/* Navicat Premium Data Transfer Source Server : RH VM Source Server Type : SQL Server Source Server Version : 16001105 Source Host : 192.168.100.202:1433 Source Catalog : RustyHearts Source Schema : dbo Target Server Type : SQL Server Target Server Version : 16001105 File Encoding : 65001 Date: 12/12/2023 01:44:19 */ -- ---------------------------- -- Table structure for AuctionListTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[AuctionListTable]') AND type IN ('U')) DROP TABLE [dbo].[AuctionListTable] GO CREATE TABLE [dbo].[AuctionListTable] ( [seller_name] nvarchar(15) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [item_uid] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [selling_price] int DEFAULT 100000 NOT NULL, [start_price] int DEFAULT 0 NOT NULL, [bidder_name] nvarchar(15) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [bidder_auth_uid] uniqueidentifier NULL, [bidder_uid] uniqueidentifier NULL, [bid_price] int DEFAULT 0 NOT NULL, [periodtime] int DEFAULT 24 NOT NULL, [registertime] bigint DEFAULT 123456 NOT NULL, [activity_value] int DEFAULT 0 NOT NULL, [socket_1_color] tinyint DEFAULT 0 NOT NULL, [socket_2_color] tinyint DEFAULT 0 NOT NULL, [socket_3_color] tinyint DEFAULT 0 NOT NULL, [item_name] nvarchar(30) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [item_level] tinyint DEFAULT 0 NOT NULL, [item_category] int DEFAULT 0 NOT NULL, [is_seizure] tinyint DEFAULT 0 NOT NULL, [rank] tinyint DEFAULT 0 NOT NULL, [acquireroute] tinyint DEFAULT 0 NOT NULL, [physical] int DEFAULT 0 NOT NULL, [magical] int DEFAULT 0 NOT NULL, [durabilitymax] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[AuctionListTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of AuctionListTable -- ---------------------------- -- ---------------------------- -- Table structure for Base_CashProduct -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_CashProduct]') AND type IN ('U')) DROP TABLE [dbo].[Base_CashProduct] GO CREATE TABLE [dbo].[Base_CashProduct] ( [id] int DEFAULT 0 NOT NULL, [name] nvarchar(128) COLLATE Korean_Wansung_CI_AS DEFAULT '' NOT NULL, [type] tinyint DEFAULT 0 NOT NULL, [typevalue] int DEFAULT 0 NOT NULL, [price] int DEFAULT 0 NOT NULL, [index] bigint DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[Base_CashProduct] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_CashProduct -- ---------------------------- INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000095', N'Pro Booster Pack', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000205', N'Elite Booster Pack', N'1', N'43200', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000085', N'Level Up Package (90 Days)', N'1', N'129600', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000096', N'Gold Package (7 Days)', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000097', N'Master Package (7 Days)', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000095', N'Pro Booster Pack', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000330', N'Extreme Booster Pack', N'1', N'43200', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000264', N'Halloween Festival Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000265', N'Halloween Festival Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000266', N'Halloween Festival Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000267', N'Halloween Festival Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000095', N'Pro Booster Pack', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000249', N'Thanksgiving Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000250', N'Thanksgiving Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000251', N'Thanksgiving Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000252', N'Thanksgiving Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000256', N'Sky Blue Bird Costume Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000299', N'Holiday Package [Frantz]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000300', N'Holiday Package [Angela]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000301', N'Holiday Package [Tude]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000302', N'Holiday Package [Natasha]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000303', N'Holiday Package [Roselle]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000304', N'Holiday Package [Edgar]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000305', N'Holiday Package [Meilin]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000098', N'Express Booster Pack', N'1', N'4320', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000312', N'New Traditional Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000313', N'New Traditional Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000314', N'New Traditional Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000315', N'New Traditional Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000316', N'New Traditional Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000317', N'New Traditional Package [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000318', N'New Traditional Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000319', N'New Traditional Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000268', N'Halloween Festival Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000273', N'Black Queen Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000298', N'Purple Winter Costume Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000327', N'Black Floral Dress Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000368', N'Red Gold Box [Frantz]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000371', N'Crimson Conjurer Box [Angela]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000372', N'Little Blue-Blood Box [Edgar]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000373', N'Silver Sage Box [Tude]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000374', N'Blue Star Box [Meilin]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000375', N'Scarlet Chic Box [Natasha]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000410', N'Summer Scuba Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000411', N'Summer Scuba Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000412', N'Summer Scuba Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000413', N'Summer Scuba Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000414', N'Summer Scuba Package [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000415', N'Summer Scuba Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000416', N'Summer Scuba Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000417', N'Summer Scuba Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000492', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000493', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000494', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000495', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000496', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000497', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000498', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000499', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000511', N'Inuit Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000512', N'Inuit Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000513', N'Inuit Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000514', N'Inuit Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000515', N'Inuit Package [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000516', N'Inuit Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000517', N'Inuit Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000518', N'Inuit Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018011', N'White Cowboy Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018013', N'White Cowboy Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018010', N'White Cowboy Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018008', N'White Cowboy Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018009', N'White Cowboy Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018012', N'White Cowboy Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018014', N'White Cowboy Hat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51009004', N'Brown Cowboy Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51009006', N'Brown Cowboy Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51009003', N'Brown Cowboy Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51009001', N'Brown Cowboy Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51009002', N'Brown Cowboy Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51009005', N'Brown Cowboy Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51009007', N'Brown Cowboy Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51004004', N'Navy Cowboy Coat [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51004006', N'Navy Cowboy Pants [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51004003', N'Navy Cowboy Shoes [Frantz]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51004001', N'Navy Cowboy Gloves [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51004002', N'Navy Cowboy Shirt [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51004005', N'Navy Cowboy Tie [Frantz]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51004007', N'Navy Cowboy Hair [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51005004', N'Imperial Officer Coat [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51005006', N'Imperial Officer Pants [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51005003', N'Imperial Officer Shoes [Frantz]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51005001', N'Imperial Officer Gloves [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51005002', N'Imperial Officer Shirt [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51005005', N'Imperial Officer Tie [Frantz]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51005007', N'Imperial Officer Hair [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51014004', N'Pink Dining Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51014006', N'Pink Dining Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51014003', N'Pink Dining Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51014001', N'Pink Dining Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51014002', N'Pink Dining Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51014005', N'Pink Dining Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51014007', N'Pink Dining Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51002004', N'Grey Dining Coat [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51002006', N'Grey Dining Pants [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51002003', N'Grey Dining Shoes [Frantz]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51002001', N'Grey Dining Gloves [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51002002', N'Grey Dining Shirt [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51002005', N'Grey Dining Tie [Frantz]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51002007', N'Grey Dining Hair [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51015004', N'White Party Coat [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51015006', N'White Party Pants [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51015003', N'White Party Shoes [Frantz]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51015001', N'White Party Gloves [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51015002', N'White Party Shirt [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51015005', N'White Party Tie [Frantz]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51015007', N'White Party Hair [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51013004', N'Blue Party Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51013006', N'Blue Party Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51013003', N'Blue Party Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51013001', N'Blue Party Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51013002', N'Blue Party Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51013005', N'Blue Party Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51013007', N'Blue Party Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51008004', N'Purplish Party Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51008006', N'Purplish Party Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51008003', N'Purplish Party Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51008001', N'Purplish Party Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51008002', N'Purplish Party Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51008005', N'Purplish Party Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51008007', N'Purplish Party Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51001004', N'Golden Deacon Coat [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51001006', N'Golden Deacon Pants [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51001003', N'Golden Deacon Shoes [Frantz]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51001001', N'Golden Deacon Gloves [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51001002', N'Golden Deacon Shirt [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51001005', N'Golden Deacon Tie [Frantz]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51001007', N'Golden Deacon Hair [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018004', N'White Magician Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018006', N'White Magician Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018003', N'White Magician Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018001', N'White Magician Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018002', N'White Magician Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018005', N'White Magician Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51018007', N'White Magician Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51010004', N'Black Magician Coat [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51010006', N'Black Magician Pants [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51010003', N'Black Magician Shoes [Frantz]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51010001', N'Black Magician Gloves [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51010002', N'Black Magician Shirt [Frantz]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51010005', N'Black Magician Tie [Frantz]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51010007', N'Black Magician Hair [Frantz]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51017005', N'Pirate Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51017007', N'Pirate Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51017004', N'Pirate Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51017001', N'Pirate Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51017003', N'Pirate Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51017006', N'Pirate Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51017002', N'Pirate Hat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51024001', N'Mafia Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51024002', N'Mafia Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51024003', N'Mafia Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51024004', N'Mafia Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51024005', N'Mafia Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51024006', N'Mafia Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51024007', N'Mafia Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51003001', N'Black Fancy Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51003002', N'Black Fancy Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51003003', N'Black Fancy Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51003004', N'Black Fancy Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51003005', N'Black Fancy Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51003006', N'Black Fancy Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51003007', N'Black Fancy Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51020001', N'Blue Gold Jacket [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51020002', N'Blue Gold Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51020003', N'Blue Gold Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51020004', N'Blue Gold Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51020005', N'Blue Gold Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51020006', N'Blue Gold Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51020007', N'Blue Gold Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51022001', N'Violet Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51022002', N'Violet Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51022003', N'Violet Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51022004', N'Violet Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51022005', N'Violet Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51022006', N'Violet Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51022007', N'Violet Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51044001', N'Red Flaming Costume Jacket [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51044002', N'Red Flaming Costume Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51044003', N'Red Flaming Costume Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51044004', N'Red Flaming Costume Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51044005', N'Red Flaming Costume Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51044006', N'Red Flaming Costume Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51044007', N'Red Flaming Costume Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51045001', N'Blue Flaming Costume Jacket [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51045002', N'Blue Flaming Costume Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51045003', N'Blue Flaming Costume Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51045004', N'Blue Flaming Costume Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51045005', N'Blue Flaming Costume Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51045006', N'Blue Flaming Costume Tie [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51045007', N'Blue Flaming Costume Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51033001', N'Black Chain Coat [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51033002', N'Black Chain Pants [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51033003', N'Black Chain Shoes [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51033004', N'Black Chain Gloves [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51033005', N'Black Chain Shirt [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51033006', N'Black Chain Necklace [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51033007', N'Black Chain Hair [Frantz]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015005', N'White Cowgirl Jacket [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015004', N'White Cowgirl Skirt [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015003', N'White Cowgirl Shoes [Angela]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015001', N'White Cowgirl Gloves [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015002', N'White Cowgirl Blouse [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015006', N'White Cowgirl Tie [Angela]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015007', N'White Cowgirl Hat [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52011005', N'Brown Cowgirl Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52011004', N'Brown Cowgirl Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52011003', N'Brown Cowgirl Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52011001', N'Brown Cowgirl Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52011002', N'Brown Cowgirl Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52011006', N'Brown Cowgirl Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52011007', N'Brown Cowgirl Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52004005', N'Navy Cowgirl Jacket [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52004004', N'Navy Cowgirl Skirt [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52004003', N'Navy Cowgirl Shoes [Angela]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52004001', N'Navy Cowgirl Gloves [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52004002', N'Navy Cowgirl Blouse [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52004006', N'Navy Cowgirl Tie [Angela]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52004007', N'Navy Cowgirl Hair [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52005005', N'Dark Princess Jacket [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52005004', N'Dark Princess Skirt [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52005003', N'Dark Princess Shoes [Angela]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52005001', N'Dark Princess Gloves [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52005002', N'Dark Princess Blouse [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52005006', N'Dark Princess Tie [Angela]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52005007', N'Dark Princess Hair [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52013005', N'Pink Princess Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52013004', N'Pink Princess Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52013003', N'Pink Princess Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52013001', N'Pink Princess Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52013002', N'Pink Princess Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52013006', N'Pink Princess Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52013007', N'Pink Princess Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52002005', N'Grey Princess Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52002004', N'Grey Princess Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52002003', N'Grey Princess Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52002001', N'Grey Princess Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52002002', N'Grey Princess Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52002006', N'Grey Princess Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52002007', N'Grey Princess Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52001005', N'Golden Fairy Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52001002', N'Golden Fairy Pants [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52001004', N'Golden Fairy Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52001001', N'Golden Fairy Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52001003', N'Golden Fairy Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52001006', N'Golden Fairy Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52001007', N'Golden Fairy Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015012', N'White Fairy Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015009', N'White Fairy Pants [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015011', N'White Fairy Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015008', N'White Fairy Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015010', N'White Fairy Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015013', N'White Fairy Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52015014', N'White Fairy Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012012', N'Black Fairy Jacket [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012009', N'Black Fairy Pants [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012011', N'Black Fairy Shoes [Angela]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012008', N'Black Fairy Gloves [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012010', N'Black Fairy Blouse [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012013', N'Black Fairy Tie [Angela]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012014', N'Black Fairy Hair [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009019', N'White Star Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009018', N'White Star Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009017', N'White Star Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009015', N'White Star Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009016', N'White Star Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009020', N'White Star Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009021', N'White Star Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009012', N'Blue Star Jacket [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009011', N'Blue Star Skirt [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009010', N'Blue Star Shoes [Angela]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009008', N'Blue Star Gloves [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009009', N'Blue Star Blouse [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009013', N'Blue Star Tie [Angela]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009014', N'Blue Star Hair [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009005', N'Violet Star Jacket [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009004', N'Violet Star Skirt [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009003', N'Violet Star Shoes [Angela]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009001', N'Violet Star Gloves [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009002', N'Violet Star Blouse [Angela]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009006', N'Violet Star Tie [Angela]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52009007', N'Violet Star Hair [Angela]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52010005', N'Pink Fur Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52010004', N'Pink Fur Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52010003', N'Pink Fur Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52010001', N'Pink Fur Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52010002', N'Pink Fur Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52010006', N'Pink Fur Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52010007', N'Pink Fur Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52020001', N'Magician Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52020002', N'Magician Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52020003', N'Magician Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52020004', N'Magician Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52020005', N'Magician Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52020006', N'Magician Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52020007', N'Magician Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52003001', N'Navy Striped Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52003002', N'Navy Striped Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52003003', N'Navy Striped Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52003004', N'Navy Striped Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52003005', N'Navy Striped Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52003006', N'Navy Striped Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52003007', N'Navy Striped Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012001', N'Black Label Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012002', N'Black Label Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012003', N'Black Label Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012004', N'Black Label Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012005', N'Black Label Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012006', N'Black Label Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52012007', N'Black Label Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52016001', N'Golden Pattern Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52017001', N'Golden Pattern Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52017002', N'Golden Pattern Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52017003', N'Golden Pattern Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52017004', N'Golden Pattern Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52017005', N'Golden Pattern Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52017006', N'Golden Pattern Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52034001', N'Black Fur Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52034002', N'Black Fur Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52034003', N'Black Fur Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52034004', N'Black Fur Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52034005', N'Black Fur Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52034006', N'Black Fur Tie [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52034007', N'Black Fur Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52045001', N'Red Flaming Costume Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52045002', N'Red Flaming Costume Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52045003', N'Red Flaming Costume Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52045004', N'Red Flaming Costume Hand Tattoo [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52045005', N'Red Flaming Costume Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52045006', N'Red Flaming Costume Necklace [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52045007', N'Red Flaming Costume Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52046001', N'Blue Flaming Costume Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52046002', N'Blue Flaming Costume Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52046003', N'Blue Flaming Costume Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52046004', N'Blue Flaming Costume Hand Tattoo [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52046005', N'Blue Flaming Costume Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52046006', N'Blue Flaming Costume Necklace [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52046007', N'Blue Flaming Costume Hair [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52042001', N'Red Pirate Jacket [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52042002', N'Red Pirate Skirt [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52042003', N'Red Pirate Shoes [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52042004', N'Red Pirate Gloves [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52042005', N'Red Pirate Blouse [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52042006', N'Red Pirate Necklace [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52042007', N'Red Pirate Hat [Angela]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53005005', N'Pin-Striped Punk Coat [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53005006', N'Pin-Striped Punk Pants [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53005004', N'Pin-Striped Punk Shoes [Tude]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53005001', N'Pin-Striped Punk Gloves [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53005003', N'Pin-Striped Punk Shirt [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53005002', N'Pin-Striped Punk Necklace [Tude]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53005007', N'Pin-Striped Punk Hair [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53016005', N'Pink Slim-Fit Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53016006', N'Pink Slim-Fit Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53016004', N'Pink Slim-Fit Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53016001', N'Pink Slim-Fit Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53016003', N'Pink Slim-Fit Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53016002', N'Pink Slim-Fit Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53016007', N'Pink Slim-Fit Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53002005', N'Grey Slim-Fit Coat [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53002006', N'Grey Slim-Fit Pants [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53002004', N'Grey Slim-Fit Shoes [Tude]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53002001', N'Grey Slim-Fit Gloves [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53002003', N'Grey Slim-Fit Shirt [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53002002', N'Grey Slim-Fit Necklace [Tude]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53002007', N'Grey Slim-Fit Hair [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53020005', N'Pale Rider Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53020006', N'Pale Rider Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53020004', N'Pale Rider Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53020001', N'Pale Rider Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53020003', N'Pale Rider Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53020002', N'Pale Rider Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53020007', N'Pale Rider Bandana [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53010005', N'Brown Cowboy Coat [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53010006', N'Brown Cowboy Pants [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53010004', N'Brown Cowboy Shoes [Tude]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53010003', N'Brown Cowboy Shirt [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53010002', N'Brown Cowboy Necklace [Tude]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53010001', N'Brown Cowboy Gloves [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53010007', N'Brown Cowboy Hair [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53004005', N'Navy Cowboy Coat [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53004006', N'Navy Cowboy Pants [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53004004', N'Navy Cowboy Shoes [Tude]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53004003', N'Navy Cowboy Shirt [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53004002', N'Navy Cowboy Necklace [Tude]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53004001', N'Navy Cowboy Gloves [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53004007', N'Navy Cowboy Hair [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53017005', N'White Wanderer Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53017006', N'White Wanderer Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53017004', N'White Wanderer Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53017001', N'White Wanderer Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53017003', N'White Wanderer Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53017002', N'White Wanderer Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53017007', N'White Wanderer Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53015005', N'Blue Wanderer Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53015006', N'Blue Wanderer Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53015004', N'Blue Wanderer Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53015007', N'Blue Wanderer Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53015003', N'Blue Wanderer Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53015002', N'Blue Wanderer Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53015001', N'Blue Wanderer Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53009005', N'Purple Wanderer Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53009006', N'Purple Wanderer Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53009004', N'Purple Wanderer Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53009007', N'Purple Wanderer Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53009003', N'Purple Wanderer Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53009002', N'Purple Wanderer Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53009001', N'Purple Wanderer Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53011005', N'Stylish Cellmate Coat [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53011006', N'Stylish Cellmate Pants [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53011004', N'Stylish Cellmate Shoes [Tude]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53011001', N'Stylish Cellmate Gloves [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53011003', N'Stylish Cellmate Shirt [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53011002', N'Stylish Cellmate Necklace [Tude]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53011007', N'Stylish Cellmate Hair [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53013005', N'White Papillon Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53013006', N'White Papillon Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53013004', N'White Papillon Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53013003', N'White Papillon Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53013002', N'White Papillon Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53013001', N'White Papillon Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53013007', N'White Papillon Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53012005', N'Black Papillon Coat [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53012006', N'Black Papillon Pants [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53012004', N'Black Papillon Shoes [Tude]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53012003', N'Black Papillon Shirt [Tude]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53012002', N'Black Papillon Necklace [Tude]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53012001', N'Black Papillon Gloves [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53012007', N'Black Papillon Hair [Tude]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53019001', N'Pirate Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53019002', N'Pirate Hat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53019003', N'Pirate Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53019004', N'Pirate Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53019005', N'Pirate Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53019006', N'Pirate Tie [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53019007', N'Pirate Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53025001', N'Boxing Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53025002', N'Boxing Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53025003', N'Boxing Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53025004', N'Boxing Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53025005', N'Boxing Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53025006', N'Boxing Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53025007', N'Boxing Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53003001', N'Black Leather Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53003002', N'Black Leather Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53003003', N'Black Leather Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53003004', N'Black Leather Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53003005', N'Black Leather Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53003006', N'Black Leather Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53003007', N'Black Leather Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53014001', N'Casual Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53014002', N'Casual Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53014003', N'Casual Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53014004', N'Casual Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53014005', N'Casual Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53014006', N'Casual Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53014007', N'Casual Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53022001', N'Brown Gold Jacket [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53022002', N'Brown Gold Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53022003', N'Brown Gold Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53022004', N'Brown Gold Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53022005', N'Brown Gold Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53022006', N'Brown Gold Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53022007', N'Brown Gold Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53034001', N'Black Casual Coat [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53034002', N'Black Casual Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53034003', N'Black Casual Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53034004', N'Black Casual Wristband [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53034005', N'Black Casual Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53034006', N'Black Casual Necklace [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53034007', N'Black Casual Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53045001', N'Red Flaming Costume Jacket [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53045002', N'Red Flaming Costume Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53045003', N'Red Flaming Costume Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53045004', N'Red Flaming Costume Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53045005', N'Red Flaming Costume Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53045006', N'Red Flaming Costume Tie [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53045007', N'Red Flaming Costume Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53046001', N'Blue Flaming Costume Jacket [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53046002', N'Blue Flaming Costume Pants [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53046003', N'Blue Flaming Costume Shoes [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53046004', N'Blue Flaming Costume Gloves [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53046005', N'Blue Flaming Costume Shirt [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53046006', N'Blue Flaming Costume Tie [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53046007', N'Blue Flaming Costume Hair [Tude]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54013004', N'White Cowgirl Coat [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54013006', N'White Cowgirl Pants [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54013003', N'White Cowgirl Shoes [Natasha]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54013001', N'White Cowgirl Gloves [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54013002', N'White Cowgirl Shirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54013005', N'White Cowgirl Tie [Natasha]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54013007', N'White Cowgirl Hair [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54006004', N'Brown Cowgirl Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54006006', N'Brown Cowgirl Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54006003', N'Brown Cowgirl Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54006001', N'Brown Cowgirl Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54006002', N'Brown Cowgirl Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54006005', N'Brown Cowgirl Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54006007', N'Brown Cowgirl Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54003004', N'Navy Cowgirl Jacket [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54003006', N'Navy Cowgirl Pants [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54003003', N'Navy Cowgirl Shoes [Natasha]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54003001', N'Navy Cowgirl Gloves [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54003002', N'Navy Cowgirl Shirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54003005', N'Navy Cowgirl Tie [Natasha]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54003007', N'Navy Cowgirl Hair [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54009005', N'Blue Feather Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54009004', N'Blue Feather Skirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54009003', N'Blue Feather Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54009001', N'Blue Feather Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54009002', N'Blue Feather Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54009006', N'Blue Feather Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54009007', N'Blue Feather Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54012005', N'White Feather Jacket [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54012004', N'White Feather Skirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54012003', N'White Feather Shoes [Natasha]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54012001', N'White Feather Gloves [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54012002', N'White Feather Shirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54012006', N'White Feather Tie [Natasha]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54012007', N'White Feather Hair [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54001005', N'Black Feather Jacket [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54001004', N'Black Feather Skirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54001003', N'Black Feather Shoes [Natasha]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54001001', N'Black Feather Gloves [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54001002', N'Black Feather Shirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54001006', N'Black Feather Tie [Natasha]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54001007', N'Black Feather Hair [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54002005', N'Grey Striped Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54002004', N'Grey Striped Skirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54002003', N'Grey Striped Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54002001', N'Grey Striped Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54002002', N'Grey Striped Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54002006', N'Grey Striped Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54002007', N'Grey Striped Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54004005', N'Brown Striped Coat [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54004004', N'Brown Striped Skirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54004003', N'Brown Striped Shoes [Natasha]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54004001', N'Brown Striped Gloves [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54004002', N'Brown Striped Shirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54004006', N'Brown Striped Tie [Natasha]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54004007', N'Brown Striped Hair [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54010005', N'Pink Striped Jacket [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54010004', N'Pink Striped Skirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54010003', N'Pink Striped Shoes [Natasha]', N'4', N'0', N'69', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54010001', N'Pink Striped Gloves [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54010002', N'Pink Striped Shirt [Natasha]', N'4', N'0', N'103', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54010006', N'Pink Striped Tie [Natasha]', N'4', N'0', N'49', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54010007', N'Pink Striped Hair [Natasha]', N'4', N'0', N'60', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54021001', N'Vice-Minister Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54021002', N'Vice-Minister Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54021003', N'Vice-Minister Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54021004', N'Vice-Minister Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54021005', N'Vice-Minister Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54021006', N'Vice-Minister Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54021007', N'Vice-Minister Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54017001', N'Nun Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54017002', N'Nun Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54017003', N'Nun Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54017004', N'Nun Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54017005', N'Nun Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54017006', N'Nun Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54017007', N'Nun Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54008001', N'Joker Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54008002', N'Joker Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54008003', N'Joker Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54008004', N'Joker Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54008005', N'Joker Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54008006', N'Joker Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54008007', N'Joker Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54005001', N'Violet Military Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54005002', N'Violet Military Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54005003', N'Violet Military Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54005004', N'Violet Military Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54005005', N'Violet Military Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54005006', N'Violet Military Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54005007', N'Violet Military Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54016001', N'White Nun Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54016002', N'White Nun Skirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54016003', N'White Nun Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54016004', N'White Nun Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54016005', N'White Nun Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54016006', N'White Nun Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54016007', N'White Nun Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54007004', N'Blue Military Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54007006', N'Blue Military Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54007003', N'Blue Military Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54007001', N'Blue Military Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54007002', N'Blue Military Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54007005', N'Blue Military Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54007007', N'Blue Military Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54039001', N'Red Flaming Costume Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54039002', N'Red Flaming Costume Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54039003', N'Red Flaming Costume Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54039004', N'Red Flaming Costume Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54039005', N'Red Flaming Costume Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54039006', N'Red Flaming Costume Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54039007', N'Red Flaming Costume Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54040001', N'Blue Flaming Costume Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54040002', N'Blue Flaming Costume Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54040003', N'Blue Flaming Costume Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54040004', N'Blue Flaming Costume Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54040005', N'Blue Flaming Costume Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54040006', N'Blue Flaming Costume Tie [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54040007', N'Blue Flaming Costume Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54020001', N'Brown Pirate Costume Jacket [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54020002', N'Brown Pirate Costume Pants [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54020003', N'Brown Pirate Costume Shoes [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54020004', N'Brown Pirate Costume Gloves [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54020005', N'Brown Pirate Costume Shirt [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54020006', N'Brown Pirate Costume Necklace [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'54020007', N'Brown Pirate Costume Hair [Natasha]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53104001', N'Red Flame Vest [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53104002', N'Red Flame Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53104003', N'Red Flame Gloves [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53104004', N'Red Flame Dress [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53104005', N'Red Flame Necklace [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53104006', N'Red Flame Hair [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53104007', N'Red Flame Earrings [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53105001', N'Black Flame Vest [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53105002', N'Black Flame Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53105003', N'Black Flame Gloves [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53105004', N'Black Flame Dress [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53105005', N'Black Flame Necklace [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53105006', N'Black Flame Hair [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53105007', N'Black Flame Earrings [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53106001', N'Yellow Flame Vest [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53106002', N'Yellow Flame Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53106003', N'Yellow Flame Gloves [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53106004', N'Yellow Flame Dress [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53106005', N'Yellow Flame Necklace [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53106006', N'Yellow Flame Hair [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53106007', N'Yellow Flame Earrings [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53101001', N'Plum Bird Vest [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53101002', N'Plum Bird Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53101003', N'Plum Bird Gloves [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53101004', N'Plum Bird Dress [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53101005', N'Plum Bird Necklace [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53101006', N'Plum Bird Hair [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53101007', N'Plum Bird Earrings [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53103001', N'Midnight Green Vest [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53103002', N'Midnight Green Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53103003', N'Blue Flaming Costume Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53103004', N'Midnight Green Dress [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53103005', N'Midnight Green Necklace [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53103006', N'Midnight Green Hair [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53103007', N'Midnight Green Earrings [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53129001', N'Red Flaming Costume Jacket [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53129002', N'Red Flaming Costume Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53129003', N'Red Flaming Costume Gloves [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53129004', N'Red Flaming Costume Dress [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53129005', N'Red Flaming Costume Necklace [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53129006', N'Red Flaming Costume Hair [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53129007', N'Red Flaming Costume Earrings [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53130001', N'Blue Flaming Costume Jacket [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53130002', N'Blue Flaming Costume Shoes [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53130003', N'Blue Flaming Costume Gloves [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53130004', N'Blue Flaming Costume Dress [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53130005', N'Blue Flaming Costume Necklace [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53130006', N'Blue Flaming Costume Hair [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'53130007', N'Blue Flaming Costume Earrings [Meilin]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51102001', N'White Queen Coat [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51102002', N'White Queen Pants [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51102003', N'White Queen Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51102004', N'White Queen Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51102005', N'White Queen Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51102006', N'White Queen Tie [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51102007', N'White Queen Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51103001', N'Red Queen Coat [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51103002', N'Red Queen Pants [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51103003', N'Red Queen Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51103004', N'Red Queen Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51103005', N'Red Queen Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51103006', N'Red Queen Tie [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51103007', N'Red Queen Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51104001', N'Brown Military Coat [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51104002', N'Brown Military Pants [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51104003', N'Brown Military Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51104004', N'Brown Military Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51104005', N'Brown Military Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51104006', N'Brown Military Tie [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51104007', N'Brown Military Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51110001', N'Violet Amazon Jacket [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51110002', N'Violet Amazon Skirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51110003', N'Violet Amazon Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51110004', N'Violet Amazon Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51110005', N'Violet Amazon Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51110006', N'Violet Amazon Necklace [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51110007', N'Violet Amazon Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51106001', N'Green Military Coat [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51106002', N'Green Military Pants [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51106003', N'Green Military Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51106004', N'Green Military Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51106005', N'Green Military Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51106006', N'Green Military Tie [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51106007', N'Green Military Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51122001', N'Black Opera Costume Jacket [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51122002', N'Black Opera Costume Skirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51122003', N'Black Opera Costume Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51122004', N'Black Opera Costume Ring [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51122005', N'Black Opera Costume Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51122006', N'Black Opera Costume Necklace [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51122007', N'Black Opera Costume Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51118001', N'Blue Pirate Jacket [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51118002', N'Blue Pirate Pants [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51118003', N'Blue Pirate Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51118004', N'Blue Pirate Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51118005', N'Blue Pirate Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51118006', N'Blue Pirate Tie [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51118007', N'Blue Pirate Hat [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51125001', N'Red Flaming Costume Jacket [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51125002', N'Red Flaming Costume Pants [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51125003', N'Red Flaming Costume Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51125004', N'Red Flaming Costume Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51125005', N'Red Flaming Costume Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51125006', N'Red Flaming Costume Necklace [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51125007', N'Red Flaming Costume Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51126001', N'Blue Flaming Costume Jacket [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51126002', N'Blue Flaming Costume Pants [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51126003', N'Blue Flaming Costume Shoes [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51126004', N'Blue Flaming Costume Gloves [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51126005', N'Blue Flaming Costume Shirt [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51126006', N'Blue Flaming Costume Necklace [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51126007', N'Blue Flaming Costume Hair [Roselle]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52107001', N'Red Troubadour Cloak [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52107002', N'Red Troubadour Pants [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52107003', N'Red Troubadour Shoes [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52107004', N'Red Troubadour Gloves [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52107005', N'Red Troubadour Shirt [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52107006', N'Red Troubadour Tie [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52107007', N'Red Troubadour Hat [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52109001', N'Emerald Troubadour Cloak [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52109002', N'Emerald Troubadour Pants [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52109003', N'Emerald Troubadour Shoes [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52109004', N'Emerald Troubadour Gloves [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52109005', N'Emerald Troubadour Shirt [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52109006', N'Emerald Troubadour Tie [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52109007', N'Emerald Troubadour Hat [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52102001', N'Blue Winter Hood [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52102002', N'Blue Winter Pants [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52102003', N'Blue Winter Shoes [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52102004', N'Blue Winter Gloves [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52102005', N'Blue Winter Shirt [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52102006', N'Blue Winter Scarf [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52102007', N'Blue Winter Hair [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52125001', N'Red Flaming Costume Jacket [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52125002', N'Red Flaming Costume Pants [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52125003', N'Red Flaming Costume Shoes [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52125004', N'Red Flaming Costume Gloves [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52125005', N'Red Flaming Costume Shirt [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52125006', N'Red Flaming Costume Necklace [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52125007', N'Red Flaming Costume Hair [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52126001', N'Blue Flaming Costume Jacket [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52126002', N'Blue Flaming Costume Pants [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52126003', N'Blue Flaming Costume Shoes [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52126004', N'Blue Flaming Costume Gloves [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52126005', N'Blue Flaming Costume Shirt [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52126006', N'Blue Flaming Costume Necklace [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52126007', N'Blue Flaming Costume Hair [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52119001', N'Brown Pirate Costume Jacket [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52119002', N'Brown Pirate Costume Pants [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52119003', N'Brown Pirate Costume Shoes [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52119004', N'Brown Pirate Costume Gloves [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52119005', N'Brown Pirate Costume Shirt [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52119006', N'Brown Pirate Costume Tie [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52119007', N'Brown Pirate Costume Hair [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52121001', N'Brown Duke Costume Cloak [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52121002', N'Brown Duke Costume Pants [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52121003', N'Brown Duke Costume Shoes [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52121004', N'Brown Duke Costume Ring [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52121005', N'Brown Duke Costume Shirt [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52121006', N'Brown Duke Costume Ribbon [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'52121007', N'Brown Duke Costume Hat [Edgar]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51205001', N'Purple Lady Jacket [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51205002', N'Purple Lady Skirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51205003', N'Purple Lady Shoes [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51205004', N'Purple Lady Gloves [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51205005', N'Purple Lady Shirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51205006', N'Purple Lady Necklace [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51205007', N'Purple Lady Hair [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51206001', N'Emerald Lady Jacket [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51206002', N'Emerald Lady Skirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51206003', N'Emerald Lady Shoes [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51206004', N'Emerald Lady Gloves [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51206005', N'Emerald Lady Shirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51206006', N'Emerald Lady Necklace [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51206007', N'Emerald Lady Hair [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51207001', N'Yellow Lady Jacket [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51207002', N'Yellow Lady Skirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51207003', N'Yellow Lady Shoes [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51207004', N'Yellow Lady Gloves [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51207005', N'Yellow Lady Shirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51207006', N'Yellow Lady Necklace [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51207007', N'Yellow Lady Hair [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51208001', N'Purple Black Magic Jacket [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51208002', N'Purple Black Magic Skirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51208003', N'Purple Black Magic Shoes [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51208004', N'Purple Black Magic Gloves [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51208005', N'Purple Black Magic Shirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51208006', N'Purple Black Magic Ribbon [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51208007', N'Purple Black Magic Hair [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51224001', N'Red Flaming Costume Jacket [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51224002', N'Red Flaming Costume Pants [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51224003', N'Red Flaming Costume Shoes [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51224004', N'Red Flaming Costume Gloves [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51224005', N'Red Flaming Costume Shirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51224006', N'Red Flaming Costume Tie [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51224007', N'Red Flaming Costume Hair [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51225001', N'Blue Flaming Costume Jacket [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51225002', N'Blue Flaming Costume Pants [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51225003', N'Blue Flaming Costume Shoes [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51225004', N'Blue Flaming Costume Gloves [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51225005', N'Blue Flaming Costume Shirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51225006', N'Blue Flaming Costume Tie [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51225007', N'Blue Flaming Costume Hair [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51218001', N'Black Pirate Costume Jacket [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51218002', N'Black Pirate Costume Pants [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51218003', N'Black Pirate Costume Shoes [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51218004', N'Black Pirate Costume Gloves [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51218005', N'Black Pirate Costume Shirt [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51218006', N'Black Pirate Costume Tie [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'51218007', N'Black Pirate Costume Hat [Leila]', N'4', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000001', N'Unique Ether of Change (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000001', N'Unique Ether of Change (5)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000002', N'Rare Ether of Change (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000002', N'Rare Ether of Change (5)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000043', N'Powerful HP Recovery Potion (50)', N'0', N'50', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000043', N'Powerful HP Recovery Potion (100)', N'0', N'100', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000044', N'Powerful MP Recovery Potion (50)', N'0', N'50', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000044', N'Powerful MP Recovery Potion (100)', N'0', N'100', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000076', N'World Megaphone (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000076', N'World Megaphone (5)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000077', N'Reset Skill Points', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000078', N'Reset PVP Score (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000079', N'Save Stamina (100 Points)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000088', N'Save Stamina (300 Points)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000081', N'Expand Personal Warehouse (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000082', N'Resurrection Scroll (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000082', N'Resurrection Scroll (50)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000082', N'Resurrection Scroll (100)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000101', N'Five Color Gem Box (10)', N'0', N'10', N'140', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000101', N'Five Color Gem Box (30)', N'0', N'30', N'375', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000127', N'Green Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000127', N'Green Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000128', N'Yellow Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000128', N'Yellow Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000129', N'Blue Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000129', N'Blue Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000130', N'Red Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000130', N'Red Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000104', N'Full Equipment Repair Kit (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000104', N'Full Equipment Repair Kit (5)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000104', N'Full Equipment Repair Kit (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000105', N'Equipment Repair Kit (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000105', N'Equipment Repair Kit (5)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000105', N'Equipment Repair Kit (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000080', N'Portable Warehouse (10)', N'0', N'10', N'50', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000080', N'Portable Warehouse (30)', N'0', N'30', N'132', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000080', N'Portable Warehouse (50)', N'0', N'50', N'175', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000208', N'Gem Socket Punch (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000208', N'Gem Socket Punch (20)', N'0', N'20', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000208', N'Gem Socket Punch (50)', N'0', N'50', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000206', N'Poison''s Secret Box (1)', N'0', N'1', N'45', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000206', N'Poison''s Secret Box (12)', N'0', N'12', N'450', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000224', N'Renaming Contract (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000219', N'Alchemist''s Jar (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000219', N'Alchemist''s Jar (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000220', N'Magic Chest of Change (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000220', N'Magic Chest of Change (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000485', N'Create Avatar: Meilin Chen', N'0', N'1', N'995', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000484', N'Avatar Special Package [Meilin]', N'0', N'1', N'1295', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000258', N'Incredible Full-Strength Adhesive (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000258', N'Incredible Full-Strength Adhesive (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000258', N'Incredible Full-Strength Adhesive (50)', N'0', N'50', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000487', N'Create Avatar: Roselle Vergerius', N'0', N'1', N'995', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000486', N'Avatar Special Package [Roselle]', N'0', N'1', N'1295', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000489', N'Create Avatar: Edgar Grosvenor', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000488', N'Avatar Special Package [Edgar]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000000', N'Epic Ether of Change (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000000', N'Epic Ether of Change (5)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000332', N'Create Avatar: Leila', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000391', N'Premium Avatar Package', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000278', N'Pet: Momo', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000275', N'Pet Rename', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000204', N'Powerful AP Recovery Potion (5)', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000225', N'Title: Golden Hearts', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59001', N'Clovis of Illusion (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59002', N'Clovis of Inferno (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59003', N'Clovis of Punishment (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59004', N'Clovis of Taboo (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59005', N'Clovis of Fissure (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59020', N'Clovis of the Altar (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59021', N'Clovis of the Valley (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59022', N'Clovis of the Castle of Mist', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59023', N'Clovis of the Hellfire', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59024', N'Clovis of the Pasture', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000310', N'Gem Socket Punch (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000311', N'Magic Chest of Change (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000031', N'Upper Garment Costume Option : Physical Defense+3%', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000032', N'Upper Garment Costume Option : MaxHP+100', N'2', N'2', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000033', N'Upper Garment Costume Option : Critical Resist+3%', N'2', N'3', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000034', N'Lower Garment Costume Option : Magic Defense+3%', N'2', N'4', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000035', N'Lower Garment Costume Option : MaxMP+100', N'2', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000036', N'Lower Garment Costume Option : Critical Resist+3%', N'2', N'6', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000037', N'Shoes Costume Option : Physical Defense+200', N'2', N'7', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000038', N'Shoes Costume Option : Magic Defense+200', N'2', N'8', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000039', N'Shoes Costume Option : Critical Power+3%', N'2', N'9', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000040', N'Gloves Costume Option : Physical Attack+20', N'2', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000041', N'Gloves Costume Option : Magic Attack+20', N'2', N'11', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000042', N'Gloves Costume Option : Critical Rate+3%', N'2', N'12', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000045', N'Shirt Costume Option : Max HP+100', N'2', N'13', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000046', N'Shirt Costume Option : Max MP+100', N'2', N'14', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000047', N'Shirt Costume Option : Physical Attack+20', N'2', N'15', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000048', N'Shirt Costume Option : Magic Attack+20', N'2', N'16', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000049', N'Tie Costume Option : Critical Rate+3%', N'2', N'17', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000050', N'Tie Costume Option : Critical Power+3%', N'2', N'18', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000051', N'Tie Costume Option : Critical Resist+3%', N'2', N'19', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000052', N'Hair Costume Option : Fire Attribute Resist+10', N'2', N'20', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000053', N'Hair Costume Option : Water Attribute Resist+10', N'2', N'21', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000054', N'Hair Costume Option : Light Attribute Resist+10', N'2', N'22', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000055', N'Hair Costume Option : DarknessAttribute Resist+10', N'2', N'23', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000056', N'Hair Costume Option : Earth Attribute Resist+10', N'2', N'24', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000057', N'Hair Costume Option : Wind Attribute Resist+10', N'2', N'25', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000058', N'Hair Costume Option : Poison Attribute Resist+10', N'2', N'26', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000059', N'Hair Costume Option : Lightning Attribute Resist+10', N'2', N'27', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000060', N'Face Costume Option : Fire Attribute Attack+10', N'2', N'28', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000061', N'Face Costume Option : Water Attribute Attack+10', N'2', N'29', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000062', N'Face Costume Option : Light Attribute Attack+10', N'2', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000063', N'Face Costume Option : DarknessAttribute Attack+10', N'2', N'31', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000064', N'Face Costume Option : Earth Attribute Attack+10', N'2', N'32', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000065', N'Face Costume Option : Wind Attribute Attack+10', N'2', N'33', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000066', N'Face Costume Option : Poison Attribute Attack+10', N'2', N'34', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000067', N'Face Costume Option : Lightning Attribute Attack+10', N'2', N'35', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000068', N'Accessory 1 Costume Option : MaxHP+2%', N'2', N'36', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000069', N'Accessory 1 Costume Option : MaxMP+2%', N'2', N'37', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000070', N'Accessory 1 Costume Option : Physical Attack+2%', N'2', N'38', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000071', N'Accessory 1 Costume Option : Magic Attack+2%', N'2', N'39', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000072', N'Accessory 2 Costume Option : Physical Defense+2%', N'2', N'40', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000073', N'Accessory 2 Costume Option : Magic Defense+2%', N'2', N'41', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000074', N'Accessory 2 Costume Option : Physical Damage Reduce+2%', N'2', N'42', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000075', N'Accessory 2 Costume Option : Magic Damage Reduce+2%', N'2', N'43', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000068', N'Hair Costume Option : Critical Resist+3%', N'2', N'36', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000069', N'Hair Costume Option : Max HP+100', N'2', N'37', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000070', N'Hair Costume Option : Max MP+100', N'2', N'38', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000095', N'Pro Booster Pack', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000205', N'Elite Booster Pack', N'1', N'43200', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000085', N'Level Up Package (90 Days)', N'1', N'129600', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000096', N'Gold Package (7 Days)', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000097', N'Master Package (7 Days)', N'1', N'10080', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000330', N'Extreme Booster Pack', N'1', N'43200', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000098', N'Express Booster Pack', N'1', N'4320', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000264', N'Halloween Festival Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000265', N'Halloween Festival Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000266', N'Halloween Festival Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000267', N'Halloween Festival Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000249', N'Thanksgiving Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000250', N'Thanksgiving Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000251', N'Thanksgiving Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000252', N'Thanksgiving Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000256', N'Sky Blue Bird Costume Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000299', N'Holiday Package [Frantz]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000300', N'Holiday Package [Angela]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000301', N'Holiday Package [Tude]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000302', N'Holiday Package [Natasha]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000303', N'Holiday Package [Roselle]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000304', N'Holiday Package [Edgar]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000305', N'Holiday Package [Meilin]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000312', N'New Traditional Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000313', N'New Traditional Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000314', N'New Traditional Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000315', N'New Traditional Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000316', N'New Traditional Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000317', N'New Traditional Package [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000318', N'New Traditional Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000319', N'New Traditional Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000268', N'Halloween Festival Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000273', N'Black Queen Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000298', N'Purple Winter Costume Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000327', N'Black Floral Dress Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000368', N'Red Gold Box [Frantz]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000371', N'Crimson Conjurer Box [Angela]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000372', N'Little Blue-Blood Box [Edgar]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000373', N'Silver Sage Box [Tude]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000374', N'Blue Star Box [Meilin]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000375', N'Scarlet Chic Box [Natasha]', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000410', N'Summer Scuba Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000411', N'Summer Scuba Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000412', N'Summer Scuba Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000413', N'Summer Scuba Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000414', N'Summer Scuba Package [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000415', N'Summer Scuba Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000416', N'Summer Scuba Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000417', N'Summer Scuba Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000492', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000493', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000494', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000495', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000496', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000497', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000498', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000499', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000511', N'Inuit Package [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000512', N'Inuit Package [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000513', N'Inuit Package [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000514', N'Inuit Package [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000515', N'Inuit Package [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000516', N'Inuit Package [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000517', N'Inuit Package [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000518', N'Inuit Package [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000101', N'Five Color Gem Box (10)', N'0', N'10', N'140', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000101', N'Five Color Gem Box (30)', N'0', N'30', N'375', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000127', N'Green Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000127', N'Green Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000128', N'Yellow Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000128', N'Yellow Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000129', N'Blue Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000129', N'Blue Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000130', N'Red Gem Box (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000130', N'Red Gem Box (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000258', N'Incredible Full-Strength Adhesive (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000258', N'Incredible Full-Strength Adhesive (30)', N'0', N'30', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000206', N'Poison''s Secret Box (1)', N'0', N'1', N'45', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000206', N'Poison''s Secret Box (12)', N'0', N'12', N'450', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000219', N'Alchemist''s Jar (1)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000219', N'Alchemist''s Jar (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'50993', N'Clovis of Illusion (10)', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'81000006', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'81000007', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'81000008', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000541', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000542', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000543', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000544', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000545', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000546', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000547', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000548', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000549', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000463', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000464', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000465', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000466', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000467', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000468', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000469', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000470', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000520', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000472', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000471', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000446', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000447', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000448', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000449', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000450', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000451', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000452', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000453', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000436', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000437', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000438', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000439', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000440', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000441', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000442', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000443', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59001', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59005', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59020', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000376', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000377', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000378', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000379', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000380', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000381', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000382', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000383', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000368', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000369', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000370', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000371', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000372', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000373', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000374', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000375', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000335', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000336', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000337', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000338', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000339', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000340', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000341', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000342', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000343', N'Poison''s Halloween Pack [Frantz]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000344', N'Poison''s Halloween Pack [Roselle]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000345', N'Poison''s Halloween Pack [Leila]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000346', N'Poison''s Halloween Pack [Angela]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000347', N'Poison''s Halloween Pack [Edgar]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000348', N'Poison''s Halloween Pack [Tude]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000349', N'Poison''s Halloween Pack [Meilin]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000350', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59021', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'59022', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'31030', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000278', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000426', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000500', N'Poison''s Halloween Pack [Natasha]', N'3', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000104', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000080', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000082', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'70002039', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000279', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000280', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000281', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_CashProduct] ([id], [name], [type], [typevalue], [price], [index]) VALUES (N'80000538', N'Clovis of Inferno (10)', N'0', N'1', N'0', N'0') GO -- ---------------------------- -- Table structure for Base_CharacterClass -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_CharacterClass]') AND type IN ('U')) DROP TABLE [dbo].[Base_CharacterClass] GO CREATE TABLE [dbo].[Base_CharacterClass] ( [language] tinyint DEFAULT 1 NOT NULL, [class_code] int NOT NULL, [class_name] nvarchar(50) COLLATE Korean_Wansung_CI_AS NOT NULL, [job_0] nvarchar(50) COLLATE Korean_Wansung_CI_AS NULL, [job_1] nvarchar(50) COLLATE Korean_Wansung_CI_AS NULL, [job_2] nvarchar(50) COLLATE Korean_Wansung_CI_AS NULL, [job_3] nvarchar(50) COLLATE Korean_Wansung_CI_AS NULL ) GO ALTER TABLE [dbo].[Base_CharacterClass] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_CharacterClass -- ---------------------------- INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'1', N'Frantz', N'Basic', N'Sword', N'Axe', N'Twin Swords') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'2', N'Angela', N'Basic', N'Magic Sword', N'Scytle', N'Glaive') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'3', N'Tude', N'Basic', N'Gauntlet', N'Claw', N'Demon Hands') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'4', N'Natasha', N'Basic', N'Revolver', N'Musket', N'Weapon Bag') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'101', N'Roselle', N'Basic', N'Sword', N'Axe', N'Twin Swords') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'102', N'Leila', N'Basic', N'Sword', N'Axe', N'Twin Swords') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'201', N'Edgar', N'Basic', N'Magic Sword', N'Scytle', N'Glaive') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'301', N'Meilin', N'Basic', N'Gauntlet', N'Claw', N'Demon Hands') GO INSERT INTO [dbo].[Base_CharacterClass] ([language], [class_code], [class_name], [job_0], [job_1], [job_2], [job_3]) VALUES (N'2', N'401', N'Ian', N'Basic', N'Revolver', N'Musket', N'Weapon Bag') GO -- ---------------------------- -- Table structure for Base_CharacterJob -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_CharacterJob]') AND type IN ('U')) DROP TABLE [dbo].[Base_CharacterJob] GO CREATE TABLE [dbo].[Base_CharacterJob] ( [job_code] tinyint NOT NULL, [job_name] nvarchar(50) COLLATE Korean_Wansung_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[Base_CharacterJob] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_CharacterJob -- ---------------------------- INSERT INTO [dbo].[Base_CharacterJob] ([job_code], [job_name]) VALUES (N'0', N'No Focus') GO INSERT INTO [dbo].[Base_CharacterJob] ([job_code], [job_name]) VALUES (N'1', N'Focus 1') GO INSERT INTO [dbo].[Base_CharacterJob] ([job_code], [job_name]) VALUES (N'2', N'Focus 2') GO INSERT INTO [dbo].[Base_CharacterJob] ([job_code], [job_name]) VALUES (N'3', N'Focus 3') GO -- ---------------------------- -- Table structure for Base_DungeonTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_DungeonTable]') AND type IN ('U')) DROP TABLE [dbo].[Base_DungeonTable] GO CREATE TABLE [dbo].[Base_DungeonTable] ( [MapID] int NOT NULL, [Name] nvarchar(30) COLLATE Korean_Wansung_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[Base_DungeonTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_DungeonTable -- ---------------------------- INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010101', N'Canals B3') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010102', N'Canals B2') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010103', N'Upper Plant') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010104', N'Lower Plant') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010201', N'Wine Cellar 1F') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010202', N'Cellar Sewers') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010203', N'Wine Cellar 2F') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010204', N'Cafeteria 1F') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010205', N'Library 1F') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010206', N'Cafeteria 2F') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010207', N'Library 2F') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010208', N'Labyrinth') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010301', N'Atrium') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010302', N'Abandoned Wing') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010303', N'Collapsed Halls') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010304', N'Public Baths') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010305', N'Steamworks') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010306', N'Guest Villa') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010307', N'Conservatory') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2010308', N'Canal B4') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020101', N'Vivarium') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020102', N'Arboretum') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020103', N'Quarantined Labs') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020104', N'Debtor''s Prison') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020105', N'The Hole') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020106', N'Top Secret Facility') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020107', N'Vivarium Event') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020201', N'Opera House') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020202', N'Catwalks') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020203', N'Gallery') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020204', N'Ramparts') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020205', N'Aquarium') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020206', N'Aquarium Sector 2') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020207', N'Veranda') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020301', N'Altar Entrance') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020302', N'Altar') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020303', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020304', N'Catacomb') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020305', N'King''s Grave') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2020306', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2050001', N'Lizard''s Cove') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2050002', N'Meadow') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2050003', N'Garden') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'2050004', N'Fairy''s Forest') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000015', N'Training Hall 1') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000016', N'Training Hall 2') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000017', N'Mausoleum Arena') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000018', N'Tower of Fate') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000019', N'Room of Chaos') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000037', N'Forgotten City') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000038', N'Training Hall 3') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000039', N'Maze Garden') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000040', N'Shrine of Eternity') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000041', N'Hussy''s Nightmare') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000042', N'Coast Defense') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000043', N'Toy Tower') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000044', N'7 Magic Stones') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'5000045', N'Forked Road') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'8100001', N'Altar') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'8100002', N'Dead Man''s Valley') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'8100003', N'Castle of Black Mist') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'8100004', N'Raid 4') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'8100005', N'Restricted Incinerator') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'8100006', N'Deserted Farm') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'9000010', N'Movement Control') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'9000011', N'Tutorial_Basic Control') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'9000012', N'Tutorial_Just Guard') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'9000013', N'Tutorial_Cancel') GO INSERT INTO [dbo].[Base_DungeonTable] ([MapID], [Name]) VALUES (N'9000014', N'Tutorial_Combo') GO -- ---------------------------- -- Table structure for Base_ExpTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_ExpTable]') AND type IN ('U')) DROP TABLE [dbo].[Base_ExpTable] GO CREATE TABLE [dbo].[Base_ExpTable] ( [Level] int DEFAULT 0 NOT NULL, [Exp] bigint DEFAULT 0 NULL ) GO ALTER TABLE [dbo].[Base_ExpTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_ExpTable -- ---------------------------- INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'1', N'1880') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'2', N'6800') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'3', N'13040') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'4', N'21600') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'5', N'32890') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'6', N'47350') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'7', N'67590') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'8', N'93720') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'9', N'126650') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'10', N'170490') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'11', N'227070') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'12', N'298340') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'13', N'386340') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'14', N'493240') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'15', N'621310') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'16', N'772920') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'17', N'950560') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'18', N'1156810') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'19', N'1394380') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'20', N'1667740') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'21', N'1995340') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'22', N'2383700') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'23', N'2839700') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'24', N'3350420') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'25', N'3918900') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'26', N'4548180') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'27', N'5241300') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'28', N'6001300') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'29', N'6831220') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'30', N'7767540') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'31', N'8816340') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'32', N'9983700') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'33', N'11275700') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'34', N'12698420') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'35', N'14257940') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'36', N'15960340') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'37', N'17811700') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'38', N'19818100') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'39', N'21985620') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'40', N'24466260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'41', N'27126260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'42', N'29971700') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'43', N'33008660') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'44', N'36243220') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'45', N'39681460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'46', N'43329460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'47', N'47099060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'48', N'50990260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'49', N'55003060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'50', N'59137460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'51', N'63393460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'52', N'67771060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'53', N'72270260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'54', N'76891060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'55', N'81633460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'56', N'86497460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'57', N'91483060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'58', N'96590260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'59', N'101819060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'60', N'107169460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'61', N'112641460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'62', N'118235060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'63', N'123950260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'64', N'129787060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'65', N'135745460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'66', N'141825460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'67', N'148027060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'68', N'154350260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'69', N'160795060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'70', N'167361460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'71', N'174049460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'72', N'180859060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'73', N'187790260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'74', N'194843060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'75', N'202017460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'76', N'209313460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'77', N'216731060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'78', N'224270260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'79', N'231931060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'80', N'239713460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'81', N'247617460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'82', N'255643060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'83', N'263790260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'84', N'272059060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'85', N'280449460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'86', N'288961460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'87', N'297595060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'88', N'306350260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'89', N'315227060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'90', N'324225460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'91', N'333345460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'92', N'342587060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'93', N'351950260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'94', N'361435060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'95', N'371041460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'96', N'380769460') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'97', N'390619060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'98', N'400590260') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'99', N'410683060') GO INSERT INTO [dbo].[Base_ExpTable] ([Level], [Exp]) VALUES (N'100', N'420897460') GO -- ---------------------------- -- Table structure for Base_ItemOptionTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_ItemOptionTable]') AND type IN ('U')) DROP TABLE [dbo].[Base_ItemOptionTable] GO CREATE TABLE [dbo].[Base_ItemOptionTable] ( [id] int NOT NULL, [name] nvarchar(150) COLLATE Korean_Wansung_CI_AS NOT NULL, [min_value] int DEFAULT 1 NULL, [max_value] int DEFAULT 10 NULL ) GO ALTER TABLE [dbo].[Base_ItemOptionTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_ItemOptionTable -- ---------------------------- INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'0', N'', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1001', N'Max HP +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1002', N'Max MP +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1003', N'Physical Damage +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1004', N'Magic Damage +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1005', N'Physical Defense +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1006', N'Magic Defense +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1007', N'Physical Damage Reduction +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1008', N'Magic Damage Reduction +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1009', N'Movement Speed +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1010', N'Critical Rate +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1011', N'Luck +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1012', N'Physical Weapon Damage +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1013', N'Magic Weapon Damage +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1014', N'Reduce MP Use +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1015', N'Critical Power +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1016', N'Reduce Final Physical Damage +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1017', N'Reduce Final Magic Damage +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1018', N'Critical Resistance +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1019', N'Increase your maximum HP by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1020', N'Increase your maximum MP by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1021', N'Increase your Physical Damage by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1022', N'Increase your Physical Defense by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1023', N'Increase your Magic Damage by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1024', N'Increase your Magic Defense by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1025', N'Increase your Critical Rate by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1026', N'Increase your Critical Power by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1027', N'Increase your Critical Resistance by (Skill Level * +#@value01@#%)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1028', N'Fire Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1029', N'Water Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1030', N'Light Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1031', N'Darkness Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1032', N'Earth Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1033', N'Wind Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1034', N'Poison Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1035', N'Lightning Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1036', N'All Elemental Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1037', N'Attack Speed +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1038', N'Critical Rate +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1201', N'Party Member Max HP +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1202', N'Party Member Max MP +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1203', N'Party Member Physical Attack +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1204', N'Party Member Magic Attack +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1205', N'Party Member Physical Defense +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1206', N'Party Member Magic Defense +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1207', N'Party Member Physical Damage Reduction +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1208', N'Party Member Magic Damage Reduction +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1209', N'Party Member Movement Speed +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1210', N'Party Member Critical Rate +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1211', N'Party Member Luck +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1212', N'Party Member Weapon Physical Attack +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1213', N'Party Member Weapon Magic Attack +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1214', N'Party Member MP Consumption Reduction +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1215', N'Party Member Critical Power +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1216', N'Party Member Final Physical Damage Reduction +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1217', N'Party Member Final Magic Damage Reduction +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1218', N'Party Member Critical Resistance +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1219', N'Increases Max HP by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1220', N'Increases Max MP by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1221', N'Increases Physical Attack by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1222', N'Increases Physical Defence by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1223', N'Increases Magic Attack by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1224', N'Increases Magic Defence by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1225', N'Increases Critical Chance by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1226', N'Increases Critical Power by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1227', N'Increases Critical Resistance by * +#@value01@#% of party member enhancement level', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1228', N'Party Member Fire Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1229', N'Party Member Water Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1230', N'Party Member Light Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1231', N'Party Member Darkness Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1232', N'Party Member Earth Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1233', N'Party Member Wind Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1234', N'Party Member Poison Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1235', N'Party Member Lightning Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1236', N'Party Member All Elemental Damage +#@value01@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1237', N'Party Member Attack Speed +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1238', N'Party Member Critical Rate +#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1501', N'Max HP -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1502', N'Max MP -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1503', N'Physical Damage -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1504', N'Magic Damage -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1505', N'Physical Defense -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1506', N'Magic Defense -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1507', N'Movement Speed -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1508', N'Critical Rate -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1509', N'Luck -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1510', N'Physical Weapon Damage -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1511', N'Magic Weapon Damage -#@value01@#%', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1601', N'Increases other gem effects by #@value01@# %.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1602', N'Increased durability by + #@value01@#.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1603', N'Gold Obtained +#@value01@#%.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1701', N'Convert all damage to Fire Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1702', N'Convert all damage to Water Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1703', N'Convert all damage to Wind Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1704', N'Convert all damage to Lightning Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1705', N'Convert all damage to Earth Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1706', N'Convert all damage to Light Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1707', N'Convert all damage to Darkness Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1708', N'Convert all damage to Poison Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1709', N'Convert all damage to Fire Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1710', N'Convert all damage to Water Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1711', N'Convert all damage to Wind Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1712', N'Convert all damage to Lightning Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1713', N'Convert all damage to Earth Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1714', N'Convert all damage to Light Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1715', N'Convert all damage to Darkness Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1716', N'Convert all damage to Poison Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1717', N'Convert all damage to Fire Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1718', N'Convert all damage to Water Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1719', N'Convert all damage to Wind Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1720', N'Convert all damage to Lightning Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1721', N'Convert all damage to Earth Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1722', N'Convert all damage to Light Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1723', N'Convert all damage to Darkness Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1724', N'Convert all damage to Poison Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1725', N'Convert all damage to Fire Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1726', N'Convert all damage to Water Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1727', N'Convert all damage to Wind Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1728', N'Convert all damage to Lightning Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1729', N'Convert all damage to Earth Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1730', N'Convert all damage to Light Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1731', N'Convert all damage to Darkness Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'1732', N'Convert all damage to Poison Damage.', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2001', N'Max HP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2002', N'Max MP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2003', N'Physical Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2004', N'Magic Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2005', N'Physical Weapon Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2006', N'Magic Weapon Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2007', N'Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2008', N'Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2009', N'Fire Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2010', N'Water Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2011', N'Light Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2012', N'Darkness Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2013', N'Fire Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2014', N'Water Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2015', N'Light Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2016', N'Darkness Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2017', N'Recover +#@value01@# HP every #@value02@# minute(s).', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2018', N'Recover +#@value01@# MP every #@value02@# minute(s).', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2019', N'All Elements Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2020', N'All Elemental Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2021', N'Maximum Inventory Weight +#@value01@#Kg', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2022', N'Reduce MP Use +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2023', N'Ignore Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2024', N'Ignore Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2025', N'Additional Physical Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2026', N'Additional Magic Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2027', N'Physical Damage Absorption +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2028', N'Magic Damage Absorption +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2029', N'Earth Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2030', N'Wind Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2031', N'Earth Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2032', N'Wind Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2033', N'Poison Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2034', N'Lightning Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2035', N'Poison Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2036', N'Lightning Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2037', N'Max HP +#@value02@# when item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2038', N'Max MP +#@value02@# when item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2039', N'Your Physical Damage will be increased by +#@value02@# when the item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2040', N'Your Physical Defense will be increased by +#@value02@# when the item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2041', N'Your Magic Damage will be increased by +#@value02@# when the item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2042', N'Your Magic Defense will be increased by +#@value02@# when the item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2043', N'Your Critical Rate will be increased by +#@value02@# when your item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2044', N'Max Critical Power +#@value02@# when item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2045', N'Critical Resistance +#@value02@# when item''s level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2050', N'Length #@value01@#cm', N'1', N'10000') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2201', N'Party Member Max HP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2202', N'Party Member Max MP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2203', N'Party Member Physical Attack +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2204', N'Party Member Magic Attack +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2205', N'Party Member Weapon Physical Attack +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2206', N'Party Member Weapon Magic Attack +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2207', N'Party Member Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2208', N'Party Member Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2209', N'Party Member Fire Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2210', N'Party Member Water Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2211', N'Party Member Darkness Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2212', N'Party Member Light Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2213', N'Party Member Fire Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2214', N'Party Member Water Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2215', N'Party Member Light Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2216', N'Party Member Darkness Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2217', N'Party Member recover #@value02@# HP per minute +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2218', N'Party Member recover #@value02@# MP per minute +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2219', N'Party Member All Elements Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2220', N'Party Member All Elemental Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2221', N'Party Member Maximum Inventory Weight +#@value01@#Kg', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2222', N'Party Member MP Consumption Reduction +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2223', N'Party Member Ignore Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2224', N'Party Member Ignore Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2225', N'Party Member Additional Physical Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2226', N'Party Member Additional Magic Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2227', N'Party Member Physical Damage Absorption +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2228', N'Party Member Magic Damage Absorption +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2229', N'Party Member Earth Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2230', N'Party Member Wind Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2231', N'Party Member Earth Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2232', N'Party Member Wind Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2233', N'Party Member Poison Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2234', N'Party Member Lightning Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2235', N'Party Member Poison Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2236', N'Party Member Lightning Resistance +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2237', N'When Party Member item enhancement level is #@value01@# or higher, Max HP increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2238', N'When Party Member item enhancement level is #@value01@# or higher, Max MP increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2239', N'When Party Member item enhancement level is #@value01@# or higher, Physical Attack increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2240', N'When Party Member item enhancement level is #@value01@# or higher, Physical Defense increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2241', N'When Party Member item enhancement level is #@value01@# or higher, Magic Attack increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2242', N'When Party Member item enhancement level is #@value01@# or higher, Magic Defence increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2243', N'When Party Member item enhancement level is #@value01@# or higher, Critical Rate increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2244', N'When Party Member item enhancement level is #@value01@# or higher, Critical Power increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2245', N'When Party Member item enhancement level is #@value01@# or higher, Critical Resistance increased by +#@value02@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2501', N'Max HP -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2502', N'Max MP -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2503', N'Physical Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2504', N'Magic Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2505', N'Physical Weapon Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2506', N'Magic Weapon Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2507', N'Physical Defense -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2508', N'Magic Defense -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2509', N'Fire Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2510', N'Water Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2511', N'Light Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2512', N'Darkness Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2513', N'Fire Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2514', N'Water Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2515', N'Light Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2516', N'Darkness Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2517', N'All Elements Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2518', N'All Elemental Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2519', N'Maximum Inventory Weight -#@value01@#Kg', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2520', N'Earth Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2521', N'Wind Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2522', N'Earth Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2523', N'Wind Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2524', N'Poison Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2525', N'Lightning Damage -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2526', N'Poison Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'2527', N'Lightning Resistance -#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3001', N'#@value02@#% chance of inflicting +#@value01@#
additional damage.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3002', N'#@value02@#% chance of inflicting +#@value01@#
additional magic damage.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3003', N'#@value02@#% chance of ignoring +#@value01@#
Physical Defense.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3004', N'#@value02@#% chance of ignoring +#@value01@# Magic
Defense.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3005', N'#@value02@#% chance to restore +#@value01@# HP.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3006', N'#@value02@#% chance to restore +#@value01@# MP.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3007', N'#@value03@#% chance of increasing
Physical Damage by +#@value01@# for
#@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3008', N'#@value03@#% chance of increasing
Magic Damage by +#@value01@# for
#@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3009', N'#@value03@#% chance of increasing all party
members'' Attack Speed by +#@value01@# for
#@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3010', N'#@value02@#% chance of reducing HP of #@value03@#
for #@value01@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3011', N'#@value02@#% chance of recovering all party
members'' HP by +#@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3012', N'#@value02@#% chance to cast Lv. #@value01@# Stone.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3013', N'#@value02@#% chance to cast Lv. #@value01@# Freeze.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3014', N'#@value02@#% chance to cast Lv. #@value01@# Stun.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3015', N'#@value02@#% chance to cast Lv. #@value01@# Slow.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3016', N'#@value02@#% chance to cast Lv. #@value01@# Chaos.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3017', N'#@value02@#% chance to cast Lv. #@value01@# Fire.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3018', N'#@value02@#% chance to cast Lv. #@value01@# Disease.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3019', N'#@value02@#% chance to cast Lv. #@value01@# Poison.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3020', N'#@value02@#% chance to cast Lv. #@value01@# Sleep.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3021', N'#@value02@#% chance to cast Lv. #@value01@# Darkness.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3022', N'#@value02@#% chance to cast Lv. #@value01@# Bleed.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3023', N'#@value01@#% chance to cast #@value02@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'3024', N'#@value02@#% chance to cast #@value03@# when
the item level is over #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4001', N'#@value02@#% chance of reducing Physical
Damage by #@value01@#% the next time you''re hit.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4002', N'#@value02@#% chance of reducing Magic Damage by #@value01@#% the next time you''re hit.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4003', N'#@value03@#% chance of reducing the attacker''s
Attack Speed by #@value01@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4004', N'#@value03@#% chance of reducing the attacker''s
Movement Speed by #@value01@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4005', N'#@value01@#% chance of losing MP instead of
HP. (You''ll lose your HP when you don''t
have any MP left.)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4006', N'#@value01@#% chance of becoming invincible for
#@value02@# seconds after being hit.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4007', N'#@value02@#% chance to cast Lv. #@value01@# Stone.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4008', N'#@value02@#% chance to cast Lv. #@value01@# Freeze.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4009', N'#@value02@#% chance to cast Lv. #@value01@# Stun.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4010', N'#@value02@#% chance to cast Lv. #@value01@# Slow.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4011', N'#@value02@#% chance to cast Lv. #@value01@# Chaos.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4012', N'#@value02@#% chance to cast Lv. #@value01@# Fire.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4013', N'#@value02@#% chance to cast Lv. #@value01@# Disease.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4014', N'#@value02@#% chance to cast Lv. #@value01@# Poison.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4015', N'#@value02@#% chance to cast Lv. #@value01@# Sleep.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4016', N'#@value02@#% chance to cast Lv. #@value01@# Darkness.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4017', N'#@value02@#% chance to cast Lv. #@value01@# Bleed.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4018', N'#@value02@#% chance to cast Lv. #@value01@#
Lightning.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4019', N'#@value01@#% chance to cast #@value02@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4020', N'#@value02@#% chance to cast #@value03@# when
the item level is above #@value01@#.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4021', N'When hit, there is a #@value02@#% chance to increase physical attack +#@value03@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4022', N'When hit, there is a #@value02@#% chance to increase magic attack +#@value03@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4023', N'When hit, there is a #@value02@#% chance to increase all elemental damage +#@value03@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4024', N'When hit, there is a #@value02@#% chance to increase critical power +#@value03@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4025', N'When hit, there is a #@value02@#% chance to increase critical rate +#@value03@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4026', N'When hit, there is a #@value02@#% chance to increase attacker attack speed +#@value03@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'4027', N'When hit, there is a #@value02@#% chance to increase attacker movement speed +#@value03@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5001', N'#@value02@#% chance of reducing MP
consumption by #@value01@# when using the
skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5002', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5003', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5004', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5005', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5006', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5007', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5008', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5009', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5010', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5011', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5012', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5013', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5014', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5015', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5016', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5017', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5018', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5019', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5020', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5021', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5022', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5023', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5024', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5025', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5026', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5027', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5028', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5029', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5030', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5031', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5032', N'When using #@value01@# skill, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5033', N'When using #@value01@# skill, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5034', N'When using #@value01@# skill, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5035', N'When using #@value01@# skill, skill damage is increased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5036', N'When using #@value01@# skill, skill damage is increased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5037', N'When using #@value01@# skill, skill damage is increased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5038', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5039', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5040', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5041', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5042', N'Skill damage will increase by +#@value02@#% when using a #@value01@# skill.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5043', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5044', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5045', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5046', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5047', N'When using #@value01@# type skills, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5048', N'When using #@value01@# skill, the cooldown is decreased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'5049', N'When using #@value01@# skill, skill damage is increased by +#@value02@#%', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6101', N'Sword Upper Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6102', N'Dark Storm Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6103', N'Spiral Stinger Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6104', N'Soul Breeder Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6105', N'Blooding Attack Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6106', N'Divine Drive Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6201', N'Wall of Fire Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6202', N'Magic Missile Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6203', N'Windy Blast Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6204', N'Rock Fist Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6205', N'Fireball Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6206', N'HP Recovery Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6301', N'Uppercut Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6302', N'Dempsey Roll Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6303', N'Shock/Toenail Stab Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6304', N'Powerful Foot Roll Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6305', N'Charge of Savage Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'6306', N'Wild Throw Level +1', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'7001', N'Specified Skill Level +2', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'8001', N'Max HP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'8002', N'Max MP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'8003', N'Physical Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'8004', N'Magic Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'8005', N'Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'8006', N'Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'9001', N'Max HP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'9002', N'Max MP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'9003', N'Physical Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'9004', N'Magic Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'9005', N'Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'9006', N'Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'10001', N'Max HP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'10002', N'Max MP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'10003', N'Physical Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'10004', N'Magic Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'10005', N'Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'10006', N'Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'20001', N'Max HP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'20002', N'Max MP +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'20003', N'Physical Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'20004', N'Magic Damage +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'20005', N'Physical Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'20006', N'Magic Defense +#@value01@#', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33001', N'#@value02@#% chance of inflicting +#@value01@# additional damage.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33002', N'#@value02@#% chance of inflicting +#@value01@# additional magic damage.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33003', N'#@value02@#% chance of ignoring +#@value01@# Physical Defense.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33004', N'#@value02@#% chance of ignoring +#@value01@# Magic Defense.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33005', N'#@value02@#% chance to restore +#@value01@# HP.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33006', N'#@value02@#% chance to restore +#@value01@# MP.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33007', N'#@value03@#% chance of increasing Physical Damage by +#@value01@# for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33008', N'#@value03@#% chance of increasing Magic Damage by +#@value01@# for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33009', N'#@value03@#% chance of increasing all party members'' Attack Speed by +#@value01@# for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33010', N'#@value02@#% chance of reducing the HP of #@value03@# for #@value01@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33011', N'#@value02@#% chance of all party members recovering +#@value01@# HP.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33012', N'#@value02@#% chance of using level #@value01@# Stone.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33013', N'#@value02@#% chance of using level #@value01@# Freeze.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33014', N'#@value02@#% chance of using level #@value01@# Stun.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33015', N'#@value02@#% chance of using level #@value01@# Slow.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33016', N'#@value02@#% chance of using level #@value01@# Chaos.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33017', N'#@value02@#% chance of using level #@value01@# Fire.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33018', N'#@value02@#% chance of using level #@value01@# Disease.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33019', N'#@value02@#% chance of using level #@value01@# Poison.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33020', N'#@value02@#% chance of using level #@value01@# Sleep.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33021', N'#@value02@#% chance of using level #@value01@# Darkness.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'33022', N'#@value02@#% chance of using level #@value01@# Bleed.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34001', N'#@value02@#% chance of receiving #@value01@#% less physical damage on the next hit.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34002', N'#@value02@#% chance of receiving #@value01@#% less magic damage on the next hit.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34003', N'#@value02@#% chance of reducing the attacker''s attack speed by #@value01@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34004', N'#@value02@#% chance of reducing the attacker''s movement speed by #@value01@#% for #@value02@# seconds.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34005', N'#@value02@#% chance of losing MP instead of HP when hit. (HP will be affected if there is no MP)', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34006', N'#@value01@#@ chance of becoming invincible for #@value02@# seconds when hit.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34007', N'#@value02@#% chance of using level #@value01@# Stone.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34008', N'#@value02@#% chance of using level #@value01@# Freeze.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34009', N'#@value02@#% chance of using level #@value01@# Stun.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34010', N'#@value02@#% chance of using level #@value01@# Slow.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34011', N'#@value02@#% chance of using level #@value01@# Chaos.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34012', N'#@value02@#% chance of using level #@value01@# Fire.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34013', N'#@value02@#% chance of using level #@value01@# Disease.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34014', N'#@value02@#% chance of using level #@value01@# Poison.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34015', N'#@value02@#% chance of using level #@value01@# Sleep.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34016', N'#@value02@#% chance of using level #@value01@# Darkness.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34017', N'#@value02@#% chance of using level #@value01@# Bleed.', N'1', N'100') GO INSERT INTO [dbo].[Base_ItemOptionTable] ([id], [name], [min_value], [max_value]) VALUES (N'34018', N'#@value02@#% chance of using level #@value01@# Lightning.', N'1', N'100') GO -- ---------------------------- -- Table structure for Base_ItemTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_ItemTable]') AND type IN ('U')) DROP TABLE [dbo].[Base_ItemTable] GO CREATE TABLE [dbo].[Base_ItemTable] ( [id] int NOT NULL, [name] nvarchar(100) COLLATE Korean_Wansung_CI_AS NOT NULL, [inventory_type] int DEFAULT 0 NOT NULL, [RestraintType] int NOT NULL, [ReconstructionMax] int NOT NULL, [Category] int NOT NULL, [Branch] int NOT NULL, [LevelLimit] int NOT NULL, [max_dur] int DEFAULT 0 NOT NULL, [is_socket] int DEFAULT 0 NOT NULL, [max_socket_num] int DEFAULT 0 NOT NULL, [kind] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL, [BuyPrice] int NOT NULL, [SellPrice] int NOT NULL ) GO ALTER TABLE [dbo].[Base_ItemTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_ItemTable -- ---------------------------- INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100', N'Fortune Dice', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'3333', N'Clovis Box for testing', N'2', N'0', N'0', N'13', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16001', N'Hunter''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16002', N'Fighter''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16003', N'Gladiator''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16004', N'Slaughterer''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16005', N'Warrior''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16006', N'King''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16007', N'Great King''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16008', N'Angelic Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16111', N'Hunter''s Chest', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16121', N'Fighter''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16122', N'Fighter''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16131', N'Gladiator''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16132', N'Gladiator''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16141', N'Slaughterer''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16142', N'Slaughterer''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16151', N'Warrior''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16152', N'Warrior''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16161', N'King''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16162', N'King''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16211', N'Hunter''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16221', N'Fighter''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16231', N'Gladiator''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16241', N'Slaughterer''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16251', N'Warrior''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16261', N'King''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16501', N'Training Hall Gift Ticket 1', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16502', N'Training Hall Gift Ticket 2', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16503', N'Mausoleum Arena Ticket', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16504', N'Training Hall Gift Ticket 4', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16505', N'Training Hall Gift Ticket 5', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16506', N'Training Hall Gift Ticket 6', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16507', N'Training Hall Gift Ticket 7', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16508', N'Training Hall Gift Ticket 8', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16509', N'VIP Pass', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16701', N'Dead Bug', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16702', N'Nepenthese Sprout', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16703', N'Zombie Nepenthese Sprout', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16704', N'Bomi Toadstool', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16705', N'Mandragora''s Root', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16706', N'Treant''s Fruit', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16707', N'Seed of Ice Flower', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16708', N'Poison Flower''s Seed', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20001', N'Fabric Imbued with Magic', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20002', N'White Fabric Imbued with Magic', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20003', N'Dark Thread Ball', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20004', N'Silver Thread Ball', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20005', N'Golden Thread Ball', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20006', N'Mysterious Dye', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20007', N'Water Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20008', N'Scales Imbued with Magic', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20009', N'Feather Imbued with Magic', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20010', N'Magic-Imbued Essence', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011', N'Magical Rabbit Leather', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20100', N'Alchemist''s Pot', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21001', N'Teddy Bear Body Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21002', N'Teddy Bear Head Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21003', N'Shark Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21004', N'Octopus Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21005', N'Carp Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21006', N'Mantis Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21007', N'Roach Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21008', N'Locust Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022', N'Dark Seal Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023', N'Dark Seal Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21024', N'Dark Seal Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21025', N'Dark Seal Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21026', N'Dark Seal Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21027', N'Dark Seal Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21028', N'White Devil Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21029', N'White Devil Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030', N'White Devil Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031', N'White Devil Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032', N'White Devil Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033', N'White Devil Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21034', N'Blue Seal Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21035', N'Blue Seal Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21036', N'Blue Seal Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21037', N'Blue Seal Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21038', N'Blue Seal Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21039', N'Blue Seal Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21040', N'Red Formal Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21041', N'Red Formal Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21042', N'Red Formal Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21043', N'Red Formal Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21044', N'Red Formal Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21045', N'Red Formal Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21046', N'Swallowtail Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21047', N'Swallowtail Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21048', N'Swallowtail Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21049', N'Swallowtail Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21050', N'Swallowtail Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21051', N'Swallowtail Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21052', N'Hunter Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21053', N'Hunter Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21054', N'Hunter Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21055', N'Hunter Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21056', N'Hunter Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21057', N'Hunter Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21065', N'Red Seal Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21066', N'Red Seal Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21067', N'Red Seal Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21068', N'Red Seal Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21069', N'Red Seal Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21070', N'Red Seal Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21071', N'Plaid Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21072', N'Plaid Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21073', N'Plaid Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21074', N'Plaid Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21075', N'Plaid Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21076', N'Plaid Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21077', N'Night Witch Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21078', N'Night Witch Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21079', N'Night Witch Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21080', N'Night Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21081', N'Night Witch Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21082', N'Night Witch Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21083', N'Plum Witch Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21084', N'Plum Witch Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21085', N'Plum Witch Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21086', N'Plum Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21087', N'Plum Witch Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21088', N'Plum Witch Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21089', N'Red Witch Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21090', N'Red Witch Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21091', N'Red Witch Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21092', N'Red Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21093', N'Red Witch Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21094', N'Red Witch Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21095', N'Red Spider Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21096', N'Red Spider Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21097', N'Red Spider Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21098', N'Red Spider Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21099', N'Red Spider Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21100', N'Red Spider Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21108', N'Brown Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21109', N'Brown Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21110', N'Brown Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21111', N'Brown Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21112', N'Brown Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21113', N'Brown Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21114', N'Hooligan Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21115', N'Hooligan Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21116', N'Hooligan Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21117', N'Hooligan Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21118', N'Hooligan Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21119', N'Hooligan Tie Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21120', N'Bright Uniform Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21121', N'Bright Uniform Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21122', N'Bright Uniform Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21123', N'Bright Uniform Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21124', N'Bright Uniform Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21125', N'Bright Uniform Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21126', N'Rustic Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21127', N'Rustic Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21128', N'Rustic Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21129', N'Rustic Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21130', N'Rustic Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21131', N'Rustic Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21132', N'Dark Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21133', N'Dark Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21134', N'Dark Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21135', N'Dark Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21136', N'Dark Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21137', N'Dark Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21138', N'Conquest Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21139', N'Conquest Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21140', N'Conquest Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21141', N'Conquest Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21142', N'Conquest Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21143', N'Conquest Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21144', N'Brown Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21145', N'Hooligan Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21146', N'Bright Uniform Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21147', N'Rustic Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21148', N'Dark Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21149', N'Conquest Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21185', N'Red Fox Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21186', N'Red Fox Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21187', N'Red Fox Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21188', N'Red Fox Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21189', N'Red Fox Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21190', N'Red Fox Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21191', N'White Blaze Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21192', N'White Blaze Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21193', N'White Blaze Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21194', N'White Blaze Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21195', N'White Blaze Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21196', N'White Sol Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21197', N'White Sol Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21198', N'White Sol Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21199', N'White Sol Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21200', N'White Sol Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21201', N'White Sol Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21202', N'White Sol Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21281', N'White Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21381', N'Orange Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21382', N'Orange Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21383', N'Orange Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21384', N'Orange Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21385', N'Orange Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21386', N'Orange Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21387', N'Orange Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21388', N'Pink Dress Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21389', N'Pink Dress Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21390', N'Pink Dress Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21391', N'Pink Dress Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21392', N'Pink Dress Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21393', N'Pink Dress Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21394', N'Pink Dress Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21395', N'Red Check Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21396', N'Red Check Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21397', N'Red Check Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21398', N'Red Check Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21399', N'Red Check Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21400', N'Red Check Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21401', N'Red Check Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21402', N'Ranger Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21403', N'Ranger Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21404', N'Ranger Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21405', N'Ranger Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21406', N'Ranger Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21407', N'Ranger Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21408', N'Ranger Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21410', N'White Dress Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21411', N'White Dress Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21412', N'White Dress Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21413', N'White Dress Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21414', N'White Dress Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21415', N'White Dress Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21416', N'White Dress Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21417', N'Bee Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21418', N'Angler Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21419', N'Blue Frill Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21420', N'Blue Frill Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21421', N'Blue Frill Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21422', N'Blue Frill Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21423', N'Blue Frill Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21424', N'Blue Frill Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21425', N'Blue Frill Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21426', N'Black Hawk Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21427', N'White Hawk Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21428', N'Pink Hawk Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21429', N'Red Pinned Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21430', N'Purple Pinned Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21431', N'Grey Pinned Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21432', N'Yellow Reggae Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21433', N'Purple Reggae Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21434', N'Green Reggae Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21435', N'Purple Foxy Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21436', N'Red Foxy Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21437', N'Rose Foxy Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21438', N'Grey Trimmed Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21439', N'Red Trim Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21440', N'Pink Trim Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21441', N'Lovely Black Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21442', N'Lovely Yellow Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21443', N'Lovely Red Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21444', N'Cute Yellow Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21445', N'Cute Pink Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21446', N'Cute Black Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21447', N'Floral Black Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21448', N'Floral Red Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21449', N'Floral Yellow Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21450', N'Black Flowing Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21451', N'Grey Flowing Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21452', N'Pink Flowing Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21453', N'Black Regent Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21454', N'Grey Regent Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21455', N'Pink Regent Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21456', N'Grey Apple Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21457', N'Red Apple Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21458', N'Pink Apple Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21459', N'Grey Regent Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21460', N'Red Regent Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21461', N'Pink Regent Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21462', N'Majestic Black Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21463', N'Majestic Yellow Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21464', N'Majestic Red Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21465', N'Black Regent Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21466', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21467', N'Red Regent Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21468', N'Upbeat Red Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21469', N'Upbeat Purple Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21470', N'Upbeat Grey Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21471', N'Red Regent Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21472', N'Plum Regent Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21473', N'Grey Regent Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21474', N'Yellow Tied Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21475', N'Pink Tied Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21476', N'Black Tied Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21477', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21478', N'Pink Regent Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21479', N'Black Regent Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21480', N'Dreamy Yellow Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21481', N'Dreamy Purple Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21482', N'Dreamy Green Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21483', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21484', N'Plum Regent Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21485', N'Green Regent Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21486', N'Wavy Black Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21487', N'Wavy Red Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21488', N'Wavy Yellow Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21489', N'Black Regent Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21490', N'Red Regent Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21491', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21492', N'Purple Wild Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21493', N'Red Wild Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21494', N'Rose Wild Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21495', N'Plum Regent Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21496', N'Red Regent Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21497', N'Rose Regent Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21498', N'White Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21499', N'White Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21500', N'White Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21501', N'White Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21502', N'White Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21503', N'White Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21504', N'Green Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21505', N'Green Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21506', N'Green Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21507', N'Green Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21508', N'Green Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21509', N'Green Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21510', N'Yellow Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21511', N'Yellow Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21512', N'Yellow Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21513', N'Yellow Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21514', N'Yellow Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21515', N'Yellow Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21516', N'Purple Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21517', N'Purple Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21518', N'Purple Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21519', N'Purple Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21520', N'Purple Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21521', N'Purple Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21522', N'Red Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21523', N'Red Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21524', N'Red Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21525', N'Red Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21526', N'Red Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21527', N'Red Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21528', N'Dark Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21529', N'Dark Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21530', N'Dark Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21531', N'Dark Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21532', N'Dark Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21533', N'Dark Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21534', N'Purple Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21535', N'Purple Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21536', N'Purple Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21537', N'Purple Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21538', N'Purple Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21539', N'Purple Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21540', N'Green Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21541', N'Green Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21542', N'Green Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21543', N'Green Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21544', N'Green Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21545', N'Green Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21546', N'Pink Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21547', N'Pink Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21548', N'Pink Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21549', N'Pink Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21550', N'Pink Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21551', N'Pink Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21552', N'Black Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21553', N'Black Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21554', N'Black Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21555', N'Black Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21556', N'Black Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21557', N'Black Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21558', N'White Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21559', N'White Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21560', N'White Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21561', N'White Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21562', N'White Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21563', N'White Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21564', N'Beige Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21565', N'Beige Duchess Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21566', N'Beige Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21567', N'Beige Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21568', N'Beige Duchess Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21569', N'Beige Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21570', N'Purple Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21571', N'Purple Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21572', N'Purple Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21573', N'Purple Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21574', N'Purple Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21575', N'Purple Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21576', N'Green Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21577', N'Green Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21578', N'Green Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21579', N'Green Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21580', N'Green Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21581', N'Green Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21582', N'Purple Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21583', N'Purple Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21584', N'Purple Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21585', N'Purple Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21586', N'Purple Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21587', N'Purple Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21588', N'Black Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21589', N'Black Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21590', N'Black Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21591', N'Black Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21592', N'Black Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21593', N'Black Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21594', N'White Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21595', N'White Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21596', N'White Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21597', N'White Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21598', N'White Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21599', N'White Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21600', N'Beige Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21601', N'Beige Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21602', N'Beige Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21603', N'Beige Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21604', N'Beige Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21605', N'Beige Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21606', N'Green Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21607', N'Green Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21608', N'Green Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21609', N'Green Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21610', N'Green Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21611', N'Green Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21612', N'Purple Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21613', N'Purple Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21614', N'Purple Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21615', N'Purple Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21616', N'Purple Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21617', N'Purple Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21618', N'Grey Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21619', N'Grey Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21620', N'Grey Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21621', N'Grey Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21622', N'Grey Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21623', N'Grey Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21624', N'Red Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21625', N'Red Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21626', N'Red Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21627', N'Red Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21628', N'Red Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21629', N'Red Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21630', N'Black Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21631', N'Black Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21632', N'Black Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21633', N'Black Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21634', N'Black Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21635', N'Black Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21636', N'White Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21637', N'White Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21638', N'White Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21639', N'White Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21640', N'White Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21641', N'White Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21642', N'Upsweep Brown Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21643', N'Upsweep Blue Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21644', N'Upsweep Red Hairstyle Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21645', N'Dandy Brown Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21646', N'Dandy Blue Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21647', N'Dandy Yellow Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21648', N'Pompadour Brown Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21649', N'Pompadour Blue Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21650', N'Pompadour Yellow Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21651', N'Indigo Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21652', N'Indigo Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21653', N'Indigo Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21654', N'Indigo Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21655', N'Indigo Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21656', N'Indigo Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21657', N'Black Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21658', N'Black Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21659', N'Black Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21660', N'Black Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21661', N'Black Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21662', N'Black Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21663', N'Dapple Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21664', N'Dapple Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21665', N'Dapple Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21666', N'Dapple Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21667', N'Dapple Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21668', N'Dapple Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21669', N'Red Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21670', N'Red Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21671', N'Red Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21672', N'Red Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21673', N'Red Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21674', N'Red Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21675', N'Leopard Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21676', N'Leopard Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21677', N'Leopard Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21678', N'Leopard Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21679', N'Leopard Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21680', N'Leopard Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21681', N'White Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21682', N'White Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21683', N'White Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21684', N'White Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21685', N'White Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21686', N'White Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21687', N'Rabbit Head Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21688', N'Rabbit Body Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21689', N'Rabbit Gloves Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21690', N'Rabbit Shoes Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'22001', N'Bleach', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30003', N'Buckthorn Leaf Bread', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30004', N'Grilled Clown Mushroom', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30005', N'Meat Pie', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30006', N'Cheesecake', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30007', N'Banana Bread', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30008', N'Sweet Potato Bread', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30009', N'Sweet Peony Bread', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30010', N'Wrinkle Moss Juice', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30011', N'Blue Mushroom Whiskey', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30012', N'Root Beer', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30013', N'Quality Wine', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30014', N'Peony Wine', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30015', N'Mysterious Liquor', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30016', N'Fragrant Ancient Moss Rum', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30019', N'Meat Soup', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30020', N'Sadixol', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'1030', N'171') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30025', N'Beginner''s HP Recovery Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30026', N'Miscellaneous Merchant''s HP Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30027', N'Miscellaneous Merchant''s HP Potion (L)', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30028', N'Beginner''s MP Recovery Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30029', N'Miscellaneous Merchant''s MP Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30030', N'Miscellaneous Merchant''s MP Potion (L)', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30031', N'Elixir of Blood Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30032', N'Elixir of Blood Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30033', N'Elixir of Blood Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30034', N'Elixir of Blood Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30035', N'Elixir of Blood Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30036', N'Elixir of Blood Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30037', N'Elixir of Blood Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30038', N'Elixir of Blood Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30039', N'Elixir of Fire Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30040', N'Elixir of Fire Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30041', N'Elixir of Fire Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30042', N'Elixir of Fire Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30043', N'Elixir of Fire Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30044', N'Elixir of Fire Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30045', N'Elixir of Fire Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30046', N'Elixir of Fire Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30047', N'Elixir of Chaos Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30048', N'Elixir of Chaos Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30049', N'Elixir of Chaos Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30050', N'Elixir of Chaos Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30051', N'Elixir of Chaos Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30052', N'Elixir of Chaos Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30053', N'Elixir of Chaos Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30054', N'Elixir of Chaos Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30055', N'Elixir of Strength Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30056', N'Elixir of Strength Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30057', N'Elixir of Strength Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30058', N'Elixir of Strength Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30059', N'Elixir of Strength Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30060', N'Elixir of Strength Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30061', N'Elixir of Strength Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30062', N'Elixir of Strength Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30063', N'Elixir of Stone Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30064', N'Elixir of Stone Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30065', N'Elixir of Stone Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30066', N'Elixir of Stone Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30067', N'Elixir of Stone Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30068', N'Elixir of Stone Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30069', N'Elixir of Stone Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30070', N'Elixir of Stone Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30071', N'Elixir of Ice Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30072', N'Elixir of Ice Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30073', N'Elixir of Ice Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30074', N'Elixir of Ice Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30075', N'Elixir of Ice Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30076', N'Elixir of Ice Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30077', N'Elixir of Ice Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30078', N'Elixir of Ice Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30079', N'Elixir of Slow Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30080', N'Elixir of Slow Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30081', N'Elixir of Slow Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30082', N'Elixir of Slow Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30083', N'Elixir of Slow Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30084', N'Elixir of Slow Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30085', N'Elixir of Slow Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30086', N'Elixir of Slow Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30087', N'Elixir of Poison Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30088', N'Elixir of Poison Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30089', N'Elixir of Poison Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30090', N'Elixir of Poison Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30091', N'Elixir of Poison Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30092', N'Elixir of Poison Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30093', N'Elixir of Poison Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30094', N'Elixir of Poison Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30095', N'Elixir of Disease Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30096', N'Elixir of Disease Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30097', N'Elixir of Disease Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30098', N'Elixir of Disease Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30099', N'Elixir of Disease Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30100', N'Elixir of Disease Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30101', N'Elixir of Disease Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30102', N'Elixir of Disease Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30103', N'Elixir of Sleep Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30104', N'Elixir of Sleep Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30105', N'Elixir of Sleep Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30106', N'Elixir of Sleep Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30107', N'Elixir of Sleep Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30108', N'Elixir of Sleep Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30109', N'Elixir of Sleep Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30110', N'Elixir of Sleep Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30111', N'Elixir of Darkness Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30112', N'Elixir of Darkness Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30113', N'Elixir of Darkness Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30114', N'Elixir of Darkness Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30115', N'Elixir of Darkness Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30116', N'Elixir of Darkness Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30117', N'Elixir of Darkness Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30118', N'Elixir of Darkness Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30119', N'Mrs. Winger''s Apple Soup', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30120', N'Gorgon''s HP Potion', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'230', N'38') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30121', N'Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30122', N'Decent HP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30123', N'Gorgon''s Great HP Potion', N'2', N'0', N'0', N'13', N'1', N'17', N'100', N'0', N'0', N'0', N'1', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30124', N'Strong HP Potion', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30125', N'Powerful HP Potion', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30126', N'Holy HP Potion', N'2', N'0', N'0', N'13', N'1', N'65', N'100', N'0', N'0', N'0', N'1', N'5030', N'830') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30127', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'3', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30128', N'Estel''s MP Potion', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'230', N'38') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30129', N'Poor MP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30130', N'Decent MP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30131', N'Estel''s Great MP Potion', N'2', N'0', N'0', N'13', N'1', N'17', N'100', N'0', N'0', N'0', N'1', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30132', N'Strong Mana Potion', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30133', N'Powerful Mana Potion', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30134', N'Holy Mana Potion', N'2', N'0', N'0', N'13', N'1', N'65', N'100', N'0', N'0', N'0', N'1', N'5030', N'830') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30136', N'Delicious Rat Dish', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30138', N'Soul Collector', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30139', N'Joheim''s Special Sauce', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30140', N'Clown Mushroom Soup', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30141', N'Hard Boiled Clown Mushroom', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30142', N'Fried Clown Mushroom', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30143', N'Buckthorn Leaf Soup', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30144', N'Buckthorn Leaf Tea', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30145', N'Buckthorn Leaf Cookie', N'2', N'0', N'0', N'13', N'1', N'14', N'100', N'0', N'0', N'0', N'1', N'400', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30146', N'Meat Steak', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30147', N'Meat Ball Sandwich', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30149', N'Fried Potato', N'2', N'0', N'0', N'13', N'1', N'24', N'100', N'0', N'0', N'0', N'1', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30150', N'Potato Soup', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30151', N'Skewered Potatoes', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30152', N'Peony Tea', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'1', N'1040', N'171') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30153', N'Peony Soup', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30154', N'Peony Cookie', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30155', N'Wrinkle Moss Tea', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30156', N'Wrinkle Moss Soup', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30158', N'Red Wine', N'2', N'0', N'0', N'13', N'1', N'8', N'100', N'0', N'0', N'0', N'1', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30159', N'Rose Wine', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30160', N'White Wine', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30161', N'Blue Mushroom Soup', N'2', N'0', N'0', N'13', N'1', N'18', N'100', N'0', N'0', N'0', N'1', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30162', N'Grilled Blue Mushroom', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30163', N'Fried Blue Mushroom', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30164', N'Fisherman Herb Soup', N'2', N'0', N'0', N'13', N'1', N'24', N'100', N'0', N'0', N'0', N'1', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30165', N'Fisherman Herb Tea', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30166', N'Fisherman Herb Cookie', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30167', N'Moss Soup', N'2', N'0', N'0', N'13', N'1', N'28', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30168', N'Moss Tea', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30169', N'Moss Salad', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30170', N'Grilled Rat Meat', N'2', N'0', N'0', N'13', N'1', N'23', N'100', N'0', N'0', N'0', N'1', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30171', N'Rat Meat Soup', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'1', N'1040', N'171') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30172', N'Steamed Rat Meat', N'2', N'0', N'0', N'13', N'1', N'29', N'100', N'0', N'0', N'0', N'1', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30173', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30174', N'Weak HP Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'190', N'31') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30175', N'Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30176', N'Decent HP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'1560', N'257') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30177', N'Great HP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30178', N'Strong HP Potion', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'4080', N'673') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30179', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30180', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'190', N'31') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30181', N'Poor MP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30182', N'Decent MP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'1560', N'257') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30183', N'Great MP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30184', N'Strong Mana Potion', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'4080', N'673') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30185', N'Decent HP Potion (practice)', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'170') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30186', N'High Quality HP Potion (practice)', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30187', N'Decent MP Potion (practice)', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'170') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30188', N'Great MP Potion (training)', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30189', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30190', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30191', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30192', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30193', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30194', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30195', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30196', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30197', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30198', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30199', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30200', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30201', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30202', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30203', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30204', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30205', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30206', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30207', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30208', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30209', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30210', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30211', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30212', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30213', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30214', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30215', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30216', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30217', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30218', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30219', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30220', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30221', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30222', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30223', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30224', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30225', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30226', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30227', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30228', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30229', N'Boiled Egg', N'2', N'0', N'0', N'13', N'1', N'24', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30230', N'Olive Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30231', N'Butter Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30232', N'Garlic Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30233', N'Cheese Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30234', N'Herb Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30235', N'Parsley Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30236', N'Wine Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30237', N'Olive Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30238', N'Butter Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30239', N'Garlic Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30240', N'Cheese Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30241', N'Herb Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30242', N'Parsley Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30243', N'Wine Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30244', N'Olive Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30245', N'Butter Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30246', N'Garlic Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30247', N'Cheese Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30248', N'Herb Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30249', N'Parsley Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30250', N'Wine Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30251', N'Olive Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30252', N'Butter Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30253', N'Garlic Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30254', N'Cheese Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30255', N'Herb Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30256', N'Parsley Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30257', N'Wine Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30258', N'Olive Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30259', N'Butter Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30260', N'Garlic Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30261', N'Cheese Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30262', N'Herb Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30263', N'Parsley Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30264', N'Wine Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30265', N'Olive Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30266', N'Butter Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30267', N'Garlic Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30268', N'Cheese Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30269', N'Herb Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30270', N'Parsley Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30271', N'Wine Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30272', N'Olive Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30273', N'Butter Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30274', N'Garlic Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30275', N'Cheese Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30276', N'Herb Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30277', N'Parsley Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30278', N'Wine Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30279', N'Spicy Olive Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30280', N'Spicy Butter Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30281', N'Spicy Garlic Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30282', N'Spicy Cheese Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30283', N'Spicy Herb Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30284', N'Spicy Parsley Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30285', N'Spicy Wine Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30286', N'Olive Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30287', N'Butter Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30288', N'Garlic Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30289', N'Cheese Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30290', N'Herb Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30291', N'Parsley Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30292', N'Wine Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30293', N'Olive Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30294', N'Butter Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30295', N'Garlic Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30296', N'Cheese Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30297', N'Herb Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30298', N'Parsley Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30299', N'Wine Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30300', N'Olive Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30301', N'Butter Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30302', N'Garlic Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30303', N'Cheese Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30304', N'Herb Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30305', N'Parsley Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30306', N'Wine Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30307', N'White Olive Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30308', N'White Butter Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30309', N'White Garlic Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30310', N'White Cheese Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30311', N'White Herb Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30312', N'White Parsley Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30313', N'White Wine Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30314', N'Olive Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30315', N'Butter Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30316', N'Garlic Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30317', N'Cheese Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30318', N'Herb Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30319', N'Parsley Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30320', N'Wine Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30321', N'Sound Stone Fragment', N'2', N'0', N'0', N'13', N'1', N'35', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30322', N'Golden Seal Bomb (Lv.1)', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30323', N'Golden Seal Bomb (Lv.10)', N'2', N'0', N'0', N'13', N'3', N'10', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30324', N'Golden Seal Bomb (Lv.20)', N'2', N'0', N'0', N'13', N'3', N'20', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30325', N'Golden Seal Bomb (Lv.30)', N'2', N'0', N'0', N'13', N'3', N'30', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30326', N'Golden Seal Flame Bomb (Lv.30)', N'2', N'0', N'0', N'13', N'3', N'30', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30327', N'Golden Seal Flame Bomb (Lv.40)', N'2', N'0', N'0', N'13', N'3', N'40', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30328', N'Goliath Gorilla Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30329', N'Cyborg Gorilla Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30330', N'Sinful Seraph Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30331', N'Skeleton Archer Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30332', N'Olive Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30333', N'Butter Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30334', N'Garlic Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30335', N'Cheese Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30336', N'Herb Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30337', N'Parsley Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30338', N'Wine Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30339', N'Rosemary Olive Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30340', N'Rosemary Butter Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30341', N'Rosemary Garlic Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30342', N'Rosemary Cheese Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30343', N'Rosemary Herb Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30344', N'Rosemary Parsley Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30345', N'Rosemary Wine Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30346', N'Olive Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30347', N'Butter Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30348', N'Garlic Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30349', N'Cheese Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30350', N'Herb Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30351', N'Parsley Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30352', N'Wine Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30353', N'Olive Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30354', N'Butter Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30355', N'Garlic Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30356', N'Cheese Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30357', N'Herb Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30358', N'Parsley Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30359', N'Wine Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30360', N'Olive Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30361', N'Butter Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30362', N'Garlic Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30363', N'Cheese Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30364', N'Herb Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30365', N'Parsley Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30366', N'Wine Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30367', N'Olive Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30368', N'Butter Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30369', N'Garlic Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30370', N'Cheese Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30371', N'Herb Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30372', N'Parsley Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30373', N'Wine Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30991', N'Butcher Morph potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30992', N'Eyebat Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30993', N'Gorilla Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30994', N'Wriggler Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30995', N'Chicken Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30996', N'Zombie Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30997', N'Mandragora Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30999', N'"Go', N'0', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31001', N'HP Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31002', N'HP Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31003', N'HP Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31004', N'HP Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31005', N'HP Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31006', N'HP Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31007', N'HP Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31008', N'HP Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31009', N'HP Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31010', N'HP Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31011', N'MP Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31012', N'MP Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31013', N'MP Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31014', N'MP Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31015', N'MP Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31016', N'MP Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31017', N'MP Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31018', N'MP Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31019', N'MP Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31020', N'MP Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31021', N'Skill Point Up +5', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31022', N'Skill Point Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31023', N'Skill Point Up +15', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31024', N'Skill Point Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31025', N'Skill Point Up +25', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31026', N'Skill Point Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31027', N'Skill Point Up +35', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31028', N'Skill Point Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31029', N'Skill Point Up +45', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31030', N'Skill Point Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31031', N'Physical Damage Up +5', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31032', N'Physical Damage Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31033', N'Physical Damage Up +15', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31034', N'Physical Damage Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31035', N'Physical Damage Up +25', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31036', N'Physical Damage Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31037', N'Physical Damage Up +35', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31038', N'Physical Damage Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31039', N'Physical Damage Up +45', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31040', N'Physical Damage Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31041', N'Physical Defense Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31042', N'Physical Defense Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31043', N'Physical Defense Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31044', N'Physical Defense Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31045', N'Physical Defense Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31046', N'Physical Defense Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31047', N'Physical Defense Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31048', N'Physical Defense Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31049', N'Physical Defense Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31050', N'Physical Defense Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31051', N'Magic Damage Up +5', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31052', N'Magic Damage Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31053', N'Magic Damage Up +15', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31054', N'Magic Damage Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31055', N'Magic Damage Up +25', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31056', N'Magic Damage Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31057', N'Magic Damage Up +35', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31058', N'Magic Damage Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31059', N'Magic Damage Up +45', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31060', N'Magic Damage Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31061', N'Magic Defense Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31062', N'Magic Defense Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31063', N'Magic Defense Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31064', N'Magic Defense Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31065', N'Magic Defense Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31066', N'Magic Defense Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31067', N'Magic Defense Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31068', N'Magic Defense Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31069', N'Magic Defense Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31070', N'Magic Defense Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37001', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37002', N'Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37003', N'Decent HP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37004', N'Great HP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'660', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37005', N'Best HP Potion', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'171') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37006', N'Poor HP Elixir', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37007', N'Decent HP Elixir', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37008', N'Great HP Elixir', N'2', N'0', N'0', N'13', N'1', N'35', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37009', N'Best HP Elixir', N'2', N'0', N'0', N'13', N'1', N'40', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37010', N'Inferior HP Elixir', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37011', N'Standard HP Elixir', N'2', N'0', N'0', N'13', N'1', N'50', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37012', N'Improved HP Elixir', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37013', N'Superior HP Elixir', N'2', N'0', N'0', N'13', N'1', N'60', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37101', N'Training Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38001', N'Worst MP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38002', N'Poor MP Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38003', N'Decent MP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38004', N'Great MP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'660', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38005', N'Best MP Potion', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'171') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38006', N'Poor MP Elixir', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38007', N'Decent MP Elixir', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38008', N'Great MP Elixir', N'2', N'0', N'0', N'13', N'1', N'35', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38009', N'Best MP Elixir', N'2', N'0', N'0', N'13', N'1', N'40', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38010', N'Inferior Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38011', N'Standard Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'50', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38012', N'Improved Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38013', N'Superior Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'60', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38101', N'Training Low MP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38102', N'Resurrect Party Member Scroll', N'2', N'0', N'0', N'39', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'10000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38103', N'Resurrect All Party Members Scroll', N'2', N'0', N'0', N'39', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'50000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38104', N'Alchemist''s Jar Lv. 20', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38105', N'Alchemist''s Jar Lv. 30', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38106', N'Alchemist''s Jar Lv. 40', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38107', N'Alchemist''s Jar Lv. 45', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38108', N'Alchemist''s Jar Lv. 50', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38109', N'Alchemist''s Jar Lv. 55', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38110', N'Alchemist''s Jar Lv. 60', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38111', N'Magic Chest of Change Lv. 20', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38112', N'Magic Chest of Change Lv. 30', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38113', N'Magic Chest of Change Lv. 40', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38114', N'Magic Chest of Change Lv. 45', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38115', N'Magic Chest of Change Lv. 50', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38116', N'Magic Chest of Change Lv. 55', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38117', N'Magic Chest of Change Lv. 60', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40001', N'Fang', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40002', N'Fish Soldier''s Scales', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40003', N'Blue Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40004', N'Yellow Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40005', N'Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40006', N'Father William''s Moonshine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40007', N'Arrowhead', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40008', N'Murella''s Son''s Belongings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40009', N'Georg''s Family Treasure', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40010', N'Pouch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40011', N'Mrs. Winger''s Family Treasure', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40012', N'Canal Pass', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40013', N'Doll Making Part 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40014', N'Suspicious Symbol', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40015', N'Militia Member Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40016', N'Mayor''s Secret Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40017', N'Voucher', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40018', N'Damaged Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40019', N'Repaired Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40020', N'Jewel Studded Steel Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40021', N'Steel Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40022', N'Canal Key 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40023', N'Right Door of Hall 1F Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40024', N'Left Door of Hall 1F Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40025', N'Unused', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40026', N'Canal Key 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40027', N'Training Hall Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40028', N'Poorly Made Cannon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40029', N'Eyebat Wing', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40030', N'Spirit Stone Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40031', N'Nadia''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40032', N'Coin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40033', N'Bone Powder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40034', N'Bone Collector''s Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40035', N'Skeleton''s Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40036', N'Skeleton Soldier''s Equipment Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40037', N'Harvest Festival Wine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40038', N'Harvest Festival Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40039', N'Grindstone Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40040', N'Iron Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40041', N'Lost Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40042', N'Lantern Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40043', N'Skeleton''s Finger Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40044', N'Skeleton''s Clean Molar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40045', N'Skeleton Lancer''s Spear Pole', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40046', N'Unknown Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40047', N'Icon_16recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40048', N'Icon_23recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40049', N'Icon_32recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40050', N'Icon-40recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40051', N'Hardcover', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40052', N'Training Hall Key Free Pass', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40053', N'Training Hall Key Flier', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40054', N'Rosemary''s Royal Recipe Page 16', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40055', N'Rosemary''s Royal Recipe Page 23', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40056', N'Rosemary''s Royal Recipe Page 32', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40057', N'Rosemary''s Royal Recipe Page 40', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40058', N'Book of Death', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40059', N'Book Found in the Library', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40060', N'Training Hall Graduation Certificate', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40061', N'Record: Training Hall Cleared in 15 min', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40062', N'Record: Training Hall Cleared in 12 min', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40063', N'Sealed Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40064', N'Order from Home Country', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40065', N'Mysterious Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40066', N'Mysterious Object', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40067', N'Poison''s Library Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'55', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40068', N'Library Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40069', N'Silver Utensil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40070', N'Fresh Apples', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40071', N'Damaged Kitchen Knife', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40072', N'Frighteningly Sharp Kitchen Knife', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40073', N'Fake Butcher Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40074', N'3rd Joint of Lobster''s Left Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40075', N'Tourmaline Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40076', N'Tantalus Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40077', N'Old Cheese', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40078', N'Wood Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40079', N'Hard Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40080', N'Nitroglycerine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40081', N'Dead Soldier''s Dog Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40082', N'Butcher Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40083', N'Evil Divination for Fun and Profit Book 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40084', N'Evil Divination for Fun and Profit Book 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40085', N'Evil Divination for Fun and Profit Book 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40086', N'Nomi Nomi''s Stilt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40087', N'Nomi Nomi''s Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40089', N'Red Skeleton Soldier''s Eye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40090', N'Maid Apron', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40091', N'Nomi Nomi Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40092', N'Sexy Haken Hind Legs', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40093', N'Mousetrap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40094', N'Fire Sorcerer''s Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40095', N'Fire Sorcerer''s Staff', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40096', N'Fire Sorcerer''s Hot Skirt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40097', N'Maid''s Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40098', N'Maid''s Shoes', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40099', N'Mole Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40100', N'Perm Conditioner', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40101', N'Hair Straightener', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40102', N'Hair Dye Solution', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40103', N'Damaged Gearbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40104', N'Repaired Gearbox ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40106', N'Raw Chicken', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40107', N'Boiled Chicken with Ginseng', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40108', N'Great Sorcerer''s Great Magic Book ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40109', N'Golden Gear Small', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40110', N'Unreturned Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40111', N'Book of Knowledge', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40112', N'Magic Fingerprint', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40113', N'Cardboard Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40114', N'Lost Page 15', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40115', N'Lost Page 18', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40116', N'Lost Page 20', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40117', N'Skeleton Soldier''s Challenge Request', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40118', N'Ignoble Challenge Request', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40119', N'Scientist''s Afro Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40120', N'Ursula''s Tear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40121', N'Haken Tail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40122', N'Snake Head', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40123', N'A Letter for Poison', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40124', N'Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40125', N'Silver Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40126', N'Bronze Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40127', N'Tool Set', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40128', N'Secret Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40129', N'Non-melting Candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40130', N'Jewel Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40131', N'Left over candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40132', N'Tough Seaweed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40133', N'Haken''s Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40134', N'Tree thorn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40136', N'Hard Marbes bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40137', N'Tantalus Skull', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40138', N'Doll Making Part 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40139', N'Haken''s Vinyl', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40140', N'Zombie Eyeball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40141', N'Snake Oil', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40142', N'Ceramic Vase', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40143', N'Water Pouch', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40144', N'Soap', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40145', N'Bath melt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40146', N'Fresh Water', N'4', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40147', N'Marbes'' ax blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40148', N'Red Fruit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40150', N'Angolier''s Down Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40151', N'Staff', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40152', N'Contaminated Water', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40153', N'Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40154', N'Vapor Pouch', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40155', N'Haken''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40156', N'Cursed Plant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40157', N'Pieces of Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40159', N'Tamla', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40160', N'Cursed Glove''s Arm', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40162', N'Red Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40163', N'Hard Rock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40164', N'Powerful Forbidden Potion', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40165', N'Empty Pouch', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40166', N'Full Bucket', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40167', N'Empty Bucket', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40168', N'Candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40169', N'Rejoin Command', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40170', N'Disarming equipment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40171', N'Full-strength bleach', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40172', N'Breaking Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40173', N'Broach', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40174', N'Mirror Fragment', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40175', N'Piece of Summoner''s Robe', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40177', N'Italian Towel', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40178', N'Haken Feet', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40179', N'Weak Bone', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40180', N'Snake Dog', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40181', N'Monster Plant Blood', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40182', N'Magical Shield ', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40183', N'Water Plant', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40184', N'Gina''s Letter', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40185', N'Dog Tag Route ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40186', N'Hourglass Route', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40187', N'Labyrinth Escape Route', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40188', N'Annex Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40189', N'Warehouse Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41113', N'Giant Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41114', N'Crimson Gloves'' Parasite', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41115', N'Balloon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41116', N'Normal Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41117', N'Ugly Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41118', N'Swimming Goggles', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41119', N'Raw Egg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41120', N'Boiled Egg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41121', N'Charcoal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41122', N'Water Collector', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41123', N'Filter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41124', N'Golden Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41127', N'Crimson Gloves'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41128', N'High Quality Bandage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41129', N'Axe Handle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41130', N'Latch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41131', N'Clock''s Minute Hand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41132', N'Clock''s Second Hand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41133', N'Clock''s Pendulum', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41134', N'Bronze Skull Ring', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41135', N'Spare Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41136', N'Gloves'' Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41137', N'Angolier''s Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41138', N'Missing Soldier''s Dog Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41139', N'Super Giant Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41140', N'Library Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41141', N'Collapsed Halls Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41142', N'Guest Villa Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41143', N'Vivarium Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41144', N'Fish Archer''s Bow', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41145', N'Wine Bottle', N'4', N'0', N'0', N'90', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41146', N'Armored Butcher''s Gauntlet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41147', N'Cork', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41148', N'Past Record of Curtis Castle (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41149', N'Past Record of Curtis Castle (2)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41150', N'Past Record of Curtis Castle (3)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41151', N'Rotten Milk', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41152', N'Broken Umbrella', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41153', N'Soybean Paste', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41154', N'Maple Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41155', N'Old Candlestick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41156', N'Red Chili Powder', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41157', N'Vinegar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41158', N'Starch Syrup', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41159', N'Garden Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41160', N'Beef (600g)', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'700', N'77') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41161', N'Librarian''s Diary (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41162', N'Librarian''s Diary (2)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41163', N'Chili Bean Paste', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41164', N'Giant Cannon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41165', N'Box Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41166', N'Rusty Mechanic Device II', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41167', N'Rusty Mechanic Device III', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41168', N'Poison''s Dress', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41169', N'Cataphract''s Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41170', N'Dewey Decimator''s Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41171', N'Joheim''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41172', N'Estel''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41173', N'Gorgon''s Note', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41174', N'Do it in a Week Blah Blah...', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41175', N'Chick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41176', N'Thanatos'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41177', N'Bounced Check of Defeat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41178', N'Poison''s Order Form', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41179', N'Suspicious Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41180', N'Female Diver Service Coupon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41181', N'Diver''s Montage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41182', N'Diving Suit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41183', N'Expert Female Diver Service Coupon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41184', N'Super Genius Female Diver Service Coupon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41185', N'Gorilla''s fur', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41186', N'Training Voucher', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41187', N'Crazy Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41188', N'Baldness Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41189', N'Poison Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41190', N'Firefly', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41191', N'Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41192', N'Earthworm', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41193', N'Doggy Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41194', N'Four-Leaf Clover', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41195', N'Carrot', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41196', N'Spinach', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41197', N'Sesame Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41198', N'Grasshopper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'55', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41199', N'Sow Bug', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'22', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41200', N'Poison Grasshopper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41201', N'Cockroach', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'11', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41202', N'Helmet Bug', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'330', N'54') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41203', N'Stag Beetle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41204', N'Long-Horned Beetle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41205', N'Animal''s face', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41206', N'Acorn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41207', N'Purple Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41208', N'Red Rose', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41209', N'Yellow Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41210', N'Orange Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41211', N'Red Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41212', N'Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41214', N'Wide Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41215', N'Painkiller Herb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41216', N'Tree Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41217', N'Tough Gorilla Skin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41218', N'Soft Gorilla Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41219', N'Smelly Gorilla Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41220', N'Magical Soil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41221', N'Photograph of Memories', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41222', N'Bug Catcher Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41224', N'Tasty Lunchbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41225', N'Empty Lunchbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41226', N'Golden Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41227', N'Sweet Potato Stem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41228', N'Perfect Seed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41229', N'Supplies', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41230', N'Mysterious Pollen ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41231', N'Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41232', N'Ballista Arrow', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41233', N'Power Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41234', N'Energy Accelerator', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41235', N'Scarlet Buff Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41236', N'Experimental Toolbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41237', N'Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41238', N'Pink Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41239', N'Weak Antidote', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41240', N'Green Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41241', N'Alchemy Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41242', N'Torn Alchemy Diary Page 192', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41243', N'Torn Alchemy Diary Page 193', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41244', N'Torn Alchemy Diary Page 194', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41245', N'Torn Alchemy Diary Page 195', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41246', N'Mercury', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41247', N'Antion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41248', N'Bone Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41249', N'Mixed Gold Materials', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41250', N'Green Frog Hearts that are Still Beating (3)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41251', N'Female Hair Strands (2)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41252', N'Black Roses (4)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41253', N'Claw Containing the Hooting Sound of an Owl (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41254', N'Ten Year Old Toad Breath (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41255', N'100 Year Old Clear Strained Rice Wine with Little Bit of Fat and Soy Sauce', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41256', N'Ornament Containing a Soul (Buff)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41257', N'Normal Mirror', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41258', N'Salt of Truth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41259', N'Gold Glue', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41261', N'Duck Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41262', N'Deliciously Cooked Duck', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41263', N'Coal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41264', N'Broom Missing Some Teeth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41265', N'Bottle with Broken Neck', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41266', N'Tattered Silk', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41267', N'Indian Curry Powder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41269', N'Gold', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41270', N'Cipher''s Research Journal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41271', N'Monster DNA', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41272', N'Erlenmeyer Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41273', N'Bipolar Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41274', N'White Cobweb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41275', N'Black Cobweb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41276', N'Nightglow Cobweb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41277', N'Antidote Ingredients', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41278', N'Spider Lady''s Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41280', N'Bone Butcher''s Love Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41281', N'Spider Lady''s Leg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41282', N'Zombie Scientist''s Refusal Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41283', N'Hair Dye Reagent', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41284', N'Straighten Reagent', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41288', N'Sweet Moodie', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41289', N'Sour Lemon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41290', N'Fresh Raw Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41291', N'Fungus Cheese', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41292', N'Dry Plant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41293', N'Seraph Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41294', N'Soldier Hat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41295', N'Soldier''s Pants', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41296', N'Solder''s Weapon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41298', N'Poisonous Plant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41299', N'Container Filled with Poisonous Plants', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41300', N'Doll Making Part 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41301', N'Moldy Bread', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41302', N'Shed Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41303', N'Sweet Fruit Tart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41304', N'Hard Stem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41305', N'Large Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41306', N'Long Chinese Holly', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41307', N'Brand''s Log Vol. 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41308', N'Brand''s Personal Notes', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41309', N'Brand''s Log Vol. 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41310', N'Brand''s Log Vol. 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41311', N'Purple Potion Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41312', N'Blue Medicine Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41313', N'Red Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41314', N'Undia''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41315', N'Electric Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41316', N'Nomi Nomi Leg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41317', N'Thing Skin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41318', N'Clockwork', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41319', N'Outer Garment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41320', N'Nomi Nomi Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41321', N'Prison''s Ancient Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41322', N'Old Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41323', N'Steed Succu Cubic', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41324', N'Equipment Bag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41325', N'Magic Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41326', N'Blood Soaked Handkerchief', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41327', N'Zombie Ring', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41328', N'Pink Shoe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41329', N'Candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41330', N'Iron Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41331', N'Berial''s Wings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41332', N'Dark Red Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41333', N'Tied Up Soldier', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41334', N'Cataphract''s Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41335', N'Hourglass', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41336', N'Doomsday Clock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41337', N'Ghost''s Wine Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41338', N'Rat Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41339', N'Cursed Cataphract Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41340', N'Weapon Craft Directions (100)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41341', N'Silky Smooth Fabric', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41342', N'Mandragora', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41343', N'Explosive Cocktail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41344', N'Cinnamon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41345', N'Oregano', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41346', N'Maid''s Upper Garment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41347', N'Maid''s Lower Garment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41348', N'Giant Iron Ball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'4500', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41349', N'Orgeous'' Paperweight 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41350', N'Orgeous'' Paperweight 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41351', N'Orgeous'' Paperweight 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41352', N'Orgeous'' Magic Mirror', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41353', N'Tiara of Corrupt Souls', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41354', N'Zordic''s Glasses', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41355', N'Nadia''s Memo', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41356', N'Missing Soldier''s Dog Tag 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41357', N'Missing Soldier''s Dog Tag 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41358', N'Missing Soldier''s Dog Tag 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41359', N'Hair with Soul', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41360', N'Medal of Glory', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41361', N'Small Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41362', N'Medium Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41363', N'Large Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41364', N'Duster', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41365', N'Stick with a Good Grip', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41366', N'Gorgon''s Emergency Money', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41367', N'Training Hall 10F Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41368', N'Historic Record 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41369', N'Historic Record 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41370', N'Historic Record 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41371', N'Pierre''s Scattered Bones', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41372', N'Fragment of Pamela', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41373', N'Pamela''s Crushed Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41374', N'Pamela''s Repaired Parts', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41375', N'Pamela''s Repaired Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41376', N'Thingy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41377', N'Translated Training Hall Record', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41378', N'Clockmaker''s Clue', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41379', N'Past Record 6', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41380', N'Pamela''s Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41381', N'Minotauros Whiskers', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41382', N'Angolier''s Eyelash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41383', N'Needler''s Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41384', N'Large Cardboard Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41385', N'Strawberry Milk Cow Box Costume', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41386', N'Seraph Shoulder Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41387', N'Seraph Chest Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41388', N'Seraph Leg Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41389', N'Yellow Skull Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41390', N'Book of Lamentation', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41391', N'Treasure Map', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41392', N'Teddy Bear Juda', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41393', N'Goldfish', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41394', N'Engagement Ring', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41395', N'Lyrics for Ursula', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41396', N'Etin''s Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41397', N'Bath Herb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41398', N'Bath Towel', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41399', N'Chewed and Discarded Gum', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41400', N'Nail Clipper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41401', N'Disposable Shampoo', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41402', N'Fish Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41403', N'Lightning Wand', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41404', N'Nadia''s Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41405', N'Tracy''s Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41406', N'Patricia''s Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41407', N'Really Delicious Looking Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41408', N'Usable Pipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41409', N'Untuned Flute', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41410', N'Snake Charming Flute', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41411', N'Bounced Check of Death', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41412', N'Fish Officer''s Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41413', N'Empty Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41414', N'Straw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41415', N'Bone Collector''s Skull', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41416', N'Bone Collector''s Spine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41417', N'Gorilla Hair Ball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41418', N'Lift Part 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41419', N'Lift Part 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41420', N'Lift Part 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41421', N'Empty Bowl', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41422', N'Dumpling Ramen', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41423', N'Thing''s Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41424', N'Researcher''s Note 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41425', N'Researcher''s Note 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41426', N'Researcher''s Note 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41427', N'Experimental Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41428', N'Graduated Cylinder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41429', N'Experimental Beaker', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41430', N'Small Clean Beaker', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41431', N'Medium Clean Beaker', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41432', N'Mecha Gorilla''s Part 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41433', N'Mecha Gorilla''s Part 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41434', N'Mecha Gorilla''s Part 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41435', N'Other World''s Passport', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41436', N'Dmitry''s Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41437', N'Dmitry''s Research Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41438', N'Dmitry''s Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41439', N'Nepenthes Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41440', N'Black Gorilla''s Coarse Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41441', N'Black Gorilla''s Curly Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41442', N'Black Gorilla''s Thin Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41443', N'Red Gorilla''s Very Long Eyelash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41444', N'Red Gorilla''s Long Chest Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41445', N'Suspicious Black Gorilla''s Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41446', N'Latest Fashion Magazine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41447', N'Nepenthes Root', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41448', N'Poorly Made Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41449', N'Bald Gorilla''s DNA', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41450', N'Helm''s Wings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41451', N'Nepenthes Thorn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41452', N'Goliath Gorilla''s Horn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41453', N'Smooth Gorilla Fur', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41454', N'Red Head Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41455', N'Resurrection Potion for Animals', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41456', N'Hair Restorer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41457', N'Herbicide Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41458', N'Herbicide', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41459', N'Certificate of Proof of Being from Other World', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41460', N'Bone Collector''s Skull', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41461', N'Introduction to Alchemy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41462', N'Bronze', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41463', N'Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41464', N'Yellow Paint', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41465', N'Burnt Black Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41466', N'Gold Bar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41467', N'Damaged Chisel', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41468', N'Chisel', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41469', N'Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41470', N'Copy of the Ten Commandments', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41471', N'Gigantic Nepenthes Seed', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41472', N'Bottle of Hair Restorer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41473', N'Milk', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41474', N'Cheeseburger', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41475', N'Growth Hormone Potion', N'4', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41476', N'Unidentified Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41477', N'Unidentified Root', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41478', N'Good Looking Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'2200') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41479', N'Hair Restorer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41480', N'Onion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41481', N'Black Gorilla''s Iron Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41482', N'Dead Body of Teenage Nepenthes', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41483', N'Upgrade Project Document 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41484', N'Upgrade Project Document 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41485', N'Upgrade Project Document 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41486', N'Red Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41487', N'Blue Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41488', N'Green Syringe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41489', N'Soldiers'' Blood Samples', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41490', N'Antidote', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41491', N'Spider Camouflage Suit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41492', N'Well Water', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41493', N'Whiskey', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41494', N'Upgrade Catalyst', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41495', N'Ellagore Drive', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41496', N'Antipyretic', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41497', N'Sand Golem''s Sand Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41498', N'Rusty Lock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41499', N'Guard''s Heritage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41500', N'Mr. Heo''s Belongings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41501', N'Mandragora with a Nice Voice', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41502', N'Ginseng', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41503', N'Ginseng Porridge', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41504', N'Chick Grave Number Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41505', N'Zombie Chick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41506', N'Coffee Beans', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41507', N'Baked Beans', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41508', N'Espresso', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41509', N'Bread', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41510', N'Diaper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41511', N'Sandpaper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41512', N'Bread Soaked in Tears', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41513', N'Wet Diaper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41514', N'Sandpaper of Bloody Tears', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41515', N'Clergyman''s Collar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41516', N'Nomi Nomi Commandments', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41517', N'Personality Emulsifier', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41518', N'Potato Money', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41519', N'Ink', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41520', N'Left Incinerator Ash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41521', N'Center Incinerator Ash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41522', N'Right Incinerator Ash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41523', N'Researcher''s Document', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41524', N'Researcher''s Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41525', N'Researcher''s Record', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41526', N'Lab Plug', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41527', N'Mandragora', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41528', N'High Molar Acid', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41529', N'Vending Machine Coin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41530', N'Birthday Gift', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41531', N'Elite Angolier''s Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41532', N'Prison Key 1', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41533', N'Prison Key 2', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41534', N'Tombstone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41535', N'Growth Hormone Releaser Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41536', N'Massive Cheeseburger Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41537', N'Ginseng Porridge Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41538', N'Hair Restorer Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41539', N'Empty Power Cell', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41540', N'Charged Power Cell', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41541', N'Howard''s Note', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41542', N'Venus F', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41543', N'Zeus D', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41544', N'Refrigerant Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41545', N'Undea''s Tissue Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41546', N'Phenol', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41547', N'Starch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41548', N'Citric Acid', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41549', N'Multi Vitamin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41550', N'Iron Content', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41551', N'Green Insignia', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41552', N'Sock Puppet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41553', N'Dead Man''s Fragrance', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41554', N'Thick Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41555', N'Dried Thick Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41556', N'Suspicious Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41557', N'Uniform Order Form', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41558', N'Poison: Birth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41559', N'Poison: Childhood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41560', N'Poison: Trials', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41561', N'Poison: Tribulations', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41562', N'Poison: Resurrection', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41563', N'Poison: Current', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41564', N'Poison: Memoire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41565', N'Empty Bottle', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41566', N'Full Bottle', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41567', N'Chick Doll', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41568', N'Prison Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41569', N'Tyrant''s Axe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41570', N'Zombie Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41571', N'Sand Ball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41572', N'Fingernail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41573', N'Scientist Lab Coat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41574', N'Gift Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41575', N'Medium Piece A', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41576', N'Medium Piece B', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41577', N'Medium Piece C', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41578', N'Nepenthes Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41579', N'Torn Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41580', N'Pagan Mage''s Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41581', N'Axe Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41582', N'100 Ton Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41583', N'Prison Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41584', N'Sand Golem''s Sand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41585', N'Unidentified Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41586', N'Unidentified Fruit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41587', N'Unidentified Tree Bark', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41588', N'Unidentified Stem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41589', N'Unidentified Bud', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41590', N'Unidentified Branch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41591', N'Unidentified Seed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41592', N'Unidentified Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41593', N'Fancy Flower Petals', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41594', N'Nepenthes Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41595', N'Growth Accelerator', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41596', N'Nepenthes Manure', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41597', N'Wood Powder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41598', N'Sand Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41599', N'Essential Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41600', N'Aquarium Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41601', N'Audrey', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41602', N'Adrian ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41603', N'Timothy ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41604', N'Audrey Dressed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41605', N'Adrian Dressed ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41606', N'Crossdressed Timothy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41607', N'Nepenthes with Leaves', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41608', N'Immature Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41609', N'Adult Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41610', N'Large Egg', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41611', N'Growth Steriods', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41612', N'Boiled Egg', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41613', N'Newborn Chick', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41614', N'Immature Chicken''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41615', N'Rooster''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41616', N'Diva Mandragora', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41617', N'Zombie Baby Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41618', N'Zombie Child Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41619', N'Zombie Teen Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41620', N'Zombie Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41621', N'Zombie Nepenthes'' Urn', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41622', N'Nepenthes Manure', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41623', N'Minotauros Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41624', N'Massive Mole Tail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41625', N'Massive Mole Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41626', N'Giant Sandworm Eyeball ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41627', N'Colorful Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41628', N'Box Tape', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41629', N'Box with Legs', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41630', N'Box with Legs'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41631', N'Box Cat''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41632', N'Box Bird''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41633', N'Box Tank''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41634', N'Torn Research Documents', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41635', N'Clean Lab Coat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41636', N'Snapped Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41637', N'Very Rough Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41638', N'Red Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41639', N'Coarse Whiskers', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41640', N'Dense Tail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41641', N'Fraction of Faded Gem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41642', N'Large Sword Girl Pet', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41643', N'Large Sword Girl Pet 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41644', N'Moonstone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41645', N'Emerald Gemstone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41646', N'Amethyst Gemstone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41647', N'Twisted Nail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41648', N'Heavy Bolts', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41649', N'Lubricant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41650', N'Metal Saw File', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41651', N'Garden Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41652', N'Purple Mazerock', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41653', N'Box of Time and Space', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41654', N'Mysterious Mazesand', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41655', N'Magic Orb', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41656', N'Mazestone', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41657', N'Mysterious Mazestone', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41658', N'Magic Mysterious Mazestone', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41659', N'Unoa''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41660', N'Sesame Sauce', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41661', N'Pine Needles', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41662', N'Purple Sweet Potato Powder', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41663', N'Sweet Pumpkin Powder', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41664', N'Rice Flour', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41665', N'Water', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41666', N'Rice Flour Dough', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41667', N'Dragonfish Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41668', N'Wrinkled Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41669', N'Cracked Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41670', N'Stick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41671', N'Bent Nail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41672', N'Joker Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41673', N'Statue Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41674', N'Gargoyle''s Wing', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41675', N'Chimera''s Tentacle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41676', N'Tough Feathers', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41677', N'Soil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41678', N'Tombstone Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41679', N'Soft Fur', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41680', N'Scrap of Soft Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41681', N'Scrap of Red Fabric', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41682', N'Baron''s Twilight Cloak', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41683', N'Fine Feather Fan', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41684', N'Tail Spear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41685', N'Loose Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41686', N'Ripped Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41687', N'Ripped Felt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41688', N'Magic Crystal Shard', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41689', N'Magical Gemstone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41690', N'Doll Clothing Fabric', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41691', N'Doll Clothing Made by Gina', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41692', N'Chunk of Iron', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41693', N'Hard Rock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41694', N'Thick Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41695', N'Curtis Wine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41696', N'Curtis Crest', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41697', N'Joker Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41698', N'Duke Gerald''s Blood Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41699', N'Chimera''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41700', N'Chimera''s Venom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41701', N'Grave Keeper''s Lamp', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41702', N'Sandbag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41703', N'Experimental Blood Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41704', N'Powerless Gemstone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41705', N'Needle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41706', N'Thick Thread', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41707', N'Cracked Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41708', N'Scrap of Oily Red Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41709', N'Rabbit Ears', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41710', N'Raccoon Tail', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41711', N'Tiger Head', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41712', N'Tiger Body', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41713', N'Panda Head', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41714', N'Panda Body', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41715', N'Milk Cow Head', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41716', N'Milk Cow Body', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41717', N'Gem Sword', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'1', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41718', N'Spike Club', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'1', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41719', N'Pie Pumpkin', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41720', N'Cocoa Powder', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41721', N'Crushed Pecans', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41722', N'Sweet Apple', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41723', N'Spooky Flour', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41724', N'Spooky Egg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41725', N'Spooky Dough', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41726', N'Undia''s Nail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41727', N'Depleted Magic Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41728', N'Cracked Scale', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41729', N'Shining Scale', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41730', N'Sealed Third Piece of Thanatos'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41731', N'Haken''s Webbed Feet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41732', N'Haken''s Back Scale', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41733', N'Haken''s Gill', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41734', N'Haken''s Eyeball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41735', N'Third Piece of Thanatos'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41736', N'Tough Leather of Anubis', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41737', N'Lantern Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41738', N'Head Wig for Gustav', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41739', N'White Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41740', N'Black Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41741', N'Mirror Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41742', N'Spell Pouch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41743', N'Sturdy Statue Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41744', N'Glass Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41745', N'Piece of Rock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41746', N'Glass Bottle made from Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41747', N'Glass Bottle made from Enchanted Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41748', N'Medusa''s Blood in the Glass Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41749', N'Tears of Purgatory in the Glass Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41750', N'Thick Gloves', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41751', N'Blood of Fallen Wizard', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41752', N'Eyeball of Gargolye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41753', N'Blood of Sparkle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41754', N'Hard Tooth of Haken', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41755', N'Gravekeeper''s Pile of Dust', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41756', N'Un-steady Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41757', N'Mysterious Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41758', N'Haken Sorcerer''s Staff', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41759', N'Crisp Mane', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41760', N'Demon King''s Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41761', N'Wing of Bloog Serpent', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41762', N'Claw of Gargolye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41763', N'Malleable Statue Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41764', N'Homemade Pie for Unoa', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41765', N'Lump of Mud', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41766', N'Thick Sand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41767', N'Glass Marble', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41768', N'Poison''s Creepy Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41769', N'Brilliant Gem', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41770', N'Matured Dough', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41771', N'Freshly grind Flour', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41772', N'Warm Milk', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41773', N'Syrup', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41774', N'Chocolate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41775', N'Whipped Cream', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41776', N'Whipped Butter', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41777', N'Strawberry', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41778', N'Diopside Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'300', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41779', N'Chrysoberyl Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'6') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41780', N'Rhodonite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'900', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41781', N'Morganite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1200', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41782', N'Malachite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'15') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41783', N'Fluorite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1800', N'18') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41784', N'Calcite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'2100', N'21') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41785', N'Blue Spinel Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'2400', N'24') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41786', N'Moonstone Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'2700', N'27') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41787', N'Jadeite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'30') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41788', N'Rusty Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41789', N'Diopside', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'3000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41790', N'Chrysoberyl', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'6000', N'6000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41791', N'Rhodonite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'9000', N'9000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41792', N'Morganite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'12000', N'12000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41793', N'Malachite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'15000', N'15000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41794', N'Fluorite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'18000', N'18000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41795', N'Calcite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'21000', N'21000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41796', N'Blue Spinel', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'24000', N'24000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41797', N'Moonstone', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'27000', N'27000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41798', N'Jadeite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'30000', N'30000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41799', N'Voucher of Fate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41800', N'Blue Gem of Fate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41801', N'Red Gem of Fate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41802', N'Maple Syrup', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41803', N'Smooth Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41804', N'3rd Spine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41805', N'Lotus Root', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41806', N'Silvervine Bark', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41807', N'Bok Choy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41808', N'Bell Pepper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41809', N'Fresh Carrot', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41810', N'Sweet Pumpkin Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41811', N'Waterfall', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41812', N'Magic Marble', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41813', N'Raw Ruby', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41814', N'Raw Sapphire', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41815', N'Possession of Lord Curtis', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41816', N'Soft Hind Leg of Haken', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41817', N'Unknown Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41818', N'Discarded Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41819', N'Thanatos''s Fourth Heart Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41820', N'Exhausted Ore Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41821', N'Clipped Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41822', N'Tombstone Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41823', N'Repair Parts (Small)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41824', N'Repair Parts (Medium)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41825', N'Exhausted Magic Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41826', N'Haken Residue', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41827', N'Reservoir Water Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41828', N'Damaged Soldier''s Dog Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41829', N'Soldier''s Belongings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41830', N'Damaged Soldier''s Helmet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41831', N'Gargoyle''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41832', N'Garuda''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41833', N'Garuda Mage''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41834', N'Soldier''s Antidote', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41835', N'Phantom Gem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41836', N'Security Deposit Loan Document', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41837', N'Rough Diamond', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41838', N'Pink Stone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41839', N'Sharpening Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41840', N'Forked Road Crystal Fragment', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'26') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41841', N'Garnet Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'300', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41842', N'Carnelian Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41843', N'Agate Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'900', N'15') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41844', N'Lapis Lazuli Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1200', N'20') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41845', N'Aquamarine Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'25') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41846', N'Inca Rose Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1800', N'30') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41847', N'Garnet', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'5000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41848', N'Carnelian', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'10000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41849', N'Agate', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'15000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41850', N'Lapis Lazuli', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'20000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41851', N'Aquamarine', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'25000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41852', N'Inca Rose', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'400000', N'30000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41853', N'Empty Bottle', N'3', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41854', N'Bottle of Oil', N'3', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50001', N'Silver Bar', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'360', N'39') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50002', N'Gold Bar', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'720', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50004', N'Silver Bijou', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'26') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50005', N'Bandage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'4') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50006', N'Leather Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50007', N'Cloth Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'2') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50008', N'Blue Bijou', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50009', N'Dyes', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50010', N'Firewood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50011', N'Log', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50012', N'Flask', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50013', N'Iron Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50014', N'Triangular Iron Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50015', N'Oil Pouch', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'15') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50016', N'Cube', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'20') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50017', N'Skull Soldier''s Red Eye', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50018', N'Perfume Bottle', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50019', N'Fishy Perfume', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50020', N'Fish Soldier''s Sword Piece', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50021', N'Beast Claw', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'15') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50022', N'Gunpowder', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50023', N'Wiseman''s Stone', N'3', N'0', N'0', N'24', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50025', N'Iron', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'15') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50026', N'Iron Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50027', N'Welding Rod', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50028', N'Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50029', N'Glue', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50030', N'High Quality Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'26') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50031', N'Pattern', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50033', N'Skeleton Soldier''s Eye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50034', N'Red Skeleton Soldier''s Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50035', N'Haken Trident', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50036', N'Butcher''s Metal Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50037', N'Butcher''s Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50038', N'Orb of Gluttony', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50039', N'Angolier''s Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50040', N'Angolier''s Pendulum', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50041', N'Staff of Entrancement', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50042', N'Fabric Soaked in Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50043', N'Nomi Nomi''s Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50044', N'Rabbit Foot', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50046', N'Soul Reflector', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50047', N'Crushed Zirconium Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50048', N'White Paulowina Wood Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50049', N'Oriharcor Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50050', N'Mirror Piece of Other World', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50051', N'Talisman of Thoughts', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50052', N'Orb of Torture', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50053', N'Onyx of Blood', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50055', N'Faded Emblem of Loyalty', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50056', N'Royal Guard''s Necklace', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50057', N'Staff of Flame', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50058', N'Ifrit''s Fingernail', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50059', N'Staff of Ice', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50060', N'Blizzard Cloak', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50061', N'Angel''s Tear', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50062', N'Goggle Monster''s Spite', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50063', N'Black Angolier''s Feather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50064', N'Sky Hammer', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50065', N'Angry Tiara', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50066', N'Red Lion''s Mane', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50067', N'Studded Gloves', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50068', N'Cursed Horseshoe', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50069', N'Onyx of Ice', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50070', N'Wine Sapper', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50071', N'Old Book', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50101', N'Glowing Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50102', N'Pulsating Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50103', N'Strangely Warm Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'15', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50104', N'Red Hook Full', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50105', N'Fish Paste Bait', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50106', N'Butcher''s Heart', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50200', N'The Eyes that Penetrate the Wine', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50201', N'Grape Juice', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50202', N'Real Dew', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50203', N'Bramble Wine', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'40', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50204', N'White Snake Wine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50205', N'830 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'30', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50206', N'829 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50207', N'828 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50208', N'827 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'90', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50209', N'826 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50210', N'825 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'180', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50211', N'824 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1080', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50212', N'823 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1200', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50213', N'822 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1440', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50214', N'821 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1800', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50215', N'820 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'2400', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50216', N'Ocean Blood', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'2400', N'264') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50217', N'Bloody Abyss', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50218', N'Chablis Tiger Blood Made in 1000BC', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'4800', N'528') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50219', N'Blue Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50220', N'Red Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50221', N'White Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50222', N'Black Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50223', N'Green Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50224', N'Blue Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50225', N'Red Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50226', N'White Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50227', N'Black Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50228', N'Green Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50300', N'Monster Language Translator', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50301', N'Red Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50302', N'Blue Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50303', N'Yellow Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50304', N'Green Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50305', N'Polished Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50306', N'Polished Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50307', N'Polished Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50315', N'Polished Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50316', N'Polished Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50317', N'Polished Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50325', N'Polished Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50326', N'Polished Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50327', N'Polished Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50335', N'Polished Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50336', N'Polished Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50337', N'Polished Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50345', N'Glinting Red Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50346', N'Glinting Red Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50347', N'Glinting Red Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50355', N'Glinting Blue Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50356', N'Glinting Blue Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50357', N'Glinting Blue Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50365', N'Glinting Yellow Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50366', N'Glinting Yellow Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50367', N'Glinting Yellow Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50375', N'Glinting Green Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50376', N'Glinting Green Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50377', N'Glinting Green Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50385', N'Pristine Red Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50404', N'Pristine Blue Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50405', N'Pristine Yellow Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50424', N'Pristine Green Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50425', N'Colorless Socket Converter', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50426', N'Fishing Rod', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'165') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50427', N'Ancient Coin Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'360', N'39') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50428', N'Perm Solution', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50429', N'Hair Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50430', N'Dye Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50431', N'Conditioner', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50432', N'Fortune Coin', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'360', N'39') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50433', N'Green Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50434', N'Yellow Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50435', N'Blue Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50436', N'Red Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50437', N'Colorless Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50438', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50439', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50440', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50441', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50442', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50443', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50444', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50445', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50446', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50447', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50448', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50449', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50450', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50451', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50452', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50453', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50454', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50455', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50456', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50457', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50458', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50459', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50460', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50461', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50462', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50463', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50464', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50465', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50466', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50467', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50468', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50469', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50470', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50471', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50472', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50473', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50474', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50475', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50476', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50477', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50478', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50479', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50480', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50481', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50482', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50483', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50484', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50485', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50486', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50487', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50488', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50489', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50490', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50491', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50492', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50493', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50494', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50495', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50496', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50497', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50498', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50499', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50500', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50501', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50502', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50503', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50504', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50505', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50506', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50507', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50508', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50509', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50510', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50511', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50512', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50513', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50514', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50515', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50516', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50517', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50518', N'Cracked Grey Gem', N'2', N'0', N'0', N'29', N'2', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50991', N'Cracked Augment Pebble', N'1', N'0', N'0', N'24', N'1', N'20', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50992', N'Soft Augment Pebble', N'1', N'0', N'0', N'24', N'1', N'30', N'100', N'0', N'0', N'3', N'1', N'320', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50993', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'40', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50994', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50995', N'Superior Activation Stone', N'1', N'0', N'0', N'24', N'2', N'60', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50996', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'45', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50997', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'55', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51991', N'Cracked Augment Stone', N'1', N'0', N'0', N'24', N'1', N'20', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51992', N'Soft Augment Stone', N'1', N'0', N'0', N'24', N'1', N'30', N'100', N'0', N'0', N'3', N'1', N'320', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51993', N'Augment Stone', N'1', N'0', N'0', N'24', N'2', N'40', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51994', N'Hard Augment Stone', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51995', N'Superior Activation Stone', N'1', N'0', N'0', N'24', N'2', N'60', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51996', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'45', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51997', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'55', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52991', N'Cracked Augment Crystal', N'1', N'0', N'0', N'24', N'1', N'20', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52992', N'Soft Augment Crystal', N'1', N'0', N'0', N'24', N'1', N'30', N'100', N'0', N'0', N'3', N'1', N'320', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52993', N'Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'40', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52994', N'Hard Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52995', N'Superior Activation Stone', N'1', N'0', N'0', N'24', N'2', N'60', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52996', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'45', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52997', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'55', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56001', N'Gloves'' Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56002', N'Armored Butcher''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56003', N'Boozatron''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56004', N'Hammer Butcher''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56005', N'Cursed Cataphract''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56006', N'Giant Mole''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56007', N'Dewey Decimator''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56008', N'Cataphract''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56009', N'Crimson Gloves'' Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56010', N'Minotauros Lord''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56011', N'Sinful Seraph''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56012', N'Massive Butcher''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56013', N'Haken Platina''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56014', N'Viper''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56015', N'Stone Golem''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56016', N'Massive Mole''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56017', N'Goliath Gorilla''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56018', N'Giant Rafflesia''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56019', N'Cyborg Gorilla''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56020', N'Sand Golem''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56021', N'Giant Sandworm''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56022', N'Spider Lady''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56023', N'Baron''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56024', N'Joker''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56025', N'Chimera''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56026', N'Conjugo''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56027', N'Dire Knight''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56028', N'Sparkle''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56029', N'Demon King''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56030', N'Mad Latiel''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56031', N'Gagarth''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56032', N'Aurosiac''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56033', N'Silent Castiel''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57001', N'Glove''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57002', N'Armored Butcher''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57003', N'Boozatron''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57004', N'Hammer Butcher''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57005', N'Cursed Cataphract''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57006', N'Giant Mole''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57007', N'Dewey Decimator''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57008', N'Cataphract''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57009', N'Crimson Gloves'' Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57010', N'Minotauros Lord''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57011', N'Sinful Seraph''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57012', N'Massive Butcher''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57013', N'Haken Platina''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57014', N'Viper''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57015', N'Stone Golem''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57016', N'Massive Mole''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57017', N'Goliath Gorilla''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57018', N'Giant Rafflesia''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57019', N'Cyborg Gorilla''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57020', N'Sand Golem''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57021', N'Giant Sandworm''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57022', N'Spider Lady''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57023', N'Baron''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57024', N'Joker''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57025', N'Chimera''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57026', N'Conjugo''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57027', N'Dire Knight''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57028', N'Sparkle''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57029', N'Demon King''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57030', N'Mad Latiel''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57031', N'Gagarth''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57032', N'Aurosiac''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57033', N'Silent Castiel''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59001', N'Clovis of Illusion', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59002', N'Clovis of Inferno', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59003', N'Clovis of Punishment', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59004', N'Clovis of Taboo', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59005', N'Clovis of Fissure', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59020', N'Clovis of the Altar', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'80000', N'8000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59021', N'Clovis of the Valley', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'10000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59022', N'Clovis of the Mist', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120000', N'12000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59023', N'Clovis of the Incinerator', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'80000', N'8000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59024', N'Clovis of the Ranch', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'10000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59101', N'Single Entrance Ticket to the Toy Tower', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'50000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60001', N'Buckthorn Leaf Seed', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60002', N'Clown Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60003', N'Tender Lean Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60004', N'Leftover Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60005', N'Banana', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60006', N'Small Potato', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60007', N'Peony Seed', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'780', N'85') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60008', N'Maple Sap', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60009', N'Cheap Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60010', N'Wrinkle Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60011', N'Maple Syrup', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60012', N'Blue Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'420', N'46') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60013', N'Sugar', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60014', N'Rum', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60015', N'Red Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60016', N'Peony', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'720', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60017', N'Fisherman Herb', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60018', N'Ancient Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'780', N'85') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60019', N'Fruit Extract', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60020', N'Edible Alcohol', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60021', N'Brewing Additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'700', N'77') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60022', N'Distilled Water', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60023', N'Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60024', N'Yeast Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60025', N'Smoked Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60026', N'Smoked Turkey', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60027', N'Scale Bug Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60028', N'Big Scale Bug Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60029', N'Rat Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60030', N'Field Mouse Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60031', N'Bay Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60032', N'Salt', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'300', N'33') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60033', N'Veggie Soup', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60034', N'Black Pepper', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60035', N'Natural Salt', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60036', N'Whole Wheat Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60037', N'Fine Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60038', N'Enzyme', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60039', N'Natural Enzyme', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60040', N'Pickled Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60041', N'Black Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60042', N'Fig', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'720', N'79') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60043', N'Salted Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60044', N'Brandy', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60045', N'Tarragon', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60046', N'Salted Fish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60047', N'Scale Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'780', N'85') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60048', N'Black Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60049', N'Starch Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60050', N'High Quality Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60051', N'Sweetener for Brewing', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'700', N'77') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60052', N'Herb Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60053', N'Fermented Grape Juice', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60054', N'High Quality Starch Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60055', N'Rock Salt', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60056', N'Dried Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'2') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60057', N'Tender Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'6') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60058', N'Lean Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60059', N'Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60060', N'Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60061', N'Garlic Sauce', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60062', N'Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60063', N'Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60064', N'Parsley Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60065', N'Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60066', N'Fresh Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60067', N'Butter Slices', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60068', N'Garlic Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60069', N'Cheese Slices', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60070', N'Fresh Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60071', N'Fresh Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60072', N'Fancy Old Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60073', N'Canned Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60074', N'Whipped Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60075', N'Organic Garlic Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60076', N'Aged Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60077', N'Dried Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60078', N'Dried Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60079', N'Aromatic Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60080', N'Cream Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60081', N'Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60082', N'Whole Potato', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60083', N'Seafood Sauce', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60084', N'Salted Bacon', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60085', N'Curry Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60086', N'Whole Black Pepper', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60087', N'Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60088', N'Condensed Milk', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60089', N'Broccoli', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60090', N'White Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60091', N'Chili Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60092', N'Mysterious food additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60093', N'Pickled Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60094', N'Smooth Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60095', N'Spicy Garlic Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60096', N'Smooth Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60097', N'Flavored Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60098', N'Flavored Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60099', N'17-Year-Old Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60100', N'Sweet Pumpkin', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60101', N'Rosemary', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60102', N'Chicken Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60103', N'Ground Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60104', N'Subtle Cooking Additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'77') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60105', N'Crushed Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60106', N'Mature Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60107', N'Crushed Garlic', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60108', N'Mature Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60109', N'Damp Basil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60110', N'Fresh Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60111', N'Tepid Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60112', N'Sausage Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60113', N'Bramunez Cream', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60114', N'Slice Tomato', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60115', N'Mutton Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60116', N'Mysterious Food Additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'83') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001', N'Worst Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'132', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002', N'Poor Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'264', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003', N'Decent Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'561', N'93') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004', N'Great Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1168', N'194') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005', N'Best Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'2409', N'401') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016', N'Worst Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017', N'Poor Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018', N'Decent Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'700', N'116') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019', N'Great Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1459', N'243') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020', N'Best Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'3010', N'501') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022', N'Shiny Cobalt', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023', N'Shiny Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'3853', N'635') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024', N'Shiny Suri Fleece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5213', N'860') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025', N'Shiny Ertel', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026', N'Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027', N'Decent Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028', N'Great Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'165') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029', N'Best Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030', N'Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031', N'Decent Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032', N'Great Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'800', N'88') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033', N'Best Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1200', N'132') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034', N'Poor Steel Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035', N'Moon Fragment', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036', N'Moon Gemstone ', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037', N'Moon Crystal ', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'550') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61140', N'Decent Steel Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61141', N'Great Steel Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61142', N'Poor Metal Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143', N'Decent Metal Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61144', N'Great Metal Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001', N'Worst Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'66', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002', N'Poor Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'132', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003', N'Decent Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'297', N'49') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004', N'Great Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'640', N'106') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005', N'Best Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1353', N'225') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011', N'Worst Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'86', N'14') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012', N'Poor Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013', N'Decent Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014', N'Great Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'799', N'133') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015', N'Best Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1690', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022', N'Shiny Twine Fabric', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'506', N'83') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023', N'Shiny Silk Fabric', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1926', N'317') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024', N'Shiny Muslin Fabric ', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2093', N'345') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025', N'Shiny Herringbone Fabric', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026', N'Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027', N'Decent Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028', N'Great Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029', N'Best Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030', N'Poor Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031', N'Decent Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032', N'Great Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033', N'Best Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034', N'Poor Fabric Stiffener', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035', N'Decent Liquid Starch', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036', N'Great Fabric Stiffener', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001', N'Worst Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'66', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002', N'Poor Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'132', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003', N'Decent Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'297', N'49') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004', N'Great Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'640', N'106') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005', N'Best Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1353', N'225') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011', N'Worst Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'86', N'14') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012', N'Poor Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013', N'Decent Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014', N'Great Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'799', N'133') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015', N'Best Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1690', N'281') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022', N'Shiny Hide Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'506', N'83') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023', N'Shiny Goat Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1926', N'317') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024', N'Shiny Swede Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2606', N'430') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025', N'Shiny Velour Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026', N'Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027', N'Decent Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028', N'Great Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029', N'Best Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030', N'Coarse Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031', N'Decent Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032', N'Great Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033', N'Best Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034', N'Poor Shellac', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035', N'Fire Seed', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036', N'Fire Element Stone', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037', N'Fire Crystal', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054', N'Decent Shellac', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055', N'Great Shellac', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026', N'Normal Grade Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027', N'Decent Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028', N'Great Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029', N'Best Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030', N'Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031', N'Decent Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'550') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032', N'Great Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033', N'Best Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'20000', N'2200') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034', N'Chain Strengthener ', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035', N'Wind Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036', N'Wind Gemstone', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2200', N'242') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037', N'Wind Crystal', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'5500', N'605') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64054', N'Decent Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64055', N'Best Chain Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65026', N'Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65027', N'Decent Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65028', N'Great Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65029', N'Quality Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65030', N'Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65031', N'Decent Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'550') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65032', N'Great Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65033', N'Best Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'20000', N'2200') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65034', N'Old Plate Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65035', N'Earth Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65036', N'Earth Gemstone', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2200', N'242') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65037', N'Earth Crystal', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'5500', N'605') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65054', N'Decent Plate Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65055', N'Great Chain Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66001', N'Zircon Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66002', N'Onyx Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66003', N'Topaz Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66004', N'Amethyst Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66005', N'Garnet Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66006', N'Zircon Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66007', N'Onyx Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66008', N'Topaz Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66009', N'Amethyst Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66010', N'Garnet Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66011', N'Zircon', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66012', N'Onyx', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66013', N'Topaz', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66014', N'Amethyst', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66015', N'Garnet', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66016', N'Splendid Zircon', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66017', N'Splendid Onyx', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66018', N'Splendid Topaz', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66019', N'Splendid Amethyst', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66020', N'Splendid Garnet', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66021', N'Shiny Zircon', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66022', N'Shiny Onyx', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66023', N'Shiny Topaz', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66024', N'Shiny Amethyst', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66025', N'Shiny Garnet ', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66026', N'Coarse Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66027', N'Mid Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66028', N'Great Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66029', N'Quality Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66030', N'Coarse Polisher', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66031', N'Decent Polisher', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66032', N'Great Polisher', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66033', N'Best Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66034', N'Jewel Hardener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66035', N'Light Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66036', N'Light Ore', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66037', N'Light Crystal', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66038', N'Worst Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'16') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66039', N'Poor Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'450', N'49') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66040', N'Decent Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'900', N'99') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66041', N'Great Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1800', N'198') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66042', N'Best Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3600', N'396') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66043', N'Mystical Fragment', N'3', N'0', N'0', N'36', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'3600', N'396') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67001', N'Icestone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67002', N'Flamestone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67003', N'Shadowstone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67004', N'Luminstone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67005', N'Chipped Mystical Title Fragment', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67006', N'Chipped Fatal Blow Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67007', N'Chipped Fire Damage Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67008', N'Chipped Wave Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67009', N'Chipped Wind Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67010', N'Chipped Earth Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67011', N'Chipped Darkness Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67012', N'Chipped Light Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67013', N'Chipped Lightening Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67014', N'Chipped Poisonous Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68001', N'Unbreakable Bone Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68002', N'Tree Spirit''s Soul Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68003', N'Incomplete Ancient Spell', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68004', N'Specter''s Spell', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68011', N'Mystical Bone Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68012', N'Vindictive Spirit Piece of Catacomb', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68013', N'Gun''s Soul Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68014', N'Bullet''s Soul Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68015', N'Unknown Voucher Lv. 1', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68016', N'Unknown Voucher Lv. 2', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68017', N'Unknown Voucher Lv. 3', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68018', N'Unknown Voucher Lv. 4', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68019', N'Unknown Voucher Lv. 5', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68020', N'Unknown Voucher Lv. 6', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68021', N'Unknown Voucher Lv. 7', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68022', N'Unknown Voucher Lv. 8', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68023', N'Unknown Voucher Lv. 9', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68024', N'Unknown Voucher Lv. 10', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68115', N'Unknown Box Lv. 1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68116', N'Unknown Box Lv. 2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68117', N'Unknown Box Lv. 3', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68118', N'Unknown Box Lv. 4', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68119', N'Unknown Box Lv. 5', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68120', N'Unknown Box Lv. 6', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68121', N'Unknown Box Lv. 7', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68122', N'Unknown Box Lv. 8', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68123', N'Unknown Box Lv. 9', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68124', N'Unknown Box Lv. 10', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68125', N'Gem of the Barrier', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68126', N'Mysterious Gem', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68127', N'Unknown Gem', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70001', N'Expand Warehouse by 4 Units', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002', N'Expand Warehouse by 4 Units', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003', N'Street Vendor Permit (1week)', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70004', N'Street Vendor Permit (2weeks)', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70005', N'Street Vendor Permit (4weeks)', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70006', N'100 Advertisement Coupon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70007', N'200 Advertisement Coupon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70008', N'400 Advertisement Coupon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70012', N'Aqua Vitae of Resurrection', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70021', N'Change Guild Icon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78158', N'Costume Supply Item : Shoes', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78159', N'Costume Supply Item : Shirt', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78160', N'Costume Supply Item : Glove', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78161', N'Costume Supply Item : Tights', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78162', N'Costume Supply Item : Coat', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78163', N'Costume Supply Item : Pants', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78168', N'Costume-issue Item: Cat Paperbox Head', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78169', N'Costume-issue Item: Fly Paperbox Head', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78170', N'Costume-issue Item: Pig Paperbox Head', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78171', N'Weapon-issue Item', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78172', N'Weapon-issue Item', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78173', N'Weapon-issue Item', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78174', N'Insect Costume Design Issue Item', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78175', N'Title Issue Item', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78176', N'Growth Hormone Releaser Ingredient Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'500', N'110') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80001', N'Condition 1', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80002', N'Condition 2', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80003', N'Condition 3', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80004', N'Condition 4', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80005', N'Condition 5', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80006', N'Condition 6', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80007', N'Condition 7', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80008', N'Condition 8', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80009', N'Condition 9', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80010', N'Condition 10', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80011', N'10 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80012', N'20 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80013', N'30 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80014', N'50 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80015', N'80 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80016', N'100 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80017', N'130 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80018', N'150 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80019', N'180 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80020', N'200 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90001', N'Other World Tutorial', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90002', N'Cellar Sewer Dead Man''s Chest', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90003', N'90003', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90004', N'90004', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90005', N'90005', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90006', N'90006', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90010', N'90010', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90011', N'The tutorial will be over after you meet Vincent', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90012', N'', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90013', N'The last cypher scene with Amelia on the 5th', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014', N'Georg''s Anger Management Class 5', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90021', N'The Last Event 1 on the 4th', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90022', N'The Last Event 2 on the 4th', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90023', N'The scene of Vincent rescuing Gerald', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024', N'Arboretum Boss Event', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025', N'Scene were Ryan is caught chasing Vincent', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90031', N'Scene where Mr. Heo meets Pierre ', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90032', N'Betty runs out from the bar', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90033', N'The scene where Gorgon encounters Death', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034', N'The scene where Gerald makes a run to the Grave', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035', N'The scene where Death and Gerald go off to the Castle together', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90041', N'90041', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90042', N'90042', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90043', N'90043', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044', N'90044', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045', N'10th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046', N'50th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90047', N'100th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90048', N'200th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90049', N'300th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90050', N'400th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90051', N'500th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90052', N'600th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90053', N'700th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054', N'800th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055', N'900th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056', N'1000th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90057', N'Veranda First room blocked conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90058', N'Veranda First room open conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90059', N'Veranda First room blocked conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90060', N'Veranda Second room open conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90061', N'D-4 END', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90110', N'Seed 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90120', N'Seed 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90130', N'Seed 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90210', N'Baby 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90220', N'Baby 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90230', N'Baby 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90310', N'Elementary Student 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90320', N'Elementary Student 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90330', N'Elementary Student 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90410', N'Teenager 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90420', N'Teenager 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90430', N'Teenager 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90511', N'Health 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90512', N'Personality 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90513', N'Force 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90514', N'Charm 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90515', N'Intelligence 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90521', N'Health 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90522', N'Personality 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90523', N'Force 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90524', N'Charm 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90525', N'Intelligence 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90531', N'Health 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90532', N'Personality 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90533', N'Force 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90534', N'Charm 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90535', N'Intelligence 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90601', N'Witch 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90602', N'Witch 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90603', N'Witch 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100001', N'Instant Item 01', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100002', N'Instant Item 02', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100003', N'Instant Item 03', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100004', N'Instant Item 04', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100005', N'Instant Item 05', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100006', N'Instant Item 06', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'110000', N'Other World Entry Card', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120000', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120001', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120002', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120003', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120004', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120005', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120006', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120007', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120008', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120009', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120010', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120011', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120012', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120013', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120017', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120018', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120019', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120020', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120021', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120022', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120023', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120027', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120028', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120029', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120030', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120031', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120032', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120033', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120037', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120038', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120039', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120040', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120041', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120042', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120043', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120047', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120048', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120049', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120050', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120051', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120052', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120053', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120054', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120055', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120056', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120057', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120058', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120059', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120060', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120061', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120062', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120063', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120064', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120065', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120066', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120067', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120068', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120069', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120070', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120071', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120072', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120073', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120074', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120075', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120076', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120077', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120078', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120079', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120080', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120081', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120082', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120083', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120084', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120085', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120086', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120087', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120088', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120089', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120090', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120091', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120092', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120093', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120094', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120095', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120096', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120097', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120098', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120099', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120100', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120101', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120102', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120103', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120104', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120105', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120106', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120107', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120108', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120109', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120110', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120111', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120112', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120113', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120114', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120115', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120116', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120117', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120118', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120119', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120120', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120121', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120122', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120123', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120124', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120125', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120126', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120127', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120128', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120129', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120130', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120131', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120132', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120133', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120134', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120135', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120136', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120137', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120138', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120139', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120140', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120141', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120142', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120143', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120144', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120145', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120146', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120147', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120148', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120149', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120150', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120151', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120152', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120153', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120154', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120155', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120156', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120157', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120158', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120159', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120160', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120161', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120162', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120163', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120164', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120165', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120166', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120167', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120168', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120169', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120170', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120171', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120172', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120173', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120174', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120175', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120176', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120177', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120178', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120179', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120180', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120181', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120182', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120183', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120184', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120185', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120186', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120187', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120188', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120189', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120190', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120191', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120192', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120193', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120194', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120195', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120196', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120197', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120198', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120199', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120200', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120201', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120202', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120203', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120204', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120205', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120206', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120207', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120208', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120209', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120210', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120211', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120212', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120213', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120214', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120215', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120216', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120217', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120218', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120219', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120220', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120221', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120222', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120223', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120224', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120225', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120226', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120227', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120228', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120229', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120230', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120231', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120232', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120233', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120234', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120235', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120236', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120237', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120238', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120239', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120240', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120241', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120242', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120243', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120244', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120999', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'121901', N'Chaos Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'121902', N'Chaos Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'130000', N'Coin of Luck', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'10000001', N'Chardonnay Wine', N'2', N'0', N'0', N'13', N'1', N'6', N'0', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010084', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010085', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010086', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010537', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010539', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020084', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020085', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020086', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020537', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020539', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030084', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030085', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030086', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030537', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030539', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000001', N'Bramunez Militia Member', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000002', N'Skeleton Slaughterer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000003', N'Master of Fighting!', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000004', N'Daddy Chicken', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000005', N'Mommy Chicken', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000006', N'Wine Barrel Destroyer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000007', N'Contractor of the Beginning', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000008', N'Honorary Citizen', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000009', N'Curtis Killer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000010', N'Power of Patience', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000011', N'Delete Normal Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000012', N'Delete Special Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000013', N'Maintain Normal Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000014', N'Maintain Special Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000015', N'Title only for GM', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000016', N'Who''s Your Daddy?', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000017', N'Mother to Earth', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000018', N'Beach Bum', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000019', N'Title: 10th Floor Warrior', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000020', N'Title: 50th Floor Warrior', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000021', N'Title: 100th Floor Warrior', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000022', N'Title: 200th Floor Champion', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000023', N'Title: 300th Floor Champion', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000024', N'Title: 400th Floor Champion', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000025', N'Title: 500th Floor Hero', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000026', N'Title: 600th Floor Hero', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000027', N'Title: 700th Floor Hero', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000028', N'Title: 800th Floor Master', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000029', N'Title: 900th Floor Legend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000030', N'Title: 1000th Floor God', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000031', N'Scroll: Flame Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000032', N'Scroll: Ice Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000033', N'HP Up +10 of Shrine of Eternity', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000034', N'MP Up +10 of Shrine of Eternity', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000035', N'Scroll: Warrior''s Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000036', N'Scroll: Sorcerer''s Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000037', N'Title : Know-it-all', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000038', N'PvP AP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000039', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000040', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000041', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000042', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000043', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000044', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000045', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000046', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000047', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000048', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000049', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000050', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000051', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000052', N'Monster Riddle Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000053', N'Mini Gloves Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000054', N'Mini Butcher Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000055', N'Mini Wolfman Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000056', N'Mini Giant Mole Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000057', N'Mini Hammer Butcher Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000058', N'Mini Bone Collector Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000059', N'Mini Gorilla Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000060', N'Mini Haken Archer Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000061', N'Mini Guardian Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000062', N'Mini Templar Guardian Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000063', N'Mini Boozatron Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000064', N'Mini Red Gorilla Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000065', N'Mini Mole Bug Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000066', N'Mini Bone Dragon Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000067', N'Friend with Curtis', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000068', N'Shadow Fabric Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000069', N'Shadow Fabric Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000070', N'Shadow Fabric Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000071', N'Shadow Fabric Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000072', N'Shadow Fabric Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000073', N'Shadow Fabric Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000074', N'Shadow Fabric Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000075', N'Shadow Leather Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000076', N'Shadow Leather Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000077', N'Shadow Leather Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000078', N'Shadow Leather Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000079', N'Shadow Leather Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000080', N'Shadow Leather Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000081', N'Shadow Leather Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000082', N'Shadow Chain Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000083', N'Shadow Chain Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000084', N'Shadow Chain Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000085', N'Shadow Chain Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000086', N'Shadow Chain Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000087', N'Shadow Chain Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000088', N'Shadow Chain Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000089', N'Shadow Plate Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000090', N'Shadow Plate Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000091', N'Shadow Plate Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000092', N'Shadow Plate Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000093', N'Shadow Plate Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000094', N'Shadow Plate Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000095', N'Shadow Plate Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000096', N'Shadow Armor Package (Lv.20)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000097', N'Shadow Armor Package (Lv.25)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000098', N'Shadow Armor Package (Lv.30)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000099', N'Shadow Armor Package (Lv.35)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000100', N'Shadow Armor Package (Lv.40)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000101', N'Shadow Armor Package (Lv.45)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000102', N'Shadow Armor Package (Lv.50)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000103', N'Recovery Potion of Eternity', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000104', N'Mana Potion of Eternity', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000105', N'Title: Partyholic', N'2', N'0', N'0', N'20', N'5', N'20', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000106', N'Title: Play With Me', N'2', N'0', N'0', N'20', N'5', N'30', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000107', N'Title: We Are One', N'2', N'0', N'0', N'20', N'5', N'40', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000108', N'Title: Carpe Diem', N'2', N'0', N'0', N'20', N'5', N'45', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000109', N'Title: Hard-Out', N'2', N'0', N'0', N'20', N'5', N'50', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000110', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000111', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000112', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000113', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000114', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000115', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000116', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000117', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000118', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000119', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000120', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000121', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000122', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000123', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000124', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000125', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000126', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000127', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000128', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000129', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000130', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000131', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000132', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000133', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000134', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000135', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000136', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000137', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000138', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000139', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000140', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000141', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000142', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000143', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000144', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000145', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000146', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000147', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000148', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000149', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000150', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000151', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000152', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000153', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000154', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000155', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000156', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000157', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000158', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000159', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000160', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000161', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000162', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000163', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000164', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000165', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000166', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000167', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000168', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000169', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000170', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000171', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000172', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000173', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000174', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000175', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000176', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000177', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000178', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000179', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000180', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000181', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000182', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000183', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000184', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000185', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000186', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000187', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000188', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000189', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000190', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000191', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000192', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000193', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000194', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000195', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000196', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000197', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000198', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000199', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000200', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000201', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000202', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000203', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000204', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000205', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000206', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000207', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000208', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000209', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000210', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000211', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000212', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000213', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000214', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000215', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000216', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000217', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000218', N'Title-giving item :Pitapat', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000219', N'Title-giving item :Joyful cheer', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000220', N'Title-giving item :Birthday bless', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000221', N'Title-giving item :Romantic song', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000222', N'Title-giving item :Sad mind', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000223', N'Title-giving item :I want to be alone', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000224', N'Title-giving item :Darn', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000225', N'Title-giving item :It''s annoying', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000226', N'Title-giving item :Running while sleeping', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000227', N'Title-giving item :Busy as a bee', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000228', N'Title-giving item :Calm weekend', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000229', N'Title-giving item :So so', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002001', N'Trick or Treat (1 Day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002002', N'Trick or Treat (3 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002003', N'Trick or Treat (7 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002004', N'Trick or Treat (30 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002005', N'Trick or Treat (60 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002006', N'Trick or Treat (90 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002007', N'Trick or Treat (1 Year)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002011', N'Title : Jingle Bell Rocker (1 Day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002012', N'Title : Jingle Bell Rocker (3 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002013', N'Title : Jingle Bell Rocker (7 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002014', N'Title : Jingle Bell Rocker (30 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002015', N'Title : Jingle Bell Rocker (60 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002016', N'Title : Jingle Bell Rocker (90 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002017', N'Title : Jingle Bell Rocker (1 Year)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002018', N'Title : Keyboard Warrior (1 Day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002019', N'Title : Keyboard Warrior (3 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002020', N'Title : Keyboard Warrior (7 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002021', N'Title : Keyboard Warrior (15 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002022', N'Title : Keyboard Warrior (30 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002023', N'Title : Keyboard Warrior (60 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002024', N'Title : Keyboard Warrior (90 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002025', N'Title : Greatly Joyful (1 day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002026', N'Title : Joy (3 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002027', N'Title : Single as usual (7 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002028', N'Title : Status Quo (30 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002029', N'Title : Winfall (60 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002030', N'Title : Luck (90 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002031', N'Title : Excellent Luck (1 year)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002032', N'Seed of Life', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002033', N'Gem Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002034', N'Potion Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002035', N'Mithril Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002036', N'Mineral Water', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002037', N'Gem Seed''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002038', N'Potion Seed''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002039', N'Summon Pet : Charles', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002040', N'Extracted Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002041', N'Extracted Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002042', N'Extracted Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002043', N'Extracted Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002044', N'Extracted Grey Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002045', N'Wrinkled Seed of Life', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002046', N'Wrinkled Gem Seed', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002047', N'Wrinkled Seed of Potion', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002048', N'Wrinkled Seed of Mithril', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003000', N'Great Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003001', N'Seed Lv.1', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003002', N'Seed Lv.2', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003003', N'Seed Lv.3', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003004', N'Seed Lv.4', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003005', N'Seed Lv.5', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003006', N'Seed Lv.6', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003007', N'Seed Lv.7', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003008', N'Seed Lv.8', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003009', N'Seed Lv.9', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003051', N'Mineral Water Lv.1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003052', N'Mineral Water Lv.2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003053', N'Mineral Water Lv.3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003054', N'Mineral Water Lv.4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003055', N'Mineral Water Lv.5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003056', N'Mineral Water Lv.6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003057', N'Mineral Water Lv.7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003058', N'Mineral Water Lv.8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003059', N'Mineral Water Lv.9', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003101', N'Upgrade Cube Lv.1', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003102', N'Upgrade Cube Lv.2', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003103', N'Upgrade Cube Lv.3', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003104', N'Upgrade Cube Lv.4', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003105', N'Upgrade Cube Lv.5', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003106', N'Upgrade Cube Lv.6', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003107', N'Upgrade Cube Lv.7', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003108', N'Upgrade Cube Lv.8', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003109', N'Upgrade Cube Lv.9', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003201', N'Great Potion Box Lv.1-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003202', N'Great Potion Box Lv.1-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003211', N'Great Potion Box Lv.2-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003212', N'Great Potion Box Lv.2-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003221', N'Great Potion Box Lv.3-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003222', N'Great Potion Box Lv.3-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003231', N'Great Potion Box Lv.4-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003232', N'Great Potion Box Lv.4-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003301', N'Great Scroll Box Lv.1-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003302', N'Great Scroll Box Lv.1-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003311', N'Great Scroll Box Lv.2-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003312', N'Great Scroll Box Lv.2-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003321', N'Great Scroll Box Lv.3-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003322', N'Great Scroll Box Lv.3-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003331', N'Great Scroll Box Lv.4-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003332', N'Great Scroll Box Lv.4-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003401', N'Great Box Lv.1-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003402', N'Great Box Lv.1-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003411', N'Great Box Lv.2-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003412', N'Great Box Lv.2-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003421', N'Great Box Lv.3-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003422', N'Great Box Lv.3-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003431', N'Great Box Lv.4-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003432', N'Great Box Lv.4-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000001', N'Golden Seal Scout Team', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000002', N'PvP Guardian Knight', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000003', N'Specialist ', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000004', N'Cool as Ice', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000005', N'Smokin'' Hot', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000006', N'Hardcore', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000007', N'Awesome', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000008', N'Mad Skills', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000009', N'Like a Boss', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000000', N'Worst Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000001', N'Poor Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'5', N'100', N'0', N'0', N'0', N'1', N'75', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000002', N'Mid-grade Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'10', N'100', N'0', N'0', N'0', N'1', N'180', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000003', N'Great Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'15', N'100', N'0', N'0', N'0', N'1', N'330', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000004', N'Best Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'20', N'100', N'0', N'0', N'0', N'1', N'500', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000005', N'Poor Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'25', N'100', N'0', N'0', N'0', N'1', N'700', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000006', N'Mid-Grade Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'30', N'100', N'0', N'0', N'0', N'1', N'1000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000007', N'Great Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'35', N'100', N'0', N'0', N'0', N'1', N'1300', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000008', N'Best Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'40', N'100', N'0', N'0', N'0', N'1', N'1600', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000000', N'Epic Ether of Change', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000001', N'Unique Ether of Change', N'2', N'0', N'0', N'16', N'5', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000002', N'Rare Ether of Change', N'2', N'0', N'0', N'16', N'4', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000003', N'Magic Ether of Change', N'2', N'0', N'0', N'16', N'2', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000004', N'Normal Ether of Change', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000005', N'Frantz Coat Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000006', N'Frantz Pants Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000007', N'Frantz Shoes Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000008', N'Frantz Gloves Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000009', N'Frantz Shirt Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000010', N'Frantz Tie Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000011', N'Frantz Hair Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000012', N'Angela Coat Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000013', N'Angela Pants Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000014', N'Angela Shoes Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000015', N'Angela Gloves Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000016', N'Angela Shirt Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000017', N'Angela Tie Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000018', N'Angela Hair Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000019', N'Tude Coat Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000020', N'Tude Pants Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000021', N'Tude Shoes Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000022', N'Tude Gloves Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000023', N'Tude Shirt Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000024', N'Tude Tie Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000025', N'Tude Hair Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000026', N'Gold Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000027', N'Silver Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000028', N'Bronze Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000029', N'Effect Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000030', N'Item Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000031', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000032', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000033', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000034', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000035', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000036', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000037', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000038', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000039', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000040', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000041', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000042', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000043', N'Powerful HP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000044', N'Powerful MP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000045', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000046', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000047', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000048', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000049', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000050', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000051', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000052', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000053', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000054', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000055', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000056', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000057', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000058', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000059', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000060', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000061', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000062', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000063', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000064', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000065', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000066', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000067', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000068', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000069', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000070', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000071', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000072', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000073', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000074', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000075', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000076', N'World Megaphone', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000077', N'Reset Skill Points', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000078', N'Reset PvP Score', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000079', N'Save 100 Stamina', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000080', N'Portable Warehouse', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000081', N'Expand Personal Warehouse', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000082', N'Resurrection Scroll x 10', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000083', N'Save 100 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000084', N'Full-Strength Adhesive ', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000085', N'Level Up Package [90 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000086', N'Gold Package [90 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000087', N'Master Package [90 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000088', N'Save 300 Stamina', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000089', N'Save 300 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000090', N'Save 500 Stamina', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000091', N'Save 500 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000092', N'Small Costume Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000093', N'Medium Costume Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000094', N'Large Costume Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000095', N'Pro Booster Pack', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000096', N'Gold Package [7 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000097', N'Master Package [7 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000098', N'Express Booster Pack', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000099', N'Gold Package [3 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000100', N'Master Package [3 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000101', N'Colorful Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000102', N'Powerful HP Recovery Potion [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000103', N'Powerful HP Recovery Potion [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000104', N'Full Equipment Repair Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000105', N'Equipment Repair Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000106', N'Frantz Coat Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000107', N'Frantz Pants Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000108', N'Frantz Shoes Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000109', N'Frantz Gloves Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000110', N'Frantz Shirt Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000111', N'Frantz Tie Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000112', N'Frantz Hair Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000113', N'Angela Coat Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000114', N'Angela Pants Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000115', N'Angela Shoes Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000116', N'Angela Gloves Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000117', N'Angela Shirt Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000118', N'Angela Tie Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000119', N'Angela Hair Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000120', N'Tude Coat Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000121', N'Tude Pants Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000122', N'Tude Shoes Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000123', N'Tude Gloves Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000124', N'Tude Shirt Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000125', N'Tude Tie Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000126', N'Tude Hair Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000127', N'Green Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000128', N'Yellow Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000129', N'Blue Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000130', N'Red Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000131', N'Frantz Coat Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000132', N'Frantz Pants Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000133', N'Frantz Shoes Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000134', N'Frantz Gloves Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000135', N'Frantz Shirt Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000136', N'Frantz Tie Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000137', N'Frantz Hair Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000138', N'Angela Coat Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000139', N'Angela Pants Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000140', N'Angela Shoes Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000141', N'Angela Gloves Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000142', N'Angela Shirt Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000143', N'Angela Tie Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000144', N'Angela Hair Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000145', N'Tude Coat Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000146', N'Tude Pants Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000147', N'Tude Shoes Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000148', N'Tude Gloves Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000149', N'Tude Shirt Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000150', N'Tude Tie Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000151', N'Tude Hair Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000152', N'World Megaphone [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000195', N'Resurrection Scroll x 10 [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000196', N'Save 100 Stamina [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000197', N'Save 100 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000198', N'Colorful Gem Box [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000199', N'Newbie Ration Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000200', N'Reset Skill Points [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000201', N'Full-Strength Adhesive [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000202', N'Weapon Repair Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000203', N'+5 Weapon Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000204', N'Powerful AP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000205', N'Elite Booster Pack', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000206', N'Poison''s Secret Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000207', N'+10 Weapon Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000208', N'Gem Socket Punch', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000209', N'Buff Scroll 1', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000210', N'Buff Scroll 2', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000211', N'Buff Scroll 3', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000212', N'Box Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000213', N'Summer Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000214', N'Summer Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000215', N'Summer Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000216', N'Summer Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000217', N'Golden Pattern Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000218', N'Golden Pattern Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000219', N'Alchemist''s Jar', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000220', N'Magic Chest of Change', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000221', N'Random Costume Pack', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000222', N'+5 Armor Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000223', N'+10 Armor Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000224', N'Renaming Contract', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000225', N'Golden Hearts', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000226', N'Random Frantz Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000227', N'Random Angela Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000228', N'Random Tude Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000229', N'Random Natasha Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000230', N'All Character Costume Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000231', N'Costume Random Box Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000232', N'Costume Random Box Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000233', N'Costume Random Box Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000234', N'Costume Random Box Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000235', N'Costume Random Box Package [All Character]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000236', N'White Party Item Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000237', N'White Star Pattern Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000238', N'White Wanderer Item [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000239', N'White Feather Item Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000240', N'Create Avatar: Roselle Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000241', N'Create Avatar: Edgar Grosvenor', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000242', N'Create Avatar: Meilin Chen', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000243', N'Create Natasha Avatar', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000244', N'White Party Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000245', N'White Star Pattern Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000246', N'White Wanderer Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000247', N'White Feather Item Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000248', N'Lucky Alchemist''s Jar', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000249', N'Thanksgiving Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000250', N'Thanksgiving Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000251', N'Thanksgiving Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000252', N'Thanksgiving Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000253', N'Avatar Costume Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000254', N'Avatar Normal Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000255', N'Avatar Special Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000256', N'Sky Blue Bird Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000257', N'Title : Rising Star!', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000258', N'Incredible Full-Strength Adhesive', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000259', N'Create Avatar: Leila Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000260', N'Angela Avatar Create 2', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000261', N'Tude Avatar Create 2', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000262', N'Natasha Avatar Create 2', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000263', N'Jack O''Lantern', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000264', N'Halloween Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000265', N'Halloween Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000266', N'Halloween Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000267', N'Halloween Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000268', N'Halloween Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000269', N'Avatar Special Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000270', N'Avatar Costume Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000271', N'Avatar Normal Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000272', N'Title: Heir to the Bloodwind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000273', N'Black Queen Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000274', N'Pet Recharger', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000275', N'Pet Renaming Contract', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000276', N'Summon Twin Pet', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000277', N'Costume Chest of Change', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000278', N'Pet: Momo', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000279', N'Pet Summon : Fighter', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000280', N'Summon Pet: Catty', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000281', N'Summon Pet: Pepe', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000282', N'Violent Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000283', N'Pink Fur Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000284', N'Black Leather Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000285', N'White Military Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000286', N'Black Flame Random Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000287', N'White Military Random Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000288', N'Violent Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000289', N'Pink Fur Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000290', N'Black Leather Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000291', N'White Military Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000292', N'Black Flame Random Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000293', N'White Military Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000294', N'Avatar Special Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000295', N'Avatar Costume Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000296', N'Avatar Normal Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000297', N'Title : Deal with the Devil', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000298', N'Purple Winter Costume Pack [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000299', N'Holiday Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000300', N'Holiday Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000301', N'Holiday Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000302', N'Holiday Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000303', N'Holiday Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000304', N'Holiday Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000305', N'Holiday Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000306', N'Title: Nutcracker', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000307', N'Limited Edition Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000308', N'Limited Edition Package II', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000309', N'Liminted Edition Package III', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000310', N'Gem Socket Punch (Bonus)', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000311', N'Magic Chest of Change (Bonus)', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000312', N'New Traditional Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000313', N'New Traditional Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000314', N'New Traditional Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000315', N'New Traditional Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000316', N'New Traditional Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000317', N'New Traditional Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000318', N'New Traditional Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000319', N'New Traditional Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000320', N'Title : Happy New Year', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000321', N'New Poison''s Secret Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000322', N'Liminted Edition Package IV', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000323', N'Avatar Special Package [Leila]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000324', N'Avatar Costume Package [Leila]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000325', N'Avatar Normal Package [Leila]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000326', N'Title : Heir to the Bloodwind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000327', N'Black Floral Dress Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000328', N'+3 Armor Upgrade Pack', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000329', N'+6 Weapon Upgrade Pack', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000330', N'Extreme Booster Pack', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000331', N'Random Avatar Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000332', N'Avatar Creation [Leila] : North America', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000333', N'Newbie Ration Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000334', N'Newbie Ration Box [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000335', N'Red Golden Pattern Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000336', N'Violet Female Warrior Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000337', N'Yellow Lady Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000338', N'Red Golden Pattern Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000339', N'Blue Young Gentleman Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000340', N'Golden Pattern Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000341', N'Blue Space Battle Suit Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000342', N'Red Slide Slit Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000343', N'Brown Mafia Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000344', N'Black Gangster Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000345', N'White Snow Flower Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000346', N'Black Leather Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000347', N'Red Wandering Minstrel Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000348', N'Purple Boxing Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000349', N'Pink Sagunja[Plum] Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000350', N'White Nun Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000351', N'Red Gold Random Pack [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000352', N'Violet Amazon Random Pack [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000353', N'Yellow Lady Random Pack [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000354', N'Crimson Conjurer Random Pack [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000355', N'Little Blue-Blood Random Pack [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000356', N'Silver Sage Random Pack [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000357', N'Blue Star Random Pack [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000358', N'Scarlet Chic Random Pack [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000359', N'Brown Mafia Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000360', N'Black Gangster Random Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000361', N'White Snow Flower Random Box [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000362', N'Black Leather Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000363', N'Red Wandering Minstrel Random Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000364', N'Boxing Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000365', N'Pink Sagunja[Plum] Random Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000366', N'White Nun Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000367', N'Poisons Strange Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000368', N'Red Gold Box [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000369', N'Violet Amazon Box [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000370', N'Yellow Lady Box [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000371', N'Crimson Conjurer Box [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000372', N'Little Blue-Blood Box [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000373', N'Silver Sage Box [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000374', N'Blue Star Box [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000375', N'Scarlet Chic Box [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000376', N'Brown Mafia Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000377', N'Black Gangster Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000378', N'White Snow Flower Random Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000379', N'Black Leather Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000380', N'Red Wandering Minstrel Random Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000381', N'Purple Boxing Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000382', N'Pink Sagunja[Plum] Random Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000383', N'White Nun Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000391', N'Premium Avatar Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000392', N'Create Avatar: Roselle Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000393', N'Create Avatar: Edgar Grosvenor', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000394', N'Create Avatar: Meilin Chen', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000395', N'Avatar Normal Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000396', N'Avatar Normal Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000397', N'Avatar Normal Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000398', N'Red Golden Pattern Random Package [Frantz] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000399', N'Violet Female Warrior Random Package [Roselle] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000400', N'Yellow Lady Random Package [Leila] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000401', N'Red Golden Pattern Random Package [Angela] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000402', N'Blue Young Gentleman Random Package [Edgar] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000403', N'Golden Pattern Random Package [Tude] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000404', N'Blue Space Battle Suit Random Package [Meilin] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000405', N'Red Side Slit Random Package [Natasha] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000406', N'Sky Blue Bird Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000407', N'Black Queen Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000408', N'Purple Winter Costume Pack [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000409', N'Black Floral Dress Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000410', N'Summer Scuba Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000411', N'Summer Scuba Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000412', N'Summer Scuba Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000413', N'Summer Scuba Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000414', N'Summer Scuba Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000415', N'Summer Scuba Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000416', N'Summer Scuba Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000417', N'Summer Scuba Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000418', N'Expand Character Creation Slot', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000421', N'A Daily Party Objective Recharge Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000422', N'Golden Seal Team''s Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000423', N'Summon Pet : Lulu', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000424', N'Summon Pet : Coco', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000425', N'Summon Pet : Yongyong', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000426', N'Black Dictator Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000428', N'Indigo Pirate Costume Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000429', N'Blue Pirate Costume Random Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000430', N'Black Pirate Costume Random Box [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000431', N'Red Pirate Costume Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000432', N'Brown Pirate Costume Random Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000433', N'Black Pirate Costume Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000434', N'Blue Pirate Costume Random Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000435', N'Brown Pirate Costume Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000436', N'Indigo Pirate Costume Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000437', N'Blue Pirate Costume Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000438', N'Black Pirate Costume Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000439', N'Red Pirate Costume Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000440', N'Brown Pirate Costume Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000441', N'Black Pirate Costume Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000442', N'Blue Pirate Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000443', N'Brown Pirate Costume Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000444', N'Title : Last Member of the Underground Guild', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000445', N'Title: Dress Classy Dance Cheesy', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000446', N'Indigo Pirate Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000447', N'Blue Pirate Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000448', N'Black Pirate Random Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000449', N'Red Pirate Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000450', N'Brown Pirate Random Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000451', N'Black Pirate Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000452', N'Blue Pirate Random Package [Maylin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000453', N'Brown Pirate Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000454', N'Indigo Pirate Random Package 10 pcs [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000455', N'Blue Pirate Random Package 10 pcs [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000456', N'Black Pirate Random Package 10 pcs [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000457', N'Red Pirate Random Package 10 pcs [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000458', N'Brown Pirate Random Package 10 pcs [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000459', N'Black Pirate Random Package 10 pcs [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000460', N'Blue Pirate Random Package 10 pcs [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000461', N'Brown Pirate Random Package 10 pcs [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000462', N'Reset Skills [Limited Period] [3 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000463', N'Radiant Wedding Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000464', N'Radiant Wedding Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000465', N'Radiant Wedding Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000466', N'Radiant Wedding Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000467', N'Radiant Wedding Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000468', N'Radiant Wedding Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000469', N'Radiant Wedding Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000470', N'Radiant Wedding Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000471', N'Radiant Wedding Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000472', N'Expand Account Warehouse (6 Slots)', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000473', N'Gem Extractor', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'2000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000474', N'Improved Gem Extractor', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'5000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000475', N'Gem Extractor [Protection]', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'4000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000476', N'Improved Gem Extractor [Protection]', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'10000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000477', N'Title : I do I do', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000478', N'Avatar Costume Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000479', N'Avatar Normal Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000480', N'Avatar Costume Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000481', N'Avatar Normal Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000482', N'Avatar Costume Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000483', N'Avatar Normal Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000484', N'Avatar Special Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000485', N'Create Avatar: Meilin Chen', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000486', N'Avatar Special Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000487', N'Create Avatar: Roselle Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000488', N'Avatar Special Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000489', N'Create Avatar: Edgar Grosvenor', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000490', N'Reset Skills [Limited Period] [7 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000491', N'Complete Skill Reset Package', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000492', N'Poison''s Halloween Pack [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000493', N'Poison''s Halloween Pack [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000494', N'Poison''s Halloween Pack [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000495', N'Poison''s Halloween Pack [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000496', N'Poison''s Halloween Pack [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000497', N'Poison''s Halloween Pack [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000498', N'Poison''s Halloween Pack [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000499', N'Poison''s Halloween Pack [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000500', N'Poison''s Halloween Pack [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000501', N'Title: Monster Masher', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000502', N'Brown Mafia Random Package [Frantz] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000503', N'Black Gangster Random Package [Roselle] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000504', N'White Snow Flower Random Package [Leila] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000505', N'Black Leather Random Package [Angela] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000506', N'Red Minstrel Random Package [Edgar] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000507', N'Purple Boxing Random Package [Tude] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000508', N'Pink ''Four Gracious Plants'' [Plum] Random Package [Maylin] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000509', N'White Nun Random Package [Natasha] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000510', N'Title: Wild Inuit', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000511', N'Inuit Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000512', N'Inuit Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000513', N'Inuit Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000514', N'Inuit Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000515', N'Inuit Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000516', N'Inuit Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000517', N'Inuit Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000518', N'Inuit Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000519', N'Extreme Booster Pack[JPN]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000520', N'Save 50 Stamina [charge complete]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000521', N'Santa Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000522', N'Inuit Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000523', N'Santa Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000524', N'Inuit Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000525', N'Santa Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000526', N'Inuit Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000527', N'Santa Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000528', N'Inuit Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000529', N'White Cowboy Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000530', N'Indigo Pirate Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000531', N'White Cowgirl Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000532', N'Red Pirate Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000533', N'White Cowboy Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000534', N'Black Pirate Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000535', N'White Cowgirl Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000536', N'Brown Pirate Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000537', N'Poison''s Dim Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000538', N'Summon Pet : Yongyong', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000539', N'Blue Pirate Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000540', N'Title: Snake Charmer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000541', N'Snake Pattern Package[Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000542', N'Snake Pattern Package[Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000543', N'Snake Pattern Package[Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000544', N'Snake Pattern Package[Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000545', N'Snake Pattern Package[Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000546', N'Snake Pattern Package[Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000547', N'Snake Pattern Package[Maylin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000548', N'Snake Pattern Package[Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000549', N'Snake Pattern Package[Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000550', N'Title: Shining Ark', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000551', N'Shining Ark Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000552', N'Shining Ark Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000553', N'Shining Ark Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000554', N'Shining Ark Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000555', N'Shining Ark Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000556', N'Furiously Burning Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000557', N'Furiously Burning Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000558', N'Furiously Burning Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000559', N'Furiously Burning Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000560', N'Furiously Burning Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000561', N'Black Chain Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000562', N'Black Opera Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000563', N'Black Fur Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000564', N'Black Casual Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000565', N'Black Feather Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000566', N'Shining Ark Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000567', N'Burning Red Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000568', N'Burning Red Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000569', N'Burning Red Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000570', N'Burning Red Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000571', N'Burning Red Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000572', N'Burning Blue Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000573', N'Burning Red Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000574', N'Burning White Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000575', N'Burning White Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000576', N'Burning White Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000577', N'Burning White Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000578', N'Burning White Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000579', N'Burning White Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000580', N'Burning White Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000581', N'White School Uniform Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000582', N'Purple School Uniform Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000583', N'Brown School Uniform Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000584', N'Black School Uniform Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000585', N'Yellow School Uniform Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000586', N'White School Uniform Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000587', N'White School Uniform Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000588', N'Purple School Uniform Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000589', N'Black School Uniform Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000590', N'Beige School Uniform Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000591', N'Dark Brown School Uniform Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000592', N'Black School Uniform Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000593', N'Dark Brown School Uniform Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000594', N'Pink School Uniform Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000595', N'Yellow School Uniform Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000596', N'Blue School Uniform Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000597', N'Green School Uniform Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000598', N'Purple School Uniform Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000599', N'Pink School Uniform Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000600', N'Brown School Uniform Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000601', N'White School Uniform Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000602', N'Yellow School Uniform Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000603', N'Red School Uniform Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000604', N'Black School Uniform Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000605', N'White School Uniform Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000606', N'Green School Uniform Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000607', N'Black School Uniform Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000608', N'Title: Chairman', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000609', N'Title: Principal', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000610', N'Title: Student Head', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000611', N'Title: President of the Student Council', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000612', N'Title: President', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000613', N'Title: Vice President', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000614', N'Title: Lead Manager', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000615', N'Title: You are a student and I am a teacher', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000616', N'Title: Schoolboy', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000617', N'Title: Bad Student', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000618', N'School Uniform Title Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000619', N'Navy Blue Dress Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000620', N'Navy Blue Female Warrior Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000621', N'Black Label Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000622', N'Black Tailcoat Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000623', N'Black Boxing Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000624', N'Black Flame Patterned Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000625', N'Black Cheongsam Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000626', N'White Blazing Costume Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000627', N'White Blazing Costume Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000628', N'White Blazing Costume Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000629', N'White Blazing Costume Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000630', N'White Blazing Costume Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000631', N'White Blazing Costume Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000632', N'White Blazing Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000633', N'White Blazing Costume Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000634', N'White Blazing Costume Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000635', N'White Blazing Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000636', N'White Blazing Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000637', N'White Blazing Costume Box [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000638', N'White Blazing Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000639', N'White Blazing Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000640', N'White Blazing Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000641', N'White Blazing Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000642', N'White Blazing Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000643', N'White Blazing Costume Box [Ian]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000644', N'White Blazing Costume Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000645', N'White Blazing Costume Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000646', N'White Blazing Costume Random Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000647', N'White Blazing Costume Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000648', N'White Blazing Costume Random Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000649', N'White Blazing Costume Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000650', N'White Blazing Costume Random Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000651', N'White Blazing Costume Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000652', N'White Blazing Costume Random Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000653', N'White Blazing Costume Random Package [Frantz] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000654', N'White Blazing Costume Random Package [Roselle] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000655', N'White Blazing Costume Random Package [Leila] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000656', N'White Blazing Costume Random Package [Angela] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000657', N'White Blazing Costume Random Package [Edgar] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000658', N'White Blazing Costume Random Package [Tude] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000659', N'White Blazing Costume Random Package [Meilin] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000660', N'White Blazing Costume Random Package [Natasha] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000661', N'White Blazing Costume Random Package [Ian] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000662', N'Purple Cross Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000663', N'Pink Lace Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000664', N'Orange Stripe Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000665', N'Red Bocchan Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000666', N'Green Retro Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000667', N'Yellow Four Gentleman [Kook] Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000668', N'Green Rider Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000669', N'Red Chain Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000670', N'Purple Opera Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000671', N'Pink Fur Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000672', N'Emerald Minstrel Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000673', N'Checked Casual Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000674', N'Pink Space Combat Suit Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000675', N'White Feather Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000676', N'White School Uniform Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000677', N'White School Uniform Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000678', N'Beige School Uniform Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000679', N'Yellow School Uniform Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000680', N'Green School Uniform Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000681', N'White School Uniform Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000682', N'Red School Uniform Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000683', N'Purple School Uniform Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000684', N'Yellow School Uniform Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000685', N'Dark Brown School Uniform Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000686', N'Pink School Uniform Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000687', N'Purple School Uniform Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000688', N'Pink School Uniform Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000689', N'Yellow School Uniform Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000690', N'Brown School Uniform Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000691', N'Black School Uniform Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000692', N'Black School Uniform Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000693', N'Dark Brown School Uniform Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000694', N'Blue School Uniform Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000695', N'Brown School Uniform Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000696', N'Black School Uniform Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100000', N'Scroll: Physical Attack +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100001', N'Scroll: Physical Attack +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100002', N'Scroll: Physical Defense +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100003', N'Scroll: Physical Defense +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100004', N'Scroll: Magic Attack +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100005', N'Scroll: Magic Attack +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100006', N'Scroll: Magic Defense +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100007', N'Scroll: Magic Defense +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100008', N'Scroll: Increase Critical +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100009', N'Scroll: Increase Critical +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100010', N'Scroll: Increase Speed +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100011', N'Scroll: Increase Speed +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100012', N'Scroll: Increase HP +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100013', N'Scroll: Increase HP +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100014', N'Scroll: Increase MP +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100015', N'Scroll: Increase MP +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100016', N'Scroll: Critical Power +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100017', N'Scroll: Critical Power +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100018', N'Physical Defense Scroll: Lv.9', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100019', N'Physical Defense Scroll: Lv.10', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100020', N'Physical Attack Scroll: Lv.1', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100021', N'Physical Attack Scroll: Lv.2', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100022', N'Physical Attack Scroll: Lv.3', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100023', N'Physical Attack Scroll: Lv.4', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100024', N'Physical Attack Scroll: Lv.5', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100025', N'Physical Attack Scroll: Lv.6', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100026', N'Physical Attack Scroll: Lv.7', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100027', N'Physical Attack Scroll: Lv.8', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100028', N'Physical Attack Scroll: Lv.9', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100029', N'Physical Attack Scroll: Lv.10', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100030', N'Scroll: 2x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100031', N'Scroll: 3x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100032', N'Scroll: 4x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100033', N'Scroll: 5x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100034', N'Conditional Selective Item : Character Weapon', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100035', N'Basic Fishing Rod Set', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100036', N'Bait1 : Cash Item', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'6', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100037', N'Bait2 : Precious Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100038', N'Bait3 : Less Precious Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100039', N'Bait4 : Regular Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100040', N'Bait5 : Cheap Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'1', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100101', N'Young Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'101', N'1', N'240', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100102', N'Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'102', N'1', N'480', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100103', N'Big Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'103', N'1', N'800', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100104', N'Giant Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'104', N'1', N'1200', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100105', N'King Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'105', N'1', N'1600', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100111', N'Young Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'111', N'1', N'300', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100112', N'Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'112', N'1', N'600', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100113', N'Big Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'113', N'1', N'1000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100114', N'Giant Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'114', N'1', N'1500', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100115', N'King Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'115', N'1', N'2000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100121', N'Lowest Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'121', N'1', N'500', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100122', N'Low Grade Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'122', N'1', N'1000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100123', N'Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'123', N'1', N'2000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100124', N'High Grade Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'124', N'1', N'3000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100125', N'Highest Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'125', N'1', N'5000', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101001', N'Hopfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101002', N'Mudfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101003', N'Catfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'30', N'30') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101004', N'Minnow', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'40') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101005', N'Lenok', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'60', N'60') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101006', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101007', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101008', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101009', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101010', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101011', N'Kissing Gourami', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101012', N'Clownfish', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'50', N'50') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101013', N'Oscar', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'80', N'80') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101014', N'Cichlid', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'120', N'120') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101015', N'Dwarf Puffer', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'160', N'160') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101016', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101017', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101018', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101019', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101020', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101021', N'Arowana', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'100', N'100') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101022', N'Discus', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'190', N'190') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101023', N'Cleaner Shrimp', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'320', N'320') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101024', N'Porcupine Fish', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'490', N'490') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101025', N'Giant Mottled Eel', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'650', N'650') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101026', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101027', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101028', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101029', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101030', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101031', N'Pink Dolphin', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'1370', N'1370') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101032', N'Manta Ray', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'2740', N'2740') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101033', N'Unicorn Tang', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'4560', N'4560') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101034', N'Lungfish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'6840', N'6840') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101035', N'Spearfish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'9120', N'9120') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101036', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101037', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101038', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101039', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101040', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101041', N'Leafy Sea Dragon', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'20000', N'20000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101042', N'Baby Viper', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40000', N'40000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101043', N'Lion''s Mane Jellyfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'70000', N'70000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101044', N'Giant Squid', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'100000', N'100000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101045', N'Sperm Whale', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'140000', N'140000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101046', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101047', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101048', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101049', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101050', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101101', N'Marble Crayfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101102', N'Gold Carp', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101103', N'Rainbow Trout', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'30', N'30') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101104', N'Paradise Fish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'40') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101105', N'Axolotl', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'60', N'60') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101106', N'Fish6', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101107', N'Fish7', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101108', N'Fish8', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101109', N'Fish9', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101110', N'Fish10', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101111', N'Ramirezi', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101112', N'Piranha', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'50', N'50') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101113', N'Neon Tetra', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'80', N'80') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101114', N'Betta Fish', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'120', N'120') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101115', N'Gaah', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'160', N'160') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101116', N'A little rare fish1', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101117', N'A little rare fish2', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101118', N'A little rare fish3', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101119', N'A little rare fish4', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101120', N'A little rare fish5', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101121', N'Pearl Oyster', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'100', N'100') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101122', N'Red Seastar', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'190', N'190') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101123', N'Jewel Sea Anemone', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'320', N'320') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101124', N'Ghost Scorpion Fish', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'490', N'490') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101125', N'Marine Turtle', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'650', N'650') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101126', N'A little rare fish1', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101127', N'A little rare fish2', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101128', N'A little rare fish3', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101129', N'A little rare fish4', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101130', N'A little rare fish5', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101131', N'Albacore Tuna', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'1370', N'1370') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101132', N'French Angelfish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'2740', N'2740') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101133', N'Moray', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'4560', N'4560') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101134', N'Flying Fish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'6840', N'6840') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101135', N'Baby Haken', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'9120', N'9120') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101136', N'A little rare fish1', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101137', N'A little rare fish2', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101138', N'A little rare fish3', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101139', N'A little rare fish4', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101140', N'A little rare fish5', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101141', N'Goblin Shark', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'20000', N'20000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101142', N'Ocean Sunfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40000', N'40000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101143', N'Blobfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'70000', N'70000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101144', N'Atlantic Footballfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'100000', N'100000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101145', N'Dumbo Octopus', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'150000', N'150000') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101146', N'A little rare fish1', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101147', N'A little rare fish2', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101148', N'A little rare fish3', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101149', N'A little rare fish4', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101150', N'A little rare fish5', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000001', N'"KRW 10', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000002', N'"KRW 20', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000003', N'"KRW 30', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000004', N'"KRW 30', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000005', N'"KRW 30', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000006', N'PPS-500', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000007', N'PPS-100', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000008', N'PPS-50', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000009', N'Lv. 20 Arrived', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000010', N'Lv. 20 Arrived 2', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000011', N'Lv. 20 Arrived 3', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000012', N'Destroyer ', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000013', N'Guardian', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000014', N'Mini Stop', N'2', N'0', N'0', N'20', N'5', N'20', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000015', N'Mini Stop', N'2', N'0', N'0', N'20', N'5', N'20', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000016', N'Hard Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000017', N'Invite a Friend Event Reward', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000018', N'Movie Director of Tomorrow', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000019', N'Art Director of Tomorrow', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000020', N'Script Writer of Tomorrow', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000021', N'Rusty Art : Director''s Award', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000022', N'Rusty Art : Art Award', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000023', N'Rusty Art : Script Award', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000024', N'Hard Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000025', N'Resurrection Scroll (set of three) [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000026', N'Resurrection Scroll (set of five) [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000027', N'Hard Work and Effort', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000028', N'Quiz King', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000029', N'Great augment stone', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000030', N'Battle Support Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000031', N'Veteran''s Supply Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000032', N'Scroll: 2x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000033', N'Scroll: 3x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000034', N'Scroll: 4x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000035', N'Scroll: 5x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000036', N'Title : e-stars', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000037', N'Decent AP recovery Potion', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000038', N'Sweet Potato Rice Cake', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000039', N'Purple Sweet Potato Rice Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000040', N'White Rice Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000041', N'Black Rice Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000042', N'Title: The Gobbler', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000043', N'Scroll: 5x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000044', N'Halloween Pumpkin Cupcake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000045', N'Halloween Chocolate Cookie', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000046', N'Halloween Pecan Pie', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000047', N'Halloween Apple Toffee', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000048', N'Eyeball Candy', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000049', N'Poison''s Spooky Letter', N'4', N'0', N'0', N'37', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000050', N'Poison''s Spooky Letter (Copy)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000051', N'Poison''s Spooky Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000052', N'Stamp', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000053', N'Poison''s Useful Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000054', N'Snow Crystal', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000055', N'Santarium', N'3', N'0', N'0', N'37', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000056', N'Poison''s Cheerful Chest', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000057', N'Holiday Fruitcake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000058', N'Holiday Chiffon Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000059', N'Holiday Butter Cookie', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000060', N'Holiday Strawberry Tart', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000061', N'Joheim''s Gift Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000062', N'Bronze Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000063', N'Silver Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000064', N'Gold Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000065', N'New Year''s Soup', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000066', N'New Year''s Juice', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000067', N'New Year''s Steak', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000068', N'New Year''s Vegetables', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000069', N'Hamburger Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000070', N'Title : 2012', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000071', N'Silk Pack', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000072', N'Lucky Bag', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000073', N'Dragon''s Scale', N'3', N'0', N'0', N'37', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000074', N'Dragon Costume Head [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000075', N'Dragon Costume Gloves [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000076', N'Dragon Costume Shoes [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000077', N'Dragon Costume Head [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000078', N'Dragon Costume Gloves [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000079', N'Dragon Costume Shoes [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000080', N'Dragon Costume Head [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000081', N'Dragon Costume Gloves [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000082', N'Dragon Costume Shoes [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000083', N'Dragon Costume Head [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000084', N'Dragon Costume Gloves [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000085', N'Dragon Costume Shoes [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000086', N'Dragon Head Guarantee Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000087', N'Dragon Gloves Guarantee Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000088', N'Dragon Shoes Guarantee Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000089', N'Milk Chocolate Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000090', N'Strawberry Chocolate Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000091', N'Almond Chocolate Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000092', N'Pet Booster Food (500)', N'3', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000093', N'Scroll: 5x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000094', N'Pet Booster Food (1000)', N'3', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000001', N'Powerful AP Recovery Potion [Event}', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000002', N'Powerful HP Recovery Potion [Event}', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000003', N'Powerful MP Recovery Potion [Event}', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000004', N'Full-Strength Adhesive [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000005', N'Renaming Contract [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000006', N'Portable Warehouse [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000007', N'Expand Personal Warehouse (6 Slots) [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000008', N'Reset PvP Score [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000009', N'Yellow Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000010', N'Colorful Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000011', N'Large Costume Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000012', N'Level Up Package [7 Days] [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000013', N'Gem Socket Punch [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000014', N'Rare Ether of Change [Event]', N'2', N'0', N'0', N'16', N'4', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000015', N'Unique Ether of Change [Event]', N'2', N'0', N'0', N'16', N'5', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000016', N'Resurrection Scroll x 10 [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000017', N'Red Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000018', N'Poison''s Secret Box [Event]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000019', N'Small Costume Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000020', N'Reset Skill Points [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000021', N'Incredible Full-Strength Adhesive [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000022', N'Newbie Ration Box [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000023', N'World Megaphone [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000024', N'Full Equipment Repair Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000025', N'Medium Costume Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000026', N'Equipment Repair Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000027', N'Green Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000028', N'Golden Hearts [Event]', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000029', N'Blue Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000030', N'Save 100 Stamina [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000031', N'Save 300 Stamina [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000032', N'Save 500 Stamina [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000033', N'Avatar Create [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000034', N'Avatar Create [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000035', N'Avatar Costume Package [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000036', N'Avatar Normal Package [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000037', N'Avatar Special Package [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000038', N'Sky Blue Bird Package [Meilin] : [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000039', N'Avatar Special Package [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000040', N'Avatar Costume Package [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000041', N'Avatar Normal Package [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000042', N'Black Queen Package [Roselle] : [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000043', N'Expand Personal Warehouse (1 Slot)', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000044', N'Alchemist''s Jar [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000045', N'Magic Chest of Change [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000046', N'+5 Armor Enchant Kit [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000047', N'+10 Armor Enchant Kit [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000048', N'Avatar Special Package [Edgar] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000049', N'Avatar Costume Package [Edgar] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000050', N'Avatar Normal Package [Edgar] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000051', N'Meilin Chen Creator', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000052', N'Purple Winter Costume Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000053', N'Roselle Vergerius Creator', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000054', N'Golden Hearts', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000055', N'Title: BREAKERZ', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000001', N'PC Café Guardian', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000002', N'Newbie Ration Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000003', N'Augment Stone', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000004', N'Green Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000005', N'Yellow Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000006', N'Blue Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000007', N'Red Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000008', N'Incredible Full-Strength Adhesive', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000009', N'PC Café Coupon Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000010', N'PC Café Guardian [7 days]', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000001', N'Ice Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000002', N'Complete Pendant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000003', N'Lucky Coin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000004', N'Card Key 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000005', N'Card Key 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000006', N'Theater Ticket', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000007', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000008', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000009', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000010', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO -- ---------------------------- -- Table structure for Base_ItemTable_All -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_ItemTable_All]') AND type IN ('U')) DROP TABLE [dbo].[Base_ItemTable_All] GO CREATE TABLE [dbo].[Base_ItemTable_All] ( [id] int NOT NULL, [name] nvarchar(100) COLLATE Korean_Wansung_CI_AS NOT NULL, [inventory_type] int DEFAULT 0 NOT NULL, [RestraintType] int NOT NULL, [ReconstructionMax] int NOT NULL, [Category] int NOT NULL, [Branch] int NOT NULL, [LevelLimit] int NOT NULL, [max_dur] int DEFAULT 0 NOT NULL, [is_socket] int DEFAULT 0 NOT NULL, [max_socket_num] int DEFAULT 0 NOT NULL, [kind] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL, [BuyPrice] int NOT NULL, [SellPrice] int NOT NULL ) GO ALTER TABLE [dbo].[Base_ItemTable_All] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_ItemTable_All -- ---------------------------- INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100', N'Fortune Dice', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'926', N'Grey Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'927', N'Red Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'928', N'Dark Blue Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'929', N'Yellow Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'930', N'White Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'931', N'Purple Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'932', N'Wine Color Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'933', N'Afro Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'934', N'Frantz Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'935', N'Frantz Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'936', N'Frantz Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'937', N'Frantz Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'938', N'Frantz Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'939', N'Black Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'940', N'White Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'941', N'Yellow Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'942', N'Pink Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'943', N'Green Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'944', N'Blue Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'945', N'Grey Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'946', N'Afro Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'947', N'Angela Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'948', N'Angela Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'949', N'Angela Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'950', N'Angela Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'951', N'Angela Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'952', N'White Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'953', N'Purple Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'954', N'Grey Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'955', N'Silver Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'956', N'Black Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'957', N'White Streaked Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'958', N'Red Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'959', N'Afro Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'960', N'Tude Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'961', N'Tude Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'962', N'Tude Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'963', N'Tude Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'964', N'Tude Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'965', N'Standard Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'966', N'Standard Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'967', N'Standard Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'968', N'Meilin Chen Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'969', N'Meilin Chen Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'970', N'Meilin Chen Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'971', N'Meilin Chen Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'972', N'Meilin Chen Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'973', N'Meilin Chen Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'974', N'Meilin Chen Standard Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'975', N'Meilin Chen Standard Accessory1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'976', N'Roselle Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'977', N'Roselle Failed Hair1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'978', N'Roselle Failed Hair2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'979', N'Roselle Failed Hair3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'980', N'Roselle Failed Hair4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'981', N'Roselle Failed Hair5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'982', N'Roselle Standard Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'983', N'Edgar Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'984', N'Edgar Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'985', N'Edgar Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'986', N'Edgar Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'987', N'Edgar Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'988', N'Edgar Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'989', N'Edgar Standard Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'990', N'Noble Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'991', N'Tied Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'992', N'Trendy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'993', N'Noble Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'994', N'Tied Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'995', N'Trendy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'996', N'Noble Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'997', N'Tied Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'998', N'Trendy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'999', N'Noble Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000', N'Tied Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1001', N'Trendy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1002', N'Noble Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1003', N'Tied Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1004', N'Trendy Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1005', N'Noble Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1006', N'Tied Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1007', N'Trendy Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1008', N'Afro Perm', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1009', N'Leila Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1010', N'Leila Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1011', N'Leila Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1012', N'Leila Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1013', N'Leila Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1014', N'Straight Perm', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1015', N'Ian Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1016', N'Ian Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1017', N'Ian Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1018', N'Ian Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1019', N'Ian Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1020', N'Ian Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1021', N'Ian Straight Perm', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1022', N'Noble Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1023', N'Tied Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1024', N'Trendy Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'3333', N'Clovis Box for testing', N'2', N'0', N'0', N'13', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16001', N'Hunter''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16002', N'Fighter''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16003', N'Gladiator''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16004', N'Slaughterer''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16005', N'Warrior''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16006', N'King''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16007', N'Great King''s Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16008', N'Angelic Voucher', N'3', N'0', N'0', N'40', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16111', N'Hunter''s Chest', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16121', N'Fighter''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16122', N'Fighter''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16131', N'Gladiator''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16132', N'Gladiator''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16141', N'Slaughterer''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16142', N'Slaughterer''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16151', N'Warrior''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16152', N'Warrior''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16161', N'King''s Chest I', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16162', N'King''s Chest II', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16211', N'Hunter''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16221', N'Fighter''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16231', N'Gladiator''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16241', N'Slaughterer''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16251', N'Warrior''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16261', N'King''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16501', N'Training Hall Gift Ticket 1', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16502', N'Training Hall Gift Ticket 2', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16503', N'Mausoleum Arena Ticket', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16504', N'Training Hall Gift Ticket 4', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16505', N'Training Hall Gift Ticket 5', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16506', N'Training Hall Gift Ticket 6', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16507', N'Training Hall Gift Ticket 7', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16508', N'Training Hall Gift Ticket 8', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16509', N'VIP Pass', N'3', N'0', N'0', N'36', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16701', N'Dead Bug', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16702', N'Nepenthese Sprout', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16703', N'Zombie Nepenthese Sprout', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16704', N'Bomi Toadstool', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16705', N'Mandragora''s Root', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16706', N'Treant''s Fruit', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16707', N'Seed of Ice Flower', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16708', N'Poison Flower''s Seed', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20001', N'Fabric Imbued with Magic', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20002', N'White Fabric Imbued with Magic', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20003', N'Dark Thread Ball', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20004', N'Silver Thread Ball', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20005', N'Golden Thread Ball', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20006', N'Mysterious Dye', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20007', N'Water Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20008', N'Scales Imbued with Magic', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20009', N'Feather Imbued with Magic', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20010', N'Magic-Imbued Essence', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011', N'Magical Rabbit Leather', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20100', N'Alchemist''s Pot', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21001', N'Teddy Bear Body Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21002', N'Teddy Bear Head Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21003', N'Shark Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21004', N'Octopus Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21005', N'Carp Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21006', N'Mantis Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21007', N'Roach Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21008', N'Locust Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022', N'Dark Seal Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023', N'Dark Seal Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21024', N'Dark Seal Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21025', N'Dark Seal Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21026', N'Dark Seal Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21027', N'Dark Seal Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21028', N'White Devil Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21029', N'White Devil Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030', N'White Devil Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031', N'White Devil Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032', N'White Devil Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033', N'White Devil Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21034', N'Blue Seal Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21035', N'Blue Seal Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21036', N'Blue Seal Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21037', N'Blue Seal Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21038', N'Blue Seal Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21039', N'Blue Seal Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21040', N'Red Formal Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21041', N'Red Formal Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21042', N'Red Formal Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21043', N'Red Formal Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21044', N'Red Formal Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21045', N'Red Formal Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21046', N'Swallowtail Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21047', N'Swallowtail Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21048', N'Swallowtail Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21049', N'Swallowtail Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21050', N'Swallowtail Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21051', N'Swallowtail Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21052', N'Hunter Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21053', N'Hunter Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21054', N'Hunter Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21055', N'Hunter Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21056', N'Hunter Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21057', N'Hunter Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21065', N'Red Seal Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21066', N'Red Seal Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21067', N'Red Seal Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21068', N'Red Seal Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21069', N'Red Seal Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21070', N'Red Seal Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21071', N'Plaid Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21072', N'Plaid Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21073', N'Plaid Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21074', N'Plaid Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21075', N'Plaid Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21076', N'Plaid Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21077', N'Night Witch Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21078', N'Night Witch Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21079', N'Night Witch Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21080', N'Night Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21081', N'Night Witch Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21082', N'Night Witch Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21083', N'Plum Witch Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21084', N'Plum Witch Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21085', N'Plum Witch Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21086', N'Plum Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21087', N'Plum Witch Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21088', N'Plum Witch Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21089', N'Red Witch Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21090', N'Red Witch Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21091', N'Red Witch Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21092', N'Red Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21093', N'Red Witch Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21094', N'Red Witch Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21095', N'Red Spider Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21096', N'Red Spider Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21097', N'Red Spider Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21098', N'Red Spider Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21099', N'Red Spider Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21100', N'Red Spider Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21108', N'Brown Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21109', N'Brown Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21110', N'Brown Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21111', N'Brown Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21112', N'Brown Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21113', N'Brown Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21114', N'Hooligan Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21115', N'Hooligan Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21116', N'Hooligan Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21117', N'Hooligan Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21118', N'Hooligan Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21119', N'Hooligan Tie Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21120', N'Bright Uniform Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21121', N'Bright Uniform Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21122', N'Bright Uniform Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21123', N'Bright Uniform Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21124', N'Bright Uniform Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21125', N'Bright Uniform Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21126', N'Rustic Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21127', N'Rustic Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21128', N'Rustic Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21129', N'Rustic Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21130', N'Rustic Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21131', N'Rustic Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21132', N'Dark Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21133', N'Dark Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21134', N'Dark Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21135', N'Dark Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21136', N'Dark Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21137', N'Dark Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21138', N'Conquest Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21139', N'Conquest Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21140', N'Conquest Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21141', N'Conquest Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21142', N'Conquest Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21143', N'Conquest Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21144', N'Brown Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21145', N'Hooligan Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21146', N'Bright Uniform Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21147', N'Rustic Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21148', N'Dark Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21149', N'Conquest Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21185', N'Red Fox Coat Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21186', N'Red Fox Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21187', N'Red Fox Shoes Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21188', N'Red Fox Gloves Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21189', N'Red Fox Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21190', N'Red Fox Tie Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21191', N'White Blaze Jacket Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21192', N'White Blaze Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21193', N'White Blaze Shoes Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21194', N'White Blaze Blouse Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21195', N'White Blaze Tie Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21196', N'White Sol Coat Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21197', N'White Sol Pants Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21198', N'White Sol Shoes Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21199', N'White Sol Headband Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21200', N'White Sol Shirt Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21201', N'White Sol Necklace Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21202', N'White Sol Gloves Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21222', N'Shark Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21246', N'Octopus Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21274', N'Carp Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21281', N'White Witch Gloves Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21381', N'Orange Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21382', N'Orange Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21383', N'Orange Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21384', N'Orange Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21385', N'Orange Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21386', N'Orange Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21387', N'Orange Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21388', N'Pink Dress Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21389', N'Pink Dress Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21390', N'Pink Dress Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21391', N'Pink Dress Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21392', N'Pink Dress Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21393', N'Pink Dress Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21394', N'Pink Dress Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21395', N'Red Check Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21396', N'Red Check Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21397', N'Red Check Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21398', N'Red Check Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21399', N'Red Check Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21400', N'Red Check Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21401', N'Red Check Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21402', N'Ranger Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21403', N'Ranger Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21404', N'Ranger Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21405', N'Ranger Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21406', N'Ranger Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21407', N'Ranger Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21408', N'Ranger Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21410', N'White Dress Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21411', N'White Dress Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21412', N'White Dress Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21413', N'White Dress Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21414', N'White Dress Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21415', N'White Dress Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21416', N'White Dress Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21417', N'Bee Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21418', N'Angler Costume Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21419', N'Blue Frill Jacket Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21420', N'Blue Frill Skirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21421', N'Blue Frill Shoes Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21422', N'Blue Frill Gloves Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21423', N'Blue Frill Shirt Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21424', N'Blue Frill Tie Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21425', N'Blue Frill Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21426', N'Black Hawk Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21427', N'White Hawk Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21428', N'Pink Hawk Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21429', N'Red Pinned Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21430', N'Purple Pinned Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21431', N'Grey Pinned Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21432', N'Yellow Reggae Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21433', N'Purple Reggae Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21434', N'Green Reggae Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21435', N'Purple Foxy Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21436', N'Red Foxy Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21437', N'Rose Foxy Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21438', N'Grey Trimmed Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21439', N'Red Trim Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21440', N'Pink Trim Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21441', N'Lovely Black Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21442', N'Lovely Yellow Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21443', N'Lovely Red Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21444', N'Cute Yellow Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21445', N'Cute Pink Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21446', N'Cute Black Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21447', N'Floral Black Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21448', N'Floral Red Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21449', N'Floral Yellow Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21450', N'Black Flowing Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21451', N'Grey Flowing Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21452', N'Pink Flowing Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21453', N'Black Regent Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21454', N'Grey Regent Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21455', N'Pink Regent Hair Design', N'3', N'0', N'0', N'100', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21456', N'Grey Apple Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21457', N'Red Apple Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21458', N'Pink Apple Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21459', N'Grey Regent Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21460', N'Red Regent Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21461', N'Pink Regent Hair Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21462', N'Majestic Black Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21463', N'Majestic Yellow Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21464', N'Majestic Red Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21465', N'Black Regent Hair Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21466', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21467', N'Red Regent Hair Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21468', N'Upbeat Red Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21469', N'Upbeat Purple Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21470', N'Upbeat Grey Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21471', N'Red Regent Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21472', N'Plum Regent Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21473', N'Grey Regent Hair Design', N'3', N'0', N'0', N'101', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21474', N'Yellow Tied Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21475', N'Pink Tied Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21476', N'Black Tied Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21477', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21478', N'Pink Regent Hair Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21479', N'Black Regent Hair Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21480', N'Dreamy Yellow Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21481', N'Dreamy Purple Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21482', N'Dreamy Green Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21483', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21484', N'Plum Regent Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21485', N'Green Regent Hair Design', N'3', N'0', N'0', N'102', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21486', N'Wavy Black Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21487', N'Wavy Red Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21488', N'Wavy Yellow Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21489', N'Black Regent Hair Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21490', N'Red Regent Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21491', N'Yellow Regent Hair Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21492', N'Purple Wild Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21493', N'Red Wild Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21494', N'Rose Wild Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21495', N'Plum Regent Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21496', N'Red Regent Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21497', N'Rose Regent Hair Design', N'3', N'0', N'0', N'103', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21498', N'White Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21499', N'White Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21500', N'White Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21501', N'White Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21502', N'White Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21503', N'White Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21504', N'Green Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21505', N'Green Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21506', N'Green Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21507', N'Green Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21508', N'Green Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21509', N'Green Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21510', N'Yellow Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21511', N'Yellow Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21512', N'Yellow Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21513', N'Yellow Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21514', N'Yellow Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21515', N'Yellow Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21516', N'Purple Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21517', N'Purple Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21518', N'Purple Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21519', N'Purple Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21520', N'Purple Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21521', N'Purple Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21522', N'Red Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21523', N'Red Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21524', N'Red Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21525', N'Red Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21526', N'Red Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21527', N'Red Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21528', N'Dark Slayer Jacket Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21529', N'Dark Slayer Pants Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21530', N'Dark Slayer Shoes Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21531', N'Dark Slayer Glove Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21532', N'Dark Slayer Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21533', N'Dark Slayer Tights Design', N'3', N'0', N'0', N'104', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21534', N'Purple Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21535', N'Purple Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21536', N'Purple Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21537', N'Purple Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21538', N'Purple Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21539', N'Purple Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21540', N'Green Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21541', N'Green Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21542', N'Green Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21543', N'Green Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21544', N'Green Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21545', N'Green Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21546', N'Pink Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21547', N'Pink Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21548', N'Pink Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21549', N'Pink Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21550', N'Pink Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21551', N'Pink Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21552', N'Black Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21553', N'Black Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21554', N'Black Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21555', N'Black Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21556', N'Black Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21557', N'Black Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21558', N'White Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21559', N'White Duchess Skirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21560', N'White Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21561', N'White Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21562', N'White Duchess Shirt Design', N'3', N'0', N'0', N'91', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21563', N'White Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21564', N'Beige Duchess Jacket Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21565', N'Beige Duchess Skirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21566', N'Beige Duchess Shoes Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21567', N'Beige Duchess Glove Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21568', N'Beige Duchess Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21569', N'Beige Duchess Bow Design', N'3', N'0', N'0', N'107', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21570', N'Purple Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21571', N'Purple Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21572', N'Purple Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21573', N'Purple Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21574', N'Purple Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21575', N'Purple Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21576', N'Green Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21577', N'Green Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21578', N'Green Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21579', N'Green Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21580', N'Green Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21581', N'Green Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21582', N'Purple Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21583', N'Purple Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21584', N'Purple Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21585', N'Purple Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21586', N'Purple Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21587', N'Purple Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21588', N'Black Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21589', N'Black Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21590', N'Black Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21591', N'Black Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21592', N'Black Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21593', N'Black Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21594', N'White Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21595', N'White Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21596', N'White Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21597', N'White Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21598', N'White Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21599', N'White Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21600', N'Beige Noble Coat Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21601', N'Beige Noble Pants Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21602', N'Beige Noble Shoes Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21603', N'Beige Noble Glove Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21604', N'Beige Noble Shirt Design', N'3', N'0', N'0', N'92', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21605', N'Beige Noble Scarf Design', N'3', N'0', N'0', N'105', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21606', N'Green Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21607', N'Green Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21608', N'Green Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21609', N'Green Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21610', N'Green Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21611', N'Green Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21612', N'Purple Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21613', N'Purple Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21614', N'Purple Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21615', N'Purple Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21616', N'Purple Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21617', N'Purple Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21618', N'Grey Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21619', N'Grey Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21620', N'Grey Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21621', N'Grey Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21622', N'Grey Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21623', N'Grey Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21624', N'Red Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21625', N'Red Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21626', N'Red Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21627', N'Red Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21628', N'Red Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21629', N'Red Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21630', N'Black Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21631', N'Black Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21632', N'Black Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21633', N'Black Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21634', N'Black Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21635', N'Black Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21636', N'White Chen Vest Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21637', N'White Chen Shoes Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21638', N'White Chen Glove Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21639', N'White Chen Dress Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21640', N'White Chen Charm Design', N'3', N'0', N'0', N'106', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21641', N'White Chen Earring Design', N'3', N'0', N'0', N'93', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21642', N'Upsweep Brown Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21643', N'Upsweep Blue Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21644', N'Upsweep Red Hairstyle Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21645', N'Dandy Brown Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21646', N'Dandy Blue Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21647', N'Dandy Yellow Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21648', N'Pompadour Brown Hair Design', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21649', N'Pompadour Blue Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21650', N'Pompadour Yellow Hair Design', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21651', N'Indigo Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21652', N'Indigo Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21653', N'Indigo Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21654', N'Indigo Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21655', N'Indigo Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21656', N'Indigo Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21657', N'Black Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21658', N'Black Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21659', N'Black Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21660', N'Black Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21661', N'Black Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21662', N'Black Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21663', N'Dapple Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21664', N'Dapple Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21665', N'Dapple Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21666', N'Dapple Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21667', N'Dapple Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21668', N'Dapple Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21669', N'Red Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21670', N'Red Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21671', N'Red Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21672', N'Red Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21673', N'Red Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21674', N'Red Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21675', N'Leopard Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21676', N'Leopard Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21677', N'Leopard Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21678', N'Leopard Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21679', N'Leopard Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21680', N'Leopard Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21681', N'White Outlaw Costume Jacket Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21682', N'White Outlaw Costume Pants Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21683', N'White Outlaw Costume Shoes Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21684', N'White Outlaw Costume Gloves Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21685', N'White Outlaw Costume Shirt Design [Ian]', N'3', N'0', N'0', N'94', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21686', N'White Outlaw Costume Necklace Design [Ian]', N'3', N'0', N'0', N'108', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21687', N'Rabbit Head Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21688', N'Rabbit Body Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21689', N'Rabbit Gloves Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21690', N'Rabbit Shoes Design', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'22001', N'Bleach', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30003', N'Buckthorn Leaf Bread', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30004', N'Grilled Clown Mushroom', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30005', N'Meat Pie', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30006', N'Cheesecake', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30007', N'Banana Bread', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30008', N'Sweet Potato Bread', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30009', N'Sweet Peony Bread', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30010', N'Wrinkle Moss Juice', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30011', N'Blue Mushroom Whiskey', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30012', N'Root Beer', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30013', N'Quality Wine', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30014', N'Peony Wine', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30015', N'Mysterious Liquor', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30016', N'Fragrant Ancient Moss Rum', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30019', N'Meat Soup', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30020', N'Sadixol', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'1030', N'171') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30025', N'Beginner''s HP Recovery Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30026', N'Miscellaneous Merchant''s HP Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30027', N'Miscellaneous Merchant''s HP Potion (L)', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30028', N'Beginner''s MP Recovery Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30029', N'Miscellaneous Merchant''s MP Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30030', N'Miscellaneous Merchant''s MP Potion (L)', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30031', N'Elixir of Blood Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30032', N'Elixir of Blood Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30033', N'Elixir of Blood Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30034', N'Elixir of Blood Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30035', N'Elixir of Blood Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30036', N'Elixir of Blood Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30037', N'Elixir of Blood Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30038', N'Elixir of Blood Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30039', N'Elixir of Fire Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30040', N'Elixir of Fire Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30041', N'Elixir of Fire Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30042', N'Elixir of Fire Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30043', N'Elixir of Fire Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30044', N'Elixir of Fire Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30045', N'Elixir of Fire Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30046', N'Elixir of Fire Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30047', N'Elixir of Chaos Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30048', N'Elixir of Chaos Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30049', N'Elixir of Chaos Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30050', N'Elixir of Chaos Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30051', N'Elixir of Chaos Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30052', N'Elixir of Chaos Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30053', N'Elixir of Chaos Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30054', N'Elixir of Chaos Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30055', N'Elixir of Strength Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30056', N'Elixir of Strength Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30057', N'Elixir of Strength Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30058', N'Elixir of Strength Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30059', N'Elixir of Strength Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30060', N'Elixir of Strength Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30061', N'Elixir of Strength Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30062', N'Elixir of Strength Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30063', N'Elixir of Stone Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30064', N'Elixir of Stone Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30065', N'Elixir of Stone Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30066', N'Elixir of Stone Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30067', N'Elixir of Stone Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30068', N'Elixir of Stone Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30069', N'Elixir of Stone Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30070', N'Elixir of Stone Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30071', N'Elixir of Ice Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30072', N'Elixir of Ice Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30073', N'Elixir of Ice Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30074', N'Elixir of Ice Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30075', N'Elixir of Ice Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30076', N'Elixir of Ice Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30077', N'Elixir of Ice Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30078', N'Elixir of Ice Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30079', N'Elixir of Slow Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30080', N'Elixir of Slow Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30081', N'Elixir of Slow Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30082', N'Elixir of Slow Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30083', N'Elixir of Slow Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30084', N'Elixir of Slow Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30085', N'Elixir of Slow Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30086', N'Elixir of Slow Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30087', N'Elixir of Poison Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30088', N'Elixir of Poison Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30089', N'Elixir of Poison Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30090', N'Elixir of Poison Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30091', N'Elixir of Poison Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30092', N'Elixir of Poison Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30093', N'Elixir of Poison Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30094', N'Elixir of Poison Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30095', N'Elixir of Disease Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30096', N'Elixir of Disease Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30097', N'Elixir of Disease Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30098', N'Elixir of Disease Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30099', N'Elixir of Disease Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30100', N'Elixir of Disease Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30101', N'Elixir of Disease Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30102', N'Elixir of Disease Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30103', N'Elixir of Sleep Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30104', N'Elixir of Sleep Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30105', N'Elixir of Sleep Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30106', N'Elixir of Sleep Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30107', N'Elixir of Sleep Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30108', N'Elixir of Sleep Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30109', N'Elixir of Sleep Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30110', N'Elixir of Sleep Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30111', N'Elixir of Darkness Lv. 1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30112', N'Elixir of Darkness Lv. 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30113', N'Elixir of Darkness Lv. 3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30114', N'Elixir of Darkness Lv. 4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30115', N'Elixir of Darkness Lv. 5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30116', N'Elixir of Darkness Lv. 6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30117', N'Elixir of Darkness Lv. 7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30118', N'Elixir of Darkness Lv. 8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30119', N'Mrs. Winger''s Apple Soup', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30120', N'Gorgon''s HP Potion', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'230', N'38') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30121', N'Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30122', N'Decent HP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30123', N'Gorgon''s Great HP Potion', N'2', N'0', N'0', N'13', N'1', N'17', N'100', N'0', N'0', N'0', N'1', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30124', N'Strong HP Potion', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30125', N'Powerful HP Potion', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30126', N'Holy HP Potion', N'2', N'0', N'0', N'13', N'1', N'65', N'100', N'0', N'0', N'0', N'1', N'5030', N'830') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30127', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'3', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30128', N'Estel''s MP Potion', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'230', N'38') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30129', N'Poor MP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30130', N'Decent MP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30131', N'Estel''s Great MP Potion', N'2', N'0', N'0', N'13', N'1', N'17', N'100', N'0', N'0', N'0', N'1', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30132', N'Strong Mana Potion', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30133', N'Powerful Mana Potion', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30134', N'Holy Mana Potion', N'2', N'0', N'0', N'13', N'1', N'65', N'100', N'0', N'0', N'0', N'1', N'5030', N'830') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30136', N'Delicious Rat Dish', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30138', N'Soul Collector', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30139', N'Joheim''s Special Sauce', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30140', N'Clown Mushroom Soup', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30141', N'Hard Boiled Clown Mushroom', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30142', N'Fried Clown Mushroom', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30143', N'Buckthorn Leaf Soup', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30144', N'Buckthorn Leaf Tea', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30145', N'Buckthorn Leaf Cookie', N'2', N'0', N'0', N'13', N'1', N'14', N'100', N'0', N'0', N'0', N'1', N'400', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30146', N'Meat Steak', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30147', N'Meat Ball Sandwich', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30149', N'Fried Potato', N'2', N'0', N'0', N'13', N'1', N'24', N'100', N'0', N'0', N'0', N'1', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30150', N'Potato Soup', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30151', N'Skewered Potatoes', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30152', N'Peony Tea', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'1', N'1040', N'171') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30153', N'Peony Soup', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30154', N'Peony Cookie', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30155', N'Wrinkle Moss Tea', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30156', N'Wrinkle Moss Soup', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30158', N'Red Wine', N'2', N'0', N'0', N'13', N'1', N'8', N'100', N'0', N'0', N'0', N'1', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30159', N'Rose Wine', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'250', N'41') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30160', N'White Wine', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'320', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30161', N'Blue Mushroom Soup', N'2', N'0', N'0', N'13', N'1', N'18', N'100', N'0', N'0', N'0', N'1', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30162', N'Grilled Blue Mushroom', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30163', N'Fried Blue Mushroom', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30164', N'Fisherman Herb Soup', N'2', N'0', N'0', N'13', N'1', N'24', N'100', N'0', N'0', N'0', N'1', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30165', N'Fisherman Herb Tea', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30166', N'Fisherman Herb Cookie', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30167', N'Moss Soup', N'2', N'0', N'0', N'13', N'1', N'28', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30168', N'Moss Tea', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30169', N'Moss Salad', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30170', N'Grilled Rat Meat', N'2', N'0', N'0', N'13', N'1', N'23', N'100', N'0', N'0', N'0', N'1', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30171', N'Rat Meat Soup', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'1', N'1040', N'171') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30172', N'Steamed Rat Meat', N'2', N'0', N'0', N'13', N'1', N'29', N'100', N'0', N'0', N'0', N'1', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30173', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30174', N'Weak HP Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'190', N'31') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30175', N'Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30176', N'Decent HP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'1560', N'257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30177', N'Great HP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30178', N'Strong HP Potion', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'4080', N'673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30179', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30180', N'Weak Mana Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'190', N'31') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30181', N'Poor MP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30182', N'Decent MP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'1560', N'257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30183', N'Great MP Potion', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30184', N'Strong Mana Potion', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'4080', N'673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30185', N'Decent HP Potion (practice)', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30186', N'High Quality HP Potion (practice)', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30187', N'Decent MP Potion (practice)', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30188', N'Great MP Potion (training)', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30189', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30190', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30191', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30192', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30193', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30194', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30195', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30196', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30197', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30198', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30199', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30200', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30201', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30202', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30203', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30204', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'6', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30205', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30206', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30207', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30208', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30209', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30210', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30211', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30212', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'16', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30213', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30214', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30215', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30216', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30217', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30218', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30219', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30220', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'26', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30221', N'Light Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30222', N'Darkness Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30223', N'Fire Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30224', N'Water Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30225', N'Earth Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30226', N'Wind Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30227', N'Poison Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30228', N'Lightning Resistance Potion', N'2', N'0', N'0', N'13', N'1', N'36', N'100', N'0', N'0', N'0', N'10', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30229', N'Boiled Egg', N'2', N'0', N'0', N'13', N'1', N'24', N'100', N'0', N'0', N'0', N'1', N'980', N'161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30230', N'Olive Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30231', N'Butter Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30232', N'Garlic Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30233', N'Cheese Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30234', N'Herb Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30235', N'Parsley Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30236', N'Wine Stew', N'2', N'0', N'0', N'13', N'1', N'7', N'100', N'0', N'0', N'0', N'1', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30237', N'Olive Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30238', N'Butter Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30239', N'Garlic Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30240', N'Cheese Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30241', N'Herb Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30242', N'Parsley Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30243', N'Wine Cream Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30244', N'Olive Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30245', N'Butter Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30246', N'Garlic Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30247', N'Cheese Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30248', N'Herb Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30249', N'Parsley Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30250', N'Wine Mushroom Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30251', N'Olive Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30252', N'Butter Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30253', N'Garlic Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30254', N'Cheese Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30255', N'Herb Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30256', N'Parsley Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30257', N'Wine Potato Stew', N'2', N'0', N'0', N'13', N'1', N'12', N'100', N'0', N'0', N'0', N'1', N'474', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30258', N'Olive Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30259', N'Butter Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30260', N'Garlic Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30261', N'Cheese Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30262', N'Herb Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30263', N'Parsley Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30264', N'Wine Seafood Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30265', N'Olive Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30266', N'Butter Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30267', N'Garlic Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30268', N'Cheese Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30269', N'Herb Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30270', N'Parsley Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30271', N'Wine Bacon Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30272', N'Olive Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30273', N'Butter Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30274', N'Garlic Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30275', N'Cheese Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30276', N'Herb Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30277', N'Parsley Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30278', N'Wine Curry Stew', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30279', N'Spicy Olive Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30280', N'Spicy Butter Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30281', N'Spicy Garlic Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30282', N'Spicy Cheese Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30283', N'Spicy Herb Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30284', N'Spicy Parsley Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30285', N'Spicy Wine Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30286', N'Olive Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30287', N'Butter Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30288', N'Garlic Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30289', N'Cheese Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30290', N'Herb Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30291', N'Parsley Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30292', N'Wine Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30293', N'Olive Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30294', N'Butter Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30295', N'Garlic Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30296', N'Cheese Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30297', N'Herb Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30298', N'Parsley Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30299', N'Wine Cream Lean Meat Stew', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30300', N'Olive Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30301', N'Butter Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30302', N'Garlic Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30303', N'Cheese Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30304', N'Herb Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30305', N'Parsley Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30306', N'Wine Broccoli Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30307', N'White Olive Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30308', N'White Butter Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30309', N'White Garlic Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30310', N'White Cheese Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30311', N'White Herb Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30312', N'White Parsley Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30313', N'White Wine Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30314', N'Olive Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30315', N'Butter Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30316', N'Garlic Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30317', N'Cheese Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30318', N'Herb Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30319', N'Parsley Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30320', N'Wine Chili Stew', N'2', N'0', N'0', N'13', N'1', N'37', N'100', N'0', N'0', N'0', N'1', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30321', N'Sound Stone Fragment', N'2', N'0', N'0', N'13', N'1', N'35', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30322', N'Golden Seal Bomb (Lv.1)', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30323', N'Golden Seal Bomb (Lv.10)', N'2', N'0', N'0', N'13', N'3', N'10', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30324', N'Golden Seal Bomb (Lv.20)', N'2', N'0', N'0', N'13', N'3', N'20', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30325', N'Golden Seal Bomb (Lv.30)', N'2', N'0', N'0', N'13', N'3', N'30', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30326', N'Golden Seal Flame Bomb (Lv.30)', N'2', N'0', N'0', N'13', N'3', N'30', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30327', N'Golden Seal Flame Bomb (Lv.40)', N'2', N'0', N'0', N'13', N'3', N'40', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30328', N'Goliath Gorilla Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30329', N'Cyborg Gorilla Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30330', N'Sinful Seraph Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30331', N'Skeleton Archer Spear', N'2', N'0', N'0', N'13', N'3', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30332', N'Olive Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30333', N'Butter Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30334', N'Garlic Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30335', N'Cheese Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30336', N'Herb Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30337', N'Parsley Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30338', N'Wine Sweet Pumpkin Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30339', N'Rosemary Olive Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30340', N'Rosemary Butter Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30341', N'Rosemary Garlic Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30342', N'Rosemary Cheese Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30343', N'Rosemary Herb Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30344', N'Rosemary Parsley Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30345', N'Rosemary Wine Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30346', N'Olive Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30347', N'Butter Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30348', N'Garlic Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30349', N'Cheese Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30350', N'Herb Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30351', N'Parsley Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30352', N'Wine Chicken Stew', N'2', N'0', N'0', N'13', N'1', N'44', N'100', N'0', N'0', N'0', N'1', N'3770', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30353', N'Olive Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30354', N'Butter Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30355', N'Garlic Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30356', N'Cheese Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30357', N'Herb Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30358', N'Parsley Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30359', N'Wine Sausage Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30360', N'Olive Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30361', N'Butter Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30362', N'Garlic Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30363', N'Cheese Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30364', N'Herb Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30365', N'Parsley Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30366', N'Wine Cream Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30367', N'Olive Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30368', N'Butter Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30369', N'Garlic Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30370', N'Cheese Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30371', N'Herb Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30372', N'Parsley Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30373', N'Wine Tomato Stew', N'2', N'0', N'0', N'13', N'1', N'54', N'100', N'0', N'0', N'0', N'1', N'4600', N'760') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30991', N'Butcher Morph potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30992', N'Eyebat Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30993', N'Gorilla Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30994', N'Wriggler Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30995', N'Chicken Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30996', N'Zombie Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30997', N'Mandragora Transform Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1180', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'30999', N'"Go', N'0', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31001', N'HP Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31002', N'HP Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31003', N'HP Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31004', N'HP Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31005', N'HP Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31006', N'HP Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31007', N'HP Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31008', N'HP Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31009', N'HP Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31010', N'HP Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31011', N'MP Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31012', N'MP Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31013', N'MP Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31014', N'MP Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31015', N'MP Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31016', N'MP Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31017', N'MP Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31018', N'MP Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31019', N'MP Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31020', N'MP Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31021', N'Skill Point Up +5', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31022', N'Skill Point Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31023', N'Skill Point Up +15', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31024', N'Skill Point Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31025', N'Skill Point Up +25', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31026', N'Skill Point Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31027', N'Skill Point Up +35', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31028', N'Skill Point Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31029', N'Skill Point Up +45', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31030', N'Skill Point Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31031', N'Physical Damage Up +5', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31032', N'Physical Damage Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31033', N'Physical Damage Up +15', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31034', N'Physical Damage Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31035', N'Physical Damage Up +25', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31036', N'Physical Damage Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31037', N'Physical Damage Up +35', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31038', N'Physical Damage Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31039', N'Physical Damage Up +45', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31040', N'Physical Damage Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31041', N'Physical Defense Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31042', N'Physical Defense Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31043', N'Physical Defense Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31044', N'Physical Defense Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31045', N'Physical Defense Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31046', N'Physical Defense Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31047', N'Physical Defense Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31048', N'Physical Defense Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31049', N'Physical Defense Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31050', N'Physical Defense Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31051', N'Magic Damage Up +5', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31052', N'Magic Damage Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31053', N'Magic Damage Up +15', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31054', N'Magic Damage Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31055', N'Magic Damage Up +25', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31056', N'Magic Damage Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31057', N'Magic Damage Up +35', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31058', N'Magic Damage Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31059', N'Magic Damage Up +45', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31060', N'Magic Damage Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31061', N'Magic Defense Up +10', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31062', N'Magic Defense Up +20', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31063', N'Magic Defense Up +30', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31064', N'Magic Defense Up +40', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31065', N'Magic Defense Up +50', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31066', N'Magic Defense Up +60', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31067', N'Magic Defense Up +70', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31068', N'Magic Defense Up +80', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31069', N'Magic Defense Up +90', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'31070', N'Magic Defense Up +100', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37001', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37002', N'Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37003', N'Decent HP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37004', N'Great HP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'660', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37005', N'Best HP Potion', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'171') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37006', N'Poor HP Elixir', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37007', N'Decent HP Elixir', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37008', N'Great HP Elixir', N'2', N'0', N'0', N'13', N'1', N'35', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37009', N'Best HP Elixir', N'2', N'0', N'0', N'13', N'1', N'40', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37010', N'Inferior HP Elixir', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37011', N'Standard HP Elixir', N'2', N'0', N'0', N'13', N'1', N'50', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37012', N'Improved HP Elixir', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37013', N'Superior HP Elixir', N'2', N'0', N'0', N'13', N'1', N'60', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'37101', N'Training Poor HP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38001', N'Worst MP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38002', N'Poor MP Potion', N'2', N'0', N'0', N'13', N'1', N'5', N'100', N'0', N'0', N'0', N'1', N'150', N'25') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38003', N'Decent MP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38004', N'Great MP Potion', N'2', N'0', N'0', N'13', N'1', N'15', N'100', N'0', N'0', N'0', N'1', N'660', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38005', N'Best MP Potion', N'2', N'0', N'0', N'13', N'1', N'20', N'100', N'0', N'0', N'0', N'1', N'1030', N'171') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38006', N'Poor MP Elixir', N'2', N'0', N'0', N'13', N'1', N'25', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38007', N'Decent MP Elixir', N'2', N'0', N'0', N'13', N'1', N'30', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38008', N'Great MP Elixir', N'2', N'0', N'0', N'13', N'1', N'35', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38009', N'Best MP Elixir', N'2', N'0', N'0', N'13', N'1', N'40', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38010', N'Inferior Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'45', N'100', N'0', N'0', N'0', N'1', N'1460', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38011', N'Standard Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'50', N'100', N'0', N'0', N'0', N'1', N'1970', N'327') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38012', N'Improved Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'55', N'100', N'0', N'0', N'0', N'1', N'2550', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38013', N'Superior Mana Elixir', N'2', N'0', N'0', N'13', N'1', N'60', N'100', N'0', N'0', N'0', N'1', N'3210', N'534') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38101', N'Training Low MP Potion', N'2', N'0', N'0', N'13', N'1', N'10', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38102', N'Resurrect Party Member Scroll', N'2', N'0', N'0', N'39', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'10000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38103', N'Resurrect All Party Members Scroll', N'2', N'0', N'0', N'39', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'50000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38104', N'Alchemist''s Jar Lv. 20', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38105', N'Alchemist''s Jar Lv. 30', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38106', N'Alchemist''s Jar Lv. 40', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38107', N'Alchemist''s Jar Lv. 45', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38108', N'Alchemist''s Jar Lv. 50', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38109', N'Alchemist''s Jar Lv. 55', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38110', N'Alchemist''s Jar Lv. 60', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38111', N'Magic Chest of Change Lv. 20', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38112', N'Magic Chest of Change Lv. 30', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38113', N'Magic Chest of Change Lv. 40', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38114', N'Magic Chest of Change Lv. 45', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38115', N'Magic Chest of Change Lv. 50', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38116', N'Magic Chest of Change Lv. 55', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'38117', N'Magic Chest of Change Lv. 60', N'1', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40001', N'Fang', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40002', N'Fish Soldier''s Scales', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40003', N'Blue Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40004', N'Yellow Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40005', N'Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40006', N'Father William''s Moonshine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40007', N'Arrowhead', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40008', N'Murella''s Son''s Belongings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40009', N'Georg''s Family Treasure', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40010', N'Pouch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40011', N'Mrs. Winger''s Family Treasure', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40012', N'Canal Pass', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40013', N'Doll Making Part 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40014', N'Suspicious Symbol', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40015', N'Militia Member Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40016', N'Mayor''s Secret Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40017', N'Voucher', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40018', N'Damaged Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40019', N'Repaired Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40020', N'Jewel Studded Steel Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40021', N'Steel Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40022', N'Canal Key 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40023', N'Right Door of Hall 1F Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40024', N'Left Door of Hall 1F Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40025', N'Unused', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40026', N'Canal Key 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40027', N'Training Hall Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40028', N'Poorly Made Cannon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40029', N'Eyebat Wing', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40030', N'Spirit Stone Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40031', N'Nadia''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40032', N'Coin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40033', N'Bone Powder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40034', N'Bone Collector''s Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40035', N'Skeleton''s Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40036', N'Skeleton Soldier''s Equipment Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40037', N'Harvest Festival Wine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40038', N'Harvest Festival Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40039', N'Grindstone Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40040', N'Iron Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40041', N'Lost Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40042', N'Lantern Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40043', N'Skeleton''s Finger Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40044', N'Skeleton''s Clean Molar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40045', N'Skeleton Lancer''s Spear Pole', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40046', N'Unknown Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40047', N'Icon_16recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40048', N'Icon_23recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40049', N'Icon_32recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40050', N'Icon-40recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40051', N'Hardcover', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40052', N'Training Hall Key Free Pass', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40053', N'Training Hall Key Flier', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40054', N'Rosemary''s Royal Recipe Page 16', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40055', N'Rosemary''s Royal Recipe Page 23', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40056', N'Rosemary''s Royal Recipe Page 32', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40057', N'Rosemary''s Royal Recipe Page 40', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40058', N'Book of Death', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40059', N'Book Found in the Library', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40060', N'Training Hall Graduation Certificate', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40061', N'Record: Training Hall Cleared in 15 min', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40062', N'Record: Training Hall Cleared in 12 min', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40063', N'Sealed Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40064', N'Order from Home Country', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40065', N'Mysterious Talisman', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40066', N'Mysterious Object', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40067', N'Poison''s Library Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'55', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40068', N'Library Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40069', N'Silver Utensil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40070', N'Fresh Apples', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40071', N'Damaged Kitchen Knife', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40072', N'Frighteningly Sharp Kitchen Knife', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40073', N'Fake Butcher Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40074', N'3rd Joint of Lobster''s Left Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40075', N'Tourmaline Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40076', N'Tantalus Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40077', N'Old Cheese', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40078', N'Wood Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40079', N'Hard Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40080', N'Nitroglycerine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40081', N'Dead Soldier''s Dog Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40082', N'Butcher Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40083', N'Evil Divination for Fun and Profit Book 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40084', N'Evil Divination for Fun and Profit Book 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40085', N'Evil Divination for Fun and Profit Book 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40086', N'Nomi Nomi''s Stilt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40087', N'Nomi Nomi''s Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40089', N'Red Skeleton Soldier''s Eye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40090', N'Maid Apron', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40091', N'Nomi Nomi Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40092', N'Sexy Haken Hind Legs', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40093', N'Mousetrap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40094', N'Fire Sorcerer''s Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40095', N'Fire Sorcerer''s Staff', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40096', N'Fire Sorcerer''s Hot Skirt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40097', N'Maid''s Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40098', N'Maid''s Shoes', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40099', N'Mole Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40100', N'Perm Conditioner', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40101', N'Hair Straightener', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40102', N'Hair Dye Solution', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40103', N'Damaged Gearbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40104', N'Repaired Gearbox ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40106', N'Raw Chicken', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40107', N'Boiled Chicken with Ginseng', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40108', N'Great Sorcerer''s Great Magic Book ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40109', N'Golden Gear Small', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40110', N'Unreturned Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40111', N'Book of Knowledge', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40112', N'Magic Fingerprint', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40113', N'Cardboard Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40114', N'Lost Page 15', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40115', N'Lost Page 18', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40116', N'Lost Page 20', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40117', N'Skeleton Soldier''s Challenge Request', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40118', N'Ignoble Challenge Request', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40119', N'Scientist''s Afro Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40120', N'Ursula''s Tear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40121', N'Haken Tail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40122', N'Snake Head', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40123', N'A Letter for Poison', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40124', N'Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40125', N'Silver Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40126', N'Bronze Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40127', N'Tool Set', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40128', N'Secret Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40129', N'Non-melting Candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40130', N'Jewel Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40131', N'Left over candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40132', N'Tough Seaweed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40133', N'Haken''s Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40134', N'Tree thorn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40136', N'Hard Marbes bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40137', N'Tantalus Skull', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40138', N'Doll Making Part 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40139', N'Haken''s Vinyl', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40140', N'Zombie Eyeball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40141', N'Snake Oil', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40142', N'Ceramic Vase', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40143', N'Water Pouch', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40144', N'Soap', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40145', N'Bath melt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40146', N'Fresh Water', N'4', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40147', N'Marbes'' ax blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40148', N'Red Fruit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40150', N'Angolier''s Down Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40151', N'Staff', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40152', N'Contaminated Water', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40153', N'Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40154', N'Vapor Pouch', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40155', N'Haken''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40156', N'Cursed Plant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40157', N'Pieces of Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40159', N'Tamla', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40160', N'Cursed Glove''s Arm', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40162', N'Red Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40163', N'Hard Rock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40164', N'Powerful Forbidden Potion', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40165', N'Empty Pouch', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40166', N'Full Bucket', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40167', N'Empty Bucket', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40168', N'Candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40169', N'Rejoin Command', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40170', N'Disarming equipment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40171', N'Full-strength bleach', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40172', N'Breaking Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40173', N'Broach', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40174', N'Mirror Fragment', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40175', N'Piece of Summoner''s Robe', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40177', N'Italian Towel', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40178', N'Haken Feet', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40179', N'Weak Bone', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40180', N'Snake Dog', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40181', N'Monster Plant Blood', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40182', N'Magical Shield ', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40183', N'Water Plant', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40184', N'Gina''s Letter', N'4', N'0', N'0', N'15', N'0', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40185', N'Dog Tag Route ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40186', N'Hourglass Route', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40187', N'Labyrinth Escape Route', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40188', N'Annex Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'40189', N'Warehouse Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41113', N'Giant Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41114', N'Crimson Gloves'' Parasite', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41115', N'Balloon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41116', N'Normal Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41117', N'Ugly Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41118', N'Swimming Goggles', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41119', N'Raw Egg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41120', N'Boiled Egg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41121', N'Charcoal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41122', N'Water Collector', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41123', N'Filter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41124', N'Golden Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41127', N'Crimson Gloves'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41128', N'High Quality Bandage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41129', N'Axe Handle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41130', N'Latch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41131', N'Clock''s Minute Hand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41132', N'Clock''s Second Hand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41133', N'Clock''s Pendulum', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41134', N'Bronze Skull Ring', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41135', N'Spare Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41136', N'Gloves'' Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41137', N'Angolier''s Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41138', N'Missing Soldier''s Dog Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41139', N'Super Giant Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41140', N'Library Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41141', N'Collapsed Halls Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41142', N'Guest Villa Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41143', N'Vivarium Portal Scroll', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41144', N'Fish Archer''s Bow', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41145', N'Wine Bottle', N'4', N'0', N'0', N'90', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41146', N'Armored Butcher''s Gauntlet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41147', N'Cork', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41148', N'Past Record of Curtis Castle (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41149', N'Past Record of Curtis Castle (2)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41150', N'Past Record of Curtis Castle (3)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41151', N'Rotten Milk', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41152', N'Broken Umbrella', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41153', N'Soybean Paste', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41154', N'Maple Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41155', N'Old Candlestick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41156', N'Red Chili Powder', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41157', N'Vinegar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41158', N'Starch Syrup', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41159', N'Garden Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41160', N'Beef (600g)', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'700', N'77') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41161', N'Librarian''s Diary (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41162', N'Librarian''s Diary (2)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41163', N'Chili Bean Paste', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41164', N'Giant Cannon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41165', N'Box Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41166', N'Rusty Mechanic Device II', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41167', N'Rusty Mechanic Device III', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41168', N'Poison''s Dress', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41169', N'Cataphract''s Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41170', N'Dewey Decimator''s Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41171', N'Joheim''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41172', N'Estel''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41173', N'Gorgon''s Note', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41174', N'Do it in a Week Blah Blah...', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41175', N'Chick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41176', N'Thanatos'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41177', N'Bounced Check of Defeat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41178', N'Poison''s Order Form', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41179', N'Suspicious Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41180', N'Female Diver Service Coupon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41181', N'Diver''s Montage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41182', N'Diving Suit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41183', N'Expert Female Diver Service Coupon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41184', N'Super Genius Female Diver Service Coupon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41185', N'Gorilla''s fur', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41186', N'Training Voucher', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41187', N'Crazy Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41188', N'Baldness Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41189', N'Poison Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41190', N'Firefly', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41191', N'Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41192', N'Earthworm', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41193', N'Doggy Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41194', N'Four-Leaf Clover', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41195', N'Carrot', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41196', N'Spinach', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41197', N'Sesame Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'4000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41198', N'Grasshopper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'55', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41199', N'Sow Bug', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'22', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41200', N'Poison Grasshopper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41201', N'Cockroach', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'11', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41202', N'Helmet Bug', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'330', N'54') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41203', N'Stag Beetle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41204', N'Long-Horned Beetle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41205', N'Animal''s face', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41206', N'Acorn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41207', N'Purple Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41208', N'Red Rose', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41209', N'Yellow Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41210', N'Orange Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41211', N'Red Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41212', N'Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41214', N'Wide Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41215', N'Painkiller Herb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41216', N'Tree Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41217', N'Tough Gorilla Skin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41218', N'Soft Gorilla Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41219', N'Smelly Gorilla Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41220', N'Magical Soil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41221', N'Photograph of Memories', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41222', N'Bug Catcher Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41224', N'Tasty Lunchbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41225', N'Empty Lunchbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41226', N'Golden Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41227', N'Sweet Potato Stem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41228', N'Perfect Seed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41229', N'Supplies', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41230', N'Mysterious Pollen ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41231', N'Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41232', N'Ballista Arrow', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41233', N'Power Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41234', N'Energy Accelerator', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41235', N'Scarlet Buff Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41236', N'Experimental Toolbox', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41237', N'Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41238', N'Pink Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41239', N'Weak Antidote', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41240', N'Green Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41241', N'Alchemy Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41242', N'Torn Alchemy Diary Page 192', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41243', N'Torn Alchemy Diary Page 193', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41244', N'Torn Alchemy Diary Page 194', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41245', N'Torn Alchemy Diary Page 195', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41246', N'Mercury', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41247', N'Antion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41248', N'Bone Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41249', N'Mixed Gold Materials', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41250', N'Green Frog Hearts that are Still Beating (3)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41251', N'Female Hair Strands (2)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41252', N'Black Roses (4)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41253', N'Claw Containing the Hooting Sound of an Owl (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41254', N'Ten Year Old Toad Breath (1)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41255', N'100 Year Old Clear Strained Rice Wine with Little Bit of Fat and Soy Sauce', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41256', N'Ornament Containing a Soul (Buff)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41257', N'Normal Mirror', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41258', N'Salt of Truth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41259', N'Gold Glue', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41261', N'Duck Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41262', N'Deliciously Cooked Duck', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41263', N'Coal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41264', N'Broom Missing Some Teeth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41265', N'Bottle with Broken Neck', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41266', N'Tattered Silk', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41267', N'Indian Curry Powder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41269', N'Gold', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41270', N'Cipher''s Research Journal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41271', N'Monster DNA', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41272', N'Erlenmeyer Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41273', N'Bipolar Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41274', N'White Cobweb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41275', N'Black Cobweb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41276', N'Nightglow Cobweb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41277', N'Antidote Ingredients', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41278', N'Spider Lady''s Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41280', N'Bone Butcher''s Love Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41281', N'Spider Lady''s Leg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41282', N'Zombie Scientist''s Refusal Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41283', N'Hair Dye Reagent', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41284', N'Straighten Reagent', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41288', N'Sweet Moodie', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41289', N'Sour Lemon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41290', N'Fresh Raw Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41291', N'Fungus Cheese', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41292', N'Dry Plant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41293', N'Seraph Meat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41294', N'Soldier Hat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41295', N'Soldier''s Pants', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41296', N'Solder''s Weapon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41298', N'Poisonous Plant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41299', N'Container Filled with Poisonous Plants', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41300', N'Doll Making Part 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41301', N'Moldy Bread', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41302', N'Shed Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41303', N'Sweet Fruit Tart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41304', N'Hard Stem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41305', N'Large Leaf', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41306', N'Long Chinese Holly', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41307', N'Brand''s Log Vol. 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41308', N'Brand''s Personal Notes', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41309', N'Brand''s Log Vol. 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41310', N'Brand''s Log Vol. 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41311', N'Purple Potion Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41312', N'Blue Medicine Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41313', N'Red Vial', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41314', N'Undia''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41315', N'Electric Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41316', N'Nomi Nomi Leg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41317', N'Thing Skin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41318', N'Clockwork', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41319', N'Outer Garment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41320', N'Nomi Nomi Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41321', N'Prison''s Ancient Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41322', N'Old Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41323', N'Steed Succu Cubic', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41324', N'Equipment Bag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41325', N'Magic Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41326', N'Blood Soaked Handkerchief', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41327', N'Zombie Ring', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41328', N'Pink Shoe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41329', N'Candle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41330', N'Iron Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41331', N'Berial''s Wings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41332', N'Dark Red Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41333', N'Tied Up Soldier', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41334', N'Cataphract''s Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41335', N'Hourglass', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41336', N'Doomsday Clock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41337', N'Ghost''s Wine Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41338', N'Rat Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41339', N'Cursed Cataphract Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41340', N'Weapon Craft Directions (100)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41341', N'Silky Smooth Fabric', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41342', N'Mandragora', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41343', N'Explosive Cocktail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41344', N'Cinnamon', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41345', N'Oregano', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41346', N'Maid''s Upper Garment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41347', N'Maid''s Lower Garment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41348', N'Giant Iron Ball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'4500', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41349', N'Orgeous'' Paperweight 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41350', N'Orgeous'' Paperweight 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41351', N'Orgeous'' Paperweight 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41352', N'Orgeous'' Magic Mirror', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41353', N'Tiara of Corrupt Souls', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41354', N'Zordic''s Glasses', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41355', N'Nadia''s Memo', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41356', N'Missing Soldier''s Dog Tag 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41357', N'Missing Soldier''s Dog Tag 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41358', N'Missing Soldier''s Dog Tag 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41359', N'Hair with Soul', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41360', N'Medal of Glory', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41361', N'Small Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41362', N'Medium Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41363', N'Large Gear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41364', N'Duster', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41365', N'Stick with a Good Grip', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41366', N'Gorgon''s Emergency Money', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41367', N'Training Hall 10F Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41368', N'Historic Record 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41369', N'Historic Record 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41370', N'Historic Record 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41371', N'Pierre''s Scattered Bones', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41372', N'Fragment of Pamela', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41373', N'Pamela''s Crushed Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41374', N'Pamela''s Repaired Parts', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41375', N'Pamela''s Repaired Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41376', N'Thingy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41377', N'Translated Training Hall Record', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41378', N'Clockmaker''s Clue', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41379', N'Past Record 6', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41380', N'Pamela''s Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41381', N'Minotauros Whiskers', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41382', N'Angolier''s Eyelash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41383', N'Needler''s Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41384', N'Large Cardboard Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41385', N'Strawberry Milk Cow Box Costume', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41386', N'Seraph Shoulder Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41387', N'Seraph Chest Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41388', N'Seraph Leg Armor', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41389', N'Yellow Skull Key', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41390', N'Book of Lamentation', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41391', N'Treasure Map', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41392', N'Teddy Bear Juda', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41393', N'Goldfish', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41394', N'Engagement Ring', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41395', N'Lyrics for Ursula', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41396', N'Etin''s Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41397', N'Bath Herb', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41398', N'Bath Towel', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41399', N'Chewed and Discarded Gum', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41400', N'Nail Clipper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41401', N'Disposable Shampoo', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41402', N'Fish Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41403', N'Lightning Wand', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41404', N'Nadia''s Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41405', N'Tracy''s Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41406', N'Patricia''s Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41407', N'Really Delicious Looking Bone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41408', N'Usable Pipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41409', N'Untuned Flute', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41410', N'Snake Charming Flute', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41411', N'Bounced Check of Death', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41412', N'Fish Officer''s Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41413', N'Empty Survey Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41414', N'Straw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41415', N'Bone Collector''s Skull', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41416', N'Bone Collector''s Spine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41417', N'Gorilla Hair Ball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41418', N'Lift Part 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41419', N'Lift Part 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41420', N'Lift Part 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41421', N'Empty Bowl', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41422', N'Dumpling Ramen', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41423', N'Thing''s Leather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41424', N'Researcher''s Note 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41425', N'Researcher''s Note 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41426', N'Researcher''s Note 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41427', N'Experimental Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41428', N'Graduated Cylinder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41429', N'Experimental Beaker', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41430', N'Small Clean Beaker', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41431', N'Medium Clean Beaker', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41432', N'Mecha Gorilla''s Part 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41433', N'Mecha Gorilla''s Part 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41434', N'Mecha Gorilla''s Part 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41435', N'Other World''s Passport', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41436', N'Dmitry''s Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41437', N'Dmitry''s Research Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41438', N'Dmitry''s Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41439', N'Nepenthes Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41440', N'Black Gorilla''s Coarse Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41441', N'Black Gorilla''s Curly Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41442', N'Black Gorilla''s Thin Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41443', N'Red Gorilla''s Very Long Eyelash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41444', N'Red Gorilla''s Long Chest Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41445', N'Suspicious Black Gorilla''s Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41446', N'Latest Fashion Magazine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41447', N'Nepenthes Root', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41448', N'Poorly Made Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41449', N'Bald Gorilla''s DNA', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41450', N'Helm''s Wings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41451', N'Nepenthes Thorn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41452', N'Goliath Gorilla''s Horn', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41453', N'Smooth Gorilla Fur', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41454', N'Red Head Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41455', N'Resurrection Potion for Animals', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41456', N'Hair Restorer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41457', N'Herbicide Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41458', N'Herbicide', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41459', N'Certificate of Proof of Being from Other World', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41460', N'Bone Collector''s Skull', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41461', N'Introduction to Alchemy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41462', N'Bronze', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41463', N'Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41464', N'Yellow Paint', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41465', N'Burnt Black Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41466', N'Gold Bar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41467', N'Damaged Chisel', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41468', N'Chisel', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41469', N'Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41470', N'Copy of the Ten Commandments', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41471', N'Gigantic Nepenthes Seed', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41472', N'Bottle of Hair Restorer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41473', N'Milk', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41474', N'Cheeseburger', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41475', N'Growth Hormone Potion', N'4', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41476', N'Unidentified Flower', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41477', N'Unidentified Root', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41478', N'Good Looking Wig', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41479', N'Hair Restorer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41480', N'Onion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41481', N'Black Gorilla''s Iron Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41482', N'Dead Body of Teenage Nepenthes', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41483', N'Upgrade Project Document 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41484', N'Upgrade Project Document 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41485', N'Upgrade Project Document 3', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41486', N'Red Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41487', N'Blue Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41488', N'Green Syringe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41489', N'Soldiers'' Blood Samples', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41490', N'Antidote', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41491', N'Spider Camouflage Suit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41492', N'Well Water', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41493', N'Whiskey', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41494', N'Upgrade Catalyst', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41495', N'Ellagore Drive', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41496', N'Antipyretic', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41497', N'Sand Golem''s Sand Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41498', N'Rusty Lock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41499', N'Guard''s Heritage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41500', N'Mr. Heo''s Belongings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41501', N'Mandragora with a Nice Voice', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41502', N'Ginseng', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41503', N'Ginseng Porridge', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41504', N'Chick Grave Number Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41505', N'Zombie Chick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41506', N'Coffee Beans', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41507', N'Baked Beans', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41508', N'Espresso', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41509', N'Bread', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41510', N'Diaper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41511', N'Sandpaper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41512', N'Bread Soaked in Tears', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41513', N'Wet Diaper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41514', N'Sandpaper of Bloody Tears', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41515', N'Clergyman''s Collar', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41516', N'Nomi Nomi Commandments', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41517', N'Personality Emulsifier', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41518', N'Potato Money', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41519', N'Ink', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41520', N'Left Incinerator Ash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41521', N'Center Incinerator Ash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41522', N'Right Incinerator Ash', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41523', N'Researcher''s Document', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41524', N'Researcher''s Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41525', N'Researcher''s Record', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41526', N'Lab Plug', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41527', N'Mandragora', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41528', N'High Molar Acid', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41529', N'Vending Machine Coin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41530', N'Birthday Gift', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41531', N'Elite Angolier''s Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41532', N'Prison Key 1', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41533', N'Prison Key 2', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41534', N'Tombstone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41535', N'Growth Hormone Releaser Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41536', N'Massive Cheeseburger Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41537', N'Ginseng Porridge Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41538', N'Hair Restorer Recipe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41539', N'Empty Power Cell', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41540', N'Charged Power Cell', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41541', N'Howard''s Note', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41542', N'Venus F', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41543', N'Zeus D', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41544', N'Refrigerant Flask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41545', N'Undea''s Tissue Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41546', N'Phenol', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41547', N'Starch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41548', N'Citric Acid', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41549', N'Multi Vitamin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41550', N'Iron Content', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41551', N'Green Insignia', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41552', N'Sock Puppet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41553', N'Dead Man''s Fragrance', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41554', N'Thick Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41555', N'Dried Thick Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41556', N'Suspicious Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41557', N'Uniform Order Form', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41558', N'Poison: Birth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41559', N'Poison: Childhood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41560', N'Poison: Trials', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41561', N'Poison: Tribulations', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41562', N'Poison: Resurrection', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41563', N'Poison: Current', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41564', N'Poison: Memoire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41565', N'Empty Bottle', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41566', N'Full Bottle', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41567', N'Chick Doll', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41568', N'Prison Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41569', N'Tyrant''s Axe', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41570', N'Zombie Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41571', N'Sand Ball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41572', N'Fingernail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41573', N'Scientist Lab Coat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41574', N'Gift Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41575', N'Medium Piece A', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41576', N'Medium Piece B', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41577', N'Medium Piece C', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41578', N'Nepenthes Flower Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41579', N'Torn Paper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41580', N'Pagan Mage''s Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41581', N'Axe Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41582', N'100 Ton Hammer', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41583', N'Prison Diary', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41584', N'Sand Golem''s Sand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41585', N'Unidentified Petal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41586', N'Unidentified Fruit', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41587', N'Unidentified Tree Bark', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41588', N'Unidentified Stem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41589', N'Unidentified Bud', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41590', N'Unidentified Branch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41591', N'Unidentified Seed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41592', N'Unidentified Sap', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41593', N'Fancy Flower Petals', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41594', N'Nepenthes Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41595', N'Growth Accelerator', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41596', N'Nepenthes Manure', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41597', N'Wood Powder', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41598', N'Sand Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41599', N'Essential Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41600', N'Aquarium Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41601', N'Audrey', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41602', N'Adrian ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41603', N'Timothy ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41604', N'Audrey Dressed', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41605', N'Adrian Dressed ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41606', N'Crossdressed Timothy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41607', N'Nepenthes with Leaves', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41608', N'Immature Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41609', N'Adult Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41610', N'Large Egg', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41611', N'Growth Steriods', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41612', N'Boiled Egg', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41613', N'Newborn Chick', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41614', N'Immature Chicken''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41615', N'Rooster''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41616', N'Diva Mandragora', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41617', N'Zombie Baby Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41618', N'Zombie Child Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41619', N'Zombie Teen Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41620', N'Zombie Nepenthes'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41621', N'Zombie Nepenthes'' Urn', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41622', N'Nepenthes Manure', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41623', N'Minotauros Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41624', N'Massive Mole Tail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41625', N'Massive Mole Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41626', N'Giant Sandworm Eyeball ', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41627', N'Colorful Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41628', N'Box Tape', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41629', N'Box with Legs', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41630', N'Box with Legs'' Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41631', N'Box Cat''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41632', N'Box Bird''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41633', N'Box Tank''s Soul', N'2', N'2', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41634', N'Torn Research Documents', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41635', N'Clean Lab Coat', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41636', N'Snapped Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41637', N'Very Rough Hair', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41638', N'Red Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41639', N'Coarse Whiskers', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41640', N'Dense Tail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41641', N'Fraction of Faded Gem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41642', N'Large Sword Girl Pet', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41643', N'Large Sword Girl Pet 2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41644', N'Moonstone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41645', N'Emerald Gemstone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41646', N'Amethyst Gemstone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41647', N'Twisted Nail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41648', N'Heavy Bolts', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41649', N'Lubricant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41650', N'Metal Saw File', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41651', N'Garden Key', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41652', N'Purple Mazerock', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41653', N'Box of Time and Space', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41654', N'Mysterious Mazesand', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41655', N'Magic Orb', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41656', N'Mazestone', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41657', N'Mysterious Mazestone', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41658', N'Magic Mysterious Mazestone', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41659', N'Unoa''s Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41660', N'Sesame Sauce', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41661', N'Pine Needles', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41662', N'Purple Sweet Potato Powder', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41663', N'Sweet Pumpkin Powder', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41664', N'Rice Flour', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41665', N'Water', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41666', N'Rice Flour Dough', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41667', N'Dragonfish Claw', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41668', N'Wrinkled Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41669', N'Cracked Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41670', N'Stick', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41671', N'Bent Nail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41672', N'Joker Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41673', N'Statue Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41674', N'Gargoyle''s Wing', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41675', N'Chimera''s Tentacle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41676', N'Tough Feathers', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41677', N'Soil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41678', N'Tombstone Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41679', N'Soft Fur', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41680', N'Scrap of Soft Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41681', N'Scrap of Red Fabric', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41682', N'Baron''s Twilight Cloak', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41683', N'Fine Feather Fan', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41684', N'Tail Spear', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41685', N'Loose Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41686', N'Ripped Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41687', N'Ripped Felt', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41688', N'Magic Crystal Shard', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41689', N'Magical Gemstone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41690', N'Doll Clothing Fabric', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41691', N'Doll Clothing Made by Gina', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41692', N'Chunk of Iron', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41693', N'Hard Rock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41694', N'Thick Wire', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41695', N'Curtis Wine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41696', N'Curtis Crest', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41697', N'Joker Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41698', N'Duke Gerald''s Blood Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41699', N'Chimera''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41700', N'Chimera''s Venom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41701', N'Grave Keeper''s Lamp', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41702', N'Sandbag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41703', N'Experimental Blood Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41704', N'Powerless Gemstone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41705', N'Needle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41706', N'Thick Thread', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41707', N'Cracked Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41708', N'Scrap of Oily Red Cloth', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41709', N'Rabbit Ears', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41710', N'Raccoon Tail', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41711', N'Tiger Head', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41712', N'Tiger Body', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41713', N'Panda Head', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41714', N'Panda Body', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41715', N'Milk Cow Head', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41716', N'Milk Cow Body', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41717', N'Gem Sword', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'1', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41718', N'Spike Club', N'5', N'0', N'0', N'38', N'6', N'1', N'100', N'0', N'0', N'1', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41719', N'Pie Pumpkin', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41720', N'Cocoa Powder', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41721', N'Crushed Pecans', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41722', N'Sweet Apple', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41723', N'Spooky Flour', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41724', N'Spooky Egg', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41725', N'Spooky Dough', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41726', N'Undia''s Nail', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41727', N'Depleted Magic Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41728', N'Cracked Scale', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41729', N'Shining Scale', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41730', N'Sealed Third Piece of Thanatos'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41731', N'Haken''s Webbed Feet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41732', N'Haken''s Back Scale', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41733', N'Haken''s Gill', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41734', N'Haken''s Eyeball', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41735', N'Third Piece of Thanatos'' Heart', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41736', N'Tough Leather of Anubis', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41737', N'Lantern Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41738', N'Head Wig for Gustav', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41739', N'White Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41740', N'Black Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41741', N'Mirror Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41742', N'Spell Pouch', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41743', N'Sturdy Statue Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41744', N'Glass Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41745', N'Piece of Rock', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41746', N'Glass Bottle made from Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41747', N'Glass Bottle made from Enchanted Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41748', N'Medusa''s Blood in the Glass Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41749', N'Tears of Purgatory in the Glass Bottle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41750', N'Thick Gloves', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41751', N'Blood of Fallen Wizard', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41752', N'Eyeball of Gargolye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41753', N'Blood of Sparkle', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41754', N'Hard Tooth of Haken', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41755', N'Gravekeeper''s Pile of Dust', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41756', N'Un-steady Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41757', N'Mysterious Potion', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41758', N'Haken Sorcerer''s Staff', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41759', N'Crisp Mane', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41760', N'Demon King''s Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41761', N'Wing of Bloog Serpent', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41762', N'Claw of Gargolye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41763', N'Malleable Statue Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41764', N'Homemade Pie for Unoa', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41765', N'Lump of Mud', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41766', N'Thick Sand', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41767', N'Glass Marble', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41768', N'Poison''s Creepy Letter', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41769', N'Brilliant Gem', N'4', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41770', N'Matured Dough', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41771', N'Freshly grind Flour', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41772', N'Warm Milk', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41773', N'Syrup', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41774', N'Chocolate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41775', N'Whipped Cream', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41776', N'Whipped Butter', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41777', N'Strawberry', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41778', N'Diopside Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'300', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41779', N'Chrysoberyl Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'6') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41780', N'Rhodonite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'900', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41781', N'Morganite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1200', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41782', N'Malachite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41783', N'Fluorite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1800', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41784', N'Calcite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'2100', N'21') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41785', N'Blue Spinel Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'2400', N'24') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41786', N'Moonstone Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'2700', N'27') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41787', N'Jadeite Piece', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'30') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41788', N'Rusty Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41789', N'Diopside', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'3000', N'3000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41790', N'Chrysoberyl', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'6000', N'6000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41791', N'Rhodonite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'9000', N'9000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41792', N'Morganite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'12000', N'12000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41793', N'Malachite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'15000', N'15000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41794', N'Fluorite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'18000', N'18000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41795', N'Calcite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'21000', N'21000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41796', N'Blue Spinel', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'24000', N'24000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41797', N'Moonstone', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'27000', N'27000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41798', N'Jadeite', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'30000', N'30000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41799', N'Voucher of Fate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41800', N'Blue Gem of Fate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41801', N'Red Gem of Fate', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41802', N'Maple Syrup', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41803', N'Smooth Oil', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41804', N'3rd Spine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41805', N'Lotus Root', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41806', N'Silvervine Bark', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41807', N'Bok Choy', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41808', N'Bell Pepper', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41809', N'Fresh Carrot', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41810', N'Sweet Pumpkin Potato', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41811', N'Waterfall', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41812', N'Magic Marble', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41813', N'Raw Ruby', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41814', N'Raw Sapphire', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41815', N'Possession of Lord Curtis', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41816', N'Soft Hind Leg of Haken', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41817', N'Unknown Medicine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41818', N'Discarded Book', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41819', N'Thanatos''s Fourth Heart Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41820', N'Exhausted Ore Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41821', N'Clipped Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41822', N'Tombstone Fragment', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41823', N'Repair Parts (Small)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41824', N'Repair Parts (Medium)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41825', N'Exhausted Magic Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41826', N'Haken Residue', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41827', N'Reservoir Water Sample', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41828', N'Damaged Soldier''s Dog Tag', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41829', N'Soldier''s Belongings', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41830', N'Damaged Soldier''s Helmet', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41831', N'Gargoyle''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41832', N'Garuda''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41833', N'Garuda Mage''s Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41834', N'Soldier''s Antidote', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41835', N'Phantom Gem', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41836', N'Security Deposit Loan Document', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41837', N'Rough Diamond', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41838', N'Pink Stone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41839', N'Sharpening Stone', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41840', N'Forked Road Crystal Fragment', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'26') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41841', N'Garnet Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'300', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41842', N'Carnelian Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41843', N'Agate Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'900', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41844', N'Lapis Lazuli Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1200', N'20') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41845', N'Aquamarine Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'25') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41846', N'Inca Rose Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1800', N'30') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41847', N'Garnet', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'5000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41848', N'Carnelian', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'10000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41849', N'Agate', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'15000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41850', N'Lapis Lazuli', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'20000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41851', N'Aquamarine', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'25000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41852', N'Inca Rose', N'3', N'0', N'0', N'50', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'400000', N'30000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41853', N'Empty Bottle', N'3', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'41854', N'Bottle of Oil', N'3', N'0', N'0', N'36', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50001', N'Silver Bar', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'360', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50002', N'Gold Bar', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'720', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50004', N'Silver Bijou', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'26') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50005', N'Bandage', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'4') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50006', N'Leather Piece', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50007', N'Cloth Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'2') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50008', N'Blue Bijou', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50009', N'Dyes', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50010', N'Firewood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50011', N'Log', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50012', N'Flask', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50013', N'Iron Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50014', N'Triangular Iron Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50015', N'Oil Pouch', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50016', N'Cube', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'20') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50017', N'Skull Soldier''s Red Eye', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50018', N'Perfume Bottle', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50019', N'Fishy Perfume', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50020', N'Fish Soldier''s Sword Piece', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50021', N'Beast Claw', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50022', N'Gunpowder', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50023', N'Wiseman''s Stone', N'3', N'0', N'0', N'24', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50025', N'Iron', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50026', N'Iron Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50027', N'Welding Rod', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50028', N'Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50029', N'Glue', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50030', N'High Quality Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'26') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50031', N'Pattern', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'240', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50033', N'Skeleton Soldier''s Eye', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50034', N'Red Skeleton Soldier''s Necklace', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50035', N'Haken Trident', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50036', N'Butcher''s Metal Chain', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50037', N'Butcher''s Mask', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50038', N'Orb of Gluttony', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50039', N'Angolier''s Feather', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50040', N'Angolier''s Pendulum', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50041', N'Staff of Entrancement', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50042', N'Fabric Soaked in Blood', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50043', N'Nomi Nomi''s Blade', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50044', N'Rabbit Foot', N'4', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50046', N'Soul Reflector', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50047', N'Crushed Zirconium Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50048', N'White Paulowina Wood Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50049', N'Oriharcor Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50050', N'Mirror Piece of Other World', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50051', N'Talisman of Thoughts', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50052', N'Orb of Torture', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50053', N'Onyx of Blood', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50055', N'Faded Emblem of Loyalty', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50056', N'Royal Guard''s Necklace', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50057', N'Staff of Flame', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50058', N'Ifrit''s Fingernail', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50059', N'Staff of Ice', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50060', N'Blizzard Cloak', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50061', N'Angel''s Tear', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50062', N'Goggle Monster''s Spite', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50063', N'Black Angolier''s Feather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50064', N'Sky Hammer', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50065', N'Angry Tiara', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50066', N'Red Lion''s Mane', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50067', N'Studded Gloves', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50068', N'Cursed Horseshoe', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50069', N'Onyx of Ice', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50070', N'Wine Sapper', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50071', N'Old Book', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50101', N'Glowing Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50102', N'Pulsating Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'100', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50103', N'Strangely Warm Mushroom', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'15', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50104', N'Red Hook Full', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50105', N'Fish Paste Bait', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50106', N'Butcher''s Heart', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'10', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50200', N'The Eyes that Penetrate the Wine', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50201', N'Grape Juice', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50202', N'Real Dew', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'20', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50203', N'Bramble Wine', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'40', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50204', N'White Snake Wine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50205', N'830 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'30', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50206', N'829 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'50', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50207', N'828 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'60', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50208', N'827 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'90', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50209', N'826 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'150', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50210', N'825 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'180', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50211', N'824 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1080', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50212', N'823 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1200', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50213', N'822 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1440', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50214', N'821 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'1800', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50215', N'820 Chateau de la Rumaine', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'2400', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50216', N'Ocean Blood', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'2400', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50217', N'Bloody Abyss', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'3000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50218', N'Chablis Tiger Blood Made in 1000BC', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'5', N'4800', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50219', N'Blue Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50220', N'Red Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50221', N'White Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50222', N'Black Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50223', N'Green Crystal Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50224', N'Blue Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50225', N'Red Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50226', N'White Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50227', N'Black Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50228', N'Green Crystal', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50300', N'Monster Language Translator', N'3', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50301', N'Red Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50302', N'Blue Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50303', N'Yellow Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50304', N'Green Gem Socket', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50305', N'Polished Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50306', N'Polished Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50307', N'Polished Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50315', N'Polished Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50316', N'Polished Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50317', N'Polished Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50325', N'Polished Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50326', N'Polished Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50327', N'Polished Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50335', N'Polished Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50336', N'Polished Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50337', N'Polished Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50345', N'Glinting Red Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50346', N'Glinting Red Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50347', N'Glinting Red Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50355', N'Glinting Blue Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50356', N'Glinting Blue Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50357', N'Glinting Blue Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50365', N'Glinting Yellow Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50366', N'Glinting Yellow Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50367', N'Glinting Yellow Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50375', N'Glinting Green Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50376', N'Glinting Green Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50377', N'Glinting Green Gem', N'2', N'0', N'0', N'29', N'5', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50385', N'Pristine Red Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50404', N'Pristine Blue Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50405', N'Pristine Yellow Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50424', N'Pristine Green Gem', N'2', N'0', N'0', N'29', N'6', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50425', N'Colorless Socket Converter', N'2', N'2', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50426', N'Fishing Rod', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50427', N'Ancient Coin Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'360', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50428', N'Perm Solution', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50429', N'Hair Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50430', N'Dye Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50431', N'Conditioner', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50432', N'Fortune Coin', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'360', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50433', N'Green Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50434', N'Yellow Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50435', N'Blue Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50436', N'Red Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50437', N'Colorless Gem Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50438', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50439', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50440', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50441', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50442', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50443', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50444', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50445', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50446', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50447', N'Red Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50448', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50449', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50450', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50451', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50452', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50453', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50454', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50455', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50456', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50457', N'Blue Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50458', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50459', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50460', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50461', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50462', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50463', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50464', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50465', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50466', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50467', N'Yellow Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50468', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50469', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50470', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50471', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50472', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50473', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50474', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50475', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50476', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50477', N'Green Gem Piece', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50478', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50479', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50480', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50481', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50482', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50483', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50484', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50485', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50486', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50487', N'Cracked Red Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50488', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50489', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50490', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50491', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50492', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50493', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50494', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50495', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50496', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50497', N'Cracked Blue Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50498', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50499', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50500', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50501', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50502', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50503', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50504', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50505', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50506', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50507', N'Cracked Yellow Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50508', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'5', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50509', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'10', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50510', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'15', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50511', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'20', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50512', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'25', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50513', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'30', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50514', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'35', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50515', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'40', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50516', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'45', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50517', N'Cracked Green Gem', N'2', N'0', N'0', N'14', N'2', N'50', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50518', N'Cracked Grey Gem', N'2', N'0', N'0', N'29', N'2', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50991', N'Cracked Augment Pebble', N'1', N'0', N'0', N'24', N'1', N'20', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50992', N'Soft Augment Pebble', N'1', N'0', N'0', N'24', N'1', N'30', N'100', N'0', N'0', N'3', N'1', N'320', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50993', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'40', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50994', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50995', N'Superior Activation Stone', N'1', N'0', N'0', N'24', N'2', N'60', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50996', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'45', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'50997', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'55', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51991', N'Cracked Augment Stone', N'1', N'0', N'0', N'24', N'1', N'20', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51992', N'Soft Augment Stone', N'1', N'0', N'0', N'24', N'1', N'30', N'100', N'0', N'0', N'3', N'1', N'320', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51993', N'Augment Stone', N'1', N'0', N'0', N'24', N'2', N'40', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51994', N'Hard Augment Stone', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51995', N'Superior Activation Stone', N'1', N'0', N'0', N'24', N'2', N'60', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51996', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'45', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51997', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'55', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52991', N'Cracked Augment Crystal', N'1', N'0', N'0', N'24', N'1', N'20', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52992', N'Soft Augment Crystal', N'1', N'0', N'0', N'24', N'1', N'30', N'100', N'0', N'0', N'3', N'1', N'320', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52993', N'Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'40', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52994', N'Hard Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52995', N'Superior Activation Stone', N'1', N'0', N'0', N'24', N'2', N'60', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52996', N'Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'45', N'100', N'0', N'0', N'3', N'1', N'2560', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52997', N'Hard Augment Pebble', N'1', N'0', N'0', N'24', N'2', N'55', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56001', N'Gloves'' Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56002', N'Armored Butcher''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56003', N'Boozatron''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56004', N'Hammer Butcher''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56005', N'Cursed Cataphract''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56006', N'Giant Mole''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56007', N'Dewey Decimator''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56008', N'Cataphract''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56009', N'Crimson Gloves'' Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56010', N'Minotauros Lord''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56011', N'Sinful Seraph''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56012', N'Massive Butcher''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56013', N'Haken Platina''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56014', N'Viper''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56015', N'Stone Golem''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56016', N'Massive Mole''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56017', N'Goliath Gorilla''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56018', N'Giant Rafflesia''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56019', N'Cyborg Gorilla''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56020', N'Sand Golem''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56021', N'Giant Sandworm''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56022', N'Spider Lady''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56023', N'Baron''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56024', N'Joker''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56025', N'Chimera''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56026', N'Conjugo''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56027', N'Dire Knight''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56028', N'Sparkle''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56029', N'Demon King''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56030', N'Mad Latiel''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56031', N'Gagarth''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56032', N'Aurosiac''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'56033', N'Silent Castiel''s Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57001', N'Glove''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57002', N'Armored Butcher''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57003', N'Boozatron''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57004', N'Hammer Butcher''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57005', N'Cursed Cataphract''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57006', N'Giant Mole''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57007', N'Dewey Decimator''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57008', N'Cataphract''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57009', N'Crimson Gloves'' Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57010', N'Minotauros Lord''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57011', N'Sinful Seraph''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57012', N'Massive Butcher''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57013', N'Haken Platina''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57014', N'Viper''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57015', N'Stone Golem''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57016', N'Massive Mole''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57017', N'Goliath Gorilla''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57018', N'Giant Rafflesia''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57019', N'Cyborg Gorilla''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57020', N'Sand Golem''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57021', N'Giant Sandworm''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57022', N'Spider Lady''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57023', N'Baron''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57024', N'Joker''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57025', N'Chimera''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57026', N'Conjugo''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57027', N'Dire Knight''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57028', N'Sparkle''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57029', N'Demon King''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57030', N'Mad Latiel''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57031', N'Gagarth''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57032', N'Aurosiac''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'57033', N'Silent Castiel''s Advanced Soul Piece', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59001', N'Clovis of Illusion', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59002', N'Clovis of Inferno', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59003', N'Clovis of Punishment', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59004', N'Clovis of Taboo', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59005', N'Clovis of Fissure', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2560', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59020', N'Clovis of the Altar', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'80000', N'8000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59021', N'Clovis of the Valley', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'10000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59022', N'Clovis of the Mist', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120000', N'12000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59023', N'Clovis of the Incinerator', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'80000', N'8000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59024', N'Clovis of the Ranch', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'10000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'59101', N'Single Entrance Ticket to the Toy Tower', N'3', N'0', N'0', N'25', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'50000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60001', N'Buckthorn Leaf Seed', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60002', N'Clown Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60003', N'Tender Lean Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60004', N'Leftover Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60005', N'Banana', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60006', N'Small Potato', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60007', N'Peony Seed', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'780', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60008', N'Maple Sap', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60009', N'Cheap Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60010', N'Wrinkle Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60011', N'Maple Syrup', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60012', N'Blue Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'420', N'46') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60013', N'Sugar', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60014', N'Rum', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60015', N'Red Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60016', N'Peony', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'720', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60017', N'Fisherman Herb', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60018', N'Ancient Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'780', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60019', N'Fruit Extract', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60020', N'Edible Alcohol', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60021', N'Brewing Additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'700', N'77') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60022', N'Distilled Water', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60023', N'Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60024', N'Yeast Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60025', N'Smoked Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60026', N'Smoked Turkey', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60027', N'Scale Bug Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60028', N'Big Scale Bug Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60029', N'Rat Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60030', N'Field Mouse Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60031', N'Bay Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60032', N'Salt', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'300', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60033', N'Veggie Soup', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60034', N'Black Pepper', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60035', N'Natural Salt', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60036', N'Whole Wheat Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60037', N'Fine Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60038', N'Enzyme', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60039', N'Natural Enzyme', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60040', N'Pickled Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60041', N'Black Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'6') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60042', N'Fig', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'720', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60043', N'Salted Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60044', N'Brandy', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'180', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60045', N'Tarragon', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60046', N'Salted Fish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'480', N'52') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60047', N'Scale Moss', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'780', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60048', N'Black Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60049', N'Starch Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60050', N'High Quality Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60051', N'Sweetener for Brewing', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'700', N'77') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60052', N'Herb Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60053', N'Fermented Grape Juice', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60054', N'High Quality Starch Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60055', N'Rock Salt', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60056', N'Dried Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'2') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60057', N'Tender Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'6') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60058', N'Lean Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60059', N'Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60060', N'Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60061', N'Garlic Sauce', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60062', N'Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60063', N'Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60064', N'Parsley Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60065', N'Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60066', N'Fresh Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60067', N'Butter Slices', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60068', N'Garlic Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60069', N'Cheese Slices', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60070', N'Fresh Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60071', N'Fresh Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60072', N'Fancy Old Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60073', N'Canned Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60074', N'Whipped Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60075', N'Organic Garlic Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60076', N'Aged Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60077', N'Dried Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60078', N'Dried Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60079', N'Aromatic Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'70', N'12') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60080', N'Cream Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60081', N'Mushroom', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60082', N'Whole Potato', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60083', N'Seafood Sauce', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60084', N'Salted Bacon', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60085', N'Curry Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60086', N'Whole Black Pepper', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60087', N'Flour', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60088', N'Condensed Milk', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'80', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60089', N'Broccoli', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60090', N'White Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60091', N'Chili Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60092', N'Mysterious food additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60093', N'Pickled Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60094', N'Smooth Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60095', N'Spicy Garlic Powder', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60096', N'Smooth Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60097', N'Flavored Basil Leaf', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60098', N'Flavored Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60099', N'17-Year-Old Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60100', N'Sweet Pumpkin', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60101', N'Rosemary', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60102', N'Chicken Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60103', N'Ground Meat', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'140', N'23') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60104', N'Subtle Cooking Additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'77') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60105', N'Crushed Olive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60106', N'Mature Butter', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60107', N'Crushed Garlic', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60108', N'Mature Cheese', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60109', N'Damp Basil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60110', N'Fresh Parsley', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60111', N'Tepid Wine', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60112', N'Sausage Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60113', N'Bramunez Cream', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60114', N'Slice Tomato', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60115', N'Mutton Piece', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'170', N'28') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'60116', N'Mysterious Food Additive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'83') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001', N'Worst Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'132', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002', N'Poor Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'264', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003', N'Decent Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'561', N'93') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004', N'Great Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1168', N'194') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005', N'Best Steel', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'2409', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016', N'Worst Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017', N'Poor Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018', N'Decent Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'700', N'116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019', N'Great Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1459', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020', N'Best Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'3010', N'501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022', N'Shiny Cobalt', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023', N'Shiny Mithril', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'3853', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024', N'Shiny Suri Fleece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5213', N'860') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025', N'Shiny Ertel', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026', N'Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027', N'Decent Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028', N'Great Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1500', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029', N'Best Corks', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030', N'Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031', N'Decent Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032', N'Great Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'800', N'88') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033', N'Best Accelerator', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1200', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034', N'Poor Steel Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'3') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035', N'Moon Fragment', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'5') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036', N'Moon Gemstone ', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037', N'Moon Crystal ', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61140', N'Decent Steel Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61141', N'Great Steel Oil', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61142', N'Poor Metal Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143', N'Decent Metal Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61144', N'Great Metal Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001', N'Worst Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'66', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002', N'Poor Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'132', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003', N'Decent Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'297', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004', N'Great Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'640', N'106') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005', N'Best Linen', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1353', N'225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011', N'Worst Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'86', N'14') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012', N'Poor Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013', N'Decent Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014', N'Great Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'799', N'133') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015', N'Best Silky Yarn', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1690', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022', N'Shiny Twine Fabric', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'506', N'83') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023', N'Shiny Silk Fabric', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1926', N'317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024', N'Shiny Muslin Fabric ', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2093', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025', N'Shiny Herringbone Fabric', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026', N'Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027', N'Decent Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028', N'Great Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029', N'Best Dye', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030', N'Poor Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031', N'Decent Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032', N'Great Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033', N'Best Dye', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034', N'Poor Fabric Stiffener', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035', N'Decent Liquid Starch', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036', N'Great Fabric Stiffener', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001', N'Worst Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'66', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002', N'Poor Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'132', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003', N'Decent Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'297', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004', N'Great Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'640', N'106') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005', N'Best Carp Leather', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1353', N'225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011', N'Worst Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'86', N'14') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012', N'Poor Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'165', N'27') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013', N'Decent Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'370', N'61') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014', N'Great Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'799', N'133') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015', N'Best Beroa', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1690', N'281') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022', N'Shiny Hide Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'506', N'83') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023', N'Shiny Goat Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1926', N'317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024', N'Shiny Swede Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2606', N'430') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025', N'Shiny Velour Leather', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026', N'Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027', N'Decent Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028', N'Great Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029', N'Best Fish Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030', N'Coarse Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031', N'Decent Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032', N'Great Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033', N'Best Composition', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034', N'Poor Shellac', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035', N'Fire Seed', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036', N'Fire Element Stone', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037', N'Fire Crystal', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054', N'Decent Shellac', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'30', N'4') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055', N'Great Shellac', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026', N'Normal Grade Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027', N'Decent Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028', N'Great Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029', N'Best Glue', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030', N'Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031', N'Decent Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032', N'Great Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033', N'Best Alloy Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'20000', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034', N'Chain Strengthener ', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035', N'Wind Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036', N'Wind Gemstone', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2200', N'242') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037', N'Wind Crystal', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'5500', N'605') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64054', N'Decent Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64055', N'Best Chain Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65026', N'Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65027', N'Decent Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'200', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65028', N'Great Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'400', N'44') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65029', N'Quality Metal Ingot', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'600', N'66') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65030', N'Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65031', N'Decent Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'5000', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65032', N'Great Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10000', N'1100') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65033', N'Best Metal Additive', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'20000', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65034', N'Old Plate Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65035', N'Earth Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65036', N'Earth Gemstone', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'2200', N'242') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65037', N'Earth Crystal', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'5500', N'605') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65054', N'Decent Plate Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'1000', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'65055', N'Great Chain Strengthener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'2000', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66001', N'Zircon Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66002', N'Onyx Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66003', N'Topaz Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66004', N'Amethyst Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66005', N'Garnet Ore', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66006', N'Zircon Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66007', N'Onyx Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66008', N'Topaz Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66009', N'Amethyst Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66010', N'Garnet Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66011', N'Zircon', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66012', N'Onyx', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66013', N'Topaz', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66014', N'Amethyst', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66015', N'Garnet', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66016', N'Splendid Zircon', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66017', N'Splendid Onyx', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66018', N'Splendid Topaz', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66019', N'Splendid Amethyst', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66020', N'Splendid Garnet', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66021', N'Shiny Zircon', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66022', N'Shiny Onyx', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66023', N'Shiny Topaz', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66024', N'Shiny Amethyst', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66025', N'Shiny Garnet ', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66026', N'Coarse Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66027', N'Mid Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66028', N'Great Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66029', N'Quality Abrasive', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66030', N'Coarse Polisher', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66031', N'Decent Polisher', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66032', N'Great Polisher', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66033', N'Best Polish', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66034', N'Jewel Hardener', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66035', N'Light Fragment', N'3', N'0', N'0', N'14', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66036', N'Light Ore', N'3', N'0', N'0', N'14', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66037', N'Light Crystal', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'120', N'13') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66038', N'Worst Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'150', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66039', N'Poor Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'450', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66040', N'Decent Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'900', N'99') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66041', N'Great Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'1800', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66042', N'Best Solvent', N'3', N'0', N'0', N'14', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'3600', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'66043', N'Mystical Fragment', N'3', N'0', N'0', N'36', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'3600', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67001', N'Icestone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67002', N'Flamestone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67003', N'Shadowstone Shard', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67004', N'Luminstone', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67005', N'Chipped Mystical Title Fragment', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67006', N'Chipped Fatal Blow Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67007', N'Chipped Fire Damage Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67008', N'Chipped Wave Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67009', N'Chipped Wind Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67010', N'Chipped Earth Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67011', N'Chipped Darkness Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67012', N'Chipped Light Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67013', N'Chipped Lightening Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'67014', N'Chipped Poisonous Title Fragment', N'3', N'0', N'0', N'19', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68001', N'Unbreakable Bone Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68002', N'Tree Spirit''s Soul Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68003', N'Incomplete Ancient Spell', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68004', N'Specter''s Spell', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68011', N'Mystical Bone Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68012', N'Vindictive Spirit Piece of Catacomb', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68013', N'Gun''s Soul Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68014', N'Bullet''s Soul Piece', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68015', N'Unknown Voucher Lv. 1', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68016', N'Unknown Voucher Lv. 2', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68017', N'Unknown Voucher Lv. 3', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68018', N'Unknown Voucher Lv. 4', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68019', N'Unknown Voucher Lv. 5', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68020', N'Unknown Voucher Lv. 6', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68021', N'Unknown Voucher Lv. 7', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68022', N'Unknown Voucher Lv. 8', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68023', N'Unknown Voucher Lv. 9', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68024', N'Unknown Voucher Lv. 10', N'3', N'0', N'0', N'14', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68115', N'Unknown Box Lv. 1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68116', N'Unknown Box Lv. 2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68117', N'Unknown Box Lv. 3', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68118', N'Unknown Box Lv. 4', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68119', N'Unknown Box Lv. 5', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68120', N'Unknown Box Lv. 6', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68121', N'Unknown Box Lv. 7', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68122', N'Unknown Box Lv. 8', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68123', N'Unknown Box Lv. 9', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68124', N'Unknown Box Lv. 10', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68125', N'Gem of the Barrier', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68126', N'Mysterious Gem', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'68127', N'Unknown Gem', N'3', N'0', N'0', N'14', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'500', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70001', N'Expand Warehouse by 4 Units', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002', N'Expand Warehouse by 4 Units', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003', N'Street Vendor Permit (1week)', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70004', N'Street Vendor Permit (2weeks)', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70005', N'Street Vendor Permit (4weeks)', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70006', N'100 Advertisement Coupon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70007', N'200 Advertisement Coupon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70008', N'400 Advertisement Coupon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70009', N'Basic Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'18', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70010', N'Basic Pants 1 [Frantz]', N'5', N'0', N'0', N'18', N'6', N'18', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70011', N'Basic Pants 2 [Frantz]', N'5', N'0', N'0', N'18', N'6', N'24', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70012', N'Aqua Vitae of Resurrection', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70013', N'Teddy Bear Body [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70014', N'Teddy Bear Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70015', N'Teddy Bear Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70016', N'Teddy Bear Head Hood [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70017', N'Teddy Bear Body [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70018', N'Teddy Bear Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70019', N'Teddy Bear Head Hood [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70020', N'Teddy Bear Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70021', N'Change Guild Icon', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70022', N'Dark Seal Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70023', N'Dark Seal Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70024', N'Dark Seal Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70025', N'Dark Seal Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70026', N'Dark Seal Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70027', N'Dark Seal Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70028', N'White Devil Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70029', N'White Devil Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70030', N'White Devil Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70031', N'White Devil Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70032', N'White Devil Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70033', N'White Devil Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70034', N'Blue Seal Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70035', N'Blue Seal Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70036', N'Blue Seal Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70037', N'Blue Seal Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70038', N'Blue Seal Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70039', N'Blue Seal Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70040', N'Red Formal Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70041', N'Red Formal Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70042', N'Red Formal Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70043', N'Red Formal Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70044', N'Red Formal Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70045', N'Red Formal Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70046', N'Swallowtail Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70047', N'Swallowtail Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70048', N'Swallowtail Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70049', N'Swallowtail Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70050', N'Swallowtail Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70051', N'Swallowtail Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70052', N'Hunter Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70053', N'Hunter Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70054', N'Hunter Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70055', N'Hunter Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70056', N'Hunter Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70057', N'Hunter Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70058', N'White Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70059', N'White Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70060', N'White Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70061', N'White Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70062', N'White Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70063', N'White Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70064', N'White Cowboy Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70065', N'Red Seal Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70066', N'Red Seal Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70067', N'Red Seal Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70068', N'Red Seal Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70069', N'Red Seal Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70070', N'Red Seal Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70071', N'Plaid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70072', N'Plaid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70073', N'Plaid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70074', N'Plaid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70075', N'Plaid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70076', N'Plaid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70077', N'Night Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70078', N'Night Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70079', N'Night Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70080', N'Night Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70081', N'Night Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70082', N'Night Witch Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70083', N'Plum Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70084', N'Plum Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70085', N'Plum Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70086', N'Plum Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70087', N'Plum Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70088', N'Plum Witch Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70089', N'Red Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70090', N'Red Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70091', N'Red Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70092', N'Red Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70093', N'Red Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70094', N'Red Witch Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70095', N'Red Spider Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70096', N'Red Spider Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70097', N'Red Spider Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70098', N'Red Spider Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70099', N'Red Spider Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70100', N'Red Spider Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70101', N'White Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70102', N'White Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70103', N'White Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70104', N'White Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70105', N'White Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70106', N'White Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70107', N'White Cowgirl Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70108', N'Brown Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70109', N'Brown Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70110', N'Brown Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70111', N'Brown Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70112', N'Brown Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70113', N'Brown Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70114', N'Hooligan Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70115', N'Hooligan Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70116', N'Hooligan Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70117', N'Hooligan Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70118', N'Hooligan Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70119', N'Hooligan Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70120', N'Bright Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70121', N'Bright Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70122', N'Bright Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70123', N'Bright Uniform Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70124', N'Bright Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70125', N'Bright Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70126', N'Rustic Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70127', N'Rustic Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70128', N'Rustic Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70129', N'Rustic Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70130', N'Rustic Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70131', N'Rustic Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70132', N'Dark Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70133', N'Dark Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70134', N'Dark Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70135', N'Dark Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70136', N'Dark Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70137', N'Dark Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70138', N'Conquest Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70139', N'Conquest Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70140', N'Conquest Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70141', N'Conquest Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70142', N'Conquest Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70143', N'Conquest Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70144', N'Brown Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70145', N'Hooligan Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70146', N'Bright Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70147', N'Rustic Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70148', N'Dark Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70149', N'Conquest Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70150', N'Basic Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70151', N'Basic Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70152', N'Basic Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70153', N'Basic Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70154', N'Basic Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70155', N'Basic Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70156', N'Basic Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70157', N'Basic Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70158', N'Basic Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70159', N'Basic Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70160', N'Basic Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70161', N'Basic Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70162', N'Basic Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70163', N'Basic Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70164', N'Basic Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70165', N'Basic Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70166', N'Basic Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70167', N'Basic Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70168', N'Basic Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70169', N'Teddy Bear Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70170', N'Teddy Bear Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70171', N'Teddy Bear Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70172', N'Teddy Bear Head Hood [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70173', N'Basic Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70174', N'Basic Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70175', N'Basic Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70176', N'Cat Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70177', N'Fly Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70178', N'Pig Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70179', N'Cat Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70180', N'Fly Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70181', N'Pig Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70182', N'Cat Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70183', N'Fly Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70184', N'Pig Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70185', N'Red Fox Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70186', N'Red Fox Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70187', N'Red Fox Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70188', N'Red Fox Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70189', N'Red Fox Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70190', N'Red Fox Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70191', N'White Blaze Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70192', N'White Blaze Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70193', N'White Blaze Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70194', N'White Blaze Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70195', N'White Blaze Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70196', N'White Sol Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70197', N'White Sol Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70198', N'White Sol Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70199', N'White Sol Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70200', N'White Sol Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70201', N'White Sol Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70202', N'White Sol Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70203', N'Golden Pattern Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70204', N'Golden Pattern Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70205', N'Golden Pattern Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70206', N'Golden Pattern Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70207', N'Golden Pattern Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70208', N'Golden Pattern Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70209', N'Black Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70210', N'Black Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70211', N'Black Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70212', N'Black Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70213', N'Black Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70214', N'Black Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70215', N'Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70216', N'Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70217', N'Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70218', N'Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70219', N'Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70220', N'Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70221', N'Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70222', N'Shark Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70223', N'Navy Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70224', N'Navy Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70225', N'Navy Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70226', N'Navy Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70227', N'Navy Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70228', N'Golden Pattern Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70229', N'Golden Pattern Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70230', N'Golden Pattern Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70231', N'Golden Pattern Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70232', N'Golden Pattern Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70233', N'Golden Pattern Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70234', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70235', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70236', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70237', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70238', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70239', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70240', N'Dark Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70241', N'Dark Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70242', N'Dark Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70243', N'Dark Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70244', N'Dark Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70245', N'Dark Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70246', N'Octopus Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70247', N'Pin-Striped Punk Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70248', N'Pin-Striped Punk Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70249', N'Pin-Striped Punk Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70250', N'Pin-Striped Punk Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70251', N'Pin-Striped Punk Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70252', N'Pin-Striped Punk Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70253', N'Pin-Striped Punk Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70254', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70255', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70256', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70257', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70258', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70259', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70260', N'Black Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70261', N'Black Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70262', N'Black Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70263', N'Black Leather Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70264', N'Black Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70265', N'Black Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70266', N'Black Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70267', N'Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70268', N'Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70269', N'Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70270', N'Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70271', N'Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70272', N'Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70273', N'Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70274', N'Carp Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70275', N'Pale Rider Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70276', N'Pale Rider Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70277', N'Pale Rider Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70278', N'Pale Rider Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70279', N'Pale Rider Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70280', N'Pale Rider Bandana [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70281', N'White Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70282', N'Golden Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70283', N'Golden Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70284', N'Golden Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70285', N'Golden Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70286', N'Golden Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70287', N'Golden Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70288', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70289', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70290', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70291', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70292', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70293', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70294', N'Mantis Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70295', N'Roach Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70296', N'Locust Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70297', N'Boy Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70298', N'Elephant Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70299', N'Girl Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70300', N'Skull Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70301', N'TV Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70302', N'Boy Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70303', N'Elephant Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70304', N'Girl Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70305', N'Skull Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70306', N'TV Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70307', N'Boy Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70308', N'Elephant Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70309', N'Girl Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70310', N'Skull Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70311', N'TV Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70312', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70313', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70314', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70315', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70316', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70317', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70318', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70319', N'Brown Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70320', N'Red Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70321', N'Indigo Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70322', N'Yellow Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70323', N'White Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70324', N'Purple Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70325', N'Burgundy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70326', N'Black Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70327', N'White Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70328', N'Yellow Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70329', N'Pink Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70330', N'Green Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70331', N'Blue Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70332', N'Brown Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70333', N'White Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70334', N'Purple Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70335', N'Brown Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70336', N'Silver Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70337', N'Black Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70338', N'White Bridge Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70339', N'Red Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70340', N'Afro Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70341', N'Afro Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70342', N'Afro Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70343', N'Purple Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70344', N'Purple Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70345', N'Purple Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70346', N'Purple Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70347', N'Purple Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70348', N'Purple Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70349', N'Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70350', N'Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70351', N'Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70352', N'Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70353', N'Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70354', N'Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70355', N'Traditional Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70356', N'Black Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70357', N'Black Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70358', N'Black Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70359', N'Black Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70360', N'Black Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70361', N'Black Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70362', N'Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70363', N'Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70364', N'Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70365', N'Traditional Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70366', N'Traditional Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70367', N'Traditional Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70368', N'Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70369', N'Black Striped Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70370', N'Black Striped Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70371', N'Black Striped Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70372', N'Black Striped Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70373', N'Black Striped Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70374', N'Black Striped Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70375', N'Black Striped Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70376', N'Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70377', N'Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70378', N'Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70379', N'Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70380', N'Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70381', N'Traditional Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70382', N'Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70383', N'Basic Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70384', N'Basic Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70385', N'Basic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70386', N'Basic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70387', N'Basic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70388', N'Basic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70389', N'Basic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70390', N'Basic Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70391', N'Ranger Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70392', N'Ranger Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70393', N'Ranger Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70394', N'Ranger Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70395', N'Ranger Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70396', N'Ranger Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70397', N'Ranger Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70398', N'Orange Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70399', N'Orange Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70400', N'Orange Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70401', N'Orange Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70402', N'Orange Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70403', N'Orange Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70404', N'Orange Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70405', N'Red Check Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70406', N'Red Check Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70407', N'Red Check Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70408', N'Red Check Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70409', N'Red Check Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70410', N'Red Check Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70411', N'Red Check Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70412', N'Pink Dress Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70413', N'Pink Dress Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70414', N'Pink Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70415', N'Pink Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70416', N'Pink Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70417', N'Pink Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70418', N'Pink Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70419', N'Grey Formal Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70420', N'Grey Formal Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70421', N'Grey Formal Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70422', N'Grey Formal Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70423', N'Grey Formal Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70424', N'Grey Formal Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70425', N'Grey Formal Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70426', N'White Dress Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70427', N'White Dress Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70428', N'White Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70429', N'White Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70430', N'White Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70431', N'White Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70432', N'White Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70433', N'Blue Frill Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70434', N'Blue Frill Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70435', N'Blue Frill Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70436', N'Blue Frill Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70437', N'Blue Frill Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70438', N'Blue Frill Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70439', N'Blue Frill Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70440', N'Basic Costume Coat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70441', N'Basic Costume Pants [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70442', N'Basic Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70443', N'Basic Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70444', N'Basic Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70445', N'Basic Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70446', N'Basic Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70447', N'Teddy Bear Body [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70448', N'Teddy Bear Head [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70449', N'Teddy Bear Head Hood [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70450', N'Teddy Bear Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70451', N'Roach Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70452', N'Mohican [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70453', N'Dandy Cut [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70454', N'Gold Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70455', N'Navy Leather Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70489', N'Navy Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70490', N'Pale Rider Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70491', N'Imperial Officer Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70492', N'Imperial Officer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70493', N'Imperial Officer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70494', N'Imperial Officer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70495', N'Imperial Officer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70496', N'Imperial Officer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70497', N'Imperial Officer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70498', N'Angela Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70499', N'Frantz Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70500', N'Tude Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70501', N'Chicken Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70502', N'Angela Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70503', N'Frantz Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70504', N'Tude Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70505', N'Chicken Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70506', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70507', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70508', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70509', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70510', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70511', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70512', N'Golden Deacon Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70513', N'Golden Deacon Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70514', N'Golden Deacon Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70515', N'Golden Deacon Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70516', N'Golden Deacon Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70517', N'Golden Deacon Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70518', N'Golden Deacon Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70519', N'Angela Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70520', N'Frantz Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70521', N'Tude Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70522', N'Chicken Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70523', N'Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70524', N'Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70525', N'Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70526', N'Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70527', N'Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70528', N'Casual Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70529', N'Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70530', N'Stylish Cellmate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70531', N'Stylish Cellmate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70532', N'Stylish Cellmate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70533', N'Stylish Cellmate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70534', N'Stylish Cellmate Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70535', N'Stylish Cellmate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70536', N'Stylish Cellmate Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70537', N'Shaggy Cut [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70538', N'Danny Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70539', N'Mohican [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70540', N'Layered Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70541', N'Mohican [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70542', N'Danny Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70543', N'Wind Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70544', N'Mushroom Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70545', N'Bob Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70546', N'Navy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70547', N'White Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70548', N'Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70549', N'Pink Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70550', N'Sky Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70551', N'Red Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70552', N'Grey Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70553', N'Bee Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70554', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70555', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70556', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70557', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70558', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70559', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70560', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70561', N'Chinese-Style Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70562', N'Chinese-Style Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70563', N'Chinese-Style Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70564', N'Chinese-Style Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70565', N'Chinese-Style Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70566', N'Chinese-Style Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70567', N'Chinese-Style Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70568', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70569', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70570', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70571', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70572', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70573', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70574', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70575', N'Angela Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70576', N'Boy Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70577', N'Cat Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70578', N'Chicken Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70579', N'Elephant Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70580', N'Fly Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70581', N'Frantz Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70582', N'Girl Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70583', N'Pig Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70584', N'Skull Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70585', N'Tude Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70586', N'TV Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70587', N'Afro Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70588', N'Standard Hair01 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70589', N'Standard Hair02 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70590', N'Standard Hair03 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70591', N'Golden Pattern Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70592', N'Black Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70593', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70594', N'Purple Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70595', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70596', N'Black Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70597', N'Natasha Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70598', N'Natasha Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70599', N'Navy Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70600', N'Golden Pattern Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70601', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70602', N'Dark Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70603', N'Golden Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70604', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70605', N'Black Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70606', N'Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70607', N'Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70608', N'Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70609', N'Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70610', N'Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70611', N'Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70612', N'Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70613', N'Violet Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70614', N'Violet Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70615', N'Violet Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70616', N'Violet Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70617', N'Violet Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70618', N'Violet Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70619', N'Violet Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70620', N'Golden Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70621', N'Golden Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70622', N'Golden Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70623', N'Golden Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70624', N'Golden Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70625', N'Golden Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70626', N'Golden Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70627', N'Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70628', N'Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70629', N'Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70630', N'Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70631', N'Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70632', N'Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70633', N'Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70634', N'Winter Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70635', N'Winter Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70636', N'Winter Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70637', N'Winter Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70638', N'Winter Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70639', N'Winter Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70640', N'Winter Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70641', N'Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70642', N'Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70643', N'Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70644', N'Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70645', N'Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70646', N'Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70647', N'Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70648', N'Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70649', N'Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70650', N'Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70651', N'Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70652', N'Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70653', N'Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70654', N'Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70655', N'Flustered Face', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70656', N'Battle Damage', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70657', N'Crazy Clown', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70658', N'Carnival Face-Paint', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70659', N'Wild Beast', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70660', N'Masquerade Face[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70661', N'Face7', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70662', N'Face8', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70663', N'Face9', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70664', N'Face10', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70665', N'Brown Farsighted Glasses[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70666', N'White Wing Glasses[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70667', N'Orange Snowboarding Goggle[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70668', N'Yellow Sport Glasses[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70669', N'Brown Detective Monocle[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70670', N'Couple Costume Pants[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70671', N'Couple Costume Gloves[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70672', N'Couple Costume Knit[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70673', N'Couple Costume Hat[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70674', N'Couple Costume Skirt[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70675', N'Couple Costume Gloves[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70676', N'Couple Costume Knit[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70677', N'Couple Costume Hat[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75440', N'Teddy Bear Body [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75441', N'Teddy Bear Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75442', N'Deep Sea Fish Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75443', N'Traditional Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75444', N'Traditional Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75445', N'Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75446', N'Traditional Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75447', N'Traditional Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75448', N'Traditional Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75449', N'Traditional Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75450', N'White Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75451', N'White Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75452', N'White Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75453', N'White Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75454', N'White Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75455', N'White Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75456', N'White Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75457', N'Brown Striped Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75458', N'Brown Striped Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75459', N'Brown Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75460', N'Brown Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75461', N'Brown Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75462', N'Brown Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75463', N'Brown Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75464', N'Brown Striped Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75465', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75466', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75467', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75468', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75469', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75470', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75471', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75472', N'Red Side Open Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75473', N'Blue Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75474', N'Blue Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75475', N'Blue Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75476', N'Blue Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75477', N'Blue Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75478', N'Blue Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75479', N'Blue Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75480', N'Pirate Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75481', N'Pirate Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75482', N'Pirate Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75483', N'Pirate Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75484', N'Pirate Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75485', N'Pirate Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75486', N'Pirate Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75487', N'Navy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75488', N'White Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75489', N'Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75490', N'Pink Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75491', N'Sky Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75492', N'Red Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75493', N'Grey Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75494', N'Bee Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75495', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75496', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75497', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75498', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75499', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75500', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75501', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75502', N'Chinese-Style Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75503', N'Chinese-Style Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75504', N'Chinese-Style Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75505', N'Chinese-Style Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75506', N'Chinese-Style Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75507', N'Chinese-Style Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75508', N'Chinese-Style Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75509', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75510', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75511', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75512', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75513', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75514', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75515', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75516', N'Angela Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75517', N'Boy Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75518', N'Cat Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75519', N'Chicken Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75520', N'Elephant Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75521', N'Fly Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75522', N'Frantz Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75523', N'Girl Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75524', N'Pig Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75525', N'Skull Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75526', N'Tude Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75527', N'TV Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75528', N'Afro Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75529', N'Standard Hair01 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75530', N'Standard Hair02 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75531', N'Standard Hair03 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75532', N'Natasha Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75533', N'Natasha Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75534', N'Natasha Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75535', N'Natasha Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75536', N'Natasha Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75537', N'Dress 01 Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75538', N'Dress 02 Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75539', N'Vice-Minister Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75540', N'Vice-Minister Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75541', N'Vice-Minister Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75542', N'Vice-Minister Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75543', N'Vice-Minister Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75544', N'Vice-Minister Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75545', N'Vice-Minister Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75546', N'Navy Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75547', N'Navy Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75548', N'Navy Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75549', N'Navy Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75550', N'Navy Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75551', N'Navy Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75552', N'Navy Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75553', N'Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75554', N'Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75555', N'Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75556', N'Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75557', N'Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75558', N'Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75559', N'Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75560', N'Swimsuit Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75561', N'Swimsuit Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75562', N'Swimsuit Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75563', N'Swimsuit Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75564', N'Swimsuit Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75565', N'Swimsuit Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75566', N'Swimsuit Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75567', N'Afro Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75568', N'Basic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75569', N'Brown Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75570', N'Brown Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75571', N'Brown Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75572', N'Brown Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75573', N'Brown Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75574', N'Brown Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75575', N'Brown Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75576', N'Navy Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75577', N'Navy Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75578', N'Navy Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75579', N'Navy Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75580', N'Navy Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75581', N'Navy Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75582', N'Navy Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75583', N'Pink Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75584', N'Pink Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75585', N'Pink Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75586', N'Pink Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75587', N'Pink Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75588', N'Pink Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75589', N'Pink Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75590', N'Pink Striped Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75591', N'Grey Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75592', N'Grey Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75593', N'Grey Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75594', N'Grey Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75595', N'Grey Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75596', N'Grey Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75597', N'Grey Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75598', N'Grey Striped Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75599', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75600', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75601', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75602', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75603', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75604', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75605', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75606', N'Black Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75607', N'Black Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75608', N'Black Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75609', N'Black Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75610', N'Black Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75611', N'Black Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75612', N'Black Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75613', N'Blue Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75614', N'Blue Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75615', N'Blue Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75616', N'Blue Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75617', N'Blue Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75618', N'Blue Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75619', N'Blue Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75620', N'Violet Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75621', N'Violet Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75622', N'Violet Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75623', N'Violet Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75624', N'Violet Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75625', N'Violet Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75626', N'Violet Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75627', N'Green Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75628', N'Green Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75629', N'Green Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75630', N'Green Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75631', N'Green Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75632', N'Green Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75633', N'Green Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75634', N'Orange Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75635', N'Orange Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75636', N'Orange Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75637', N'Orange Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75638', N'Orange Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75639', N'Orange Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75640', N'Orange Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75641', N'Skeleton Body [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75642', N'Skeleton Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75643', N'Snowman Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75644', N'Dragon Costume Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75645', N'Dragon Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75646', N'Dragon Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75647', N'Purple Foxy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75648', N'Red Foxy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75649', N'Rose Foxy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75650', N'Purple Wild Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75651', N'Red Wild Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75652', N'Rose Wild Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75653', N'Plum Regent Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75654', N'Red Regent Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75655', N'Rose Regent Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75656', N'Aviators', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75657', N'Pink Spinners', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75658', N'Super Star Shades', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75659', N'White Shutter Shades', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75660', N'Grouchy Glasses', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75661', N'[Test] Transparent Glasses that cannot be seen [Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75662', N'Bear Doll Hair with Hole [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75663', N'Rabbit Doll Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75664', N'Rabbit Doll Body [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75665', N'Rabbit Doll Glove [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75666', N'Rabbit Doll Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75667', N'Basic Coat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75668', N'Basic Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75669', N'Basic Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75670', N'Basic Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75671', N'Basic Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75672', N'Basic Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75673', N'Basic Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75674', N'Upsweep Brown Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75675', N'Upsweep Blue Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75676', N'Upsweep Red Hairstyle Design [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75677', N'Dandy Brown Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75678', N'Dandy Blue Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75679', N'Dandy Yellow Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75680', N'Pompadour Brown Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75681', N'Pompadour Blue Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75682', N'Pompadour Yellow Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75683', N'Indigo Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75684', N'Indigo Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75685', N'Indigo Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75686', N'Indigo Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75687', N'Indigo Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75688', N'Indigo Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75689', N'Black Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75690', N'Black Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75691', N'Black Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75692', N'Black Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75693', N'Black Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75694', N'Black Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75695', N'Dapple Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75696', N'Dapple Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75697', N'Dapple Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75698', N'Dapple Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75699', N'Dapple Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75700', N'Dapple Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75701', N'Red Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75702', N'Red Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75703', N'Red Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75704', N'Red Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75705', N'Red Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75706', N'Red Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75707', N'Leopard Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75708', N'Leopard Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75709', N'Leopard Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75710', N'Leopard Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75711', N'Leopard Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75712', N'Leopard Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75713', N'White Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75714', N'White Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75715', N'White Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75716', N'White Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75717', N'White Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75718', N'White Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75719', N'Brown Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75720', N'Brown Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75721', N'Brown Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75722', N'Brown Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75723', N'Brown Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75724', N'Brown Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76001', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76002', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76003', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76004', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76005', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76006', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76007', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76008', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76009', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76010', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76011', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76012', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76013', N'Summer Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76014', N'Summer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76015', N'Summer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76016', N'Summer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76017', N'Summer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76018', N'Summer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76019', N'Brown Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76020', N'Brown Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76021', N'Brown Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76022', N'Brown Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76023', N'Brown Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76024', N'Brown Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76025', N'Brown Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76026', N'Navy Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76027', N'Navy Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76028', N'Navy Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76029', N'Navy Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76030', N'Navy Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76031', N'Navy Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76032', N'Navy Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76033', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76034', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76035', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76036', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76037', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76038', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76039', N'Blue Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76040', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76041', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76042', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76043', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76044', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76045', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76046', N'Purplish Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76047', N'Pink Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76048', N'Pink Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76049', N'Pink Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76050', N'Pink Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76051', N'Pink Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76052', N'Pink Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76053', N'Pink Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76054', N'Grey Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76055', N'Grey Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76056', N'Grey Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76057', N'Grey Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76058', N'Grey Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76059', N'Grey Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76060', N'Grey Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76061', N'White Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76062', N'White Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76063', N'White Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76064', N'White Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76065', N'White Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76066', N'White Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76067', N'White Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76068', N'Black Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76069', N'Black Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76070', N'Black Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76071', N'Black Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76072', N'Black Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76073', N'Black Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76074', N'Black Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76075', N'Summer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76076', N'Green Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76077', N'Green Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76078', N'Green Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76079', N'Green Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76080', N'Green Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76081', N'Green Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76082', N'Green Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76083', N'Orange Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76084', N'Orange Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76085', N'Orange Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76086', N'Orange Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76087', N'Orange Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76088', N'Orange Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76089', N'Orange Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76090', N'Skeleton Body [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76091', N'Skeleton Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76092', N'Standard Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76093', N'Standard Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76094', N'Standard Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76095', N'Standard Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76096', N'Standard Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76097', N'Standard Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76098', N'Standard Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76099', N'Snowman Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76100', N'Standard Costume Coat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76101', N'Standard Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76102', N'Standard Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76103', N'Standard Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76104', N'Standard Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76105', N'Standard Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76106', N'Standard Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76107', N'Dragon Costume Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76108', N'Dragon Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76109', N'Dragon Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76110', N'Black Hawk Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76111', N'Grey Hawk Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76112', N'Pink Hawk Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76113', N'Grey Trimmed Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76114', N'Red Trim Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76115', N'Pink Trim Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76116', N'Lovely Black Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76117', N'Lovely Yellow Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76118', N'Lovely Red Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76119', N'Black Flowing Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76120', N'Grey Flowing Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76121', N'Pink Flowing Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76122', N'Black Regent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76123', N'Grey Regent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76124', N'Pink Regent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76125', N'Grey Apple Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76126', N'Red Apple Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76127', N'Pink Apple Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76128', N'Grey Regent Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76129', N'Red Regent Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76130', N'Pink Regent Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76131', N'Majestic Black Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76132', N'Majestic Yellow Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76133', N'Majestic Red Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76134', N'Black Regent Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76135', N'Yellow Regent Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76136', N'Red Regent Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76137', N'Beige Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76138', N'Beige Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76139', N'Beige Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76140', N'Beige Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76141', N'Beige Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76142', N'Beige Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76143', N'Beige Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76144', N'White Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76145', N'White Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76146', N'White Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76147', N'White Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76148', N'White Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76149', N'White Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76150', N'White Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76151', N'Green Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76152', N'Green Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76153', N'Green Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76154', N'Green Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76155', N'Green Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76156', N'Green Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76157', N'Green Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76158', N'Yellow Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76159', N'Yellow Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76160', N'Yellow Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76161', N'Yellow Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76162', N'Yellow Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76163', N'Yellow Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76164', N'Yellow Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76165', N'Purple Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76166', N'Purple Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76167', N'Purple Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76168', N'Purple Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76169', N'Purple Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76170', N'Purple Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76171', N'Purple Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76172', N'Red Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76173', N'Red Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76174', N'Red Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76175', N'Red Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76176', N'Red Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76177', N'Red Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76178', N'Red Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76179', N'Dark Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76180', N'Dark Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76181', N'Dark Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76182', N'Dark Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76183', N'Dark Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76184', N'Dark Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76185', N'Dark Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76186', N'Teal Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76187', N'Teal Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76188', N'Teal Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76189', N'Teal Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76190', N'Teal Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76191', N'Teal Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76192', N'Teal Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76193', N'Purple Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76194', N'Purple Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76195', N'Purple Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76196', N'Purple Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76197', N'Purple Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76198', N'Purple Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76199', N'Purple Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76200', N'Green Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76201', N'Green Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76202', N'Green Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76203', N'Green Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76204', N'Green Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76205', N'Green Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76206', N'Green Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76207', N'Pink Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76208', N'Pink Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76209', N'Pink Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76210', N'Pink Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76211', N'Pink Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76212', N'Pink Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76213', N'Pink Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76214', N'Black Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76215', N'Black Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76216', N'Black Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76217', N'Black Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76218', N'Black Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76219', N'Black Dutchess Tights [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76220', N'Black Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76221', N'White Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76222', N'White Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76223', N'White Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76224', N'White Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76225', N'White Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76226', N'White Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76227', N'White Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76228', N'Beige Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76229', N'Beige Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76230', N'Beige Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76231', N'Beige Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76232', N'Beige Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76233', N'Beige Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76234', N'Beige Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76235', N'Rabbit Doll Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76236', N'Rabbit Doll Body [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76237', N'Rabbit Doll Glove [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76238', N'Rabbit Doll Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77001', N'Swimsuit Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77002', N'Swimsuit Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77003', N'Swimsuit Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77004', N'Swimsuit Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77005', N'Swimsuit Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77006', N'Swimsuit Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77007', N'Swimsuit Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77008', N'Brown Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77009', N'Brown Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77010', N'Brown Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77011', N'Brown Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77012', N'Brown Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77013', N'Brown Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77014', N'Brown Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77015', N'Navy Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77016', N'Navy Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77017', N'Navy Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77018', N'Navy Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77019', N'Navy Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77020', N'Navy Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77021', N'Navy Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77022', N'Maid Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77023', N'Maid Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77024', N'Maid Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77025', N'Maid Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77026', N'Maid Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77027', N'Maid Costume Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77028', N'Maid Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77029', N'Leather Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77030', N'Leather Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77031', N'Leather Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77032', N'Leather Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77033', N'Leather Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77034', N'Leather Costume Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77035', N'Leather Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77036', N'Pink Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77037', N'Pink Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77038', N'Pink Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77039', N'Pink Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77040', N'Pink Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77041', N'Pink Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77042', N'Pink Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77043', N'Grey Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77044', N'Grey Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77045', N'Grey Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77046', N'Grey Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77047', N'Grey Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77048', N'Grey Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77049', N'Grey Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77050', N'White Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77051', N'White Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77052', N'White Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77053', N'White Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77054', N'White Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77055', N'White Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77056', N'White Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77057', N'Black Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77058', N'Black Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77059', N'Black Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77060', N'Black Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77061', N'Black Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77062', N'Black Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77063', N'Black Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77064', N'Blue Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77065', N'Blue Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77066', N'Blue Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77067', N'Blue Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77068', N'Blue Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77069', N'Blue Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77070', N'Blue Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77071', N'Violet Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77072', N'Violet Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77073', N'Violet Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77074', N'Violet Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77075', N'Violet Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77076', N'Violet Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77077', N'Violet Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77078', N'Green Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77079', N'Green Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77080', N'Green Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77081', N'Green Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77082', N'Green Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77083', N'Green Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77084', N'Green Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77085', N'Orange Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77086', N'Orange Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77087', N'Orange Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77088', N'Orange Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77089', N'Orange Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77090', N'Orange Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77091', N'Orange Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77092', N'Skeleton Body [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77093', N'Skeleton Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77094', N'Snowman Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77095', N'Standard Costume Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77096', N'Standard Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77097', N'Standard Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77098', N'Standard Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77099', N'Standard Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77100', N'Standard Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77101', N'Standard Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77102', N'Dragon Costume Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77103', N'Dragon Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77104', N'Dragon Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77105', N'Red Pinned Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77106', N'Purple Pinned Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77107', N'Grey Pinned Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77108', N'Cute Yellow Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77109', N'Cute Pink Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77110', N'Cute Black Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77111', N'Upbeat Red Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77112', N'Upbeat Purple Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77113', N'Upbeat Grey Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77114', N'Red Regent Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77115', N'Plum Regent Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77116', N'Grey Regent Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77117', N'Yellow Tied Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77118', N'Pink Tied Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77119', N'Black Tied Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77120', N'Yellow Regent Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77121', N'Pink Regent Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77122', N'Black Regent Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77123', N'Brown Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77124', N'Brown Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77125', N'Brown Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77126', N'Brown Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77127', N'Brown Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77128', N'Brown Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77129', N'Brown Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77130', N'Purple Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77131', N'Purple Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77132', N'Purple Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77133', N'Purple Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77134', N'Purple Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77135', N'Purple Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77136', N'Purple Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77137', N'Green Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77138', N'Green Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77139', N'Green Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77140', N'Green Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77141', N'Green Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77142', N'Green Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77143', N'Green Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77144', N'Violet Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77145', N'Violet Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77146', N'Violet Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77147', N'Violet Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77148', N'Violet Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77149', N'Violet Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77150', N'Violet Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77151', N'Black Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77152', N'Black Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77153', N'Black Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77154', N'Black Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77155', N'Black Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77156', N'Black Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77157', N'Black Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77158', N'White Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77159', N'White Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77160', N'White Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77161', N'White Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77162', N'White Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77163', N'White Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77164', N'White Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77165', N'Beige Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77166', N'Beige Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77167', N'Beige Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77168', N'Beige Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77169', N'Beige Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77170', N'Beige Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77171', N'Beige Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77172', N'Rabbit Doll Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77173', N'Rabbit Doll Body [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77174', N'Rabbit Doll Glove [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77175', N'Rabbit Doll Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78001', N'Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78002', N'Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78003', N'Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78004', N'Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78005', N'Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78006', N'Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78007', N'Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78008', N'Brown Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78009', N'Brown Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78010', N'Brown Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78011', N'Brown Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78012', N'Brown Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78013', N'Brown Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78014', N'Brown Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78015', N'Navy Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78016', N'Navy Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78017', N'Navy Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78018', N'Navy Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78019', N'Navy Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78020', N'Navy Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78021', N'Navy Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78022', N'Pink Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78023', N'Pink Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78024', N'Pink Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78025', N'Pink Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78026', N'Pink Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78027', N'Pink Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78028', N'Pink Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78029', N'Grey Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78030', N'Grey Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78031', N'Grey Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78032', N'Grey Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78033', N'Grey Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78034', N'Grey Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78035', N'Grey Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78036', N'Blue Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78037', N'Blue Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78038', N'Blue Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78039', N'Blue Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78040', N'Blue Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78041', N'Blue Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78042', N'Blue Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78043', N'Purple Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78044', N'Purple Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78045', N'Purple Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78046', N'Purple Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78047', N'Purple Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78048', N'Purple Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78049', N'Purple Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78050', N'White Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78051', N'White Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78052', N'White Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78053', N'White Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78054', N'White Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78055', N'White Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78056', N'White Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78057', N'Black Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78058', N'Black Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78059', N'Black Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78060', N'Black Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78061', N'Black Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78062', N'Black Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78063', N'Black Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78064', N'Beach Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78065', N'Beach Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78066', N'Beach Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78067', N'Beach Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78068', N'Beach Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78069', N'Beach Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78070', N'Beach Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78071', N'Green Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78072', N'Green Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78073', N'Green Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78074', N'Green Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78075', N'Green Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78076', N'Green Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78077', N'Green Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78078', N'Orange Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78079', N'Orange Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78080', N'Orange Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78081', N'Orange Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78082', N'Orange Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78083', N'Orange Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78084', N'Orange Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78085', N'Skeleton Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78086', N'Skeleton Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78087', N'Snowman Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78088', N'Dragon Costume Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78089', N'Dragon Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78090', N'Dragon Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78091', N'Yellow Reggae Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78092', N'Purple Reggae Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78093', N'Green Reggae Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78094', N'Floral Black Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78095', N'Floral Red Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78096', N'Floral Yellow Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78097', N'Dreamy Yellow Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78098', N'Dreamy Purple Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78099', N'Dreamy Green Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78100', N'Yellow Regent Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78101', N'Plum Regent Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78102', N'Green Regent Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78103', N'Wavy Black Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78104', N'Wavy Red Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78105', N'Wavy Yellow Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78106', N'Black Regent Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78107', N'Red Regent Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78108', N'Yellow Regent Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78109', N'Brown Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78110', N'Brown Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78111', N'Brown Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78112', N'Brown Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78113', N'Brown Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78114', N'Brown Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78115', N'Brown Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78116', N'Green Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78117', N'Green Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78118', N'Green Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78119', N'Green Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78120', N'Green Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78121', N'Green Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78122', N'Green Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78123', N'Purple Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78124', N'Purple Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78125', N'Purple Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78126', N'Purple Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78127', N'Purple Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78128', N'Purple Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78129', N'Purple Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78130', N'Grey Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78131', N'Grey Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78132', N'Grey Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78133', N'Grey Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78134', N'Grey Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78135', N'Grey Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78136', N'Grey Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78137', N'Red Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78138', N'Red Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78139', N'Red Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78140', N'Red Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78141', N'Red Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78142', N'Red Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78143', N'Red Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78144', N'Black Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78145', N'Black Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78146', N'Black Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78147', N'Black Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78148', N'Black Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78149', N'Black Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78150', N'Black Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78151', N'White Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78152', N'White Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78153', N'White Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78154', N'White Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78155', N'White Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78156', N'White Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78157', N'White Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78158', N'Costume Supply Item : Shoes', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78159', N'Costume Supply Item : Shirt', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78160', N'Costume Supply Item : Glove', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78161', N'Costume Supply Item : Tights', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78162', N'Costume Supply Item : Coat', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78163', N'Costume Supply Item : Pants', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78164', N'Rabbit Doll Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78165', N'Rabbit Doll Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78166', N'Rabbit Doll Glove [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78167', N'Rabbit Doll Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78168', N'Costume-issue Item: Cat Paperbox Head', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78169', N'Costume-issue Item: Fly Paperbox Head', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78170', N'Costume-issue Item: Pig Paperbox Head', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78171', N'Weapon-issue Item', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78172', N'Weapon-issue Item', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78173', N'Weapon-issue Item', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78174', N'Insect Costume Design Issue Item', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78175', N'Title Issue Item', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78176', N'Growth Hormone Releaser Ingredient Box', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'500', N'110') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80001', N'Condition 1', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80002', N'Condition 2', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80003', N'Condition 3', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80004', N'Condition 4', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80005', N'Condition 5', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80006', N'Condition 6', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80007', N'Condition 7', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80008', N'Condition 8', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80009', N'Condition 9', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80010', N'Condition 10', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80011', N'10 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80012', N'20 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80013', N'30 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80014', N'50 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80015', N'80 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80016', N'100 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80017', N'130 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80018', N'150 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80019', N'180 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80020', N'200 Combo', N'6', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90001', N'Other World Tutorial', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90002', N'Cellar Sewer Dead Man''s Chest', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90003', N'90003', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90004', N'90004', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90005', N'90005', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90006', N'90006', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90010', N'90010', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90011', N'The tutorial will be over after you meet Vincent', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90012', N'', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90013', N'The last cypher scene with Amelia on the 5th', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014', N'Georg''s Anger Management Class 5', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90021', N'The Last Event 1 on the 4th', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90022', N'The Last Event 2 on the 4th', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90023', N'The scene of Vincent rescuing Gerald', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024', N'Arboretum Boss Event', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025', N'Scene were Ryan is caught chasing Vincent', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90031', N'Scene where Mr. Heo meets Pierre ', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90032', N'Betty runs out from the bar', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90033', N'The scene where Gorgon encounters Death', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034', N'The scene where Gerald makes a run to the Grave', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035', N'The scene where Death and Gerald go off to the Castle together', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90041', N'90041', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90042', N'90042', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90043', N'90043', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044', N'90044', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045', N'10th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046', N'50th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90047', N'100th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90048', N'200th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90049', N'300th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90050', N'400th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90051', N'500th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90052', N'600th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90053', N'700th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054', N'800th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055', N'900th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056', N'1000th Floor Clear', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90057', N'Veranda First room blocked conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90058', N'Veranda First room open conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90059', N'Veranda First room blocked conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90060', N'Veranda Second room open conversation', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90061', N'D-4 END', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90110', N'Seed 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90120', N'Seed 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90130', N'Seed 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90210', N'Baby 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90220', N'Baby 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90230', N'Baby 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90310', N'Elementary Student 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90320', N'Elementary Student 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90330', N'Elementary Student 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90410', N'Teenager 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90420', N'Teenager 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90430', N'Teenager 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90511', N'Health 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90512', N'Personality 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90513', N'Force 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90514', N'Charm 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90515', N'Intelligence 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90521', N'Health 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90522', N'Personality 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90523', N'Force 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90524', N'Charm 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90525', N'Intelligence 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90531', N'Health 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90532', N'Personality 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90533', N'Force 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90534', N'Charm 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90535', N'Intelligence 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90601', N'Witch 1', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90602', N'Witch 2', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90603', N'Witch 3', N'6', N'0', N'0', N'15', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100001', N'Instant Item 01', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100002', N'Instant Item 02', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100003', N'Instant Item 03', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100004', N'Instant Item 04', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100005', N'Instant Item 05', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'100006', N'Instant Item 06', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'110000', N'Other World Entry Card', N'5', N'0', N'0', N'13', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120000', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120001', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120002', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120003', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120004', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120005', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120006', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120007', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120008', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120009', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120010', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120011', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120012', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120013', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120017', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120018', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120019', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120020', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120021', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120022', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120023', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120027', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120028', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120029', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120030', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120031', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120032', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120033', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120037', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120038', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120039', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120040', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120041', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120042', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120043', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120047', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120048', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120049', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120050', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120051', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120052', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120053', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120054', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120055', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120056', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120057', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120058', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120059', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120060', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120061', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120062', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120063', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120064', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120065', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120066', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120067', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120068', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120069', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120070', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120071', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120072', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120073', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120074', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120075', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120076', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120077', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120078', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120079', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120080', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120081', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120082', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120083', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120084', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120085', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120086', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120087', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120088', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120089', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120090', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120091', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120092', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120093', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120094', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120095', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120096', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120097', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120098', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120099', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120100', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120101', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120102', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120103', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120104', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120105', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120106', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120107', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120108', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120109', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120110', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120111', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120112', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120113', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120114', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120115', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120116', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120117', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120118', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120119', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120120', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120121', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120122', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120123', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120124', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120125', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120126', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120127', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120128', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120129', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120130', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120131', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120132', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120133', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120134', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120135', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120136', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120137', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120138', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120139', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120140', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120141', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120142', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120143', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120144', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120145', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120146', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120147', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120148', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120149', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120150', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120151', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120152', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120153', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120154', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120155', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120156', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120157', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120158', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120159', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120160', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120161', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120162', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120163', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120164', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120165', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120166', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120167', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120168', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120169', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120170', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120171', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120172', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120173', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120174', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120175', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120176', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120177', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120178', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120179', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120180', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120181', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120182', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120183', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120184', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120185', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120186', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120187', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120188', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120189', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120190', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120191', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120192', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120193', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120194', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120195', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120196', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120197', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120198', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120199', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120200', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120201', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120202', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120203', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120204', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120205', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120206', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120207', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120208', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120209', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120210', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120211', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120212', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120213', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120214', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120215', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120216', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120217', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120218', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120219', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120220', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120221', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120222', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120223', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120224', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120225', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120226', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120227', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120228', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120229', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120230', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120231', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120232', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120233', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120234', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120235', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120236', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120237', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120238', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120239', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120240', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120241', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120242', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120243', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120244', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120999', N'Riddle Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'121901', N'Chaos Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'121902', N'Chaos Box', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'130000', N'Coin of Luck', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'630511', N'Militia Ring', N'1', N'2', N'0', N'17', N'2', N'3', N'0', N'0', N'0', N'0', N'300', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000001', N'Frantz Invinsible Sword for testing', N'1', N'0', N'3', N'5', N'5', N'1', N'9500', N'1', N'3', N'1', N'2000', N'108240', N'11906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000002', N'Angela Invinsible Magic for testing', N'1', N'0', N'3', N'7', N'5', N'1', N'9500', N'1', N'3', N'1', N'2500', N'108240', N'11906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000003', N'Tude Invinsible Gauntlet for testing', N'1', N'0', N'3', N'9', N'5', N'1', N'9500', N'1', N'3', N'1', N'1800', N'108240', N'11906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000004', N'Old Mithril Sword', N'1', N'0', N'0', N'39', N'6', N'1', N'100000', N'0', N'0', N'1', N'2000', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'10000001', N'Chardonnay Wine', N'2', N'0', N'0', N'13', N'1', N'6', N'0', N'0', N'0', N'0', N'1', N'100', N'11') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011000', N'Practice Sword', N'1', N'0', N'0', N'5', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011001', N'Starter Sword', N'1', N'0', N'0', N'5', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011002', N'Short Sword', N'1', N'0', N'0', N'5', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011003', N'Long Sword', N'1', N'0', N'0', N'5', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011004', N'War Sword', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011005', N'Sharp Sword', N'1', N'0', N'0', N'5', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011006', N'Battle Sword', N'1', N'0', N'0', N'5', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011007', N'Strong Sword', N'1', N'0', N'0', N'5', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011008', N'Sturdy Sword', N'1', N'0', N'0', N'5', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011009', N'Broad Sword', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011010', N'Celt Sword', N'1', N'0', N'0', N'5', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011011', N'Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011012', N'Primal Sword', N'1', N'0', N'0', N'5', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011013', N'Royal Sword', N'1', N'0', N'0', N'5', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011014', N'Gothic Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011015', N'Templar Sword', N'1', N'0', N'0', N'5', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011016', N'Keen Sword', N'1', N'0', N'0', N'5', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011017', N'Zephyr Sword', N'1', N'0', N'0', N'5', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011018', N'Demonic Sword', N'1', N'0', N'0', N'5', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011019', N'Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012001', N'Starter Sword', N'1', N'0', N'0', N'5', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012002', N'Short Sword', N'1', N'0', N'0', N'5', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012003', N'Long Sword', N'1', N'0', N'0', N'5', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012004', N'War Sword', N'1', N'0', N'0', N'5', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012005', N'Sharp Sword', N'1', N'0', N'0', N'5', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012006', N'Battle Sword', N'1', N'0', N'0', N'5', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012007', N'Strong Sword', N'1', N'0', N'0', N'5', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012008', N'Sturdy Sword', N'1', N'0', N'0', N'5', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012009', N'Broad Sword', N'1', N'0', N'0', N'5', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012010', N'Celt Sword', N'1', N'0', N'0', N'5', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012011', N'Gallant Sword', N'1', N'0', N'0', N'5', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012012', N'Primal Sword', N'1', N'0', N'0', N'5', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012013', N'Royal Sword', N'1', N'0', N'0', N'5', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012014', N'Gothic Sword', N'1', N'0', N'0', N'5', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012015', N'Templar Sword', N'1', N'0', N'0', N'5', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012016', N'Keen Sword', N'1', N'0', N'0', N'5', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012017', N'Zephyr Sword', N'1', N'0', N'0', N'5', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012018', N'Demonic Sword', N'1', N'0', N'0', N'5', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012019', N'Shadow Sword', N'1', N'0', N'0', N'5', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014001', N'Bone Blade', N'1', N'0', N'0', N'5', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014002', N'Dark Blade', N'1', N'1', N'5', N'5', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014003', N'Assault Sword', N'1', N'1', N'5', N'5', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014004', N'Unholy Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014005', N'Lavinunce Edge', N'1', N'1', N'5', N'5', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014006', N'Massacre Edge', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014007', N'Demonic Blade', N'1', N'1', N'5', N'5', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014008', N'Oathbreaker', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014009', N'Al-Hajad', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014010', N'Dark Eye', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014011', N'Infinity Reavers', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014104', N'Delicate Unholy Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014106', N'Delicate Massacre Edge', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014108', N'Delicate Oathbreaker', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014110', N'Delicate Darkeye', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015001', N'Shark Tooth', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015002', N'Dark Prince', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015003', N'Black Fang', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015004', N'Blood Moon', N'1', N'1', N'3', N'5', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015005', N'Dark Stream', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015006', N'Gram', N'1', N'1', N'3', N'5', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015007', N'Death Bringer', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015008', N'Caliburn', N'1', N'1', N'3', N'5', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015009', N'Tirbing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015010', N'Sinister', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015011', N'Dark Stream', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015103', N'Delicate Black Fang', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015105', N'Delicate Navioo', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015107', N'Delicate Death Bringer', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015109', N'Delicate Tirbing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021001', N'Hand Axe', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2200', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021002', N'Broad Mace', N'1', N'0', N'0', N'6', N'1', N'13', N'7000', N'0', N'0', N'1', N'2200', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021003', N'Buroba Axe', N'1', N'0', N'0', N'6', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021004', N'Steel Axe', N'1', N'0', N'0', N'6', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021005', N'Celt Axe', N'1', N'0', N'0', N'6', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021006', N'Two-Handed Axe', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021007', N'Great Axe', N'1', N'0', N'0', N'6', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021008', N'Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021009', N'Gothic Axe', N'1', N'0', N'0', N'6', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021010', N'War Axe', N'1', N'0', N'0', N'6', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021011', N'Bardiche Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021012', N'Bearded Axe', N'1', N'0', N'0', N'6', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021013', N'Buster Slayer', N'1', N'0', N'0', N'6', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021014', N'Stingray', N'1', N'0', N'0', N'6', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021015', N'Bone Slayer', N'1', N'0', N'0', N'6', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021016', N'Battle Axe', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022001', N'Hand Axe', N'1', N'0', N'0', N'6', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022002', N'Broad Mace', N'1', N'0', N'0', N'6', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022003', N'Buroba Axe', N'1', N'0', N'0', N'6', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022004', N'Steel Axe', N'1', N'0', N'0', N'6', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022005', N'Celt Axe', N'1', N'0', N'0', N'6', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022006', N'Two-Handed Axe', N'1', N'0', N'0', N'6', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022007', N'Great Axe', N'1', N'0', N'0', N'6', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022008', N'Lokaber Mace', N'1', N'0', N'0', N'6', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022009', N'Gothic Axe', N'1', N'0', N'0', N'6', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022010', N'War Axe', N'1', N'0', N'0', N'6', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022011', N'Bardiche Axe', N'1', N'0', N'0', N'6', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022012', N'Bearded Axe', N'1', N'0', N'0', N'6', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022013', N'Buster Slayer', N'1', N'0', N'0', N'6', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022014', N'Stingray', N'1', N'0', N'0', N'6', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022015', N'Bone Slayer', N'1', N'0', N'0', N'6', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022016', N'Battle Axe', N'1', N'0', N'0', N'6', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022101', N'Grid Axe', N'1', N'0', N'0', N'6', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022102', N'Small Axe', N'1', N'0', N'0', N'6', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024001', N'Assault Mace', N'1', N'1', N'5', N'6', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024002', N'Tabar Jin', N'1', N'1', N'5', N'6', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024003', N'Lumberjack', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024004', N'Fury', N'1', N'1', N'5', N'6', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024005', N'Kingsbane', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024006', N'Demonic Slayer', N'1', N'1', N'5', N'6', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024007', N'Minotauros', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024008', N'Ironcleaver', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024009', N'Savage Murderer', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024010', N'Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024103', N'Delicate Lumberjack', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024105', N'Delicate Kingsbane', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024107', N'Delicate Minotaur', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024109', N'Delicate Bloody Murderer', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024110', N'Exquisite Destruction', N'1', N'1', N'5', N'6', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025001', N'Francisca', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025002', N'Palstave', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025003', N'Spontun', N'1', N'1', N'3', N'6', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025004', N'Grandis', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025005', N'Chaser', N'1', N'1', N'3', N'6', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025006', N'El-Nas', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025007', N'Earthquake', N'1', N'1', N'3', N'6', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025008', N'Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025009', N'Gigantes', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025102', N'Delicate Palstave', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025104', N'Delicate Grandis', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025106', N'Delicate El-Nas', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025108', N'Delicate Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025109', N'Exquisite Gigantes', N'1', N'1', N'3', N'6', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031000', N'Practice Magic Sword', N'1', N'0', N'0', N'7', N'1', N'1', N'100000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031001', N'Gnarled Sword', N'1', N'0', N'0', N'7', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031002', N'Magic Sword', N'1', N'0', N'0', N'7', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031003', N'Lunar Magic Sword', N'1', N'0', N'0', N'7', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031004', N'Crystal Magic Sword', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031005', N'Runic Sword', N'1', N'0', N'0', N'7', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031006', N'Spell Sword', N'1', N'0', N'0', N'7', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031007', N'Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031008', N'Spellweaver', N'1', N'0', N'0', N'7', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031009', N'Rune Spell Sword', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031010', N'Spell Breaker', N'1', N'0', N'0', N'7', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031011', N'Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031012', N'Nether Blade', N'1', N'0', N'0', N'7', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031013', N'Elven Spell Sword', N'1', N'0', N'0', N'7', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031014', N'Karma Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031015', N'Rune Breaker', N'1', N'0', N'0', N'7', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031016', N'Obsidian Sword', N'1', N'0', N'0', N'7', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031017', N'Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031018', N'Witchblade', N'1', N'0', N'0', N'7', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031019', N'Demon Witch Sword', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032001', N'Gnarled Sword', N'1', N'0', N'0', N'7', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032002', N'Magic Sword', N'1', N'0', N'0', N'7', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032003', N'Lunar Magic Sword', N'1', N'0', N'0', N'7', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032004', N'Crystal Magic Sword', N'1', N'0', N'0', N'7', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032005', N'Runic Sword', N'1', N'0', N'0', N'7', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032006', N'Spell Sword', N'1', N'0', N'0', N'7', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032007', N'Druidic Blade', N'1', N'0', N'0', N'7', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032008', N'Spellweaver', N'1', N'0', N'0', N'7', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032009', N'Rune Spell Sword', N'1', N'0', N'0', N'7', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032010', N'Spell Breaker', N'1', N'0', N'0', N'7', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032011', N'Sorceress Sword', N'1', N'0', N'0', N'7', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032012', N'Nether Blade', N'1', N'0', N'0', N'7', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032013', N'Elven Spell Sword', N'1', N'0', N'0', N'7', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032014', N'Karma Edge', N'1', N'0', N'0', N'7', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032015', N'Rune Breaker', N'1', N'0', N'0', N'7', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032016', N'Obsidian Sword', N'1', N'0', N'0', N'7', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032017', N'Warlock Sword', N'1', N'0', N'0', N'7', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032018', N'Witchblade', N'1', N'0', N'0', N'7', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032019', N'Demon Witch Sword', N'1', N'0', N'0', N'7', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034001', N'Bone Sword', N'1', N'0', N'0', N'7', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034002', N'Spatha', N'1', N'1', N'5', N'7', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034003', N'Orchid Sword', N'1', N'1', N'5', N'7', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034004', N'Bane Blade', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034005', N'Misericorde', N'1', N'1', N'5', N'7', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034006', N'Curtis Doom Witch Sword', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034007', N'Demon Witch Sword', N'1', N'1', N'5', N'7', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034008', N'Winter''s Heart', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034009', N'Tahelum', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034010', N'Avenger', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034011', N'Exceed', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034104', N'Delicate Bane Blade', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034106', N'Delicate Curtis Doom Witch Sword', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034108', N'Delicate Winter''s Heart', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034110', N'Delicate Avenger', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034111', N'Exquisite Exceed', N'1', N'1', N'5', N'7', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035001', N'Bansi', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035002', N'Vanquish', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035003', N'Pendulum', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035004', N'Chrysaor', N'1', N'1', N'3', N'7', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035005', N'Mimang', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035006', N'Nigling', N'1', N'1', N'3', N'7', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035007', N'Acubens', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035008', N'Nagelring', N'1', N'1', N'3', N'7', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035009', N'Naegling', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035010', N'Kalabog', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035103', N'Delicate Pendulum', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035105', N'Delicate Illusion', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035107', N'Delicate Aquvence', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035109', N'Delicate Negling', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035110', N'Exquisite Kalabog', N'1', N'1', N'3', N'7', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041001', N'Scythe', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041002', N'Nordic Scythe', N'1', N'0', N'0', N'8', N'1', N'13', N'7000', N'0', N'0', N'1', N'2600', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041003', N'Jagged Scythe', N'1', N'0', N'0', N'8', N'1', N'16', N'7000', N'0', N'0', N'1', N'2600', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041004', N'Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'19', N'7000', N'0', N'0', N'1', N'2600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041005', N'Celt Scythe', N'1', N'0', N'0', N'8', N'1', N'22', N'7000', N'0', N'0', N'1', N'2600', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041006', N'Dusk Scythe', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041007', N'Battle Scythe', N'1', N'0', N'0', N'8', N'1', N'28', N'7000', N'0', N'0', N'1', N'2600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041008', N'Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'31', N'7000', N'0', N'0', N'1', N'2600', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041009', N'Gothic Scythe', N'1', N'0', N'0', N'8', N'1', N'34', N'7000', N'0', N'0', N'1', N'2600', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041010', N'Crimson Scythe', N'1', N'0', N'0', N'8', N'1', N'37', N'7000', N'0', N'0', N'1', N'2600', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041011', N'Stella Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041012', N'Gloomy Scythe', N'1', N'0', N'0', N'8', N'1', N'43', N'7000', N'0', N'0', N'1', N'2600', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041013', N'Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'46', N'7000', N'0', N'0', N'1', N'2600', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041014', N'Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'49', N'7000', N'0', N'0', N'1', N'2600', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041015', N'Runic Scythe', N'1', N'0', N'0', N'8', N'1', N'52', N'7000', N'0', N'0', N'1', N'2600', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041016', N'Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042001', N'Scythe', N'1', N'0', N'0', N'8', N'2', N'11', N'7500', N'0', N'3', N'1', N'2600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042002', N'Nordic Scythe', N'1', N'0', N'0', N'8', N'2', N'14', N'7500', N'0', N'3', N'1', N'2600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042003', N'Jagged Scythe', N'1', N'0', N'0', N'8', N'2', N'17', N'7500', N'0', N'3', N'1', N'2600', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042004', N'Witch Scythe', N'1', N'0', N'0', N'8', N'2', N'20', N'7500', N'0', N'3', N'1', N'2600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042005', N'Celt Scythe', N'1', N'0', N'0', N'8', N'2', N'23', N'7500', N'0', N'3', N'1', N'2600', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042006', N'Dusk Scythe', N'1', N'0', N'0', N'8', N'2', N'26', N'7500', N'0', N'3', N'1', N'2600', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042007', N'Battle Scythe', N'1', N'0', N'0', N'8', N'2', N'29', N'7500', N'0', N'3', N'1', N'2600', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042008', N'Barbed Scythe', N'1', N'0', N'0', N'8', N'2', N'32', N'7500', N'0', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042009', N'Gothic Scythe', N'1', N'0', N'0', N'8', N'2', N'35', N'7500', N'0', N'3', N'1', N'2600', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042010', N'Crimson Scythe', N'1', N'0', N'0', N'8', N'2', N'38', N'7500', N'0', N'3', N'1', N'2600', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042011', N'Stella Scythe', N'1', N'0', N'0', N'8', N'2', N'41', N'7500', N'0', N'3', N'1', N'2600', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042012', N'Gloomy Scythe', N'1', N'0', N'0', N'8', N'2', N'44', N'7500', N'0', N'3', N'1', N'2600', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042013', N'Demonic Scythe', N'1', N'0', N'0', N'8', N'2', N'47', N'7500', N'0', N'3', N'1', N'2600', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042014', N'Scorching Scythe', N'1', N'0', N'0', N'8', N'2', N'50', N'7500', N'0', N'3', N'1', N'2600', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042015', N'Runic Scythe', N'1', N'0', N'0', N'8', N'2', N'53', N'7500', N'0', N'3', N'1', N'2600', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042016', N'Tera Scythe', N'1', N'0', N'0', N'8', N'2', N'56', N'7500', N'0', N'3', N'1', N'2600', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042101', N'Handy Scythe', N'1', N'0', N'0', N'8', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042102', N'Scythe', N'1', N'0', N'0', N'8', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044001', N'Grey Phantom', N'1', N'1', N'5', N'8', N'4', N'10', N'8000', N'1', N'3', N'1', N'2600', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044002', N'Foereaper', N'1', N'1', N'5', N'8', N'4', N'15', N'8000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044003', N'Osprey', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044004', N'Dark Scythe', N'1', N'1', N'5', N'8', N'4', N'25', N'8000', N'1', N'3', N'1', N'2600', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044005', N'Wicked Claw', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044006', N'Angry Buzzard', N'1', N'1', N'5', N'8', N'4', N'35', N'8000', N'1', N'3', N'1', N'2600', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044007', N'Rosemary', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044008', N'Chaos', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044009', N'Albatros', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044010', N'Silence', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044103', N'Delicate Osprey', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044105', N'Delicate Wicked Claw', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044107', N'Delicate Rosemary', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044109', N'Delicate Albatros', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044110', N'Exquisite Silence', N'1', N'1', N'5', N'8', N'4', N'60', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045001', N'Knight-Hag', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045002', N'Alhena', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045003', N'Death Scythe', N'1', N'1', N'3', N'8', N'5', N'25', N'9000', N'1', N'3', N'1', N'2600', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045004', N'Canine', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045005', N'Shubalt''s Hex', N'1', N'1', N'3', N'8', N'5', N'35', N'9000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045006', N'Axelus', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045007', N'Badb Catha', N'1', N'1', N'3', N'8', N'5', N'45', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045008', N'Freya', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045009', N'Sirpidium', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045102', N'Delicate Alhena', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045104', N'Delicate Canine', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045106', N'Delicate Axelus', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045108', N'Delicate Freya', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045109', N'Exquisite Sirpidium', N'1', N'1', N'3', N'8', N'5', N'60', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051000', N'Practice Gauntlets', N'1', N'0', N'0', N'9', N'1', N'1', N'100000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051001', N'Gauntlet', N'1', N'0', N'0', N'9', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051002', N'Light Gauntlets', N'1', N'0', N'0', N'9', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051003', N'Low Gauntlets', N'1', N'0', N'0', N'9', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051004', N'Metal Gauntlets', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051005', N'Buster Fist', N'1', N'0', N'0', N'9', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051006', N'Battle Gauntlets', N'1', N'0', N'0', N'9', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051007', N'Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051008', N'Rigid Gauntlet', N'1', N'0', N'0', N'9', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051009', N'Jagged Knuckle', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051010', N'Lord Gauntlets', N'1', N'0', N'0', N'9', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051011', N'War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051012', N'Evil Gauntlets', N'1', N'0', N'0', N'9', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051013', N'Mighty Gauntlets', N'1', N'0', N'0', N'9', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051014', N'Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051015', N'Ogre Gauntlet', N'1', N'0', N'0', N'9', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051016', N'Battle Fist', N'1', N'0', N'0', N'9', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051017', N'Iron Fist', N'1', N'0', N'0', N'9', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051018', N'Demon Fist', N'1', N'0', N'0', N'9', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051019', N'War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052001', N'Gauntlet', N'1', N'0', N'0', N'9', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052002', N'Light Gauntlets', N'1', N'0', N'0', N'9', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052003', N'Low Gauntlets', N'1', N'0', N'0', N'9', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052004', N'Metal Gauntlets', N'1', N'0', N'0', N'9', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052005', N'Buster Fist', N'1', N'0', N'0', N'9', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052006', N'Battle Gauntlets', N'1', N'0', N'0', N'9', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052007', N'Chain Gauntlets', N'1', N'0', N'0', N'9', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052008', N'Rigid Gauntlet', N'1', N'0', N'0', N'9', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052009', N'Jagged Knuckle', N'1', N'0', N'0', N'9', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052010', N'Lord Gauntlets', N'1', N'0', N'0', N'9', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052011', N'War Gauntlets', N'1', N'0', N'0', N'9', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052012', N'Evil Gauntlets', N'1', N'0', N'0', N'9', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052013', N'Mighty Gauntlets', N'1', N'0', N'0', N'9', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052014', N'Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052015', N'Ogre Gauntlet', N'1', N'0', N'0', N'9', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052016', N'Battle Fist', N'1', N'0', N'0', N'9', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052017', N'Iron Fist', N'1', N'0', N'0', N'9', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052018', N'Demon Fist', N'1', N'0', N'0', N'9', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052019', N'War Gauntlets', N'1', N'0', N'0', N'9', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054001', N'Bone Gauntlets', N'1', N'0', N'0', N'9', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054002', N'Howler', N'1', N'1', N'5', N'9', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054003', N'Envy', N'1', N'1', N'5', N'9', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054004', N'Blasted Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054005', N'Jade Gauntlets', N'1', N'1', N'5', N'9', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054006', N'Titan Arm', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054007', N'Black Rose', N'1', N'1', N'5', N'9', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054008', N'White Wolf', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054009', N'Spirit Keeper', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054010', N'Fiend Fist', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054011', N'Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054104', N'Delicate Cursed War Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054106', N'Delicate Curtis Doom Gauntlet', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054108', N'Delicate White Wolf', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054110', N'Delicate Fiend Fist', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054111', N'Exquisite Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055001', N'Shark Skin', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055002', N'Wolf Tail', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055003', N'Godhand', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055004', N'Scavenger', N'1', N'1', N'3', N'9', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055005', N'Vex-Servant', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055006', N'War Crisis', N'1', N'1', N'3', N'9', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055007', N'Kornephoros', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055008', N'Skadi', N'1', N'1', N'3', N'9', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055009', N'Garum', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055010', N'Nejad', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055103', N'Delicate Godhand', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055105', N'Delicate Vex-Servant', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055107', N'Delicate Kornephoros', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055109', N'Delicate Ifrit', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055110', N'Exquisite Nejad', N'1', N'1', N'3', N'9', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061001', N'Claw', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061002', N'Talons', N'1', N'0', N'0', N'10', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061003', N'Steel Claw', N'1', N'0', N'0', N'10', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061004', N'War Claw', N'1', N'0', N'0', N'10', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061005', N'Tickler', N'1', N'0', N'0', N'10', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061006', N'Battle Claw', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061007', N'Wild Claw', N'1', N'0', N'0', N'10', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061008', N'Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061009', N'Scissor Claw', N'1', N'0', N'0', N'10', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061010', N'Iron Claw', N'1', N'0', N'0', N'10', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061011', N'Valiant Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061012', N'Avenging Claw', N'1', N'0', N'0', N'10', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061013', N'Demon Claw', N'1', N'0', N'0', N'10', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061014', N'Blade Talon', N'1', N'0', N'0', N'10', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061015', N'Biting Talon', N'1', N'0', N'0', N'10', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061016', N'Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062001', N'Claw', N'1', N'0', N'0', N'10', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062002', N'Talons', N'1', N'0', N'0', N'10', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062003', N'Steel Claw', N'1', N'0', N'0', N'10', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062004', N'War Claw', N'1', N'0', N'0', N'10', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062005', N'Tickler', N'1', N'0', N'0', N'10', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062006', N'Battle Claw', N'1', N'0', N'0', N'10', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062007', N'Wild Claw', N'1', N'0', N'0', N'10', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062008', N'Fatal Claw', N'1', N'0', N'0', N'10', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062009', N'Scissor Claw', N'1', N'0', N'0', N'10', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062010', N'Iron Claw', N'1', N'0', N'0', N'10', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062011', N'Valiant Claw', N'1', N'0', N'0', N'10', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062012', N'Avenging Claw', N'1', N'0', N'0', N'10', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062013', N'Demon Claw', N'1', N'0', N'0', N'10', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062014', N'Blade Talon', N'1', N'0', N'0', N'10', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062015', N'Biting Talon', N'1', N'0', N'0', N'10', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062016', N'Zapper Claw', N'1', N'0', N'0', N'10', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062101', N'Bone Claw', N'1', N'0', N'0', N'10', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062102', N'Howling Claw', N'1', N'0', N'0', N'10', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064001', N'Ghost Claw', N'1', N'1', N'5', N'10', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064002', N'Pride', N'1', N'1', N'5', N'10', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064003', N'Gleaming Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064004', N'Cestus', N'1', N'1', N'5', N'10', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064005', N'Shackled Talon', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064006', N'Ogre Mitt', N'1', N'1', N'5', N'10', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064007', N'Mithril Claw', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064008', N'Chimera', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064009', N'Storm Rider', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064010', N'Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064103', N'Delicate Cursed War Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064105', N'Delicate Curtis Doom Claw', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064107', N'Delicate Mithril Claw', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064109', N'Delicate Storm Rider', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064110', N'Exquisite Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065001', N'Agni', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065002', N'Mangler', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065003', N'Dark Crow', N'1', N'1', N'3', N'10', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065004', N'Shadow-Killer', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065005', N'Kaiser Knuckle', N'1', N'1', N'3', N'10', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065006', N'Wraith Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065007', N'Deneb', N'1', N'1', N'3', N'10', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065008', N'Typhon', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065009', N'Radeath', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065102', N'Delicate Mangler', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065104', N'Delicate Shadow-Killer', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065106', N'Delicate Wraith Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065108', N'Delicate Typhon', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065109', N'Exquisite Radeath', N'1', N'1', N'3', N'10', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071000', N'Training Revolver ', N'1', N'0', N'0', N'11', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071001', N'Derringer', N'1', N'0', N'0', N'11', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071002', N'Auto Revolver', N'1', N'0', N'0', N'11', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071003', N'Light Revolver', N'1', N'0', N'0', N'11', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071004', N'Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071005', N'Flintlock', N'1', N'0', N'0', N'11', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071006', N'Blazing Revolver', N'1', N'0', N'0', N'11', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071007', N'Stinger', N'1', N'0', N'0', N'11', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071008', N'Deck Pistol', N'1', N'0', N'0', N'11', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071009', N'Blaster', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071010', N'Burning Revolver', N'1', N'0', N'0', N'11', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071011', N'Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071012', N'Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071013', N'Magnum Revolver', N'1', N'0', N'0', N'11', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071014', N'Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071015', N'Matchlock', N'1', N'0', N'0', N'11', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071016', N'Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071017', N'Slugger', N'1', N'0', N'0', N'11', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071018', N'Precise Pistol', N'1', N'0', N'0', N'11', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071019', N'Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072001', N'Derringer', N'1', N'0', N'0', N'11', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072002', N'Auto Revolver', N'1', N'0', N'0', N'11', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072003', N'Light Revolver', N'1', N'0', N'0', N'11', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072004', N'Pepperbox', N'1', N'0', N'0', N'11', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072005', N'Flintlock', N'1', N'0', N'0', N'11', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072006', N'Blazing Revolver', N'1', N'0', N'0', N'11', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072007', N'Stinger', N'1', N'0', N'0', N'11', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072008', N'Deck Pistol', N'1', N'0', N'0', N'11', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072009', N'Blaster', N'1', N'0', N'0', N'11', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072010', N'Burning Revolver', N'1', N'0', N'0', N'11', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072011', N'Gauss Revolver', N'1', N'0', N'0', N'11', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072012', N'Imperial Revolver', N'1', N'0', N'0', N'11', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072013', N'Magnum Revolver', N'1', N'0', N'0', N'11', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072014', N'Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072015', N'Matchlock', N'1', N'0', N'0', N'11', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072016', N'Chinook Revolver', N'1', N'0', N'0', N'11', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072017', N'Slugger', N'1', N'0', N'0', N'11', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072018', N'Precise Pistol', N'1', N'0', N'0', N'11', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072019', N'Nebula Revolver', N'1', N'0', N'0', N'11', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074001', N'Peashooter', N'1', N'0', N'0', N'11', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074002', N'Bolt Action', N'1', N'1', N'5', N'11', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074003', N'Six Shooter', N'1', N'1', N'5', N'11', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074004', N'Spitfire', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074005', N'Engraved Pistol', N'1', N'1', N'5', N'11', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074006', N'Pearl-Handled Pistol', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074007', N'Burning Worm', N'1', N'1', N'5', N'11', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074008', N'Dirge', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074009', N'Hand Cannon', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074010', N'Beretto', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074011', N'Dark Raven', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074104', N'Delicate Spitfire', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074106', N'Delicate Straight Shooter', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074108', N'Delicate Dirge', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074110', N'Delicate Beretto', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074111', N'Exquisite Dark Raven', N'1', N'1', N'5', N'11', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075001', N'Counter-Attack', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075002', N'Peacemaker', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075003', N'Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075004', N'.44 Revolver', N'1', N'1', N'3', N'11', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075005', N'Salamander ', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075006', N'Dune Falcon', N'1', N'1', N'3', N'11', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075007', N'Valentine ', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075008', N'King Cobra', N'1', N'1', N'3', N'11', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075009', N'Webley', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075010', N'Chrome', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075103', N'Delicate Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075105', N'Delicate Salamander', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075107', N'Delicate Valentine', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075109', N'Delicate Magnum', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075110', N'Exquisite Chrome', N'1', N'1', N'3', N'11', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081000', N'Training Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081001', N'Kentucky Musket', N'1', N'0', N'0', N'12', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081002', N'Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081003', N'Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081004', N'Sharps Musket', N'1', N'0', N'0', N'12', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081005', N'Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081006', N'Blunderbuss', N'1', N'0', N'0', N'12', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081007', N'Wild Musket', N'1', N'0', N'0', N'12', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081008', N'Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081009', N'Rumanian Carbine', N'1', N'0', N'0', N'12', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081010', N'Searing Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081011', N'Breech-Loader', N'1', N'0', N'0', N'12', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081012', N'Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081013', N'Coach Gun', N'1', N'0', N'0', N'12', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081014', N'Juarez Special', N'1', N'0', N'0', N'12', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081015', N'Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082001', N'Musket', N'1', N'0', N'0', N'12', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082002', N'Kentucky Musket', N'1', N'0', N'0', N'12', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082003', N'Mighty Musket', N'1', N'0', N'0', N'12', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082004', N'Roaring Musket', N'1', N'0', N'0', N'12', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082005', N'Sharps Musket', N'1', N'0', N'0', N'12', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082006', N'Blazing Musket', N'1', N'0', N'0', N'12', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082007', N'Blunderbuss', N'1', N'0', N'0', N'12', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082008', N'Wild Musket', N'1', N'0', N'0', N'12', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082009', N'Ornate Rifle', N'1', N'0', N'0', N'12', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082010', N'Rumanian Carbine', N'1', N'0', N'0', N'12', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082011', N'Searing Musket', N'1', N'0', N'0', N'12', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082012', N'Breech-Loader', N'1', N'0', N'0', N'12', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082013', N'Wheellock Rifle', N'1', N'0', N'0', N'12', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082014', N'Coach Gun', N'1', N'0', N'0', N'12', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082015', N'Juarez Special', N'1', N'0', N'0', N'12', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082016', N'Pult Musket', N'1', N'0', N'0', N'12', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082101', N'Handy Musket', N'1', N'0', N'0', N'12', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082102', N'Bolt Musket', N'1', N'0', N'0', N'12', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084001', N'Lever Action', N'1', N'1', N'5', N'12', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084002', N'Enfield', N'1', N'1', N'5', N'12', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084003', N'Saddleback', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084004', N'Side Winder', N'1', N'1', N'5', N'12', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084005', N'Benelli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084006', N'Fire Cracker', N'1', N'1', N'5', N'12', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084007', N'Blessed Musket', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084008', N'Fever-Shot', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084009', N'Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084010', N'The Veteran', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084103', N'Delicate Saddleback', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084105', N'Delicate Benelli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084107', N'Delicate Blessed Musket', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084109', N'Delicate Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084110', N'Exquisite The Veteran', N'1', N'1', N'5', N'12', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085001', N'Hawkeye', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085002', N'Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085003', N'Eraser', N'1', N'1', N'3', N'12', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085004', N'Liberator', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085005', N'Deluxe Carbine', N'1', N'1', N'3', N'12', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085006', N'Hell Fire', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085007', N'Black Rose', N'1', N'1', N'3', N'12', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085008', N'Conqueror', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085009', N'Serpent', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085102', N'Delicate Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085104', N'Delicate Liberator', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085106', N'Delicate Hell Fire', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085108', N'Delicate Conqueror', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085109', N'Exquisite Serpent', N'1', N'1', N'3', N'12', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091000', N'Practice Twin Swords', N'1', N'0', N'0', N'55', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091001', N'Cracked Twin Swords', N'1', N'0', N'0', N'55', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091002', N'Disrupt Twin Swords', N'1', N'0', N'0', N'55', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091003', N'Fragmentary Twin Swords', N'1', N'0', N'0', N'55', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091004', N'Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091005', N'Distinctive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091006', N'Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091007', N'Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091008', N'Symmetrical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091009', N'Congenial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091010', N'Vibrant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091011', N'Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091012', N'Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091013', N'Rigid Twin Swords', N'1', N'0', N'0', N'55', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091014', N'Harsh Twin Swords', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091015', N'Frantical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091016', N'Dormant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091017', N'Revengers Twin Swords', N'1', N'0', N'0', N'55', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091018', N'Transient Twin Swords', N'1', N'0', N'0', N'55', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091019', N'Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092001', N'Cracked Twin Swords', N'1', N'0', N'0', N'55', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092002', N'Disrupt Twin Swords', N'1', N'0', N'0', N'55', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092003', N'Fragmentary Twin Swords', N'1', N'0', N'0', N'55', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092004', N'Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092005', N'Distinctive Twin Swords', N'1', N'0', N'0', N'55', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092006', N'Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092007', N'Identical Twin Swords', N'1', N'0', N'0', N'55', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092008', N'Symmetrical Twin Swords', N'1', N'0', N'0', N'55', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092009', N'Congenial Twin Swords', N'1', N'0', N'0', N'55', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092010', N'Vibrant Twin Swords', N'1', N'0', N'0', N'55', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092011', N'Crucial Twin Swords', N'1', N'0', N'0', N'55', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092012', N'Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092013', N'Rigid Twin Swords', N'1', N'0', N'0', N'55', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092014', N'Harsh Twin Swords', N'1', N'0', N'0', N'55', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092015', N'Frantical Twin Swords', N'1', N'0', N'0', N'55', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092016', N'Dormant Twin Swords', N'1', N'0', N'0', N'55', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092017', N'Revengers Twin Swords', N'1', N'0', N'0', N'55', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092018', N'Transient Twin Swords', N'1', N'0', N'0', N'55', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092019', N'Destructive Twin Swords', N'1', N'0', N'0', N'55', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094001', N'Ailantus', N'1', N'0', N'0', N'55', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094002', N'Ramnus', N'1', N'1', N'5', N'55', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094003', N'Diospiros', N'1', N'1', N'5', N'55', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094004', N'Illex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094005', N'Actinidia', N'1', N'1', N'5', N'55', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094006', N'Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094007', N'Prunus', N'1', N'1', N'5', N'55', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094008', N'Kapainus', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094009', N'Vitis', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094010', N'Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094011', N'Strobe', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094104', N'Delicate Illex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094106', N'Delicate Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094108', N'Delicate Kapainus', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094110', N'Delicate Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094111', N'Exquisite Strobe', N'1', N'1', N'5', N'55', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095001', N'Ronisera', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095002', N'Laisium', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095003', N'Castanopsis', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095004', N'Cudrania', N'1', N'1', N'3', N'55', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095005', N'Yuonimus', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095006', N'Deucia', N'1', N'1', N'3', N'55', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095007', N'Kornus', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095008', N'Paderia', N'1', N'1', N'3', N'55', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095009', N'Acer', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095010', N'Lithido', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095103', N'Delicate Castanopsis', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095105', N'Delicate Yuonimus', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095107', N'Delicate Kornus', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095109', N'Delicate Acer', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095110', N'Exquisite Lithido', N'1', N'1', N'3', N'55', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111000', N'Practice Glaive', N'1', N'0', N'0', N'56', N'1', N'1', N'100000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111001', N'Chaotic Glaive', N'1', N'0', N'0', N'56', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111002', N'Divine Glaive', N'1', N'0', N'0', N'56', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111003', N'Glitters Glaive', N'1', N'0', N'0', N'56', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111004', N'Twilight Glaive', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111005', N'Edge Glaive', N'1', N'0', N'0', N'56', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111006', N'Modest Glaive', N'1', N'0', N'0', N'56', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111007', N'Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111008', N'Vested Glaive', N'1', N'0', N'0', N'56', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111009', N'Adept Glaive', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111010', N'Shrewd Glaive', N'1', N'0', N'0', N'56', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111011', N'Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111012', N'Precious Glaive', N'1', N'0', N'0', N'56', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111013', N'Astute Glaive', N'1', N'0', N'0', N'56', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111014', N'Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111015', N'Intense Glaive', N'1', N'0', N'0', N'56', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111016', N'Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111017', N'Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111018', N'Fever Glaive', N'1', N'0', N'0', N'56', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111019', N'Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112001', N'Chaotic Glaive', N'1', N'0', N'0', N'56', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112002', N'Divine Glaive', N'1', N'0', N'0', N'56', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112003', N'Glitters Glaive', N'1', N'0', N'0', N'56', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112004', N'Twilight Glaive', N'1', N'0', N'0', N'56', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112005', N'Edge Glaive', N'1', N'0', N'0', N'56', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112006', N'Modest Glaive', N'1', N'0', N'0', N'56', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112007', N'Mighty Glaive', N'1', N'0', N'0', N'56', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112008', N'Vested Glaive', N'1', N'0', N'0', N'56', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112009', N'Adept Glaive', N'1', N'0', N'0', N'56', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112010', N'Shrewd Glaive', N'1', N'0', N'0', N'56', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112011', N'Avent Glaive', N'1', N'0', N'0', N'56', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112012', N'Precious Glaive', N'1', N'0', N'0', N'56', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112013', N'Astute Glaive', N'1', N'0', N'0', N'56', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112014', N'Ardent Glaive', N'1', N'0', N'0', N'56', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112015', N'Intense Glaive', N'1', N'0', N'0', N'56', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112016', N'Tanned Glaive', N'1', N'0', N'0', N'56', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112017', N'Permanent Glaive', N'1', N'0', N'0', N'56', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112018', N'Fever Glaive', N'1', N'0', N'0', N'56', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112019', N'Zucky Glaive', N'1', N'0', N'0', N'56', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114001', N'Aeumops', N'1', N'0', N'0', N'56', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114002', N'Peramequinum', N'1', N'1', N'5', N'56', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114003', N'Hippocideridae', N'1', N'1', N'5', N'56', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114004', N'Juvatus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114005', N'Leucogaster', N'1', N'1', N'5', N'56', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114006', N'Aserodon', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114007', N'Rapinesqui', N'1', N'1', N'5', N'56', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114008', N'Marianus', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114009', N'Shirof Terra', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114010', N'Megarotis', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114011', N'Plekotooth', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114104', N'Delicate Juvatus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114106', N'Delicate Aserodon', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114108', N'Delicate Marianus', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114110', N'Delicate Megarotis', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114111', N'Exquisite Plekotooth', N'1', N'1', N'5', N'56', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115001', N'Borealis', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115002', N'Pormosus', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115003', N'Seminolus', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115004', N'Philotis', N'1', N'1', N'3', N'56', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115005', N'Pipistrelus', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115006', N'Gigas', N'1', N'1', N'3', N'56', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115007', N'Megarophila', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115008', N'Cinereus', N'1', N'1', N'3', N'56', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115009', N'Noctivegans', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115010', N'Kairoptera', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115103', N'Delicate Seminolus', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115105', N'Delicate Pipistrelus', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115107', N'Delicate Megarophila', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115109', N'Delicate Noctivegans', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115110', N'Exquisite Kairoptera', N'1', N'1', N'3', N'56', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131000', N'Practice Demon Hands', N'1', N'0', N'0', N'57', N'1', N'1', N'100000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131001', N'Archaic Demon Hands', N'1', N'0', N'0', N'57', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131002', N'Scars Demon Hands', N'1', N'0', N'0', N'57', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131003', N'Primitive Demon Hands', N'1', N'0', N'0', N'57', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131004', N'Binding Demon Hands', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131005', N'Compact Demon Hands', N'1', N'0', N'0', N'57', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131006', N'Colossal Demon Hands', N'1', N'0', N'0', N'57', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131007', N'Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131008', N'Flawless Demon Hands', N'1', N'0', N'0', N'57', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131009', N'Robust Demon Hands', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131010', N'Bulk Demon Hands', N'1', N'0', N'0', N'57', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131011', N'Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131012', N'Vast Demon Hands', N'1', N'0', N'0', N'57', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131013', N'Harsh Demon Hands', N'1', N'0', N'0', N'57', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131014', N'Immense Demon Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131015', N'Barbaric Demon Hands', N'1', N'0', N'0', N'57', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131016', N'Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131017', N'Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131018', N'Slaves Demon Hands', N'1', N'0', N'0', N'57', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131019', N'Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132001', N'Archaic Demon Hands', N'1', N'0', N'0', N'57', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132002', N'Scars Demon Hands', N'1', N'0', N'0', N'57', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132003', N'Primitive Demon Hands', N'1', N'0', N'0', N'57', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132004', N'Binding Demon Hands', N'1', N'0', N'0', N'57', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132005', N'Compact Demon Hands', N'1', N'0', N'0', N'57', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132006', N'Colossal Demon Hands', N'1', N'0', N'0', N'57', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132007', N'Formidable Demon Hands', N'1', N'0', N'0', N'57', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132008', N'Flawless Demon Hands', N'1', N'0', N'0', N'57', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132009', N'Robust Demon Hands', N'1', N'0', N'0', N'57', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132010', N'Bulk Demon Hands', N'1', N'0', N'0', N'57', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132011', N'Frexius Demon Hands', N'1', N'0', N'0', N'57', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132012', N'Vast Demon Hands', N'1', N'0', N'0', N'57', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132013', N'Harsh Demon Hands', N'1', N'0', N'0', N'57', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132014', N'Immense Demon Hands', N'1', N'0', N'0', N'57', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132015', N'Barbaric Demon Hands', N'1', N'0', N'0', N'57', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132016', N'Herz Demon Hands', N'1', N'0', N'0', N'57', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132017', N'Punch Demon Hands', N'1', N'0', N'0', N'57', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132018', N'Slaves Demon Hands', N'1', N'0', N'0', N'57', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132019', N'Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134001', N'Lepture', N'1', N'0', N'0', N'57', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134002', N'Malpinus', N'1', N'1', N'5', N'57', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134003', N'Adustus', N'1', N'1', N'5', N'57', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134004', N'Pumosus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134005', N'Hesperius', N'1', N'1', N'5', N'57', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134006', N'Infuscus', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134007', N'Jabanikus', N'1', N'1', N'5', N'57', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134008', N'Premaebus', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134009', N'Sumatransis', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134010', N'Dookunensis', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134011', N'Diceros', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134104', N'Delicate Pumosus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134106', N'Delicate Infuscus', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134108', N'Delicate Premaebus', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134110', N'Delicate Dookunensis', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134111', N'Exquisite Diceros', N'1', N'1', N'5', N'57', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135001', N'Aureus', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135002', N'Aljerensis', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135003', N'Antus', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135004', N'Vea', N'1', N'1', N'3', N'57', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135005', N'Crusemani', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135006', N'Indicus', N'1', N'1', N'3', N'57', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135007', N'Rupaster', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135008', N'Naria', N'1', N'1', N'3', N'57', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135009', N'Liparius', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135010', N'Bison', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135103', N'Delicate Antus', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135105', N'Delicate Crusemani', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135107', N'Delicate Rupaster', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135109', N'Delicate Liparius', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135110', N'Exquisite Bison', N'1', N'1', N'3', N'57', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151000', N'Practice Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151001', N'Classic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151002', N'Unsigned Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151003', N'Untrained Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151004', N'Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151005', N'Preeminent Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151006', N'Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151007', N'Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151008', N'Bustling Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151009', N'Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151010', N'Adroit Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151011', N'Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151012', N'Integral Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151013', N'Avid Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151014', N'Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151015', N'Rain Rose Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151016', N'Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151017', N'Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151018', N'Stressed Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151019', N'Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152001', N'Classic Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152002', N'Unsigned Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152003', N'Untrained Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152004', N'Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152005', N'Preeminent Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152006', N'Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152007', N'Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152008', N'Bustling Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152009', N'Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152010', N'Adroit Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152011', N'Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152012', N'Integral Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152013', N'Avid Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152014', N'Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152015', N'Rain Rose Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152016', N'Bited Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152017', N'Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152018', N'Stressed Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152019', N'Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154001', N'Polifemus', N'1', N'0', N'0', N'58', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154002', N'Repidokelis', N'1', N'1', N'5', N'58', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154003', N'Kelodina', N'1', N'1', N'5', N'58', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154004', N'Clemis', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154005', N'Testudinidae', N'1', N'1', N'5', N'58', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154006', N'Crisemis', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154007', N'Kelidra', N'1', N'1', N'5', N'58', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154008', N'Sudaemidura', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154009', N'Kinosternon', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154010', N'Onata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154011', N'Musk Bag', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154104', N'Delicate Clemis', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154106', N'Delicate Crisemis', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154108', N'Delicate Sudaemidura', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154110', N'Delicate Onata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154111', N'Exquisite Musk Bag', N'1', N'1', N'5', N'58', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155001', N'Terapene', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155002', N'Malaclemis', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155003', N'Lactopris', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155004', N'Kelis', N'1', N'1', N'3', N'58', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155005', N'Hydromedusa', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155006', N'Xiokelon', N'1', N'1', N'3', N'58', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155007', N'Midas', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155008', N'Kareta', N'1', N'1', N'3', N'58', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155009', N'Selgata', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155010', N'Leather Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155103', N'Delicate Lactopris', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155105', N'Delicate Hydromedusa', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155107', N'Delicate Midas', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155109', N'Delicate Selgata', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155110', N'Exquisite Leather Bag', N'1', N'1', N'3', N'58', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011001', N'Apprentice Robe', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011002', N'Fabric Robe', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011003', N'Linen Robe', N'1', N'0', N'0', N'1', N'1', N'4', N'5000', N'0', N'0', N'2', N'1400', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011004', N'Fleece Robe', N'1', N'0', N'0', N'1', N'1', N'7', N'5000', N'0', N'0', N'2', N'1400', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011005', N'Silky Yarn Robe', N'1', N'0', N'0', N'1', N'1', N'10', N'5000', N'0', N'0', N'2', N'1400', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011006', N'Wool Robe', N'1', N'0', N'0', N'1', N'1', N'13', N'5000', N'0', N'0', N'2', N'1400', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011007', N'Silk Robe', N'1', N'0', N'0', N'1', N'1', N'16', N'5000', N'0', N'0', N'2', N'1400', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011008', N'Ram''s Wool Robe', N'1', N'0', N'0', N'1', N'1', N'19', N'5000', N'0', N'0', N'2', N'1400', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011009', N'Muslin Robe', N'1', N'0', N'0', N'1', N'1', N'22', N'5000', N'0', N'0', N'2', N'1400', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011010', N'Luna Robe', N'1', N'0', N'0', N'1', N'1', N'25', N'5000', N'0', N'0', N'2', N'1400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011011', N'Celestial Robe', N'1', N'0', N'0', N'1', N'1', N'28', N'5000', N'0', N'0', N'2', N'1400', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011012', N'Mystical Robe', N'1', N'0', N'0', N'1', N'1', N'31', N'5000', N'0', N'0', N'2', N'1400', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011013', N'Sorceress Robe', N'1', N'0', N'0', N'1', N'1', N'34', N'5000', N'0', N'0', N'2', N'1400', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011014', N'Angora Robe', N'1', N'0', N'0', N'1', N'1', N'37', N'5000', N'0', N'0', N'2', N'1400', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011015', N'Aramid Robe', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011016', N'Berber Robe', N'1', N'0', N'0', N'1', N'1', N'43', N'5000', N'0', N'0', N'2', N'1400', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011017', N'Brocade Robe', N'1', N'0', N'0', N'1', N'1', N'46', N'5000', N'0', N'0', N'2', N'1400', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011018', N'Brocade Robe', N'1', N'0', N'0', N'1', N'1', N'49', N'5000', N'0', N'0', N'2', N'1400', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011019', N'Tartan Robe', N'1', N'0', N'0', N'1', N'1', N'52', N'5000', N'0', N'0', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011020', N'Weaving Robe', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012001', N'Fabric Robe', N'1', N'0', N'0', N'1', N'2', N'2', N'5500', N'0', N'3', N'2', N'1400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012002', N'Linen Robe', N'1', N'0', N'0', N'1', N'2', N'5', N'5500', N'0', N'3', N'2', N'1400', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012003', N'Fleece Robe', N'1', N'0', N'0', N'1', N'2', N'8', N'5500', N'0', N'3', N'2', N'1400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012004', N'Silky Yarn Robe', N'1', N'0', N'0', N'1', N'2', N'11', N'5500', N'0', N'3', N'2', N'1400', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012005', N'Wool Robe', N'1', N'0', N'0', N'1', N'2', N'14', N'5500', N'0', N'3', N'2', N'1400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012006', N'Silk Robe', N'1', N'0', N'0', N'1', N'2', N'17', N'5500', N'0', N'3', N'2', N'1400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012007', N'Ram''s Wool Robe', N'1', N'0', N'0', N'1', N'2', N'20', N'5500', N'0', N'3', N'2', N'1400', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012008', N'Muslin Robe', N'1', N'0', N'0', N'1', N'2', N'23', N'5500', N'0', N'3', N'2', N'1400', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012009', N'Luna Robe', N'1', N'0', N'0', N'1', N'2', N'26', N'5500', N'0', N'3', N'2', N'1400', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012010', N'Celestial Robe', N'1', N'0', N'0', N'1', N'2', N'29', N'5500', N'0', N'3', N'2', N'1400', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012011', N'Mystical Robe', N'1', N'0', N'0', N'1', N'2', N'32', N'5500', N'0', N'3', N'2', N'1400', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012012', N'Sorceress Robe', N'1', N'0', N'0', N'1', N'2', N'35', N'5500', N'0', N'3', N'2', N'1400', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012013', N'Angora Robe', N'1', N'0', N'0', N'1', N'2', N'38', N'5500', N'0', N'3', N'2', N'1400', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012014', N'Aramid Robe', N'1', N'0', N'0', N'1', N'2', N'41', N'5500', N'0', N'3', N'2', N'1400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012015', N'Berber Robe', N'1', N'0', N'0', N'1', N'2', N'44', N'5500', N'0', N'3', N'2', N'1400', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012016', N'Brocade Robe', N'1', N'0', N'0', N'1', N'2', N'47', N'5500', N'0', N'3', N'2', N'1400', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012017', N'Doeskin Robe', N'1', N'0', N'0', N'1', N'2', N'50', N'5500', N'0', N'3', N'2', N'1400', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012018', N'Tartan Robe', N'1', N'0', N'0', N'1', N'2', N'53', N'5500', N'0', N'3', N'2', N'1400', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014001', N'Lavish Robe', N'1', N'1', N'5', N'1', N'4', N'5', N'6000', N'1', N'3', N'2', N'1400', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014002', N'Insidious Robe', N'1', N'1', N'5', N'1', N'4', N'10', N'6000', N'1', N'3', N'2', N'1400', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014003', N'Exceptional Robe', N'1', N'1', N'5', N'1', N'4', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014004', N'Fervid Robe', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014005', N'Nefarious Robe', N'1', N'1', N'5', N'1', N'4', N'25', N'6000', N'1', N'3', N'2', N'1400', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014006', N'Diabolic Robe', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014007', N'Sacred Robe', N'1', N'1', N'5', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014008', N'Devious Robe', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014009', N'Distinct Robe', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014010', N'Taffeta Robe', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014011', N'Obscure Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015001', N'Vital Robe', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015002', N'Wisdom Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015003', N'Bentus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015004', N'Raschel Robe', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015005', N'Calico Robe', N'1', N'1', N'3', N'1', N'5', N'30', N'6500', N'1', N'3', N'2', N'1400', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015006', N'Lumen Robe', N'1', N'1', N'3', N'1', N'5', N'35', N'6500', N'1', N'3', N'2', N'1400', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015007', N'Starlight Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015008', N'Fluer Robe', N'1', N'1', N'3', N'1', N'5', N'45', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015009', N'Pincord Robe', N'1', N'1', N'3', N'1', N'5', N'50', N'6500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015010', N'Dusk Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021001', N'Apprentice Leather Armor', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021002', N'Light Leather Armor', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021003', N'Leather Armor', N'1', N'0', N'0', N'2', N'1', N'4', N'5000', N'0', N'0', N'2', N'1900', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021004', N'Quilted Leather Armor', N'1', N'0', N'0', N'2', N'1', N'7', N'5000', N'0', N'0', N'2', N'1900', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021005', N'Studded Leather Armor', N'1', N'0', N'0', N'2', N'1', N'10', N'5000', N'0', N'0', N'2', N'1900', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021006', N'Hunter Armor', N'1', N'0', N'0', N'2', N'1', N'13', N'5000', N'0', N'0', N'2', N'1900', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021007', N'Carp Armor', N'1', N'0', N'0', N'2', N'1', N'16', N'5000', N'0', N'0', N'2', N'1900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021008', N'Suede Armor', N'1', N'0', N'0', N'2', N'1', N'19', N'5000', N'0', N'0', N'2', N'1900', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021009', N'Nubuck Armor', N'1', N'0', N'0', N'2', N'1', N'22', N'5000', N'0', N'0', N'2', N'1900', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021010', N'Slink Armor', N'1', N'0', N'0', N'2', N'1', N'25', N'5000', N'0', N'0', N'2', N'1900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021011', N'Hide Armor', N'1', N'0', N'0', N'2', N'1', N'28', N'5000', N'0', N'0', N'2', N'1900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021012', N'Buckskin Armor', N'1', N'0', N'0', N'2', N'1', N'31', N'5000', N'0', N'0', N'2', N'1900', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021013', N'Shagreen Armor', N'1', N'0', N'0', N'2', N'1', N'34', N'5000', N'0', N'0', N'2', N'1900', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021014', N'Lamellar Armor', N'1', N'0', N'0', N'2', N'1', N'37', N'5000', N'0', N'0', N'2', N'1900', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021015', N'Brigandine Armor', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021016', N'Lorica Armor ', N'1', N'0', N'0', N'2', N'1', N'43', N'5000', N'0', N'0', N'2', N'1900', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021017', N'Swollen Leather Armor', N'1', N'0', N'0', N'2', N'1', N'46', N'5000', N'0', N'0', N'2', N'1900', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021018', N'Sinful Leather Armor', N'1', N'0', N'0', N'2', N'1', N'49', N'5000', N'0', N'0', N'2', N'1900', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021019', N'Holy Leather Armor', N'1', N'0', N'0', N'2', N'1', N'52', N'5000', N'0', N'0', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021020', N'Artisanal Leather Armor', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022001', N'Light Leather Armor', N'1', N'0', N'0', N'2', N'2', N'2', N'5500', N'0', N'3', N'2', N'1900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022002', N'Leather Armor', N'1', N'0', N'0', N'2', N'2', N'5', N'5500', N'0', N'3', N'2', N'1900', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022003', N'Quilted Leather Armor', N'1', N'0', N'0', N'2', N'2', N'8', N'5500', N'0', N'3', N'2', N'1900', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022004', N'Studded Leather Armor', N'1', N'0', N'0', N'2', N'2', N'11', N'5500', N'0', N'3', N'2', N'1900', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022005', N'Hunter Armor', N'1', N'0', N'0', N'2', N'2', N'14', N'5500', N'0', N'3', N'2', N'1900', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022006', N'Carp Armor', N'1', N'0', N'0', N'2', N'2', N'17', N'5500', N'0', N'3', N'2', N'1900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022007', N'Suede Armor', N'1', N'0', N'0', N'2', N'2', N'20', N'5500', N'0', N'3', N'2', N'1900', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022008', N'Nubuck Armor', N'1', N'0', N'0', N'2', N'2', N'23', N'5500', N'0', N'3', N'2', N'1900', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022009', N'Slink Armor', N'1', N'0', N'0', N'2', N'2', N'26', N'5500', N'0', N'3', N'2', N'1900', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022010', N'Hide Armor', N'1', N'0', N'0', N'2', N'2', N'29', N'5500', N'0', N'3', N'2', N'1900', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022011', N'Buckskin Armor', N'1', N'0', N'0', N'2', N'2', N'32', N'5500', N'0', N'3', N'2', N'1900', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022012', N'Shagreen Armor', N'1', N'0', N'0', N'2', N'2', N'35', N'5500', N'0', N'3', N'2', N'1900', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022013', N'Lamellar Armor', N'1', N'0', N'0', N'2', N'2', N'38', N'5500', N'0', N'3', N'2', N'1900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022014', N'Brigandine Armor', N'1', N'0', N'0', N'2', N'2', N'41', N'5500', N'0', N'3', N'2', N'1900', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022015', N'Lorica Armor ', N'1', N'0', N'0', N'2', N'2', N'44', N'5500', N'0', N'3', N'2', N'1900', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022016', N'Swollen Leather Armor', N'1', N'0', N'0', N'2', N'2', N'47', N'5500', N'0', N'3', N'2', N'1900', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022017', N'Sinful Leather Armor', N'1', N'0', N'0', N'2', N'2', N'50', N'5500', N'0', N'3', N'2', N'1900', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022018', N'Holy Leather Armor', N'1', N'0', N'0', N'2', N'2', N'53', N'5500', N'0', N'3', N'2', N'1900', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024001', N'Authentic Leather Armor', N'1', N'1', N'5', N'2', N'4', N'5', N'6000', N'1', N'3', N'2', N'1900', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024002', N'Camouflage Leather Armor', N'1', N'1', N'5', N'2', N'4', N'10', N'6000', N'1', N'3', N'2', N'1900', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024003', N'Illicit Leather Armor', N'1', N'1', N'5', N'2', N'4', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024004', N'Rugged Leather Armor', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024005', N'Dread Leather Armor', N'1', N'1', N'5', N'2', N'4', N'25', N'6000', N'1', N'3', N'2', N'1900', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024006', N'Tough Leather Armor', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024007', N'Haken-hide Armor', N'1', N'1', N'5', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024008', N'Combat Leather Armor', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024009', N'Genuine Leather Armor', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024010', N'Superior Leather Armor', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024011', N'Posh Leather Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025001', N'Tanned Armor', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025002', N'Rawhide Armor', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025003', N'Demonic Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025004', N'Praetorian Armor', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025005', N'Lacrimal Armor', N'1', N'1', N'3', N'2', N'5', N'30', N'6500', N'1', N'3', N'2', N'1900', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025006', N'Eminent Leather Armor', N'1', N'1', N'3', N'2', N'5', N'35', N'6500', N'1', N'3', N'2', N'1900', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025007', N'Aquarius Armor', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025008', N'Rogue Armor', N'1', N'1', N'3', N'2', N'5', N'45', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025009', N'Fianna Armor', N'1', N'1', N'3', N'2', N'5', N'50', N'6500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025010', N'Arcane Leather Armor', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1900', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031001', N'Apprentice Chain Mail', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031002', N'Ringed Mail', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031003', N'Chain Mail', N'1', N'0', N'0', N'3', N'1', N'4', N'5000', N'0', N'0', N'2', N'3000', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031004', N'Wire Mail', N'1', N'0', N'0', N'3', N'1', N'7', N'5000', N'0', N'0', N'2', N'3000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031005', N'Hunter Mail', N'1', N'0', N'0', N'3', N'1', N'10', N'5000', N'0', N'0', N'2', N'3000', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031006', N'Battle Mail', N'1', N'0', N'0', N'3', N'1', N'13', N'5000', N'0', N'0', N'2', N'3000', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031007', N'Devout Mail', N'1', N'0', N'0', N'3', N'1', N'16', N'5000', N'0', N'0', N'2', N'3000', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031008', N'Banded Mail', N'1', N'0', N'0', N'3', N'1', N'19', N'5000', N'0', N'0', N'2', N'3000', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031009', N'Linked Mail', N'1', N'0', N'0', N'3', N'1', N'22', N'5000', N'0', N'0', N'2', N'3000', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031010', N'Splinted Mail', N'1', N'0', N'0', N'3', N'1', N'25', N'5000', N'0', N'0', N'2', N'3000', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031011', N'Rivet Mail', N'1', N'0', N'0', N'3', N'1', N'28', N'5000', N'0', N'0', N'2', N'3000', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031012', N'Venetian Mail', N'1', N'0', N'0', N'3', N'1', N'31', N'5000', N'0', N'0', N'2', N'3000', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031013', N'Arquebus Mail', N'1', N'0', N'0', N'3', N'1', N'34', N'5000', N'0', N'0', N'2', N'3000', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031014', N'Acorn Mail', N'1', N'0', N'0', N'3', N'1', N'37', N'5000', N'0', N'0', N'2', N'3000', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031015', N'Aventail Mail', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031016', N'Janissary Mail', N'1', N'0', N'0', N'3', N'1', N'43', N'5000', N'0', N'0', N'2', N'3000', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031017', N'Genovese Mail', N'1', N'0', N'0', N'3', N'1', N'46', N'5000', N'0', N'0', N'2', N'3000', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031018', N'Teutonic Mail', N'1', N'0', N'0', N'3', N'1', N'49', N'5000', N'0', N'0', N'2', N'3000', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031019', N'Uniform Mail', N'1', N'0', N'0', N'3', N'1', N'52', N'5000', N'0', N'0', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031020', N'Concours Chain Mail', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032001', N'Ringed Mail', N'1', N'0', N'0', N'3', N'2', N'2', N'5500', N'0', N'3', N'2', N'3000', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032002', N'Chain Mail', N'1', N'0', N'0', N'3', N'2', N'5', N'5500', N'0', N'3', N'2', N'3000', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032003', N'Wire Mail', N'1', N'0', N'0', N'3', N'2', N'8', N'5500', N'0', N'3', N'2', N'3000', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032004', N'Hunter Mail', N'1', N'0', N'0', N'3', N'2', N'11', N'5500', N'0', N'3', N'2', N'3000', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032005', N'Battle Mail', N'1', N'0', N'0', N'3', N'2', N'14', N'5500', N'0', N'3', N'2', N'3000', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032006', N'Devout Mail', N'1', N'0', N'0', N'3', N'2', N'17', N'5500', N'0', N'3', N'2', N'3000', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032007', N'Banded Mail', N'1', N'0', N'0', N'3', N'2', N'20', N'5500', N'0', N'3', N'2', N'3000', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032008', N'Linked Mail', N'1', N'0', N'0', N'3', N'2', N'23', N'5500', N'0', N'3', N'2', N'3000', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032009', N'Splinted Mail', N'1', N'0', N'0', N'3', N'2', N'26', N'5500', N'0', N'3', N'2', N'3000', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032010', N'Rivet Mail', N'1', N'0', N'0', N'3', N'2', N'29', N'5500', N'0', N'3', N'2', N'3000', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032011', N'Venetian Mail', N'1', N'0', N'0', N'3', N'2', N'32', N'5500', N'0', N'3', N'2', N'3000', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032012', N'Arquebus Mail', N'1', N'0', N'0', N'3', N'2', N'35', N'5500', N'0', N'3', N'2', N'3000', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032013', N'Acorn Mail', N'1', N'0', N'0', N'3', N'2', N'38', N'5500', N'0', N'3', N'2', N'3000', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032014', N'Aventail Mail', N'1', N'0', N'0', N'3', N'2', N'41', N'5500', N'0', N'3', N'2', N'3000', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032015', N'Janissary Mail', N'1', N'0', N'0', N'3', N'2', N'44', N'5500', N'0', N'3', N'2', N'3000', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032016', N'Genovese Mail', N'1', N'0', N'0', N'3', N'2', N'47', N'5500', N'0', N'3', N'2', N'3000', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032017', N'Teutonic Mail', N'1', N'0', N'0', N'3', N'2', N'50', N'5500', N'0', N'3', N'2', N'3000', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032018', N'Uniform Mail', N'1', N'0', N'0', N'3', N'2', N'53', N'5500', N'0', N'3', N'2', N'3000', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034001', N'Gritty Mail', N'1', N'1', N'5', N'3', N'4', N'5', N'6000', N'1', N'3', N'2', N'3000', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034002', N'Heavy Chain Mail', N'1', N'1', N'5', N'3', N'4', N'10', N'6000', N'1', N'3', N'2', N'3000', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034003', N'Ultimate Chain Mail', N'1', N'1', N'5', N'3', N'4', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034004', N'Brisk Chain Mail', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034005', N'Bound Mail', N'1', N'1', N'5', N'3', N'4', N'25', N'6000', N'1', N'3', N'2', N'3000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034006', N'Secure Chain Mail', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034007', N'Devout Chain Mail', N'1', N'1', N'5', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034008', N'Solid Chain Mail', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034009', N'Discarded Mail', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034010', N'Engraved Chain Mail', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034011', N'Cure Chain Mail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035001', N'Dense Chain Mail', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035002', N'Burnished Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035003', N'Ribbed Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035004', N'Arcane Chain Mail', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035005', N'Ashen Chain Mail', N'1', N'1', N'3', N'3', N'5', N'30', N'6500', N'1', N'3', N'2', N'3000', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035006', N'Placidus Chain Mail', N'1', N'1', N'3', N'3', N'5', N'35', N'6500', N'1', N'3', N'2', N'3000', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035007', N'Armadillo Mail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035008', N'Bulwark Mail', N'1', N'1', N'3', N'3', N'5', N'45', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035009', N'Cardiff Chain Mail', N'1', N'1', N'3', N'3', N'5', N'50', N'6500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035010', N'Armed Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041001', N'Apprentice Plate', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041002', N'Prelic Armor', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041003', N'Padded Armor', N'1', N'0', N'0', N'4', N'1', N'4', N'5000', N'0', N'0', N'2', N'5700', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041004', N'Hauberk Armor', N'1', N'0', N'0', N'4', N'1', N'7', N'5000', N'0', N'0', N'2', N'5700', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041005', N'Scale Mail', N'1', N'0', N'0', N'4', N'1', N'10', N'5000', N'0', N'0', N'2', N'5700', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041006', N'Steel Plate', N'1', N'0', N'0', N'4', N'1', N'13', N'5000', N'0', N'0', N'2', N'5700', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041007', N'Spiral Plate', N'1', N'0', N'0', N'4', N'1', N'16', N'5000', N'0', N'0', N'2', N'5700', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041008', N'Hoplite Plate', N'1', N'0', N'0', N'4', N'1', N'19', N'5000', N'0', N'0', N'2', N'5700', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041009', N'Full Plate', N'1', N'0', N'0', N'4', N'1', N'22', N'5000', N'0', N'0', N'2', N'5700', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041010', N'Ornate Plate', N'1', N'0', N'0', N'4', N'1', N'25', N'5000', N'0', N'0', N'2', N'5700', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041011', N'Rune Plate', N'1', N'0', N'0', N'4', N'1', N'28', N'5000', N'0', N'0', N'2', N'5700', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041012', N'Raven Plate', N'1', N'0', N'0', N'4', N'1', N'31', N'5000', N'0', N'0', N'2', N'5700', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041013', N'Castilian Plate', N'1', N'0', N'0', N'4', N'1', N'34', N'5000', N'0', N'0', N'2', N'5700', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041014', N'Baleog Plate', N'1', N'0', N'0', N'4', N'1', N'37', N'5000', N'0', N'0', N'2', N'5700', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041015', N'Drake Plate', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041016', N'Crisis Plate', N'1', N'0', N'0', N'4', N'1', N'43', N'5000', N'0', N'0', N'2', N'5700', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041017', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'1', N'46', N'5000', N'0', N'0', N'2', N'5700', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041018', N'Dragoon Plate', N'1', N'0', N'0', N'4', N'1', N'49', N'5000', N'0', N'0', N'2', N'5700', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041019', N'Reflective Plate ', N'1', N'0', N'0', N'4', N'1', N'52', N'5000', N'0', N'0', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041020', N'Watcher''s Plate', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042001', N'Prelic Armor', N'1', N'0', N'0', N'4', N'2', N'2', N'5500', N'0', N'3', N'2', N'5700', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042002', N'Padded Armor', N'1', N'0', N'0', N'4', N'2', N'5', N'5500', N'0', N'3', N'2', N'5700', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042003', N'Hauberk Armor', N'1', N'0', N'0', N'4', N'2', N'8', N'5500', N'0', N'3', N'2', N'5700', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042004', N'Scale Mail', N'1', N'0', N'0', N'4', N'2', N'11', N'5500', N'0', N'3', N'2', N'5700', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042005', N'Steel Plate', N'1', N'0', N'0', N'4', N'2', N'14', N'5500', N'0', N'3', N'2', N'5700', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042006', N'Spiral Plate', N'1', N'0', N'0', N'4', N'2', N'17', N'5500', N'0', N'3', N'2', N'5700', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042007', N'Hoplite Plate', N'1', N'0', N'0', N'4', N'2', N'20', N'5500', N'0', N'3', N'2', N'5700', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042008', N'Full Plate', N'1', N'0', N'0', N'4', N'2', N'23', N'5500', N'0', N'3', N'2', N'5700', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042009', N'Ornate Plate', N'1', N'0', N'0', N'4', N'2', N'26', N'5500', N'0', N'3', N'2', N'5700', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042010', N'Rune Plate', N'1', N'0', N'0', N'4', N'2', N'29', N'5500', N'0', N'3', N'2', N'5700', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042011', N'Raven Plate', N'1', N'0', N'0', N'4', N'2', N'32', N'5500', N'0', N'3', N'2', N'5700', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042012', N'Castilian Plate', N'1', N'0', N'0', N'4', N'2', N'35', N'5500', N'0', N'3', N'2', N'5700', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042013', N'Baleog Plate', N'1', N'0', N'0', N'4', N'2', N'38', N'5500', N'0', N'3', N'2', N'5700', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042014', N'Drake Plate', N'1', N'0', N'0', N'4', N'2', N'41', N'5500', N'0', N'3', N'2', N'5700', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042015', N'Crisis Plate', N'1', N'0', N'0', N'4', N'2', N'44', N'5500', N'0', N'3', N'2', N'5700', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042016', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'2', N'47', N'5500', N'0', N'3', N'2', N'5700', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042017', N'Dragoon Plate', N'1', N'0', N'0', N'4', N'2', N'50', N'5500', N'0', N'3', N'2', N'5700', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042018', N'Reflective Plate ', N'1', N'0', N'0', N'4', N'2', N'53', N'5500', N'0', N'3', N'2', N'5700', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044001', N'Shining Plate', N'1', N'1', N'5', N'4', N'4', N'5', N'6000', N'1', N'3', N'2', N'5700', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044002', N'Dazzling Plate', N'1', N'1', N'5', N'4', N'4', N'10', N'6000', N'1', N'3', N'2', N'5700', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044003', N'Assault Plate', N'1', N'1', N'5', N'4', N'4', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044004', N'Gendarme Plate', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044005', N'Enduring Plate', N'1', N'1', N'5', N'4', N'4', N'25', N'6000', N'1', N'3', N'2', N'5700', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044006', N'Jousting Plate', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044007', N'Stark Plate', N'1', N'1', N'5', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044008', N'Menacing Plate', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044009', N'Hazardous Plate', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044010', N'Expert Plate', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044011', N'Suspicious Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045001', N'Doomed Plate', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045002', N'Essential Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045003', N'Blazing Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045004', N'Infernal Plate', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045005', N'Field Marshal Plate', N'1', N'1', N'3', N'4', N'5', N'30', N'6500', N'1', N'3', N'2', N'5700', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045006', N'Destined Plate', N'1', N'1', N'3', N'4', N'5', N'35', N'6500', N'1', N'3', N'2', N'5700', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045007', N'Knightly Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045008', N'Fergana Plate', N'1', N'1', N'3', N'4', N'5', N'45', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045009', N'Avernus Plate', N'1', N'1', N'3', N'4', N'5', N'50', N'6500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045010', N'Flame Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5700', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011001', N'Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011002', N'Linen Hood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011003', N'Fleece Hood', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011004', N'Silky Yarn Hood', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011005', N'Wool Hood', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011006', N'Silk Hood', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011007', N'Ram''s Wool Hood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011008', N'Muslin Hood', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011009', N'Luna Hood', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011010', N'Celestial Hood', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011011', N'Mystical Hood', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011012', N'Sorceress Hood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011013', N'Angora Hood', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011014', N'Aramid Hood', N'1', N'0', N'0', N'1', N'1', N'41', N'3200', N'0', N'0', N'2', N'900', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011015', N'Berber Hood', N'1', N'0', N'0', N'1', N'1', N'44', N'3200', N'0', N'0', N'2', N'900', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011016', N'Brocade Hood', N'1', N'0', N'0', N'1', N'1', N'47', N'3200', N'0', N'0', N'2', N'900', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011017', N'Doeskin Hood', N'1', N'0', N'0', N'1', N'1', N'50', N'3200', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011018', N'Nea Hood', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012001', N'Fabric Hood', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012002', N'Linen Hood', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012003', N'Fleece Hood', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012004', N'Silky Yarn Hood', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012005', N'Wool Hood', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012006', N'Silk Hood', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012007', N'Ram''s Wool Hood', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012008', N'Muslin Hood', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012009', N'Luna Hood', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012010', N'Celestial Hood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012011', N'Mystical Hood', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012012', N'Sorceress Hood', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012013', N'Angora Hood', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012014', N'Aramid Hood', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012015', N'Berber Hood', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012016', N'Brocade Hood', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012017', N'Doeskin Hood', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012018', N'Nea Hood', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014001', N'Lavish Hood', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014002', N'Insidious Hood', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014003', N'Exceptional Hood', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014004', N'Fervid Hood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014005', N'Nefarious Hood', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014006', N'Diabolic Hood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014007', N'Sacred Hood', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014008', N'Devious Hood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014009', N'Distinct Hood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014010', N'Taffeta Hood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014011', N'Obscure Hood', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015001', N'Vital Hood', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015002', N'Wisdom Hood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015003', N'Bentus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015004', N'Raschel Hood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015005', N'Calico Hood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015006', N'Lumen Hood', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015007', N'Starlight Hood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015008', N'Fluer Hood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015009', N'Pincord Hood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015010', N'Dusk Hood', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021001', N'Light Leather Cap', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'1200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021002', N'Leather Cap', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021003', N'Quilted Leather Cap', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'1200', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021004', N'Studded Leather Cap', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'1200', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021005', N'Hunter Cap', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'1200', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021006', N'Carp Cap', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021007', N'Suede Cap', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'1200', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021008', N'Nubuck Cap', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'1200', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021009', N'Slink Cap', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'1200', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021010', N'Hide Cap', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021011', N'Buckskin Cap', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021012', N'Shagreen Cap', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'1200', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021013', N'Lamellar Cap', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'1200', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021014', N'Brigandine Cap', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'1200', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021015', N'Lorica Cap', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'1200', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021016', N'Swollen Leather Cap', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'1200', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021017', N'Sinful Leather Cap', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'1200', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021018', N'DS Leather Cap', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'1200', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022001', N'Light Leather Cap', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'1200', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022002', N'Leather Cap', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'1200', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022003', N'Quilted Leather Cap', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'1200', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022004', N'Studded Leather Cap', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'1200', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022005', N'Hunter Cap', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'1200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022006', N'Carp Cap', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'1200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022007', N'Suede Cap', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'1200', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022008', N'Nubuck Cap', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'1200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022009', N'Slink Cap', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'1200', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022010', N'Hide Cap', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'1200', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022011', N'Buckskin Cap', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'1200', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022012', N'Shagreen Cap', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'1200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022013', N'Lamellar Cap', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'1200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022014', N'Brigandine Cap', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'1200', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022015', N'Lorica Cap', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'1200', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022016', N'Swollen Leather Cap', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'1200', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022017', N'Sinful Leather Cap', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022018', N'DS Leather Cap', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'1200', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024001', N'Authentic Leather Cap', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'1200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024002', N'Camouflage Leather Cap', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'1200', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024003', N'Illicit Leather Cap', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'1200', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024004', N'Rugged Leather Cap', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024005', N'Dread Leather Cap', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'1200', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024006', N'Tough Leather Cap', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'1200', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024007', N'Haken-hide Cap', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'1200', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024008', N'Combat Leather Cap', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'1200', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024009', N'Genuine Leather Cap', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'1200', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024010', N'Superior Leather Cap', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'1200', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024011', N'Posh Leather cap', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'1200', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025001', N'Tanned Cap', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'1200', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025002', N'Rawhide Cap', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'1200', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025003', N'Demonic Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025004', N'Praetorian Cap', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025005', N'Lacrimal Cap', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'1200', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025006', N'Eminent Leather Cap', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'1200', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025007', N'Aquarius Cap', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'1200', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025008', N'Rogue Cap', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'1200', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025009', N'Fianna Cap', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'1200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025010', N'Arcane Leather Cap', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'1200', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031001', N'Ringed Helm', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'1800', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031002', N'Chain Helm', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'1800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031003', N'Wire Helm', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'1800', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031004', N'Hunter Helm', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'1800', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031005', N'Battle Helm', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'1800', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031006', N'Devout Helm', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'1800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031007', N'Banded Helm', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031008', N'Linked Helm', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'1800', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031009', N'Splinted Helm', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'1800', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031010', N'Rivet Helm', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'1800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031011', N'Venetian Helm', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'1800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031012', N'Arquebus Helm', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'1800', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031013', N'Acorn Helm', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'1800', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031014', N'Aventail Helm', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'1800', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031015', N'Janissary Helm', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'1800', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031016', N'Genovese Helm', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'1800', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031017', N'Teutonic Helm', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031018', N'Natura Chain Helm', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'1800', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032001', N'Ringed Helm', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'1800', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032002', N'Chain Helm', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'1800', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032003', N'Wire Helm', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'1800', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032004', N'Hunter Helm', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'1800', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032005', N'Battle Helm', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'1800', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032006', N'Devout Helm', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'1800', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032007', N'Banded Helm', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'1800', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032008', N'Linked Helm', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'1800', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032009', N'Splinted Helm', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'1800', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032010', N'Rivet Helm', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'1800', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032011', N'Venetian Helm', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'1800', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032012', N'Arquebus Helm', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'1800', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032013', N'Acorn Helm', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'1800', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032014', N'Aventail Helm', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'1800', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032015', N'Janissary Helm', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'1800', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032016', N'Genovese Helm', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'1800', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032017', N'Teutonic Helm', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'1800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032018', N'Natura Chain Helm', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'1800', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034001', N'Gritty Helm', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'1800', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034002', N'Heavy Helm', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'1800', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034003', N'Ultimate Helm', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'1800', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034004', N'Brisk Helm', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034005', N'Bound Helm', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'1800', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034006', N'Secure Helm', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'1800', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034007', N'Devout Helm', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'1800', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034008', N'Solid Helm', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034009', N'Discarded Helm', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'1800', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034010', N'Engraved Helm', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034011', N'Cure Chain Helm', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'1800', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035001', N'Dense Helm', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'1800', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035002', N'Burnished Helm', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'1800', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035003', N'Ribbed Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035004', N'Arcane Helm', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035005', N'Ashen Helm', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035006', N'Placidus Helm', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'1800', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035007', N'Armadillo Helm', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035008', N'Bulwark Helm', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035009', N'Cardiff Helm', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035010', N'Armed Chain Helm', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'1800', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041001', N'Preilic War Helm', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'3400', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041002', N'Prelic War Helm', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'3400', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041003', N'Hauberk Helm', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'3400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041004', N'Scale Helm', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'3400', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041005', N'Steel Helm', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'3400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041006', N'Spiral Helm', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'3400', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041007', N'Hoplite Helm', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041008', N'Full Helm', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'3400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041009', N'Ornate Helm', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'3400', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041010', N'Rune Helm', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'3400', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041011', N'Raven Helm', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'3400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041012', N'Castilian Helm', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'3400', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041013', N'Baleog Helm', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'3400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041014', N'Drake Helm', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'3400', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041015', N'Crisis War Helm', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'3400', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041016', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'3400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041017', N'Dragoon Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041018', N'Repel War Helm', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'3400', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042001', N'Preilic War Helm', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'3400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042002', N'Prelic War Helm', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'3400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042003', N'Hauberk Helm', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'3400', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042004', N'Scale Helm', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'3400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042005', N'Steel Helm', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'3400', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042006', N'Spiral Helm', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'3400', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042007', N'Hoplite Helm', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'3400', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042008', N'Full Helm', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'3400', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042009', N'Ornate Helm', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'3400', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042010', N'Rune Helm', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'3400', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042011', N'Raven Helm', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'3400', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042012', N'Castilian Helm', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'3400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042013', N'Baleog Helm', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'3400', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042014', N'Drake Helm', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'3400', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042015', N'Crisis War Helm', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'3400', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042016', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'3400', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042017', N'Dragoon Helm', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'3400', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042018', N'Repel War Helm', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'3400', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044001', N'Shining Helm', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'3400', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044002', N'Dazzling Helm', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'3400', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044003', N'Assault Helm', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'3400', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044004', N'Gendarme Helm', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044005', N'Enduring Helm', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'3400', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044006', N'Jousting Helm', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'3400', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044007', N'Stark Helm', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'3400', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044008', N'Menacing Helm', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044009', N'Hazardous Helm', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'3400', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044010', N'Expert Helm', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044011', N'Suspicious War Helm', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'3400', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045001', N'Doomed Helm', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'3400', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045002', N'Essential Helm', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'3400', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045003', N'Blazing Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045004', N'Infernal Helm', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045005', N'Field Marshal Helm', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045006', N'Destined Helm', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'3400', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045007', N'Knightly Helm', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045008', N'Fergana Helm', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045009', N'Avernus Helm', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045010', N'Flame war Helm', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'3400', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011001', N'Apprentice Pants', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011002', N'Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011003', N'Linen Pants', N'1', N'0', N'0', N'1', N'1', N'4', N'4500', N'0', N'0', N'2', N'1100', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011004', N'Fleece Pants', N'1', N'0', N'0', N'1', N'1', N'7', N'4500', N'0', N'0', N'2', N'1100', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011005', N'Silky Yarn Pants', N'1', N'0', N'0', N'1', N'1', N'10', N'4500', N'0', N'0', N'2', N'1100', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011006', N'Wool Pants', N'1', N'0', N'0', N'1', N'1', N'13', N'4500', N'0', N'0', N'2', N'1100', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011007', N'Silk Pants', N'1', N'0', N'0', N'1', N'1', N'16', N'4500', N'0', N'0', N'2', N'1100', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011008', N'Ram''s Wool Pants', N'1', N'0', N'0', N'1', N'1', N'19', N'4500', N'0', N'0', N'2', N'1100', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011009', N'Muslin Pants', N'1', N'0', N'0', N'1', N'1', N'22', N'4500', N'0', N'0', N'2', N'1100', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011010', N'Luna Pants', N'1', N'0', N'0', N'1', N'1', N'25', N'4500', N'0', N'0', N'2', N'1100', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011011', N'Celestial Pants', N'1', N'0', N'0', N'1', N'1', N'28', N'4500', N'0', N'0', N'2', N'1100', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011012', N'Mystical Pants', N'1', N'0', N'0', N'1', N'1', N'31', N'4500', N'0', N'0', N'2', N'1100', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011013', N'Sorceress Pants', N'1', N'0', N'0', N'1', N'1', N'34', N'4500', N'0', N'0', N'2', N'1100', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011014', N'Angora Pants', N'1', N'0', N'0', N'1', N'1', N'37', N'4500', N'0', N'0', N'2', N'1100', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011015', N'Aramid Pants', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011016', N'Berber Leggings', N'1', N'0', N'0', N'1', N'1', N'43', N'4500', N'0', N'0', N'2', N'1100', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011017', N'Brocade Leggings', N'1', N'0', N'0', N'1', N'1', N'46', N'4500', N'0', N'0', N'2', N'1100', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011018', N'Doeskin Leggings', N'1', N'0', N'0', N'1', N'1', N'49', N'4500', N'0', N'0', N'2', N'1100', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011019', N'Tartan Leggings', N'1', N'0', N'0', N'1', N'1', N'52', N'4500', N'0', N'0', N'2', N'1100', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011020', N'Weaving Leggings', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012001', N'Fabric Pants', N'1', N'0', N'0', N'1', N'2', N'2', N'5000', N'0', N'3', N'2', N'1100', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012002', N'Linen Pants', N'1', N'0', N'0', N'1', N'2', N'5', N'5000', N'0', N'3', N'2', N'1100', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012003', N'Fleece Pants', N'1', N'0', N'0', N'1', N'2', N'8', N'5000', N'0', N'3', N'2', N'1100', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012004', N'Silky Yarn Pants', N'1', N'0', N'0', N'1', N'2', N'11', N'5000', N'0', N'3', N'2', N'1100', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012005', N'Wool Pants', N'1', N'0', N'0', N'1', N'2', N'14', N'5000', N'0', N'3', N'2', N'1100', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012006', N'Silk Pants', N'1', N'0', N'0', N'1', N'2', N'17', N'5000', N'0', N'3', N'2', N'1100', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012007', N'Ram''s Wool Pants', N'1', N'0', N'0', N'1', N'2', N'20', N'5000', N'0', N'3', N'2', N'1100', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012008', N'Muslin Pants', N'1', N'0', N'0', N'1', N'2', N'23', N'5000', N'0', N'3', N'2', N'1100', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012009', N'Luna Pants', N'1', N'0', N'0', N'1', N'2', N'26', N'5000', N'0', N'3', N'2', N'1100', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012010', N'Celestial Pants', N'1', N'0', N'0', N'1', N'2', N'29', N'5000', N'0', N'3', N'2', N'1100', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012011', N'Mystical Pants', N'1', N'0', N'0', N'1', N'2', N'32', N'5000', N'0', N'3', N'2', N'1100', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012012', N'Sorceress Pants', N'1', N'0', N'0', N'1', N'2', N'35', N'5000', N'0', N'3', N'2', N'1100', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012013', N'Angora Pants', N'1', N'0', N'0', N'1', N'2', N'38', N'5000', N'0', N'3', N'2', N'1100', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012014', N'Aramid Pants', N'1', N'0', N'0', N'1', N'2', N'41', N'5000', N'0', N'3', N'2', N'1100', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012015', N'Berber Leggings', N'1', N'0', N'0', N'1', N'2', N'44', N'5000', N'0', N'3', N'2', N'1100', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012016', N'Brocade Leggings', N'1', N'0', N'0', N'1', N'2', N'47', N'5000', N'0', N'3', N'2', N'1100', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012017', N'Doeskin Leggings', N'1', N'0', N'0', N'1', N'2', N'50', N'5000', N'0', N'3', N'2', N'1100', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012018', N'Tartan Leggings', N'1', N'0', N'0', N'1', N'2', N'53', N'5000', N'0', N'3', N'2', N'1100', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014001', N'Lavish Pants', N'1', N'1', N'5', N'1', N'4', N'5', N'5500', N'1', N'3', N'2', N'1100', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014002', N'Insidious Pants', N'1', N'1', N'5', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1100', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014003', N'Exceptional Pants', N'1', N'1', N'5', N'1', N'4', N'15', N'5500', N'1', N'3', N'2', N'1100', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014004', N'Fervid Pants', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014005', N'Nefarious Pants', N'1', N'1', N'5', N'1', N'4', N'25', N'5500', N'1', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014006', N'Diabolic Pants', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014007', N'Sacred Pants', N'1', N'1', N'5', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014008', N'Devious Pants', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014009', N'Distinct Pants', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1100', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014010', N'Taffeta Pants', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014011', N'Obscure Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1100', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015001', N'Vital Pants', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1100', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015002', N'Wisdom Pants', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1100', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015003', N'Bentus Pants', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015004', N'Raschel Pants', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015005', N'Calico Pants', N'1', N'1', N'3', N'1', N'5', N'30', N'6000', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015006', N'Lumen Pants', N'1', N'1', N'3', N'1', N'5', N'35', N'6000', N'1', N'3', N'2', N'1100', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015007', N'Starlight Pants', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015008', N'Fluer Pants', N'1', N'1', N'3', N'1', N'5', N'45', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015009', N'Pincord Pants', N'1', N'1', N'3', N'1', N'5', N'50', N'6000', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015010', N'Dusk Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1100', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021001', N'Apprentice Leather Pants', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021002', N'Light Leather Pants', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021003', N'Leather Pants', N'1', N'0', N'0', N'2', N'1', N'4', N'4500', N'0', N'0', N'2', N'1600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021004', N'Quilted Leather Pants', N'1', N'0', N'0', N'2', N'1', N'7', N'4500', N'0', N'0', N'2', N'1600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021005', N'Studded Leather Pants', N'1', N'0', N'0', N'2', N'1', N'10', N'4500', N'0', N'0', N'2', N'1600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021006', N'Hunter Pants', N'1', N'0', N'0', N'2', N'1', N'13', N'4500', N'0', N'0', N'2', N'1600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021007', N'Carp Pants', N'1', N'0', N'0', N'2', N'1', N'16', N'4500', N'0', N'0', N'2', N'1600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021008', N'Suede Pants', N'1', N'0', N'0', N'2', N'1', N'19', N'4500', N'0', N'0', N'2', N'1600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021009', N'Nubuck Pants', N'1', N'0', N'0', N'2', N'1', N'22', N'4500', N'0', N'0', N'2', N'1600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021010', N'Slink Pants', N'1', N'0', N'0', N'2', N'1', N'25', N'4500', N'0', N'0', N'2', N'1600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021011', N'Hide Pants', N'1', N'0', N'0', N'2', N'1', N'28', N'4500', N'0', N'0', N'2', N'1600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021012', N'Buckskin Pants', N'1', N'0', N'0', N'2', N'1', N'31', N'4500', N'0', N'0', N'2', N'1600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021013', N'Shagreen Pants', N'1', N'0', N'0', N'2', N'1', N'34', N'4500', N'0', N'0', N'2', N'1600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021014', N'Lamellar Pants', N'1', N'0', N'0', N'2', N'1', N'37', N'4500', N'0', N'0', N'2', N'1600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021015', N'Brigandine Pants', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021016', N'Lorica Leggings', N'1', N'0', N'0', N'2', N'1', N'43', N'4500', N'0', N'0', N'2', N'1600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021017', N'Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'46', N'4500', N'0', N'0', N'2', N'1600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021018', N'Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'49', N'4500', N'0', N'0', N'2', N'1600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021019', N'Diaz Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'52', N'4500', N'0', N'0', N'2', N'1600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021020', N'Artisanal Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022001', N'Light Leather Pants', N'1', N'0', N'0', N'2', N'2', N'2', N'5000', N'0', N'3', N'2', N'1600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022002', N'Leather Pants', N'1', N'0', N'0', N'2', N'2', N'5', N'5000', N'0', N'3', N'2', N'1600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022003', N'Quilted Leather Pants', N'1', N'0', N'0', N'2', N'2', N'8', N'5000', N'0', N'3', N'2', N'1600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022004', N'Studded Leather Pants', N'1', N'0', N'0', N'2', N'2', N'11', N'5000', N'0', N'3', N'2', N'1600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022005', N'Hunter Pants', N'1', N'0', N'0', N'2', N'2', N'14', N'5000', N'0', N'3', N'2', N'1600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022006', N'Carp Pants', N'1', N'0', N'0', N'2', N'2', N'17', N'5000', N'0', N'3', N'2', N'1600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022007', N'Suede Pants', N'1', N'0', N'0', N'2', N'2', N'20', N'5000', N'0', N'3', N'2', N'1600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022008', N'Nubuck Pants', N'1', N'0', N'0', N'2', N'2', N'23', N'5000', N'0', N'3', N'2', N'1600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022009', N'Slink Pants', N'1', N'0', N'0', N'2', N'2', N'26', N'5000', N'0', N'3', N'2', N'1600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022010', N'Hide Pants', N'1', N'0', N'0', N'2', N'2', N'29', N'5000', N'0', N'3', N'2', N'1600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022011', N'Buckskin Pants', N'1', N'0', N'0', N'2', N'2', N'32', N'5000', N'0', N'3', N'2', N'1600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022012', N'Shagreen Pants', N'1', N'0', N'0', N'2', N'2', N'35', N'5000', N'0', N'3', N'2', N'1600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022013', N'Lamellar Pants', N'1', N'0', N'0', N'2', N'2', N'38', N'5000', N'0', N'3', N'2', N'1600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022014', N'Brigandine Pants', N'1', N'0', N'0', N'2', N'2', N'41', N'5000', N'0', N'3', N'2', N'1600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022015', N'Lorica Leggings', N'1', N'0', N'0', N'2', N'2', N'44', N'5000', N'0', N'3', N'2', N'1600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022016', N'Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'47', N'5000', N'0', N'3', N'2', N'1600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022017', N'Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'50', N'5000', N'0', N'3', N'2', N'1600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022018', N'Diaz Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'53', N'5000', N'0', N'3', N'2', N'1600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024001', N'Authentic Pants', N'1', N'1', N'5', N'2', N'4', N'5', N'5500', N'1', N'3', N'2', N'1600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024002', N'Camouflage Pants', N'1', N'1', N'5', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024003', N'Illicit Pants', N'1', N'1', N'5', N'2', N'4', N'15', N'5500', N'1', N'3', N'2', N'1600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024004', N'Rugged Pants', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024005', N'Dread Pants', N'1', N'1', N'5', N'2', N'4', N'25', N'5500', N'1', N'3', N'2', N'1600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024006', N'Tough Pants', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024007', N'Haken-hide Pants', N'1', N'1', N'5', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024008', N'Combat Pants', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024009', N'Genuine Pants', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024010', N'Superior Pants', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024011', N'Posh Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025001', N'Tanned Pants', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025002', N'Rawhide Pants', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025003', N'Demonic Pants', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025004', N'Praetorian Pants', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025005', N'Lacrimal Pants', N'1', N'1', N'3', N'2', N'5', N'30', N'6000', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025006', N'Eminent Pants', N'1', N'1', N'3', N'2', N'5', N'35', N'6000', N'1', N'3', N'2', N'1600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025007', N'Aquarius Pants', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025008', N'Rogue Pants', N'1', N'1', N'3', N'2', N'5', N'45', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025009', N'Fianna Pants', N'1', N'1', N'3', N'2', N'5', N'50', N'6000', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025010', N'Arcane Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031001', N'Apprentice Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031002', N'Ringed Greaves', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031003', N'Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'4', N'4500', N'0', N'0', N'2', N'2400', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031004', N'Wire Greaves', N'1', N'0', N'0', N'3', N'1', N'7', N'4500', N'0', N'0', N'2', N'2400', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031005', N'Hunter Greaves', N'1', N'0', N'0', N'3', N'1', N'10', N'4500', N'0', N'0', N'2', N'2400', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031006', N'Battle Greaves', N'1', N'0', N'0', N'3', N'1', N'13', N'4500', N'0', N'0', N'2', N'2400', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031007', N'Devout Greaves', N'1', N'0', N'0', N'3', N'1', N'16', N'4500', N'0', N'0', N'2', N'2400', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031008', N'Banded Greaves', N'1', N'0', N'0', N'3', N'1', N'19', N'4500', N'0', N'0', N'2', N'2400', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031009', N'Linked Greaves', N'1', N'0', N'0', N'3', N'1', N'22', N'4500', N'0', N'0', N'2', N'2400', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031010', N'Splinted Greaves', N'1', N'0', N'0', N'3', N'1', N'25', N'4500', N'0', N'0', N'2', N'2400', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031011', N'Rivet Greaves', N'1', N'0', N'0', N'3', N'1', N'28', N'4500', N'0', N'0', N'2', N'2400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031012', N'Venetian Greaves', N'1', N'0', N'0', N'3', N'1', N'31', N'4500', N'0', N'0', N'2', N'2400', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031013', N'Arquebus Greaves', N'1', N'0', N'0', N'3', N'1', N'34', N'4500', N'0', N'0', N'2', N'2400', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031014', N'Acorn Greaves', N'1', N'0', N'0', N'3', N'1', N'37', N'4500', N'0', N'0', N'2', N'2400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031015', N'Aventail Greaves', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031016', N'Janissary Greave', N'1', N'0', N'0', N'3', N'1', N'43', N'4500', N'0', N'0', N'2', N'2400', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031017', N'Genovese Greave', N'1', N'0', N'0', N'3', N'1', N'46', N'4500', N'0', N'0', N'2', N'2400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031018', N'Teutonic Greave', N'1', N'0', N'0', N'3', N'1', N'49', N'4500', N'0', N'0', N'2', N'2400', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031019', N'Uniform Greaves', N'1', N'0', N'0', N'3', N'1', N'52', N'4500', N'0', N'0', N'2', N'2400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031020', N'Concours Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032001', N'Ringed Greaves', N'1', N'0', N'0', N'3', N'2', N'2', N'5000', N'0', N'3', N'2', N'2400', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032002', N'Chain Greaves', N'1', N'0', N'0', N'3', N'2', N'5', N'5000', N'0', N'3', N'2', N'2400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032003', N'Wire Greaves', N'1', N'0', N'0', N'3', N'2', N'8', N'5000', N'0', N'3', N'2', N'2400', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032004', N'Hunter Greaves', N'1', N'0', N'0', N'3', N'2', N'11', N'5000', N'0', N'3', N'2', N'2400', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032005', N'Battle Greaves', N'1', N'0', N'0', N'3', N'2', N'14', N'5000', N'0', N'3', N'2', N'2400', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032006', N'Devout Greaves', N'1', N'0', N'0', N'3', N'2', N'17', N'5000', N'0', N'3', N'2', N'2400', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032007', N'Banded Greaves', N'1', N'0', N'0', N'3', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032008', N'Linked Greaves', N'1', N'0', N'0', N'3', N'2', N'23', N'5000', N'0', N'3', N'2', N'2400', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032009', N'Splinted Greaves', N'1', N'0', N'0', N'3', N'2', N'26', N'5000', N'0', N'3', N'2', N'2400', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032010', N'Rivet Greaves', N'1', N'0', N'0', N'3', N'2', N'29', N'5000', N'0', N'3', N'2', N'2400', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032011', N'Venetian Greaves', N'1', N'0', N'0', N'3', N'2', N'32', N'5000', N'0', N'3', N'2', N'2400', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032012', N'Arquebus Greaves', N'1', N'0', N'0', N'3', N'2', N'35', N'5000', N'0', N'3', N'2', N'2400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032013', N'Acorn Greaves', N'1', N'0', N'0', N'3', N'2', N'38', N'5000', N'0', N'3', N'2', N'2400', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032014', N'Aventail Greaves', N'1', N'0', N'0', N'3', N'2', N'41', N'5000', N'0', N'3', N'2', N'2400', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032015', N'Janissary Greave', N'1', N'0', N'0', N'3', N'2', N'44', N'5000', N'0', N'3', N'2', N'2400', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032016', N'Genovese Greave', N'1', N'0', N'0', N'3', N'2', N'47', N'5000', N'0', N'3', N'2', N'2400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032017', N'Teutonic Greave', N'1', N'0', N'0', N'3', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032018', N'Uniform Greaves', N'1', N'0', N'0', N'3', N'2', N'53', N'5000', N'0', N'3', N'2', N'2400', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034001', N'Gritty Greaves', N'1', N'1', N'5', N'3', N'4', N'5', N'5500', N'1', N'3', N'2', N'2400', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034002', N'Heavy Greaves', N'1', N'1', N'5', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'2400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034003', N'Ultimate Greaves', N'1', N'1', N'5', N'3', N'4', N'15', N'5500', N'1', N'3', N'2', N'2400', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034004', N'Brisk Greaves', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034005', N'Bound Greaves', N'1', N'1', N'5', N'3', N'4', N'25', N'5500', N'1', N'3', N'2', N'2400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034006', N'Secure Greaves', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034007', N'Devout Greaves', N'1', N'1', N'5', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'2400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034008', N'Solid Greaves', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034009', N'Discarded Greaves', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034010', N'Engraved Greaves', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034011', N'Cure Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035001', N'Dense Greaves', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'2400', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035002', N'Burnished Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'2400', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035003', N'Ribbed Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035004', N'Arcane Greaves', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035005', N'Ashen Greaves', N'1', N'1', N'3', N'3', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035006', N'Placidus Greaves', N'1', N'1', N'3', N'3', N'5', N'35', N'6000', N'1', N'3', N'2', N'2400', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035007', N'Armadillo Greaves', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035008', N'Bulwark Greaves', N'1', N'1', N'3', N'3', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035009', N'Cardiff Greaves', N'1', N'1', N'3', N'3', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035010', N'Armed Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041001', N'Apprentice Plate Greaves', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041002', N'Prelic Greaves', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041003', N'Padded Greaves', N'1', N'0', N'0', N'4', N'1', N'4', N'4500', N'0', N'0', N'2', N'4600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041004', N'Hauberk Greaves', N'1', N'0', N'0', N'4', N'1', N'7', N'4500', N'0', N'0', N'2', N'4600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041005', N'Scale Greaves', N'1', N'0', N'0', N'4', N'1', N'10', N'4500', N'0', N'0', N'2', N'4600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041006', N'Steel Greaves', N'1', N'0', N'0', N'4', N'1', N'13', N'4500', N'0', N'0', N'2', N'4600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041007', N'Spiral Greaves', N'1', N'0', N'0', N'4', N'1', N'16', N'4500', N'0', N'0', N'2', N'4600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041008', N'Hoplite Greaves', N'1', N'0', N'0', N'4', N'1', N'19', N'4500', N'0', N'0', N'2', N'4600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041009', N'Full Greaves', N'1', N'0', N'0', N'4', N'1', N'22', N'4500', N'0', N'0', N'2', N'4600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041010', N'Ornate Greaves', N'1', N'0', N'0', N'4', N'1', N'25', N'4500', N'0', N'0', N'2', N'4600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041011', N'Rune Greaves', N'1', N'0', N'0', N'4', N'1', N'28', N'4500', N'0', N'0', N'2', N'4600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041012', N'Raven Greaves', N'1', N'0', N'0', N'4', N'1', N'31', N'4500', N'0', N'0', N'2', N'4600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041013', N'Castilian Greaves', N'1', N'0', N'0', N'4', N'1', N'34', N'4500', N'0', N'0', N'2', N'4600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041014', N'Baleog Greaves', N'1', N'0', N'0', N'4', N'1', N'37', N'4500', N'0', N'0', N'2', N'4600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041015', N'Drake Greaves', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'4600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041016', N'Crisis War Greave', N'1', N'0', N'0', N'4', N'1', N'43', N'4500', N'0', N'0', N'2', N'4600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041017', N'Travirun War Greave ', N'1', N'0', N'0', N'4', N'1', N'46', N'4500', N'0', N'0', N'2', N'4600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041018', N'Dragoon Greave', N'1', N'0', N'0', N'4', N'1', N'49', N'4500', N'0', N'0', N'2', N'4600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041019', N'Reflective Greave', N'1', N'0', N'0', N'4', N'1', N'52', N'4500', N'0', N'0', N'2', N'4600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041020', N'Watcher''s War Greaves', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'4600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042001', N'Prelic Greaves', N'1', N'0', N'0', N'4', N'2', N'2', N'5000', N'0', N'3', N'2', N'4600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042002', N'Padded Greaves', N'1', N'0', N'0', N'4', N'2', N'5', N'5000', N'0', N'3', N'2', N'4600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042003', N'Hauberk Greaves', N'1', N'0', N'0', N'4', N'2', N'8', N'5000', N'0', N'3', N'2', N'4600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042004', N'Scale Greaves', N'1', N'0', N'0', N'4', N'2', N'11', N'5000', N'0', N'3', N'2', N'4600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042005', N'Steel Greaves', N'1', N'0', N'0', N'4', N'2', N'14', N'5000', N'0', N'3', N'2', N'4600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042006', N'Spiral Greaves', N'1', N'0', N'0', N'4', N'2', N'17', N'5000', N'0', N'3', N'2', N'4600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042007', N'Hoplite Greaves', N'1', N'0', N'0', N'4', N'2', N'20', N'5000', N'0', N'3', N'2', N'4600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042008', N'Full Greaves', N'1', N'0', N'0', N'4', N'2', N'23', N'5000', N'0', N'3', N'2', N'4600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042009', N'Ornate Greaves', N'1', N'0', N'0', N'4', N'2', N'26', N'5000', N'0', N'3', N'2', N'4600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042010', N'Rune Greaves', N'1', N'0', N'0', N'4', N'2', N'29', N'5000', N'0', N'3', N'2', N'4600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042011', N'Raven Greaves', N'1', N'0', N'0', N'4', N'2', N'32', N'5000', N'0', N'3', N'2', N'4600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042012', N'Castilian Greaves', N'1', N'0', N'0', N'4', N'2', N'35', N'5000', N'0', N'3', N'2', N'4600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042013', N'Baleog Greaves', N'1', N'0', N'0', N'4', N'2', N'38', N'5000', N'0', N'3', N'2', N'4600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042014', N'Drake Greaves', N'1', N'0', N'0', N'4', N'2', N'41', N'5000', N'0', N'3', N'2', N'4600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042015', N'Crisis War Greave', N'1', N'0', N'0', N'4', N'2', N'44', N'5000', N'0', N'3', N'2', N'4600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042016', N'Travirun War Greave ', N'1', N'0', N'0', N'4', N'2', N'47', N'5000', N'0', N'3', N'2', N'4600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042017', N'Dragoon Greave', N'1', N'0', N'0', N'4', N'2', N'50', N'5000', N'0', N'3', N'2', N'4600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042018', N'Reflective Greave', N'1', N'0', N'0', N'4', N'2', N'53', N'5000', N'0', N'3', N'2', N'4600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044001', N'Shining Greaves', N'1', N'1', N'5', N'4', N'4', N'5', N'5500', N'1', N'3', N'2', N'4600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044002', N'Dazzling Greaves', N'1', N'1', N'5', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'4600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044003', N'Assault Greaves', N'1', N'1', N'5', N'4', N'4', N'15', N'5500', N'1', N'3', N'2', N'4600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044004', N'Gendarme Greaves', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'4600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044005', N'Enduring Greaves', N'1', N'1', N'5', N'4', N'4', N'25', N'5500', N'1', N'3', N'2', N'4600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044006', N'Jousting Greaves', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'4600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044007', N'Stark Greaves', N'1', N'1', N'5', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'4600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044008', N'Menacing Greaves', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'4600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044009', N'Hazardous Greaves', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'4600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044010', N'Expert Greaves', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'4600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044011', N'Suspicious War Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'4600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045001', N'Doomed Greaves', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'4600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045002', N'Essential Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'4600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045003', N'Blazing Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045004', N'Infernal Greaves', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045005', N'Field Marshal Greaves', N'1', N'1', N'3', N'4', N'5', N'30', N'6000', N'1', N'3', N'2', N'4600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045006', N'Destined Greaves', N'1', N'1', N'3', N'4', N'5', N'35', N'6000', N'1', N'3', N'2', N'4600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045007', N'Knightly Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'4600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045008', N'Fergana Greaves', N'1', N'1', N'3', N'4', N'5', N'45', N'6000', N'1', N'3', N'2', N'4600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045009', N'Avernus Greaves', N'1', N'1', N'3', N'4', N'5', N'50', N'6000', N'1', N'3', N'2', N'4600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045010', N'Flame War Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'4600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011001', N'Fabric Shoes', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011002', N'Linen Shoes', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011003', N'Fleece Shoes', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011004', N'Silky Yarn Shoes', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011005', N'Wool Shoes', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011006', N'Silk Shoes', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011007', N'Ram''s Wool Shoes', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011008', N'Muslin Shoes', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011009', N'Luna Shoes', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011010', N'Celestial Shoes', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011011', N'Mystical Shoes', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011012', N'Sorceress Shoes', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011013', N'Angora Shoes', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011014', N'Aramid Shoes', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011015', N'Berber Shoes', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011016', N'Brocade Shoes', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011017', N'Doeskin Shoes', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011018', N'Nea Shoes', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012001', N'Fabric Shoes', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012002', N'Linen Shoes', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012003', N'Fleece Shoes', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012004', N'Silky Yarn Shoes', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012005', N'Wool Shoes', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012006', N'Silk Shoes', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012007', N'Ram''s Wool Shoes', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012008', N'Muslin Shoes', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012009', N'Luna Shoes', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012010', N'Celestial Shoes', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012011', N'Mystical Shoes', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012012', N'Sorceress Shoes', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012013', N'Angora Shoes', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012014', N'Aramid Shoes', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012015', N'Berber Shoes', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012016', N'Brocade Shoes', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012017', N'Doeskin Shoes', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012018', N'Nea Shoes', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014001', N'Lavish Shoes', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014002', N'Insidious Shoes', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014003', N'Exceptional Shoes', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014004', N'Fervid Shoes', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014005', N'Nefarious Shoes', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014006', N'Diabolic Shoes', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014007', N'Sacred Shoes', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014008', N'Devious Shoes', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014009', N'Distinct Shoes', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014010', N'Taffeta Shoes', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014011', N'Obscure Shoes', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015001', N'Vital Shoes', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015002', N'Wisdom Shoes', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015003', N'Bentus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015004', N'Raschel Shoes', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015005', N'Calico Shoes', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015006', N'Lumen Shoes', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015007', N'Starlight Shoes', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015008', N'Fluer Shoes', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015009', N'Pincord Shoes', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015010', N'Dusk Shoes', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021001', N'Light Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'800', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021002', N'Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'800', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021003', N'Quilted Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'800', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021004', N'Studded Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'800', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021005', N'Hunter Shoes', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021006', N'Carp Shoes', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'800', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021007', N'Suede Shoes', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'800', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021008', N'Nubuck Shoes', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'800', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021009', N'Slink Shoes', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'800', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021010', N'Hide Shoes', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'800', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021011', N'Buckskin Shoes', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'800', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021012', N'Shagreen Shoes', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'800', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021013', N'Lamellar Shoes', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'800', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021014', N'Brigandine Shoes', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'800', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021015', N'Lorica Shoes', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'800', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021016', N'Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'800', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021017', N'Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'800', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021018', N'DS Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'800', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022001', N'Light Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022002', N'Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'800', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022003', N'Quilted Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'800', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022004', N'Studded Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'800', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022005', N'Hunter Shoes', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'800', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022006', N'Carp Shoes', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022007', N'Suede Shoes', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'800', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022008', N'Nubuck Shoes', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022009', N'Slink Shoes', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'800', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022010', N'Hide Shoes', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'800', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022011', N'Buckskin Shoes', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'800', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022012', N'Shagreen Shoes', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'800', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022013', N'Lamellar Shoes', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'800', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022014', N'Brigandine Shoes', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'800', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022015', N'Lorica Shoes', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022016', N'Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'800', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022017', N'Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'800', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022018', N'DS Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'800', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024001', N'Authentic Shoes', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'800', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024002', N'Camouflage Shoes', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'800', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024003', N'Illicit Shoes', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'800', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024004', N'Rugged Shoes', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024005', N'Dread Shoes', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'800', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024006', N'Tough Shoes', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024007', N'Haken-hide Shoes', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'800', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024008', N'Combat Shoes', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024009', N'Genuine Shoes', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'800', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024010', N'Superior Shoes', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024011', N'Posh Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'800', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025001', N'Tanned Shoes', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'800', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025002', N'Rawhide Shoes', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'800', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025003', N'Demonic Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025004', N'Praetorian Shoes', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025005', N'Lacrimal Shoes', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025006', N'Eminent Shoes', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'800', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025007', N'Aquarius Shoes', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025008', N'Rogue Shoes', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025009', N'Fianna Shoes', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'800', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025010', N'Arcane Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'800', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031001', N'Tatter Boots', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'1200', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031002', N'Chain Boots', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'1200', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031003', N'Wire Boots', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'1200', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031004', N'Hunter Boots', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'1200', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031005', N'Battle Boots', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031006', N'Devout Boots', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'1200', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031007', N'Banded Boots', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'1200', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031008', N'Linked Boots', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'1200', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031009', N'Splinted Boots', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'1200', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031010', N'Rivet Boots', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'1200', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031011', N'Venetian Boots', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'1200', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031012', N'Arquebus Boots', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'1200', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031013', N'Acorn Boots', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'1200', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031014', N'Aventail Boots', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'1200', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031015', N'Janissary Boots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'1200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031016', N'Genovese Boots', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'1200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031017', N'Teutonic Boots', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'1200', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031018', N'Natura Chain Boots', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'1200', N'9540', N'1574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032001', N'Tatter Boots', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032002', N'Chain Boots', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'1200', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032003', N'Wire Boots', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'1200', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032004', N'Hunter Boots', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'1200', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032005', N'Battle Boots', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'1200', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032006', N'Devout Boots', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032007', N'Banded Boots', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'1200', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032008', N'Linked Boots', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032009', N'Splinted Boots', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'1200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032010', N'Rivet Boots', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'1200', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032011', N'Venetian Boots', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'1200', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032012', N'Arquebus Boots', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'1200', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032013', N'Acorn Boots', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'1200', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032014', N'Aventail Boots', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'1200', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032015', N'Janissary Boots', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032016', N'Genovese Boots', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'1200', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032017', N'Teutonic Boots', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'1200', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032018', N'Natura Chain Boots', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'1200', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034001', N'Gritty Boots', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'1200', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034002', N'Heavy Boots', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'1200', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034003', N'Ultimate Boots', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'1200', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034004', N'Brisk Boots', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034005', N'Bound Boots', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'1200', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034006', N'Secure Boots', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034007', N'Devout Boots', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'1200', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034008', N'Solid Boots', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034009', N'Discarded Boots', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'1200', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034010', N'Engraved Boots', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034011', N'Cure Chain Boots', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'1200', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035001', N'Dense Boots', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'1200', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035002', N'Burnished Boots', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'1200', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035003', N'Ribbed Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035004', N'Arcane Boots', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035005', N'Ashen Boots', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035006', N'Placidus Boots', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'1200', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035007', N'Armadillo Boots', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035008', N'Bulwark Boots', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035009', N'Cardiff Boots', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'1200', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035010', N'Armed Chain Boots', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'1200', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041001', N'Prelic War Boots', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'2300', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041002', N'Padded War Boots', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'2300', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041003', N'Hauberk War Boots', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'2300', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041004', N'Scale War Boots', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'2300', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041005', N'Steel War Boots', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'2300', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041006', N'Spiral War Boots', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'2300', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041007', N'Hoplite Boots', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'2300', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041008', N'Full War Boots', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'2300', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041009', N'Ornate War Boots', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'2300', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041010', N'Rune War Boots', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041011', N'Raven War Boots', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'2300', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041012', N'Castilian Boots', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'2300', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041013', N'Baleog War Boots', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'2300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041014', N'Drake War Boots', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'2300', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041015', N'Crisis War Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041016', N'Travirun War Boots', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041017', N'Dragoon Boots', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'2300', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041018', N'Repel War Boots', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'2300', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042001', N'Prelic War Boots', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'2300', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042002', N'Padded War Boots', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'2300', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042003', N'Hauberk War Boots', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042004', N'Scale War Boots', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042005', N'Steel War Boots', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'2300', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042006', N'Spiral War Boots', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'2300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042007', N'Hoplite Boots', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'2300', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042008', N'Full War Boots', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'2300', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042009', N'Ornate War Boots', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042010', N'Rune War Boots', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'2300', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042011', N'Raven War Boots', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'2300', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042012', N'Castilian Boots', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'2300', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042013', N'Baleog War Boots', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'2300', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042014', N'Drake War Boots', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'2300', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042015', N'Crisis War Boots', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'2300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042016', N'Travirun War Boots', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'2300', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042017', N'Dragoon Boots', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'2300', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042018', N'Repel War Boots', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'2300', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044001', N'Shining Boots', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'2300', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044002', N'Dazzling Boots', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044003', N'Assault War Boots', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'2300', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044004', N'Gendarme Boots', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044005', N'Enduring War Boots', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'2300', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044006', N'Jousting Boots', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044007', N'Stark Boots', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'2300', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044008', N'Menacing Boots', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044009', N'Hazardous War Boots', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'2300', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044010', N'Expert Boots', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044011', N'Suspicious War Boots', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'2300', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045001', N'Doomed Boots', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'2300', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045002', N'Essential War Boots', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'2300', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045003', N'Blazing Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045004', N'Infernal War Boots', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045005', N'Field Marshal Boots', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045006', N'Destined Boots', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'2300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045007', N'Knightly Boots', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045008', N'Fergana War Boots', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045009', N'Avernus Boots', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'2300', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045010', N'Flame War Boots', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'2300', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011001', N'Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011002', N'Linen Belt', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'200', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011003', N'Fleece Belt', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'200', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011004', N'Silky Yarn Belt', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'200', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011005', N'Wool Belt', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'200', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011006', N'Silk Belt', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'200', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011007', N'Ram''s Wool Belt', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011008', N'Muslin Belt', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011009', N'Luna Belt', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'200', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011010', N'Celestial Belt', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'200', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011011', N'Mystical Belt', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'200', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011012', N'Sorceress Belt', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'200', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011013', N'Angora Belt', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'200', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011014', N'Aramid Belt', N'1', N'0', N'0', N'1', N'1', N'41', N'3000', N'0', N'0', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011015', N'Berber Belt', N'1', N'0', N'0', N'1', N'1', N'44', N'3000', N'0', N'0', N'2', N'200', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011016', N'Brocade Belt', N'1', N'0', N'0', N'1', N'1', N'47', N'3000', N'0', N'0', N'2', N'200', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011017', N'Doeskin Belt', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011018', N'Nea Belt', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012001', N'Fabric Belt', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'200', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012002', N'Linen Belt', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012003', N'Fleece Belt', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'200', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012004', N'Silky Yarn Belt', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'200', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012005', N'Wool Belt', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'200', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012006', N'Silk Belt', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'200', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012007', N'Ram''s Wool Belt', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'200', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012008', N'Muslin Belt', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'200', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012009', N'Luna Belt', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'200', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012010', N'Celestial Belt', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'200', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012011', N'Mystical Belt', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'200', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012012', N'Sorceress Belt', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'200', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012013', N'Angora Belt', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'200', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012014', N'Aramid Belt', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'200', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012015', N'Berber Belt', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'200', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012016', N'Brocade Belt', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012017', N'Doeskin Belt', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'200', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012018', N'Nea Belt', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'200', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014001', N'Lavish Belt', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'200', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014002', N'Insidious Belt', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'200', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014003', N'Exceptional Belt', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014004', N'Fervid Belt', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'200', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014005', N'Nefarious Belt', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'200', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014006', N'Diabolic Belt', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014007', N'Sacred Belt', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014008', N'Devious Belt', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014009', N'Distinct Belt', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014010', N'Taffeta Belt', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014011', N'Obscure Belt', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'200', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015001', N'Vital Belt', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'200', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015002', N'Wisdom Belt', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'200', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015003', N'Bentus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015004', N'Raschel Belt', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015005', N'Calico Belt', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015006', N'Lumen Belt', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'200', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015007', N'Starlight Belt', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015008', N'Fluer Belt', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'200', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015009', N'Pincord Belt', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015010', N'Dusk Belt', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'200', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021001', N'Light Leather Belt', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'300', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021002', N'Leather Belt', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021003', N'Quilted Leather Belt', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'300', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021004', N'Studded Leather Belt', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'300', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021005', N'Heavy Leather Belt', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'300', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021006', N'Carp Belt', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'300', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021007', N'Suede Belt', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021008', N'Nubuck Belt', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021009', N'Slink Belt', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'300', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021010', N'Hide Belt', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'300', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021011', N'Buckskin Belt', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'300', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021012', N'Shagreen Belt', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'300', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021013', N'Lamellar Belt', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'300', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021014', N'Brigandine Belt', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021015', N'Lorica Belt', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'300', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021016', N'Swollen Leather Belt', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'300', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021017', N'Sinful Leather Belt', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021018', N'DS Leather Belt', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022001', N'Light Leather Belt', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022002', N'Leather Belt', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022003', N'Quilted Leather Belt', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'300', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022004', N'Studded Leather Belt', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'300', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022005', N'Heavy Leather Belt', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'300', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022006', N'Carp Belt', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'300', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022007', N'Suede Belt', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'300', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022008', N'Nubuck Belt', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'300', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022009', N'Slink Belt', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'300', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022010', N'Hide Belt', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'300', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022011', N'Buckskin Belt', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'300', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022012', N'Shagreen Belt', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'300', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022013', N'Lamellar Belt', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'300', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022014', N'Brigandine Belt', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022015', N'Lorica Belt', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'300', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022016', N'Swollen Leather Belt', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022017', N'Sinful Leather Belt', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'300', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022018', N'DS Leather Belt', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'300', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024001', N'Authentic Leather Belt', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024002', N'Camouflage Leather Belt', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'300', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024003', N'Illicit Leather Belt', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'300', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024004', N'Rugged Leather Belt', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'300', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024005', N'Dread Leather Belt', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'300', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024006', N'Tough Leather Belt', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024007', N'Haken-hide Leather Belt', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'300', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024008', N'Combat Leather Belt', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024009', N'Genuine Leather Belt', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024010', N'Superior Leather Belt', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024011', N'Posh Leather Belt', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'300', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025001', N'Tanned Belt', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'300', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025002', N'Rawhide Belt', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'300', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025003', N'Demonic Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025004', N'Praetorian Belt', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025005', N'Lacrimal Belt', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025006', N'Eminent Leather Belt', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'300', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025007', N'Aquarius Belt', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025008', N'Rogue Belt', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'300', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025009', N'Fianna Belt', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025010', N'Arcane Leather Belt', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'300', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031001', N'Ringed Belt', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'500', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031002', N'Chain Belt', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'500', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031003', N'Wire Belt', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'500', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031004', N'Hunter Belt', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'500', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031005', N'Battle Belt', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'500', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031006', N'Devout Belt', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'500', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031007', N'Banded Belt', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031008', N'Linked Belt', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031009', N'Splinted Belt', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'500', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031010', N'Rivet Belt', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'500', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031011', N'Venetian Belt', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'500', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031012', N'Arquebus Belt', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'500', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031013', N'Acorn Belt', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'500', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031014', N'Aventail Belt', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031015', N'Janissary Belt', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'500', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031016', N'Genovese Belt', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'500', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031017', N'Teutonic Belt', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031018', N'Natura Chain Belt', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'500', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032001', N'Ringed Belt', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032002', N'Chain Belt', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'500', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032003', N'Wire Belt', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'500', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032004', N'Hunter Belt', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'500', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032005', N'Battle Belt', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'500', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032006', N'Devout Belt', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'500', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032007', N'Banded Belt', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'500', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032008', N'Linked Belt', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'500', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032009', N'Splinted Belt', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'500', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032010', N'Rivet Belt', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'500', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032011', N'Venetian Belt', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'500', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032012', N'Arquebus Belt', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'500', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032013', N'Acorn Belt', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'500', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032014', N'Aventail Belt', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'500', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032015', N'Janissary Belt', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'500', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032016', N'Genovese Belt', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032017', N'Teutonic Belt', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'500', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032018', N'Natura Chain Belt', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'500', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034001', N'Gritty Belt', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034002', N'Heavy Chain Belt', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'500', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034003', N'Ultimate Chain Belt', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'500', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034004', N'Brisk Chain Belt', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'500', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034005', N'Bound Belt', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'500', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034006', N'Secure Chain Belt', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034007', N'Devout Chain Belt', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'500', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034008', N'Solid Chain Belt', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034009', N'Discarded Belt', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034010', N'Engraved Chain Belt', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034011', N'Cure Chain Belt', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'500', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035001', N'Dense Chain Belt', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'500', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035002', N'Burnished Belt', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'500', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035003', N'Ribbed Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035004', N'Arcane Chain Belt', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035005', N'Ashen Chain Belt', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035006', N'Placidus Chain Belt', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'500', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035007', N'Armadillo Belt', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035008', N'Bulwark Belt', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'500', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035009', N'Cardiff Chain Belt', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035010', N'Armed Chain Belt', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'500', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041001', N'Prelic War Belt ', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041002', N'Padded War Belt', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041003', N'Hauberk War Belt', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041004', N'Scale War Belt', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041005', N'Steel War Belt', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041006', N'Spiral War Belt', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041007', N'Hoplite Belt', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041008', N'Full War Belt', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041009', N'Ornate War Belt', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041010', N'Rune War Belt', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041011', N'Raven War Belt', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041012', N'Castilian Belt', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041013', N'Baleog War Belt', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041014', N'Drake War Belt', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041015', N'Crisis War Belt', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041016', N'Travirun War Belt', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'900', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041017', N'Dragoon Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041018', N'Repel War Belt', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042001', N'Prelic War Belt ', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042002', N'Padded War Belt', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042003', N'Hauberk War Belt', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042004', N'Scale War Belt', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042005', N'Steel War Belt', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042006', N'Spiral War Belt', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042007', N'Hoplite Belt', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042008', N'Full War Belt', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042009', N'Ornate War Belt', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042010', N'Rune War Belt', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042011', N'Raven War Belt', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042012', N'Castilian Belt', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042013', N'Baleog War Belt', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042014', N'Drake War Belt', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042015', N'Crisis War Belt', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042016', N'Travirun War Belt', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042017', N'Dragoon Belt', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042018', N'Repel War Belt', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044001', N'Shining Belt', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044002', N'Dazzling Belt', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044003', N'Assault War Belt', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044004', N'Gendarme Belt', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044005', N'Enduring War Belt', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044006', N'Jousting Belt', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044007', N'Stark Belt', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044008', N'Menacing Belt', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044009', N'Hazardous War Belt', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044010', N'Expert Belt', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044011', N'Suspicious War Belt', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045001', N'Doomed Belt', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045002', N'Essential War Belt', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045003', N'Blazing Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045004', N'Infernal War Belt', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045005', N'Field Marshal Belt', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045006', N'Destined Belt', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045007', N'Knightly Belt', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045008', N'Fergana War Belt', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045009', N'Avernus Belt', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045010', N'Flame War Belt', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012001', N'Guardian Pendant', N'1', N'0', N'0', N'17', N'2', N'15', N'0', N'0', N'1', N'0', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012002', N'Bone Collector Pendant', N'1', N'0', N'0', N'17', N'2', N'19', N'0', N'0', N'1', N'0', N'400', N'2690', N'444') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012003', N'Angolier Pendant', N'1', N'0', N'0', N'17', N'2', N'23', N'0', N'0', N'1', N'0', N'400', N'3630', N'599') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012004', N'Haken Master Pendant', N'1', N'0', N'0', N'17', N'2', N'27', N'0', N'0', N'1', N'0', N'400', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012005', N'Haken Sorcerer Pendant', N'1', N'0', N'0', N'17', N'2', N'31', N'0', N'0', N'1', N'0', N'400', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012006', N'Undia Pendant', N'1', N'0', N'0', N'17', N'2', N'35', N'0', N'0', N'1', N'0', N'400', N'7230', N'1193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012007', N'Minotauros Pendant', N'1', N'0', N'0', N'17', N'2', N'39', N'0', N'0', N'1', N'0', N'400', N'8700', N'1435') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012008', N'Agate Necklace', N'1', N'0', N'0', N'17', N'2', N'43', N'0', N'0', N'1', N'0', N'400', N'10290', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012009', N'Guardian Necklace', N'1', N'0', N'0', N'17', N'2', N'47', N'0', N'0', N'1', N'0', N'400', N'12020', N'1983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012010', N'Cerberus Necklace', N'1', N'0', N'0', N'17', N'2', N'51', N'0', N'0', N'1', N'0', N'400', N'13870', N'2289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012011', N'Elemental Necklace', N'1', N'0', N'0', N'17', N'2', N'55', N'0', N'0', N'1', N'0', N'400', N'15860', N'2616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014001', N'Onyx Pendant', N'1', N'1', N'5', N'17', N'4', N'15', N'0', N'0', N'2', N'0', N'400', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014002', N'Blazing Pendant', N'1', N'1', N'5', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014003', N'Amber Pendant', N'1', N'1', N'5', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'400', N'4640', N'765') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014004', N'Serpentine Pendant', N'1', N'1', N'5', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'400', N'6250', N'1031') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014005', N'Inferno Pendant', N'1', N'1', N'5', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'400', N'8080', N'1333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014006', N'Wise Pendant', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'400', N'10160', N'1676') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014007', N'Nova Pendant', N'1', N'1', N'5', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'400', N'12450', N'2054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014008', N'Star-stone Pendant', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014009', N'Dark Slave Pendant', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015001', N'Ice Amulet', N'1', N'1', N'3', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'400', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015002', N'Lightning Amulet', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'1085') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015003', N'Fire Amulet', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'1085') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015004', N'Magic Amulet', N'1', N'1', N'3', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'400', N'8510', N'1404') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015005', N'Silver Amulet', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015006', N'Jasper Amulet', N'1', N'1', N'3', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'400', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015007', N'Shining Amulet', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015008', N'Opal Amulet', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015101', N'Fated Emulet', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016001', N'Crystal Necklace', N'1', N'0', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'400', N'3590', N'592') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016002', N'Iris Necklace', N'1', N'0', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'400', N'5120', N'844') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016003', N'Enokian Necklace', N'1', N'0', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'400', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016004', N'Oblivion Necklace', N'1', N'0', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'400', N'8940', N'1475') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016005', N'Lapis Necklace', N'1', N'0', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016006', N'Vladimir Necklace', N'1', N'0', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'400', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016007', N'Lunaris Necklace', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2731') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016008', N'Aquamarine Necklace', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2731') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016101', N'Homme Fatale Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2730') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012001', N'Guardian Earrings', N'1', N'0', N'0', N'17', N'2', N'16', N'0', N'0', N'1', N'0', N'200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012002', N'Bone Collector Earrings', N'1', N'0', N'0', N'17', N'2', N'20', N'0', N'0', N'1', N'0', N'200', N'2730', N'451') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012003', N'Angolier Earrings', N'1', N'0', N'0', N'17', N'2', N'24', N'0', N'0', N'1', N'0', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012004', N'Haken Master Earrings', N'1', N'0', N'0', N'17', N'2', N'28', N'0', N'0', N'1', N'0', N'200', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012005', N'Haken Sorcerer Earrings', N'1', N'0', N'0', N'17', N'2', N'32', N'0', N'0', N'1', N'0', N'200', N'5830', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012006', N'Undia Earrings', N'1', N'0', N'0', N'17', N'2', N'36', N'0', N'0', N'1', N'0', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012007', N'Minotauros Earrings', N'1', N'0', N'0', N'17', N'2', N'40', N'0', N'0', N'1', N'0', N'200', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012008', N'Orgone Earrings', N'1', N'0', N'0', N'17', N'2', N'44', N'0', N'0', N'1', N'0', N'200', N'10040', N'1656') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012009', N'Agate Earrings', N'1', N'0', N'0', N'17', N'2', N'48', N'0', N'0', N'1', N'0', N'200', N'11690', N'1929') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012010', N'Guardian Earrings', N'1', N'0', N'0', N'17', N'2', N'52', N'0', N'0', N'1', N'0', N'200', N'13460', N'2220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014001', N'Onyx Earrings', N'1', N'1', N'5', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'200', N'3050', N'503') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014002', N'Blazing Earrings', N'1', N'1', N'5', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014003', N'Serpentine Earrings', N'1', N'1', N'5', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014004', N'Amber Earrings', N'1', N'1', N'5', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'200', N'7580', N'1250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014005', N'Inferno Earrings', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'200', N'9520', N'1570') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014006', N'Wise Earrings', N'1', N'1', N'5', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'200', N'11680', N'1927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014007', N'Nova Earrings', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014008', N'Star-stone Earrings', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015001', N'Ice Earrings', N'1', N'1', N'3', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'200', N'4580', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015002', N'Lightning Earrings', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'200', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015003', N'Fire Earrings', N'1', N'1', N'3', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'200', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015004', N'Magic Earrings', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015005', N'Silver Earrings', N'1', N'1', N'3', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'200', N'12290', N'2028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015006', N'Jasper Earrings', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015007', N'Shining Earrings', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015101', N'Fated Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2440') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016001', N'Crystal Earrings', N'1', N'0', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016002', N'Iris Earrings', N'1', N'0', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'200', N'6480', N'1069') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016003', N'Enokian Earrings', N'1', N'0', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'200', N'8380', N'1382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016004', N'Oblivion Earrings', N'1', N'0', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016005', N'Vladimir Earrings', N'1', N'0', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'200', N'12900', N'2128') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016006', N'Lunaris Earrings', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016007', N'Aquamarine Earrings', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016101', N'Homme Fatale Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012001', N'Guardian Ring', N'1', N'0', N'0', N'17', N'2', N'14', N'0', N'0', N'1', N'0', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012002', N'Bone Collector Ring', N'1', N'0', N'0', N'17', N'2', N'18', N'0', N'0', N'1', N'0', N'300', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012003', N'Angolier Ring', N'1', N'0', N'0', N'17', N'2', N'22', N'0', N'0', N'1', N'0', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012004', N'Haken Master Ring', N'1', N'0', N'0', N'17', N'2', N'26', N'0', N'0', N'1', N'0', N'300', N'3870', N'639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012005', N'Haken Sorcerer Ring', N'1', N'0', N'0', N'17', N'2', N'30', N'0', N'0', N'1', N'0', N'300', N'4890', N'807') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012006', N'Undia Ring', N'1', N'0', N'0', N'17', N'2', N'34', N'0', N'0', N'1', N'0', N'300', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012007', N'Minotauros Ring', N'1', N'0', N'0', N'17', N'2', N'38', N'0', N'0', N'1', N'0', N'300', N'7280', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012008', N'Guardian Ring', N'1', N'0', N'0', N'17', N'2', N'42', N'0', N'0', N'1', N'0', N'300', N'8640', N'1425') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012009', N'Cerberus Ring', N'1', N'0', N'0', N'17', N'2', N'46', N'0', N'0', N'1', N'0', N'300', N'10120', N'1669') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012010', N'Elemental Ring', N'1', N'0', N'0', N'17', N'2', N'50', N'0', N'0', N'1', N'0', N'300', N'11720', N'1933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012011', N'Freya Ring', N'1', N'0', N'0', N'17', N'2', N'54', N'0', N'0', N'1', N'0', N'300', N'13430', N'2216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012012', N'Dark Tattoo Ring', N'1', N'0', N'0', N'17', N'2', N'58', N'0', N'0', N'1', N'0', N'300', N'15260', N'2517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014001', N'Onyx Ring', N'1', N'1', N'5', N'17', N'4', N'10', N'0', N'0', N'2', N'0', N'300', N'1030', N'170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014002', N'Blazing Ring', N'1', N'1', N'5', N'17', N'4', N'15', N'0', N'0', N'2', N'0', N'300', N'1830', N'302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014003', N'Serpentine Ring', N'1', N'1', N'5', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'300', N'2850', N'470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014004', N'Amber Ring', N'1', N'1', N'5', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'300', N'4060', N'669') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014005', N'Inferno Ring', N'1', N'1', N'5', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'300', N'5460', N'900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014006', N'Wise Ring', N'1', N'1', N'5', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'300', N'7080', N'1168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014007', N'Nova Ring', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'300', N'8880', N'1465') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014008', N'Star-stone Ring', N'1', N'1', N'5', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'300', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014009', N'Dark Slave Ring', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014010', N'Elven Ring', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015001', N'Ice Ring', N'1', N'1', N'3', N'17', N'5', N'15', N'0', N'0', N'3', N'0', N'300', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015002', N'Lightning Ring', N'1', N'1', N'3', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'300', N'3000', N'495') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015003', N'Fire Ring', N'1', N'1', N'3', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'300', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015004', N'Magic Ring', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'300', N'5750', N'949') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015005', N'Silver Ring', N'1', N'1', N'3', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'300', N'7450', N'1229') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015006', N'Jasper Ring', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015007', N'Shining Ring', N'1', N'1', N'3', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'300', N'11470', N'1893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015008', N'Opal Ring', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015009', N'Stone Ring', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015101', N'Fated Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016001', N'Crystal Ring', N'1', N'0', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'300', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016002', N'Iris Ring', N'1', N'0', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'300', N'4480', N'739') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016003', N'Enokian Ring', N'1', N'0', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'300', N'6040', N'996') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016004', N'Oblivion Ring', N'1', N'0', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'300', N'7820', N'1290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016005', N'Vladimir Ring', N'1', N'0', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1620') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016006', N'Lunaris Ring', N'1', N'0', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'300', N'12040', N'1986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016007', N'Aquamarine Ring', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016008', N'Amina Ring', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016101', N'Homme Fatale Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2390') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011001', N'Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'300', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011002', N'Linen Gloves', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'300', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011003', N'Fleece Gloves', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'300', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011004', N'Silky Yarn Gloves', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011005', N'Wool Gloves', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011006', N'Silk Gloves', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'300', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011007', N'Ram''s Wool Gloves', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011008', N'Muslin Gloves', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'300', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011009', N'Luna Gloves', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'300', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011010', N'Celestial Gloves', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011011', N'Mystical Gloves', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'300', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011012', N'Sorceress Gloves', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'300', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011013', N'Angora Gloves', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'300', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011014', N'Aramid Gloves', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011015', N'Berber Gloves', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011016', N'Brocades Gloves', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'300', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011017', N'Doeskin Gloves', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'300', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011018', N'Nea Gloves', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'300', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012001', N'Fabric Gloves', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012002', N'Linen Gloves', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'300', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012003', N'Fleece Gloves', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'300', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012004', N'Silky Yarn Gloves', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'300', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012005', N'Wool Gloves', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'300', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012006', N'Silk Gloves', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012007', N'Ram''s Wool Gloves', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'300', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012008', N'Muslin Gloves', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'300', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012009', N'Luna Gloves', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'300', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012010', N'Celestial Gloves', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'300', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012011', N'Mystical Gloves', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012012', N'Sorceress Gloves', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012013', N'Angora Gloves', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012014', N'Aramid Gloves', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'300', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012015', N'Berber Gloves', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'300', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012016', N'Brocades Gloves', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'300', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012017', N'Doeskin Gloves', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'300', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012018', N'Nea Gloves', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014001', N'Lavish Gloves', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'300', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014002', N'Insidious Gloves', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'300', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014003', N'Exceptional Gloves', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'300', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014004', N'Fervid Gloves', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014005', N'Nefarious Gloves', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014006', N'Diabolic Gloves', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014007', N'Sacred Gloves', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014008', N'Devious Gloves', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014009', N'Distinct Gloves', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014010', N'Taffeta Gloves', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014011', N'Obscure Gloves', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015001', N'Vital Gloves', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'300', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015002', N'Wisdom Gloves', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'300', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015003', N'Bentus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015004', N'Raschel Gloves', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015005', N'Calico Gloves', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015006', N'Lumen Gloves', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'300', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015007', N'Starlight Gloves', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015008', N'Fluer Gloves', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015009', N'Pincord Gloves', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015010', N'Dusk Gloves', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021001', N'Light Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'400', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021002', N'Layered Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'400', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021003', N'Quilted Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'400', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021004', N'Studded Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'400', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021005', N'Hunter Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'400', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021006', N'Carp Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021007', N'Suede Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021008', N'Nubuck Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'400', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021009', N'Slink Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'400', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021010', N'Hide Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'400', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021011', N'Buckskin Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'400', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021012', N'Shagreen Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'400', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021013', N'Lamellar Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'400', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021014', N'Brigandine Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'400', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021015', N'Lorica Gloves', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'400', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021016', N'Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'400', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021017', N'Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'400', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021018', N'DS Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'400', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022001', N'Light Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'400', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022002', N'Layered Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022003', N'Quilted Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022004', N'Studded Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'400', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022005', N'Hunter Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'400', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022006', N'Carp Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'400', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022007', N'Suede Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'400', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022008', N'Nubuck Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022009', N'Slink Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'400', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022010', N'Hide Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022011', N'Buckskin Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022012', N'Shagreen Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022013', N'Lamellar Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'400', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022014', N'Brigandine Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022015', N'Lorica Gloves', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'400', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022016', N'Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022017', N'Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'400', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022018', N'DS Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'400', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024001', N'Authentic Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024002', N'Camouflage Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'400', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024003', N'Illicit Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'400', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024004', N'Rugged Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'400', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024005', N'Dread Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'400', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024006', N'Tough Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'400', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024007', N'Haken-hide Gloves', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'400', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024008', N'Combat Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'400', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024009', N'Genuine Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'400', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024010', N'Superior Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'400', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024011', N'Posh Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'400', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025001', N'Tanned Gloves', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025002', N'Rawhide Gloves', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'400', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025003', N'Demonic Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025004', N'Praetorian Gloves', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025005', N'Lacrimal Gloves', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'400', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025006', N'Eminent Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025007', N'Aquarius Gloves', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'400', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025008', N'Rogue Gloves', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'400', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025009', N'Fianna Gloves', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'400', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025010', N'Arcane Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'400', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031001', N'Ringed Gloves', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031002', N'Hooked Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031003', N'Wire Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031004', N'Hunter Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031005', N'Battle Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031006', N'Devout Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031007', N'Banded Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031008', N'Linked Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031009', N'Splinted Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031010', N'Rivet Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031011', N'Venetian Gloves', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031012', N'Arquebus Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031013', N'Acorn Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031014', N'Aventail Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031015', N'Janissary Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031016', N'Genovese Gloves', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031017', N'Teutonic Gloves', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031018', N'Natura Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032001', N'Ringed Gloves', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032002', N'Hooked Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032003', N'Wire Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032004', N'Hunter Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032005', N'Battle Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032006', N'Devout Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032007', N'Banded Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032008', N'Linked Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032009', N'Splinted Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032010', N'Rivet Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032011', N'Venetian Gloves', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032012', N'Arquebus Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032013', N'Acorn Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032014', N'Aventail Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032015', N'Janissary Gloves', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032016', N'Genovese Gloves', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032017', N'Teutonic Gloves', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032018', N'Natura Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034001', N'Gritty Gloves', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034002', N'Heavy Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034003', N'Ultimate Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034004', N'Brisk Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034005', N'Bound Gloves', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034006', N'Secure Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034007', N'Devout Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034008', N'Solid Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034009', N'Discarded Gloves', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034010', N'Engraved Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034011', N'Cure Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035001', N'Dense Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035002', N'Burnished Gloves', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035003', N'Ribbed Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035004', N'Arcane Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035005', N'Ashen Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035006', N'Placidus Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035007', N'Armadillo Gloves', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035008', N'Bulwark Gloves', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035009', N'Cardiff Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035010', N'Armed Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041001', N'Prelic War Gloves', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'1100', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041002', N'Padded War Gloves', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'1100', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041003', N'Hauberk War Gloves', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'1100', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041004', N'Scale War Gloves', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'1100', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041005', N'Steel War Gloves', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'1100', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041006', N'Spiral War Gloves', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'1100', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041007', N'Hoplite Gloves', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'1100', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041008', N'Full War Gloves', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'1100', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041009', N'Ornate War Gloves', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'1100', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041010', N'Rune War Gloves', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'1100', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041011', N'Raven War Gloves', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'1100', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041012', N'Castilian Gloves', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'1100', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041013', N'Baleog War Gloves', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'1100', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041014', N'Drake War Gloves', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'1100', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041015', N'Crisis War Gloves', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'1100', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041016', N'Travirun War Gloves', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'1100', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041017', N'Dragoon Gloves', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'1100', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041018', N'Repel War Gloves', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'1100', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042001', N'Prelic War Gloves', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'1100', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042002', N'Padded War Gloves', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'1100', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042003', N'Hauberk War Gloves', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'1100', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042004', N'Scale War Gloves', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'1100', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042005', N'Steel War Gloves', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'1100', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042006', N'Spiral War Gloves', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'1100', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042007', N'Hoplite Gloves', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'1100', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042008', N'Full War Gloves', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042009', N'Ornate War Gloves', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'1100', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042010', N'Rune War Gloves', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042011', N'Raven War Gloves', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'1100', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042012', N'Castilian Gloves', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042013', N'Baleog War Gloves', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'1100', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042014', N'Drake War Gloves', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042015', N'Crisis War Gloves', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'1100', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042016', N'Travirun War Gloves', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042017', N'Dragoon Gloves', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'1100', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042018', N'Repel War Gloves', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'1100', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044001', N'Shining Gloves', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'1100', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044002', N'Dazzling Gloves', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'1100', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044003', N'Assault War Gloves', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'1100', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044004', N'Gendarme Gloves', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'1100', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044005', N'Enduring War Gloves', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'1100', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044006', N'Jousting Gloves', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'1100', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044007', N'Stark Gloves', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'1100', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044008', N'Menacing Gloves', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'1100', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044009', N'Hazardous War Gloves', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'1100', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044010', N'Expert Gloves', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'1100', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044011', N'Suspicious War Gloves', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'1100', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045001', N'Doomed Gloves', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'1100', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045002', N'Essential War Gloves', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'1100', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045003', N'Blazing Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045004', N'Infernal War Gloves', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045005', N'Field Marshal Gloves', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'1100', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045006', N'Destined Gloves', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'1100', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045007', N'Knightly Gloves', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'1100', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045008', N'Fergana War Gloves', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'1100', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045009', N'Avernus Vambraces', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'1100', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045010', N'Flame War Gloves', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'1100', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010084', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010085', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010086', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010537', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21010539', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21011083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21012083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013001', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013002', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013003', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013004', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013005', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013006', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013007', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013008', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013009', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013010', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013011', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013012', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013013', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013014', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013015', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013016', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013017', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013018', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013019', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013020', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013021', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013022', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013023', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013024', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013025', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013026', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013027', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013028', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013029', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013030', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013031', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013032', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013033', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013034', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013035', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013036', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013037', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013038', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013039', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013040', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013081', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013082', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21013083', N'Bronze Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020084', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020085', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020086', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020537', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21020539', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21021083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21022083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023001', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023002', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023003', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023004', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023005', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023006', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023007', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023008', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023009', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023010', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023011', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023012', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023013', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023014', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023015', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023016', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023017', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023018', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023019', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023020', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023021', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023022', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023023', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023024', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023025', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023026', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023027', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023028', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023029', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023030', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023031', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023032', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023033', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023034', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023035', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023036', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023037', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023038', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023039', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023040', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023081', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023082', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21023083', N'Silver Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030084', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030085', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030086', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030537', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21030539', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21031083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21032083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033001', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033002', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033003', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033004', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033005', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033006', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033007', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033008', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033009', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033010', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033011', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033012', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033013', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033014', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033015', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033016', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033017', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033018', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033019', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033020', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033021', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033022', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033023', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033024', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033025', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033026', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033027', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033028', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033029', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033030', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033031', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033032', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033033', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033034', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033035', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033036', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033037', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033038', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033039', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033040', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033081', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033082', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21033083', N'Gold Card', N'0', N'0', N'0', N'36', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001001', N'Golden Deacon Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001002', N'Golden Deacon Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001003', N'Golden Deacon Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001004', N'Golden Deacon Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001005', N'Golden Deacon Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001006', N'Golden Deacon Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001007', N'Golden Deacon Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002001', N'Grey Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002002', N'Grey Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002003', N'Grey Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002004', N'Grey Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002005', N'Grey Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002006', N'Grey Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002007', N'Grey Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003001', N'Black Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003002', N'Black Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003003', N'Black Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003004', N'Black Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003005', N'Black Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003006', N'Black Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003007', N'Black Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004001', N'Navy Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004002', N'Navy Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004003', N'Navy Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004004', N'Navy Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004005', N'Navy Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004006', N'Navy Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004007', N'Navy Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005001', N'Imperial Officer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005002', N'Imperial Officer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005003', N'Imperial Officer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005004', N'Imperial Officer Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005005', N'Imperial Officer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005006', N'Imperial Officer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005007', N'Imperial Officer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51006001', N'Danny Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51007001', N'Mohican [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008001', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008002', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008003', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008004', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008005', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008006', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008007', N'Purplish Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009001', N'Brown Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009002', N'Brown Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009003', N'Brown Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009004', N'Brown Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009005', N'Brown Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009006', N'Brown Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009007', N'Brown Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010001', N'Black Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010002', N'Black Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010003', N'Black Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010004', N'Black Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010005', N'Black Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010006', N'Black Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010007', N'Black Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51011001', N'Shaggy Cut [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012001', N'Purple Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012002', N'Purple Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012003', N'Purple Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012004', N'Purple Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012005', N'Purple Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012006', N'Purple Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012007', N'Purple Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013001', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013002', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013003', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013004', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013005', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013006', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013007', N'Blue Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014001', N'Pink Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014002', N'Pink Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014003', N'Pink Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014004', N'Pink Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014005', N'Pink Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014006', N'Pink Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014007', N'Pink Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015001', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015002', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015003', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015004', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015005', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015006', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015007', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016001', N'Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016002', N'Traditional Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016003', N'Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016004', N'Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016005', N'Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016006', N'Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016007', N'Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017001', N'Indigo Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017002', N'Indigo Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017003', N'Indigo Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017004', N'Indigo Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017005', N'Indigo Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017006', N'Indigo Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017007', N'Indigo Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018001', N'White Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018002', N'White Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018003', N'White Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018004', N'White Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018005', N'White Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018006', N'White Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018007', N'White Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018008', N'White Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018009', N'White Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018010', N'White Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018011', N'White Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018012', N'White Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018013', N'White Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018014', N'White Cowboy Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019001', N'Golden Pattern Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019002', N'Golden Pattern Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019003', N'Golden Pattern Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019004', N'Golden Pattern Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019005', N'Golden Pattern Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019006', N'Golden Pattern Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019007', N'Golden Pattern Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020001', N'Blue Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020002', N'Blue Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020003', N'Blue Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020004', N'Blue Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020005', N'Blue Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020006', N'Blue Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020007', N'Blue Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021001', N'Red Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021002', N'Red Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021003', N'Red Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021004', N'Red Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021005', N'Red Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021006', N'Red Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021007', N'Red Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022001', N'Violent Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022002', N'Violent Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022003', N'Violent Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022004', N'Violent Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022005', N'Violent Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022006', N'Violent Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022007', N'Violent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023001', N'Golden Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023002', N'Golden Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023003', N'Golden Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023004', N'Golden Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023005', N'Golden Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023006', N'Golden Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023007', N'Golden Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024001', N'Brown Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024002', N'Brown Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024003', N'Brown Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024004', N'Brown Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024005', N'Brown Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024006', N'Brown Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024007', N'Brown Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025001', N'Green Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025002', N'Green Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025003', N'Green Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025004', N'Green Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025005', N'Green Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025006', N'Green Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025007', N'Green Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026001', N'Orange Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026002', N'Orange Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026003', N'Orange Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026004', N'Orange Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026005', N'Orange Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026006', N'Orange Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026007', N'Orange Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027001', N'Masquerade Ball Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027002', N'Masquerade Ball Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027003', N'Masquerade Ball Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027004', N'Masquerade Ball Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027005', N'Masquerade Ball Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027006', N'Masquerade Ball Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027007', N'Masquerade Ball Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028001', N'Orange Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028002', N'Orange Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028003', N'Orange Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028004', N'Orange Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028005', N'Orange Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028006', N'Orange Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028007', N'Orange Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029001', N'Pinstripe Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029002', N'Pinstripe Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029003', N'Pinstripe Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029004', N'Pinstripe Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029005', N'Pinstripe Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029006', N'Pinstripe Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029007', N'Pinstripe Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030001', N'Santa Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030002', N'Santa Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030003', N'Santa Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030004', N'Santa Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030005', N'Santa Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030006', N'Santa Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030007', N'Santa Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031001', N'New Traditional - Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031002', N'New Traditional - Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031003', N'New Traditional - Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031004', N'New Traditional - Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031005', N'New Traditional - Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031006', N'New Traditional - Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031007', N'New Traditional - Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032001', N'Red Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032002', N'Red Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032003', N'Red Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032004', N'Red Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032005', N'Red Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032006', N'Red Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032007', N'Red Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033001', N'Black Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033002', N'Black Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033003', N'Black Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033004', N'Black Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033005', N'Black Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033006', N'Black Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033007', N'Black Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034001', N'Purplish Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034002', N'Purplish Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034003', N'Purplish Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034004', N'Purplish Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034005', N'Purplish Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034006', N'Purplish Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034007', N'Purplish Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035001', N'Brown Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035002', N'Brown Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035003', N'Brown Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035004', N'Brown Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035005', N'Brown Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035006', N'Brown Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035007', N'Brown Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036001', N'Pied Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036002', N'Pied Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036003', N'Pied Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036004', N'Pied Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036005', N'Pied Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036006', N'Pied Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036007', N'Pied Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037001', N'Black Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037002', N'Black Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037003', N'Black Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037004', N'Black Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037005', N'Black Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037006', N'Black Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037007', N'Black Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038001', N'Red Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038002', N'Red Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038003', N'Red Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038004', N'Red Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038005', N'Red Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038006', N'Red Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038007', N'Red Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039001', N'Blue Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039002', N'Blue Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039003', N'Blue Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039004', N'Blue Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039005', N'Blue Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039006', N'Blue Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039007', N'Blue Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040001', N'Dark Green Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040002', N'Dark Green Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040003', N'Dark Green Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040004', N'Dark Green Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040005', N'Dark Green Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040006', N'Dark Green Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040007', N'Dark Green Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041001', N'Scuba Octopus [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041002', N'Scuba Lower Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041003', N'Scuba Flippers [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041004', N'Scuba Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041005', N'Scuba Upper Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041006', N'Scuba Goggles [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041007', N'Scuba Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042001', N'Radiant Wedding Costume Tuxedo [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042002', N'Radiant Wedding Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042003', N'Radiant Wedding Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042004', N'Radiant Wedding Costume Watch [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042005', N'Radiant Wedding Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042006', N'Radiant Wedding Costume Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042007', N'Radiant Wedding Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043001', N'Devil Prince Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043002', N'Devil Prince Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043003', N'Devil Prince Leather Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043004', N'Devil Prince Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043005', N'Devil Prince Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043006', N'Devil Prince Necktie', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043007', N'Devil Prince Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044001', N'Red Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044002', N'Red Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044003', N'Red Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044004', N'Red Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044005', N'Red Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044006', N'Red Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044007', N'Red Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045001', N'Blue Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045002', N'Blue Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045003', N'Blue Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045004', N'Blue Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045005', N'Blue Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045006', N'Blue Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045007', N'Blue Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046001', N'White Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046002', N'White Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046003', N'White Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046004', N'White Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046005', N'White Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046006', N'White Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046007', N'White Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047001', N'Snow Wolf''s Cloak [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047002', N'Snow Wolf''s Fur Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047003', N'Snow Wolf''s Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047004', N'Snow Wolf''s Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047005', N'Snow Wolf''s Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047006', N'Snow Wolf''s Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047007', N'Snow Wolf''s Topknot [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048001', N'White School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048002', N'White School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048003', N'White School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048004', N'White School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048005', N'White School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048006', N'White School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048007', N'White School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049001', N'Purple School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049002', N'Purple School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049003', N'Purple School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049004', N'Purple School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049005', N'Purple School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049006', N'Purple School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049007', N'Purple School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050001', N'Brown School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050002', N'Brown School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050003', N'Brown School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050004', N'Brown School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050005', N'Brown School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050006', N'Brown School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050007', N'Brown School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051002', N'Gold Chain-Deco Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051003', N'Red Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051004', N'Black Snake Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051005', N'Deviant Crease Lined Red Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051006', N'Metal Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051007', N'Sharp Black Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052001', N'Shining Ark Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052002', N'Shining Ark Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052003', N'Shining Ark Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052004', N'Shining Ark Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052005', N'Shining Ark Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052006', N'Shining Ark Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052007', N'Shining Ark Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101001', N'Black Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101002', N'Black Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101003', N'Black Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101004', N'Black Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101005', N'Black Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101006', N'Black Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101007', N'Black Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102001', N'White Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102002', N'White Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102003', N'White Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102004', N'White Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102005', N'White Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102006', N'White Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102007', N'White Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103001', N'Red Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103002', N'Red Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103003', N'Red Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103004', N'Red Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103005', N'Red Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103006', N'Red Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103007', N'Red Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104001', N'Brown Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104002', N'Brown Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104003', N'Brown Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104004', N'Brown Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104005', N'Brown Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104006', N'Brown Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104007', N'Brown Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105001', N'White Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105002', N'White Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105003', N'White Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105004', N'White Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105005', N'White Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105006', N'White Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105007', N'White Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106001', N'Green Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106002', N'Green Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106003', N'Green Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106004', N'Green Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106005', N'Green Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106006', N'Green Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106007', N'Green Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107001', N'Santa Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107002', N'Santa Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107003', N'Santa Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107004', N'Santa Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107005', N'Santa Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107006', N'Santa Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107007', N'Santa Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108001', N'Navy Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108002', N'Navy Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108003', N'Navy Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108004', N'Navy Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108005', N'Navy Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108006', N'Navy Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108007', N'Navy Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109001', N'Green Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109002', N'Green Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109003', N'Green Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109004', N'Green Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109005', N'Green Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109006', N'Green Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109007', N'Green Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110001', N'Violet Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110002', N'Violet Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110003', N'Violet Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110004', N'Violet Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110005', N'Violet Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110006', N'Violet Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110007', N'Violet Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111001', N'New Traditional - Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111002', N'New Traditional - Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111003', N'New Traditional - Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111004', N'New Traditional - Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111005', N'New Traditional - Top [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111006', N'New Traditional - Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111007', N'New Traditional - Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112001', N'Black Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112002', N'Black Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112003', N'Black Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112004', N'Black Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112005', N'Black Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112006', N'Black Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112007', N'Black Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113001', N'Red Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113002', N'Red Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113003', N'Red Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113004', N'Red Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113005', N'Red Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113006', N'Red Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113007', N'Red Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114001', N'Emerald Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114002', N'Emerald Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114003', N'Emerald Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114004', N'Emerald Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114005', N'Emerald Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114006', N'Emerald Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114007', N'Emerald Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115001', N'Pink Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115002', N'Pink Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115003', N'Pink Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115004', N'Pink Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115005', N'Pink Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115006', N'Pink Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115007', N'Pink Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116001', N'Blue Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116002', N'Blue Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116003', N'Blue Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116004', N'Blue Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116005', N'Blue Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116006', N'Blue Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116007', N'Blue Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117001', N'Yellow Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117002', N'Yellow Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117003', N'Yellow Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117004', N'Yellow Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117005', N'Yellow Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117006', N'Yellow Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117007', N'Yellow Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118001', N'Blue Pirate Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118002', N'Blue Pirate Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118003', N'Blue Pirate Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118004', N'Blue Pirate Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118005', N'Blue Pirate Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118006', N'Blue Pirate Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118007', N'Blue Pirate Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119001', N'Scuba Surfing Board [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119002', N'Scuba Lower Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119003', N'Scuba Flippers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119004', N'Scuba Bracelet [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119005', N'Scuba Upper Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119006', N'Scuba Goggles [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119007', N'Scuba Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120001', N'Purple Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120002', N'Purple Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120003', N'Purple Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120004', N'Purple Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120005', N'Purple Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120006', N'Purple Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120007', N'Purple Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121001', N'Blue Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121002', N'Blue Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121003', N'Blue Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121004', N'Blue Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121005', N'Blue Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121006', N'Blue Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121007', N'Blue Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122001', N'Black Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122002', N'Black Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122003', N'Black Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122004', N'Black Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122005', N'Black Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122006', N'Black Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122007', N'Black Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123001', N'Radiant Wedding Costume Adornment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123002', N'Radiant Wedding Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123003', N'Radiant Wedding Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123004', N'Radiant Wedding Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123005', N'Radiant Wedding Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123006', N'Radiant Wedding Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123007', N'Radiant Wedding Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124001', N'Vampire Skeleton Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124002', N'Vampire Zipper Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124003', N'Vampire Metal Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124004', N'Vampire Leather Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124005', N'Vampire Skeleton Tanktop', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124006', N'Vampire Pumpkin Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124007', N'Vampire Bat-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125001', N'Red Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125002', N'Red Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125003', N'Red Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125004', N'Red Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125005', N'Red Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125006', N'Red Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125007', N'Red Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126001', N'Blue Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126002', N'Blue Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126003', N'Blue Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126004', N'Blue Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126005', N'Blue Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126006', N'Blue Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126007', N'Blue Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127001', N'White Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127002', N'White Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127003', N'White Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127004', N'White Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127005', N'White Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127006', N'White Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127007', N'White Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128001', N'Blue Kingbird''s Feather Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128002', N'Blue Kingbird''s Fur Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128003', N'Blue Kingbird''s Heels [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128004', N'Blue Kingbird''s Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128005', N'Blue Kingbird''s Belted Tunic [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128006', N'Blue Kingbird''s Feathers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128007', N'Blue Kingbird''s Plume [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129001', N'Black School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129002', N'Black School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129003', N'Black School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129004', N'Black School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129005', N'Black School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129006', N'Black School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129007', N'Black School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130001', N'Yellow School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130002', N'Yellow School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130003', N'Yellow School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130004', N'Yellow School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130005', N'Yellow School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130006', N'Yellow School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130007', N'Yellow School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131001', N'White School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131002', N'White School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131003', N'White School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131004', N'White School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131005', N'White School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131006', N'White School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131007', N'White School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131008', N'White School Uniform Costume Shirt [Roselle] [JPN]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132001', N'Snake-Deco Phoenix Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132002', N'Chain-Deco Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132003', N'Black Strap Sandals', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132004', N'Gold Ornament Bracelet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132005', N'Hot Snake-Deco Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132006', N'Gold Ornament Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132007', N'Pink Snake-Deco Upsweep Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133001', N'Shining Ark Costume Wing [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133002', N'Shining Ark Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133003', N'Shining Ark Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133004', N'Shining Ark Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133005', N'Shining Ark Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133006', N'Shining Ark Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133007', N'Shining Ark Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201001', N'Blue Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201002', N'Blue Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201003', N'Blue Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201004', N'Blue Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201005', N'Blue Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201006', N'Blue Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201007', N'Blue Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202001', N'Black Floral Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202002', N'Black Floral Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202003', N'Black Floral Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202004', N'Black Floral Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202005', N'Black Floral Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202006', N'Black Floral Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202007', N'Black Floral Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203001', N'Yellow Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203002', N'Yellow Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203003', N'Yellow Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203004', N'Yellow Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203005', N'Yellow Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203006', N'Yellow Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203007', N'Yellow Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204001', N'New Traditional - Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204002', N'New Traditional - Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204003', N'New Traditional - Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204004', N'New Traditional - Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204005', N'New Traditional - Top [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204006', N'New Traditional - Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204007', N'New Traditional - Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205001', N'Purple Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205002', N'Purple Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205003', N'Purple Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205004', N'Purple Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205005', N'Purple Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205006', N'Purple Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205007', N'Purple Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206001', N'Emerald Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206002', N'Emerald Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206003', N'Emerald Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206004', N'Emerald Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206005', N'Emerald Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206006', N'Emerald Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206007', N'Emerald Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207001', N'Yellow Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207002', N'Yellow Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207003', N'Yellow Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207004', N'Yellow Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207005', N'Yellow Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207006', N'Yellow Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207007', N'Yellow Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208001', N'Purple Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208002', N'Purple Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208003', N'Purple Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208004', N'Purple Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208005', N'Purple Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208006', N'Purple Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208007', N'Purple Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209001', N'Black Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209002', N'Black Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209003', N'Black Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209004', N'Black Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209005', N'Black Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209006', N'Black Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209007', N'Black Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210001', N'Pink Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210002', N'Pink Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210003', N'Pink Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210004', N'Pink Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210005', N'Pink Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210006', N'Pink Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210007', N'Pink Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211001', N'Brown Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211002', N'Brown Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211003', N'Brown Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211004', N'Brown Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211005', N'Brown Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211006', N'Brown Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211007', N'Brown Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212001', N'Green Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212002', N'Green Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212003', N'Green Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212004', N'Green Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212005', N'Green Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212006', N'Green Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212007', N'Green Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213001', N'Red Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213002', N'Red Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213003', N'Red Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213004', N'Red Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213005', N'Red Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213006', N'Red Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213007', N'Red Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214001', N'White Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214002', N'White Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214003', N'White Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214004', N'White Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214005', N'White Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214006', N'White Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214007', N'White Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215001', N'Blue Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215002', N'Blue Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215003', N'Blue Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215004', N'Blue Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215005', N'Blue Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215006', N'Blue Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215007', N'Blue Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216001', N'Pink Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216002', N'Pink Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216003', N'Pink Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216004', N'Pink Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216005', N'Pink Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216006', N'Pink Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216007', N'Pink Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217001', N'Scuba Water Gun [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217002', N'Scuba Lower Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217003', N'Scuba Flippers [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217004', N'Scuba Bracelet [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217005', N'Scuba Upper Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217006', N'Scuba Goggles [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217007', N'Scuba Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218001', N'Black Pirate Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218002', N'Black Pirate Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218003', N'Black Pirate Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218004', N'Black Pirate Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218005', N'Black Pirate Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218006', N'Black Pirate Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218007', N'Black Pirate Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219001', N'Blue Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219002', N'Blue Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219003', N'Blue Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219004', N'Blue Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219005', N'Blue Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219006', N'Blue Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219007', N'Blue Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220001', N'Emerald Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220002', N'Emerald Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220003', N'Emerald Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220004', N'Emerald Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220005', N'Emerald Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220006', N'Emerald Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220007', N'Emerald Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221001', N'Green Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221002', N'Green Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221003', N'Green Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221004', N'Green Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221005', N'Green Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221006', N'Green Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221007', N'Green Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222001', N'Radiant Wedding Costume Adornment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222002', N'Radiant Wedding Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222003', N'Radiant Wedding Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222004', N'Radiant Wedding Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222005', N'Radiant Wedding Costume Dress [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222006', N'Radiant Wedding Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222007', N'Radiant Wedding Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223001', N'Fairy Butterfly Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223002', N'Fairy Star Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223003', N'Fairy Ribbon Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223004', N'Fairy Flower Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223005', N'Fairy Skeleton Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223006', N'Fairy Heart Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223007', N'Fairy Candy-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224001', N'Red Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224002', N'Red Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224003', N'Red Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224004', N'Red Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224005', N'Red Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224006', N'Red Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224007', N'Red Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225001', N'Blue Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225002', N'Blue Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225003', N'Blue Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225004', N'Blue Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225005', N'Blue Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225006', N'Blue Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225007', N'Blue Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226001', N'White Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226002', N'White Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226003', N'White Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226004', N'White Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226005', N'White Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226006', N'White Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226007', N'White Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227001', N'White Bear''s Overcoat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227002', N'White Bear''s Bon Bon Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227003', N'White Bear''s Fur Boots [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227004', N'White Bear''s Fur Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227005', N'White Bear''s Adorned Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227006', N'White Bear''s Fur Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227007', N'White Bear''s Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228001', N'White School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228002', N'White School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228003', N'White School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228004', N'White School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228005', N'White School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228006', N'White School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228007', N'White School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229001', N'Plum School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229002', N'Plum School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229003', N'Plum School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229004', N'Plum School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229005', N'Plum School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229006', N'Plum School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229007', N'Plum School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230001', N'Black School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230002', N'Black School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230003', N'Black School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230004', N'Black School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230005', N'Black School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230006', N'Black School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230007', N'Black School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231001', N'Red Frill Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231002', N'Gold Ornament Volume Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231003', N'Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231004', N'Gold Snake-Deco Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231005', N'Red Frill Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231006', N'Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231007', N'Gold Snake-Deco Lovely Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001001', N'Golden Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001002', N'Golden Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001003', N'Golden Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001004', N'Golden Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001005', N'Golden Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001006', N'Golden Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001007', N'Golden Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002001', N'Grey Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002002', N'Grey Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002003', N'Grey Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002004', N'Grey Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002005', N'Grey Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002006', N'Grey Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002007', N'Grey Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003001', N'Navy Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003002', N'Navy Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003003', N'Navy Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003004', N'Navy Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003005', N'Navy Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003006', N'Navy Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003007', N'Navy Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004001', N'Navy Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004002', N'Navy Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004003', N'Navy Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004004', N'Navy Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004005', N'Navy Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004006', N'Navy Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004007', N'Navy Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005001', N'Dark Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005002', N'Dark Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005003', N'Dark Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005004', N'Dark Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005005', N'Dark Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005006', N'Dark Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005007', N'Dark Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52006001', N'Bob Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52007001', N'Mushroom Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52008001', N'Wind Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009001', N'Violet Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009002', N'Violet Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009003', N'Violet Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009004', N'Violet Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009005', N'Violet Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009006', N'Violet Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009007', N'Violet Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009008', N'Blue Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009009', N'Blue Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009010', N'Blue Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009011', N'Blue Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009012', N'Blue Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009013', N'Blue Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009014', N'Blue Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009015', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009016', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009017', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009018', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009019', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009020', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009021', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010001', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010002', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010003', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010004', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010005', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010006', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010007', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011001', N'Brown Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011002', N'Brown Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011003', N'Brown Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011004', N'Brown Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011005', N'Brown Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011006', N'Brown Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011007', N'Brown Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012001', N'Black Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012002', N'Black Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012003', N'Black Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012004', N'Black Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012005', N'Black Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012006', N'Black Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012007', N'Black Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012008', N'Black Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012009', N'Black Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012010', N'Black Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012011', N'Black Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012012', N'Black Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012013', N'Black Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012014', N'Black Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013001', N'Pink Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013002', N'Pink Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013003', N'Pink Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013004', N'Pink Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013005', N'Pink Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013006', N'Pink Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013007', N'Pink Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014001', N'Traditional Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014002', N'Traditional Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014003', N'Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014004', N'Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014005', N'Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014006', N'Traditional Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014007', N'Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015001', N'White Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015002', N'White Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015003', N'White Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015004', N'White Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015005', N'White Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015006', N'White Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015007', N'White Cowgirl Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015008', N'White Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015009', N'White Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015010', N'White Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015011', N'White Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015012', N'White Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015013', N'White Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015014', N'White Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52016001', N'Golden Pattern Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017001', N'Golden Pattern Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017002', N'Golden Pattern Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017003', N'Golden Pattern Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017004', N'Golden Pattern Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017005', N'Golden Pattern Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017006', N'Golden Pattern Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018001', N'Crimson Conjurer Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018002', N'Crimson Conjurer Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018003', N'Crimson Conjurer Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018004', N'Crimson Conjurer Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018005', N'Crimson Conjurer Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018006', N'Crimson Conjurer Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019001', N'Blue Gold Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019002', N'Blue Gold Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019003', N'Blue Gold Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019004', N'Blue Gold Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019005', N'Blue Gold Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019006', N'Blue Gold Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019007', N'Blue Gold Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020001', N'Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020002', N'Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020003', N'Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020004', N'Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020005', N'Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020006', N'Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020007', N'Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021001', N'Winter Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021002', N'Winter Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021003', N'Winter Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021004', N'Winter Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021005', N'Winter Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021006', N'Winter Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021007', N'Winter Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022001', N'Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022002', N'Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022003', N'Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022004', N'Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022005', N'Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022006', N'Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022007', N'Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023001', N'Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023002', N'Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023003', N'Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023004', N'Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023005', N'Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023006', N'Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023007', N'Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024001', N'Green Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024002', N'Green Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024003', N'Green Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024004', N'Green Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024005', N'Green Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024006', N'Green Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024007', N'Green Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025001', N'Orange Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025002', N'Orange Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025003', N'Orange Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025004', N'Orange Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025005', N'Orange Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025006', N'Orange Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025007', N'Orange Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026001', N'Pumpkin Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026002', N'Pumpkin Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026003', N'Pumpkin Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026004', N'Pumpkin Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026005', N'Pumpkin Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026006', N'Pumpkin Witch Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026007', N'Pumpkin Witch Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027001', N'Pink Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027002', N'Pink Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027003', N'Pink Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027004', N'Pink Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027005', N'Pink Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027006', N'Pink Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027007', N'Pink Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028001', N'Emerald Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028002', N'Emerald Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028003', N'Emerald Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028004', N'Emerald Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028005', N'Emerald Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028006', N'Emerald Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028007', N'Emerald Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029001', N'Santa Cape [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029002', N'Santa Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029003', N'Santa Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029004', N'Santa Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029005', N'Santa Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029006', N'Santa Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029007', N'Santa Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030001', N'New Traditional - Shirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030002', N'New Traditional - Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030003', N'New Traditional - Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030004', N'New Traditional - Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030005', N'New Traditional - Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030006', N'New Traditional - Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030007', N'New Traditional - Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031001', N'Yellow Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031002', N'Yellow Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031003', N'Yellow Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031004', N'Yellow Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031005', N'Yellow Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031006', N'Yellow Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031007', N'Yellow Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032001', N'Blue Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032002', N'Blue Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032003', N'Blue Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032004', N'Blue Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032005', N'Blue Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032006', N'Blue Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032007', N'Blue Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033001', N'Grey Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033002', N'Grey Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033003', N'Grey Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033004', N'Grey Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033005', N'Grey Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033006', N'Grey Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033007', N'Grey Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034001', N'Black Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034002', N'Black Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034003', N'Black Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034004', N'Black Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034005', N'Black Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034006', N'Black Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034007', N'Black Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035001', N'Red Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035002', N'Red Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035003', N'Red Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035004', N'Red Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035005', N'Red Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035006', N'Red Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035007', N'Red Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036001', N'Emerald Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036002', N'Emerald Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036003', N'Emerald Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036004', N'Emerald Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036005', N'Emerald Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036006', N'Emerald Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036007', N'Emerald Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037001', N'Blue Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037002', N'Blue Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037003', N'Blue Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037004', N'Blue Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037005', N'Blue Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037006', N'Blue Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037007', N'Blue Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038001', N'Pink Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038002', N'Pink Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038003', N'Pink Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038004', N'Pink Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038005', N'Pink Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038006', N'Pink Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038007', N'Pink Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039001', N'Purple Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039002', N'Purple Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039003', N'Purple Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039004', N'Purple Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039005', N'Purple Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039006', N'Purple Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039007', N'Purple Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040001', N'White Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040002', N'White Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040003', N'White Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040004', N'White Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040005', N'White Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040006', N'White Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040007', N'White Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041001', N'Scuba Sea Horse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041002', N'Scuba Lower Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041003', N'Scuba Flippers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041004', N'Scuba Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041005', N'Scuba Upper Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041006', N'Scuba Goggles [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041007', N'Scuba Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042001', N'Red Pirate Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042002', N'Red Pirate Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042003', N'Red Pirate Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042004', N'Red Pirate Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042005', N'Red Pirate Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042006', N'Red Pirate Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042007', N'Red Pirate Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043001', N'Radiant Wedding Costume Adornment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043002', N'Radiant Wedding Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043003', N'Radiant Wedding Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043004', N'Radiant Wedding Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043005', N'Radiant Wedding Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043006', N'Radiant Wedding Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043007', N'Radiant Wedding Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044001', N'Red Witch Mini Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044002', N'Red Witch Dress Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044003', N'Red Witch Mesh Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044004', N'Red Witch Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044005', N'Red Witch Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044006', N'Red Witch Ribbon Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044007', N'Red Witch Silver Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045001', N'Red Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045002', N'Red Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045003', N'Red Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045004', N'Red Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045005', N'Red Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045006', N'Red Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045007', N'Red Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046001', N'Blue Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046002', N'Blue Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046003', N'Blue Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046004', N'Blue Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046005', N'Blue Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046006', N'Blue Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046007', N'Blue Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047001', N'White Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047002', N'White Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047003', N'White Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047004', N'White Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047005', N'White Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047006', N'White Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047007', N'White Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048001', N'Arctic Fox''s Hood [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048002', N'Arctic Fox''s Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048003', N'Arctic Fox''s Fur Boots [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048004', N'Arctic Fox''s Hand Warmers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048005', N'Arctic Fox''s Tank Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048006', N'Arctic Fox''s Pendant [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048007', N'Arctic Fox''s Pigtail''s [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049001', N'Beige School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049002', N'Beige School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049003', N'Beige School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049004', N'Beige School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049005', N'Beige School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049006', N'Beige School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049007', N'Beige School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050001', N'Dark Brown School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050002', N'Dark Brown School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050003', N'Dark Brown School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050004', N'Dark Brown School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050005', N'Dark Brown School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050006', N'Dark Brown School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050007', N'Dark Brown School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051001', N'Black School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051002', N'Black School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051003', N'Black School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051004', N'Black School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051005', N'Black School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051006', N'Black School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051007', N'Black School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052001', N'Red Belt Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052002', N'Snake Skin Leggings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052003', N'Black Strap Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052004', N'Black Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052005', N'Red Tight Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052006', N'Red Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052007', N'Snake-Deco Palm Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053001', N'Shining Ark Costume Wing [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053002', N'Shining Ark Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053003', N'Shining Ark Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053004', N'Shining Ark Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053005', N'Shining Ark Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053006', N'Shining Ark Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053007', N'Shining Ark Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101001', N'Santa Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101002', N'Santa Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101003', N'Santa Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101004', N'Santa Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101005', N'Santa Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101006', N'Santa Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101007', N'Santa Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102001', N'Blue Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102002', N'Blue Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102003', N'Blue Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102004', N'Blue Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102005', N'Blue Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102006', N'Blue Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102007', N'Blue Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103001', N'Purple Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103002', N'Purple Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103003', N'Purple Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103004', N'Purple Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103005', N'Purple Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103006', N'Purple Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103007', N'Purple Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104001', N'Magenta Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104002', N'Magenta Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104003', N'Magenta Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104004', N'Magenta Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104005', N'Magenta Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104006', N'Magenta Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104007', N'Magenta Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105001', N'Little Blue-Blood Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105002', N'Little Blue-Blood Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105003', N'Little Blue-Blood Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105004', N'Little Blue-Blood Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105005', N'Little Blue-Blood Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105006', N'Little Blue-Blood Bow Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105007', N'Little Blue-Blood Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106001', N'New Traditional - Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106002', N'New Traditional - Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106003', N'New Traditional - Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106004', N'New Traditional - Bracelet [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106005', N'New Traditional - Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106006', N'New Traditional - Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106007', N'New Traditional - Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107001', N'Red Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107002', N'Red Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107003', N'Red Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107004', N'Red Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107005', N'Red Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107006', N'Red Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107007', N'Red Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108001', N'Purple Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108002', N'Purple Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108003', N'Purple Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108004', N'Purple Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108005', N'Purple Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108006', N'Purple Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108007', N'Purple Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109001', N'Emerald Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109002', N'Emerald Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109003', N'Emerald Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109004', N'Emerald Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109005', N'Emerald Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109006', N'Emerald Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109007', N'Emerald Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110001', N'Green Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110002', N'Green Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110003', N'Green Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110004', N'Green Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110005', N'Green Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110006', N'Green Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110007', N'Green Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111001', N'Red Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111002', N'Red Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111003', N'Red Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111004', N'Red Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111005', N'Red Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111006', N'Red Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111007', N'Red Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112001', N'Brown Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112002', N'Brown Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112003', N'Brown Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112004', N'Brown Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112005', N'Brown Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112006', N'Brown Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112007', N'Brown Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113001', N'Black Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113002', N'Black Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113003', N'Black Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113004', N'Black Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113005', N'Black Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113006', N'Black Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113007', N'Black Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114001', N'Red Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114002', N'Red Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114003', N'Red Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114004', N'Red Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114005', N'Red Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114006', N'Red Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114007', N'Red Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115001', N'Black Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115002', N'Black Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115003', N'Black Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115004', N'Black Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115005', N'Black Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115006', N'Black Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115007', N'Black Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116001', N'Brown Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116002', N'Brown Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116003', N'Brown Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116004', N'Brown Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116005', N'Brown Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116006', N'Brown Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116007', N'Brown Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117001', N'Red Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117002', N'Red Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117003', N'Red Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117004', N'Red Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117005', N'Red Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117006', N'Red Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117007', N'Red Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118001', N'Scuba Turtle [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118002', N'Scuba Lower Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118003', N'Scuba Flippers [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118004', N'Scuba Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118005', N'Scuba Upper Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118006', N'Scuba Goggles [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118007', N'Scuba Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119001', N'Brown Pirate Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119002', N'Brown Pirate Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119003', N'Brown Pirate Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119004', N'Brown Pirate Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119005', N'Brown Pirate Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119006', N'Brown Pirate Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119007', N'Brown Pirate Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120001', N'Radiant Wedding Costume Tuxedo [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120002', N'Radiant Wedding Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120003', N'Radiant Wedding Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120004', N'Radiant Wedding Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120005', N'Radiant Wedding Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120006', N'Radiant Wedding Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120007', N'Radiant Wedding Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121001', N'Brown Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121002', N'Brown Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121003', N'Brown Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121004', N'Brown Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121005', N'Brown Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121006', N'Brown Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121007', N'Brown Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122001', N'Green Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122002', N'Green Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122003', N'Green Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122004', N'Green Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122005', N'Green Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122006', N'Green Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122007', N'Green Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123001', N'Plum Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123002', N'Plum Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123003', N'Plum Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123004', N'Plum Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123005', N'Plum Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123006', N'Plum Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123007', N'Plum Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124001', N'Andromeda Star Cloak', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124002', N'Andromeda Slim Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124003', N'Andromeda Pumpkin Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124004', N'Andromeda Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124005', N'Andromeda Pumpkin Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124006', N'Andromeda Muffler', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124007', N'Andromeda Pumpkin Helmet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125001', N'Red Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125002', N'Red Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125003', N'Red Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125004', N'Red Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125005', N'Red Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125006', N'Red Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125007', N'Red Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126001', N'Blue Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126002', N'Blue Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126003', N'Blue Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126004', N'Blue Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126005', N'Blue Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126006', N'Blue Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126007', N'Blue Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127001', N'White Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127002', N'White Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127003', N'White Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127004', N'White Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127005', N'White Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127006', N'White Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127007', N'White Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128001', N'Wild Bull''s Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128002', N'Wild Bull''s Leather Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128003', N'Wild Bull''s Woolly Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128004', N'Wild Bull''s Woolly Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128005', N'Wild Bull''s Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128006', N'Wild Bull''s Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128007', N'Wild Bull''s Cap [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129001', N'Dark Brown School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129002', N'Dark Brown School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129003', N'Dark Brown School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129004', N'Dark Brown School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129005', N'Dark Brown School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129006', N'Dark Brown School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129007', N'Dark Brown School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130001', N'Pink School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130002', N'Pink School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130003', N'Pink School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130004', N'Pink School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130005', N'Pink School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130006', N'Pink School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130007', N'Pink School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131001', N'Yellow School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131002', N'Yellow School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131003', N'Yellow School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131004', N'Yellow School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131005', N'Yellow School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131006', N'Yellow School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131007', N'Yellow School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132002', N'Red Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132003', N'Metal Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132004', N'Black Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132005', N'Slim Mesh Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132006', N'Snake Patterned Silver Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132007', N'Snake-Deco Red Pointed Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001001', N'Black Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001002', N'Black Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001003', N'Black Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001004', N'Black Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001005', N'Black Oldie Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001006', N'Black Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001007', N'Black Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002001', N'Grey Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002002', N'Grey Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002003', N'Grey Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002004', N'Grey Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002005', N'Grey Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002006', N'Grey Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002007', N'Grey Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003001', N'Black Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003002', N'Black Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003003', N'Black Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003004', N'Black Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003005', N'Black Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003006', N'Black Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003007', N'Black Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004001', N'Navy Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004002', N'Navy Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004003', N'Navy Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004004', N'Navy Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004005', N'Navy Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004006', N'Navy Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004007', N'Navy Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005001', N'Pin-Striped Punk Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005002', N'Pin-Striped Punk Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005003', N'Pin-Striped Punk Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005004', N'Pin-Striped Punk Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005005', N'Pin-Striped Punk Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005006', N'Pin-Striped Punk Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005007', N'Pin-Striped Punk Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53006001', N'Danny Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53007001', N'Layered Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53008001', N'Mohican [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009001', N'Purple Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009002', N'Purple Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009003', N'Purple Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009004', N'Purple Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009005', N'Purple Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009006', N'Purple Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009007', N'Purple Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010001', N'Brown Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010002', N'Brown Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010003', N'Brown Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010004', N'Brown Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010005', N'Brown Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010006', N'Brown Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010007', N'Brown Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011001', N'Stylish Cellmate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011002', N'Stylish Cellmate Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011003', N'Stylish Cellmate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011004', N'Stylish Cellmate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011005', N'Stylish Cellmate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011006', N'Stylish Cellmate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011007', N'Stylish Cellmate Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012001', N'Black Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012002', N'Black Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012003', N'Black Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012004', N'Black Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012005', N'Black Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012006', N'Black Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012007', N'Black Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013001', N'White Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013002', N'White Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013003', N'White Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013004', N'White Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013005', N'White Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013006', N'White Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013007', N'White Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014001', N'Casual Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014002', N'Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014003', N'Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014004', N'Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014005', N'Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014006', N'Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014007', N'Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015001', N'Blue Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015002', N'Blue Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015003', N'Blue Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015004', N'Blue Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015005', N'Blue Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015006', N'Blue Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015007', N'Blue Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016001', N'Pink Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016002', N'Pink Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016003', N'Pink Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016004', N'Pink Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016005', N'Pink Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016006', N'Pink Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016007', N'Pink Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017001', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017002', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017003', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017004', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017005', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017006', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017007', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018001', N'Traditional Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018002', N'Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018003', N'Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018004', N'Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018005', N'Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018006', N'Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018007', N'Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019001', N'Black Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019002', N'Black Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019003', N'Black Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019004', N'Black Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019005', N'Black Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019006', N'Black Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019007', N'Black Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020001', N'Pale Rider Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020002', N'Pale Rider Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020003', N'Pale Rider Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020004', N'Pale Rider Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020005', N'Pale Rider Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020006', N'Pale Rider Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020007', N'Pale Rider Bandana [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021001', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021002', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021003', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021004', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021005', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021006', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021007', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022001', N'Brown Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022002', N'Brown Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022003', N'Brown Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022004', N'Brown Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022005', N'Brown Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022006', N'Brown Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022007', N'Brown Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023001', N'Blue Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023002', N'Blue Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023003', N'Blue Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023004', N'Blue Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023005', N'Blue Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023006', N'Blue Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023007', N'Blue Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024001', N'Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024002', N'Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024003', N'Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024004', N'Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024005', N'Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024006', N'Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024007', N'Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025001', N'Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025002', N'Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025003', N'Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025004', N'Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025005', N'Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025006', N'Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025007', N'Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026001', N'Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026002', N'Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026003', N'Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026004', N'Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026005', N'Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026006', N'Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026007', N'Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027001', N'Green Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027002', N'Green Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027003', N'Green Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027004', N'Green Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027005', N'Green Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027006', N'Green Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027007', N'Green Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028001', N'Orange Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028002', N'Orange Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028003', N'Orange Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028004', N'Orange Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028005', N'Orange Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028006', N'Orange Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028007', N'Orange Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029001', N'Cipher''s Monster Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029002', N'Cipher''s Monster Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029003', N'Cipher''s Monster Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029004', N'Cipher''s Monster Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029005', N'Cipher''s Monster Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029006', N'Cipher''s Monster Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029007', N'Cipher''s Monster Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030001', N'Yellow Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030002', N'Yellow Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030003', N'Yellow Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030004', N'Yellow Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030005', N'Yellow Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030006', N'Yellow Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030007', N'Yellow Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031001', N'Blue Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031002', N'Blue Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031003', N'Blue Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031004', N'Blue Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031005', N'Blue Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031006', N'Blue Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031007', N'Blue Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032001', N'Santa Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032002', N'Santa Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032003', N'Santa Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032004', N'Santa Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032005', N'Santa Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032006', N'Santa Scarf [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032007', N'Santa Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033001', N'New Traditional - Robe [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033002', N'New Traditional - Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033003', N'New Traditional - Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033004', N'New Traditional - Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033005', N'New Traditional - Vest [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033006', N'New Traditional - Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033007', N'New Traditional - Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034001', N'Black Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034002', N'Black Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034003', N'Black Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034004', N'Black Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034005', N'Black Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034006', N'Black Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034007', N'Black Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035001', N'Check Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035002', N'Check Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035003', N'Check Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035004', N'Check Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035005', N'Check Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035006', N'Check Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035007', N'Check Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036001', N'Brown Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036002', N'Brown Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036003', N'Brown Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036004', N'Brown Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036005', N'Brown Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036006', N'Brown Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036007', N'Brown Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037001', N'White Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037002', N'White Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037003', N'White Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037004', N'White Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037005', N'White Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037006', N'White Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037007', N'White Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038001', N'Black Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038002', N'Black Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038003', N'Black Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038004', N'Black Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038005', N'Black Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038006', N'Black Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038007', N'Black Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039001', N'Green Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039002', N'Green Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039003', N'Green Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039004', N'Green Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039005', N'Green Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039006', N'Green Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039007', N'Green Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040001', N'Purple Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040002', N'Purple Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040003', N'Purple Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040004', N'Purple Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040005', N'Purple Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040006', N'Purple Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040007', N'Purple Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041001', N'Blue Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041002', N'Blue Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041003', N'Blue Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041004', N'Blue Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041005', N'Blue Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041006', N'Blue Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041007', N'Blue Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042001', N'Scuba Oxy Cylinders [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042002', N'Scuba Lower Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042003', N'Scuba Flippers [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042004', N'Scuba Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042005', N'Scuba Upper Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042006', N'Scuba Goggles [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042007', N'Scuba Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043001', N'Radiant Wedding Costume Tuxedo [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043002', N'Radiant Wedding Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043003', N'Radiant Wedding Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043004', N'Radiant Wedding Costume Ring [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043005', N'Radiant Wedding Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043006', N'Radiant Wedding Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043007', N'Radiant Wedding Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044001', N'Pierrot Agile Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044002', N'Pierrot Striped Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044003', N'Pierrot Star Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044004', N'Pierrot Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044005', N'Pierrot Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044006', N'Pierrot Skeleton Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044007', N'Pierrot Magician Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045001', N'Red Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045002', N'Red Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045003', N'Red Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045004', N'Red Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045005', N'Red Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045006', N'Red Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045007', N'Red Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046001', N'Blue Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046002', N'Blue Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046003', N'Blue Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046004', N'Blue Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046005', N'Blue Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046006', N'Blue Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046007', N'Blue Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047001', N'White Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047002', N'White Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047003', N'White Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047004', N'White Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047005', N'White Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047006', N'White Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047007', N'White Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048001', N'Black Leopard''s Mantle [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048002', N'Black Leopard''s Chaps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048003', N'Black Leopard''s Boots [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048004', N'Black Leopard''s Wristlets [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048005', N'Black Leopard''s Chest Straps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048006', N'Black Leopard''s Clan Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048007', N'Black Leopard''s Topknot [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049001', N'Indigo School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049002', N'Indigo School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049003', N'Indigo School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049004', N'Indigo School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049005', N'Indigo School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049006', N'Indigo School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049007', N'Indigo School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050001', N'Green School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050002', N'Green School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050003', N'Green School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050004', N'Green School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050005', N'Green School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050006', N'Green School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050007', N'Green School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051001', N'Plum School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051002', N'Plum School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051003', N'Plum School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051004', N'Plum School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051005', N'Plum School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051006', N'Plum School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051007', N'Plum School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052001', N'Red Deviant Crease Lined Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052002', N'Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052003', N'Black Walker Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052005', N'V-neck T-Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052006', N'Snake Patterned Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052007', N'Snake-Deco Tied Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053001', N'Shining Ark Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053002', N'Shining Ark Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053003', N'Shining Ark Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053004', N'Shining Ark Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053005', N'Shining Ark Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053006', N'Shining Ark Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053007', N'Shining Ark Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101001', N'Plum Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101002', N'Plum Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101003', N'Plum Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101004', N'Plum Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101005', N'Plum Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101006', N'Plum Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101007', N'Plum Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102001', N'Sky Blue Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102002', N'Sky Blue Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102003', N'Sky Blue Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102004', N'Sky Blue Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102005', N'Sky Blue Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102006', N'Sky Blue Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102007', N'Sky Blue Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103001', N'Midnight Green Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103002', N'Midnight Green Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103003', N'Midnight Green Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103004', N'Midnight Green Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103005', N'Midnight Green Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103006', N'Midnight Green Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103007', N'Midnight Green Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104001', N'Red Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104002', N'Red Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104003', N'Red Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104004', N'Red Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104005', N'Red Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104006', N'Red Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104007', N'Red Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105001', N'Black Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105002', N'Black Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105003', N'Black Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105004', N'Black Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105005', N'Black Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105006', N'Black Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105007', N'Black Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106001', N'Yellow Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106002', N'Yellow Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106003', N'Yellow Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106004', N'Yellow Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106005', N'Yellow Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106006', N'Yellow Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106007', N'Yellow Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107001', N'Cursed Soul Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107002', N'Cursed Soul Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107003', N'Cursed Soul Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107004', N'Cursed Soul Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107005', N'Cursed Soul Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107006', N'Cursed Soul Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107007', N'Cursed Soul Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108001', N'Santa Cape [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108002', N'Santa Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108003', N'Santa Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108004', N'Santa Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108005', N'Santa Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108006', N'Santa Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108007', N'Santa Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109001', N'New Traditional - Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109002', N'New Traditional - Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109003', N'New Traditional - Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109004', N'New Traditional - Top [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109005', N'New Traditional - Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109006', N'New Traditional - Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109007', N'New Traditional - Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110001', N'Red Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110002', N'Red Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110003', N'Red Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110004', N'Red Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110005', N'Red Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110006', N'Red Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110007', N'Red Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111001', N'Blue Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111002', N'Blue Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111003', N'Blue Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111004', N'Blue Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111005', N'Blue Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111006', N'Blue Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111007', N'Blue Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112001', N'Pink Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112002', N'Pink Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112003', N'Pink Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112004', N'Pink Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112005', N'Pink Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112006', N'Pink Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112007', N'Pink Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113001', N'Pink Sagunja[Plum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113002', N'Pink Sagunja[Plum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113003', N'Pink Sagunja[Plum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113004', N'Pink Sagunja[Plum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113005', N'Pink Sagunja[Plum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113006', N'Pink Sagunja[Plum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113007', N'Pink Sagunja[Plum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114001', N'Yellow Sagunja[Chrysanthemum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114002', N'Yellow Sagunja[Chrysanthemum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114003', N'Yellow Sagunja[Chrysanthemum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114004', N'Yellow Sagunja[Chrysanthemum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114005', N'Yellow Sagunja[Chrysanthemum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114006', N'Yellow Sagunja[Chrysanthemum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114007', N'Yellow Sagunja[Chrysanthemum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115001', N'Green Sagunja[Bamboo] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115002', N'Green Sagunja[Bamboo] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115003', N'Green Sagunja[Bamboo] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115004', N'Green Sagunja[Bamboo] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115005', N'Green Sagunja[Bamboo] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115006', N'Green Sagunja[Bamboo] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115007', N'Green Sagunja[Bamboo] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116001', N'Purple Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116002', N'Purple Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116003', N'Purple Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116004', N'Purple Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116005', N'Purple Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116006', N'Purple Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116007', N'Purple Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117001', N'Emerald Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117002', N'Emerald Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117003', N'Emerald Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117004', N'Emerald Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117005', N'Emerald Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117006', N'Emerald Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117007', N'Emerald Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118001', N'Red Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118002', N'Red Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118003', N'Red Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118004', N'Red Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118005', N'Red Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118006', N'Red Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118007', N'Red Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119001', N'Brown Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119002', N'Brown Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119003', N'Brown Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119004', N'Brown Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119005', N'Brown Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119006', N'Brown Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119007', N'Brown Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120001', N'Emerald Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120002', N'Emerald Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120003', N'Emerald Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120004', N'Emerald Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120005', N'Emerald Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120006', N'Emerald Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120007', N'Emerald Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121001', N'Purple Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121002', N'Purple Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121003', N'Purple Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121004', N'Purple Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121005', N'Purple Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121006', N'Purple Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121007', N'Purple Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122001', N'Scuba Salamander [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122002', N'Scuba Flippers [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122003', N'Scuba Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122004', N'Scuba Diving Suit [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122005', N'Scuba Goggles [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122006', N'Scuba Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122007', N'Scuba Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123001', N'Blue Pirate Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123002', N'Blue Pirate Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123003', N'Blue Pirate Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123004', N'Blue Pirate Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123005', N'Blue Pirate Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123006', N'Blue Pirate Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123007', N'Blue Pirate Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124001', N'Emerald Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124002', N'Emerald Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124003', N'Emerald Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124004', N'Emerald Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124005', N'Emerald Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124006', N'Emerald Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124007', N'Emerald Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125001', N'Purple Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125002', N'Purple Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125003', N'Purple Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125004', N'Purple Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125005', N'Purple Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125006', N'Purple Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125007', N'Purple Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126001', N'Pink Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126002', N'Pink Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126003', N'Pink Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126004', N'Pink Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126005', N'Pink Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126006', N'Pink Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126007', N'Pink Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127001', N'Radiant Wedding Costume Adornment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127002', N'Radiant Wedding Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127003', N'Radiant Wedding Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127004', N'Radiant Wedding Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127005', N'Radiant Wedding Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127006', N'Radiant Wedding Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127007', N'Radiant Wedding Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128001', N'Pumpkin Girl Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128002', N'Pumpkin Girl Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128003', N'Pumpkin Girl Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128004', N'Pumpkin Girl Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128005', N'Pumpkin Girl Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128006', N'Pumpkin Girl Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128007', N'Pumpkin Girl Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129001', N'Red Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129002', N'Red Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129003', N'Red Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129004', N'Red Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129005', N'Red Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129006', N'Red Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129007', N'Red Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130001', N'Blue Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130002', N'Blue Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130003', N'Blue Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130004', N'Blue Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130005', N'Blue Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130006', N'Blue Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130007', N'Blue Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131001', N'White Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131002', N'White Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131003', N'White Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131004', N'White Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131005', N'White Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131006', N'White Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131007', N'White Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132001', N'Sly Coyote''s Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132002', N'Sly Coyote''s Shell-Toe Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132003', N'Sly Coyote''s Fur Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132004', N'Sly Coyote''s Fur Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132005', N'Sly Coyote''s Talisman [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132006', N'Sly Coyote''s Tail [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132007', N'Sly Coyote''s Pendant [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133001', N'Pink School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133002', N'Pink School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133003', N'Pink School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133004', N'Pink School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133005', N'Pink School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133006', N'Pink School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133007', N'Pink School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134001', N'Brown School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134002', N'Brown School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134003', N'Brown School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134004', N'Brown School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134005', N'Brown School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134006', N'Brown School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134007', N'Brown School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135001', N'White School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135002', N'White School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135003', N'White School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135004', N'White School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135005', N'White School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135006', N'White School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135007', N'White School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136001', N'Gold Short Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136002', N'Mesh Leggings Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136003', N'Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136004', N'Metal Garment Set', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136005', N'Gold Snake Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136006', N'Indigo Bridge Snake-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136007', N'Gold Snake Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137001', N'Shining Ark Costume Wing [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137002', N'Shining Ark Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137003', N'Shining Ark Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137004', N'Shining Ark Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137005', N'Shining Ark Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137006', N'Shining Ark Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137007', N'Shining Ark Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001001', N'Black Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001002', N'Black Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001003', N'Black Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001004', N'Black Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001005', N'Black Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001006', N'Black Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001007', N'Black Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002001', N'Grey Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002002', N'Grey Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002003', N'Grey Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002004', N'Grey Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002005', N'Grey Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002006', N'Grey Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002007', N'Grey Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003001', N'Navy Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003002', N'Navy Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003003', N'Navy Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003004', N'Navy Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003005', N'Navy Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003006', N'Navy Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003007', N'Navy Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004001', N'Brown Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004002', N'Brown Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004003', N'Brown Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004004', N'Brown Striped Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004005', N'Brown Striped Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004006', N'Brown Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004007', N'Brown Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005001', N'Violet Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005002', N'Violet Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005003', N'Violet Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005004', N'Violet Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005005', N'Violet Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005006', N'Violet Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005007', N'Violet Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006001', N'Brown Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006002', N'Brown Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006003', N'Brown Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006004', N'Brown Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006005', N'Brown Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006006', N'Brown Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006007', N'Brown Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007001', N'Blue Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007002', N'Blue Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007003', N'Blue Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007004', N'Blue Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007005', N'Blue Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007006', N'Blue Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007007', N'Blue Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008001', N'Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008002', N'Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008003', N'Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008004', N'Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008005', N'Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008006', N'Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008007', N'Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009001', N'Blue Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009002', N'Blue Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009003', N'Blue Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009004', N'Blue Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009005', N'Blue Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009006', N'Blue Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009007', N'Blue Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010001', N'Pink Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010002', N'Pink Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010003', N'Pink Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010004', N'Pink Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010005', N'Pink Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010006', N'Pink Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010007', N'Pink Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011001', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011002', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011003', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011004', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011005', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011006', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011007', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012001', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012002', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012003', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012004', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012005', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012006', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012007', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013001', N'White Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013002', N'White Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013003', N'White Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013004', N'White Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013005', N'White Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013006', N'White Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013007', N'White Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014001', N'Traditional Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014002', N'Traditional Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014003', N'Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014004', N'Traditional Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014005', N'Traditional Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014006', N'Traditional Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014007', N'Traditional Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015001', N'Red Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015002', N'Red Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015003', N'Red Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015004', N'Red Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015005', N'Red Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015006', N'Red Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015007', N'Red Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016001', N'White Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016002', N'White Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016003', N'White Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016004', N'White Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016005', N'White Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016006', N'White Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016007', N'White Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017001', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017002', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017003', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017004', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017005', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017006', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017007', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018001', N'Chinese Dress Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018002', N'Chinese Dress Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018003', N'Chinese Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018004', N'Chinese Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018005', N'Chinese Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018006', N'Chinese Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018007', N'Chinese Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019001', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019002', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019003', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019004', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019005', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019006', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019007', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020001', N'Brown Pirate Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020002', N'Brown Pirate Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020003', N'Brown Pirate Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020004', N'Brown Pirate Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020005', N'Brown Pirate Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020006', N'Brown Pirate Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020007', N'Brown Pirate Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021001', N'Vice-Minister Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021002', N'Vice-Minister Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021003', N'Vice-Minister Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021004', N'Vice-Minister Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021005', N'Vice-Minister Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021006', N'Vice-Minister Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021007', N'Vice-Minister Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022001', N'Navy Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022002', N'Navy Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022003', N'Navy Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022004', N'Navy Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022005', N'Navy Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022006', N'Navy Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022007', N'Navy Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023001', N'Green Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023002', N'Green Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023003', N'Green Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023004', N'Green Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023005', N'Green Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023006', N'Green Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023007', N'Green Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024001', N'Orange Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024002', N'Orange Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024003', N'Orange Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024004', N'Orange Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024005', N'Orange Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024006', N'Orange Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024007', N'Orange Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025001', N'Feral Feline Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025002', N'Feral Feline Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025003', N'Feral Feline Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025004', N'Feral Feline Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025005', N'Feral Feline Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025006', N'Feral Feline Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025007', N'Feral Feline Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026001', N'Purple Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026002', N'Purple Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026003', N'Purple Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026004', N'Purple Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026005', N'Purple Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026006', N'Purple Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026007', N'Purple Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027001', N'Blue Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027002', N'Blue Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027003', N'Blue Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027004', N'Blue Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027005', N'Blue Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027006', N'Blue Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027007', N'Blue Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028001', N'Santa Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028002', N'Santa Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028003', N'Santa Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028004', N'Santa Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028005', N'Santa Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028006', N'Santa Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028007', N'Santa Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029001', N'New Traditional - Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029002', N'New Traditional - Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029003', N'New Traditional - Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029004', N'New Traditional - Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029005', N'New Traditional - Top [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029006', N'New Traditional - Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029007', N'New Traditional - Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030001', N'Pink Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030002', N'Pink Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030003', N'Pink Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030004', N'Pink Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030005', N'Pink Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030006', N'Pink Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030007', N'Pink Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031001', N'Emerald Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031002', N'Emerald Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031003', N'Emerald Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031004', N'Emerald Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031005', N'Emerald Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031006', N'Emerald Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031007', N'Emerald Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032001', N'Red Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032002', N'Red Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032003', N'Red Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032004', N'Red Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032005', N'Red Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032006', N'Red Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032007', N'Red Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033001', N'White Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033002', N'White Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033003', N'White Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033004', N'White Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033005', N'White Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033006', N'White Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033007', N'White Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034001', N'Orange Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034002', N'Orange Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034003', N'Orange Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034004', N'Orange Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034005', N'Orange Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034006', N'Orange Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034007', N'Orange Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035001', N'Sky Blue Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035002', N'Sky Blue Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035003', N'Sky Blue Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035004', N'Sky Blue Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035005', N'Sky Blue Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035006', N'Sky Blue Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035007', N'Sky Blue Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036001', N'Scuba Otter [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036002', N'Scuba Lower Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036003', N'Scuba Flippers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036004', N'Scuba Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036005', N'Scuba Upper Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036006', N'Scuba Goggles [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036007', N'Scuba Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037001', N'Radiant Wedding Costume Adornment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037002', N'Radiant Wedding Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037003', N'Radiant Wedding Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037004', N'Radiant Wedding Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037005', N'Radiant Wedding Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037006', N'Radiant Wedding Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037007', N'Radiant Wedding Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038001', N'Skull Rider Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038002', N'Skull Rider Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038003', N'Skull Rider Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038004', N'Skull Rider Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038005', N'Skull Rider T-shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038006', N'Skull Rider Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038007', N'Skull Rider Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039001', N'Red Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039002', N'Red Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039003', N'Red Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039004', N'Red Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039005', N'Red Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039006', N'Red Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039007', N'Red Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040001', N'Blue Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040002', N'Blue Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040003', N'Blue Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040004', N'Blue Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040005', N'Blue Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040006', N'Blue Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040007', N'Blue Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041001', N'White Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041002', N'White Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041003', N'White Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041004', N'White Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041005', N'White Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041006', N'White Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041007', N'White Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042001', N'White Phoenix''s Wings [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042002', N'White Phoenix''s Tail Feathers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042003', N'White Phoenix''s Boots [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042004', N'White Phoenix''s Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042005', N'White Phoenix''s Fur Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042006', N'White Phoenix''s Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042007', N'White Phoenix''s Plume [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043001', N'Yellow School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043002', N'Yellow School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043003', N'Yellow School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043004', N'Yellow School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043005', N'Yellow School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043006', N'Yellow School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043007', N'Yellow School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044001', N'Red School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044002', N'Red School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044003', N'Red School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044004', N'Red School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044005', N'Red School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044006', N'Red School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044007', N'Red School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045001', N'Black School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045002', N'Black School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045003', N'Black School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045004', N'Black School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045005', N'Black School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045006', N'Black School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045007', N'Black School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046001', N'Snake-Deco Mesh Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046002', N'Deviant Crease Lined Short Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046003', N'Deviant Crease Lined Gold Ornament Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046004', N'Red Frill Arm Warmer', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046005', N'Snake Patterned Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046006', N'Double Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046007', N'Snake-Deco Long Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047001', N'Shining Ark Costume Wing [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047002', N'Shining Ark Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047003', N'Shining Ark Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047004', N'Shining Ark Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047005', N'Shining Ark Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047006', N'Shining Ark Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047007', N'Shining Ark Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101001', N'Dictator''s Costume(B) - Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101002', N'Black Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101003', N'Black Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101004', N'Black Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101005', N'Black Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101006', N'Black Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101007', N'Black Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104001', N'Orange Color Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104002', N'Orange Color Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104003', N'Orange Color Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104004', N'Orange Color Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104005', N'Orange Color Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104006', N'Orange Color Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104007', N'Orange Color Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105001', N'Blue Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105002', N'Blue Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105003', N'Blue Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105004', N'Blue Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105005', N'Blue Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105006', N'Blue Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105007', N'Blue Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106001', N'Gray Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106002', N'Gray Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106003', N'Gray Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106004', N'Gray Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106005', N'Gray Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106006', N'Gray Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106007', N'Gray Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107001', N'Radiant Wedding Costume Tuxedo [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107002', N'Radiant Wedding Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107003', N'Radiant Wedding Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107004', N'Radiant Wedding Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107005', N'Radiant Wedding Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107006', N'Radiant Wedding Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107007', N'Radiant Wedding Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108001', N'Ghost Hunter Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108002', N'Ghost Hunter Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108003', N'Ghost Hunter Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108004', N'Ghost Hunter Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108005', N'Ghost Hunter Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108006', N'Ghost Hunter Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108007', N'Ghost Hunter Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109001', N'Red Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109002', N'Red Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109003', N'Red Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109004', N'Red Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109005', N'Red Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109006', N'Red Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109007', N'Red Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110001', N'Blue Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110002', N'Blue Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110003', N'Blue Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110004', N'Blue Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110005', N'Blue Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110006', N'Blue Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110007', N'Blue Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111001', N'White Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111002', N'White Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111003', N'White Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111004', N'White Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111005', N'White Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111006', N'White Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111007', N'White Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112001', N'Orange Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112002', N'Orange Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112003', N'Orange Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112004', N'Orange Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112005', N'Orange Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112006', N'Orange Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112007', N'Orange Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113001', N'White Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113002', N'White Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113003', N'White Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113004', N'White Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113005', N'White Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113006', N'White Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113007', N'White Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114001', N'Purple Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114002', N'Purple Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114003', N'Purple Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114004', N'Purple Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114005', N'Purple Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114006', N'Purple Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114007', N'Purple Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115001', N'White School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115002', N'White School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115003', N'White School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115004', N'White School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115005', N'White School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115006', N'White School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115007', N'White School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116001', N'Bluish Green School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116002', N'Bluish Green School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116003', N'Bluish Green School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116004', N'Bluish Green School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116005', N'Bluish Green School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116006', N'Bluish Green School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116007', N'Bluish Green School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117001', N'Black School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117002', N'Black School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117003', N'Black School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117004', N'Black School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117005', N'Black School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117006', N'Black School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117007', N'Black School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118001', N'Snake Patterned Long Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118002', N'Snake Patterned Red Belt Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118003', N'Snake Patterned Long Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118005', N'Snake Pattered Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118006', N'Emerald Snake Patterned Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118007', N'Black Two Block Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119001', N'Shining Ark Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119002', N'Shining Ark Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119003', N'Shining Ark Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119004', N'Shining Ark Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119005', N'Shining Ark Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119006', N'Shining Ark Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119007', N'Shining Ark Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001001', N'Golden Deacon Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001002', N'Golden Deacon Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001003', N'Golden Deacon Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001004', N'Golden Deacon Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001005', N'Golden Deacon Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001006', N'Golden Deacon Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001007', N'Golden Deacon Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002001', N'Grey Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002002', N'Grey Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002003', N'Grey Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002004', N'Grey Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002005', N'Grey Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002006', N'Grey Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002007', N'Grey Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003001', N'Black Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003002', N'Black Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003003', N'Black Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003004', N'Black Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003005', N'Black Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003006', N'Black Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003007', N'Black Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004001', N'Navy Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004002', N'Navy Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004003', N'Navy Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004004', N'Navy Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004005', N'Navy Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004006', N'Navy Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004007', N'Navy Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005001', N'Imperial Officer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005002', N'Imperial Officer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005003', N'Imperial Officer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005004', N'Imperial Officer Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005005', N'Imperial Officer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005006', N'Imperial Officer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005007', N'Imperial Officer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61006001', N'Danny Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61007001', N'Mohican [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008001', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008002', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008003', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008004', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008005', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008006', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008007', N'Purplish Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009001', N'Brown Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009002', N'Brown Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009003', N'Brown Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009004', N'Brown Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009005', N'Brown Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009006', N'Brown Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009007', N'Brown Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010001', N'Black Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010002', N'Black Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010003', N'Black Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010004', N'Black Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010005', N'Black Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010006', N'Black Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010007', N'Black Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61011001', N'Shaggy Cut [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012001', N'Purple Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012002', N'Purple Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012003', N'Purple Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012004', N'Purple Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012005', N'Purple Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012006', N'Purple Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012007', N'Purple Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013001', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013002', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013003', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013004', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013005', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013006', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013007', N'Blue Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014001', N'Pink Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014002', N'Pink Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014003', N'Pink Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014004', N'Pink Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014005', N'Pink Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014006', N'Pink Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014007', N'Pink Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015001', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015002', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015003', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015004', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015005', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015006', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015007', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016001', N'Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016002', N'Traditional Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016003', N'Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016004', N'Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016005', N'Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016006', N'Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016007', N'Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017001', N'Indigo Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017002', N'Indigo Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017003', N'Indigo Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017004', N'Indigo Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017005', N'Indigo Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017006', N'Indigo Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017007', N'Indigo Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018001', N'White Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018002', N'White Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018003', N'White Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018004', N'White Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018005', N'White Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018006', N'White Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018007', N'White Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018008', N'White Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018009', N'White Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018010', N'White Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018011', N'White Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018012', N'White Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018013', N'White Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018014', N'White Cowboy Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019001', N'Golden Pattern Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019002', N'Golden Pattern Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019003', N'Golden Pattern Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019004', N'Golden Pattern Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019005', N'Golden Pattern Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019006', N'Golden Pattern Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019007', N'Golden Pattern Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020001', N'Blue Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020002', N'Blue Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020003', N'Blue Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020004', N'Blue Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020005', N'Blue Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020006', N'Blue Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020007', N'Blue Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021001', N'Red Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021002', N'Red Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021003', N'Red Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021004', N'Red Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021005', N'Red Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021006', N'Red Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021007', N'Red Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022001', N'Violent Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022002', N'Violent Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022003', N'Violent Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022004', N'Violent Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022005', N'Violent Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022006', N'Violent Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022007', N'Violent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023001', N'Golden Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023002', N'Golden Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023003', N'Golden Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023004', N'Golden Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023005', N'Golden Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023006', N'Golden Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023007', N'Golden Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024001', N'Brown Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024002', N'Brown Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024003', N'Brown Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024004', N'Brown Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024005', N'Brown Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024006', N'Brown Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024007', N'Brown Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025001', N'Green Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025002', N'Green Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025003', N'Green Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025004', N'Green Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025005', N'Green Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025006', N'Green Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025007', N'Green Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026001', N'Orange Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026002', N'Orange Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026003', N'Orange Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026004', N'Orange Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026005', N'Orange Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026006', N'Orange Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026007', N'Orange Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027001', N'Masquerade Ball Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027002', N'Masquerade Ball Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027003', N'Masquerade Ball Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027004', N'Masquerade Ball Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027005', N'Masquerade Ball Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027006', N'Masquerade Ball Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027007', N'Masquerade Ball Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028001', N'Orange Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028002', N'Orange Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028003', N'Orange Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028004', N'Orange Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028005', N'Orange Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028006', N'Orange Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028007', N'Orange Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029001', N'Pinstripe Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029002', N'Pinstripe Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029003', N'Pinstripe Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029004', N'Pinstripe Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029005', N'Pinstripe Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029006', N'Pinstripe Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029007', N'Pinstripe Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030001', N'Santa Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030002', N'Santa Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030003', N'Santa Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030004', N'Santa Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030005', N'Santa Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030006', N'Santa Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030007', N'Santa Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031001', N'New Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031002', N'New Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031003', N'New Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031004', N'New Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031005', N'New Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031006', N'New Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031007', N'New Traditional Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032001', N'Red Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032002', N'Red Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032003', N'Red Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032004', N'Red Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032005', N'Red Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032006', N'Red Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032007', N'Red Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033001', N'Black Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033002', N'Black Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033003', N'Black Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033004', N'Black Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033005', N'Black Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033006', N'Black Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033007', N'Black Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034001', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034002', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034003', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034004', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034005', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034006', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034007', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035001', N'Purplish Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035002', N'Purplish Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035003', N'Purplish Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035004', N'Purplish Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035005', N'Purplish Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035006', N'Purplish Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035007', N'Purplish Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036001', N'Brown Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036002', N'Brown Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036003', N'Brown Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036004', N'Brown Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036005', N'Brown Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036006', N'Brown Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036007', N'Brown Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037001', N'Pied Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037002', N'Pied Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037003', N'Pied Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037004', N'Pied Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037005', N'Pied Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037006', N'Pied Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037007', N'Pied Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038001', N'Black Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038002', N'Black Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038003', N'Black Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038004', N'Black Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038005', N'Black Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038006', N'Black Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038007', N'Black Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039001', N'Red Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039002', N'Red Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039003', N'Red Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039004', N'Red Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039005', N'Red Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039006', N'Red Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039007', N'Red Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040001', N'Blue Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040002', N'Blue Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040003', N'Blue Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040004', N'Blue Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040005', N'Blue Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040006', N'Blue Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040007', N'Blue Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041001', N'Dark Green Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041002', N'Dark Green Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041003', N'Dark Green Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041004', N'Dark Green Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041005', N'Dark Green Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041006', N'Dark Green Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041007', N'Dark Green Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042001', N'Purple Chain Dress Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042002', N'Purple Chain Dress Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042003', N'Purple Chain Dress Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042004', N'Purple Chain Dress Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042005', N'Purple Chain Dress Shirts [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042006', N'Purple Chain Dress Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042007', N'Purple Chain Dress Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043001', N'Scuba Octopus [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043002', N'Scuba Lower Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043003', N'Scuba Flippers [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043004', N'Scuba Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043005', N'Scuba Upper Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043006', N'Scuba Goggles [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043007', N'Scuba Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044001', N'Red Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044002', N'Red Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044003', N'Red Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044004', N'Red Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044005', N'Red Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044006', N'Red Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044007', N'Red Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045001', N'Radiant Wedding Costume Tuxedo [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045002', N'Radiant Wedding Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045003', N'Radiant Wedding Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045004', N'Radiant Wedding Costume Watch [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045005', N'Radiant Wedding Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045006', N'Radiant Wedding Costume Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045007', N'Radiant Wedding Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046001', N'Devil Prince Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046002', N'Devil Prince Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046003', N'Devil Prince Leather Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046004', N'Devil Prince Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046005', N'Devil Prince Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046006', N'Devil Prince Necktie', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046007', N'Devil Prince Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047001', N'Red Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047002', N'Red Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047003', N'Red Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047004', N'Red Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047005', N'Red Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047006', N'Red Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047007', N'Red Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048001', N'Blue Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048002', N'Blue Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048003', N'Blue Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048004', N'Blue Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048005', N'Blue Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048006', N'Blue Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048007', N'Blue Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049001', N'White Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049002', N'White Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049003', N'White Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049004', N'White Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049005', N'White Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049006', N'White Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049007', N'White Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050001', N'Indigo Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050002', N'Indigo Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050003', N'Indigo Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050004', N'Indigo Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050005', N'Indigo Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050006', N'Indigo Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050007', N'Indigo Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051001', N'Snow Wolf''s Cloak [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051002', N'Snow Wolf''s Fur Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051003', N'Snow Wolf''s Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051004', N'Snow Wolf''s Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051005', N'Snow Wolf''s Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051006', N'Snow Wolf''s Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051007', N'Snow Wolf''s Topknot [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052001', N'White School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052002', N'White School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052003', N'White School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052004', N'White School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052005', N'White School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052006', N'White School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052007', N'White School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053001', N'Purple School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053002', N'Purple School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053003', N'Purple School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053004', N'Purple School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053005', N'Purple School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053006', N'Purple School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053007', N'Purple School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054001', N'Brown School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054002', N'Brown School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054003', N'Brown School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054004', N'Brown School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054005', N'Brown School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054006', N'Brown School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054007', N'Brown School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055002', N'Gold Chain-Deco Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055003', N'Red Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055004', N'Black Snake Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055005', N'Deviant Crease Lined Red Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055006', N'Metal Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055007', N'Sharp Black Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056001', N'Shining Ark Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056002', N'Shining Ark Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056003', N'Shining Ark Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056004', N'Shining Ark Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056005', N'Shining Ark Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056006', N'Shining Ark Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056007', N'Shining Ark Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057001', N'White Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057002', N'White Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057003', N'White Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057004', N'White Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057005', N'White Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057006', N'White Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057007', N'White Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101001', N'Black Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101002', N'Black Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101003', N'Black Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101004', N'Black Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101005', N'Black Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101006', N'Black Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101007', N'Black Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102001', N'White Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102002', N'White Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102003', N'White Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102004', N'White Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102005', N'White Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102006', N'White Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102007', N'White Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103001', N'Red Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103002', N'Red Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103003', N'Red Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103004', N'Red Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103005', N'Red Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103006', N'Red Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103007', N'Red Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104001', N'Brown Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104002', N'Brown Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104003', N'Brown Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104004', N'Brown Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104005', N'Brown Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104006', N'Brown Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104007', N'Brown Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105001', N'White Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105002', N'White Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105003', N'White Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105004', N'White Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105005', N'White Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105006', N'White Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105007', N'White Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106001', N'Green Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106002', N'Green Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106003', N'Green Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106004', N'Green Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106005', N'Green Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106006', N'Green Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106007', N'Green Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107001', N'Santa Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107002', N'Santa Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107003', N'Santa Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107004', N'Santa Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107005', N'Santa Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107006', N'Santa Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107007', N'Santa Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108001', N'Navy Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108002', N'Navy Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108003', N'Navy Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108004', N'Navy Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108005', N'Navy Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108006', N'Navy Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108007', N'Navy Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109001', N'Green Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109002', N'Green Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109003', N'Green Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109004', N'Green Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109005', N'Green Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109006', N'Green Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109007', N'Green Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110001', N'Violet Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110002', N'Violet Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110003', N'Violet Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110004', N'Violet Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110005', N'Violet Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110006', N'Violet Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110007', N'Violet Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111001', N'New Traditional Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111002', N'New Traditional Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111003', N'New Traditional Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111004', N'New Traditional Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111005', N'New Traditional Top [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111006', N'New Traditional Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111007', N'New Traditional Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112001', N'Black Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112002', N'Black Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112003', N'Black Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112004', N'Black Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112005', N'Black Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112006', N'Black Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112007', N'Black Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113001', N'Red Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113002', N'Red Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113003', N'Red Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113004', N'Red Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113005', N'Red Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113006', N'Red Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113007', N'Red Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114001', N'Emerald Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114002', N'Emerald Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114003', N'Emerald Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114004', N'Emerald Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114005', N'Emerald Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114006', N'Emerald Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114007', N'Emerald Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115001', N'Pink Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115002', N'Pink Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115003', N'Pink Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115004', N'Pink Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115005', N'Pink Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115006', N'Pink Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115007', N'Pink Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116001', N'Blue Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116002', N'Blue Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116003', N'Blue Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116004', N'Blue Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116005', N'Blue Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116006', N'Blue Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116007', N'Blue Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117001', N'Yellow Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117002', N'Yellow Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117003', N'Yellow Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117004', N'Yellow Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117005', N'Yellow Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117006', N'Yellow Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117007', N'Yellow Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118001', N'Red Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118002', N'Red Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118003', N'Red Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118004', N'Red Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118005', N'Red Military Shirts [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118006', N'Red Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118007', N'Red Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119001', N'Blue Pirate Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119002', N'Blue Pirate Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119003', N'Blue Pirate Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119004', N'Blue Pirate Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119005', N'Blue Pirate Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119006', N'Blue Pirate Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119007', N'Blue Pirate Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120001', N'Scuba Surfing Board [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120002', N'Scuba Lower Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120003', N'Scuba Flippers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120004', N'Scuba Bracelet [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120005', N'Scuba Upper Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120006', N'Scuba Goggles [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120007', N'Scuba Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121001', N'Violet Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121002', N'Violet Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121003', N'Violet Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121004', N'Violet Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121005', N'Violet Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121006', N'Violet Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121007', N'Violet Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122001', N'Purple Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122002', N'Purple Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122003', N'Purple Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122004', N'Purple Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122005', N'Purple Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122006', N'Purple Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122007', N'Purple Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123001', N'Blue Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123002', N'Blue Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123003', N'Blue Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123004', N'Blue Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123005', N'Blue Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123006', N'Blue Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123007', N'Blue Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124001', N'Black Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124002', N'Black Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124003', N'Black Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124004', N'Black Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124005', N'Black Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124006', N'Black Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124007', N'Black Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125001', N'Radiant Wedding Costume Adornment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125002', N'Radiant Wedding Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125003', N'Radiant Wedding Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125004', N'Radiant Wedding Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125005', N'Radiant Wedding Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125006', N'Radiant Wedding Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125007', N'Radiant Wedding Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126001', N'Vampire Skeleton Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126002', N'Vampire Zipper Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126003', N'Vampire Metal Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126004', N'Vampire Leather Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126005', N'Vampire Skeleton Tanktop', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126006', N'Vampire Pumpkin Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126007', N'Vampire Bat-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127001', N'Red Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127002', N'Red Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127003', N'Red Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127004', N'Red Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127005', N'Red Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127006', N'Red Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127007', N'Red Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128001', N'Blue Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128002', N'Blue Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128003', N'Blue Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128004', N'Blue Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128005', N'Blue Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128006', N'Blue Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128007', N'Blue Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129001', N'White Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129002', N'White Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129003', N'White Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129004', N'White Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129005', N'White Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129006', N'White Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129007', N'White Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130001', N'Blue Pirate Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130002', N'Blue Pirate Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130003', N'Blue Pirate Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130004', N'Blue Pirate Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130005', N'Blue Pirate Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130006', N'Blue Pirate Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130007', N'Blue Pirate Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131001', N'Blue Kingbird''s Feather Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131002', N'Blue Kingbird''s Fur Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131003', N'Blue Kingbird''s Heels [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131004', N'Blue Kingbird''s Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131005', N'Blue Kingbird''s Belted Tunic [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131006', N'Blue Kingbird''s Feathers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131007', N'Blue Kingbird''s Plume [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132001', N'Black School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132002', N'Black School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132003', N'Black School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132004', N'Black School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132005', N'Black School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132006', N'Black School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132007', N'Black School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133001', N'Yellow School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133002', N'Yellow School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133003', N'Yellow School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133004', N'Yellow School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133005', N'Yellow School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133006', N'Yellow School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133007', N'Yellow School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134001', N'White School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134002', N'White School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134003', N'White School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134004', N'White School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134005', N'White School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134006', N'White School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134007', N'White School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134008', N'White School Uniform Costume Shirt [Roselle] [JPN]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135001', N'Snake-Deco Phoenix Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135002', N'Chain-Deco Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135003', N'Black Strap Sandals', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135004', N'Gold Ornament Bracelet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135005', N'Hot Snake-Deco Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135006', N'Gold Ornament Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135007', N'Pink Snake-Deco Upsweep Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136001', N'Shining Ark Costume Wing [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136002', N'Shining Ark Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136003', N'Shining Ark Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136004', N'Shining Ark Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136005', N'Shining Ark Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136006', N'Shining Ark Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136007', N'Shining Ark Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143001', N'White Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143002', N'White Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143003', N'White Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143004', N'White Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143005', N'White Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143006', N'White Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143007', N'White Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201001', N'Blue Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201002', N'Blue Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201003', N'Blue Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201004', N'Blue Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201005', N'Blue Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201006', N'Blue Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201007', N'Blue Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202001', N'Black Floral Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202002', N'Black Floral Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202003', N'Black Floral Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202004', N'Black Floral Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202005', N'Black Floral Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202006', N'Black Floral Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202007', N'Black Floral Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203001', N'Yellow Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203002', N'Yellow Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203003', N'Yellow Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203004', N'Yellow Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203005', N'Yellow Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203006', N'Yellow Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203007', N'Yellow Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204001', N'New Traditional - Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204002', N'New Traditional - Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204003', N'New Traditional - Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204004', N'New Traditional - Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204005', N'New Traditional - Top [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204006', N'New Traditional - Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204007', N'New Traditional - Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205001', N'Purple Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205002', N'Purple Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205003', N'Purple Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205004', N'Purple Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205005', N'Purple Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205006', N'Purple Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205007', N'Purple Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206001', N'Emerald Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206002', N'Emerald Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206003', N'Emerald Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206004', N'Emerald Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206005', N'Emerald Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206006', N'Emerald Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206007', N'Emerald Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207001', N'Yellow Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207002', N'Yellow Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207003', N'Yellow Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207004', N'Yellow Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207005', N'Yellow Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207006', N'Yellow Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207007', N'Yellow Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208001', N'Purple Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208002', N'Purple Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208003', N'Purple Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208004', N'Purple Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208005', N'Purple Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208006', N'Purple Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208007', N'Purple Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209001', N'Black Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209002', N'Black Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209003', N'Black Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209004', N'Black Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209005', N'Black Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209006', N'Black Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209007', N'Black Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210001', N'Pink Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210002', N'Pink Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210003', N'Pink Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210004', N'Pink Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210005', N'Pink Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210006', N'Pink Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210007', N'Pink Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211001', N'Brown Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211002', N'Brown Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211003', N'Brown Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211004', N'Brown Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211005', N'Brown Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211006', N'Brown Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211007', N'Brown Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212001', N'Green Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212002', N'Green Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212003', N'Green Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212004', N'Green Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212005', N'Green Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212006', N'Green Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212007', N'Green Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213001', N'Red Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213002', N'Red Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213003', N'Red Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213004', N'Red Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213005', N'Red Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213006', N'Red Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213007', N'Red Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214001', N'White Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214002', N'White Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214003', N'White Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214004', N'White Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214005', N'White Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214006', N'White Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214007', N'White Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215001', N'Blue Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215002', N'Blue Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215003', N'Blue Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215004', N'Blue Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215005', N'Blue Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215006', N'Blue Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215007', N'Blue Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216001', N'Pink Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216002', N'Pink Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216003', N'Pink Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216004', N'Pink Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216005', N'Pink Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216006', N'Pink Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216007', N'Pink Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217001', N'Scuba Water Gun [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217002', N'Scuba Lower Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217003', N'Scuba Flippers [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217004', N'Scuba Bracelet [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217005', N'Scuba Upper Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217006', N'Scuba Goggles [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217007', N'Scuba Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218001', N'Black Pirate Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218002', N'Black Pirate Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218003', N'Black Pirate Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218004', N'Black Pirate Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218005', N'Black Pirate Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218006', N'Black Pirate Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218007', N'Black Pirate Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219001', N'Yellow Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219002', N'Yellow Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219003', N'Yellow Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219004', N'Yellow Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219005', N'Yellow Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219006', N'Yellow Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219007', N'Yellow Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220001', N'Blue Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220002', N'Blue Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220003', N'Blue Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220004', N'Blue Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220005', N'Blue Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220006', N'Blue Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220007', N'Blue Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221001', N'Emerald Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221002', N'Emerald Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221003', N'Emerald Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221004', N'Emerald Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221005', N'Emerald Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221006', N'Emerald Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221007', N'Emerald Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222001', N'Green Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222002', N'Green Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222003', N'Green Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222004', N'Green Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222005', N'Green Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222006', N'Green Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222007', N'Green Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223001', N'Radiant Wedding Costume Adornment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223002', N'Radiant Wedding Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223003', N'Radiant Wedding Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223004', N'Radiant Wedding Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223005', N'Radiant Wedding Costume Dress [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223006', N'Radiant Wedding Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223007', N'Radiant Wedding Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224001', N'Fairy Butterfly Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224002', N'Fairy Star Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224003', N'Fairy Ribbon Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224004', N'Fairy Flower Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224005', N'Fairy Skeleton Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224006', N'Fairy Heart Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224007', N'Fairy Candy-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225001', N'Red Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225002', N'Red Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225003', N'Red Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225004', N'Red Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225005', N'Red Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225006', N'Red Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225007', N'Red Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226001', N'Blue Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226002', N'Blue Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226003', N'Blue Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226004', N'Blue Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226005', N'Blue Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226006', N'Blue Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226007', N'Blue Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227001', N'White Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227002', N'White Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227003', N'White Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227004', N'White Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227005', N'White Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227006', N'White Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227007', N'White Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228001', N'Black Pirate Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228002', N'Black Pirate Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228003', N'Black Pirate Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228004', N'Black Pirate Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228005', N'Black Pirate Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228006', N'Black Pirate Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228007', N'Black Pirate Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229001', N'White Bear''s Overcoat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229002', N'White Bear''s Bon Bon Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229003', N'White Bear''s Fur Boots [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229004', N'White Bear''s Fur Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229005', N'White Bear''s Adorned Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229006', N'White Bear''s Fur Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229007', N'White Bear''s Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230001', N'White School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230002', N'White School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230003', N'White School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230004', N'White School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230005', N'White School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230006', N'White School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230007', N'White School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231001', N'Plum School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231002', N'Plum School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231003', N'Plum School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231004', N'Plum School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231005', N'Plum School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231006', N'Plum School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231007', N'Plum School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232001', N'Black School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232002', N'Black School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232003', N'Black School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232004', N'Black School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232005', N'Black School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232006', N'Black School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232007', N'Black School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233001', N'Red Frill Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233002', N'Gold Ornament Volume Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233003', N'Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233004', N'Gold Snake-Deco Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233005', N'Red Frill Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233006', N'Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233007', N'Gold Snake-Deco Lovely Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234001', N'White Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234002', N'White Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234003', N'White Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234004', N'White Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234005', N'White Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234006', N'White Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234007', N'White Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001001', N'Golden Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001002', N'Golden Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001003', N'Golden Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001004', N'Golden Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001005', N'Golden Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001006', N'Golden Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001007', N'Golden Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002001', N'Grey Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002002', N'Grey Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002003', N'Grey Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002004', N'Grey Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002005', N'Grey Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002006', N'Grey Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002007', N'Grey Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003001', N'Navy Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003002', N'Navy Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003003', N'Navy Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003004', N'Navy Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003005', N'Navy Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003006', N'Navy Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003007', N'Navy Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004001', N'Navy Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004002', N'Navy Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004003', N'Navy Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004004', N'Navy Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004005', N'Navy Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004006', N'Navy Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004007', N'Navy Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005001', N'Dark Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005002', N'Dark Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005003', N'Dark Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005004', N'Dark Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005005', N'Dark Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005006', N'Dark Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005007', N'Dark Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62006001', N'Bob Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62007001', N'Mushroom Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62008001', N'Wind Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009001', N'Violet Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009002', N'Violet Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009003', N'Violet Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009004', N'Violet Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009005', N'Violet Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009006', N'Violet Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009007', N'Violet Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009008', N'Blue Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009009', N'Blue Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009010', N'Blue Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009011', N'Blue Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009012', N'Blue Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009013', N'Blue Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009014', N'Blue Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009015', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009016', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009017', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009018', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009019', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009020', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009021', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010001', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010002', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010003', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010004', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010005', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010006', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010007', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011001', N'Brown Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011002', N'Brown Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011003', N'Brown Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011004', N'Brown Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011005', N'Brown Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011006', N'Brown Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011007', N'Brown Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012001', N'Black Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012002', N'Black Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012003', N'Black Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012004', N'Black Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012005', N'Black Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012006', N'Black Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012007', N'Black Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012008', N'Black Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012009', N'Black Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012010', N'Black Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012011', N'Black Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012012', N'Black Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012013', N'Black Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012014', N'Black Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013001', N'Pink Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013002', N'Pink Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013003', N'Pink Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013004', N'Pink Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013005', N'Pink Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013006', N'Pink Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013007', N'Pink Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014001', N'Traditional Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014002', N'Traditional Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014003', N'Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014004', N'Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014005', N'Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014006', N'Traditional Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014007', N'Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015001', N'White Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015002', N'White Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015003', N'White Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015004', N'White Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015005', N'White Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015006', N'White Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015007', N'White Cowgirl Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015008', N'White Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015009', N'White Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015010', N'White Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015011', N'White Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015012', N'White Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015013', N'White Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015014', N'White Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62016001', N'Golden Pattern Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017001', N'Golden Pattern Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017002', N'Golden Pattern Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017003', N'Golden Pattern Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017004', N'Golden Pattern Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017005', N'Golden Pattern Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017006', N'Golden Pattern Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018001', N'Crimson Conjurer Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018002', N'Crimson Conjurer Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018003', N'Crimson Conjurer Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018004', N'Crimson Conjurer Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018005', N'Crimson Conjurer Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018006', N'Crimson Conjurer Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019001', N'Blue Gold Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019002', N'Blue Gold Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019003', N'Blue Gold Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019004', N'Blue Gold Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019005', N'Blue Gold Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019006', N'Blue Gold Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019007', N'Blue Gold Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020001', N'Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020002', N'Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020003', N'Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020004', N'Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020005', N'Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020006', N'Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020007', N'Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021001', N'Winter Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021002', N'Winter Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021003', N'Winter Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021004', N'Winter Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021005', N'Winter Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021006', N'Winter Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021007', N'Winter Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022001', N'Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022002', N'Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022003', N'Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022004', N'Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022005', N'Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022006', N'Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022007', N'Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023001', N'Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023002', N'Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023003', N'Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023004', N'Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023005', N'Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023006', N'Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023007', N'Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024001', N'Green Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024002', N'Green Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024003', N'Green Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024004', N'Green Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024005', N'Green Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024006', N'Green Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024007', N'Green Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025001', N'Orange Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025002', N'Orange Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025003', N'Orange Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025004', N'Orange Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025005', N'Orange Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025006', N'Orange Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025007', N'Orange Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026001', N'Pumpkin Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026002', N'Pumpkin Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026003', N'Pumpkin Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026004', N'Pumpkin Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026005', N'Pumpkin Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026006', N'Pumpkin Witch Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026007', N'Pumpkin Witch Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027001', N'Pink Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027002', N'Pink Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027003', N'Pink Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027004', N'Pink Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027005', N'Pink Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027006', N'Pink Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027007', N'Pink Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028001', N'Emerald Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028002', N'Emerald Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028003', N'Emerald Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028004', N'Emerald Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028005', N'Emerald Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028006', N'Emerald Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028007', N'Emerald Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029001', N'Santa Cape [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029002', N'Santa Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029003', N'Santa Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029004', N'Santa Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029005', N'Santa Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029006', N'Santa Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029007', N'Santa Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030001', N'New Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030002', N'New Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030003', N'New Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030004', N'New Traditional Ring [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030005', N'New Traditional Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030006', N'New Traditional Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030007', N'New Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031001', N'Yellow Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031002', N'Yellow Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031003', N'Yellow Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031004', N'Yellow Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031005', N'Yellow Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031006', N'Yellow Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031007', N'Yellow Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032001', N'Blue Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032002', N'Blue Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032003', N'Blue Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032004', N'Blue Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032005', N'Blue Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032006', N'Blue Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032007', N'Blue Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033001', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033002', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033003', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033004', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033005', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033006', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033007', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034001', N'Grey Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034002', N'Grey Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034003', N'Grey Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034004', N'Grey Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034005', N'Grey Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034006', N'Grey Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034007', N'Grey Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035001', N'Black Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035002', N'Black Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035003', N'Black Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035004', N'Black Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035005', N'Black Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035006', N'Black Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035007', N'Black Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036001', N'Red Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036002', N'Red Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036003', N'Red Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036004', N'Red Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036005', N'Red Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036006', N'Red Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036007', N'Red Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037001', N'Emerald Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037002', N'Emerald Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037003', N'Emerald Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037004', N'Emerald Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037005', N'Emerald Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037006', N'Emerald Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037007', N'Emerald Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038001', N'Blue Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038002', N'Blue Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038003', N'Blue Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038004', N'Blue Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038005', N'Blue Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038006', N'Blue Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038007', N'Blue Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039001', N'Pink Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039002', N'Pink Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039003', N'Pink Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039004', N'Pink Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039005', N'Pink Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039006', N'Pink Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039007', N'Pink Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040001', N'Purple Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040002', N'Purple Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040003', N'Purple Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040004', N'Purple Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040005', N'Purple Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040006', N'Purple Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040007', N'Purple Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041001', N'White Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041002', N'White Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041003', N'White Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041004', N'White Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041005', N'White Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041006', N'White Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041007', N'White Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042001', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042002', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042003', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042004', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042005', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042006', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042007', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043001', N'Scuba Sea Horse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043002', N'Scuba Lower Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043003', N'Scuba Flippers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043004', N'Scuba Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043005', N'Scuba Upper Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043006', N'Scuba Goggles [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043007', N'Scuba Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044001', N'Red Pirate Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044002', N'Red Pirate Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044003', N'Red Pirate Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044004', N'Red Pirate Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044005', N'Red Pirate Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044006', N'Red Pirate Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044007', N'Red Pirate Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045001', N'Crimson Conjurer Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045002', N'Crimson Conjurer Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045003', N'Crimson Conjurer Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045004', N'Crimson Conjurer Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045005', N'Crimson Conjurer Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045006', N'Crimson Conjurer Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046001', N'Radiant Wedding Costume Adornment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046002', N'Radiant Wedding Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046003', N'Radiant Wedding Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046004', N'Radiant Wedding Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046005', N'Radiant Wedding Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046006', N'Radiant Wedding Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046007', N'Radiant Wedding Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047001', N'Red Witch Mini Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047002', N'Red Witch Dress Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047003', N'Red Witch Mesh Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047004', N'Red Witch Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047005', N'Red Witch Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047006', N'Red Witch Ribbon Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047007', N'Red Witch Silver Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048001', N'Red Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048002', N'Red Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048003', N'Red Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048004', N'Red Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048005', N'Red Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048006', N'Red Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048007', N'Red Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049001', N'Blue Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049002', N'Blue Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049003', N'Blue Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049004', N'Blue Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049005', N'Blue Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049006', N'Blue Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049007', N'Blue Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050001', N'White Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050002', N'White Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050003', N'White Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050004', N'White Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050005', N'White Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050006', N'White Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050007', N'White Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051001', N'Red Pirate Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051002', N'Red Pirate Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051003', N'Red Pirate Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051004', N'Red Pirate Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051005', N'Red Pirate Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051006', N'Red Pirate Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051007', N'Red Pirate Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052001', N'Arctic Fox''s Hood [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052002', N'Arctic Fox''s Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052003', N'Arctic Fox''s Fur Boots [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052004', N'Arctic Fox''s Hand Warmers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052005', N'Arctic Fox''s Tank Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052006', N'Arctic Fox''s Pendant [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052007', N'Arctic Fox''s Pigtail''s [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053001', N'Beige School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053002', N'Beige School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053003', N'Beige School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053004', N'Beige School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053005', N'Beige School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053006', N'Beige School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053007', N'Beige School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054001', N'Dark Brown School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054002', N'Dark Brown School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054003', N'Dark Brown School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054004', N'Dark Brown School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054005', N'Dark Brown School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054006', N'Dark Brown School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054007', N'Dark Brown School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055001', N'Black School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055002', N'Black School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055003', N'Black School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055004', N'Black School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055005', N'Black School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055006', N'Black School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055007', N'Black School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056001', N'Red Belt Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056002', N'Snake Skin Leggings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056003', N'Black Strap Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056004', N'Black Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056005', N'Red Tight Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056006', N'Red Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056007', N'Snake-Deco Palm Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057001', N'Shining Ark Costume Wing [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057002', N'Shining Ark Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057003', N'Shining Ark Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057004', N'Shining Ark Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057005', N'Shining Ark Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057006', N'Shining Ark Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057007', N'Shining Ark Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063001', N'White Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063002', N'White Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063003', N'White Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063004', N'White Flaming Costume Back Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063005', N'White Flaming Costume Tank Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063006', N'White Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063007', N'White Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101001', N'Santa Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101002', N'Santa Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101003', N'Santa Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101004', N'Santa Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101005', N'Santa Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101006', N'Santa Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101007', N'Santa Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102001', N'Blue Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102002', N'Blue Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102003', N'Blue Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102004', N'Blue Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102005', N'Blue Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102006', N'Blue Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102007', N'Blue Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103001', N'Purple Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103002', N'Purple Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103003', N'Purple Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103004', N'Purple Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103005', N'Purple Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103006', N'Purple Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103007', N'Purple Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104001', N'Magenta Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104002', N'Magenta Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104003', N'Magenta Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104004', N'Magenta Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104005', N'Magenta Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104006', N'Magenta Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104007', N'Magenta Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105001', N'Little Blue-Blood Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105002', N'Little Blue-Blood Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105003', N'Little Blue-Blood Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105004', N'Little Blue-Blood Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105005', N'Little Blue-Blood Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105006', N'Little Blue-Blood Bow Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105007', N'Little Blue-Blood Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106001', N'New Traditional Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106002', N'New Traditional Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106003', N'New Traditional Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106004', N'New Traditional Bracelet [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106005', N'New Traditional Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106006', N'New Traditional Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106007', N'New Traditional Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107001', N'Red Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107002', N'Red Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107003', N'Red Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107004', N'Red Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107005', N'Red Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107006', N'Red Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107007', N'Red Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108001', N'Purple Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108002', N'Purple Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108003', N'Purple Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108004', N'Purple Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108005', N'Purple Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108006', N'Purple Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108007', N'Purple Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109001', N'Emerald Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109002', N'Emerald Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109003', N'Emerald Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109004', N'Emerald Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109005', N'Emerald Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109006', N'Emerald Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109007', N'Emerald Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110001', N'Green Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110002', N'Green Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110003', N'Green Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110004', N'Green Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110005', N'Green Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110006', N'Green Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110007', N'Green Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111001', N'Red Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111002', N'Red Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111003', N'Red Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111004', N'Red Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111005', N'Red Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111006', N'Red Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111007', N'Red Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112001', N'Brown Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112002', N'Brown Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112003', N'Brown Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112004', N'Brown Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112005', N'Brown Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112006', N'Brown Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112007', N'Brown Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113001', N'Black Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113002', N'Black Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113003', N'Black Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113004', N'Black Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113005', N'Black Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113006', N'Black Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113007', N'Black Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114001', N'Red Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114002', N'Red Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114003', N'Red Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114004', N'Red Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114005', N'Red Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114006', N'Red Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114007', N'Red Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115001', N'Black Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115002', N'Black Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115003', N'Black Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115004', N'Black Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115005', N'Black Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115006', N'Black Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115007', N'Black Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116001', N'Brown Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116002', N'Brown Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116003', N'Brown Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116004', N'Brown Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116005', N'Brown Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116006', N'Brown Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116007', N'Brown Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117001', N'Red Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117002', N'Red Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117003', N'Red Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117004', N'Red Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117005', N'Red Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117006', N'Red Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117007', N'Red Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118001', N'Scuba Turtle [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118002', N'Scuba Lower Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118003', N'Scuba Flippers [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118004', N'Scuba Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118005', N'Scuba Upper Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118006', N'Scuba Goggles [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118007', N'Scuba Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119001', N'Brown Pirate Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119002', N'Brown Pirate Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119003', N'Brown Pirate Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119004', N'Brown Pirate Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119005', N'Brown Pirate Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119006', N'Brown Pirate Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119007', N'Brown Pirate Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120001', N'Little Blue-Blood Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120002', N'Little Blue-Blood Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120003', N'Little Blue-Blood Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120004', N'Little Blue-Blood Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120005', N'Little Blue-Blood Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120006', N'Little Blue-Blood Bow Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120007', N'Little Blue-Blood Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121001', N'Radiant Wedding Costume Tuxedo [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121002', N'Radiant Wedding Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121003', N'Radiant Wedding Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121004', N'Radiant Wedding Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121005', N'Radiant Wedding Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121006', N'Radiant Wedding Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121007', N'Radiant Wedding Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122001', N'Brown Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122002', N'Brown Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122003', N'Brown Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122004', N'Brown Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122005', N'Brown Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122006', N'Brown Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122007', N'Brown Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123001', N'Green Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123002', N'Green Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123003', N'Green Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123004', N'Green Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123005', N'Green Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123006', N'Green Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123007', N'Green Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124001', N'Plum Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124002', N'Plum Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124003', N'Plum Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124004', N'Plum Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124005', N'Plum Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124006', N'Plum Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124007', N'Plum Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125001', N'Andromeda Star Cloak', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125002', N'Andromeda Slim Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125003', N'Andromeda Pumpkin Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125004', N'Andromeda Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125005', N'Andromeda Pumpkin Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125006', N'Andromeda Muffler', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125007', N'Andromeda Pumpkin Helmet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126001', N'Red Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126002', N'Red Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126003', N'Red Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126004', N'Red Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126005', N'Red Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126006', N'Red Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126007', N'Red Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127001', N'Blue Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127002', N'Blue Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127003', N'Blue Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127004', N'Blue Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127005', N'Blue Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127006', N'Blue Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127007', N'Blue Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128001', N'White Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128002', N'White Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128003', N'White Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128004', N'White Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128005', N'White Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128006', N'White Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128007', N'White Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129001', N'Brown Pirate Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129002', N'Brown Pirate Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129003', N'Brown Pirate Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129004', N'Brown Pirate Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129005', N'Brown Pirate Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129006', N'Brown Pirate Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129007', N'Brown Pirate Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130001', N'Wild Bull''s Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130002', N'Wild Bull''s Leather Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130003', N'Wild Bull''s Woolly Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130004', N'Wild Bull''s Woolly Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130005', N'Wild Bull''s Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130006', N'Wild Bull''s Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130007', N'Wild Bull''s Cap [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131001', N'Dark Brown School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131002', N'Dark Brown School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131003', N'Dark Brown School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131004', N'Dark Brown School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131005', N'Dark Brown School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131006', N'Dark Brown School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131007', N'Dark Brown School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132001', N'Pink School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132002', N'Pink School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132003', N'Pink School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132004', N'Pink School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132005', N'Pink School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132006', N'Pink School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132007', N'Pink School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133001', N'Yellow School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133002', N'Yellow School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133003', N'Yellow School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133004', N'Yellow School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133005', N'Yellow School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133006', N'Yellow School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133007', N'Yellow School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134002', N'Red Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134003', N'Metal Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134004', N'Black Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134005', N'Slim Mesh Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134006', N'Snake Patterned Silver Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134007', N'Snake-Deco Red Pointed Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135001', N'White Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135002', N'White Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135003', N'White Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135004', N'White Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135005', N'White Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135006', N'White Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135007', N'White Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001001', N'Black Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001002', N'Black Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001003', N'Black Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001004', N'Black Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001005', N'Black Oldie Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001006', N'Black Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001007', N'Black Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002001', N'Grey Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002002', N'Grey Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002003', N'Grey Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002004', N'Grey Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002005', N'Grey Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002006', N'Grey Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002007', N'Grey Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003001', N'Black Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003002', N'Black Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003003', N'Black Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003004', N'Black Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003005', N'Black Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003006', N'Black Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003007', N'Black Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004001', N'Navy Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004002', N'Navy Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004003', N'Navy Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004004', N'Navy Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004005', N'Navy Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004006', N'Navy Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004007', N'Navy Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005001', N'Pin-Striped Punk Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005002', N'Pin-Striped Punk Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005003', N'Pin-Striped Punk Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005004', N'Pin-Striped Punk Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005005', N'Pin-Striped Punk Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005006', N'Pin-Striped Punk Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005007', N'Pin-Striped Punk Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63006001', N'Danny Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63007001', N'Layered Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63008001', N'Mohican [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009001', N'Purple Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009002', N'Purple Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009003', N'Purple Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009004', N'Purple Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009005', N'Purple Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009006', N'Purple Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009007', N'Purple Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010001', N'Brown Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010002', N'Brown Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010003', N'Brown Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010004', N'Brown Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010005', N'Brown Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010006', N'Brown Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010007', N'Brown Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011001', N'Stylish Cellmate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011002', N'Stylish Cellmate Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011003', N'Stylish Cellmate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011004', N'Stylish Cellmate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011005', N'Stylish Cellmate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011006', N'Stylish Cellmate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011007', N'Stylish Cellmate Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012001', N'Black Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012002', N'Black Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012003', N'Black Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012004', N'Black Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012005', N'Black Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012006', N'Black Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012007', N'Black Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013001', N'White Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013002', N'White Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013003', N'White Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013004', N'White Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013005', N'White Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013006', N'White Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013007', N'White Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014001', N'Casual Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014002', N'Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014003', N'Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014004', N'Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014005', N'Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014006', N'Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014007', N'Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015001', N'Blue Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015002', N'Blue Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015003', N'Blue Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015004', N'Blue Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015005', N'Blue Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015006', N'Blue Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015007', N'Blue Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016001', N'Pink Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016002', N'Pink Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016003', N'Pink Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016004', N'Pink Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016005', N'Pink Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016006', N'Pink Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016007', N'Pink Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017001', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017002', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017003', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017004', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017005', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017006', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017007', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018001', N'Traditional Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018002', N'Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018003', N'Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018004', N'Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018005', N'Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018006', N'Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018007', N'Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019001', N'Black Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019002', N'Black Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019003', N'Black Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019004', N'Black Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019005', N'Black Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019006', N'Black Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019007', N'Black Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020001', N'Pale Rider Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020002', N'Pale Rider Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020003', N'Pale Rider Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020004', N'Pale Rider Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020005', N'Pale Rider Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020006', N'Pale Rider Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020007', N'Pale Rider Bandana [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021001', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021002', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021003', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021004', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021005', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021006', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021007', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022001', N'Brown Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022002', N'Brown Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022003', N'Brown Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022004', N'Brown Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022005', N'Brown Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022006', N'Brown Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022007', N'Brown Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023001', N'Blue Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023002', N'Blue Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023003', N'Blue Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023004', N'Blue Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023005', N'Blue Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023006', N'Blue Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023007', N'Blue Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024001', N'Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024002', N'Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024003', N'Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024004', N'Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024005', N'Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024006', N'Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024007', N'Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025001', N'Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025002', N'Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025003', N'Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025004', N'Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025005', N'Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025006', N'Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025007', N'Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026001', N'Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026002', N'Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026003', N'Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026004', N'Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026005', N'Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026006', N'Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026007', N'Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027001', N'Green Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027002', N'Green Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027003', N'Green Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027004', N'Green Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027005', N'Green Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027006', N'Green Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027007', N'Green Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028001', N'Orange Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028002', N'Orange Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028003', N'Orange Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028004', N'Orange Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028005', N'Orange Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028006', N'Orange Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028007', N'Orange Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029001', N'Cipher''s Monster Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029002', N'Cipher''s Monster Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029003', N'Cipher''s Monster Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029004', N'Cipher''s Monster Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029005', N'Cipher''s Monster Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029006', N'Cipher''s Monster Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029007', N'Cipher''s Monster Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030001', N'Yellow Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030002', N'Yellow Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030003', N'Yellow Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030004', N'Yellow Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030005', N'Yellow Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030006', N'Yellow Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030007', N'Yellow Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031001', N'Blue Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031002', N'Blue Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031003', N'Blue Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031004', N'Blue Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031005', N'Blue Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031006', N'Blue Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031007', N'Blue Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032001', N'Santa Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032002', N'Santa Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032003', N'Santa Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032004', N'Santa Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032005', N'Santa Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032006', N'Santa Scarf [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032007', N'Santa Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033001', N'New Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033002', N'New Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033003', N'New Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033004', N'New Traditional Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033005', N'New Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033006', N'New Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033007', N'New Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034001', N'Black Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034002', N'Black Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034003', N'Black Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034004', N'Black Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034005', N'Black Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034006', N'Black Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034007', N'Black Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035001', N'Check Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035002', N'Check Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035003', N'Check Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035004', N'Check Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035005', N'Check Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035006', N'Check Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035007', N'Check Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036001', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036002', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036003', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036004', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036005', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036006', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036007', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037001', N'Brown Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037002', N'Brown Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037003', N'Brown Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037004', N'Brown Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037005', N'Brown Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037006', N'Brown Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037007', N'Brown Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038001', N'White Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038002', N'White Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038003', N'White Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038004', N'White Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038005', N'White Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038006', N'White Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038007', N'White Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039001', N'Black Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039002', N'Black Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039003', N'Black Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039004', N'Black Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039005', N'Black Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039006', N'Black Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039007', N'Black Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040001', N'Green Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040002', N'Green Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040003', N'Green Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040004', N'Green Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040005', N'Green Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040006', N'Green Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040007', N'Green Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041001', N'Purple Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041002', N'Purple Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041003', N'Purple Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041004', N'Purple Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041005', N'Purple Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041006', N'Purple Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041007', N'Purple Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042001', N'Blue Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042002', N'Blue Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042003', N'Blue Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042004', N'Blue Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042005', N'Blue Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042006', N'Blue Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042007', N'Blue Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63043001', N'ID ??? ????', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044001', N'Brown Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044002', N'Brown Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044003', N'Brown Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044004', N'Brown Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044005', N'Brown Leather Shirts [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044006', N'Brown Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044007', N'Brown Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045001', N'Scuba Oxy Cylinders [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045002', N'Scuba Lower Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045003', N'Scuba Flippers [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045004', N'Scuba Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045005', N'Scuba Upper Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045006', N'Scuba Goggles [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045007', N'Scuba Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046001', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046002', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046003', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046004', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046005', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046006', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046007', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047001', N'Radiant Wedding Costume Tuxedo [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047002', N'Radiant Wedding Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047003', N'Radiant Wedding Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047004', N'Radiant Wedding Costume Ring [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047005', N'Radiant Wedding Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047006', N'Radiant Wedding Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047007', N'Radiant Wedding Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048001', N'Pierrot Agile Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048002', N'Pierrot Striped Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048003', N'Pierrot Star Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048004', N'Pierrot Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048005', N'Pierrot Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048006', N'Pierrot Skeleton Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048007', N'Pierrot Magician Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049001', N'Red Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049002', N'Red Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049003', N'Red Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049004', N'Red Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049005', N'Red Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049006', N'Red Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049007', N'Red Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050001', N'Blue Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050002', N'Blue Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050003', N'Blue Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050004', N'Blue Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050005', N'Blue Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050006', N'Blue Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050007', N'Blue Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051001', N'White Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051002', N'White Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051003', N'White Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051004', N'White Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051005', N'White Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051006', N'White Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051007', N'White Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052001', N'Black Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052002', N'Black Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052003', N'Black Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052004', N'Black Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052005', N'Black Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052006', N'Black Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052007', N'Black Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053001', N'Black Leopard''s Mantle [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053002', N'Black Leopard''s Chaps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053003', N'Black Leopard''s Boots [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053004', N'Black Leopard''s Wristlets [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053005', N'Black Leopard''s Chest Straps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053006', N'Black Leopard''s Clan Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053007', N'Black Leopard''s Topknot [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054001', N'Indigo School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054002', N'Indigo School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054003', N'Indigo School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054004', N'Indigo School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054005', N'Indigo School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054006', N'Indigo School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054007', N'Indigo School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055001', N'Green School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055002', N'Green School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055003', N'Green School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055004', N'Green School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055005', N'Green School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055006', N'Green School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055007', N'Green School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056001', N'Plum School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056002', N'Plum School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056003', N'Plum School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056004', N'Plum School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056005', N'Plum School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056006', N'Plum School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056007', N'Plum School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057001', N'Red Deviant Crease Lined Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057002', N'Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057003', N'Black Walker Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057005', N'V-neck T-Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057006', N'Snake Patterned Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057007', N'Snake-Deco Tied Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058001', N'Shining Ark Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058002', N'Shining Ark Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058003', N'Shining Ark Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058004', N'Shining Ark Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058005', N'Shining Ark Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058006', N'Shining Ark Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058007', N'Shining Ark Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059001', N'White Fire Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059002', N'White Fire Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059003', N'White Fire Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059004', N'White Fire Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059005', N'White Fire Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059006', N'White Fire Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059007', N'White Fire Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101001', N'Plum Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101002', N'Plum Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101003', N'Plum Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101004', N'Plum Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101005', N'Plum Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101006', N'Plum Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101007', N'Plum Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102001', N'Sky Blue Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102002', N'Sky Blue Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102003', N'Sky Blue Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102004', N'Sky Blue Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102005', N'Sky Blue Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102006', N'Sky Blue Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102007', N'Sky Blue Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103001', N'Midnight Green Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103002', N'Midnight Green Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103003', N'Midnight Green Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103004', N'Midnight Green Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103005', N'Midnight Green Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103006', N'Midnight Green Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103007', N'Midnight Green Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104001', N'Red Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104002', N'Red Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104003', N'Red Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104004', N'Red Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104005', N'Red Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104006', N'Red Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104007', N'Red Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105001', N'Black Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105002', N'Black Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105003', N'Black Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105004', N'Black Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105005', N'Black Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105006', N'Black Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105007', N'Black Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106001', N'Yellow Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106002', N'Yellow Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106003', N'Yellow Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106004', N'Yellow Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106005', N'Yellow Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106006', N'Yellow Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106007', N'Yellow Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107001', N'Cursed Soul Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107002', N'Cursed Soul Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107003', N'Cursed Soul Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107004', N'Cursed Soul Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107005', N'Cursed Soul Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107006', N'Cursed Soul Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107007', N'Cursed Soul Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108001', N'Santa Cape [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108002', N'Santa Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108003', N'Santa Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108004', N'Santa Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108005', N'Santa Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108006', N'Santa Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108007', N'Santa Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109001', N'New Traditional Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109002', N'New Traditional Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109003', N'New Traditional Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109004', N'New Traditional Top [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109005', N'New Traditional Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109006', N'New Traditional Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109007', N'New Traditional Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110001', N'Red Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110002', N'Red Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110003', N'Red Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110004', N'Red Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110005', N'Red Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110006', N'Red Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110007', N'Red Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111001', N'Blue Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111002', N'Blue Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111003', N'Blue Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111004', N'Blue Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111005', N'Blue Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111006', N'Blue Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111007', N'Blue Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112001', N'Pink Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112002', N'Pink Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112003', N'Pink Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112004', N'Pink Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112005', N'Pink Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112006', N'Pink Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112007', N'Pink Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113001', N'Pink Sagunja[Plum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113002', N'Pink Sagunja[Plum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113003', N'Pink Sagunja[Plum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113004', N'Pink Sagunja[Plum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113005', N'Pink Sagunja[Plum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113006', N'Pink Sagunja[Plum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113007', N'Pink Sagunja[Plum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114001', N'Yellow Sagunja[Chrysanthemum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114002', N'Yellow Sagunja[Chrysanthemum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114003', N'Yellow Sagunja[Chrysanthemum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114004', N'Yellow Sagunja[Chrysanthemum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114005', N'Yellow Sagunja[Chrysanthemum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114006', N'Yellow Sagunja[Chrysanthemum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114007', N'Yellow Sagunja[Chrysanthemum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115001', N'Green Sagunja[Bamboo] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115002', N'Green Sagunja[Bamboo] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115003', N'Green Sagunja[Bamboo] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115004', N'Green Sagunja[Bamboo] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115005', N'Green Sagunja[Bamboo] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115006', N'Green Sagunja[Bamboo] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115007', N'Green Sagunja[Bamboo] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116001', N'Purple Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116002', N'Purple Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116003', N'Purple Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116004', N'Purple Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116005', N'Purple Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116006', N'Purple Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116007', N'Purple Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117001', N'Emerald Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117002', N'Emerald Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117003', N'Emerald Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117004', N'Emerald Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117005', N'Emerald Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117006', N'Emerald Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117007', N'Emerald Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118001', N'Red Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118002', N'Red Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118003', N'Red Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118004', N'Red Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118005', N'Red Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118006', N'Red Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118007', N'Red Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119001', N'Black Flame Pattern Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119002', N'Black Flame Pattern Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119003', N'Black Flame Pattern Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119004', N'Black Flame Pattern Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119005', N'Black Flame Pattern Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119006', N'Black Flame Pattern Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119007', N'Black Flame Pattern Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120001', N'Brown Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120002', N'Brown Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120003', N'Brown Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120004', N'Brown Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120005', N'Brown Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120006', N'Brown Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120007', N'Brown Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121001', N'Emerald Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121002', N'Emerald Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121003', N'Emerald Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121004', N'Emerald Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121005', N'Emerald Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121006', N'Emerald Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121007', N'Emerald Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122001', N'Purple Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122002', N'Purple Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122003', N'Purple Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122004', N'Purple Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122005', N'Purple Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122006', N'Purple Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122007', N'Purple Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123001', N'Scuba Salamander [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123002', N'Scuba Flippers [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123003', N'Scuba Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123004', N'Scuba Dive Suit [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123005', N'Scuba Goggles [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123006', N'Scuba Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123007', N'Scuba Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124001', N'Blue Pirate Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124002', N'Blue Pirate Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124003', N'Blue Pirate Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124004', N'Blue Pirate Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124005', N'Blue Pirate Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124006', N'Blue Pirate Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124007', N'Blue Pirate Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125001', N'Blue Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125002', N'Blue Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125003', N'Blue Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125004', N'Blue Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125005', N'Blue Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125006', N'Blue Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125007', N'Blue Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126001', N'Emerald Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126002', N'Emerald Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126003', N'Emerald Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126004', N'Emerald Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126005', N'Emerald Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126006', N'Emerald Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126007', N'Emerald Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127001', N'Purple Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127002', N'Purple Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127003', N'Purple Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127004', N'Purple Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127005', N'Purple Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127006', N'Purple Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127007', N'Purple Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128001', N'Pink Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128002', N'Pink Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128003', N'Pink Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128004', N'Pink Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128005', N'Pink Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128006', N'Pink Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128007', N'Pink Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129001', N'Radiant Wedding Costume Adornment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129002', N'Radiant Wedding Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129003', N'Radiant Wedding Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129004', N'Radiant Wedding Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129005', N'Radiant Wedding Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129006', N'Radiant Wedding Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129007', N'Radiant Wedding Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130001', N'Pumpkin Girl Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130002', N'Pumpkin Girl Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130003', N'Pumpkin Girl Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130004', N'Pumpkin Girl Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130005', N'Pumpkin Girl Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130006', N'Pumpkin Girl Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130007', N'Pumpkin Girl Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131001', N'Red Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131002', N'Red Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131003', N'Red Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131004', N'Red Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131005', N'Red Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131006', N'Red Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131007', N'Red Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132001', N'Blue Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132002', N'Blue Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132003', N'Blue Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132004', N'Blue Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132005', N'Blue Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132006', N'Blue Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132007', N'Blue Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133001', N'White Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133002', N'White Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133003', N'White Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133004', N'White Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133005', N'White Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133006', N'White Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133007', N'White Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134001', N'Blue Pirate Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134002', N'Blue Pirate Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134003', N'Blue Pirate Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134004', N'Blue Pirate Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134005', N'Blue Pirate Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134006', N'Blue Pirate Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134007', N'Blue Pirate Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135001', N'Sly Coyote''s Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135002', N'Sly Coyote''s Shell-Toe Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135003', N'Sly Coyote''s Fur Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135004', N'Sly Coyote''s Fur Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135005', N'Sly Coyote''s Talisman [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135006', N'Sly Coyote''s Tail [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135007', N'Sly Coyote''s Pendant [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136001', N'Pink School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136002', N'Pink School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136003', N'Pink School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136004', N'Pink School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136005', N'Pink School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136006', N'Pink School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136007', N'Pink School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137001', N'Brown School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137002', N'Brown School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137003', N'Brown School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137004', N'Brown School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137005', N'Brown School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137006', N'Brown School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137007', N'Brown School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138001', N'White School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138002', N'White School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138003', N'White School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138004', N'White School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138005', N'White School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138006', N'White School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138007', N'White School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139001', N'Gold Short Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139002', N'Mesh Leggings Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139003', N'Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139004', N'Metal Garment Set', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139005', N'Gold Snake Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139006', N'Indigo Bridge Snake-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139007', N'Gold Snake Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140001', N'Shining Ark Costume Wing [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140002', N'Shining Ark Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140003', N'Shining Ark Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140004', N'Shining Ark Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140005', N'Shining Ark Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140006', N'Shining Ark Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140007', N'Shining Ark Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141001', N'White Fire Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141002', N'White Fire Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141003', N'White Fire Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141004', N'White Fire Costume Skirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141005', N'White Fire Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141006', N'White Fire Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141007', N'White Fire Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001001', N'Black Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001002', N'Black Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001003', N'Black Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001004', N'Black Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001005', N'Black Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001006', N'Black Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001007', N'Black Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002001', N'Grey Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002002', N'Grey Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002003', N'Grey Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002004', N'Grey Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002005', N'Grey Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002006', N'Grey Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002007', N'Grey Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003001', N'Navy Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003002', N'Navy Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003003', N'Navy Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003004', N'Navy Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003005', N'Navy Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003006', N'Navy Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003007', N'Navy Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004001', N'Brown Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004002', N'Brown Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004003', N'Brown Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004004', N'Brown Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004005', N'Brown Striped Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004006', N'Brown Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004007', N'Brown Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005001', N'Violet Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005002', N'Violet Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005003', N'Violet Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005004', N'Violet Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005005', N'Violet Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005006', N'Violet Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005007', N'Violet Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006001', N'Brown Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006002', N'Brown Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006003', N'Brown Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006004', N'Brown Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006005', N'Brown Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006006', N'Brown Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006007', N'Brown Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007001', N'Blue Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007002', N'Blue Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007003', N'Blue Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007004', N'Blue Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007005', N'Blue Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007006', N'Blue Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007007', N'Blue Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008001', N'Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008002', N'Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008003', N'Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008004', N'Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008005', N'Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008006', N'Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008007', N'Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009001', N'Blue Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009002', N'Blue Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009003', N'Blue Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009004', N'Blue Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009005', N'Blue Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009006', N'Blue Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009007', N'Blue Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010001', N'Pink Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010002', N'Pink Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010003', N'Pink Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010004', N'Pink Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010005', N'Pink Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010006', N'Pink Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010007', N'Pink Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011001', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011002', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011003', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011004', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011005', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011006', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011007', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012001', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012002', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012003', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012004', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012005', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012006', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012007', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013001', N'White Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013002', N'White Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013003', N'White Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013004', N'White Cowgirl Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013005', N'White Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013006', N'White Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013007', N'White Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014001', N'Traditional Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014002', N'Traditional Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014003', N'Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014004', N'Traditional Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014005', N'Traditional Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014006', N'Traditional Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014007', N'Traditional Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015001', N'Red Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015002', N'Red Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015003', N'Red Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015004', N'Red Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015005', N'Red Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015006', N'Red Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015007', N'Red Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016001', N'White Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016002', N'White Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016003', N'White Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016004', N'White Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016005', N'White Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016006', N'White Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016007', N'White Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017001', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017002', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017003', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017004', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017005', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017006', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017007', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018001', N'Chinese Dress Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018002', N'Chinese Dress Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018003', N'Chinese Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018004', N'Chinese Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018005', N'Chinese Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018006', N'Chinese Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018007', N'Chinese Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019001', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019002', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019003', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019004', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019005', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019006', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019007', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020001', N'Brown Pirate Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020002', N'Brown Pirate Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020003', N'Brown Pirate Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020004', N'Brown Pirate Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020005', N'Brown Pirate Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020006', N'Brown Pirate Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020007', N'Brown Pirate Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021001', N'Vice-Minister Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021002', N'Vice-Minister Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021003', N'Vice-Minister Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021004', N'Vice-Minister Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021005', N'Vice-Minister Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021006', N'Vice-Minister Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021007', N'Vice-Minister Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022001', N'Navy Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022002', N'Navy Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022003', N'Navy Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022004', N'Navy Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022005', N'Navy Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022006', N'Navy Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022007', N'Navy Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023001', N'Green Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023002', N'Green Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023003', N'Green Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023004', N'Green Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023005', N'Green Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023006', N'Green Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023007', N'Green Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024001', N'Orange Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024002', N'Orange Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024003', N'Orange Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024004', N'Orange Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024005', N'Orange Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024006', N'Orange Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024007', N'Orange Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025001', N'Feral Feline Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025002', N'Feral Feline Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025003', N'Feral Feline Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025004', N'Feral Feline Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025005', N'Feral Feline Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025006', N'Feral Feline Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025007', N'Feral Feline Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026001', N'Purple Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026002', N'Purple Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026003', N'Purple Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026004', N'Purple Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026005', N'Purple Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026006', N'Purple Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026007', N'Purple Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027001', N'Blue Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027002', N'Blue Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027003', N'Blue Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027004', N'Blue Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027005', N'Blue Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027006', N'Blue Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027007', N'Blue Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028001', N'Santa Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028002', N'Santa Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028003', N'Santa Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028004', N'Santa Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028005', N'Santa Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028006', N'Santa Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028007', N'Santa Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029001', N'New Traditional Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029002', N'New Traditional Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029003', N'New Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029004', N'New Traditional Ring [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029005', N'New Traditional Top [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029006', N'New Traditional Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029007', N'New Traditional Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030001', N'Pink Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030002', N'Pink Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030003', N'Pink Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030004', N'Pink Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030005', N'Pink Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030006', N'Pink Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030007', N'Pink Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031001', N'Emerald Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031002', N'Emerald Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031003', N'Emerald Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031004', N'Emerald Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031005', N'Emerald Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031006', N'Emerald Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031007', N'Emerald Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032001', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032002', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032003', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032004', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032005', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032006', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032007', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033001', N'Red Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033002', N'Red Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033003', N'Red Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033004', N'Red Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033005', N'Red Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033006', N'Red Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033007', N'Red Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034001', N'White Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034002', N'White Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034003', N'White Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034004', N'White Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034005', N'White Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034006', N'White Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034007', N'White Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035001', N'Orange Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035002', N'Orange Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035003', N'Orange Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035004', N'Orange Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035005', N'Orange Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035006', N'Orange Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035007', N'Orange Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036001', N'Sky Blue Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036002', N'Sky Blue Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036003', N'Sky Blue Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036004', N'Sky Blue Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036005', N'Sky Blue Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036006', N'Sky Blue Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036007', N'Sky Blue Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037001', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037002', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037003', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037004', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037005', N'White Military Shirts [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037006', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037007', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038001', N'Scuba Otter [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038002', N'Scuba Lower Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038003', N'Scuba Flippers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038004', N'Scuba Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038005', N'Scuba Upper Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038006', N'Scuba Goggles [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038007', N'Scuba Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039001', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039002', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039003', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039004', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039005', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039006', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039007', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040001', N'Radiant Wedding Costume Adornment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040002', N'Radiant Wedding Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040003', N'Radiant Wedding Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040004', N'Radiant Wedding Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040005', N'Radiant Wedding Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040006', N'Radiant Wedding Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040007', N'Radiant Wedding Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041001', N'Skull Rider Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041002', N'Skull Rider Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041003', N'Skull Rider Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041004', N'Skull Rider Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041005', N'Skull Rider T-shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041006', N'Skull Rider Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041007', N'Skull Rider Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042001', N'Red Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042002', N'Red Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042003', N'Red Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042004', N'Red Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042005', N'Red Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042006', N'Red Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042007', N'Red Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043001', N'Blue Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043002', N'Blue Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043003', N'Blue Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043004', N'Blue Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043005', N'Blue Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043006', N'Blue Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043007', N'Blue Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044001', N'White Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044002', N'White Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044003', N'White Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044004', N'White Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044005', N'White Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044006', N'White Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044007', N'White Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045001', N'Brown Pirate Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045002', N'Brown Pirate Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045003', N'Brown Pirate Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045004', N'Brown Pirate Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045005', N'Brown Pirate Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045006', N'Brown Pirate Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045007', N'Brown Pirate Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046001', N'White Phoenix''s Wings [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046002', N'White Phoenix''s Tail Feathers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046003', N'White Phoenix''s Boots [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046004', N'White Phoenix''s Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046005', N'White Phoenix''s Fur Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046006', N'White Phoenix''s Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046007', N'White Phoenix''s Plume [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047001', N'Yellow School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047002', N'Yellow School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047003', N'Yellow School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047004', N'Yellow School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047005', N'Yellow School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047006', N'Yellow School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047007', N'Yellow School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048001', N'Red School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048002', N'Red School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048003', N'Red School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048004', N'Red School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048005', N'Red School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048006', N'Red School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048007', N'Red School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049001', N'Black School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049002', N'Black School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049003', N'Black School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049004', N'Black School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049005', N'Black School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049006', N'Black School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049007', N'Black School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050001', N'Snake-Deco Mesh Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050002', N'Deviant Crease Lined Short Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050003', N'Deviant Crease Lined Gold Ornament Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050004', N'Red Frill Arm Warmer', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050005', N'Snake Patterned Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050006', N'Double Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050007', N'Snake-Deco Long Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051001', N'Shining Ark Costume Wing [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051002', N'Shining Ark Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051003', N'Shining Ark Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051004', N'Shining Ark Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051005', N'Shining Ark Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051006', N'Shining Ark Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051007', N'Shining Ark Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052001', N'White Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052002', N'White Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052003', N'White Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052004', N'White Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052005', N'White Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052006', N'White Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052007', N'White Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101001', N'Dictator''s Costume(B) - Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101002', N'Black Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101003', N'Black Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101004', N'Black Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101005', N'Black Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101006', N'Black Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101007', N'Black Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104001', N'Orange Color Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104002', N'Orange Color Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104003', N'Orange Color Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104004', N'Orange Color Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104005', N'Orange Color Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104006', N'Orange Color Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104007', N'Orange Color Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105001', N'Blue Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105002', N'Blue Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105003', N'Blue Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105004', N'Blue Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105005', N'Blue Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105006', N'Blue Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105007', N'Blue Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106001', N'Gray Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106002', N'Gray Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106003', N'Gray Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106004', N'Gray Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106005', N'Gray Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106006', N'Gray Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106007', N'Gray Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107001', N'Radiant Wedding Costume Tuxedo [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107002', N'Radiant Wedding Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107003', N'Radiant Wedding Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107004', N'Radiant Wedding Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107005', N'Radiant Wedding Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107006', N'Radiant Wedding Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107007', N'Radiant Wedding Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108001', N'Ghost Hunter Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108002', N'Ghost Hunter Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108003', N'Ghost Hunter Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108004', N'Ghost Hunter Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108005', N'Ghost Hunter Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108006', N'Ghost Hunter Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108007', N'Ghost Hunter Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109001', N'Red Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109002', N'Red Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109003', N'Red Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109004', N'Red Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109005', N'Red Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109006', N'Red Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109007', N'Red Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110001', N'Blue Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110002', N'Blue Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110003', N'Blue Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110004', N'Blue Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110005', N'Blue Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110006', N'Blue Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110007', N'Blue Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111001', N'White Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111002', N'White Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111003', N'White Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111004', N'White Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111005', N'White Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111006', N'White Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111007', N'White Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112001', N'Orange Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112002', N'Orange Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112003', N'Orange Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112004', N'Orange Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112005', N'Orange Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112006', N'Orange Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112007', N'Orange Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113001', N'White Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113002', N'White Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113003', N'White Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113004', N'White Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113005', N'White Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113006', N'White Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113007', N'White Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114001', N'Purple Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114002', N'Purple Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114003', N'Purple Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114004', N'Purple Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114005', N'Purple Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114006', N'Purple Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114007', N'Purple Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115001', N'White School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115002', N'White School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115003', N'White School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115004', N'White School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115005', N'White School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115006', N'White School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115007', N'White School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116001', N'Bluish Green School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116002', N'Bluish Green School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116003', N'Bluish Green School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116004', N'Bluish Green School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116005', N'Bluish Green School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116006', N'Bluish Green School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116007', N'Bluish Green School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117001', N'Black School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117002', N'Black School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117003', N'Black School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117004', N'Black School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117005', N'Black School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117006', N'Black School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117007', N'Black School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118001', N'Snake Patterned Long Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118002', N'Snake Patterned Red Belt Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118003', N'Snake Patterned Long Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118005', N'Snake Pattered Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118006', N'Emerald Snake Patterned Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118007', N'Black Two Block Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119001', N'Shining Ark Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119002', N'Shining Ark Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119003', N'Shining Ark Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119004', N'Shining Ark Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119005', N'Shining Ark Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119006', N'Shining Ark Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119007', N'Shining Ark Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120001', N'White Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120002', N'White Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120003', N'White Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120004', N'White Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120005', N'White Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120006', N'White Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120007', N'White Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000001', N'Bramunez Militia Member', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000002', N'Skeleton Slaughterer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000003', N'Master of Fighting!', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000004', N'Daddy Chicken', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000005', N'Mommy Chicken', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000006', N'Wine Barrel Destroyer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000007', N'Contractor of the Beginning', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000008', N'Honorary Citizen', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000009', N'Curtis Killer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000010', N'Power of Patience', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000011', N'Delete Normal Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000012', N'Delete Special Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000013', N'Maintain Normal Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000014', N'Maintain Special Time Expiration Title', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000015', N'Title only for GM', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000016', N'Who''s Your Daddy?', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000017', N'Mother to Earth', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000018', N'Beach Bum', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000019', N'Title: 10th Floor Warrior', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000020', N'Title: 50th Floor Warrior', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000021', N'Title: 100th Floor Warrior', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000022', N'Title: 200th Floor Champion', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000023', N'Title: 300th Floor Champion', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000024', N'Title: 400th Floor Champion', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000025', N'Title: 500th Floor Hero', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000026', N'Title: 600th Floor Hero', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000027', N'Title: 700th Floor Hero', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000028', N'Title: 800th Floor Master', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000029', N'Title: 900th Floor Legend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000030', N'Title: 1000th Floor God', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000031', N'Scroll: Flame Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000032', N'Scroll: Ice Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000033', N'HP Up +10 of Shrine of Eternity', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000034', N'MP Up +10 of Shrine of Eternity', N'2', N'2', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000035', N'Scroll: Warrior''s Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000036', N'Scroll: Sorcerer''s Blessing', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000037', N'Title : Know-it-all', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000038', N'PvP AP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000039', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000040', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000041', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000042', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000043', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000044', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000045', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000046', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000047', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000048', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000049', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000050', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000051', N'Monster Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000052', N'Monster Riddle Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000053', N'Mini Gloves Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000054', N'Mini Butcher Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000055', N'Mini Wolfman Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000056', N'Mini Giant Mole Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000057', N'Mini Hammer Butcher Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000058', N'Mini Bone Collector Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000059', N'Mini Gorilla Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000060', N'Mini Haken Archer Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000061', N'Mini Guardian Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000062', N'Mini Templar Guardian Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000063', N'Mini Boozatron Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000064', N'Mini Red Gorilla Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000065', N'Mini Mole Bug Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000066', N'Mini Bone Dragon Seed', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000067', N'Friend with Curtis', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000068', N'Shadow Fabric Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000069', N'Shadow Fabric Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000070', N'Shadow Fabric Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000071', N'Shadow Fabric Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000072', N'Shadow Fabric Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000073', N'Shadow Fabric Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000074', N'Shadow Fabric Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000075', N'Shadow Leather Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000076', N'Shadow Leather Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000077', N'Shadow Leather Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000078', N'Shadow Leather Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000079', N'Shadow Leather Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000080', N'Shadow Leather Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000081', N'Shadow Leather Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000082', N'Shadow Chain Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000083', N'Shadow Chain Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000084', N'Shadow Chain Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000085', N'Shadow Chain Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000086', N'Shadow Chain Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000087', N'Shadow Chain Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000088', N'Shadow Chain Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000089', N'Shadow Plate Armor Package (Lv.20)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000090', N'Shadow Plate Armor Package (Lv.25)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000091', N'Shadow Plate Armor Package (Lv.30)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000092', N'Shadow Plate Armor Package (Lv.35)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000093', N'Shadow Plate Armor Package (Lv.40)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000094', N'Shadow Plate Armor Package (Lv.45)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000095', N'Shadow Plate Armor Package (Lv.50)', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000096', N'Shadow Armor Package (Lv.20)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000097', N'Shadow Armor Package (Lv.25)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000098', N'Shadow Armor Package (Lv.30)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000099', N'Shadow Armor Package (Lv.35)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000100', N'Shadow Armor Package (Lv.40)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000101', N'Shadow Armor Package (Lv.45)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000102', N'Shadow Armor Package (Lv.50)', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000103', N'Recovery Potion of Eternity', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000104', N'Mana Potion of Eternity', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000105', N'Title: Partyholic', N'2', N'0', N'0', N'20', N'5', N'20', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000106', N'Title: Play With Me', N'2', N'0', N'0', N'20', N'5', N'30', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000107', N'Title: We Are One', N'2', N'0', N'0', N'20', N'5', N'40', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000108', N'Title: Carpe Diem', N'2', N'0', N'0', N'20', N'5', N'45', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000109', N'Title: Hard-Out', N'2', N'0', N'0', N'20', N'5', N'50', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000110', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000111', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000112', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000113', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000114', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000115', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000116', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000117', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000118', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000119', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000120', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000121', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000122', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000123', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000124', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000125', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000126', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000127', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000128', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000129', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000130', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000131', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000132', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000133', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000134', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000135', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000136', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000137', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000138', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000139', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000140', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000141', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000142', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000143', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000144', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000145', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000146', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000147', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000148', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000149', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000150', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000151', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000152', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000153', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000154', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000155', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000156', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000157', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000158', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000159', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000160', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000161', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000162', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000163', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000164', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000165', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000166', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000167', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000168', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000169', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000170', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000171', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000172', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000173', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000174', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000175', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000176', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000177', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000178', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000179', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000180', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000181', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000182', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000183', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000184', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000185', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000186', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000187', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000188', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000189', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000190', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000191', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000192', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000193', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000194', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000195', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000196', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000197', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000198', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000199', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000200', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000201', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000202', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000203', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000204', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000205', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000206', N'Title: Pitapat', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000207', N'Title: Joyful cheer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000208', N'Title: Birthday bless', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000209', N'Title: Romantic song', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000210', N'Title: Sad mind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000211', N'Title: I want to be alone', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000212', N'Title: Darn', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000213', N'Title: It''s annoying', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000214', N'Title: Running while sleeping', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000215', N'Title: Busy as a bee', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000216', N'Title: Calm weekend', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000217', N'Title: So so', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000218', N'Title-giving item :Pitapat', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000219', N'Title-giving item :Joyful cheer', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000220', N'Title-giving item :Birthday bless', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000221', N'Title-giving item :Romantic song', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000222', N'Title-giving item :Sad mind', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000223', N'Title-giving item :I want to be alone', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000224', N'Title-giving item :Darn', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000225', N'Title-giving item :It''s annoying', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000226', N'Title-giving item :Running while sleeping', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000227', N'Title-giving item :Busy as a bee', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000228', N'Title-giving item :Calm weekend', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70000229', N'Title-giving item :So so', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002001', N'Trick or Treat (1 Day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002002', N'Trick or Treat (3 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002003', N'Trick or Treat (7 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002004', N'Trick or Treat (30 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002005', N'Trick or Treat (60 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002006', N'Trick or Treat (90 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002007', N'Trick or Treat (1 Year)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002011', N'Title : Jingle Bell Rocker (1 Day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002012', N'Title : Jingle Bell Rocker (3 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002013', N'Title : Jingle Bell Rocker (7 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002014', N'Title : Jingle Bell Rocker (30 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002015', N'Title : Jingle Bell Rocker (60 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002016', N'Title : Jingle Bell Rocker (90 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002017', N'Title : Jingle Bell Rocker (1 Year)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002018', N'Title : Keyboard Warrior (1 Day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002019', N'Title : Keyboard Warrior (3 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002020', N'Title : Keyboard Warrior (7 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002021', N'Title : Keyboard Warrior (15 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002022', N'Title : Keyboard Warrior (30 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002023', N'Title : Keyboard Warrior (60 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002024', N'Title : Keyboard Warrior (90 Days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002025', N'Title : Greatly Joyful (1 day)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002026', N'Title : Joy (3 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002027', N'Title : Single as usual (7 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002028', N'Title : Status Quo (30 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002029', N'Title : Winfall (60 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002030', N'Title : Luck (90 days)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002031', N'Title : Excellent Luck (1 year)', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002032', N'Seed of Life', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002033', N'Gem Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002034', N'Potion Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002035', N'Mithril Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002036', N'Mineral Water', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002037', N'Gem Seed''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002038', N'Potion Seed''s Gift', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002039', N'Summon Pet : Charles', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002040', N'Extracted Red Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002041', N'Extracted Blue Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002042', N'Extracted Yellow Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002043', N'Extracted Green Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002044', N'Extracted Grey Gem', N'2', N'0', N'0', N'29', N'4', N'1', N'1000', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002045', N'Wrinkled Seed of Life', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002046', N'Wrinkled Gem Seed', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002047', N'Wrinkled Seed of Potion', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70002048', N'Wrinkled Seed of Mithril', N'3', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003000', N'Great Seed', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003001', N'Seed Lv.1', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003002', N'Seed Lv.2', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003003', N'Seed Lv.3', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003004', N'Seed Lv.4', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003005', N'Seed Lv.5', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003006', N'Seed Lv.6', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003007', N'Seed Lv.7', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003008', N'Seed Lv.8', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003009', N'Seed Lv.9', N'2', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003051', N'Mineral Water Lv.1', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003052', N'Mineral Water Lv.2', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003053', N'Mineral Water Lv.3', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003054', N'Mineral Water Lv.4', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003055', N'Mineral Water Lv.5', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003056', N'Mineral Water Lv.6', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003057', N'Mineral Water Lv.7', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003058', N'Mineral Water Lv.8', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003059', N'Mineral Water Lv.9', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003101', N'Upgrade Cube Lv.1', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003102', N'Upgrade Cube Lv.2', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003103', N'Upgrade Cube Lv.3', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003104', N'Upgrade Cube Lv.4', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003105', N'Upgrade Cube Lv.5', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003106', N'Upgrade Cube Lv.6', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003107', N'Upgrade Cube Lv.7', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003108', N'Upgrade Cube Lv.8', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003109', N'Upgrade Cube Lv.9', N'3', N'0', N'0', N'15', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003201', N'Great Potion Box Lv.1-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003202', N'Great Potion Box Lv.1-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003211', N'Great Potion Box Lv.2-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003212', N'Great Potion Box Lv.2-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003221', N'Great Potion Box Lv.3-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003222', N'Great Potion Box Lv.3-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003231', N'Great Potion Box Lv.4-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003232', N'Great Potion Box Lv.4-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003301', N'Great Scroll Box Lv.1-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003302', N'Great Scroll Box Lv.1-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003311', N'Great Scroll Box Lv.2-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003312', N'Great Scroll Box Lv.2-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003321', N'Great Scroll Box Lv.3-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003322', N'Great Scroll Box Lv.3-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003331', N'Great Scroll Box Lv.4-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003332', N'Great Scroll Box Lv.4-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003401', N'Great Box Lv.1-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003402', N'Great Box Lv.1-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003411', N'Great Box Lv.2-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003412', N'Great Box Lv.2-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003421', N'Great Box Lv.3-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003422', N'Great Box Lv.3-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003431', N'Great Box Lv.4-1', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70003432', N'Great Box Lv.4-2', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000001', N'Golden Seal Scout Team', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000002', N'PvP Guardian Knight', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000003', N'Specialist ', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000004', N'Cool as Ice', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000005', N'Smokin'' Hot', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000006', N'Hardcore', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000007', N'Awesome', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000008', N'Mad Skills', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'71000009', N'Like a Boss', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000000', N'Worst Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000001', N'Poor Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'5', N'100', N'0', N'0', N'0', N'1', N'75', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000002', N'Mid-grade Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'10', N'100', N'0', N'0', N'0', N'1', N'180', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000003', N'Great Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'15', N'100', N'0', N'0', N'0', N'1', N'330', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000004', N'Best Pet''s HP Potion', N'2', N'0', N'0', N'13', N'5', N'20', N'100', N'0', N'0', N'0', N'1', N'500', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000005', N'Poor Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'25', N'100', N'0', N'0', N'0', N'1', N'700', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000006', N'Mid-Grade Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'30', N'100', N'0', N'0', N'0', N'1', N'1000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000007', N'Great Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'35', N'100', N'0', N'0', N'0', N'1', N'1300', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75000008', N'Best Pet''s HP Elixir', N'2', N'0', N'0', N'13', N'5', N'40', N'100', N'0', N'0', N'0', N'1', N'1600', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000000', N'Epic Ether of Change', N'2', N'0', N'0', N'16', N'6', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000001', N'Unique Ether of Change', N'2', N'0', N'0', N'16', N'5', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000002', N'Rare Ether of Change', N'2', N'0', N'0', N'16', N'4', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000003', N'Magic Ether of Change', N'2', N'0', N'0', N'16', N'2', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000004', N'Normal Ether of Change', N'2', N'0', N'0', N'16', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000005', N'Frantz Coat Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000006', N'Frantz Pants Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000007', N'Frantz Shoes Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000008', N'Frantz Gloves Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000009', N'Frantz Shirt Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000010', N'Frantz Tie Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000011', N'Frantz Hair Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000012', N'Angela Coat Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000013', N'Angela Pants Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000014', N'Angela Shoes Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000015', N'Angela Gloves Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000016', N'Angela Shirt Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000017', N'Angela Tie Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000018', N'Angela Hair Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000019', N'Tude Coat Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000020', N'Tude Pants Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000021', N'Tude Shoes Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000022', N'Tude Gloves Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000023', N'Tude Shirt Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000024', N'Tude Tie Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000025', N'Tude Hair Costume Pack', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000026', N'Gold Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000027', N'Silver Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000028', N'Bronze Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000029', N'Effect Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000030', N'Item Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000031', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000032', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000033', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000034', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000035', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000036', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000037', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000038', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000039', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000040', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000041', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000042', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000043', N'Powerful HP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000044', N'Powerful MP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000045', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000046', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000047', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000048', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000049', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000050', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000051', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000052', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000053', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000054', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000055', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000056', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000057', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000058', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000059', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000060', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000061', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000062', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000063', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000064', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000065', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000066', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000067', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000068', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000069', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000070', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000071', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000072', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000073', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000074', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000075', N'Costume Option', N'2', N'0', N'0', N'16', N'2', N'5', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000076', N'World Megaphone', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000077', N'Reset Skill Points', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000078', N'Reset PvP Score', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000079', N'Save 100 Stamina', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000080', N'Portable Warehouse', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000081', N'Expand Personal Warehouse', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000082', N'Resurrection Scroll x 10', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000083', N'Save 100 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000084', N'Full-Strength Adhesive ', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000085', N'Level Up Package [90 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000086', N'Gold Package [90 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000087', N'Master Package [90 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000088', N'Save 300 Stamina', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000089', N'Save 300 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000090', N'Save 500 Stamina', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000091', N'Save 500 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000092', N'Small Costume Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000093', N'Medium Costume Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000094', N'Large Costume Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000095', N'Pro Booster Pack', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000096', N'Gold Package [7 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000097', N'Master Package [7 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000098', N'Express Booster Pack', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000099', N'Gold Package [3 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000100', N'Master Package [3 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000101', N'Colorful Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000102', N'Powerful HP Recovery Potion [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000103', N'Powerful HP Recovery Potion [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000104', N'Full Equipment Repair Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000105', N'Equipment Repair Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000106', N'Frantz Coat Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000107', N'Frantz Pants Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000108', N'Frantz Shoes Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000109', N'Frantz Gloves Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000110', N'Frantz Shirt Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000111', N'Frantz Tie Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000112', N'Frantz Hair Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000113', N'Angela Coat Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000114', N'Angela Pants Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000115', N'Angela Shoes Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000116', N'Angela Gloves Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000117', N'Angela Shirt Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000118', N'Angela Tie Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000119', N'Angela Hair Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000120', N'Tude Coat Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000121', N'Tude Pants Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000122', N'Tude Shoes Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000123', N'Tude Gloves Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000124', N'Tude Shirt Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000125', N'Tude Tie Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000126', N'Tude Hair Costume Pack [Trial]', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000127', N'Green Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000128', N'Yellow Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000129', N'Blue Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000130', N'Red Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000131', N'Frantz Coat Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000132', N'Frantz Pants Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000133', N'Frantz Shoes Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000134', N'Frantz Gloves Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000135', N'Frantz Shirt Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000136', N'Frantz Tie Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000137', N'Frantz Hair Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000138', N'Angela Coat Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000139', N'Angela Pants Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000140', N'Angela Shoes Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000141', N'Angela Gloves Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000142', N'Angela Shirt Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000143', N'Angela Tie Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000144', N'Angela Hair Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000145', N'Tude Coat Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000146', N'Tude Pants Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000147', N'Tude Shoes Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000148', N'Tude Gloves Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000149', N'Tude Shirt Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000150', N'Tude Tie Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000151', N'Tude Hair Costume Pack B', N'5', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000152', N'World Megaphone [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000153', N'Gold Deacon Coat [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000154', N'Gold Deacon Pants [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000155', N'Gold Deacon Shoes [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000156', N'Gold Deacon Gloves [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000157', N'Gold Deacon Shirt [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000158', N'Gold Deacon Tie [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000159', N'Gold Deacon Hair [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000160', N'Imperial Officer Coat [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000161', N'Imperial Officer Pants [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000162', N'Imperial Officer Shoes [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000163', N'Imperial Officer Gloves [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000164', N'Imperial Officer Shirt [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000165', N'Imperial Officer Tie [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000166', N'Imperial Officer Hair [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000167', N'Cowgirl Jacket [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000168', N'Cowgirl Skirt [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000169', N'Cowgirl Shoes [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000170', N'Cowgirl Gloves [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000171', N'Cowgirl Blouse [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000172', N'Cowgirl Tie [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000173', N'Cowgirl Hair [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000174', N'Princess Jacket [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000175', N'Princess Skirt [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000176', N'Princess Shoes [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000177', N'Princess Gloves [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000178', N'Princess Blouse [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000179', N'Princess Tie [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000180', N'Afro Hair [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000181', N'Pin-Striped Punk Coat [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000182', N'Pin-Striped Punk Pants [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000183', N'Pin-Striped Punk Shoes [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000184', N'Pin-Striped Punk Gloves [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000185', N'Pin-Striped Punk Shirt [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000186', N'Pin-Striped Punk Necklace [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000187', N'Pin-Striped Punk Hair [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000188', N'Stylish Cellmate Coat [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000189', N'Stylish Cellmate Pants [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000190', N'Stylish Cellmate Shoes [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000191', N'Stylish Cellmate Gloves [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000192', N'Stylish Cellmate Shirt [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000193', N'Stylish Cellmate Necklace [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000194', N'Stylish Cellmate Hair [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000195', N'Resurrection Scroll x 10 [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000196', N'Save 100 Stamina [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000197', N'Save 100 Stamina [charge complete]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000198', N'Colorful Gem Box [Trial]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000199', N'Newbie Ration Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000200', N'Reset Skill Points [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000201', N'Full-Strength Adhesive [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000202', N'Weapon Repair Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000203', N'+5 Weapon Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000204', N'Powerful AP Recovery Potion', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000205', N'Elite Booster Pack', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000206', N'Poison''s Secret Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000207', N'+10 Weapon Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000208', N'Gem Socket Punch', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000209', N'Buff Scroll 1', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000210', N'Buff Scroll 2', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000211', N'Buff Scroll 3', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000212', N'Box Package', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000213', N'Summer Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000214', N'Summer Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000215', N'Summer Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000216', N'Summer Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000217', N'Golden Pattern Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000218', N'Golden Pattern Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000219', N'Alchemist''s Jar', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000220', N'Magic Chest of Change', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000221', N'Random Costume Pack', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000222', N'+5 Armor Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000223', N'+10 Armor Enchant Kit', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000224', N'Renaming Contract', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000225', N'Golden Hearts', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000226', N'Random Frantz Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000227', N'Random Angela Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000228', N'Random Tude Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000229', N'Random Natasha Costume Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000230', N'All Character Costume Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000231', N'Costume Random Box Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000232', N'Costume Random Box Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000233', N'Costume Random Box Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000234', N'Costume Random Box Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000235', N'Costume Random Box Package [All Character]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000236', N'White Party Item Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000237', N'White Star Pattern Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000238', N'White Wanderer Item [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000239', N'White Feather Item Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000240', N'Create Avatar: Roselle Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000241', N'Create Avatar: Edgar Grosvenor', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000242', N'Create Avatar: Meilin Chen', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000243', N'Create Natasha Avatar', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000244', N'White Party Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000245', N'White Star Pattern Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000246', N'White Wanderer Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000247', N'White Feather Item Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000248', N'Lucky Alchemist''s Jar', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000249', N'Thanksgiving Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000250', N'Thanksgiving Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000251', N'Thanksgiving Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000252', N'Thanksgiving Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000253', N'Avatar Costume Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000254', N'Avatar Normal Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000255', N'Avatar Special Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000256', N'Sky Blue Bird Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000257', N'Title : Rising Star!', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000258', N'Incredible Full-Strength Adhesive', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000259', N'Create Avatar: Leila Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000260', N'Angela Avatar Create 2', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000261', N'Tude Avatar Create 2', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000262', N'Natasha Avatar Create 2', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000263', N'Jack O''Lantern', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000264', N'Halloween Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000265', N'Halloween Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000266', N'Halloween Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000267', N'Halloween Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000268', N'Halloween Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000269', N'Avatar Special Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000270', N'Avatar Costume Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000271', N'Avatar Normal Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000272', N'Title: Heir to the Bloodwind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000273', N'Black Queen Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000274', N'Pet Recharger', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000275', N'Pet Renaming Contract', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000276', N'Summon Twin Pet', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000277', N'Costume Chest of Change', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000278', N'Pet: Momo', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000279', N'Pet Summon : Fighter', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000280', N'Summon Pet: Catty', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000281', N'Summon Pet: Pepe', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000282', N'Violent Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000283', N'Pink Fur Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000284', N'Black Leather Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000285', N'White Military Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000286', N'Black Flame Random Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000287', N'White Military Random Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000288', N'Violent Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000289', N'Pink Fur Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000290', N'Black Leather Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000291', N'White Military Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000292', N'Black Flame Random Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000293', N'White Military Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000294', N'Avatar Special Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000295', N'Avatar Costume Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000296', N'Avatar Normal Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000297', N'Title : Deal with the Devil', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000298', N'Purple Winter Costume Pack [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000299', N'Holiday Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000300', N'Holiday Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000301', N'Holiday Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000302', N'Holiday Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000303', N'Holiday Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000304', N'Holiday Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000305', N'Holiday Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000306', N'Title: Nutcracker', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000307', N'Limited Edition Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000308', N'Limited Edition Package II', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000309', N'Liminted Edition Package III', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000310', N'Gem Socket Punch (Bonus)', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000311', N'Magic Chest of Change (Bonus)', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000312', N'New Traditional Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000313', N'New Traditional Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000314', N'New Traditional Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000315', N'New Traditional Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000316', N'New Traditional Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000317', N'New Traditional Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000318', N'New Traditional Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000319', N'New Traditional Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000320', N'Title : Happy New Year', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000321', N'New Poison''s Secret Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000322', N'Liminted Edition Package IV', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000323', N'Avatar Special Package [Leila]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000324', N'Avatar Costume Package [Leila]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000325', N'Avatar Normal Package [Leila]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000326', N'Title : Heir to the Bloodwind', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000327', N'Black Floral Dress Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000328', N'+3 Armor Upgrade Pack', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000329', N'+6 Weapon Upgrade Pack', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000330', N'Extreme Booster Pack', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000331', N'Random Avatar Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000332', N'Avatar Creation [Leila] : North America', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000333', N'Newbie Ration Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000334', N'Newbie Ration Box [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000335', N'Red Golden Pattern Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000336', N'Violet Female Warrior Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000337', N'Yellow Lady Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000338', N'Red Golden Pattern Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000339', N'Blue Young Gentleman Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000340', N'Golden Pattern Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000341', N'Blue Space Battle Suit Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000342', N'Red Slide Slit Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000343', N'Brown Mafia Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000344', N'Black Gangster Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000345', N'White Snow Flower Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000346', N'Black Leather Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000347', N'Red Wandering Minstrel Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000348', N'Purple Boxing Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000349', N'Pink Sagunja[Plum] Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000350', N'White Nun Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000351', N'Red Gold Random Pack [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000352', N'Violet Amazon Random Pack [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000353', N'Yellow Lady Random Pack [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000354', N'Crimson Conjurer Random Pack [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000355', N'Little Blue-Blood Random Pack [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000356', N'Silver Sage Random Pack [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000357', N'Blue Star Random Pack [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000358', N'Scarlet Chic Random Pack [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000359', N'Brown Mafia Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000360', N'Black Gangster Random Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000361', N'White Snow Flower Random Box [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000362', N'Black Leather Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000363', N'Red Wandering Minstrel Random Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000364', N'Boxing Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000365', N'Pink Sagunja[Plum] Random Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000366', N'White Nun Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000367', N'Poisons Strange Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000368', N'Red Gold Box [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000369', N'Violet Amazon Box [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000370', N'Yellow Lady Box [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000371', N'Crimson Conjurer Box [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000372', N'Little Blue-Blood Box [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000373', N'Silver Sage Box [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000374', N'Blue Star Box [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000375', N'Scarlet Chic Box [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000376', N'Brown Mafia Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000377', N'Black Gangster Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000378', N'White Snow Flower Random Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000379', N'Black Leather Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000380', N'Red Wandering Minstrel Random Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000381', N'Purple Boxing Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000382', N'Pink Sagunja[Plum] Random Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000383', N'White Nun Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000391', N'Premium Avatar Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000392', N'Create Avatar: Roselle Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000393', N'Create Avatar: Edgar Grosvenor', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000394', N'Create Avatar: Meilin Chen', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000395', N'Avatar Normal Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000396', N'Avatar Normal Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000397', N'Avatar Normal Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000398', N'Red Golden Pattern Random Package [Frantz] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000399', N'Violet Female Warrior Random Package [Roselle] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000400', N'Yellow Lady Random Package [Leila] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000401', N'Red Golden Pattern Random Package [Angela] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000402', N'Blue Young Gentleman Random Package [Edgar] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000403', N'Golden Pattern Random Package [Tude] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000404', N'Blue Space Battle Suit Random Package [Meilin] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000405', N'Red Side Slit Random Package [Natasha] x 10', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000406', N'Sky Blue Bird Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000407', N'Black Queen Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000408', N'Purple Winter Costume Pack [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000409', N'Black Floral Dress Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000410', N'Summer Scuba Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000411', N'Summer Scuba Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000412', N'Summer Scuba Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000413', N'Summer Scuba Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000414', N'Summer Scuba Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000415', N'Summer Scuba Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000416', N'Summer Scuba Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000417', N'Summer Scuba Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000418', N'Expand Character Creation Slot', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000421', N'A Daily Party Objective Recharge Kit', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000422', N'Golden Seal Team''s Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000423', N'Summon Pet : Lulu', N'2', N'0', N'0', N'13', N'5', N'1', N'100', N'0', N'0', N'0', N'1', N'300000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000424', N'Summon Pet : Coco', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'100000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000425', N'Summon Pet : Yongyong', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000426', N'Black Dictator Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000428', N'Indigo Pirate Costume Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000429', N'Blue Pirate Costume Random Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000430', N'Black Pirate Costume Random Box [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000431', N'Red Pirate Costume Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000432', N'Brown Pirate Costume Random Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000433', N'Black Pirate Costume Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000434', N'Blue Pirate Costume Random Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000435', N'Brown Pirate Costume Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000436', N'Indigo Pirate Costume Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000437', N'Blue Pirate Costume Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000438', N'Black Pirate Costume Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000439', N'Red Pirate Costume Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000440', N'Brown Pirate Costume Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000441', N'Black Pirate Costume Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000442', N'Blue Pirate Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000443', N'Brown Pirate Costume Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000444', N'Title : Last Member of the Underground Guild', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000445', N'Title: Dress Classy Dance Cheesy', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000446', N'Indigo Pirate Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000447', N'Blue Pirate Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000448', N'Black Pirate Random Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000449', N'Red Pirate Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000450', N'Brown Pirate Random Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000451', N'Black Pirate Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000452', N'Blue Pirate Random Package [Maylin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000453', N'Brown Pirate Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000454', N'Indigo Pirate Random Package 10 pcs [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000455', N'Blue Pirate Random Package 10 pcs [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000456', N'Black Pirate Random Package 10 pcs [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000457', N'Red Pirate Random Package 10 pcs [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000458', N'Brown Pirate Random Package 10 pcs [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000459', N'Black Pirate Random Package 10 pcs [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000460', N'Blue Pirate Random Package 10 pcs [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000461', N'Brown Pirate Random Package 10 pcs [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000462', N'Reset Skills [Limited Period] [3 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000463', N'Radiant Wedding Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000464', N'Radiant Wedding Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000465', N'Radiant Wedding Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000466', N'Radiant Wedding Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000467', N'Radiant Wedding Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000468', N'Radiant Wedding Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000469', N'Radiant Wedding Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000470', N'Radiant Wedding Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000471', N'Radiant Wedding Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000472', N'Expand Account Warehouse (6 Slots)', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000473', N'Gem Extractor', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'2000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000474', N'Improved Gem Extractor', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'5000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000475', N'Gem Extractor [Protection]', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'4000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000476', N'Improved Gem Extractor [Protection]', N'2', N'0', N'0', N'39', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'10000000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000477', N'Title : I do I do', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000478', N'Avatar Costume Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000479', N'Avatar Normal Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000480', N'Avatar Costume Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000481', N'Avatar Normal Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000482', N'Avatar Costume Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000483', N'Avatar Normal Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000484', N'Avatar Special Package [Meilin]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000485', N'Create Avatar: Meilin Chen', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000486', N'Avatar Special Package [Roselle]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000487', N'Create Avatar: Roselle Vergerius', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000488', N'Avatar Special Package [Edgar]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000489', N'Create Avatar: Edgar Grosvenor', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000490', N'Reset Skills [Limited Period] [7 Days]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000491', N'Complete Skill Reset Package', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000492', N'Poison''s Halloween Pack [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000493', N'Poison''s Halloween Pack [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000494', N'Poison''s Halloween Pack [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000495', N'Poison''s Halloween Pack [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000496', N'Poison''s Halloween Pack [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000497', N'Poison''s Halloween Pack [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000498', N'Poison''s Halloween Pack [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000499', N'Poison''s Halloween Pack [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000500', N'Poison''s Halloween Pack [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000501', N'Title: Monster Masher', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000502', N'Brown Mafia Random Package [Frantz] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000503', N'Black Gangster Random Package [Roselle] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000504', N'White Snow Flower Random Package [Leila] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000505', N'Black Leather Random Package [Angela] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000506', N'Red Minstrel Random Package [Edgar] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000507', N'Purple Boxing Random Package [Tude] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000508', N'Pink ''Four Gracious Plants'' [Plum] Random Package [Maylin] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000509', N'White Nun Random Package [Natasha] 10ea', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000510', N'Title: Wild Inuit', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000511', N'Inuit Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000512', N'Inuit Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000513', N'Inuit Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000514', N'Inuit Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000515', N'Inuit Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000516', N'Inuit Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000517', N'Inuit Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000518', N'Inuit Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000519', N'Extreme Booster Pack[JPN]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000520', N'Save 50 Stamina [charge complete]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000521', N'Santa Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000522', N'Inuit Random Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000523', N'Santa Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000524', N'Inuit Random Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000525', N'Santa Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000526', N'Inuit Random Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000527', N'Santa Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000528', N'Inuit Random Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000529', N'White Cowboy Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000530', N'Indigo Pirate Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000531', N'White Cowgirl Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000532', N'Red Pirate Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000533', N'White Cowboy Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000534', N'Black Pirate Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000535', N'White Cowgirl Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000536', N'Brown Pirate Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000537', N'Poison''s Dim Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000538', N'Summon Pet : Yongyong', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'1500000', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000539', N'Blue Pirate Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000540', N'Title: Snake Charmer', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000541', N'Snake Pattern Package[Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000542', N'Snake Pattern Package[Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000543', N'Snake Pattern Package[Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000544', N'Snake Pattern Package[Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000545', N'Snake Pattern Package[Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000546', N'Snake Pattern Package[Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000547', N'Snake Pattern Package[Maylin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000548', N'Snake Pattern Package[Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000549', N'Snake Pattern Package[Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000550', N'Title: Shining Ark', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000551', N'Shining Ark Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000552', N'Shining Ark Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000553', N'Shining Ark Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000554', N'Shining Ark Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000555', N'Shining Ark Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000556', N'Furiously Burning Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000557', N'Furiously Burning Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000558', N'Furiously Burning Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000559', N'Furiously Burning Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000560', N'Furiously Burning Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000561', N'Black Chain Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000562', N'Black Opera Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000563', N'Black Fur Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000564', N'Black Casual Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000565', N'Black Feather Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000566', N'Shining Ark Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000567', N'Burning Red Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000568', N'Burning Red Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000569', N'Burning Red Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000570', N'Burning Red Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000571', N'Burning Red Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000572', N'Burning Blue Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000573', N'Burning Red Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000574', N'Burning White Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000575', N'Burning White Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000576', N'Burning White Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000577', N'Burning White Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000578', N'Burning White Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000579', N'Burning White Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000580', N'Burning White Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000581', N'White School Uniform Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000582', N'Purple School Uniform Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000583', N'Brown School Uniform Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000584', N'Black School Uniform Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000585', N'Yellow School Uniform Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000586', N'White School Uniform Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000587', N'White School Uniform Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000588', N'Purple School Uniform Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000589', N'Black School Uniform Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000590', N'Beige School Uniform Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000591', N'Dark Brown School Uniform Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000592', N'Black School Uniform Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000593', N'Dark Brown School Uniform Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000594', N'Pink School Uniform Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000595', N'Yellow School Uniform Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000596', N'Blue School Uniform Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000597', N'Green School Uniform Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000598', N'Purple School Uniform Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000599', N'Pink School Uniform Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000600', N'Brown School Uniform Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000601', N'White School Uniform Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000602', N'Yellow School Uniform Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000603', N'Red School Uniform Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000604', N'Black School Uniform Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000605', N'White School Uniform Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000606', N'Green School Uniform Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000607', N'Black School Uniform Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000608', N'Title: Chairman', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000609', N'Title: Principal', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000610', N'Title: Student Head', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000611', N'Title: President of the Student Council', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000612', N'Title: President', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000613', N'Title: Vice President', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000614', N'Title: Lead Manager', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000615', N'Title: You are a student and I am a teacher', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000616', N'Title: Schoolboy', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000617', N'Title: Bad Student', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000618', N'School Uniform Title Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000619', N'Navy Blue Dress Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000620', N'Navy Blue Female Warrior Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000621', N'Black Label Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000622', N'Black Tailcoat Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000623', N'Black Boxing Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000624', N'Black Flame Patterned Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000625', N'Black Cheongsam Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000626', N'White Blazing Costume Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000627', N'White Blazing Costume Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000628', N'White Blazing Costume Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000629', N'White Blazing Costume Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000630', N'White Blazing Costume Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000631', N'White Blazing Costume Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000632', N'White Blazing Costume Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000633', N'White Blazing Costume Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000634', N'White Blazing Costume Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000635', N'White Blazing Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000636', N'White Blazing Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000637', N'White Blazing Costume Box [Leila]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000638', N'White Blazing Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000639', N'White Blazing Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000640', N'White Blazing Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000641', N'White Blazing Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000642', N'White Blazing Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000643', N'White Blazing Costume Box [Ian]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000644', N'White Blazing Costume Random Package [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000645', N'White Blazing Costume Random Package [Roselle]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000646', N'White Blazing Costume Random Package [Leila]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000647', N'White Blazing Costume Random Package [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000648', N'White Blazing Costume Random Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000649', N'White Blazing Costume Random Package [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000650', N'White Blazing Costume Random Package [Meilin]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000651', N'White Blazing Costume Random Package [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000652', N'White Blazing Costume Random Package [Ian]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000653', N'White Blazing Costume Random Package [Frantz] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000654', N'White Blazing Costume Random Package [Roselle] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000655', N'White Blazing Costume Random Package [Leila] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000656', N'White Blazing Costume Random Package [Angela] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000657', N'White Blazing Costume Random Package [Edgar] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000658', N'White Blazing Costume Random Package [Tude] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000659', N'White Blazing Costume Random Package [Meilin] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000660', N'White Blazing Costume Random Package [Natasha] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000661', N'White Blazing Costume Random Package [Ian] 10 Pieces', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000662', N'Purple Cross Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000663', N'Pink Lace Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000664', N'Orange Stripe Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000665', N'Red Bocchan Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000666', N'Green Retro Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000667', N'Yellow Four Gentleman [Kook] Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000668', N'Green Rider Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000669', N'Red Chain Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000670', N'Purple Opera Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000671', N'Pink Fur Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000672', N'Emerald Minstrel Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000673', N'Checked Casual Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000674', N'Pink Space Combat Suit Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000675', N'White Feather Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000676', N'White School Uniform Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000677', N'White School Uniform Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000678', N'Beige School Uniform Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000679', N'Yellow School Uniform Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000680', N'Green School Uniform Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000681', N'White School Uniform Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000682', N'Red School Uniform Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000683', N'Purple School Uniform Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000684', N'Yellow School Uniform Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000685', N'Dark Brown School Uniform Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000686', N'Pink School Uniform Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000687', N'Purple School Uniform Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000688', N'Pink School Uniform Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000689', N'Yellow School Uniform Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000690', N'Brown School Uniform Costume Box [Frantz]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000691', N'Black School Uniform Costume Box [Roselle]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000692', N'Black School Uniform Costume Box [Angela]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000693', N'Dark Brown School Uniform Costume Box [Edgar]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000694', N'Blue School Uniform Costume Box [Tude]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000695', N'Brown School Uniform Costume Box [Meilin]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000696', N'Black School Uniform Costume Box [Natasha]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100000', N'Scroll: Physical Attack +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100001', N'Scroll: Physical Attack +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100002', N'Scroll: Physical Defense +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100003', N'Scroll: Physical Defense +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100004', N'Scroll: Magic Attack +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100005', N'Scroll: Magic Attack +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100006', N'Scroll: Magic Defense +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100007', N'Scroll: Magic Defense +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100008', N'Scroll: Increase Critical +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100009', N'Scroll: Increase Critical +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100010', N'Scroll: Increase Speed +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100011', N'Scroll: Increase Speed +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100012', N'Scroll: Increase HP +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100013', N'Scroll: Increase HP +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100014', N'Scroll: Increase MP +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100015', N'Scroll: Increase MP +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100016', N'Scroll: Critical Power +2%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100017', N'Scroll: Critical Power +5%', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100018', N'Physical Defense Scroll: Lv.9', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100019', N'Physical Defense Scroll: Lv.10', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100020', N'Physical Attack Scroll: Lv.1', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100021', N'Physical Attack Scroll: Lv.2', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100022', N'Physical Attack Scroll: Lv.3', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100023', N'Physical Attack Scroll: Lv.4', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100024', N'Physical Attack Scroll: Lv.5', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100025', N'Physical Attack Scroll: Lv.6', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100026', N'Physical Attack Scroll: Lv.7', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100027', N'Physical Attack Scroll: Lv.8', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100028', N'Physical Attack Scroll: Lv.9', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100029', N'Physical Attack Scroll: Lv.10', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100030', N'Scroll: 2x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100031', N'Scroll: 3x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100032', N'Scroll: 4x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100033', N'Scroll: 5x Experience', N'2', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100034', N'Conditional Selective Item : Character Weapon', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100035', N'Basic Fishing Rod Set', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100036', N'Bait1 : Cash Item', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'6', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100037', N'Bait2 : Precious Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100038', N'Bait3 : Less Precious Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'4', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100039', N'Bait4 : Regular Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'2', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100040', N'Bait5 : Cheap Bait', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'1', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100041', N'Frantz Facial [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100042', N'Basic Facial [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100043', N'Basic Facial [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100044', N'Basic Facial [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100045', N'Basic Facial [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100046', N'Basic Facial [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100047', N'Basic Facial [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100048', N'Basic Facial [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100049', N'Basic Facial [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100050', N'Basic Facial [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100101', N'Young Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'101', N'1', N'240', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100102', N'Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'102', N'1', N'480', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100103', N'Big Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'103', N'1', N'800', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100104', N'Giant Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'104', N'1', N'1200', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100105', N'King Earthworm', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'105', N'1', N'1600', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100111', N'Young Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'111', N'1', N'300', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100112', N'Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'112', N'1', N'600', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100113', N'Big Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'113', N'1', N'1000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100114', N'Giant Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'114', N'1', N'1500', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100115', N'King Shrimp', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'115', N'1', N'2000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100121', N'Lowest Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'121', N'1', N'500', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100122', N'Low Grade Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'122', N'1', N'1000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100123', N'Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'123', N'1', N'2000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100124', N'High Grade Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'124', N'1', N'3000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100125', N'Highest Artificial Bait', N'2', N'0', N'0', N'13', N'4', N'1', N'100', N'0', N'0', N'125', N'1', N'5000', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101001', N'Hopfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101002', N'Mudfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101003', N'Catfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'30', N'30') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101004', N'Minnow', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'40') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101005', N'Lenok', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'60', N'60') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101006', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101007', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101008', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101009', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101010', N'', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101011', N'Kissing Gourami', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101012', N'Clownfish', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'50', N'50') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101013', N'Oscar', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'80', N'80') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101014', N'Cichlid', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'120', N'120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101015', N'Dwarf Puffer', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'160', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101016', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101017', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101018', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101019', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101020', N'', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101021', N'Arowana', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'100', N'100') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101022', N'Discus', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'190', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101023', N'Cleaner Shrimp', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'320', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101024', N'Porcupine Fish', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'490', N'490') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101025', N'Giant Mottled Eel', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'650', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101026', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101027', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101028', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101029', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101030', N'', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101031', N'Pink Dolphin', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'1370', N'1370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101032', N'Manta Ray', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'2740', N'2740') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101033', N'Unicorn Tang', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'4560', N'4560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101034', N'Lungfish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'6840', N'6840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101035', N'Spearfish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'9120', N'9120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101036', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101037', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101038', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101039', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101040', N'', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101041', N'Leafy Sea Dragon', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'20000', N'20000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101042', N'Baby Viper', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40000', N'40000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101043', N'Lion''s Mane Jellyfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'70000', N'70000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101044', N'Giant Squid', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'100000', N'100000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101045', N'Sperm Whale', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'140000', N'140000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101046', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101047', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101048', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101049', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101050', N'', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101101', N'Marble Crayfish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101102', N'Gold Carp', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101103', N'Rainbow Trout', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'30', N'30') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101104', N'Paradise Fish', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'40', N'40') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101105', N'Axolotl', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'60', N'60') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101106', N'Fish6', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101107', N'Fish7', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101108', N'Fish8', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101109', N'Fish9', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101110', N'Fish10', N'3', N'0', N'0', N'60', N'1', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101111', N'Ramirezi', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'20', N'20') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101112', N'Piranha', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'50', N'50') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101113', N'Neon Tetra', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'80', N'80') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101114', N'Betta Fish', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'120', N'120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101115', N'Gaah', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'160', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101116', N'A little rare fish1', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101117', N'A little rare fish2', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101118', N'A little rare fish3', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101119', N'A little rare fish4', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101120', N'A little rare fish5', N'3', N'0', N'0', N'60', N'2', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101121', N'Pearl Oyster', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'100', N'100') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101122', N'Red Seastar', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'190', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101123', N'Jewel Sea Anemone', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'320', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101124', N'Ghost Scorpion Fish', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'490', N'490') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101125', N'Marine Turtle', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'650', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101126', N'A little rare fish1', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101127', N'A little rare fish2', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101128', N'A little rare fish3', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101129', N'A little rare fish4', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101130', N'A little rare fish5', N'3', N'0', N'0', N'60', N'4', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101131', N'Albacore Tuna', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'1370', N'1370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101132', N'French Angelfish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'2740', N'2740') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101133', N'Moray', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'4560', N'4560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101134', N'Flying Fish', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'6840', N'6840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101135', N'Baby Haken', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'9120', N'9120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101136', N'A little rare fish1', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101137', N'A little rare fish2', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101138', N'A little rare fish3', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101139', N'A little rare fish4', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101140', N'A little rare fish5', N'3', N'0', N'0', N'60', N'5', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101141', N'Goblin Shark', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'20000', N'20000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101142', N'Ocean Sunfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'40000', N'40000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101143', N'Blobfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'70000', N'70000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101144', N'Atlantic Footballfish', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'100000', N'100000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101145', N'Dumbo Octopus', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'150000', N'150000') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101146', N'A little rare fish1', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101147', N'A little rare fish2', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101148', N'A little rare fish3', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101149', N'A little rare fish4', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80101150', N'A little rare fish5', N'3', N'0', N'0', N'60', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000001', N'"KRW 10', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000002', N'"KRW 20', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000003', N'"KRW 30', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000004', N'"KRW 30', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000005', N'"KRW 30', N'0', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000006', N'PPS-500', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000007', N'PPS-100', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000008', N'PPS-50', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000009', N'Lv. 20 Arrived', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000010', N'Lv. 20 Arrived 2', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000011', N'Lv. 20 Arrived 3', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000012', N'Destroyer ', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000013', N'Guardian', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000014', N'Mini Stop', N'2', N'0', N'0', N'20', N'5', N'20', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000015', N'Mini Stop', N'2', N'0', N'0', N'20', N'5', N'20', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000016', N'Hard Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000017', N'Invite a Friend Event Reward', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000018', N'Movie Director of Tomorrow', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000019', N'Art Director of Tomorrow', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000020', N'Script Writer of Tomorrow', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000021', N'Rusty Art : Director''s Award', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000022', N'Rusty Art : Art Award', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000023', N'Rusty Art : Script Award', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000024', N'Hard Augment Crystal', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000025', N'Resurrection Scroll (set of three) [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000026', N'Resurrection Scroll (set of five) [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000027', N'Hard Work and Effort', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000028', N'Quiz King', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000029', N'Great augment stone', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000030', N'Battle Support Package', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000031', N'Veteran''s Supply Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000032', N'Scroll: 2x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000033', N'Scroll: 3x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000034', N'Scroll: 4x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000035', N'Scroll: 5x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000036', N'Title : e-stars', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000037', N'Decent AP recovery Potion', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000038', N'Sweet Potato Rice Cake', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000039', N'Purple Sweet Potato Rice Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000040', N'White Rice Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000041', N'Black Rice Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000042', N'Title: The Gobbler', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000043', N'Scroll: 5x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000044', N'Halloween Pumpkin Cupcake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000045', N'Halloween Chocolate Cookie', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000046', N'Halloween Pecan Pie', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000047', N'Halloween Apple Toffee', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000048', N'Eyeball Candy', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000049', N'Poison''s Spooky Letter', N'4', N'0', N'0', N'37', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000050', N'Poison''s Spooky Letter (Copy)', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000051', N'Poison''s Spooky Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000052', N'Stamp', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000053', N'Poison''s Useful Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000054', N'Snow Crystal', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000055', N'Santarium', N'3', N'0', N'0', N'37', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000056', N'Poison''s Cheerful Chest', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000057', N'Holiday Fruitcake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000058', N'Holiday Chiffon Cake', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000059', N'Holiday Butter Cookie', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000060', N'Holiday Strawberry Tart', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000061', N'Joheim''s Gift Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000062', N'Bronze Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000063', N'Silver Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000064', N'Gold Random Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000065', N'New Year''s Soup', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000066', N'New Year''s Juice', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000067', N'New Year''s Steak', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000068', N'New Year''s Vegetables', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000069', N'Hamburger Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000070', N'Title : 2012', N'2', N'0', N'0', N'20', N'6', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000071', N'Silk Pack', N'3', N'0', N'0', N'37', N'1', N'1', N'0', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000072', N'Lucky Bag', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000073', N'Dragon''s Scale', N'3', N'0', N'0', N'37', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000074', N'Dragon Costume Head [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000075', N'Dragon Costume Gloves [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000076', N'Dragon Costume Shoes [Frantz]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000077', N'Dragon Costume Head [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000078', N'Dragon Costume Gloves [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000079', N'Dragon Costume Shoes [Angela]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000080', N'Dragon Costume Head [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000081', N'Dragon Costume Gloves [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000082', N'Dragon Costume Shoes [Tude]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000083', N'Dragon Costume Head [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000084', N'Dragon Costume Gloves [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000085', N'Dragon Costume Shoes [Natasha]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000086', N'Dragon Head Guarantee Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000087', N'Dragon Gloves Guarantee Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000088', N'Dragon Shoes Guarantee Card', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000089', N'Milk Chocolate Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000090', N'Strawberry Chocolate Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000091', N'Almond Chocolate Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000092', N'Pet Booster Food (500)', N'3', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000093', N'Scroll: 5x Experience', N'2', N'0', N'0', N'13', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'81000094', N'Pet Booster Food (1000)', N'3', N'0', N'0', N'16', N'2', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000001', N'Powerful AP Recovery Potion [Event}', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000002', N'Powerful HP Recovery Potion [Event}', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000003', N'Powerful MP Recovery Potion [Event}', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000004', N'Full-Strength Adhesive [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000005', N'Renaming Contract [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000006', N'Portable Warehouse [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000007', N'Expand Personal Warehouse (6 Slots) [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000008', N'Reset PvP Score [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000009', N'Yellow Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000010', N'Colorful Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000011', N'Large Costume Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000012', N'Level Up Package [7 Days] [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000013', N'Gem Socket Punch [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000014', N'Rare Ether of Change [Event]', N'2', N'0', N'0', N'16', N'4', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000015', N'Unique Ether of Change [Event]', N'2', N'0', N'0', N'16', N'5', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000016', N'Resurrection Scroll x 10 [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000017', N'Red Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000018', N'Poison''s Secret Box [Event]', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000019', N'Small Costume Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000020', N'Reset Skill Points [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000021', N'Incredible Full-Strength Adhesive [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000022', N'Newbie Ration Box [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000023', N'World Megaphone [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000024', N'Full Equipment Repair Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000025', N'Medium Costume Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000026', N'Equipment Repair Kit [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000027', N'Green Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000028', N'Golden Hearts [Event]', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000029', N'Blue Gem Box [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000030', N'Save 100 Stamina [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000031', N'Save 300 Stamina [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000032', N'Save 500 Stamina [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000033', N'Avatar Create [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000034', N'Avatar Create [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000035', N'Avatar Costume Package [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000036', N'Avatar Normal Package [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000037', N'Avatar Special Package [Meilin] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000038', N'Sky Blue Bird Package [Meilin] : [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000039', N'Avatar Special Package [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000040', N'Avatar Costume Package [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000041', N'Avatar Normal Package [Roselle] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000042', N'Black Queen Package [Roselle] : [Event]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000043', N'Expand Personal Warehouse (1 Slot)', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000044', N'Alchemist''s Jar [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000045', N'Magic Chest of Change [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000046', N'+5 Armor Enchant Kit [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000047', N'+10 Armor Enchant Kit [Event]', N'1', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'5', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000048', N'Avatar Special Package [Edgar] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000049', N'Avatar Costume Package [Edgar] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000050', N'Avatar Normal Package [Edgar] : [Event]', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000051', N'Meilin Chen Creator', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000052', N'Purple Winter Costume Package [Edgar]', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000053', N'Roselle Vergerius Creator', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'40', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000054', N'Golden Hearts', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'82000055', N'Title: BREAKERZ', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000001', N'PC Café Guardian', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000002', N'Newbie Ration Box', N'2', N'0', N'0', N'37', N'6', N'1', N'1000', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000003', N'Augment Stone', N'1', N'0', N'0', N'24', N'2', N'50', N'100', N'0', N'0', N'3', N'1', N'40', N'1') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000004', N'Green Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000005', N'Yellow Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000006', N'Blue Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000007', N'Red Gem Box', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000008', N'Incredible Full-Strength Adhesive', N'2', N'0', N'0', N'16', N'6', N'1', N'100', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000009', N'PC Café Coupon Box', N'2', N'0', N'0', N'13', N'6', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'83000010', N'PC Café Guardian [7 days]', N'2', N'0', N'0', N'20', N'5', N'1', N'0', N'0', N'0', N'0', N'10', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014001', N'Golden Seal''s Dark Blade', N'1', N'2', N'0', N'5', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014002', N'Golden Seal''s Assault Sword', N'1', N'2', N'0', N'5', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014003', N'Golden Seal''s Lavinunce Edge', N'1', N'2', N'0', N'5', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014004', N'Golden Seal''s Demonic Blade', N'1', N'2', N'0', N'5', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014005', N'Golden Seal''s Al-Hajad', N'1', N'2', N'0', N'5', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014006', N'Golden Seal''s Infinity Reavers', N'1', N'2', N'0', N'5', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014007', N'Golden Seal''s Colossus Blade', N'1', N'2', N'0', N'5', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014008', N'Golden Seal''s Cursed Greed', N'1', N'2', N'0', N'5', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014009', N'Golden Seal Team Al-Hazard', N'1', N'2', N'0', N'5', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014010', N'Golden Seal Team Dark Eyes', N'1', N'2', N'0', N'5', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014011', N'Golden Seal Team''s Infinity Reavers', N'1', N'2', N'0', N'5', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015001', N'Golden Seal Team''s Sharp Blade', N'1', N'2', N'0', N'5', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015002', N'Golden Seal Team''s Shark Tooth', N'1', N'2', N'0', N'5', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015003', N'Golden Seal Team''s Dark Prince', N'1', N'2', N'0', N'5', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015004', N'Golden Seal Team''s Snare', N'1', N'2', N'0', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015005', N'Golden Seal Team''s Blood Moon', N'1', N'2', N'0', N'5', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015006', N'Golden Seal Team''s Navioo', N'1', N'2', N'0', N'5', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015007', N'Golden Seal Team''s Gram', N'1', N'2', N'0', N'5', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015008', N'Golden Seal Team''s Death Bringer', N'1', N'2', N'0', N'5', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015009', N'Golden Seal Team''s Caliburn', N'1', N'2', N'0', N'5', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015010', N'Golden Seal Team''s Tyrfing', N'1', N'2', N'0', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015011', N'Golden Seal Team''s Dark Stream', N'1', N'2', N'0', N'5', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016001', N'Specialist''s Bone Blade', N'1', N'2', N'2', N'5', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016002', N'Specialist''s Glazed', N'1', N'2', N'2', N'5', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016003', N'Specialist''s Colada', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016004', N'Specialist''s Durendal', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016005', N'Specialist''s Arondite', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016006', N'Specialist''s Anelas', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016007', N'Specialist''s Death Caliver', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016008', N'Specialist''s Balisarda', N'1', N'2', N'2', N'5', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016009', N'Specialist''s Juda', N'1', N'2', N'2', N'5', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024001', N'Golden Seal''s Tabar Jin Mace', N'1', N'2', N'0', N'6', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024002', N'Golden Seal''s Lumberjack', N'1', N'2', N'0', N'6', N'4', N'17', N'8000', N'1', N'3', N'1', N'2200', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024003', N'Golden Seal''s Kingsbane', N'1', N'2', N'0', N'6', N'4', N'22', N'8000', N'1', N'3', N'1', N'2200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024004', N'Golden Seal''s Minotauros', N'1', N'2', N'0', N'6', N'4', N'27', N'8000', N'1', N'3', N'1', N'2200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024005', N'Golden Seal''s Bloody Murderer', N'1', N'2', N'0', N'6', N'4', N'32', N'8000', N'1', N'3', N'1', N'2200', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024006', N'Golden Seal''s Bloody Axe', N'1', N'2', N'0', N'6', N'4', N'37', N'8000', N'1', N'3', N'1', N'2200', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024007', N'Golden Seal''s Abyss Roar', N'1', N'2', N'0', N'6', N'4', N'42', N'8000', N'1', N'3', N'1', N'2200', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024008', N'Golden Seal Team Iron Slayer', N'1', N'2', N'0', N'6', N'4', N'47', N'8000', N'1', N'3', N'1', N'2200', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024009', N'Golden Seal Team Bloody Murderer', N'1', N'2', N'0', N'6', N'4', N'52', N'8000', N'1', N'3', N'1', N'2200', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024010', N'Golden Seal Team''s Destruction', N'1', N'2', N'0', N'6', N'4', N'57', N'8000', N'1', N'3', N'1', N'2200', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025001', N'Golden Seal Team''s Ginger Axe', N'1', N'2', N'0', N'6', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025002', N'Golden Seal Team''s Fransica', N'1', N'2', N'0', N'6', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025003', N'Golden Seal Team''s Prokion', N'1', N'2', N'0', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025004', N'Golden Seal Team''s Spontoon', N'1', N'2', N'0', N'6', N'5', N'27', N'9000', N'1', N'3', N'1', N'2200', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025005', N'Golden Seal Team''s Grandis', N'1', N'2', N'0', N'6', N'5', N'32', N'9000', N'1', N'3', N'1', N'2200', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025006', N'Golden Seal Team''s Chancer', N'1', N'2', N'0', N'6', N'5', N'37', N'9000', N'1', N'3', N'1', N'2200', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025007', N'Golden Seal Team''s El-Nas', N'1', N'2', N'0', N'6', N'5', N'42', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025008', N'Golden Seal Team''s Earthquake', N'1', N'2', N'0', N'6', N'5', N'47', N'9000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025009', N'Golden Seal Team''s Grand Cross', N'1', N'2', N'0', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025010', N'Golden Seal Team''s Gigantes', N'1', N'2', N'0', N'6', N'5', N'57', N'9000', N'1', N'3', N'1', N'2200', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026001', N'Specialist''s Assault Axe', N'1', N'2', N'2', N'6', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026002', N'Specialist''s Jair', N'1', N'2', N'2', N'6', N'6', N'20', N'10000', N'1', N'3', N'1', N'2200', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026003', N'Specialist''s Crushinator', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026004', N'Specialist''s Vajrayuda', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026005', N'Specialist''s Laevatain', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026006', N'Specialist''s Mjollnir', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026007', N'Specialist''s Amaterus', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026008', N'Specialist''s Abyss Lore', N'1', N'2', N'2', N'6', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026009', N'Specialist''s Ouroboros', N'1', N'2', N'2', N'6', N'6', N'65', N'10000', N'1', N'3', N'1', N'2200', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034001', N'Golden Seal''s Spatha', N'1', N'2', N'0', N'7', N'4', N'7', N'8000', N'1', N'3', N'1', N'2500', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034002', N'Golden Seal''s Orchid Sword', N'1', N'2', N'0', N'7', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034003', N'Golden Seal Team''s Misericorde', N'1', N'2', N'0', N'7', N'4', N'17', N'8000', N'1', N'3', N'1', N'2500', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034004', N'Golden Seal''s Demon Witch Sword', N'1', N'2', N'0', N'7', N'4', N'22', N'8000', N'1', N'3', N'1', N'2500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034005', N'Golden Seal''s Tahelum', N'1', N'2', N'0', N'7', N'4', N'27', N'8000', N'1', N'3', N'1', N'2500', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034006', N'Golden Seal''s Exceed', N'1', N'2', N'0', N'7', N'4', N'32', N'8000', N'1', N'3', N'1', N'2500', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034007', N'Golden Seal''s Burster Blade', N'1', N'2', N'0', N'7', N'4', N'37', N'8000', N'1', N'3', N'1', N'2500', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034008', N'Golden Seal''s Winter Hearts', N'1', N'2', N'0', N'7', N'4', N'42', N'8000', N'1', N'3', N'1', N'2500', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034009', N'Golden Seal Team Tathlum', N'1', N'2', N'0', N'7', N'4', N'47', N'8000', N'1', N'3', N'1', N'2500', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034010', N'Golden Seal Team Avengers', N'1', N'2', N'0', N'7', N'4', N'52', N'8000', N'1', N'3', N'1', N'2500', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034011', N'Golden Seal Team''s Exceed', N'1', N'2', N'0', N'7', N'4', N'57', N'8000', N'1', N'3', N'1', N'2500', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035001', N'Golden Seal Team''s Sharp Magic Sword', N'1', N'2', N'0', N'7', N'5', N'7', N'9000', N'1', N'3', N'1', N'2500', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035002', N'Golden Seal Team''s Bansh', N'1', N'2', N'0', N'7', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035003', N'Golden Seal Team''s Vanquish', N'1', N'2', N'0', N'7', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035004', N'Golden Seal Team''s Pendulum', N'1', N'2', N'0', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035005', N'Golden Seal Team''s Chrysaor', N'1', N'2', N'0', N'7', N'5', N'27', N'9000', N'1', N'3', N'1', N'2500', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035006', N'Golden Seal Team''s Mimang', N'1', N'2', N'0', N'7', N'5', N'32', N'9000', N'1', N'3', N'1', N'2500', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035007', N'Golden Seal Team''s Niggling', N'1', N'2', N'0', N'7', N'5', N'37', N'9000', N'1', N'3', N'1', N'2500', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035008', N'Golden Seal Team''s Acuvence', N'1', N'2', N'0', N'7', N'5', N'42', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035009', N'Golden Seal Team''s Nagelling', N'1', N'2', N'0', N'7', N'5', N'47', N'9000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035010', N'Golden Seal Team''s Neggling', N'1', N'2', N'0', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035011', N'Golden Seal Team''s Kalabog', N'1', N'2', N'0', N'7', N'5', N'57', N'9000', N'1', N'3', N'1', N'2500', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036001', N'Specialist''s Bone Magic Sword', N'1', N'2', N'2', N'7', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036002', N'Specialist''s Samuel', N'1', N'2', N'2', N'7', N'6', N'20', N'10000', N'1', N'3', N'1', N'2500', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036003', N'Specialist''s Schukref', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036004', N'Specialist''s Angervadil', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036005', N'Specialist''s Ascalon', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036006', N'Specialist''s Haute-Claire', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036007', N'Specialist''s Birmore', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036008', N'Specialist''s Gembringer', N'1', N'2', N'2', N'7', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036009', N'Specialist''s Eiger', N'1', N'2', N'2', N'7', N'6', N'65', N'10000', N'1', N'3', N'1', N'2500', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044001', N'Golden Seal''s Phantom Scythe', N'1', N'2', N'0', N'8', N'4', N'12', N'8000', N'1', N'3', N'1', N'2600', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044002', N'Golden Seal''s Osprey', N'1', N'2', N'0', N'8', N'4', N'17', N'8000', N'1', N'3', N'1', N'2600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044003', N'Golden Seal''s Wicked Scythe', N'1', N'2', N'0', N'8', N'4', N'22', N'8000', N'1', N'3', N'1', N'2600', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044004', N'Golden Seal''s Rosemary', N'1', N'2', N'0', N'8', N'4', N'27', N'8000', N'1', N'3', N'1', N'2600', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044005', N'Golden Seal''s Albatros', N'1', N'2', N'0', N'8', N'4', N'32', N'8000', N'1', N'3', N'1', N'2600', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044006', N'Golden Seal''s Hell-Judgment', N'1', N'2', N'0', N'8', N'4', N'37', N'8000', N'1', N'3', N'1', N'2600', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044007', N'Golden Seal''s Apocalypse', N'1', N'2', N'0', N'8', N'4', N'42', N'8000', N'1', N'3', N'1', N'2600', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044008', N'Golden Seal Team Chaos', N'1', N'2', N'0', N'8', N'4', N'47', N'8000', N'1', N'3', N'1', N'2600', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044009', N'Golden Seal Team Albatross', N'1', N'2', N'0', N'8', N'4', N'52', N'8000', N'1', N'3', N'1', N'2600', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044010', N'Golden Seal Team''s Silence', N'1', N'2', N'0', N'8', N'4', N'57', N'8000', N'1', N'3', N'1', N'2600', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045001', N'Golden Seal Team''s Sharp Phantom', N'1', N'2', N'0', N'8', N'5', N'12', N'9000', N'1', N'3', N'1', N'2600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045002', N'Golden Seal Team''s Night-Hag', N'1', N'2', N'0', N'8', N'5', N'17', N'9000', N'1', N'3', N'1', N'2600', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045003', N'Golden Seal Team''s Al-Haena', N'1', N'2', N'0', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045004', N'Golden Seal Team''s Death Scythe', N'1', N'2', N'0', N'8', N'5', N'27', N'9000', N'1', N'3', N'1', N'2600', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045005', N'Golden Seal Team''s Canine', N'1', N'2', N'0', N'8', N'5', N'32', N'9000', N'1', N'3', N'1', N'2600', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045006', N'Golden Seal Team''s Schwarz-Hex', N'1', N'2', N'0', N'8', N'5', N'37', N'9000', N'1', N'3', N'1', N'2600', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045007', N'Golden Seal Team''s Achellus', N'1', N'2', N'0', N'8', N'5', N'42', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045008', N'Golden Seal Team''s Badhdh Cath', N'1', N'2', N'0', N'8', N'5', N'47', N'9000', N'1', N'3', N'1', N'2600', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045009', N'Golden Seal Team''s Fraiya', N'1', N'2', N'0', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045010', N'Golden Seal Team''s Sirpidium', N'1', N'2', N'0', N'8', N'5', N'57', N'9000', N'1', N'3', N'1', N'2600', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046001', N'Specialist''s Grey Phantom', N'1', N'2', N'2', N'8', N'6', N'10', N'10000', N'1', N'3', N'1', N'2600', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046002', N'Specialist''s Blooming', N'1', N'2', N'2', N'8', N'6', N'20', N'10000', N'1', N'3', N'1', N'2600', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046003', N'Specialist''s Genocide', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046004', N'Specialist''s Al-kide', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046005', N'Specialist''s Sirius', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046006', N'Specialist''s Apocalypse', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046007', N'Specialist''s Saturn', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046008', N'Specialist''s Aintree', N'1', N'2', N'2', N'8', N'6', N'60', N'10000', N'1', N'3', N'1', N'2600', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046009', N'Specialist''s Kaizen', N'1', N'2', N'2', N'8', N'6', N'65', N'10000', N'1', N'3', N'1', N'2600', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054001', N'Golden Seal''s Howler', N'1', N'2', N'0', N'9', N'4', N'7', N'8000', N'1', N'3', N'1', N'2300', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054002', N'Golden Seal''s Envy', N'1', N'2', N'0', N'9', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054003', N'Golden Seal''s Jade Gauntlets', N'1', N'2', N'0', N'9', N'4', N'17', N'8000', N'1', N'3', N'1', N'2300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054004', N'Golden Seal''s Black Rose', N'1', N'2', N'0', N'9', N'4', N'22', N'8000', N'1', N'3', N'1', N'2300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054005', N'Golden Seal''s Spirit Keeper', N'1', N'2', N'0', N'9', N'4', N'27', N'8000', N'1', N'3', N'1', N'2300', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054006', N'Golden Seal''s Hammer Leech', N'1', N'2', N'0', N'9', N'4', N'32', N'8000', N'1', N'3', N'1', N'2300', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054007', N'Golden Seal''s Armor Breaker ', N'1', N'2', N'0', N'9', N'4', N'37', N'8000', N'1', N'3', N'1', N'2300', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054008', N'Golden Seal''s Wale-Wolf', N'1', N'2', N'0', N'9', N'4', N'42', N'8000', N'1', N'3', N'1', N'2300', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054009', N'Golden Seal Team Spirit Keeper', N'1', N'2', N'0', N'9', N'4', N'47', N'8000', N'1', N'3', N'1', N'2300', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054010', N'Golden Seal Team Oxbreed', N'1', N'2', N'0', N'9', N'4', N'52', N'8000', N'1', N'3', N'1', N'2300', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054011', N'Golden Seal Team''s Hammer Leech', N'1', N'2', N'0', N'9', N'4', N'57', N'8000', N'1', N'3', N'1', N'2300', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055001', N'Golden Seal Team''s Sharp Gauntlet', N'1', N'2', N'0', N'9', N'5', N'7', N'9000', N'1', N'3', N'1', N'2300', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055002', N'Golden Seal Team''s Shark Skin', N'1', N'2', N'0', N'9', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055003', N'Golden Seal Team''s Wolf Tale', N'1', N'2', N'0', N'9', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055004', N'Golden Seal Team''s Duve', N'1', N'2', N'0', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055005', N'Golden Seal Team''s Scavenger', N'1', N'2', N'0', N'9', N'5', N'27', N'9000', N'1', N'3', N'1', N'2300', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055006', N'Golden Seal Team''s Bex-Servant', N'1', N'2', N'0', N'9', N'5', N'32', N'9000', N'1', N'3', N'1', N'2300', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055007', N'Golden Seal Team''s War Crysis', N'1', N'2', N'0', N'9', N'5', N'37', N'9000', N'1', N'3', N'1', N'2300', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055008', N'Golden Seal Team''s Kornephoros', N'1', N'2', N'0', N'9', N'5', N'42', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055009', N'Golden Seal Team''s Scardi', N'1', N'2', N'0', N'9', N'5', N'47', N'9000', N'1', N'3', N'1', N'2300', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055010', N'Golden Seal Team''s Ifrit', N'1', N'2', N'0', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055011', N'Golden Seal Team''s Nejad', N'1', N'2', N'0', N'9', N'5', N'57', N'9000', N'1', N'3', N'1', N'2300', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056001', N'Specialist''s Bone Gauntlet', N'1', N'2', N'2', N'9', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056002', N'Specialist''s Wakening', N'1', N'2', N'2', N'9', N'6', N'20', N'10000', N'1', N'3', N'1', N'2300', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056003', N'Specialist''s Inferno', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056004', N'Specialist''s Baowulfwolf', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056005', N'Specialist''s Hildebrant', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056006', N'Specialist''s Ginnungagap', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056007', N'Specialist''s The Cloud', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056008', N'Specialist''s Rebellion', N'1', N'2', N'2', N'9', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056009', N'Specialist''s Remedy', N'1', N'2', N'2', N'9', N'6', N'65', N'10000', N'1', N'3', N'1', N'2300', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064001', N'Golden Seal''s Ghost Claw', N'1', N'2', N'0', N'10', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064002', N'Golden Seal''s Gleaming Claw', N'1', N'2', N'0', N'10', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064003', N'Golden Seal''s Shackled Talon', N'1', N'2', N'0', N'10', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064004', N'Golden Seal''s Slaughterer', N'1', N'2', N'0', N'10', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064005', N'Golden Seal''s Storm Rider', N'1', N'2', N'0', N'10', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064006', N'Golden Seal''s Croa Zephir', N'1', N'2', N'0', N'10', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064007', N'Golden Seal''s Demon-Hunt', N'1', N'2', N'0', N'10', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064008', N'Golden Seal Team Dignity', N'1', N'2', N'0', N'10', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064009', N'Golden Seal Team Storm Rider', N'1', N'2', N'0', N'10', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064010', N'Golden Seal Team''s Dual Ghost', N'1', N'2', N'0', N'10', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065001', N'Golden Seal Team''s Sharp Claw', N'1', N'2', N'0', N'10', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065002', N'Golden Seal Team''s Agne', N'1', N'2', N'0', N'10', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065003', N'Golden Seal Team''s Cat Foot', N'1', N'2', N'0', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065004', N'Golden Seal Team''s Dark Crow', N'1', N'2', N'0', N'10', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065005', N'Golden Seal Team''s Shadow-Killer', N'1', N'2', N'0', N'10', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065006', N'Golden Seal Team''s Kayser Knuckle', N'1', N'2', N'0', N'10', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065007', N'Golden Seal Team''s Rain Force', N'1', N'2', N'0', N'10', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065008', N'Golden Seal Team''s Deneve', N'1', N'2', N'0', N'10', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065009', N'Golden Seal Team''s Enneagram', N'1', N'2', N'0', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065010', N'Golden Seal Team''s Radeath', N'1', N'2', N'0', N'10', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066001', N'Specialist''s Ghost Claw', N'1', N'2', N'2', N'10', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066002', N'Specialist''s Cloaker', N'1', N'2', N'2', N'10', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066003', N'Specialist''s Bagh Nakh', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066004', N'Specialist''s Berserk', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066005', N'Specialist''s Bloody-Mir', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066006', N'Specialist''s Asura', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066007', N'Specialist''s Coon-Broki', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066008', N'Specialist''s Daemon-Hunter', N'1', N'2', N'2', N'10', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066009', N'Specialist''s Striker', N'1', N'2', N'2', N'10', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074001', N'Golden Seal''s Bolt Action', N'1', N'2', N'0', N'11', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074002', N'Golden Seal''s Six Shooter', N'1', N'2', N'0', N'11', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074003', N'Golden Seal''s Gravity', N'1', N'2', N'0', N'11', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074004', N'Golden Seal''s Burning Worm', N'1', N'2', N'0', N'11', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074005', N'Golden Seal''s Hand Cannon', N'1', N'2', N'0', N'11', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074006', N'Golden Seal''s Dark Raven', N'1', N'2', N'0', N'11', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074007', N'Golden Seal''s Desire', N'1', N'2', N'0', N'11', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074008', N'Golden Seal''s Abyss Rapsody', N'1', N'2', N'0', N'11', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074009', N'Golden Seal Team Renovation', N'1', N'2', N'0', N'11', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074010', N'Golden Seal Team Ignore', N'1', N'2', N'0', N'11', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074011', N'Golden Seal Team''s Dark Raven', N'1', N'2', N'0', N'11', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075001', N'Golden Seal Team''s Sharp Device', N'1', N'2', N'0', N'11', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075002', N'Golden Seal Team''s Counter-Attack', N'1', N'2', N'0', N'11', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075003', N'Golden Seal Team''s Rapid', N'1', N'2', N'0', N'11', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075004', N'Golden Seal Team''s Sharp Shooter', N'1', N'2', N'0', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075005', N'Golden Seal Team''s 44 Magnum', N'1', N'2', N'0', N'11', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075006', N'Golden Seal Team''s Salamander', N'1', N'2', N'0', N'11', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075007', N'Golden Seal Team''s Desert Eagle', N'1', N'2', N'0', N'11', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075008', N'Golden Seal Team''s Valentine', N'1', N'2', N'0', N'11', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075009', N'Golden Seal Team''s Turn Red', N'1', N'2', N'0', N'11', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075010', N'Golden Seal Team''s Stylish', N'1', N'2', N'0', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075011', N'Golden Seal Team''s Hell Singer', N'1', N'2', N'0', N'11', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076001', N'Specialist''s Device', N'1', N'2', N'2', N'11', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076002', N'Specialist''s Burning Action', N'1', N'2', N'2', N'11', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076003', N'Specialist''s Stardust', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076004', N'Specialist''s Berkana', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076005', N'Specialist''s Desperado', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076006', N'Specialist''s Twilight', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076007', N'Specialist''s Croix', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076008', N'Specialist''s Raymond', N'1', N'2', N'2', N'11', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076009', N'Specialist''s Blur', N'1', N'2', N'2', N'11', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084001', N'Golden Seal''s Lever Action', N'1', N'2', N'0', N'12', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084002', N'Golden Seal''s Saddleback', N'1', N'2', N'0', N'12', N'4', N'17', N'8000', N'1', N'3', N'1', N'2200', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084003', N'Golden Seal''s Benelli', N'1', N'2', N'0', N'12', N'4', N'22', N'8000', N'1', N'3', N'1', N'2200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084004', N'Golden Seal''s Blessed Musket', N'1', N'2', N'0', N'12', N'4', N'27', N'8000', N'1', N'3', N'1', N'2200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084005', N'Golden Seal''s Contractor', N'1', N'2', N'0', N'12', N'4', N'32', N'8000', N'1', N'3', N'1', N'2200', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084006', N'Golden Seal''s Explorer', N'1', N'2', N'0', N'12', N'4', N'37', N'8000', N'1', N'3', N'1', N'2200', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084007', N'Golden Seal''s Bust Hold', N'1', N'2', N'0', N'12', N'4', N'42', N'8000', N'1', N'3', N'1', N'2200', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084008', N'Golden Seal Team Fever-Shot', N'1', N'2', N'0', N'12', N'4', N'47', N'8000', N'1', N'3', N'1', N'2200', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084009', N'Golden Seal Team Contractor', N'1', N'2', N'0', N'12', N'4', N'52', N'8000', N'1', N'3', N'1', N'2200', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084010', N'Golden Seal Team''s The Veteran', N'1', N'2', N'0', N'12', N'4', N'57', N'8000', N'1', N'3', N'1', N'2200', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085001', N'Golden Seal Team''s Sharp Action', N'1', N'2', N'0', N'12', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085002', N'Golden Seal Team''s Hawk Eye', N'1', N'2', N'0', N'12', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085003', N'Golden Seal Team''s Sonic Boon', N'1', N'2', N'0', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085004', N'Golden Seal Team''s Eraser', N'1', N'2', N'0', N'12', N'5', N'27', N'9000', N'1', N'3', N'1', N'2200', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085005', N'Golden Seal Team''s Liberate', N'1', N'2', N'0', N'12', N'5', N'32', N'9000', N'1', N'3', N'1', N'2200', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085006', N'Golden Seal Team''s Conquerer', N'1', N'2', N'0', N'12', N'5', N'37', N'9000', N'1', N'3', N'1', N'2200', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085007', N'Golden Seal Team''s Hell Fire', N'1', N'2', N'0', N'12', N'5', N'42', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085008', N'Golden Seal''s Armor Breaker ', N'1', N'2', N'0', N'12', N'5', N'47', N'9000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085009', N'Golden Seal Team''s Trace', N'1', N'2', N'0', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085010', N'Golden Seal Team''s Serpent', N'1', N'2', N'0', N'12', N'5', N'57', N'9000', N'1', N'3', N'1', N'2200', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086001', N'Specialist''s Lever Action', N'1', N'2', N'2', N'12', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086002', N'Specialist''s Revive', N'1', N'2', N'2', N'12', N'6', N'20', N'10000', N'1', N'3', N'1', N'2200', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086003', N'Specialist''s Phlogiston', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086004', N'Specialist''s Hagaraz', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086005', N'Specialist''s Boreas', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086006', N'Specialist''s Jephiroth', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086007', N'Specialist''s Crimson Swear', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086008', N'Specialist''s Plainus', N'1', N'2', N'2', N'12', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086009', N'Specialist''s Bandid Shot', N'1', N'2', N'2', N'12', N'6', N'65', N'10000', N'1', N'3', N'1', N'2200', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094001', N'Golden Seal Team Ailantus', N'1', N'2', N'0', N'55', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094002', N'Golden Seal Team Ramnus', N'1', N'2', N'0', N'55', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094003', N'Golden Seal Team Diospiros', N'1', N'2', N'0', N'55', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094004', N'Golden Seal Team Illex', N'1', N'2', N'0', N'55', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094005', N'Golden Seal Team Actinidia', N'1', N'2', N'0', N'55', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094006', N'Golden Seal Team Betula', N'1', N'2', N'0', N'55', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094007', N'Golden Seal Team Prunus', N'1', N'2', N'0', N'55', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094008', N'Golden Seal Team Kapainus', N'1', N'2', N'0', N'55', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094009', N'Golden Seal Team Vitis', N'1', N'2', N'0', N'55', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094010', N'Golden Seal Team Ribeth', N'1', N'2', N'0', N'55', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094011', N'Golden Seal Team''s Strobe', N'1', N'2', N'0', N'55', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095001', N'Golden Seal Team Keened Twin Swords', N'1', N'2', N'0', N'55', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095002', N'Golden Seal Team Ronisera', N'1', N'2', N'0', N'55', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095003', N'Golden Seal Team Laisium', N'1', N'2', N'0', N'55', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095004', N'Golden Seal Team Castanopsis', N'1', N'2', N'0', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095005', N'Golden Seal Team Cudrania', N'1', N'2', N'0', N'55', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095006', N'Golden Seal Team Yuonimus', N'1', N'2', N'0', N'55', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095007', N'Golden Seal Team Deucia', N'1', N'2', N'0', N'55', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095008', N'Golden Seal Team Kornus', N'1', N'2', N'0', N'55', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095009', N'Golden Seal Team Paderia', N'1', N'2', N'0', N'55', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095010', N'Golden Seal Team Acer', N'1', N'2', N'0', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095011', N'Golden Seal Team''s Lithido', N'1', N'2', N'0', N'55', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096001', N'Specialist Ailantus', N'1', N'2', N'2', N'55', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096002', N'Specialist Yuglans', N'1', N'2', N'2', N'55', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096003', N'Specialist Ritzia', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096004', N'Specialist Salix', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096005', N'Specialist Katalfa', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096006', N'Specialist Ligustrum', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096007', N'Specialist Occidental', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096008', N'Specialist Twin Swords Epic', N'1', N'2', N'2', N'55', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096009', N'Specialist Twin Swords Epic', N'1', N'2', N'2', N'55', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114001', N'Golden Seal Team Aeumops', N'1', N'2', N'0', N'56', N'4', N'7', N'8000', N'1', N'3', N'1', N'2500', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114002', N'Golden Seal Team Peramequinum', N'1', N'2', N'0', N'56', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114003', N'Golden Seal Team Hippocideridae', N'1', N'2', N'0', N'56', N'4', N'17', N'8000', N'1', N'3', N'1', N'2500', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114004', N'Golden Seal Team Juvatus', N'1', N'2', N'0', N'56', N'4', N'22', N'8000', N'1', N'3', N'1', N'2500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114005', N'Golden Seal Team Leucogaster', N'1', N'2', N'0', N'56', N'4', N'27', N'8000', N'1', N'3', N'1', N'2500', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114006', N'Golden Seal Team Aserodon', N'1', N'2', N'0', N'56', N'4', N'32', N'8000', N'1', N'3', N'1', N'2500', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114007', N'Golden Seal Team Rapinesqui', N'1', N'2', N'0', N'56', N'4', N'37', N'8000', N'1', N'3', N'1', N'2500', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114008', N'Golden Seal Team Marianus', N'1', N'2', N'0', N'56', N'4', N'42', N'8000', N'1', N'3', N'1', N'2500', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114009', N'Golden Seal Team Shirof Terra', N'1', N'2', N'0', N'56', N'4', N'47', N'8000', N'1', N'3', N'1', N'2500', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114010', N'Golden Seal Team Megarotis', N'1', N'2', N'0', N'56', N'4', N'52', N'8000', N'1', N'3', N'1', N'2500', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114011', N'Golden Seal Team''s Plekotooth', N'1', N'2', N'0', N'56', N'4', N'57', N'8000', N'1', N'3', N'1', N'2500', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115001', N'Golden Seal Team Keened Glaive', N'1', N'2', N'0', N'56', N'5', N'7', N'9000', N'1', N'3', N'1', N'2500', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115002', N'Golden Seal Team Borealis', N'1', N'2', N'0', N'56', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115003', N'Golden Seal Team Pormosus', N'1', N'2', N'0', N'56', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115004', N'Golden Seal Team Seminolus', N'1', N'2', N'0', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115005', N'Golden Seal Team Philotis', N'1', N'2', N'0', N'56', N'5', N'27', N'9000', N'1', N'3', N'1', N'2500', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115006', N'Golden Seal Team Pipistrelus', N'1', N'2', N'0', N'56', N'5', N'32', N'9000', N'1', N'3', N'1', N'2500', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115007', N'Golden Seal Team Gigas', N'1', N'2', N'0', N'56', N'5', N'37', N'9000', N'1', N'3', N'1', N'2500', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115008', N'Golden Seal Team Megarophila', N'1', N'2', N'0', N'56', N'5', N'42', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115009', N'Golden Seal Team Cinereus', N'1', N'2', N'0', N'56', N'5', N'47', N'9000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115010', N'Golden Seal Team Noctivegans', N'1', N'2', N'0', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115011', N'Golden Seal Team''s Kairoptera', N'1', N'2', N'0', N'56', N'5', N'57', N'9000', N'1', N'3', N'1', N'2500', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116001', N'Specialist Aeumops', N'1', N'2', N'2', N'56', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116002', N'Specialist Humeralis', N'1', N'2', N'2', N'56', N'6', N'20', N'10000', N'1', N'3', N'1', N'2500', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116003', N'Specialist Nicteride', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116004', N'Specialist Molosidae', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116005', N'Specialist Eduderma', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116006', N'Specialist Maculatum', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116007', N'Specialist Mormoph', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116008', N'Specialist Glaive Epic', N'1', N'2', N'2', N'56', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116009', N'Specialist Glaive Epic', N'1', N'2', N'2', N'56', N'6', N'65', N'10000', N'1', N'3', N'1', N'2500', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134001', N'Golden Seal Team Lepture', N'1', N'2', N'0', N'57', N'4', N'7', N'8000', N'1', N'3', N'1', N'2300', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134002', N'Golden Seal Team Malpinus', N'1', N'2', N'0', N'57', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134003', N'Golden Seal Team Adustus', N'1', N'2', N'0', N'57', N'4', N'17', N'8000', N'1', N'3', N'1', N'2300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134004', N'Golden Seal Team Pumosus', N'1', N'2', N'0', N'57', N'4', N'22', N'8000', N'1', N'3', N'1', N'2300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134005', N'Golden Seal Team Hesperius', N'1', N'2', N'0', N'57', N'4', N'27', N'8000', N'1', N'3', N'1', N'2300', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134006', N'Golden Seal Team Infuscus', N'1', N'2', N'0', N'57', N'4', N'32', N'8000', N'1', N'3', N'1', N'2300', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134007', N'Golden Seal Team Jabanikus', N'1', N'2', N'0', N'57', N'4', N'37', N'8000', N'1', N'3', N'1', N'2300', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134008', N'Golden Seal Team Premaebus', N'1', N'2', N'0', N'57', N'4', N'42', N'8000', N'1', N'3', N'1', N'2300', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134009', N'Golden Seal Team Sumatransis', N'1', N'2', N'0', N'57', N'4', N'47', N'8000', N'1', N'3', N'1', N'2300', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134010', N'Golden Seal Team Dookunensis', N'1', N'2', N'0', N'57', N'4', N'52', N'8000', N'1', N'3', N'1', N'2300', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134011', N'Golden Seal Team''s Diceros', N'1', N'2', N'0', N'57', N'4', N'57', N'8000', N'1', N'3', N'1', N'2300', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135001', N'Golden Seal Team Keened Demon Hands', N'1', N'2', N'0', N'57', N'5', N'7', N'9000', N'1', N'3', N'1', N'2300', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135002', N'Golden Seal Team Aureus', N'1', N'2', N'0', N'57', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135003', N'Golden Seal Team Aljerensis', N'1', N'2', N'0', N'57', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135004', N'Golden Seal Team Antus', N'1', N'2', N'0', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135005', N'Golden Seal Team Vea', N'1', N'2', N'0', N'57', N'5', N'27', N'9000', N'1', N'3', N'1', N'2300', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135006', N'Golden Seal Team Crusemani', N'1', N'2', N'0', N'57', N'5', N'32', N'9000', N'1', N'3', N'1', N'2300', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135007', N'Golden Seal Team Indicus', N'1', N'2', N'0', N'57', N'5', N'37', N'9000', N'1', N'3', N'1', N'2300', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135008', N'Golden Seal Team Rupaster', N'1', N'2', N'0', N'57', N'5', N'42', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135009', N'Golden Seal Team Naria', N'1', N'2', N'0', N'57', N'5', N'47', N'9000', N'1', N'3', N'1', N'2300', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135010', N'Golden Seal Team Liparius', N'1', N'2', N'0', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135011', N'Golden Seal Team''s Bison', N'1', N'2', N'0', N'57', N'5', N'57', N'9000', N'1', N'3', N'1', N'2300', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136001', N'Specialist Lepture', N'1', N'2', N'2', N'57', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136002', N'Specialist Arkstos', N'1', N'2', N'2', N'57', N'6', N'20', N'10000', N'1', N'3', N'1', N'2300', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136003', N'Specialist Richaon', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136004', N'Specialist Lanixer', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136005', N'Specialist Dingo', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136006', N'Specialist Lupers', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136007', N'Specialist Wolverine', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136008', N'Specialist Demon Hands Epic', N'1', N'2', N'2', N'57', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136009', N'Specialist Demon Hands Epic', N'1', N'2', N'2', N'57', N'6', N'65', N'10000', N'1', N'3', N'1', N'2300', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154001', N'Golden Seal Team Polifemus', N'1', N'2', N'0', N'58', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154002', N'Golden Seal Team Repidokelis', N'1', N'2', N'0', N'58', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154003', N'Golden Seal Team Kelodina', N'1', N'2', N'0', N'58', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154004', N'Golden Seal Team Clemis', N'1', N'2', N'0', N'58', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154005', N'Golden Seal Team Testudinidae', N'1', N'2', N'0', N'58', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154006', N'Golden Seal Team Crisemis', N'1', N'2', N'0', N'58', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154007', N'Golden Seal Team Kelidra', N'1', N'2', N'0', N'58', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154008', N'Golden Seal Team Sudaemidura', N'1', N'2', N'0', N'58', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154009', N'Golden Seal Team Kinosternon', N'1', N'2', N'0', N'58', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154010', N'Golden Seal Team Onata', N'1', N'2', N'0', N'58', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154011', N'Golden Seal Team''s Musk Bag', N'1', N'2', N'0', N'58', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155001', N'Golden Seal Team Keened Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155002', N'Golden Seal Team Terapene', N'1', N'2', N'0', N'58', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155003', N'Golden Seal Team Malaclemis', N'1', N'2', N'0', N'58', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155004', N'Golden Seal Team Lactopris', N'1', N'2', N'0', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155005', N'Golden Seal Team Kelis', N'1', N'2', N'0', N'58', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155006', N'Golden Seal Team Hydromedusa', N'1', N'2', N'0', N'58', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155007', N'Golden Seal Team Xiokelon', N'1', N'2', N'0', N'58', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155008', N'Golden Seal Team Midas', N'1', N'2', N'0', N'58', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155009', N'Golden Seal Team Kareta', N'1', N'2', N'0', N'58', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155010', N'Golden Seal Team Selgata', N'1', N'2', N'0', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155011', N'Golden Seal Team''s Leather Bag', N'1', N'2', N'0', N'58', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156001', N'Specialist Demakelis', N'1', N'2', N'2', N'58', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156002', N'Specialist Repidokelis', N'1', N'2', N'2', N'58', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156003', N'Specialist Kelodina', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156004', N'Specialist Clemis', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156005', N'Specialist Testudinidae', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156006', N'Specialist Crisemis', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156007', N'Specialist Clemis', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156008', N'Specialist Sudaemidura', N'1', N'2', N'2', N'58', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156009', N'Specialist Kinosternon', N'1', N'2', N'2', N'58', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999991', N'Poor Cutlassfish', N'1', N'2', N'0', N'5', N'5', N'20', N'7500', N'1', N'3', N'1', N'2000', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999992', N'Cutlassfish', N'1', N'2', N'0', N'5', N'5', N'30', N'7500', N'1', N'3', N'1', N'2000', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999993', N'Great Cutlassfish', N'1', N'2', N'0', N'5', N'5', N'40', N'7500', N'1', N'3', N'1', N'2000', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999994', N'Poor Giant Tuna', N'1', N'2', N'0', N'7', N'5', N'20', N'7500', N'1', N'3', N'1', N'2500', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999995', N'Giant Tuna', N'1', N'2', N'0', N'7', N'5', N'30', N'7500', N'1', N'3', N'1', N'2500', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999996', N'Great Giant Tuna', N'1', N'2', N'0', N'7', N'5', N'40', N'7500', N'1', N'3', N'1', N'2500', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999997', N'Poor Ammonite', N'1', N'2', N'0', N'9', N'5', N'20', N'7500', N'1', N'3', N'1', N'2300', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999998', N'Ammonite', N'1', N'2', N'0', N'9', N'5', N'30', N'7500', N'1', N'3', N'1', N'2300', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999999', N'Great Ammonite', N'1', N'2', N'0', N'9', N'5', N'40', N'7500', N'1', N'3', N'1', N'2300', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000000', N'Poor Squid', N'1', N'2', N'0', N'11', N'5', N'20', N'7500', N'1', N'3', N'1', N'2000', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000001', N'Squid', N'1', N'2', N'0', N'11', N'5', N'30', N'7500', N'1', N'3', N'1', N'2000', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000002', N'Great Squid', N'1', N'2', N'0', N'11', N'5', N'40', N'7500', N'1', N'3', N'1', N'2000', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000003', N'Poor Starfish', N'1', N'2', N'0', N'6', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000004', N'Starfish', N'1', N'2', N'0', N'6', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000005', N'Great Starfish', N'1', N'2', N'0', N'6', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000006', N'Poor Swordfish', N'1', N'2', N'0', N'8', N'5', N'20', N'7500', N'1', N'3', N'1', N'2600', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000007', N'Swordfish', N'1', N'2', N'0', N'8', N'5', N'30', N'7500', N'1', N'3', N'1', N'2600', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000008', N'Great Swordfish', N'1', N'2', N'0', N'8', N'5', N'40', N'7500', N'1', N'3', N'1', N'2600', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000009', N'Poor Lobster Claw', N'1', N'2', N'0', N'10', N'5', N'20', N'7500', N'1', N'3', N'1', N'2300', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000010', N'Lobster Claw', N'1', N'2', N'0', N'10', N'5', N'30', N'7500', N'1', N'3', N'1', N'2300', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000011', N'Great Lobster Claw', N'1', N'2', N'0', N'10', N'5', N'40', N'7500', N'1', N'3', N'1', N'2300', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000012', N'Poor Hammerhead', N'1', N'2', N'0', N'12', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000013', N'Hammerhead', N'1', N'2', N'0', N'12', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000014', N'Great Hammerhead', N'1', N'2', N'0', N'12', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000015', N'Poor Twin Shrimp', N'1', N'2', N'0', N'55', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000016', N'Twin Shrimp', N'1', N'2', N'0', N'55', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000017', N'Great Twin Shrimp', N'1', N'2', N'0', N'55', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000018', N'Poor Salty Sea Horse', N'1', N'2', N'0', N'56', N'5', N'20', N'7500', N'1', N'3', N'1', N'2600', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000019', N'Salty Sea Horse', N'1', N'2', N'0', N'56', N'5', N'30', N'7500', N'1', N'3', N'1', N'2600', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000020', N'Great Salty Sea Horse', N'1', N'2', N'0', N'56', N'5', N'40', N'7500', N'1', N'3', N'1', N'2600', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000021', N'Poor Lobster Hands', N'1', N'2', N'0', N'57', N'5', N'20', N'7500', N'1', N'3', N'1', N'2300', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000022', N'Lobster Hands', N'1', N'2', N'0', N'57', N'5', N'30', N'7500', N'1', N'3', N'1', N'2300', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000023', N'Great Lobster Hands', N'1', N'2', N'0', N'57', N'5', N'40', N'7500', N'1', N'3', N'1', N'2300', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000024', N'Poor Loggerhead', N'1', N'2', N'0', N'58', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000025', N'Loggerhead', N'1', N'2', N'0', N'58', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000026', N'Great Loggerhead', N'1', N'2', N'0', N'58', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001501', N'Candy Cane', N'1', N'2', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001502', N'Merry Candy Cane', N'1', N'2', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001503', N'Silent Candy Cane', N'1', N'2', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001504', N'Holy Candy Cane', N'1', N'2', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001505', N'Santa''s Candy Cane', N'1', N'2', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001511', N'Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001512', N'Merry Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001513', N'Silent Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001514', N'Holy Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001515', N'Santa''s Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002501', N'Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002502', N'Merry Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002503', N'Silent Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002504', N'Holy Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002505', N'Santa''s Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002511', N'Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002512', N'Merry Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002513', N'Silent Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002514', N'Holy Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002515', N'Santa''s Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003501', N'Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003502', N'Merry Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003503', N'Silent Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003504', N'Holy Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003505', N'Santa''s Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003511', N'Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003512', N'Merry Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003513', N'Silent Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003514', N'Holy Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003515', N'Santa''s Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004501', N'Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004502', N'Merry Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004503', N'Silent Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004504', N'Holy Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004505', N'Santa''s Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004511', N'Birch Branch', N'1', N'2', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004512', N'Merry Birch Branch', N'1', N'2', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004513', N'Silent Birch Branch', N'1', N'2', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004514', N'Holy Birch Branch', N'1', N'2', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004515', N'Santa''s Birch Branch', N'1', N'2', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005501', N'Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005502', N'Merry Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005503', N'Silent Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005504', N'Holy Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005505', N'Santa''s Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005511', N'Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005512', N'Merry Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005513', N'Silent Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005514', N'Holy Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005515', N'Santa''s Gift-Wrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006501', N'Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006502', N'Merry Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006503', N'Silent Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006504', N'Holy Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006505', N'Santa''s Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006511', N'Santa Claw', N'1', N'2', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006512', N'Merry Santa Claw', N'1', N'2', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006513', N'Silent Santa Claw', N'1', N'2', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006514', N'Holy Santa Claw', N'1', N'2', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006515', N'Santa''s Claw', N'1', N'2', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007501', N'Tree Topper', N'1', N'2', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007502', N'Merry Tree Topper', N'1', N'2', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007503', N'Silent Tree Topper', N'1', N'2', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007504', N'Holy Tree Topper', N'1', N'2', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007505', N'Santa''s Tree Topper', N'1', N'2', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007511', N'Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007512', N'Merry Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007513', N'Silent Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007514', N'Holy Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007515', N'Santa''s Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008501', N'Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008502', N'Merry Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008503', N'Silent Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008504', N'Holy Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008505', N'Santa''s Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008511', N'Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008512', N'Merry Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008513', N'Silent Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008514', N'Holy Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008515', N'Santa''s Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009501', N'Twin Forks', N'1', N'2', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009502', N'Merry Twin Forks', N'1', N'2', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009503', N'Silent Twin Forks', N'1', N'2', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009504', N'Holy Twin Forks', N'1', N'2', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009505', N'Santa''s Twin Forks', N'1', N'2', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009511', N'Twin Candles', N'1', N'2', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009512', N'Merry Twin Candles', N'1', N'2', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009513', N'Silent Twin Candles', N'1', N'2', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009514', N'Holy Twin Candles', N'1', N'2', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009515', N'Santa''s Twin Candles', N'1', N'2', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011501', N'Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011502', N'Merry Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011503', N'Silent Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011504', N'Holy Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011505', N'Santa''s Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011511', N'Mistletoe', N'1', N'2', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011512', N'Merry Mistletoe', N'1', N'2', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011513', N'Silent Mistletoe', N'1', N'2', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011514', N'Holy Mistletoe', N'1', N'2', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011515', N'Santa''s Mistletoe', N'1', N'2', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013501', N'Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013502', N'Merry Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013503', N'Silent Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013504', N'Holy Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013505', N'Santa''s Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013511', N'Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013512', N'Merry Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013513', N' Silent Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013514', N'Holy Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013515', N'Santa''s Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015501', N'Gift Box', N'1', N'2', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015502', N'Merry Gift Box', N'1', N'2', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015503', N'Silent Gift Box', N'1', N'2', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015504', N'Holy Gift Box', N'1', N'2', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015505', N'Santa''s Gift Box', N'1', N'2', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015511', N'Cookie Box', N'1', N'2', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015512', N'Merry Cookie Box', N'1', N'2', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015513', N'Silent Cookie Box', N'1', N'2', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015514', N'Holy Cookie Box', N'1', N'2', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015515', N'Santa''s Cookie Box', N'1', N'2', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999991', N'Frantz Default Primary Weapon', N'1', N'0', N'0', N'5', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999992', N'Angela Default Primary Weapon', N'1', N'0', N'0', N'7', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999993', N'Tude Default Primary Weapon', N'1', N'0', N'0', N'9', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999994', N'Natasha Default Primary Weapon', N'1', N'0', N'0', N'11', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999995', N'Frantz Default Secondary Weapon', N'1', N'0', N'0', N'6', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999996', N'Angela Default Secondary Weapon', N'1', N'0', N'0', N'8', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999997', N'Tude Default Secondary Weapon', N'1', N'0', N'0', N'10', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999998', N'Natasha Default Secondary Weapon', N'1', N'0', N'0', N'12', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111012001', N'Technical Officer''s Small Sword', N'1', N'2', N'0', N'5', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111012002', N'Recon Long Sword', N'1', N'2', N'0', N'5', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111014001', N'Ruben''s Bone Blade', N'1', N'2', N'0', N'5', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111014002', N'War Sword', N'1', N'2', N'0', N'5', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111014003', N'Joheim''s Lavinunce Edge', N'1', N'2', N'0', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015001', N'Sword of Agony', N'1', N'2', N'0', N'5', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015002', N'Sword of Despair', N'1', N'2', N'0', N'5', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015003', N'Sword of Sorrow', N'1', N'2', N'0', N'5', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015004', N'Joheim''s Snare', N'1', N'2', N'0', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015101', N'Skeletal Sword', N'1', N'2', N'3', N'5', N'5', N'42', N'8000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015201', N'Catacomb Sword', N'1', N'2', N'3', N'5', N'5', N'47', N'8000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015301', N'Catacomb Sword', N'1', N'2', N'3', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111016101', N'Bonehewn Sword', N'1', N'2', N'2', N'5', N'6', N'43', N'8000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111016201', N'Hidden Catacomb Sword', N'1', N'2', N'2', N'5', N'6', N'48', N'8000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111016301', N'Hidden Catacomb Sword', N'1', N'2', N'2', N'5', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111022002', N'Recon Grid Axe', N'1', N'2', N'0', N'6', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111024001', N'Ruben''s Small Axe', N'1', N'2', N'0', N'6', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111024002', N'Tabar Jin Mace', N'1', N'2', N'0', N'6', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111024003', N'Fury of Joheim', N'1', N'2', N'0', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025001', N'Axe of Agony', N'1', N'2', N'0', N'6', N'4', N'19', N'8000', N'1', N'3', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025002', N'Mace of Despair', N'1', N'2', N'0', N'6', N'4', N'29', N'8000', N'1', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025003', N'Axe of Sorrow', N'1', N'2', N'0', N'6', N'4', N'39', N'8000', N'1', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025004', N'Joheim''s Procyon', N'1', N'2', N'0', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025101', N'Skeletal Axe', N'1', N'2', N'3', N'6', N'5', N'42', N'8000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025201', N'Catacomb Axe', N'1', N'2', N'3', N'6', N'5', N'47', N'8000', N'1', N'3', N'1', N'2300', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025301', N'Catacomb Axe', N'1', N'2', N'3', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111026101', N'Bonehewn Axe', N'1', N'2', N'2', N'6', N'6', N'43', N'8000', N'1', N'3', N'1', N'2300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111026201', N'Hidden Catacomb Axe', N'1', N'2', N'2', N'6', N'6', N'48', N'8000', N'1', N'3', N'1', N'2300', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111026301', N'Hidden Catacomb Axe', N'1', N'2', N'2', N'6', N'6', N'53', N'10000', N'1', N'3', N'1', N'2300', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111032001', N'Technical Officer''s Magic Sword', N'1', N'2', N'0', N'7', N'2', N'4', N'7500', N'0', N'3', N'1', N'2500', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111032002', N'Recon Lunar Magic Sword', N'1', N'2', N'0', N'7', N'2', N'6', N'7500', N'0', N'3', N'1', N'2500', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111034001', N'Ruben''s Bone Sword', N'1', N'2', N'0', N'7', N'4', N'8', N'8000', N'1', N'3', N'1', N'2500', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111034002', N'Crystal Magic Sword', N'1', N'2', N'0', N'7', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111034003', N'Estel''s Misericorde ', N'1', N'2', N'0', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035001', N'Magic Sword of Mischief', N'1', N'2', N'0', N'7', N'4', N'19', N'8000', N'1', N'3', N'1', N'2500', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035002', N'Magic Sword of Chicanery', N'1', N'2', N'0', N'7', N'4', N'29', N'8000', N'1', N'3', N'1', N'2500', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035003', N'Magic Sword of Devilry', N'1', N'2', N'0', N'7', N'4', N'39', N'8000', N'1', N'3', N'1', N'2500', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035004', N'Estel''s Pendulum', N'1', N'2', N'0', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035101', N'Skeletal Magic Sword', N'1', N'2', N'3', N'7', N'5', N'42', N'8000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035201', N'Catacomb Magic Sword', N'1', N'2', N'3', N'7', N'5', N'47', N'8000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035301', N'Catacomb Magic Sword', N'1', N'2', N'3', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111036101', N'Bonehewn Magic Sword', N'1', N'2', N'2', N'7', N'6', N'43', N'8000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111036201', N'Hidden Catacomb Magic Sword', N'1', N'2', N'2', N'7', N'6', N'48', N'8000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111036301', N'Hidden Catacomb Magic Sword', N'1', N'2', N'2', N'7', N'6', N'53', N'10000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111042002', N'Recon Handy Scythe', N'1', N'2', N'0', N'8', N'2', N'6', N'7500', N'0', N'3', N'1', N'2500', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111044001', N'Ruben''s Moon Magic Scythe', N'1', N'2', N'0', N'8', N'4', N'8', N'8000', N'1', N'3', N'1', N'2500', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111044002', N'Phantom Scythe', N'1', N'2', N'0', N'8', N'4', N'12', N'8000', N'1', N'3', N'1', N'2600', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111044003', N'Estel''s Dark Scythe', N'1', N'2', N'0', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045001', N'Scythe of Mischief', N'1', N'2', N'0', N'8', N'4', N'19', N'8000', N'1', N'3', N'1', N'2600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045002', N'Scythe of Chicanery', N'1', N'2', N'0', N'8', N'4', N'29', N'8000', N'1', N'3', N'1', N'2600', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045003', N'Scythe of Devilry', N'1', N'2', N'0', N'8', N'4', N'39', N'8000', N'1', N'3', N'1', N'2600', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045004', N'Estel''s Al-Henna', N'1', N'2', N'0', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045101', N'Skeletal Scythe', N'1', N'2', N'3', N'8', N'5', N'42', N'8000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045201', N'Catacomb Scythe', N'1', N'2', N'3', N'8', N'5', N'47', N'8000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045301', N'Catacomb Scythe', N'1', N'2', N'3', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111046101', N'Bonehewn Scythe', N'1', N'2', N'2', N'8', N'6', N'43', N'8000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111046201', N'Hidden Catacomb Scythe', N'1', N'2', N'2', N'8', N'6', N'48', N'8000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111046301', N'Hidden Catacomb Scythe', N'1', N'2', N'2', N'8', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111052001', N'Technical Officer''s Light Gauntlet', N'1', N'2', N'0', N'9', N'2', N'4', N'7500', N'0', N'3', N'1', N'2300', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111052002', N'Recon Low Gauntlet', N'1', N'2', N'0', N'9', N'2', N'6', N'7500', N'0', N'3', N'1', N'2300', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111054001', N'Ruben''s Bone Gauntlets', N'1', N'2', N'0', N'9', N'4', N'8', N'8000', N'1', N'3', N'1', N'2300', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111054002', N'Metal Gauntlets', N'1', N'2', N'0', N'9', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111054003', N'Gorgon''s Jade Gauntlet', N'1', N'2', N'0', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055001', N'Foolish Gauntlet', N'1', N'2', N'0', N'9', N'4', N'19', N'8000', N'1', N'3', N'1', N'2300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055002', N'Playful Gauntlet', N'1', N'2', N'0', N'9', N'4', N'29', N'8000', N'1', N'3', N'1', N'2300', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055003', N'Scoundrel Gauntlet', N'1', N'2', N'0', N'9', N'4', N'39', N'8000', N'1', N'3', N'1', N'2300', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055004', N'Gorgon''s Dube', N'1', N'2', N'0', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055101', N'Skeletal Gauntlet', N'1', N'2', N'3', N'9', N'5', N'42', N'8000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055201', N'Catacomb Gauntlet', N'1', N'2', N'3', N'9', N'5', N'47', N'8000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055301', N'Catacomb Gauntlet', N'1', N'2', N'3', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111056101', N'Bonehewn Gauntlet', N'1', N'2', N'2', N'9', N'6', N'43', N'8000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111056201', N'Hidden Catacomb Gauntlet', N'1', N'2', N'2', N'9', N'6', N'48', N'8000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111056301', N'Hidden Catacomb Gauntlet', N'1', N'2', N'2', N'9', N'6', N'53', N'10000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111062002', N'Recon Light Claw', N'1', N'2', N'0', N'10', N'2', N'6', N'7500', N'0', N'3', N'1', N'2300', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111064001', N'Ruben''s Howling Claw', N'1', N'2', N'0', N'10', N'4', N'8', N'8000', N'1', N'3', N'1', N'2300', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111064002', N'Jin Ghost Claw', N'1', N'2', N'0', N'10', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111064003', N'Gorgon''s Cestus', N'1', N'2', N'0', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065001', N'Foolish Claw', N'1', N'2', N'0', N'10', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065002', N'Playful Claw', N'1', N'2', N'0', N'10', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065003', N'Scoundrel Claw', N'1', N'2', N'0', N'10', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065004', N'Gorgon''s Cat Foot', N'1', N'2', N'0', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065101', N'Skeletal Claw', N'1', N'2', N'3', N'10', N'5', N'42', N'8000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065201', N'Catacomb Claw', N'1', N'2', N'3', N'10', N'5', N'47', N'8000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065301', N'Catacomb Claw', N'1', N'2', N'3', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111066101', N'Bonehewn Claw', N'1', N'2', N'2', N'10', N'6', N'43', N'8000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111066201', N'Hidden Catacomb Claw', N'1', N'2', N'2', N'10', N'6', N'48', N'8000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111066301', N'Hidden Catacomb Claw', N'1', N'2', N'2', N'10', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111072001', N'Technical Officer''s Auto Pistol', N'1', N'2', N'0', N'11', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111072002', N'Recon Flight Pistol', N'1', N'2', N'0', N'11', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111074001', N'Ruben''s Peashooter', N'1', N'2', N'0', N'11', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111074002', N'Brief Pistol', N'1', N'2', N'0', N'11', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111074003', N'Unoa''s Shud Revolver', N'1', N'2', N'0', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075001', N'Deceiver''s Revolver', N'1', N'2', N'0', N'11', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075002', N'Charlatan''s Revolver', N'1', N'2', N'0', N'11', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075003', N'Swindler''s Revolver', N'1', N'2', N'0', N'11', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075004', N'Unoa''s Sharp Shooter', N'1', N'2', N'0', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075101', N'Skeletal Revolver', N'1', N'2', N'3', N'11', N'5', N'42', N'8000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075201', N'Catacomb Revolver', N'1', N'2', N'3', N'11', N'5', N'47', N'8000', N'1', N'3', N'1', N'2600', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075301', N'Catacomb Revolver', N'1', N'2', N'3', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111076101', N'Bonehewn Revolver', N'1', N'2', N'2', N'11', N'6', N'43', N'8000', N'1', N'3', N'1', N'2600', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111076201', N'Hidden Catacomb Revolver', N'1', N'2', N'2', N'11', N'6', N'48', N'8000', N'1', N'3', N'1', N'2600', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111076301', N'Hidden Catacomb Revolver', N'1', N'2', N'2', N'11', N'6', N'53', N'10000', N'1', N'3', N'1', N'2600', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111082002', N'Recon Handy Musket', N'1', N'2', N'0', N'12', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111084001', N'Ruben''s Bolt Gun', N'1', N'2', N'0', N'12', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111084002', N'Lever Action', N'1', N'2', N'0', N'12', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111084003', N'Unoa''s .44 Magnum', N'1', N'2', N'0', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085001', N'Deceiver''s Musket', N'1', N'2', N'0', N'12', N'4', N'19', N'8000', N'1', N'3', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085002', N'Charlatan''s Musket', N'1', N'2', N'0', N'12', N'4', N'29', N'8000', N'1', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085003', N'Swindler''s Musket', N'1', N'2', N'0', N'12', N'4', N'39', N'8000', N'1', N'3', N'1', N'2200', N'23590', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085004', N'Unoa''s Sonic Boom', N'1', N'2', N'0', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085101', N'Skeletal Musket', N'1', N'2', N'3', N'12', N'5', N'42', N'8000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085201', N'Catacomb Musket', N'1', N'2', N'3', N'12', N'5', N'47', N'8000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085301', N'Catacomb Musket', N'1', N'2', N'3', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111086101', N'Bonehewn Musket', N'1', N'2', N'2', N'12', N'6', N'43', N'8000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111086201', N'Hidden Catacomb Musket', N'1', N'2', N'2', N'12', N'6', N'48', N'8000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111086301', N'Hidden Catacomb Musket', N'1', N'2', N'2', N'12', N'6', N'53', N'10000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111092001', N'Technical Officers Disrupt Twin Swords', N'1', N'2', N'0', N'55', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111092002', N'Ricon Fragmentary Twin Swords', N'1', N'2', N'0', N'55', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111094001', N'Ruben''s Ailantus', N'1', N'2', N'0', N'55', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111094002', N'Asymmetric Twin Swords', N'1', N'2', N'0', N'55', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111094003', N'Joheims Actinidia', N'1', N'2', N'0', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095001', N'Goldoha Expeditions Solemn Twin Swords', N'1', N'2', N'0', N'55', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095002', N'Goldoha Expeditions Noble Twin Swords', N'1', N'2', N'0', N'55', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095003', N'Goldoha Expeditions Honorable Twin Swords', N'1', N'2', N'0', N'55', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095004', N'Joheim''s Illex', N'1', N'2', N'0', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095101', N'Skeletal Twin Swords', N'1', N'2', N'3', N'55', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095201', N'Catacomb Twin Swords', N'1', N'2', N'3', N'55', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095301', N'Catacomb Twin Swords', N'1', N'2', N'3', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111096101', N'Bonehewn Twin Swords', N'1', N'2', N'2', N'55', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111096201', N'Hidden Catacomb Twin Swords', N'1', N'2', N'2', N'55', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111096301', N'Hidden Catacomb Twin Swords', N'1', N'2', N'2', N'55', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111112001', N'Technical Officers Divine Glaive', N'1', N'2', N'0', N'56', N'2', N'4', N'7500', N'0', N'3', N'1', N'2500', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111112002', N'Ricon Glitters Glaive', N'1', N'2', N'0', N'56', N'2', N'6', N'7500', N'0', N'3', N'1', N'2500', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111114001', N'Ruben''s Aeumops', N'1', N'2', N'0', N'56', N'4', N'8', N'8000', N'1', N'3', N'1', N'2500', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111114002', N'Twilight Glaive', N'1', N'2', N'0', N'56', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111114003', N'Estels Leucogaster', N'1', N'2', N'0', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115001', N'Goldoha Expeditions Solemn Glaive', N'1', N'2', N'0', N'56', N'4', N'19', N'8000', N'1', N'3', N'1', N'2500', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115002', N'Goldoha Expeditions Noble Glaive', N'1', N'2', N'0', N'56', N'4', N'29', N'8000', N'1', N'3', N'1', N'2500', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115003', N'Goldoha Expeditions Honorable Glaive', N'1', N'2', N'0', N'56', N'4', N'39', N'8000', N'1', N'3', N'1', N'2500', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115004', N'Estels Juvatus', N'1', N'2', N'0', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115101', N'Skeletal Glaive', N'1', N'2', N'3', N'56', N'5', N'42', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115201', N'Catacomb Glaive', N'1', N'2', N'3', N'56', N'5', N'47', N'9000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115301', N'Catacomb Glaive', N'1', N'2', N'3', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111116101', N'Bonehewn Glaive', N'1', N'2', N'2', N'56', N'6', N'43', N'10000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111116201', N'Hidden Catacomb Glaive', N'1', N'2', N'2', N'56', N'6', N'48', N'10000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111116301', N'Hidden Catacomb Glaive', N'1', N'2', N'2', N'56', N'6', N'53', N'10000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111132001', N'Technical Officer''s Scars Demon Hands', N'1', N'2', N'0', N'57', N'2', N'4', N'7500', N'0', N'3', N'1', N'2300', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111132002', N'Ricon Primitive Demon Hands', N'1', N'2', N'0', N'57', N'2', N'6', N'7500', N'0', N'3', N'1', N'2300', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111134001', N'Ruben''s Lepture', N'1', N'2', N'0', N'57', N'4', N'8', N'8000', N'1', N'3', N'1', N'2300', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111134002', N'Binding Demon Hands', N'1', N'2', N'0', N'57', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111134003', N'Gorgons Hesperius', N'1', N'2', N'0', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135001', N'Goldoha Expeditions Solemn Demon Hands', N'1', N'2', N'0', N'57', N'4', N'19', N'8000', N'1', N'3', N'1', N'2300', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135002', N'Goldoha Expeditions Noble Demon Hands', N'1', N'2', N'0', N'57', N'4', N'29', N'8000', N'1', N'3', N'1', N'2300', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135003', N'Goldoha Expeditions Honorable Demon Hands', N'1', N'2', N'0', N'57', N'4', N'39', N'8000', N'1', N'3', N'1', N'2300', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135004', N'Gorgons Pumosus', N'1', N'2', N'0', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135101', N'Skeletal Demon Hands', N'1', N'2', N'3', N'57', N'5', N'42', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135201', N'Catacomb Demon Hands', N'1', N'2', N'3', N'57', N'5', N'47', N'9000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135301', N'Catacomb Demon Hands', N'1', N'2', N'3', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111136101', N'Bonehewn Demon Hands', N'1', N'2', N'2', N'57', N'6', N'43', N'10000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111136201', N'Hidden Catacomb Demon Hands', N'1', N'2', N'2', N'57', N'6', N'48', N'10000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111136301', N'Hidden Catacomb Demon Hands', N'1', N'2', N'2', N'57', N'6', N'53', N'10000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111152001', N'Technical Officers Unsigned Weapon Bag', N'1', N'2', N'0', N'58', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111152002', N'Ricon Untrained Weapon Bag', N'1', N'2', N'0', N'58', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111154001', N'Ruben''s Polifemus', N'1', N'2', N'0', N'58', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111154002', N'Qualified Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111154003', N'Unoa''s Testudinidae', N'1', N'2', N'0', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155001', N'Goldoha Expeditions Solemn Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155002', N'Goldoha Expeditions Noble Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155003', N'Goldoha Expeditions Honorable Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155004', N'Unoa''s Clemis', N'1', N'2', N'0', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155101', N'Skeletal Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'42', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155201', N'Catacomb Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'47', N'9000', N'1', N'3', N'1', N'2600', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155301', N'Catacomb Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111156101', N'Bonehewn Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'43', N'10000', N'1', N'3', N'1', N'2600', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111156201', N'Hidden Catacomb Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'48', N'10000', N'1', N'3', N'1', N'2600', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111156301', N'Hidden Catacomb Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'53', N'10000', N'1', N'3', N'1', N'2600', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112012001', N'Fabric Robe', N'1', N'2', N'0', N'1', N'2', N'4', N'5500', N'0', N'3', N'2', N'1400', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014001', N'Scarlet Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'9', N'6000', N'1', N'3', N'2', N'1400', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014003', N'Model Student Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'18', N'6000', N'1', N'3', N'2', N'1400', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014004', N'Holy Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'21', N'6000', N'1', N'3', N'2', N'1400', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014006', N'Farvis Robe', N'1', N'2', N'0', N'1', N'4', N'27', N'6000', N'1', N'3', N'2', N'1400', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014007', N'Evil Robe', N'1', N'2', N'0', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014008', N'Stylish Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'19', N'6000', N'1', N'3', N'2', N'1400', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014011', N'Lv. 33 Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'33', N'6000', N'1', N'3', N'2', N'1400', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014012', N'Lv. 35 Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112015101', N'Bone Fleur Robe', N'1', N'2', N'3', N'1', N'5', N'42', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112015102', N'Catacomb Fabric Robe', N'1', N'2', N'3', N'1', N'5', N'47', N'6500', N'1', N'3', N'2', N'1400', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112015103', N'Seven Stones Fabric Robe', N'1', N'2', N'3', N'1', N'5', N'52', N'6500', N'1', N'3', N'2', N'1400', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112016101', N'Bonehewn Lingee Robe', N'1', N'2', N'2', N'1', N'6', N'43', N'7000', N'1', N'3', N'2', N'1400', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112016102', N'Hidden Catacomb Fabric Robe', N'1', N'2', N'2', N'1', N'6', N'48', N'7000', N'1', N'3', N'2', N'1400', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112016103', N'Hidden Seven Stones Fabric Robe', N'1', N'2', N'2', N'1', N'6', N'53', N'7000', N'1', N'3', N'2', N'1400', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112022001', N'Leather Mail', N'1', N'2', N'0', N'2', N'2', N'4', N'5500', N'0', N'3', N'2', N'1900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024001', N'Scarlet Leather Mail', N'1', N'2', N'0', N'2', N'4', N'9', N'6000', N'1', N'3', N'2', N'1900', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024003', N'Model Student Leather Mail', N'1', N'2', N'0', N'2', N'4', N'18', N'6000', N'1', N'3', N'2', N'1900', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024004', N'Holy Leather Mail', N'1', N'2', N'0', N'2', N'4', N'21', N'6000', N'1', N'3', N'2', N'1900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024006', N'Farvis Leather Mail', N'1', N'2', N'0', N'2', N'4', N'27', N'6000', N'1', N'3', N'2', N'1900', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024007', N'Evil Leather Mail', N'1', N'2', N'0', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024008', N'Stylish Leather Mail', N'1', N'2', N'0', N'2', N'4', N'19', N'6000', N'1', N'3', N'2', N'1900', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024011', N'Lv. 33 Leather Mail', N'1', N'2', N'0', N'2', N'4', N'33', N'6000', N'1', N'3', N'2', N'1900', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024012', N'Lv. 35 Leather Mail', N'1', N'2', N'0', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112025101', N'Bone Beatrice Leather Armor', N'1', N'2', N'3', N'2', N'5', N'42', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112025102', N'Catacomb Leather Armor', N'1', N'2', N'3', N'2', N'5', N'47', N'6500', N'1', N'3', N'2', N'1900', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112025103', N'Seven Stones Leather Armor', N'1', N'2', N'3', N'2', N'5', N'52', N'6500', N'1', N'3', N'2', N'1900', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112026101', N'Bonehewn Elodie Leather Armor', N'1', N'2', N'2', N'2', N'6', N'43', N'7000', N'1', N'3', N'2', N'1900', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112026102', N'Hidden Catacomb Leather Armor', N'1', N'2', N'2', N'2', N'6', N'48', N'7000', N'1', N'3', N'2', N'1900', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112026103', N'Hidden Seven Stones Leather Armor', N'1', N'2', N'2', N'2', N'6', N'53', N'7000', N'1', N'3', N'2', N'1900', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112032001', N'Chain Cuirass', N'1', N'2', N'0', N'3', N'2', N'4', N'5500', N'0', N'3', N'2', N'3000', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034001', N'Scarlet Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'9', N'6000', N'1', N'3', N'2', N'3000', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034003', N'Model Student Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'18', N'6000', N'1', N'3', N'2', N'3000', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034004', N'Holy Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'21', N'6000', N'1', N'3', N'2', N'3000', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034006', N'Farvis Chain Armor', N'1', N'2', N'0', N'3', N'4', N'27', N'6000', N'1', N'3', N'2', N'3000', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034007', N'Evil Chain Armor', N'1', N'2', N'0', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034008', N'Stylish Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'19', N'6000', N'1', N'3', N'2', N'3000', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034011', N'Lv. 33 Chain Mail', N'1', N'2', N'0', N'3', N'4', N'33', N'6000', N'1', N'3', N'2', N'3000', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034012', N'Lv. 35 Chain Mail', N'1', N'2', N'0', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112035101', N'Bone Defenso Chain Mail', N'1', N'2', N'3', N'3', N'5', N'42', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112035102', N'Catacomb Chainmail', N'1', N'2', N'3', N'3', N'5', N'47', N'6500', N'1', N'3', N'2', N'3000', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112035103', N'Seven Stones Chainmail', N'1', N'2', N'3', N'3', N'5', N'52', N'6500', N'1', N'3', N'2', N'3000', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112036101', N'Bonehewn Hinch Chain Mail', N'1', N'2', N'2', N'3', N'6', N'43', N'7000', N'1', N'3', N'2', N'3000', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112036102', N'Hidden Catacomb Chainmail', N'1', N'2', N'2', N'3', N'6', N'48', N'7000', N'1', N'3', N'2', N'3000', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112036103', N'Hidden Seven Stones Chainmail', N'1', N'2', N'2', N'3', N'6', N'53', N'7000', N'1', N'3', N'2', N'3000', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112042001', N'Plate Armor', N'1', N'2', N'0', N'4', N'2', N'4', N'5500', N'0', N'3', N'2', N'5700', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044001', N'Scarlet Plate Armor', N'1', N'2', N'0', N'4', N'4', N'9', N'6000', N'1', N'3', N'2', N'5700', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044003', N'Model Student Plate Armor', N'1', N'2', N'0', N'4', N'4', N'18', N'6000', N'1', N'3', N'2', N'5700', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044004', N'Holy Plate Armor', N'1', N'2', N'0', N'4', N'4', N'21', N'6000', N'1', N'3', N'2', N'5700', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044006', N'Farvis Plate', N'1', N'2', N'0', N'4', N'4', N'27', N'6000', N'1', N'3', N'2', N'5700', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044007', N'Evil Plate', N'1', N'2', N'0', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044008', N'Stylish Plate Armor', N'1', N'2', N'0', N'4', N'4', N'19', N'6000', N'1', N'3', N'2', N'5700', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044011', N'Lv. 33 Plate Mail', N'1', N'2', N'0', N'4', N'4', N'33', N'6000', N'1', N'3', N'2', N'5700', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044012', N'Lv. 35 Plate Mail', N'1', N'2', N'0', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112045101', N'Bone Fergana Plate', N'1', N'2', N'3', N'4', N'5', N'42', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112045102', N'Catacomb Plate', N'1', N'2', N'3', N'4', N'5', N'47', N'6500', N'1', N'3', N'2', N'5700', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112045103', N'Seven Stones Plate', N'1', N'2', N'3', N'4', N'5', N'52', N'6500', N'1', N'3', N'2', N'5700', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112046101', N'Bonehewn Bandit Plate', N'1', N'2', N'2', N'4', N'6', N'43', N'7000', N'1', N'3', N'2', N'5700', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112046102', N'Hidden Catacomb Plate', N'1', N'2', N'2', N'4', N'6', N'48', N'7000', N'1', N'3', N'2', N'5700', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112046103', N'Hidden Seven Stones Plate', N'1', N'2', N'2', N'4', N'6', N'53', N'7000', N'1', N'3', N'2', N'5700', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113012001', N'Fabric Hood', N'1', N'2', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014003', N'Model Student Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'18', N'3400', N'1', N'3', N'2', N'900', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014004', N'Holy Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'21', N'3400', N'1', N'3', N'2', N'900', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014006', N'Farvis Hood', N'1', N'2', N'0', N'1', N'4', N'27', N'3400', N'1', N'3', N'2', N'900', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014009', N'Miscellaneous Merchant''s Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'14', N'3400', N'1', N'3', N'2', N'900', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014010', N'Lv. 31 Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'31', N'3400', N'1', N'3', N'2', N'900', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014012', N'Lv. 35 Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014013', N'Lv. 37 Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'37', N'3400', N'1', N'3', N'2', N'900', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113015101', N'Bone Fleur Hood', N'1', N'2', N'3', N'1', N'5', N'42', N'3600', N'1', N'3', N'2', N'900', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113015102', N'Catacomb Fabric Hood', N'1', N'2', N'3', N'1', N'5', N'47', N'3600', N'1', N'3', N'2', N'900', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113015103', N'Seven Stones Fabric Hood', N'1', N'2', N'3', N'1', N'5', N'52', N'3600', N'1', N'3', N'2', N'900', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113016101', N'Bonehewn Lingee Hood', N'1', N'2', N'2', N'1', N'6', N'43', N'4000', N'1', N'3', N'2', N'900', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113016102', N'Hidden Catacomb Fabric Hood', N'1', N'2', N'2', N'1', N'6', N'48', N'4000', N'1', N'3', N'2', N'900', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113016103', N'Hidden Seven Stones Fabric Hood', N'1', N'2', N'2', N'1', N'6', N'53', N'4000', N'1', N'3', N'2', N'900', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113022001', N'Leather Cap', N'1', N'2', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'1200', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024003', N'Model Student Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'18', N'3400', N'1', N'3', N'2', N'1200', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024004', N'Holy Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'21', N'3400', N'1', N'3', N'2', N'1200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024006', N'Farvis Leather Cap', N'1', N'2', N'0', N'2', N'4', N'27', N'3400', N'1', N'3', N'2', N'1200', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024009', N'Miscellaneous Merchant''s Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'14', N'3400', N'1', N'3', N'2', N'1200', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024010', N'Lv. 31 Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'31', N'3400', N'1', N'3', N'2', N'1200', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024012', N'Lv. 35 Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'1200', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024013', N'Lv. 37 Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'37', N'3400', N'1', N'3', N'2', N'1200', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113025101', N'Bone Beatrice Leather Cap', N'1', N'2', N'3', N'2', N'5', N'42', N'3600', N'1', N'3', N'2', N'1200', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113025102', N'Catacomb Leather Cap', N'1', N'2', N'3', N'2', N'5', N'47', N'3600', N'1', N'3', N'2', N'1200', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113025103', N'Seven Stones Leather Cap', N'1', N'2', N'3', N'2', N'5', N'52', N'3600', N'1', N'3', N'2', N'1200', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113026101', N'Bonehewn Elodie Leather Cap', N'1', N'2', N'2', N'2', N'6', N'43', N'4000', N'1', N'3', N'2', N'1200', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113026102', N'Hidden Catacomb Leather Cap', N'1', N'2', N'2', N'2', N'6', N'48', N'4000', N'1', N'3', N'2', N'1200', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113026103', N'Hidden Seven Stones Leather Cap', N'1', N'2', N'2', N'2', N'6', N'53', N'4000', N'1', N'3', N'2', N'1200', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113032001', N'Helm', N'1', N'2', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'1800', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034003', N'Model Student Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'18', N'3400', N'1', N'3', N'2', N'1800', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034004', N'Holy Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'21', N'3400', N'1', N'3', N'2', N'1800', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034006', N'Farvis Coif', N'1', N'2', N'0', N'3', N'4', N'27', N'3400', N'1', N'3', N'2', N'1800', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034009', N'Miscellaneous Merchant''s Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'14', N'3400', N'1', N'3', N'2', N'1800', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034010', N'Lv. 31 Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'31', N'3400', N'1', N'3', N'2', N'1800', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034012', N'Lv. 35 Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'1800', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034013', N'Lv. 37 Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'37', N'3400', N'1', N'3', N'2', N'1800', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113035101', N'Bone Defenso Chain Helm', N'1', N'2', N'3', N'3', N'5', N'42', N'3600', N'1', N'3', N'2', N'1800', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113035102', N'Catacomb Chain Helm', N'1', N'2', N'3', N'3', N'5', N'47', N'3600', N'1', N'3', N'2', N'1800', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113035103', N'Seven Stones Chain Helm', N'1', N'2', N'3', N'3', N'5', N'52', N'3600', N'1', N'3', N'2', N'1800', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113036101', N'Bonehewn Hinch Helm', N'1', N'2', N'2', N'3', N'6', N'43', N'4000', N'1', N'3', N'2', N'1800', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113036102', N'Hidden Catacomb Chain Helm', N'1', N'2', N'2', N'3', N'6', N'48', N'4000', N'1', N'3', N'2', N'1800', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113036103', N'Hidden Seven Stones Chain Helm', N'1', N'2', N'2', N'3', N'6', N'53', N'4000', N'1', N'3', N'2', N'1800', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113042001', N'Plate Helmet', N'1', N'2', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'3400', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044003', N'Model Student Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'18', N'3400', N'1', N'3', N'2', N'3400', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044004', N'Holy Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'21', N'3400', N'1', N'3', N'2', N'3400', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044006', N'Farvis Helm', N'1', N'2', N'0', N'4', N'4', N'27', N'3400', N'1', N'3', N'2', N'3400', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044009', N'Miscellaneous Merchant''s Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'14', N'3400', N'1', N'3', N'2', N'3400', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044010', N'Lv. 31 Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'31', N'3400', N'1', N'3', N'2', N'3400', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044012', N'Lv. 35 Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'3400', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044013', N'Lv. 37 Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'37', N'3400', N'1', N'3', N'2', N'3400', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113045101', N'Bone Fergana War Helm', N'1', N'2', N'3', N'4', N'5', N'42', N'3600', N'1', N'3', N'2', N'3400', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113045102', N'Catacomb Plate Helm', N'1', N'2', N'3', N'4', N'5', N'47', N'3600', N'1', N'3', N'2', N'3400', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113045103', N'Seven Stones Plate Helm', N'1', N'2', N'3', N'4', N'5', N'52', N'3600', N'1', N'3', N'2', N'3400', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113046101', N'Bonehewn Bandit Helm', N'1', N'2', N'2', N'4', N'6', N'43', N'4000', N'1', N'3', N'2', N'3400', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113046102', N'Hidden Catacomb Plate Helm', N'1', N'2', N'2', N'4', N'6', N'48', N'4000', N'1', N'3', N'2', N'3400', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113046103', N'Hidden Seven Stones Plate Helm', N'1', N'2', N'2', N'4', N'6', N'53', N'4000', N'1', N'3', N'2', N'3400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114012001', N'Fabric Hose', N'1', N'2', N'0', N'1', N'2', N'5', N'5000', N'0', N'3', N'2', N'1100', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014001', N'Scarlet Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1100', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014003', N'Model Student Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'19', N'5500', N'1', N'3', N'2', N'1100', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014004', N'Holy Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'21', N'5500', N'1', N'3', N'2', N'1100', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014006', N'Farvis Pants', N'1', N'2', N'0', N'1', N'4', N'27', N'5500', N'1', N'3', N'2', N'1100', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014007', N'Evil Pants', N'1', N'2', N'0', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014011', N'Lv. 33 Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'33', N'5500', N'1', N'3', N'2', N'1100', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014012', N'Lv. 35 Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114015101', N'Bone Fleur Leggings', N'1', N'2', N'3', N'1', N'5', N'42', N'6000', N'1', N'3', N'2', N'1100', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114015102', N'Catacomb Fabric Leggings', N'1', N'2', N'3', N'1', N'5', N'47', N'6000', N'1', N'3', N'2', N'1100', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114015103', N'Seven Stones Fabric Leggings', N'1', N'2', N'3', N'1', N'5', N'52', N'6000', N'1', N'3', N'2', N'1100', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114016101', N'Bonehewn Lingee Leggings', N'1', N'2', N'2', N'1', N'6', N'43', N'6500', N'1', N'3', N'2', N'1100', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114016102', N'Hidden Catacomb Fabric Leggings', N'1', N'2', N'2', N'1', N'6', N'48', N'6500', N'1', N'3', N'2', N'1100', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114016103', N'Hidden Seven Stones Fabric Leggings', N'1', N'2', N'2', N'1', N'6', N'53', N'6500', N'1', N'3', N'2', N'1100', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114022001', N'Leather Pants', N'1', N'2', N'0', N'2', N'2', N'5', N'5000', N'0', N'3', N'2', N'1600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024001', N'Scarlet Leather Pants', N'1', N'2', N'0', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024003', N'Model Student Leather Pants', N'1', N'2', N'0', N'2', N'4', N'19', N'5500', N'1', N'3', N'2', N'1600', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024004', N'Holy Leather Pants', N'1', N'2', N'0', N'2', N'4', N'21', N'5500', N'1', N'3', N'2', N'1600', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024006', N'Farvis Leather Pants', N'1', N'2', N'0', N'2', N'4', N'27', N'5500', N'1', N'3', N'2', N'1600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024007', N'Evil Leather Pants', N'1', N'2', N'0', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024011', N'Lv. 33 Leather Pants', N'1', N'2', N'0', N'2', N'4', N'33', N'5500', N'1', N'3', N'2', N'1600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024012', N'Lv. 35 Leather Pants', N'1', N'2', N'0', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114025101', N'Bone Beatrice Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'42', N'6000', N'1', N'3', N'2', N'1600', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114025102', N'Catacomb Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'47', N'6000', N'1', N'3', N'2', N'1600', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114025103', N'Seven Stones Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'52', N'6000', N'1', N'3', N'2', N'1600', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114026101', N'Bonehewn Elodie Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'43', N'6500', N'1', N'3', N'2', N'1600', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114026102', N'Hidden Catacomb Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'48', N'6500', N'1', N'3', N'2', N'1600', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114026103', N'Hidden Seven Stones Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'53', N'6500', N'1', N'3', N'2', N'1600', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114032001', N'Chain Puttees', N'1', N'2', N'0', N'3', N'2', N'5', N'5000', N'0', N'3', N'2', N'2400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034001', N'Scarlet Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'2400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034003', N'Model Student Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'19', N'5500', N'1', N'3', N'2', N'2400', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034004', N'Holy Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'21', N'5500', N'1', N'3', N'2', N'2400', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034006', N'Farvis Greaves', N'1', N'2', N'0', N'3', N'4', N'27', N'5500', N'1', N'3', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034007', N'Evil Greaves', N'1', N'2', N'0', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034011', N'Lv. 33 Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'33', N'5500', N'1', N'3', N'2', N'2400', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034012', N'Lv. 35 Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'2400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114035101', N'Bone Defenso Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'42', N'6000', N'1', N'3', N'2', N'2400', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114035102', N'Catacomb Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'47', N'6000', N'1', N'3', N'2', N'2400', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114035103', N'Seven Stones Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'52', N'6000', N'1', N'3', N'2', N'2400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114036101', N'Bonehewn Hinch Greaves', N'1', N'2', N'2', N'3', N'6', N'43', N'6500', N'1', N'3', N'2', N'2400', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114036102', N'Hidden Catacomb Chain Greaves', N'1', N'2', N'2', N'3', N'6', N'48', N'6500', N'1', N'3', N'2', N'2400', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114036103', N'Hidden Seven Stones Chain Greaves', N'1', N'2', N'2', N'3', N'6', N'53', N'6500', N'1', N'3', N'2', N'2400', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114042001', N'Plate Puttees', N'1', N'2', N'0', N'4', N'2', N'5', N'5000', N'0', N'3', N'2', N'4600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044001', N'Scarlet Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'4600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044003', N'Model Student Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'19', N'5500', N'1', N'3', N'2', N'4600', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044004', N'Holy Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'21', N'5500', N'1', N'3', N'2', N'4600', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044006', N'Farvis Battle Greaves', N'1', N'2', N'0', N'4', N'4', N'27', N'5500', N'1', N'3', N'2', N'4600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044007', N'Evil Battle Greaves', N'1', N'2', N'0', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'4600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044011', N'Lv. 33 Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'33', N'5500', N'1', N'3', N'2', N'4600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044012', N'Lv. 35 Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'4600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114045101', N'Bone Fergana War Greaves', N'1', N'2', N'3', N'4', N'5', N'42', N'6000', N'1', N'3', N'2', N'4600', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114045102', N'Catacomb Plate Greaves', N'1', N'2', N'3', N'4', N'5', N'47', N'6000', N'1', N'3', N'2', N'4600', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114045103', N'Seven Stones Plate Greaves', N'1', N'2', N'3', N'4', N'5', N'52', N'6000', N'1', N'3', N'2', N'4600', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114046101', N'Bonehewn Bandit Greaves', N'1', N'2', N'2', N'4', N'6', N'43', N'6500', N'1', N'3', N'2', N'4600', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114046102', N'Hidden Catacomb Plate Greaves', N'1', N'2', N'2', N'4', N'6', N'48', N'6500', N'1', N'3', N'2', N'4600', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114046103', N'Hidden Seven Stones Plate Greaves', N'1', N'2', N'2', N'4', N'6', N'53', N'6500', N'1', N'3', N'2', N'4600', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115012001', N'Fabric Shoes', N'1', N'2', N'0', N'1', N'2', N'2', N'4200', N'0', N'3', N'2', N'600', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115012101', N'Deliveryman Shoes', N'1', N'2', N'0', N'1', N'2', N'14', N'3500', N'0', N'3', N'2', N'600', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014001', N'Scarlet Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'8', N'4400', N'1', N'3', N'2', N'600', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014002', N'Mousetrap Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'17', N'4400', N'1', N'3', N'2', N'600', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014003', N'Model Student Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'18', N'4400', N'1', N'3', N'2', N'600', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014004', N'Holy Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'21', N'4400', N'1', N'3', N'2', N'600', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014005', N'Italian Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014006', N'Farvis Shoes', N'1', N'2', N'0', N'1', N'4', N'27', N'4400', N'1', N'3', N'2', N'600', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014007', N'Evil Shoes', N'1', N'2', N'0', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014011', N'Lv. 33 Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'33', N'4400', N'1', N'3', N'2', N'600', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014013', N'Lv. 37 Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'37', N'4400', N'1', N'3', N'2', N'600', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115015101', N'Bone Fleur Shoes', N'1', N'2', N'3', N'1', N'5', N'42', N'4600', N'1', N'3', N'2', N'600', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115015102', N'Catacomb Fabric Shoes', N'1', N'2', N'3', N'1', N'5', N'47', N'4600', N'1', N'3', N'2', N'600', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115015103', N'Seven Stones Fabric Shoes', N'1', N'2', N'3', N'1', N'5', N'52', N'4600', N'1', N'3', N'2', N'600', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115016101', N'Bonehewn Lingee Shoes', N'1', N'2', N'2', N'1', N'6', N'43', N'5000', N'1', N'3', N'2', N'600', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115016102', N'Hidden Catacomb Fabric Shoes', N'1', N'2', N'2', N'1', N'6', N'48', N'5000', N'1', N'3', N'2', N'600', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115016103', N'Hidden Seven Stones Fabric Shoes', N'1', N'2', N'2', N'1', N'6', N'53', N'5000', N'1', N'3', N'2', N'600', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115022001', N'Leather Boots', N'1', N'2', N'0', N'2', N'2', N'2', N'4200', N'0', N'3', N'2', N'800', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024001', N'Scarlet Leather Boots', N'1', N'2', N'0', N'2', N'4', N'8', N'4400', N'1', N'3', N'2', N'800', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024002', N'Mousetrap Leather Boots', N'1', N'2', N'0', N'2', N'4', N'17', N'4400', N'1', N'3', N'2', N'800', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024003', N'Model Student Leather Boots', N'1', N'2', N'0', N'2', N'4', N'18', N'4400', N'1', N'3', N'2', N'800', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024004', N'Holy Leather Boots', N'1', N'2', N'0', N'2', N'4', N'21', N'4400', N'1', N'3', N'2', N'800', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024005', N'Italian Leather Boots', N'1', N'2', N'0', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'800', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024006', N'Farvis Leather Shoes', N'1', N'2', N'0', N'2', N'4', N'27', N'4400', N'1', N'3', N'2', N'800', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024007', N'Evil Leather Shoes', N'1', N'2', N'0', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024011', N'Lv. 33 Leather Boots', N'1', N'2', N'0', N'2', N'4', N'33', N'4400', N'1', N'3', N'2', N'800', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024013', N'Lv. 37 Leather Boots', N'1', N'2', N'0', N'2', N'4', N'37', N'4400', N'1', N'3', N'2', N'800', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115025101', N'Bone Beatrice Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'42', N'4600', N'1', N'3', N'2', N'800', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115025102', N'Catacomb Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'47', N'4600', N'1', N'3', N'2', N'800', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115025103', N'Seven Stones Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'52', N'4600', N'1', N'3', N'2', N'800', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115026101', N'Bonehewn Elodie Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'43', N'5000', N'1', N'3', N'2', N'800', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115026102', N'Hidden Catacomb Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'48', N'5000', N'1', N'3', N'2', N'800', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115026103', N'Hidden Seven Stones Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'53', N'5000', N'1', N'3', N'2', N'800', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115032001', N'Chain Boots', N'1', N'2', N'0', N'3', N'2', N'2', N'4200', N'0', N'3', N'2', N'1200', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034001', N'Scarlet Chain Boots', N'1', N'2', N'0', N'3', N'4', N'8', N'4400', N'1', N'3', N'2', N'1200', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034002', N'Mousetrap Chain Boots', N'1', N'2', N'0', N'3', N'4', N'17', N'4400', N'1', N'3', N'2', N'1200', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034003', N'Model Student Chain Boots', N'1', N'2', N'0', N'3', N'4', N'18', N'4400', N'1', N'3', N'2', N'1200', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034004', N'Holy Chain Boots', N'1', N'2', N'0', N'3', N'4', N'21', N'4400', N'1', N'3', N'2', N'1200', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034005', N'Italian Chain Boots', N'1', N'2', N'0', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'1200', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034006', N'Farvis Boots', N'1', N'2', N'0', N'3', N'4', N'27', N'4400', N'1', N'3', N'2', N'1200', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034007', N'Evil Boots', N'1', N'2', N'0', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034011', N'Lv. 33 Chain Boots', N'1', N'2', N'0', N'3', N'4', N'33', N'4400', N'1', N'3', N'2', N'1200', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034013', N'Lv. 37 Chain Boots', N'1', N'2', N'0', N'3', N'4', N'37', N'4400', N'1', N'3', N'2', N'1200', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115035101', N'Bone Defenso Chain Boots', N'1', N'2', N'3', N'3', N'5', N'42', N'4600', N'1', N'3', N'2', N'1200', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115035102', N'Catacomb Chain Boots', N'1', N'2', N'3', N'3', N'5', N'47', N'4600', N'1', N'3', N'2', N'1200', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115035103', N'Seven Stones Chain Boots', N'1', N'2', N'3', N'3', N'5', N'52', N'4600', N'1', N'3', N'2', N'1200', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115036101', N'Bonehewn Hinch Boots', N'1', N'2', N'2', N'3', N'6', N'43', N'5000', N'1', N'3', N'2', N'1200', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115036102', N'Hidden Catacomb Chain Boots', N'1', N'2', N'2', N'3', N'6', N'48', N'5000', N'1', N'3', N'2', N'1200', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115036103', N'Hidden Seven Stones Chain Boots', N'1', N'2', N'2', N'3', N'6', N'53', N'5000', N'1', N'3', N'2', N'1200', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115042001', N'Plate Boots', N'1', N'2', N'0', N'4', N'2', N'2', N'4200', N'0', N'3', N'2', N'2300', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044001', N'Scarlet Plate Boots', N'1', N'2', N'0', N'4', N'4', N'8', N'4400', N'1', N'3', N'2', N'2300', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044002', N'Mousetrap Plate Boots', N'1', N'2', N'0', N'4', N'4', N'17', N'4400', N'1', N'3', N'2', N'2300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044003', N'Model Student Plate Boots', N'1', N'2', N'0', N'4', N'4', N'18', N'4400', N'1', N'3', N'2', N'2300', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044004', N'Holy Plate Boots', N'1', N'2', N'0', N'4', N'4', N'21', N'4400', N'1', N'3', N'2', N'2300', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044005', N'Italian Plate Boots', N'1', N'2', N'0', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'2300', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044006', N'Farvis War Boots', N'1', N'2', N'0', N'4', N'4', N'27', N'4400', N'1', N'3', N'2', N'2300', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044007', N'Evil War Boots', N'1', N'2', N'0', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044011', N'Lv. 33 Plate Boots', N'1', N'2', N'0', N'4', N'4', N'33', N'4400', N'1', N'3', N'2', N'2300', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044013', N'Lv. 37 Plate Boots', N'1', N'2', N'0', N'4', N'4', N'37', N'4400', N'1', N'3', N'2', N'2300', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115045101', N'Bone Fergana War Boots', N'1', N'2', N'3', N'4', N'5', N'42', N'4600', N'1', N'3', N'2', N'2300', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115045102', N'Catacomb Plate Boots', N'1', N'2', N'3', N'4', N'5', N'47', N'4600', N'1', N'3', N'2', N'2300', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115045103', N'Seven Stones Plate Boots', N'1', N'2', N'3', N'4', N'5', N'52', N'4600', N'1', N'3', N'2', N'2300', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115046101', N'Bonehewn Bandit War Boots', N'1', N'2', N'2', N'4', N'6', N'43', N'5000', N'1', N'3', N'2', N'2300', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115046102', N'Hidden Catacomb Plate Boots', N'1', N'2', N'2', N'4', N'6', N'48', N'5000', N'1', N'3', N'2', N'2300', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115046103', N'Hidden Seven Stones Plate Boots', N'1', N'2', N'2', N'4', N'6', N'53', N'5000', N'1', N'3', N'2', N'2300', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116012001', N'Fabric Belt', N'1', N'2', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014003', N'Model Student Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'18', N'3400', N'1', N'3', N'2', N'200', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014004', N'Holy Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'21', N'3400', N'1', N'3', N'2', N'200', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014005', N'Italian Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'200', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014006', N'Farvis Belt', N'1', N'2', N'0', N'1', N'4', N'27', N'3400', N'1', N'3', N'2', N'200', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014010', N'Lv. 31 Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'31', N'3400', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014012', N'Lv. 35 Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014013', N'Lv. 37 Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'37', N'3400', N'1', N'3', N'2', N'200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116015101', N'Bone Fleur Belt', N'1', N'2', N'3', N'1', N'5', N'42', N'3600', N'1', N'3', N'2', N'200', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116015102', N'Catacomb Fabric Belt', N'1', N'2', N'3', N'1', N'5', N'47', N'3600', N'1', N'3', N'2', N'200', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116015103', N'Seven Stones Fabric Belt', N'1', N'2', N'3', N'1', N'5', N'52', N'3600', N'1', N'3', N'2', N'200', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116016101', N'Bonehewn Lingee Belt', N'1', N'2', N'2', N'1', N'6', N'43', N'4000', N'1', N'3', N'2', N'200', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116016102', N'Hidden Catacomb Fabric Belt', N'1', N'2', N'2', N'1', N'6', N'48', N'4000', N'1', N'3', N'2', N'200', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116016103', N'Hidden Seven Stones Fabric Belt', N'1', N'2', N'2', N'1', N'6', N'53', N'4000', N'1', N'3', N'2', N'200', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116022001', N'Leather Belt', N'1', N'2', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024003', N'Model Student Leather Belt', N'1', N'2', N'0', N'2', N'4', N'18', N'3400', N'1', N'3', N'2', N'300', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024004', N'Holy Leather Belt', N'1', N'2', N'0', N'2', N'4', N'21', N'3400', N'1', N'3', N'2', N'300', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024005', N'Italian Leather Belt', N'1', N'2', N'0', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'300', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024006', N'Farvis Leather Belt', N'1', N'2', N'0', N'2', N'4', N'27', N'3400', N'1', N'3', N'2', N'300', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024010', N'Lv. 31 Leather Belt', N'1', N'2', N'0', N'2', N'4', N'31', N'3400', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024012', N'Lv. 35 Leather Belt', N'1', N'2', N'0', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'300', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024013', N'Lv. 37 Leather Belt', N'1', N'2', N'0', N'2', N'4', N'37', N'3400', N'1', N'3', N'2', N'300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116025101', N'Bone Beatrice Leather Belt', N'1', N'2', N'3', N'2', N'5', N'42', N'3600', N'1', N'3', N'2', N'300', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116025102', N'Catacomb Leather Belt', N'1', N'2', N'3', N'2', N'5', N'47', N'3600', N'1', N'3', N'2', N'300', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116025103', N'Seven Stones Leather Belt', N'1', N'2', N'3', N'2', N'5', N'52', N'3600', N'1', N'3', N'2', N'300', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116026101', N'Bonehewn Elodie Leather Belt', N'1', N'2', N'2', N'2', N'6', N'43', N'4000', N'1', N'3', N'2', N'300', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116026102', N'Hidden Catacomb Leather Belt', N'1', N'2', N'2', N'2', N'6', N'48', N'4000', N'1', N'3', N'2', N'300', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116026103', N'Hidden Seven Stones Leather Belt', N'1', N'2', N'2', N'2', N'6', N'53', N'4000', N'1', N'3', N'2', N'300', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116032001', N'Chain Belt', N'1', N'2', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'500', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034003', N'Model Student Chain Belt', N'1', N'2', N'0', N'3', N'4', N'18', N'3400', N'1', N'3', N'2', N'500', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034004', N'Holy Chain Belt', N'1', N'2', N'0', N'3', N'4', N'21', N'3400', N'1', N'3', N'2', N'500', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034005', N'Italian Chain Belt', N'1', N'2', N'0', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'500', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034006', N'Farvis Chain Belt', N'1', N'2', N'0', N'3', N'4', N'27', N'3400', N'1', N'3', N'2', N'500', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034010', N'Lv. 31 Chain Belt', N'1', N'2', N'0', N'3', N'4', N'31', N'3400', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034012', N'Lv. 35 Chain Belt', N'1', N'2', N'0', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'500', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034013', N'Lv. 37 Chain Belt', N'1', N'2', N'0', N'3', N'4', N'37', N'3400', N'1', N'3', N'2', N'500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116035101', N'Bone Defenso Chain Belt', N'1', N'2', N'3', N'3', N'5', N'42', N'3600', N'1', N'3', N'2', N'500', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116035102', N'Catacomb Chain Belt', N'1', N'2', N'3', N'3', N'5', N'47', N'3600', N'1', N'3', N'2', N'500', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116035103', N'Seven Stones Chain Belt', N'1', N'2', N'3', N'3', N'5', N'52', N'3600', N'1', N'3', N'2', N'500', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116036101', N'Bonehewn Hinch Chain Belt', N'1', N'2', N'2', N'3', N'6', N'43', N'4000', N'1', N'3', N'2', N'500', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116036102', N'Hidden Catacomb Chain Belt', N'1', N'2', N'2', N'3', N'6', N'48', N'4000', N'1', N'3', N'2', N'500', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116036103', N'Hidden Seven Stones Chain Belt', N'1', N'2', N'2', N'3', N'6', N'53', N'4000', N'1', N'3', N'2', N'500', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116042001', N'Plate Belt', N'1', N'2', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044003', N'Model Student Plate Belt', N'1', N'2', N'0', N'4', N'4', N'18', N'3400', N'1', N'3', N'2', N'900', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044004', N'Holy Plate Belt', N'1', N'2', N'0', N'4', N'4', N'21', N'3400', N'1', N'3', N'2', N'900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044005', N'Italian Plate Belt', N'1', N'2', N'0', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044006', N'Farvis War Belt', N'1', N'2', N'0', N'4', N'4', N'27', N'3400', N'1', N'3', N'2', N'900', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044010', N'Lv. 31 Plate Belt', N'1', N'2', N'0', N'4', N'4', N'31', N'3400', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044012', N'Lv. 35 Plate Belt', N'1', N'2', N'0', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044013', N'Lv. 37 Plate Belt', N'1', N'2', N'0', N'4', N'4', N'37', N'3400', N'1', N'3', N'2', N'900', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116045101', N'Bone Fergana War Belt', N'1', N'2', N'3', N'4', N'5', N'42', N'3600', N'1', N'3', N'2', N'900', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116045102', N'Catacomb Plate Belt', N'1', N'2', N'3', N'4', N'5', N'47', N'3600', N'1', N'3', N'2', N'900', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116045103', N'Seven Stones Plate Belt', N'1', N'2', N'3', N'4', N'5', N'52', N'3600', N'1', N'3', N'2', N'900', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116046101', N'Bonehewn Bandit War Belt', N'1', N'2', N'2', N'4', N'6', N'43', N'4000', N'1', N'3', N'2', N'900', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116046102', N'Hidden Catacomb Plate Belt', N'1', N'2', N'2', N'4', N'6', N'48', N'4000', N'1', N'3', N'2', N'900', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116046103', N'Hidden Seven Stones Plate Belt', N'1', N'2', N'2', N'4', N'6', N'53', N'4000', N'1', N'3', N'2', N'900', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'117012701', N'Tourmaline Crystal Necklace', N'1', N'2', N'0', N'17', N'2', N'13', N'0', N'0', N'1', N'0', N'400', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'118012101', N'Tantalus Crystal Earrings', N'1', N'2', N'0', N'17', N'2', N'18', N'0', N'0', N'1', N'0', N'200', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'119012501', N'Friendship Ring', N'1', N'2', N'0', N'17', N'2', N'7', N'0', N'0', N'1', N'0', N'300', N'570', N'94') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'119012502', N'Zombie Ring', N'1', N'2', N'0', N'17', N'2', N'7', N'0', N'0', N'1', N'0', N'300', N'570', N'94') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120012001', N'Fabric Gloves', N'1', N'2', N'0', N'1', N'2', N'3', N'4200', N'0', N'3', N'2', N'300', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014001', N'Scarlet Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'11', N'4400', N'1', N'3', N'2', N'300', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014002', N'Mousetrap Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'16', N'4400', N'1', N'3', N'2', N'300', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014003', N'Model Student Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014004', N'Holy Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'21', N'4400', N'1', N'3', N'2', N'300', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014005', N'Italian Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014006', N'Farvis Gloves', N'1', N'2', N'0', N'1', N'4', N'27', N'4400', N'1', N'3', N'2', N'300', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014007', N'Evil Gloves', N'1', N'2', N'0', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014011', N'Lv. 33 Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'33', N'4400', N'1', N'3', N'2', N'300', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014013', N'Lv. 37 Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'37', N'4400', N'1', N'3', N'2', N'300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015101', N'Bone Fleur Gloves', N'1', N'2', N'3', N'1', N'5', N'42', N'4600', N'1', N'3', N'2', N'300', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015102', N'Catacomb Fabric Gloves', N'1', N'2', N'3', N'1', N'5', N'47', N'4600', N'1', N'3', N'2', N'300', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015103', N'Seven Stones Fabric Gloves', N'1', N'2', N'3', N'1', N'5', N'52', N'4600', N'1', N'3', N'2', N'300', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016101', N'Bonehewn Lingee Gloves', N'1', N'2', N'2', N'1', N'6', N'43', N'5000', N'1', N'3', N'2', N'300', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016102', N'Hidden Catacomb Fabric Gloves', N'1', N'2', N'2', N'1', N'6', N'48', N'5000', N'1', N'3', N'2', N'300', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016103', N'Hidden Seven Stones Fabric Gloves', N'1', N'2', N'2', N'1', N'6', N'53', N'5000', N'1', N'3', N'2', N'300', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120022001', N'Leather Gloves', N'1', N'2', N'0', N'2', N'2', N'3', N'4200', N'0', N'3', N'2', N'400', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024001', N'Scarlet Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'11', N'4400', N'1', N'3', N'2', N'400', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024002', N'Mousetrap Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'16', N'4400', N'1', N'3', N'2', N'400', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024003', N'Model Student Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024004', N'Holy Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'21', N'4400', N'1', N'3', N'2', N'400', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024005', N'Italian Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'400', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024006', N'Farvis Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'27', N'4400', N'1', N'3', N'2', N'400', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024007', N'Evil Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'400', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024011', N'Lv. 33 Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'33', N'4400', N'1', N'3', N'2', N'400', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024013', N'Lv. 37 Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'37', N'4400', N'1', N'3', N'2', N'400', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025101', N'Bone Beatrice Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'42', N'4600', N'1', N'3', N'2', N'400', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025102', N'Catacomb Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'47', N'4600', N'1', N'3', N'2', N'400', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025103', N'Seven Stones Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'52', N'4600', N'1', N'3', N'2', N'400', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026101', N'Bonehewn Elodie Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'43', N'5000', N'1', N'3', N'2', N'400', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026102', N'Hidden Catacomb Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'48', N'5000', N'1', N'3', N'2', N'400', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026103', N'Hidden Seven Stones Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'53', N'5000', N'1', N'3', N'2', N'400', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120032001', N'Chain Gloves', N'1', N'2', N'0', N'3', N'2', N'3', N'4200', N'0', N'3', N'2', N'600', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034001', N'Scarlet Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'11', N'4400', N'1', N'3', N'2', N'600', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034002', N'Mousetrap Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'16', N'4400', N'1', N'3', N'2', N'600', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034003', N'Model Student Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034004', N'Holy Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'21', N'4400', N'1', N'3', N'2', N'600', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034005', N'Italian Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034006', N'Farvis Heavy Gloves', N'1', N'2', N'0', N'3', N'4', N'27', N'4400', N'1', N'3', N'2', N'600', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034007', N'Evil Heavy Gloves', N'1', N'2', N'0', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034011', N'Lv. 33 Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'33', N'4400', N'1', N'3', N'2', N'600', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034013', N'Lv. 37 Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'37', N'4400', N'1', N'3', N'2', N'600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035101', N'Bone Defenso Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'42', N'4600', N'1', N'3', N'2', N'600', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035102', N'Catacomb Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'47', N'4600', N'1', N'3', N'2', N'600', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035103', N'Seven Stones Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'52', N'4600', N'1', N'3', N'2', N'600', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036101', N'Bonehewn Hinch Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'43', N'5000', N'1', N'3', N'2', N'600', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036102', N'Hidden Catacomb Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'48', N'5000', N'1', N'3', N'2', N'600', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036103', N'Hidden Seven Stones Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'53', N'5000', N'1', N'3', N'2', N'600', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120042001', N'Plate Gloves', N'1', N'2', N'0', N'4', N'2', N'3', N'4200', N'0', N'3', N'2', N'1100', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044001', N'Scarlet Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'11', N'4400', N'1', N'3', N'2', N'1100', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044002', N'Mousetrap Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'16', N'4400', N'1', N'3', N'2', N'1100', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044003', N'Model Student Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044004', N'Holy Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'21', N'4400', N'1', N'3', N'2', N'1100', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044005', N'Italian Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'1100', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044006', N'Farvis Battle Gloves', N'1', N'2', N'0', N'4', N'4', N'27', N'4400', N'1', N'3', N'2', N'1100', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044007', N'Evil Battle Gloves', N'1', N'2', N'0', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'1100', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044011', N'Lv. 33 Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'33', N'4400', N'1', N'3', N'2', N'1100', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044013', N'Lv. 37 Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'37', N'4400', N'1', N'3', N'2', N'1100', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045101', N'Bone Fergana War Gloves', N'1', N'2', N'3', N'4', N'5', N'42', N'4600', N'1', N'3', N'2', N'1100', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045102', N'Catacomb Plate Gloves', N'1', N'2', N'3', N'4', N'5', N'47', N'4600', N'1', N'3', N'2', N'1100', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045103', N'Seven Stones Plate Gloves', N'1', N'2', N'3', N'4', N'5', N'52', N'4600', N'1', N'3', N'2', N'1100', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046101', N'Bonehewn Bandit War Gloves', N'1', N'2', N'2', N'4', N'6', N'43', N'5000', N'1', N'3', N'2', N'1100', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046102', N'Hidden Catacomb Plate Gloves', N'1', N'2', N'2', N'4', N'6', N'48', N'5000', N'1', N'3', N'2', N'1100', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046103', N'Hidden Seven Stones Plate Gloves', N'1', N'2', N'2', N'4', N'6', N'53', N'5000', N'1', N'3', N'2', N'1100', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014001', N'Bronze Blade', N'1', N'1', N'5', N'5', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014002', N'Iron Edge', N'1', N'1', N'5', N'5', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014003', N'Silver Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014004', N'Titanium Tyrant', N'1', N'1', N'5', N'5', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014005', N'Platinum Ray', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014006', N'Excellence', N'1', N'1', N'5', N'5', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014007', N'Phoenix', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014008', N'Golden Beam', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014009', N'Expert Dark Eye', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014010', N'Expert Hell Hound', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015001', N'Gloves Sword', N'1', N'1', N'3', N'5', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015002', N'Armored Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015003', N'Boozatron Sword', N'1', N'1', N'3', N'5', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015004', N'Hammer Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015005', N'Cursed Cataphract Sword', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015006', N'Giant Mole Sword', N'1', N'1', N'3', N'5', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015007', N'Dewey Decimator Sword', N'1', N'1', N'3', N'5', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015008', N'Cataphract Sword', N'1', N'1', N'3', N'5', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015009', N'Crimson Gloves Sword', N'1', N'1', N'3', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015010', N'Minotauros Lord Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015011', N'Sinful Seraph Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015012', N'Massive Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015013', N'Haken Platina Sword', N'1', N'1', N'3', N'5', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015014', N'Viper Sword', N'1', N'1', N'3', N'5', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015015', N'Stone Golem Sword', N'1', N'1', N'3', N'5', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015016', N'Massive Mole Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015017', N'Goliath Gorilla Sword', N'1', N'1', N'3', N'5', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015018', N'Giant Rafflesia Sword', N'1', N'1', N'3', N'5', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015019', N'Cyborg Gorilla Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015020', N'Sand Golem Sword', N'1', N'1', N'3', N'5', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015021', N'Giant Sandworm Sword', N'1', N'1', N'3', N'5', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015022', N'Spider Lady Sword', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015023', N'Baron Sword', N'1', N'1', N'3', N'5', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015024', N'Joker Sword', N'1', N'1', N'3', N'5', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015025', N'Chimera Sword', N'1', N'1', N'3', N'5', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015026', N'Conjugo Sword', N'1', N'1', N'3', N'5', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015027', N'Dire Knight Sword', N'1', N'1', N'3', N'5', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015028', N'Sparkle Sword', N'1', N'1', N'3', N'5', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015029', N'Demon King Sword', N'1', N'1', N'3', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015030', N'Mad Latiel Replica Sword', N'1', N'1', N'3', N'5', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015031', N'Gagarth Replica Sword', N'1', N'1', N'3', N'5', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015032', N'Aurosiac Replica Sword', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015501', N'Gloves Precious Sword', N'1', N'1', N'3', N'5', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015502', N'Armored Butcher Precious Sword', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015503', N'Boozatron Precious Sword', N'1', N'1', N'3', N'5', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015504', N'Hammer Butcher Precious Sword', N'1', N'1', N'3', N'5', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015505', N'Cursed Cataphract Precious Sword', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015506', N'Giant Mole Precious Sword', N'1', N'1', N'3', N'5', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015507', N'Dewey Decimator Precious Sword', N'1', N'1', N'3', N'5', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015508', N'Cataphract Precious Sword', N'1', N'1', N'3', N'5', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015509', N'Crimson Gloves Precious Sword', N'1', N'1', N'3', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015510', N'Minotauros Lord Precious Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015511', N'Sinful Seraph Precious Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015512', N'Massive Butcher Precious Sword', N'1', N'1', N'3', N'5', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015513', N'Haken Platina Precious Sword', N'1', N'1', N'3', N'5', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015514', N'Viper Precious Sword', N'1', N'1', N'3', N'5', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015515', N'Stone Golem Precious Sword', N'1', N'1', N'3', N'5', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015516', N'Massive Mole Precious Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015517', N'Goliath Gorilla Precious Sword', N'1', N'1', N'3', N'5', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015518', N'Giant Rafflesia Precious Sword', N'1', N'1', N'3', N'5', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015519', N'Cyborg Gorilla Precious Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015520', N'Sand Golem Precious Sword', N'1', N'1', N'3', N'5', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015521', N'Giant Sandworm Precious Sword', N'1', N'1', N'3', N'5', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015522', N'Spider Lady Precious Sword', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015523', N'Baron Precious Sword', N'1', N'1', N'3', N'5', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015524', N'Joker Precious Sword', N'1', N'1', N'3', N'5', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015525', N'Chimera Precious Sword', N'1', N'1', N'3', N'5', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015526', N'Conjugo Precious Sword', N'1', N'1', N'3', N'5', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015527', N'Dire Knight Precious Sword', N'1', N'1', N'3', N'5', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015528', N'Sparkle Precious Sword', N'1', N'1', N'3', N'5', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015529', N'Demon King Precious Sword', N'1', N'1', N'3', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015530', N'Mad Latiel Precious Sword', N'1', N'1', N'3', N'5', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015531', N'Gagarth Precious Sword', N'1', N'1', N'3', N'5', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015532', N'Aurosiac Precious Sword', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016001', N'Gloves Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016002', N'Armored Butcher Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016003', N'Boozatron Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016004', N'Hammer Butcher Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016005', N'Cursed Cataphract Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016006', N'Giant Mole Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016007', N'Dewey Decimator Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016008', N'Cataphract Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016009', N'Crimson Gloves Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016010', N'Minotauros Lord Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016011', N'Sinful Seraph Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016012', N'Massive Butcher Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016013', N'Haken Platina Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016014', N'Viper Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016015', N'Stone Golem Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016016', N'Massive Mole Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016017', N'Goliath Gorilla Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016018', N'Giant Rafflesia Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016019', N'Cyborg Gorilla Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016020', N'Sand Golem Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016021', N'Giant Sandworm Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016022', N'Spider Lady Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016023', N'Baron Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016024', N'Joker Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016025', N'Chimera Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016026', N'Conjugo Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016027', N'Dire Knight Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016028', N'Sparkle Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016029', N'Demon King Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016030', N'Mad Latiel Genuine Sword', N'1', N'2', N'3', N'5', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016031', N'Gagarth Genuine Sword', N'1', N'2', N'3', N'5', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016032', N'Aurosiac Genuine Sword', N'1', N'2', N'3', N'5', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024001', N'Outrage Mace', N'1', N'1', N'5', N'6', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024002', N'Violent Axe', N'1', N'1', N'5', N'6', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024003', N'Malice Axe', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024004', N'Tormenter', N'1', N'1', N'5', N'6', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024005', N'Turbulence', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024006', N'Chopper', N'1', N'1', N'5', N'6', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024007', N'Mauler', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024008', N'Bloodspill', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024009', N'Expert Bloody Murderer', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2203', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024010', N'Expert Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2203', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025001', N'Gloves Mace', N'1', N'1', N'3', N'6', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025002', N'Armored Butcher Axe', N'1', N'1', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025003', N'Boozatron Axe', N'1', N'1', N'3', N'6', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025004', N'Hammer Butcher Axe', N'1', N'1', N'3', N'6', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025005', N'Cursed Cataphract Axe', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025006', N'Giant Mole Axe', N'1', N'1', N'3', N'6', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025007', N'Dewey Decimator Axe', N'1', N'1', N'3', N'6', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025008', N'Cataphract Axe', N'1', N'1', N'3', N'6', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025009', N'Crimson Gloves Axe', N'1', N'1', N'3', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025010', N'Minotauros Lord Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025011', N'Sinful Seraph Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025012', N'Massive Butcher Mace', N'1', N'1', N'3', N'6', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025013', N'Haken Platina Mace', N'1', N'1', N'3', N'6', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025014', N'Viper Axe', N'1', N'1', N'3', N'6', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025015', N'Stone Golem Mace', N'1', N'1', N'3', N'6', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025016', N'Massive Mole Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025017', N'Goliath Gorilla Axe', N'1', N'1', N'3', N'6', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025018', N'Giant Rafflesia Axe', N'1', N'1', N'3', N'6', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025019', N'Cyborg Gorilla Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025020', N'Sand Golem Axe', N'1', N'1', N'3', N'6', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025021', N'Giant Sandworm Axe', N'1', N'1', N'3', N'6', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025022', N'Spider Lady Axe', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025023', N'Baron Axe', N'1', N'1', N'3', N'6', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025024', N'Joker Axe', N'1', N'1', N'3', N'6', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025025', N'Chimera Axe', N'1', N'1', N'3', N'6', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025026', N'Conjugo Axe', N'1', N'1', N'3', N'6', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025027', N'Dire Knight Axe', N'1', N'1', N'3', N'6', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025028', N'Sparkle Axe', N'1', N'1', N'3', N'6', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025029', N'Demon King Axe', N'1', N'1', N'3', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025030', N'Mad Latiel Replica Axe', N'1', N'1', N'3', N'6', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025031', N'Gagarth Replica Axe', N'1', N'1', N'3', N'6', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025032', N'Aurosiac Replica Axe', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025501', N'Gloves Precious Axe', N'1', N'1', N'3', N'6', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025502', N'Armored Butcher Precious Axe', N'1', N'1', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025503', N'Boozatron Precious Axe', N'1', N'1', N'3', N'6', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025504', N'Hammer Butcher Precious Axe', N'1', N'1', N'3', N'6', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025505', N'Cursed Cataphract Precious Axe', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025506', N'Giant Mole Precious Axe', N'1', N'1', N'3', N'6', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025507', N'Dewey Decimator Precious Axe', N'1', N'1', N'3', N'6', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025508', N'Cataphract Precious Axe', N'1', N'1', N'3', N'6', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025509', N'Crimson Gloves Precious Axe', N'1', N'1', N'3', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025510', N'Minotauros Lord Precious Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025511', N'Sinful Seraph Precious Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025512', N'Massive Butcher Precious Axe', N'1', N'1', N'3', N'6', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025513', N'Haken Platina Precious Axe', N'1', N'1', N'3', N'6', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025514', N'Viper Precious Axe', N'1', N'1', N'3', N'6', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025515', N'Stone Golem Precious Axe', N'1', N'1', N'3', N'6', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025516', N'Massive Mole Precious Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025517', N'Goliath Gorilla Precious Axe', N'1', N'1', N'3', N'6', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025518', N'Giant Rafflesia Precious Axe', N'1', N'1', N'3', N'6', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025519', N'Cyborg Gorilla Precious Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025520', N'Sand Golem Precious Axe', N'1', N'1', N'3', N'6', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025521', N'Giant Sandworm Precious Axe', N'1', N'1', N'3', N'6', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025522', N'Spider Lady Precious Axe', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025523', N'Baron Precious Axe', N'1', N'1', N'3', N'6', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025524', N'Joker Precious Axe', N'1', N'1', N'3', N'6', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025525', N'Chimera Precious Axe', N'1', N'1', N'3', N'6', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025526', N'Conjugo Precious Axe', N'1', N'1', N'3', N'6', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025527', N'Dire Knight Precious Axe', N'1', N'1', N'3', N'6', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025528', N'Sparkle Precious Axe', N'1', N'1', N'3', N'6', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025529', N'Demon King Precious Axe', N'1', N'1', N'3', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025530', N'Mad Latiel Precious Axe', N'1', N'1', N'3', N'6', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025531', N'Gagarth Precious Axe', N'1', N'1', N'3', N'6', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025532', N'Aurosiac Precious Axe', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026001', N'Gloves Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'9', N'10000', N'1', N'3', N'1', N'2200', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026002', N'Armored Butcher Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026003', N'Boozatron Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'12', N'10000', N'1', N'3', N'1', N'2200', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026004', N'Hammer Butcher Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'14', N'10000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026005', N'Cursed Cataphract Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'15', N'10000', N'1', N'3', N'1', N'2200', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026006', N'Giant Mole Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'17', N'10000', N'1', N'3', N'1', N'2200', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026007', N'Dewey Decimator Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'19', N'10000', N'1', N'3', N'1', N'2200', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026008', N'Cataphract Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'21', N'10000', N'1', N'3', N'1', N'2200', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026009', N'Crimson Gloves Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'22', N'10000', N'1', N'3', N'1', N'2200', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026010', N'Minotauros Lord Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026011', N'Sinful Seraph Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026012', N'Massive Butcher Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'28', N'10000', N'1', N'3', N'1', N'2200', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026013', N'Haken Platina Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'26', N'10000', N'1', N'3', N'1', N'2200', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026014', N'Viper Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'31', N'10000', N'1', N'3', N'1', N'2200', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026015', N'Stone Golem Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'29', N'10000', N'1', N'3', N'1', N'2200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026016', N'Massive Mole Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026017', N'Goliath Gorilla Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'33', N'10000', N'1', N'3', N'1', N'2200', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026018', N'Giant Rafflesia Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'38', N'10000', N'1', N'3', N'1', N'2200', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026019', N'Cyborg Gorilla Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026020', N'Sand Golem Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'36', N'10000', N'1', N'3', N'1', N'2200', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026021', N'Giant Sandworm Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'39', N'10000', N'1', N'3', N'1', N'2200', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026022', N'Spider Lady Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026023', N'Baron Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'43', N'10000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026024', N'Joker Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'44', N'10000', N'1', N'3', N'1', N'2200', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026025', N'Chimera Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'46', N'10000', N'1', N'3', N'1', N'2200', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026026', N'Conjugo Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'48', N'10000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026027', N'Dire Knight Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'49', N'10000', N'1', N'3', N'1', N'2200', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026028', N'Sparkle Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'51', N'10000', N'1', N'3', N'1', N'2200', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026029', N'Demon King Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'52', N'10000', N'1', N'3', N'1', N'2200', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026030', N'Mad Latiel Genuine Axe', N'1', N'2', N'3', N'6', N'6', N'53', N'9000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026031', N'Gagarth Genuine Axe', N'1', N'2', N'3', N'6', N'6', N'54', N'9000', N'1', N'3', N'1', N'2200', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026032', N'Aurosiac Genuine Axe', N'1', N'2', N'3', N'6', N'6', N'55', N'9000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034001', N'Super Magic Sword', N'1', N'1', N'5', N'7', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034002', N'Marvelous Magic Sword', N'1', N'1', N'5', N'7', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034003', N'Superb Magic Sword', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034004', N'Soul Slicer', N'1', N'1', N'5', N'7', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034005', N'Demon Dicer', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034006', N'Gremlin Gasher', N'1', N'1', N'5', N'7', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034007', N'Maniac Melter', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034008', N'Demon King Slayer', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034009', N'Expert Avenger', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034010', N'Maniac Melter', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035001', N'Gloves Magic Sword', N'1', N'1', N'3', N'7', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035002', N'Armored Butcher Magic Sword', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035003', N'Boozatron Magic Sword', N'1', N'1', N'3', N'7', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035004', N'Hammer Butcher Magic Sword', N'1', N'1', N'3', N'7', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035005', N'Cursed Cataphract Magic Sword', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035006', N'Giant Mole Magic Sword', N'1', N'1', N'3', N'7', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035007', N'Dewey Decimator Magic Sword', N'1', N'1', N'3', N'7', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035008', N'Cataphract Magic Sword', N'1', N'1', N'3', N'7', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035009', N'Crimson Gloves Magic Sword', N'1', N'1', N'3', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035010', N'Minotauros Lord Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035011', N'Sinful Seraph Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035012', N'Massive Butcher Magic Sword', N'1', N'1', N'3', N'7', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035013', N'Haken Platina Magic Sword', N'1', N'1', N'3', N'7', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035014', N'Viper Magic Sword', N'1', N'1', N'3', N'7', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035015', N'Stone Golem Magic Sword', N'1', N'1', N'3', N'7', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035016', N'Massive Mole Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035017', N'Goliath Gorilla Magic Sword', N'1', N'1', N'3', N'7', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035018', N'Giant Rafflesia Magic Sword', N'1', N'1', N'3', N'7', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035019', N'Cyborg Gorilla Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035020', N'Sand Golem Magic Sword', N'1', N'1', N'3', N'7', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035021', N'Giant Sandworm Magic Sword', N'1', N'1', N'3', N'7', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035022', N'Spider Lady Magic Sword', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035023', N'Baron Witch Sword', N'1', N'1', N'3', N'7', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035024', N'Joker Witch Sword', N'1', N'1', N'3', N'7', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035025', N'Chimera Witch Sword', N'1', N'1', N'3', N'7', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035026', N'Conjugo Magic Sword', N'1', N'1', N'3', N'7', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035027', N'Dire Knight Magic Sword', N'1', N'1', N'3', N'7', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035028', N'Sparkle Magic Sword', N'1', N'1', N'3', N'7', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035029', N'Demon King Magic Sword', N'1', N'1', N'3', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035030', N'Mad Latiel Replica Witch Sword', N'1', N'1', N'3', N'7', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035031', N'Gagarth Replica Witch Sword', N'1', N'1', N'3', N'7', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035032', N'Aurosiac Replica Witch Sword', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035501', N'Gloves Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035502', N'Armored Butcher Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035503', N'Boozatron Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035504', N'Hammer Butcher Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035505', N'Cursed Cataphract Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035506', N'Giant Mole Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035507', N'Dewey Decimator Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035508', N'Cataphract Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035509', N'Crimson Gloves Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035510', N'Minotauros Lord Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035511', N'Sinful Seraph Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035512', N'Massive Butcher Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035513', N'Haken Platina Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035514', N'Viper Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035515', N'Stone Golem Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035516', N'Massive Mole Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035517', N'Goliath Gorilla Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035518', N'Giant Rafflesia Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035519', N'Cyborg Gorilla Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035520', N'Sand Golem Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035521', N'Giant Sandworm Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035522', N'Spider Lady Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035523', N'Baron Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035524', N'Joker Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035525', N'Chimera Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035526', N'Conjugo Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035527', N'Dire Knight Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035528', N'Sparkle Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035529', N'Demon King Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035530', N'Mad Latiel Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035531', N'Gagarth Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035532', N'Aurosiac Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036001', N'Gloves Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'9', N'10000', N'1', N'3', N'1', N'2500', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036002', N'Armored Butcher Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036003', N'Boozatron Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'12', N'10000', N'1', N'3', N'1', N'2500', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036004', N'Hammer Butcher Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'14', N'10000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036005', N'Cursed Cataphract Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'15', N'10000', N'1', N'3', N'1', N'2500', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036006', N'Giant Mole Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'17', N'10000', N'1', N'3', N'1', N'2500', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036007', N'Dewey Decimator Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'19', N'10000', N'1', N'3', N'1', N'2500', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036008', N'Cataphract Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'21', N'10000', N'1', N'3', N'1', N'2500', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036009', N'Crimson Gloves Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'22', N'10000', N'1', N'3', N'1', N'2500', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036010', N'Minotauros Lord Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036011', N'Sinful Seraph Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036012', N'Massive Butcher Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'28', N'10000', N'1', N'3', N'1', N'2500', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036013', N'Haken Platina Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'26', N'10000', N'1', N'3', N'1', N'2500', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036014', N'Viper Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'31', N'10000', N'1', N'3', N'1', N'2500', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036015', N'Stone Golem Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'29', N'10000', N'1', N'3', N'1', N'2500', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036016', N'Massive Mole Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036017', N'Goliath Gorilla Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'33', N'10000', N'1', N'3', N'1', N'2500', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036018', N'Giant Rafflesia Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'38', N'10000', N'1', N'3', N'1', N'2500', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036019', N'Cyborg Gorilla Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036020', N'Sand Golem Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'36', N'10000', N'1', N'3', N'1', N'2500', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036021', N'Giant Sandworm Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'39', N'10000', N'1', N'3', N'1', N'2500', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036022', N'Spider Lady Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036023', N'Baron Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'43', N'10000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036024', N'Joker Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'44', N'10000', N'1', N'3', N'1', N'2500', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036025', N'Chimera Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'46', N'10000', N'1', N'3', N'1', N'2500', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036026', N'Conjugo Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'48', N'10000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036027', N'Dire Knight Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'49', N'10000', N'1', N'3', N'1', N'2500', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036028', N'Sparkle Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'51', N'10000', N'1', N'3', N'1', N'2500', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036029', N'Demon King Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'52', N'10000', N'1', N'3', N'1', N'2500', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036030', N'Mad Latiel Genuine Witch Sword', N'1', N'2', N'3', N'7', N'6', N'53', N'9000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036031', N'Gagarth Genuine Witch Sword', N'1', N'2', N'3', N'7', N'6', N'54', N'9000', N'1', N'3', N'1', N'2500', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036032', N'Aurosiac Genuine Witch Sword', N'1', N'2', N'3', N'7', N'6', N'55', N'9000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044001', N'Trickster Scythe', N'1', N'1', N'5', N'8', N'4', N'10', N'8000', N'1', N'3', N'1', N'2600', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044002', N'Charmer Scythe', N'1', N'1', N'5', N'8', N'4', N'15', N'8000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044003', N'Soothsayer Scythe', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044004', N'Aquila', N'1', N'1', N'5', N'8', N'4', N'25', N'8000', N'1', N'3', N'1', N'2600', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044005', N'Buteo', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044006', N'Bateleur', N'1', N'1', N'5', N'8', N'4', N'35', N'8000', N'1', N'3', N'1', N'2600', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044007', N'Caracara', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044008', N'Lammergeier', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044009', N'Expert Albatross', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044010', N'Bateleur', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045001', N'Gloves Scythe', N'1', N'1', N'3', N'8', N'5', N'9', N'9000', N'1', N'3', N'1', N'2600', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045002', N'Armored Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045003', N'Boozatron Scythe', N'1', N'1', N'3', N'8', N'5', N'12', N'9000', N'1', N'3', N'1', N'2600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045004', N'Hammer Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'14', N'9000', N'1', N'3', N'1', N'2600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045005', N'Cursed Cataphract Scythe', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045006', N'Giant Mole Scythe', N'1', N'1', N'3', N'8', N'5', N'17', N'9000', N'1', N'3', N'1', N'2600', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045007', N'Dewey Decimator Scythe', N'1', N'1', N'3', N'8', N'5', N'19', N'9000', N'1', N'3', N'1', N'2600', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045008', N'Cataphract Scythe', N'1', N'1', N'3', N'8', N'5', N'21', N'9000', N'1', N'3', N'1', N'2600', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045009', N'Crimson Gloves Scythe', N'1', N'1', N'3', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045010', N'Minotauros Lord Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045011', N'Sinful Seraph Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045012', N'Massive Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'28', N'9000', N'1', N'3', N'1', N'2600', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045013', N'Haken Platina Scythe', N'1', N'1', N'3', N'8', N'5', N'26', N'9000', N'1', N'3', N'1', N'2600', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045014', N'Viper Scythe', N'1', N'1', N'3', N'8', N'5', N'31', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045015', N'Stone Golem Scythe', N'1', N'1', N'3', N'8', N'5', N'29', N'9000', N'1', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045016', N'Massive Mole Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045017', N'Goliath Gorilla Scythe', N'1', N'1', N'3', N'8', N'5', N'33', N'9000', N'1', N'3', N'1', N'2600', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045018', N'Giant Rafflesia Scythe', N'1', N'1', N'3', N'8', N'5', N'38', N'9000', N'1', N'3', N'1', N'2600', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045019', N'Cyborg Gorilla Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045020', N'Sand Golem Scythe', N'1', N'1', N'3', N'8', N'5', N'36', N'9000', N'1', N'3', N'1', N'2600', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045021', N'Giant Sandworm Scythe', N'1', N'1', N'3', N'8', N'5', N'39', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045022', N'Spider Lady Scythe', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045023', N'Baron Scythe', N'1', N'1', N'3', N'8', N'5', N'43', N'9000', N'1', N'3', N'1', N'2600', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045024', N'Joker Scythe', N'1', N'1', N'3', N'8', N'5', N'44', N'9000', N'1', N'3', N'1', N'2600', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045025', N'Chimera Scythe', N'1', N'1', N'3', N'8', N'5', N'46', N'9000', N'1', N'3', N'1', N'2600', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045026', N'Conjugo Scythe', N'1', N'1', N'3', N'8', N'5', N'48', N'9000', N'1', N'3', N'1', N'2600', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045027', N'Dire Knight Scythe', N'1', N'1', N'3', N'8', N'5', N'49', N'9000', N'1', N'3', N'1', N'2600', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045028', N'Sparkle Scythe', N'1', N'1', N'3', N'8', N'5', N'51', N'9000', N'1', N'3', N'1', N'2600', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045029', N'Demon King Scythe', N'1', N'1', N'3', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045030', N'Mad Latiel Replica Scythe', N'1', N'1', N'3', N'8', N'5', N'53', N'9000', N'1', N'3', N'1', N'2600', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045031', N'Gagarth Replica Scythe', N'1', N'1', N'3', N'8', N'5', N'54', N'9000', N'1', N'3', N'1', N'2600', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045032', N'Aurosiac Replica Scythe', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045501', N'Gloves Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'9', N'9000', N'1', N'3', N'1', N'2600', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045502', N'Armored Butcher Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045503', N'Boozatron Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'12', N'9000', N'1', N'3', N'1', N'2600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045504', N'Hammer Butcher Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'14', N'9000', N'1', N'3', N'1', N'2600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045505', N'Cursed Cataphract Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045506', N'Giant Mole Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'17', N'9000', N'1', N'3', N'1', N'2600', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045507', N'Dewey Decimator Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'19', N'9000', N'1', N'3', N'1', N'2600', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045508', N'Cataphract Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'21', N'9000', N'1', N'3', N'1', N'2600', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045509', N'Crimson Gloves Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045510', N'Minotauros Lord Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045511', N'Sinful Seraph Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045512', N'Massive Butcher Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'28', N'9000', N'1', N'3', N'1', N'2600', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045513', N'Haken Platina Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'26', N'9000', N'1', N'3', N'1', N'2600', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045514', N'Viper Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'31', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045515', N'Stone Golem Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'29', N'9000', N'1', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045516', N'Massive Mole Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045517', N'Goliath Gorilla Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'33', N'9000', N'1', N'3', N'1', N'2600', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045518', N'Giant Rafflesia Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'38', N'9000', N'1', N'3', N'1', N'2600', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045519', N'Cyborg Gorilla Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045520', N'Sand Golem Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'36', N'9000', N'1', N'3', N'1', N'2600', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045521', N'Giant Sandworm Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'39', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045522', N'Spider Lady Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045523', N'Baron Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'43', N'9000', N'1', N'3', N'1', N'2600', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045524', N'Joker Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'44', N'9000', N'1', N'3', N'1', N'2600', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045525', N'Chimera Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'46', N'9000', N'1', N'3', N'1', N'2600', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045526', N'Conjugo Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'48', N'9000', N'1', N'3', N'1', N'2600', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045527', N'Dire Knight Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'49', N'9000', N'1', N'3', N'1', N'2600', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045528', N'Sparkle Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'51', N'9000', N'1', N'3', N'1', N'2600', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045529', N'Demon King Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045530', N'Mad Latiel Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'53', N'9000', N'1', N'3', N'1', N'2600', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045531', N'Gagarth Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'54', N'9000', N'1', N'3', N'1', N'2600', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045532', N'Aurosiac Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046001', N'Gloves Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'9', N'10000', N'1', N'3', N'1', N'2600', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046002', N'Armored Butcher Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'10', N'10000', N'1', N'3', N'1', N'2600', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046003', N'Boozatron Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'12', N'10000', N'1', N'3', N'1', N'2600', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046004', N'Hammer Butcher Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'14', N'10000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046005', N'Cursed Cataphract Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'15', N'10000', N'1', N'3', N'1', N'2600', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046006', N'Giant Mole Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'17', N'10000', N'1', N'3', N'1', N'2600', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046007', N'Dewey Decimator Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'19', N'10000', N'1', N'3', N'1', N'2600', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046008', N'Cataphract Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'21', N'10000', N'1', N'3', N'1', N'2600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046009', N'Crimson Gloves Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'22', N'10000', N'1', N'3', N'1', N'2600', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046010', N'Minotauros Lord Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'23', N'10000', N'1', N'3', N'1', N'2600', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046011', N'Sinful Seraph Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'23', N'10000', N'1', N'3', N'1', N'2600', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046012', N'Massive Butcher Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'28', N'10000', N'1', N'3', N'1', N'2600', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046013', N'Haken Platina Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'26', N'10000', N'1', N'3', N'1', N'2600', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046014', N'Viper Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'31', N'10000', N'1', N'3', N'1', N'2600', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046015', N'Stone Golem Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'29', N'10000', N'1', N'3', N'1', N'2600', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046016', N'Massive Mole Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'34', N'10000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046017', N'Goliath Gorilla Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'33', N'10000', N'1', N'3', N'1', N'2600', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046018', N'Giant Rafflesia Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'38', N'10000', N'1', N'3', N'1', N'2600', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046019', N'Cyborg Gorilla Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'34', N'10000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046020', N'Sand Golem Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'36', N'10000', N'1', N'3', N'1', N'2600', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046021', N'Giant Sandworm Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'39', N'10000', N'1', N'3', N'1', N'2600', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046022', N'Spider Lady Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046023', N'Baron Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'43', N'10000', N'1', N'3', N'1', N'2600', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046024', N'Joker Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'44', N'10000', N'1', N'3', N'1', N'2600', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046025', N'Chimera Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'46', N'10000', N'1', N'3', N'1', N'2600', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046026', N'Conjugo Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'48', N'10000', N'1', N'3', N'1', N'2600', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046027', N'Dire Knight Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'49', N'10000', N'1', N'3', N'1', N'2600', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046028', N'Sparkle Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'51', N'10000', N'1', N'3', N'1', N'2600', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046029', N'Demon King Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'52', N'10000', N'1', N'3', N'1', N'2600', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046030', N'Mad Latiel Genuine Scythe', N'1', N'2', N'3', N'8', N'6', N'53', N'9000', N'1', N'3', N'1', N'2600', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046031', N'Gagarth Genuine Scythe', N'1', N'2', N'3', N'8', N'6', N'54', N'9000', N'1', N'3', N'1', N'2600', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046032', N'Aurosiac Genuine Scythe', N'1', N'2', N'3', N'8', N'6', N'55', N'9000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054001', N'Grasper Gauntlet', N'1', N'1', N'5', N'9', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054002', N'Hook Gauntlet', N'1', N'1', N'5', N'9', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054003', N'Grip Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054004', N'Clang', N'1', N'1', N'5', N'9', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054005', N'Bang', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054006', N'Crasher', N'1', N'1', N'5', N'9', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054007', N'Clatter', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054008', N'Booming Roar', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054009', N'Expert Ox Breed', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054010', N'Expert Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055001', N'Gloves Gauntlets', N'1', N'1', N'3', N'9', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055002', N'Armored Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055003', N'Boozatron Gauntlets', N'1', N'1', N'3', N'9', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055004', N'Hammer Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055005', N'Cursed Cataphract Gauntlets', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055006', N'Giant Mole Gauntlets', N'1', N'1', N'3', N'9', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055007', N'Dewey Decimator Gauntlets', N'1', N'1', N'3', N'9', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055008', N'Cataphract Gauntlets', N'1', N'1', N'3', N'9', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055009', N'Crimson Gloves Gauntlets', N'1', N'1', N'3', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055010', N'Minotauros Lord Gauntlets', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055011', N'Sinful Seraph Gauntlets', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055012', N'Massive Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055013', N'Haken Platina Gauntlets', N'1', N'1', N'3', N'9', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055014', N'Viper Gauntlets', N'1', N'1', N'3', N'9', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055015', N'Stone Golem Gauntlets', N'1', N'1', N'3', N'9', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055016', N'Massive Mole Gauntlets', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055017', N'Goliath Gorilla Gauntlets', N'1', N'1', N'3', N'9', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055018', N'Giant Rafflesia Gauntlets', N'1', N'1', N'3', N'9', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055019', N'Cyborg Gorilla Gauntlets', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055020', N'Sand Golem Gauntlets', N'1', N'1', N'3', N'9', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055021', N'Giant Sandworm Gauntlets', N'1', N'1', N'3', N'9', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055022', N'Spider Lady Gauntlets', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055023', N'Baron Gauntlet', N'1', N'1', N'3', N'9', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055024', N'Joker Gauntlet', N'1', N'1', N'3', N'9', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055025', N'Chimera Gauntlet', N'1', N'1', N'3', N'9', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055026', N'Conjugo Gauntlet', N'1', N'1', N'3', N'9', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055027', N'Dire Knight Gauntlet', N'1', N'1', N'3', N'9', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055028', N'Sparkle Gauntlet', N'1', N'1', N'3', N'9', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055029', N'Demon King Gauntlet', N'1', N'1', N'3', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055030', N'Mad Latiel Replica Gauntlets', N'1', N'1', N'3', N'9', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055031', N'Gagarth Replica Gauntlets', N'1', N'1', N'3', N'9', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055032', N'Aurosiac Replica Gauntlets', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055501', N'Gloves Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055502', N'Armored Butcher Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055503', N'Boozatron Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055504', N'Hammer Butcher Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055505', N'Cursed Cataphract Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055506', N'Giant Mole Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055507', N'Dewey Decimator Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055508', N'Cataphract Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055509', N'Crimson Gloves Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055510', N'Minotauros Lord Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055511', N'Sinful Seraph Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055512', N'Massive Butcher Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055513', N'Haken Platina Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055514', N'Viper Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055515', N'Stone Golem Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055516', N'Massive Mole Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055517', N'Goliath Gorilla Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055518', N'Giant Rafflesia Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055519', N'Cyborg Gorilla Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055520', N'Sand Golem Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055521', N'Giant Sandworm Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055522', N'Spider Lady Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055523', N'Baron Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055524', N'Joker Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055525', N'Chimera Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055526', N'Conjugo Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055527', N'Dire Knight Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055528', N'Sparkle Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055529', N'Demon King Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055530', N'Mad Latiel Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055531', N'Gagarth Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055532', N'Aurosiac Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056001', N'Gloves Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'9', N'10000', N'1', N'3', N'1', N'2300', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056002', N'Armored Butcher Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056003', N'Boozatron Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'12', N'10000', N'1', N'3', N'1', N'2300', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056004', N'Hammer Butcher Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'14', N'10000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056005', N'Cursed Cataphract Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'15', N'10000', N'1', N'3', N'1', N'2300', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056006', N'Giant Mole Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'17', N'10000', N'1', N'3', N'1', N'2300', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056007', N'Dewey Decimator Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'19', N'10000', N'1', N'3', N'1', N'2300', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056008', N'Cataphract Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'21', N'10000', N'1', N'3', N'1', N'2300', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056009', N'Crimson Gloves Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'22', N'10000', N'1', N'3', N'1', N'2300', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056010', N'Minotauros Lord Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056011', N'Sinful Seraph Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056012', N'Massive Butcher Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'28', N'10000', N'1', N'3', N'1', N'2300', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056013', N'Haken Platina Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'26', N'10000', N'1', N'3', N'1', N'2300', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056014', N'Viper Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'31', N'10000', N'1', N'3', N'1', N'2300', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056015', N'Stone Golem Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'29', N'10000', N'1', N'3', N'1', N'2300', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056016', N'Massive Mole Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056017', N'Goliath Gorilla Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'33', N'10000', N'1', N'3', N'1', N'2300', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056018', N'Giant Rafflesia Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'38', N'10000', N'1', N'3', N'1', N'2300', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056019', N'Cyborg Gorilla Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056020', N'Sand Golem Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'36', N'10000', N'1', N'3', N'1', N'2300', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056021', N'Giant Sandworm Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'39', N'10000', N'1', N'3', N'1', N'2300', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056022', N'Spider Lady Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056023', N'Baron Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'43', N'10000', N'1', N'3', N'1', N'2300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056024', N'Joker Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'44', N'10000', N'1', N'3', N'1', N'2300', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056025', N'Chimera Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'46', N'10000', N'1', N'3', N'1', N'2300', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056026', N'Conjugo Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'48', N'10000', N'1', N'3', N'1', N'2300', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056027', N'Dire Knight Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'49', N'10000', N'1', N'3', N'1', N'2300', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056028', N'Sparkle Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'51', N'10000', N'1', N'3', N'1', N'2300', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056029', N'Demon King Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'52', N'10000', N'1', N'3', N'1', N'2300', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056030', N'Mad Latiel Genuine Gauntlets', N'1', N'2', N'3', N'9', N'6', N'53', N'9000', N'1', N'3', N'1', N'2300', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056031', N'Gagarth Genuine Gauntlets', N'1', N'2', N'3', N'9', N'6', N'54', N'9000', N'1', N'3', N'1', N'2300', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056032', N'Aurosiac Genuine Gauntlets', N'1', N'2', N'3', N'9', N'6', N'55', N'9000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064001', N'Edged Claw', N'1', N'1', N'5', N'10', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064002', N'Serrated Claw', N'1', N'1', N'5', N'10', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064003', N'Salient Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064004', N'Shifter', N'1', N'1', N'5', N'10', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064005', N'Ripper', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064006', N'Leviathan', N'1', N'1', N'5', N'10', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064007', N'Monstrosity', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064008', N'Big Paw', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064009', N'Expert Storm Rider', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064010', N'Expert Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065001', N'Gloves Claw', N'1', N'1', N'3', N'10', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065002', N'Armored Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065003', N'Boozatron Claw', N'1', N'1', N'3', N'10', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065004', N'Hammer Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065005', N'Cursed Cataphract Claw', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065006', N'Giant Mole Claw', N'1', N'1', N'3', N'10', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065007', N'Dewey Decimator Claw', N'1', N'1', N'3', N'10', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065008', N'Cataphract Claw', N'1', N'1', N'3', N'10', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065009', N'Crimson Gloves Claw', N'1', N'1', N'3', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065010', N'Minotauros Lord Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065011', N'Sinful Seraph Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065012', N'Massive Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065013', N'Haken Platina Claw', N'1', N'1', N'3', N'10', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065014', N'Viper Claw', N'1', N'1', N'3', N'10', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065015', N'Stone Golem Claw', N'1', N'1', N'3', N'10', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065016', N'Massive Mole Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065017', N'Goliath Gorilla Claw', N'1', N'1', N'3', N'10', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065018', N'Giant Rafflesia Claw', N'1', N'1', N'3', N'10', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065019', N'Cyborg Gorilla Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065020', N'Sand Golem Claw', N'1', N'1', N'3', N'10', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065021', N'Giant Sandworm Claw', N'1', N'1', N'3', N'10', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065022', N'Spider Lady Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065023', N'Baron Claw', N'1', N'1', N'3', N'10', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065024', N'Joker Claw', N'1', N'1', N'3', N'10', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065025', N'Chimera Claw', N'1', N'1', N'3', N'10', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065026', N'Conjugo Claw', N'1', N'1', N'3', N'10', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065027', N'Dire Knight Claw', N'1', N'1', N'3', N'10', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065028', N'Sparkle Claw', N'1', N'1', N'3', N'10', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065029', N'Demon King Claw', N'1', N'1', N'3', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065030', N'Mad Latiel Replica Claw', N'1', N'1', N'3', N'10', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065031', N'Gagarth Replica Claw', N'1', N'1', N'3', N'10', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065032', N'Aurosiac Replica Claw', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065501', N'Gloves Precious Claw', N'1', N'1', N'3', N'10', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065502', N'Armored Butcher Precious Claw', N'1', N'1', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065503', N'Boozatron Precious Claw', N'1', N'1', N'3', N'10', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065504', N'Hammer Butcher Precious Claw', N'1', N'1', N'3', N'10', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065505', N'Cursed Cataphract Precious Claw', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065506', N'Giant Mole Precious Claw', N'1', N'1', N'3', N'10', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065507', N'Dewey Decimator Precious Claw', N'1', N'1', N'3', N'10', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065508', N'Cataphract Precious Claw', N'1', N'1', N'3', N'10', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065509', N'Crimson Gloves Precious Claw', N'1', N'1', N'3', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065510', N'Minotauros Lord Precious Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065511', N'Sinful Seraph Precious Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065512', N'Massive Butcher Precious Claw', N'1', N'1', N'3', N'10', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065513', N'Haken Platina Precious Claw', N'1', N'1', N'3', N'10', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065514', N'Viper Precious Claw', N'1', N'1', N'3', N'10', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065515', N'Stone Golem Precious Claw', N'1', N'1', N'3', N'10', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065516', N'Massive Mole Precious Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065517', N'Goliath Gorilla Precious Claw', N'1', N'1', N'3', N'10', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065518', N'Giant Rafflesia Precious Claw', N'1', N'1', N'3', N'10', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065519', N'Cyborg Gorilla Precious Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065520', N'Sand Golem Precious Claw', N'1', N'1', N'3', N'10', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065521', N'Giant Sandworm Precious Claw', N'1', N'1', N'3', N'10', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065522', N'Spider Lady Precious Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065523', N'Baron Precious Claw', N'1', N'1', N'3', N'10', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065524', N'Joker Precious Claw', N'1', N'1', N'3', N'10', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065525', N'Chimera Precious Claw', N'1', N'1', N'3', N'10', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065526', N'Conjugo Precious Claw', N'1', N'1', N'3', N'10', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065527', N'Dire Knight Precious Claw', N'1', N'1', N'3', N'10', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065528', N'Sparkle Precious Claw', N'1', N'1', N'3', N'10', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065529', N'Demon King Precious Claw', N'1', N'1', N'3', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065530', N'Mad Latiel Precious Claw', N'1', N'1', N'3', N'10', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065531', N'Gagarth Precious Claw', N'1', N'1', N'3', N'10', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065532', N'Aurosiac Precious Claw', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066001', N'Gloves Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066002', N'Armored Butcher Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066003', N'Boozatron Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066004', N'Hammer Butcher Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066005', N'Cursed Cataphract Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066006', N'Giant Mole Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066007', N'Dewey Decimator Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066008', N'Cataphract Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066009', N'Crimson Gloves Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066010', N'Minotauros Lord Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066011', N'Sinful Seraph Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066012', N'Massive Butcher Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066013', N'Haken Platina Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066014', N'Viper Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066015', N'Stone Golem Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066016', N'Massive Mole Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066017', N'Goliath Gorilla Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066018', N'Giant Rafflesia Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066019', N'Cyborg Gorilla Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066020', N'Sand Golem Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066021', N'Giant Sandworm Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066022', N'Spider Lady Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066023', N'Baron Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066024', N'Joker Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066025', N'Chimera Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066026', N'Conjugo Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066027', N'Dire Knight Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066028', N'Sparkle Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066029', N'Demon King Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066030', N'Mad Latiel Genuine Claw', N'1', N'2', N'3', N'10', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066031', N'Gagarth Genuine Claw', N'1', N'2', N'3', N'10', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066032', N'Aurosiac Genuine Claw', N'1', N'2', N'3', N'10', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074001', N'Speedy Revolver', N'1', N'1', N'5', N'11', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074002', N'Rapid Revolver', N'1', N'1', N'5', N'11', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074003', N'Swift Revolver', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074004', N'Bee', N'1', N'1', N'5', N'11', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074005', N'Yellowjacket', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074006', N'Wily Wasp', N'1', N'1', N'5', N'11', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074007', N'Sneaky Stinger', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074008', N'Hasty Hornet', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074009', N'Expert Ignore', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074010', N'Sneaky Stinger', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075001', N'Gloves Revolver', N'1', N'1', N'3', N'11', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075002', N'Armored Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075003', N'Boozatron Revolver', N'1', N'1', N'3', N'11', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075004', N'Hammer Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075005', N'Cursed Cataphract Revolver', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075006', N'Giant Mole Revolver', N'1', N'1', N'3', N'11', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075007', N'Dewey Decimator Revolver', N'1', N'1', N'3', N'11', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075008', N'Cataphract Revolver', N'1', N'1', N'3', N'11', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075009', N'Crimson Gloves Revolver', N'1', N'1', N'3', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075010', N'Minotauros Lord Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075011', N'Sinful Seraph Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075012', N'Massive Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075013', N'Haken Platina Revolver', N'1', N'1', N'3', N'11', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075014', N'Viper Revolver', N'1', N'1', N'3', N'11', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075015', N'Stone Golem Revolver', N'1', N'1', N'3', N'11', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075016', N'Massive Mole Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075017', N'Goliath Gorilla Revolver', N'1', N'1', N'3', N'11', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075018', N'Giant Rafflesia Revolver', N'1', N'1', N'3', N'11', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075019', N'Cyborg Gorilla Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075020', N'Sand Golem Revolver', N'1', N'1', N'3', N'11', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075021', N'Giant Sandworm Revolver', N'1', N'1', N'3', N'11', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075022', N'Spider Lady Revolver', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075023', N'Baron Revolver', N'1', N'1', N'3', N'11', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075024', N'Joker Revolver', N'1', N'1', N'3', N'11', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075025', N'Chimera Revolver', N'1', N'1', N'3', N'11', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075026', N'Conjugo Revolver', N'1', N'1', N'3', N'11', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075027', N'Dire Knight Revolver', N'1', N'1', N'3', N'11', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075028', N'Sparkle Revolver', N'1', N'1', N'3', N'11', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075029', N'Demon King Revolver', N'1', N'1', N'3', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075030', N'Mad Latiel Replica Revolver', N'1', N'1', N'3', N'11', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075031', N'Gagarth Replica Revolver', N'1', N'1', N'3', N'11', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075032', N'Aurosiac Replica Revolver', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075501', N'Gloves Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075502', N'Armored Butcher Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075503', N'Boozatron Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075504', N'Hammer Butcher Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075505', N'Cursed Cataphract Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075506', N'Giant Mole Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075507', N'Dewey Decimator Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075508', N'Cataphract Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075509', N'Crimson Gloves Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075510', N'Minotauros Lord Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075511', N'Sinful Seraph Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075512', N'Massive Butcher Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075513', N'Haken Platina Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075514', N'Viper Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075515', N'Stone Golem Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075516', N'Massive Mole Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075517', N'Goliath Gorilla Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075518', N'Giant Rafflesia Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075519', N'Cyborg Gorilla Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075520', N'Sand Golem Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075521', N'Giant Sandworm Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075522', N'Spider Lady Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075523', N'Baron Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075524', N'Joker Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075525', N'Chimera Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075526', N'Conjugo Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075527', N'Dire Knight Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075528', N'Sparkle Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075529', N'Demon King Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075530', N'Mad Latiel Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075531', N'Gagarth Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075532', N'Aurosiac Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076001', N'Gloves Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076002', N'Armored Butcher Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076003', N'Boozatron Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076004', N'Hammer Butcher Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076005', N'Cursed Cataphract Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076006', N'Giant Mole Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076007', N'Dewey Decimator Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076008', N'Cataphract Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076009', N'Crimson Gloves Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076010', N'Minotauros Lord Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076011', N'Sinful Seraph Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076012', N'Massive Butcher Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076013', N'Haken Platina Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076014', N'Viper Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076015', N'Stone Golem Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076016', N'Massive Mole Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076017', N'Goliath Gorilla Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076018', N'Giant Rafflesia Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076019', N'Cyborg Gorilla Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076020', N'Sand Golem Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076021', N'Giant Sandworm Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076022', N'Spider Lady Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076023', N'Baron Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076024', N'Joker Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076025', N'Chimera Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076026', N'Conjugo Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076027', N'Dire Knight Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076028', N'Sparkle Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076029', N'Demon King Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076030', N'Mad Latiel Genuine Revolver', N'1', N'2', N'3', N'11', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076031', N'Gagarth Genuine Revolver', N'1', N'2', N'3', N'11', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076032', N'Aurosiac Genuine Revolver', N'1', N'2', N'3', N'11', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084001', N'Bold Musket', N'1', N'1', N'5', N'12', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084002', N'Quick Musket', N'1', N'1', N'5', N'12', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084003', N'Slick Musket', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084004', N'Rattler', N'1', N'1', N'5', N'12', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084005', N'Taipan', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084006', N'Krait', N'1', N'1', N'5', N'12', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084007', N'Vicious Viper', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084008', N'Black Mamba', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084009', N'Expert Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084010', N'Krait', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085001', N'Gloves Musket', N'1', N'1', N'3', N'12', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085002', N'Armored Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085003', N'Boozatron Musket', N'1', N'1', N'3', N'12', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085004', N'Hammer Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085005', N'Cursed Cataphract Musket', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085006', N'Giant Mole Musket', N'1', N'1', N'3', N'12', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085007', N'Dewey Decimator Musket', N'1', N'1', N'3', N'12', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085008', N'Cataphract Musket', N'1', N'1', N'3', N'12', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085009', N'Crimson Gloves Musket', N'1', N'1', N'3', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085010', N'Minotauros Lord Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085011', N'Sinful Seraph Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085012', N'Massive Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085013', N'Haken Platina Musket', N'1', N'1', N'3', N'12', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085014', N'Viper Musket', N'1', N'1', N'3', N'12', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085015', N'Stone Golem Musket', N'1', N'1', N'3', N'12', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085016', N'Massive Mole Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085017', N'Goliath Gorilla Musket', N'1', N'1', N'3', N'12', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085018', N'Giant Rafflesia Musket', N'1', N'1', N'3', N'12', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085019', N'Cyborg Gorilla Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085020', N'Sand Golem Musket', N'1', N'1', N'3', N'12', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085021', N'Giant Sandworm Musket', N'1', N'1', N'3', N'12', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085022', N'Spider Lady Musket', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085023', N'Baron Musket', N'1', N'1', N'3', N'12', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085024', N'Joker Musket', N'1', N'1', N'3', N'12', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085025', N'Chimera Musket', N'1', N'1', N'3', N'12', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085026', N'Conjugo Musket', N'1', N'1', N'3', N'12', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085027', N'Dire Knight Musket', N'1', N'1', N'3', N'12', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085028', N'Sparkle Musket', N'1', N'1', N'3', N'12', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085029', N'Demon King Musket', N'1', N'1', N'3', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085030', N'Mad Latiel Replica Musket', N'1', N'1', N'3', N'12', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085031', N'Gagarth Replica Musket', N'1', N'1', N'3', N'12', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085032', N'Aurosiac Replica Musket', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085501', N'Gloves Precious Musket', N'1', N'1', N'3', N'12', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085502', N'Armored Butcher Precious Musket', N'1', N'1', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085503', N'Boozatron Precious Musket', N'1', N'1', N'3', N'12', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085504', N'Hammer Butcher Precious Musket', N'1', N'1', N'3', N'12', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085505', N'Cursed Cataphract Precious Musket', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085506', N'Giant Mole Precious Musket', N'1', N'1', N'3', N'12', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085507', N'Dewey Decimator Precious Musket', N'1', N'1', N'3', N'12', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085508', N'Cataphract Precious Musket', N'1', N'1', N'3', N'12', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085509', N'Crimson Gloves Precious Musket', N'1', N'1', N'3', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085510', N'Minotauros Lord Precious Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085511', N'Sinful Seraph Precious Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085512', N'Massive Butcher Precious Musket', N'1', N'1', N'3', N'12', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085513', N'Haken Platina Precious Musket', N'1', N'1', N'3', N'12', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085514', N'Viper Precious Musket', N'1', N'1', N'3', N'12', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085515', N'Stone Golem Precious Musket', N'1', N'1', N'3', N'12', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085516', N'Massive Mole Precious Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085517', N'Goliath Gorilla Precious Musket', N'1', N'1', N'3', N'12', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085518', N'Giant Rafflesia Precious Musket', N'1', N'1', N'3', N'12', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085519', N'Cyborg Gorilla Precious Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085520', N'Sand Golem Precious Musket', N'1', N'1', N'3', N'12', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085521', N'Giant Sandworm Precious Musket', N'1', N'1', N'3', N'12', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085522', N'Spider Lady Precious Musket', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085523', N'Baron Precious Musket', N'1', N'1', N'3', N'12', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085524', N'Joker Precious Musket', N'1', N'1', N'3', N'12', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085525', N'Chimera Precious Musket', N'1', N'1', N'3', N'12', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085526', N'Conjugo Precious Musket', N'1', N'1', N'3', N'12', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085527', N'Dire Knight Precious Musket', N'1', N'1', N'3', N'12', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085528', N'Sparkle Precious Musket', N'1', N'1', N'3', N'12', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085529', N'Demon King Precious Musket', N'1', N'1', N'3', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085530', N'Mad Latiel Precious Musket', N'1', N'1', N'3', N'12', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085531', N'Gagarth Precious Musket', N'1', N'1', N'3', N'12', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085532', N'Aurosiac Precious Musket', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086001', N'Gloves Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'9', N'10000', N'1', N'3', N'1', N'2200', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086002', N'Armored Butcher Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086003', N'Boozatron Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'12', N'10000', N'1', N'3', N'1', N'2200', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086004', N'Hammer Butcher Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'14', N'10000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086005', N'Cursed Cataphract Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'15', N'10000', N'1', N'3', N'1', N'2200', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086006', N'Giant Mole Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'17', N'10000', N'1', N'3', N'1', N'2200', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086007', N'Dewey Decimator Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'19', N'10000', N'1', N'3', N'1', N'2200', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086008', N'Cataphract Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'21', N'10000', N'1', N'3', N'1', N'2200', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086009', N'Crimson Gloves Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'22', N'10000', N'1', N'3', N'1', N'2200', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086010', N'Minotauros Lord Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086011', N'Sinful Seraph Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086012', N'Massive Butcher Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'28', N'10000', N'1', N'3', N'1', N'2200', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086013', N'Haken Platina Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'26', N'10000', N'1', N'3', N'1', N'2200', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086014', N'Viper Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'31', N'10000', N'1', N'3', N'1', N'2200', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086015', N'Stone Golem Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'29', N'10000', N'1', N'3', N'1', N'2200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086016', N'Massive Mole Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086017', N'Goliath Gorilla Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'33', N'10000', N'1', N'3', N'1', N'2200', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086018', N'Giant Rafflesia Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'38', N'10000', N'1', N'3', N'1', N'2200', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086019', N'Cyborg Gorilla Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086020', N'Sand Golem Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'36', N'10000', N'1', N'3', N'1', N'2200', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086021', N'Giant Sandworm Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'39', N'10000', N'1', N'3', N'1', N'2200', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086022', N'Spider Lady Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086023', N'Baron Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'43', N'10000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086024', N'Joker Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'44', N'10000', N'1', N'3', N'1', N'2200', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086025', N'Chimera Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'46', N'10000', N'1', N'3', N'1', N'2200', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086026', N'Conjugo Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'48', N'10000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086027', N'Dire Knight Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'49', N'10000', N'1', N'3', N'1', N'2200', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086028', N'Sparkle Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'51', N'10000', N'1', N'3', N'1', N'2200', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086029', N'Demon King Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'52', N'10000', N'1', N'3', N'1', N'2200', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086030', N'Mad Latiel Genuine Musket', N'1', N'2', N'3', N'12', N'6', N'53', N'9000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086031', N'Gagarth Genuine Musket', N'1', N'2', N'3', N'12', N'6', N'54', N'9000', N'1', N'3', N'1', N'2200', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086032', N'Aurosiac Genuine Musket', N'1', N'2', N'3', N'12', N'6', N'55', N'9000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094001', N'Expert Ramnus', N'1', N'1', N'5', N'55', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094002', N'Expert Diospiros', N'1', N'1', N'5', N'55', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094003', N'Expert Illex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094004', N'Expert Actinidia', N'1', N'1', N'5', N'55', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094005', N'Expert Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094006', N'Expert Prunus', N'1', N'1', N'5', N'55', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094007', N'Expert Kapainus', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094008', N'Expert Vitis', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094009', N'Expert Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094010', N'Expert Strobe', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095001', N'Gloves Twin Swords', N'1', N'1', N'3', N'55', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095002', N'Armored Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095003', N'Boozatron Twin Swords', N'1', N'1', N'3', N'55', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095004', N'Hammer Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095005', N'Cursed Cataphract Twin Swords', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095006', N'Giant Mole Twin Swords', N'1', N'1', N'3', N'55', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095007', N'Dewey Decimator Twin Swords', N'1', N'1', N'3', N'55', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095008', N'Cataphract Twin Swords', N'1', N'1', N'3', N'55', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095009', N'Crimson Gloves Twin Swords', N'1', N'1', N'3', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095010', N'Minotauros Lord Twin Swords', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095011', N'Sinful Seraph Twin Swords', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095012', N'Massive Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095013', N'Haken Platina Twin Swords', N'1', N'1', N'3', N'55', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095014', N'Viper Twin Swords', N'1', N'1', N'3', N'55', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095015', N'Stone Golem Twin Swords', N'1', N'1', N'3', N'55', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095016', N'Massive Mole Twin Swords', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095017', N'Goliath Gorilla Twin Swords', N'1', N'1', N'3', N'55', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095018', N'Giant Rafflesia Twin Swords', N'1', N'1', N'3', N'55', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095019', N'Cyborg Gorilla Twin Swords', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095020', N'Sand Golem Twin Swords', N'1', N'1', N'3', N'55', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095021', N'Giant Sandworm Twin Swords', N'1', N'1', N'3', N'55', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095022', N'Spider Lady Twin Swords', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095023', N'Baron Twin Swords', N'1', N'1', N'3', N'55', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095024', N'Joker Twin Swords', N'1', N'1', N'3', N'55', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095025', N'Chimera Twin Swords', N'1', N'1', N'3', N'55', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095026', N'Conjugo Twin Swords', N'1', N'1', N'3', N'55', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095027', N'Dire Knight Twin Swords', N'1', N'1', N'3', N'55', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095028', N'Sparkle Twin Swords', N'1', N'1', N'3', N'55', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095029', N'Demon King Twin Swords', N'1', N'1', N'3', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095030', N'Mad Latiel Replica Twin Swords', N'1', N'1', N'3', N'55', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095031', N'Gagarth Replica Twin Swords', N'1', N'1', N'3', N'55', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095032', N'Aurosiac Replica Twin Swords', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095501', N'Gloves Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095502', N'Armored Butcher Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095503', N'Boozatron Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095504', N'Hammer Butcher Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095505', N'Cursed Cataphract Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095506', N'Giant Mole Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095507', N'Dewey Decimator Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095508', N'Cataphract Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095509', N'Crimson Gloves Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095510', N'Minotauros Lord Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095511', N'Sinful Seraph Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095512', N'Massive Butcher Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095513', N'Haken Platina Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095514', N'Viper Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095515', N'Stone Golem Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095516', N'Massive Mole Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095517', N'Goliath Gorilla Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095518', N'Giant Rafflesia Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095519', N'Cyborg Gorilla Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095520', N'Sand Golem Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095521', N'Giant Sandworm Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095522', N'Spider Lady Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095523', N'Baron Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095524', N'Joker Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095525', N'Chimera Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095526', N'Conjugo Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095527', N'Dire Knight Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095528', N'Sparkle Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095529', N'Demon King Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095530', N'Mad Latiel Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095531', N'Gagarth Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095532', N'Aurosiac Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096001', N'Gloves Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096002', N'Armored Butcher Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096003', N'Boozatron Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096004', N'Hammer Butcher Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096005', N'Cursed Cataphract Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096006', N'Giant Mole Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096007', N'Dewey Decimator Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096008', N'Cataphract Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096009', N'Crimson Gloves Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096010', N'Minotauros Lord Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096011', N'Sinful Seraph Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096012', N'Massive Butcher Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096013', N'Haken Platina Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096014', N'Viper Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096015', N'Stone Golem Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096016', N'Massive Mole Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096017', N'Goliath Gorilla Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096018', N'Giant Rafflesia Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096019', N'Cyborg Gorilla Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096020', N'Sand Golem Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096021', N'Giant Sandworm Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096022', N'Spider Lady Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096023', N'Baron Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096024', N'Joker Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096025', N'Chimera Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096026', N'Conjugo Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096027', N'Dire Knight Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096028', N'Sparkle Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096029', N'Demon King Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096030', N'Mad Latiel Genuine Twin Swords', N'1', N'2', N'3', N'55', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096031', N'Gagarth Genuine Twin Swords', N'1', N'2', N'3', N'55', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096032', N'Aurosiac Genuine Twin Swords', N'1', N'2', N'3', N'55', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114001', N'Expert Borealis', N'1', N'1', N'5', N'56', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114002', N'Expert Pormosus', N'1', N'1', N'5', N'56', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114003', N'Expert Seminolus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114004', N'Expert Philotis', N'1', N'1', N'5', N'56', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114005', N'Expert Pipistrelus', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114006', N'Expert Gigas', N'1', N'1', N'5', N'56', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114007', N'Expert Megarophila', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114008', N'Expert Cinereus', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114009', N'Expert Noctivegans', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114010', N'Expert Plekotooth', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115001', N'Gloves Glaive', N'1', N'1', N'3', N'56', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115002', N'Armored Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115003', N'Boozatron Glaive', N'1', N'1', N'3', N'56', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115004', N'Hammer Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115005', N'Cursed Cataphract Glaive', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115006', N'Giant Mole Glaive', N'1', N'1', N'3', N'56', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115007', N'Dewey Decimator Glaive', N'1', N'1', N'3', N'56', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115008', N'Cataphract Glaive', N'1', N'1', N'3', N'56', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115009', N'Crimson Gloves Glaive', N'1', N'1', N'3', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115010', N'Minotauros Lord Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115011', N'Sinful Seraph Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115012', N'Massive Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115013', N'Haken Platina Glaive', N'1', N'1', N'3', N'56', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115014', N'Viper Glaive', N'1', N'1', N'3', N'56', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115015', N'Stone Golem Glaive', N'1', N'1', N'3', N'56', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115016', N'Massive Mole Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115017', N'Goliath Gorilla Glaive', N'1', N'1', N'3', N'56', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115018', N'Giant Rafflesia Glaive', N'1', N'1', N'3', N'56', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115019', N'Cyborg Gorilla Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115020', N'Sand Golem Glaive', N'1', N'1', N'3', N'56', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115021', N'Giant Sandworm Glaive', N'1', N'1', N'3', N'56', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115022', N'Spider Lady Glaive', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115023', N'Baron Glaive', N'1', N'1', N'3', N'56', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115024', N'Joker Glaive', N'1', N'1', N'3', N'56', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115025', N'Chimera Glaive', N'1', N'1', N'3', N'56', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115026', N'Conjugo Glaive', N'1', N'1', N'3', N'56', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115027', N'Dire Knight Glaive', N'1', N'1', N'3', N'56', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115028', N'Sparkle Glaive', N'1', N'1', N'3', N'56', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115029', N'Demon King Glaive', N'1', N'1', N'3', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115030', N'Mad Latiel Replica Glaive', N'1', N'1', N'3', N'56', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115031', N'Gagarth Replica Glaive', N'1', N'1', N'3', N'56', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115032', N'Aurosiac Replica Glaive', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115501', N'Gloves Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115502', N'Armored Butcher Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115503', N'Boozatron Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115504', N'Hammer Butcher Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115505', N'Cursed Cataphract Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115506', N'Giant Mole Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115507', N'Dewey Decimator Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115508', N'Cataphract Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115509', N'Crimson Gloves Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115510', N'Minotauros Lord Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115511', N'Sinful Seraph Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115512', N'Massive Butcher Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115513', N'Haken Platina Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115514', N'Viper Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115515', N'Stone Golem Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115516', N'Massive Mole Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115517', N'Goliath Gorilla Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115518', N'Giant Rafflesia Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115519', N'Cyborg Gorilla Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115520', N'Sand Golem Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115521', N'Giant Sandworm Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115522', N'Spider Lady Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115523', N'Baron Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115524', N'Joker Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115525', N'Chimera Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115526', N'Conjugo Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115527', N'Dire Knight Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115528', N'Sparkle Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115529', N'Demon King Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115530', N'Mad Latiel Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115531', N'Gagarth Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115532', N'Aurosiac Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116001', N'Gloves Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'9', N'10000', N'1', N'3', N'1', N'2500', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116002', N'Armored Butcher Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116003', N'Boozatron Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'12', N'10000', N'1', N'3', N'1', N'2500', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116004', N'Hammer Butcher Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'14', N'10000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116005', N'Cursed Cataphract Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'15', N'10000', N'1', N'3', N'1', N'2500', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116006', N'Giant Mole Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'17', N'10000', N'1', N'3', N'1', N'2500', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116007', N'Dewey Decimator Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'19', N'10000', N'1', N'3', N'1', N'2500', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116008', N'Cataphract Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'21', N'10000', N'1', N'3', N'1', N'2500', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116009', N'Crimson Gloves Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'22', N'10000', N'1', N'3', N'1', N'2500', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116010', N'Minotauros Lord Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116011', N'Sinful Seraph Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116012', N'Massive Butcher Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'28', N'10000', N'1', N'3', N'1', N'2500', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116013', N'Haken Platina Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'26', N'10000', N'1', N'3', N'1', N'2500', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116014', N'Viper Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'31', N'10000', N'1', N'3', N'1', N'2500', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116015', N'Stone Golem Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'29', N'10000', N'1', N'3', N'1', N'2500', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116016', N'Massive Mole Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116017', N'Goliath Gorilla Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'33', N'10000', N'1', N'3', N'1', N'2500', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116018', N'Giant Rafflesia Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'38', N'10000', N'1', N'3', N'1', N'2500', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116019', N'Cyborg Gorilla Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116020', N'Sand Golem Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'36', N'10000', N'1', N'3', N'1', N'2500', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116021', N'Giant Sandworm Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'39', N'10000', N'1', N'3', N'1', N'2500', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116022', N'Spider Lady Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116023', N'Baron Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'43', N'10000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116024', N'Joker Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'44', N'10000', N'1', N'3', N'1', N'2500', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116025', N'Chimera Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'46', N'10000', N'1', N'3', N'1', N'2500', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116026', N'Conjugo Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'48', N'10000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116027', N'Dire Knight Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'49', N'10000', N'1', N'3', N'1', N'2500', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116028', N'Sparkle Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'51', N'10000', N'1', N'3', N'1', N'2500', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116029', N'Demon King Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'52', N'10000', N'1', N'3', N'1', N'2500', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116030', N'Mad Latiel Genuine Glaive', N'1', N'2', N'3', N'56', N'6', N'53', N'9000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116031', N'Gagarth Genuine Glaive', N'1', N'2', N'3', N'56', N'6', N'54', N'9000', N'1', N'3', N'1', N'2500', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116032', N'Aurosiac Genuine Glaive', N'1', N'2', N'3', N'56', N'6', N'55', N'9000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134001', N'Expert Aureus', N'1', N'1', N'5', N'57', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134002', N'Expert Aljerensis', N'1', N'1', N'5', N'57', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134003', N'Expert Antus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134004', N'Expert Vea', N'1', N'1', N'5', N'57', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134005', N'Expert Crusemani', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134006', N'Expert Indicus', N'1', N'1', N'5', N'57', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134007', N'Expert Rupaster', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134008', N'Expert Naria', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134009', N'Expert Liparius', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134010', N'Expert Diceros', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135001', N'Gloves Demon Hands', N'1', N'1', N'3', N'57', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135002', N'Armored Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135003', N'Boozatron Demon Hands', N'1', N'1', N'3', N'57', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135004', N'Hammer Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135005', N'Cursed Cataphract Demon Hands', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135006', N'Giant Mole Demon Hands', N'1', N'1', N'3', N'57', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135007', N'Dewey Decimator Demon Hands', N'1', N'1', N'3', N'57', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135008', N'Cataphract Demon Hands', N'1', N'1', N'3', N'57', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135009', N'Crimson Gloves Demon Hands', N'1', N'1', N'3', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135010', N'Minotauros Lord Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135011', N'Sinful Seraph Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135012', N'Massive Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135013', N'Haken Platina Demon Hands', N'1', N'1', N'3', N'57', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135014', N'Viper Demon Hands', N'1', N'1', N'3', N'57', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135015', N'Stone Golem Demon Hands', N'1', N'1', N'3', N'57', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135016', N'Massive Mole Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135017', N'Goliath Gorilla Demon Hands', N'1', N'1', N'3', N'57', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135018', N'Giant Rafflesia Demon Hands', N'1', N'1', N'3', N'57', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135019', N'Cyborg Gorilla Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135020', N'Sand Golem Demon Hands', N'1', N'1', N'3', N'57', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135021', N'Giant Sandworm Demon Hands', N'1', N'1', N'3', N'57', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135022', N'Spider Lady Demon Hands', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135023', N'Baron Demon Hands', N'1', N'1', N'3', N'57', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135024', N'Joker Demon Hands', N'1', N'1', N'3', N'57', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135025', N'Chimera Demon Hands', N'1', N'1', N'3', N'57', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135026', N'Conjugo Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135027', N'Dire Knight Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135028', N'Sparkle Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135029', N'Demon King Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135030', N'Mad Latiel Replica Heavy Gauntlets', N'1', N'1', N'3', N'57', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135031', N'Gagarth Replica Heavy Gauntlets', N'1', N'1', N'3', N'57', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135032', N'Aurosiac Replica Heavy Gauntlets', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135501', N'Gloves Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135502', N'Armored Butcher Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135503', N'Boozatron Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135504', N'Hammer Butcher Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135505', N'Cursed Cataphract Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135506', N'Giant Mole Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135507', N'Dewey Decimator Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135508', N'Cataphract Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135509', N'Crimson Gloves Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135510', N'Minotauros Lord Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135511', N'Sinful Seraph Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135512', N'Massive Butcher Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135513', N'Haken Platina Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135514', N'Viper Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135515', N'Stone Golem Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135516', N'Massive Mole Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135517', N'Goliath Gorilla Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135518', N'Giant Rafflesia Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135519', N'Cyborg Gorilla Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135520', N'Sand Golem Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135521', N'Giant Sandworm Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135522', N'Spider Lady Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135523', N'Baron Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135524', N'Joker Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135525', N'Chimera Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135526', N'Conjugo Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135527', N'Dire Knight Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135528', N'Sparkle Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135529', N'Demon King Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135530', N'Mad Latiel Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135531', N'Gagarth Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135532', N'Aurosiac Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136001', N'Gloves Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'9', N'10000', N'1', N'3', N'1', N'2300', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136002', N'Armored Butcher Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136003', N'Boozatron Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'12', N'10000', N'1', N'3', N'1', N'2300', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136004', N'Hammer Butcher Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'14', N'10000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136005', N'Cursed Cataphract Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'15', N'10000', N'1', N'3', N'1', N'2300', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136006', N'Giant Mole Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'17', N'10000', N'1', N'3', N'1', N'2300', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136007', N'Dewey Decimator Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'19', N'10000', N'1', N'3', N'1', N'2300', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136008', N'Cataphract Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'21', N'10000', N'1', N'3', N'1', N'2300', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136009', N'Crimson Gloves Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'22', N'10000', N'1', N'3', N'1', N'2300', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136010', N'Minotauros Lord Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136011', N'Sinful Seraph Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136012', N'Massive Butcher Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'28', N'10000', N'1', N'3', N'1', N'2300', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136013', N'Haken Platina Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'26', N'10000', N'1', N'3', N'1', N'2300', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136014', N'Viper Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'31', N'10000', N'1', N'3', N'1', N'2300', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136015', N'Stone Golem Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'29', N'10000', N'1', N'3', N'1', N'2300', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136016', N'Massive Mole Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136017', N'Goliath Gorilla Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'33', N'10000', N'1', N'3', N'1', N'2300', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136018', N'Giant Rafflesia Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'38', N'10000', N'1', N'3', N'1', N'2300', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136019', N'Cyborg Gorilla Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136020', N'Sand Golem Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'36', N'10000', N'1', N'3', N'1', N'2300', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136021', N'Giant Sandworm Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'39', N'10000', N'1', N'3', N'1', N'2300', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136022', N'Spider Lady Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136023', N'Baron Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'43', N'10000', N'1', N'3', N'1', N'2300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136024', N'Joker Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'44', N'10000', N'1', N'3', N'1', N'2300', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136025', N'Chimera Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'46', N'10000', N'1', N'3', N'1', N'2300', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136026', N'Conjugo Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'48', N'10000', N'1', N'3', N'1', N'2300', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136027', N'Dire Knight Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'49', N'10000', N'1', N'3', N'1', N'2300', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136028', N'Sparkle Genuine Heavy Gauntlet', N'1', N'2', N'2', N'57', N'6', N'51', N'10000', N'1', N'3', N'1', N'2300', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136029', N'Demon King Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'52', N'10000', N'1', N'3', N'1', N'2300', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136030', N'Mad Latiel Genuine Heavy Gauntlets', N'1', N'2', N'3', N'57', N'6', N'53', N'9000', N'1', N'3', N'1', N'2300', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136031', N'Gagarth Genuine Heavy Gauntlets', N'1', N'2', N'3', N'57', N'6', N'54', N'9000', N'1', N'3', N'1', N'2300', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136032', N'Aurosiac Genuine Heavy Gauntlets', N'1', N'2', N'3', N'57', N'6', N'55', N'9000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154001', N'Expert Terapene', N'1', N'1', N'5', N'58', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154002', N'Expert Malaclemis', N'1', N'1', N'5', N'58', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154003', N'Expert Lactopris', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154004', N'Expert Kelis', N'1', N'1', N'5', N'58', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154005', N'Expert Hydromedusa', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154006', N'Expert Xiokelon', N'1', N'1', N'5', N'58', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154007', N'Expert Midas', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154008', N'Expert Kareta', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154009', N'Expert Selgata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154010', N'Expert Musk Bag', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155001', N'Gloves Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155002', N'Armored Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155003', N'Boozatron Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155004', N'Hammer Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155005', N'Cursed Cataphract Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155006', N'Giant Mole Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155007', N'Dewey Decimator Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155008', N'Cataphract Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155009', N'Crimson Gloves Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155010', N'Minotauros Lord Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155011', N'Sinful Seraph Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155012', N'Massive Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155013', N'Haken Platina Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155014', N'Viper Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155015', N'Stone Golem Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155016', N'Massive Mole Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155017', N'Goliath Gorilla Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155018', N'Giant Rafflesia Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155019', N'Cyborg Gorilla Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155020', N'Sand Golem Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155021', N'Giant Sandworm Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155022', N'Spider Lady Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155023', N'Baron Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155024', N'Joker Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155025', N'Chimera Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155026', N'Conjugo Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155027', N'Dire Knight Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155028', N'Sparkle Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155029', N'Demon King Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155030', N'Mad Latiel Replica Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155031', N'Gagarth Replica Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155032', N'Aurosiac Replica Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155501', N'Gloves Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155502', N'Armored Butcher Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155503', N'Boozatron Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155504', N'Hammer Butcher Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155505', N'Cursed Cataphract Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155506', N'Giant Mole Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155507', N'Dewey Decimator Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155508', N'Cataphract Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155509', N'Crimson Gloves Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155510', N'Minotauros Lord Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155511', N'Sinful Seraph Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155512', N'Massive Butcher Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155513', N'Haken Platina Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155514', N'Viper Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155515', N'Stone Golem Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155516', N'Massive Mole Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155517', N'Goliath Gorilla Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155518', N'Giant Rafflesia Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155519', N'Cyborg Gorilla Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155520', N'Sand Golem Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155521', N'Giant Sandworm Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155522', N'Spider Lady Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155523', N'Baron Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155524', N'Joker Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155525', N'Chimera Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155526', N'Conjugo Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155527', N'Dire Knight Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155528', N'Sparkle Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155529', N'Demon King Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155530', N'Mad Latiel Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155531', N'Gagarth Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155532', N'Aurosiac Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156001', N'Gloves Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156002', N'Armored Butcher Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156003', N'Boozatron Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156004', N'Hammer Butcher Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156005', N'Cursed Cataphract Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156006', N'Giant Mole Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156007', N'Dewey Decimator Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156008', N'Cataphract Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156009', N'Crimson Gloves Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156010', N'Minotauros Lord Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156011', N'Sinful Seraph Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156012', N'Massive Butcher Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156013', N'Haken Platina Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156014', N'Viper Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156015', N'Stone Golem Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156016', N'Massive Mole Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156017', N'Goliath Gorilla Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156018', N'Giant Rafflesia Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156019', N'Cyborg Gorilla Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156020', N'Sand Golem Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156021', N'Giant Sandworm Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156022', N'Spider Lady Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156023', N'Baron Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156024', N'Joker Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156025', N'Chimera Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156026', N'Conjugo Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156027', N'Dire Knight Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156028', N'Sparkle Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156029', N'Demon King Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156030', N'Mad Latiel Genuine Weapon Bag', N'1', N'2', N'3', N'58', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156031', N'Gagarth Genuine Weapon Bag', N'1', N'2', N'3', N'58', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156032', N'Aurosiac Genuine Weapon Bag', N'1', N'2', N'3', N'58', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014001', N'Ravager Robe', N'1', N'1', N'5', N'1', N'4', N'10', N'6000', N'1', N'3', N'2', N'1400', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014002', N'Mal Robe', N'1', N'1', N'5', N'1', N'4', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014003', N'Glowing Robe', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014004', N'Glitter Robe', N'1', N'1', N'5', N'1', N'4', N'25', N'6000', N'1', N'3', N'2', N'1400', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014005', N'Avid Robe', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014006', N'Radiant Robe', N'1', N'1', N'5', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014007', N'Brilliant Robe', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014008', N'Sparkle Robe', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014009', N'Beautiful Robe', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014010', N'Expert Dusk Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015001', N'Gloves Robe', N'1', N'1', N'3', N'1', N'5', N'9', N'6500', N'1', N'3', N'2', N'1400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015002', N'Armored Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015003', N'Boozatron Robe', N'1', N'1', N'3', N'1', N'5', N'12', N'6500', N'1', N'3', N'2', N'1400', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015004', N'Hammer Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'14', N'6500', N'1', N'3', N'2', N'1400', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015005', N'Cursed Cataphract Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015006', N'Giant Mole Robe', N'1', N'1', N'3', N'1', N'5', N'17', N'6500', N'1', N'3', N'2', N'1400', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015007', N'Dewey Decimator Robe', N'1', N'1', N'3', N'1', N'5', N'19', N'6500', N'1', N'3', N'2', N'1400', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015008', N'Cataphract Robe', N'1', N'1', N'3', N'1', N'5', N'21', N'6500', N'1', N'3', N'2', N'1400', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015009', N'Crimson Gloves Robe', N'1', N'1', N'3', N'1', N'5', N'22', N'6500', N'1', N'3', N'2', N'1400', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015010', N'Minotauros Lord Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015011', N'Sinful Seraph Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015012', N'Massive Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'28', N'6500', N'1', N'3', N'2', N'1400', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015013', N'Haken Platina Robe', N'1', N'1', N'3', N'1', N'5', N'26', N'6500', N'1', N'3', N'2', N'1400', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015014', N'Viper Robe', N'1', N'1', N'3', N'1', N'5', N'31', N'6500', N'1', N'3', N'2', N'1400', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015015', N'Stone Golem Robe', N'1', N'1', N'3', N'1', N'5', N'29', N'6500', N'1', N'3', N'2', N'1400', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015016', N'Massive Mole Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015017', N'Goliath Gorilla Robe', N'1', N'1', N'3', N'1', N'5', N'33', N'6500', N'1', N'3', N'2', N'1400', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015018', N'Giant Rafflesia Robe', N'1', N'1', N'3', N'1', N'5', N'38', N'6500', N'1', N'3', N'2', N'1400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015019', N'Cyborg Gorilla Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015020', N'Sand Golem Robe', N'1', N'1', N'3', N'1', N'5', N'36', N'6500', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015021', N'Giant Sandworm Robe', N'1', N'1', N'3', N'1', N'5', N'39', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015022', N'Spider Lady Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015023', N'Baron Robe', N'1', N'1', N'3', N'1', N'5', N'43', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015024', N'Joker Robe', N'1', N'1', N'3', N'1', N'5', N'44', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015025', N'Chimera Robe', N'1', N'1', N'3', N'1', N'5', N'46', N'6500', N'1', N'3', N'2', N'1400', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015026', N'Conjugo Robe', N'1', N'1', N'3', N'1', N'5', N'48', N'6500', N'1', N'3', N'2', N'1400', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015027', N'Dire Knight Robe', N'1', N'1', N'3', N'1', N'5', N'49', N'6500', N'1', N'3', N'2', N'1400', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015028', N'Sparkle Robe', N'1', N'1', N'3', N'1', N'5', N'51', N'6500', N'1', N'3', N'2', N'1400', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015029', N'Demon King Robe', N'1', N'1', N'3', N'1', N'5', N'52', N'6500', N'1', N'3', N'2', N'1400', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015030', N'Mad Latiel Replica Robe', N'1', N'1', N'3', N'1', N'5', N'53', N'6500', N'1', N'3', N'2', N'1400', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015031', N'Gagarth Replica Robe', N'1', N'1', N'3', N'1', N'5', N'54', N'6500', N'1', N'3', N'2', N'1400', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015032', N'Aurosiac Replica Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015501', N'Gloves Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'9', N'6500', N'1', N'3', N'2', N'1400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015502', N'Armored Butcher Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015503', N'Boozatron Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'12', N'6500', N'1', N'3', N'2', N'1400', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015504', N'Hammer Butcher Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'14', N'6500', N'1', N'3', N'2', N'1400', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015505', N'Cursed Cataphract Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015506', N'Giant Mole Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'17', N'6500', N'1', N'3', N'2', N'1400', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015507', N'Dewey Decimator Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'19', N'6500', N'1', N'3', N'2', N'1400', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015508', N'Cataphract Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'21', N'6500', N'1', N'3', N'2', N'1400', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015509', N'Crimson Gloves Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'22', N'6500', N'1', N'3', N'2', N'1400', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015510', N'Minotauros Lord Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015511', N'Sinful Seraph Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015512', N'Massive Butcher Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'28', N'6500', N'1', N'3', N'2', N'1400', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015513', N'Haken Platina Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'26', N'6500', N'1', N'3', N'2', N'1400', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015514', N'Viper Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'31', N'6500', N'1', N'3', N'2', N'1400', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015515', N'Stone Golem Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'29', N'6500', N'1', N'3', N'2', N'1400', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015516', N'Massive Mole Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015517', N'Goliath Gorilla Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'33', N'6500', N'1', N'3', N'2', N'1400', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015518', N'Giant Rafflesia Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'38', N'6500', N'1', N'3', N'2', N'1400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015519', N'Cyborg Gorilla Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015520', N'Sand Golem Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'36', N'6500', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015521', N'Giant Sandworm Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'39', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015522', N'Spider Lady Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015523', N'Baron Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'43', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015524', N'Joker Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'44', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015525', N'Chimera Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'46', N'6500', N'1', N'3', N'2', N'1400', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015526', N'Conjugo Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'48', N'6500', N'1', N'3', N'2', N'1400', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015527', N'Dire Knight Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'49', N'6500', N'1', N'3', N'2', N'1400', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015528', N'Sparkle Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'51', N'6500', N'1', N'3', N'2', N'1400', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015529', N'Demon King Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'52', N'6500', N'1', N'3', N'2', N'1400', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015530', N'Mad Latiel Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'53', N'6500', N'1', N'3', N'2', N'1400', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015531', N'Gagarth Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'54', N'6500', N'1', N'3', N'2', N'1400', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015532', N'Aurosiac Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024001', N'Chamois Armor', N'1', N'1', N'5', N'2', N'4', N'10', N'6000', N'1', N'3', N'2', N'1900', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024002', N'Vachetta Armor', N'1', N'1', N'5', N'2', N'4', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024003', N'Nappa Armor', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024004', N'Cordovan Armor', N'1', N'1', N'5', N'2', N'4', N'25', N'6000', N'1', N'3', N'2', N'1900', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024005', N'Aniline Armor', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024006', N'Adarga Armor', N'1', N'1', N'5', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024007', N'Bonded Armor', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024008', N'Anointed Armor', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024009', N'Forsaken Armor', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024010', N'Expert Levices Leather Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025001', N'Gloves Leather Mail', N'1', N'1', N'3', N'2', N'5', N'9', N'6500', N'1', N'3', N'2', N'1900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025002', N'Armored Butcher Leather Mail', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025003', N'Boozatron Leather Mail', N'1', N'1', N'3', N'2', N'5', N'12', N'6500', N'1', N'3', N'2', N'1900', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025004', N'Hammer Butcher Leather Mail', N'1', N'1', N'3', N'2', N'5', N'14', N'6500', N'1', N'3', N'2', N'1900', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025005', N'Cursed Cataphract Leather Mail', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025006', N'Giant Mole Leather Mail', N'1', N'1', N'3', N'2', N'5', N'17', N'6500', N'1', N'3', N'2', N'1900', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025007', N'Dewey Decimator Leather Mail', N'1', N'1', N'3', N'2', N'5', N'19', N'6500', N'1', N'3', N'2', N'1900', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025008', N'Cataphract Leather Mail', N'1', N'1', N'3', N'2', N'5', N'21', N'6500', N'1', N'3', N'2', N'1900', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025009', N'Crimson Gloves Leather Mail', N'1', N'1', N'3', N'2', N'5', N'22', N'6500', N'1', N'3', N'2', N'1900', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025010', N'Minotauros Lord Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025011', N'Sinful Seraph Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025012', N'Massive Butcher Leather Mail', N'1', N'1', N'3', N'2', N'5', N'28', N'6500', N'1', N'3', N'2', N'1900', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025013', N'Haken Platina Leather Mail', N'1', N'1', N'3', N'2', N'5', N'26', N'6500', N'1', N'3', N'2', N'1900', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025014', N'Viper Leather Mail', N'1', N'1', N'3', N'2', N'5', N'31', N'6500', N'1', N'3', N'2', N'1900', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025015', N'Stone Golem Leather Mail', N'1', N'1', N'3', N'2', N'5', N'29', N'6500', N'1', N'3', N'2', N'1900', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025016', N'Massive Mole Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025017', N'Goliath Gorilla Leather Mail', N'1', N'1', N'3', N'2', N'5', N'33', N'6500', N'1', N'3', N'2', N'1900', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025018', N'Giant Rafflesia Leather Mail', N'1', N'1', N'3', N'2', N'5', N'38', N'6500', N'1', N'3', N'2', N'1900', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025019', N'Cyborg Gorilla Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025020', N'Sand Golem Leather Mail', N'1', N'1', N'3', N'2', N'5', N'36', N'6500', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025021', N'Giant Sandworm Leather Mail', N'1', N'1', N'3', N'2', N'5', N'39', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025022', N'Spider Lady Leather Mail', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025023', N'Baron Leather Mail', N'1', N'1', N'3', N'2', N'5', N'43', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025024', N'Joker Leather Mail', N'1', N'1', N'3', N'2', N'5', N'44', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025025', N'Chimera Leather Mail', N'1', N'1', N'3', N'2', N'5', N'46', N'6500', N'1', N'3', N'2', N'1900', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025026', N'Conjugo Leather Mail', N'1', N'1', N'3', N'2', N'5', N'48', N'6500', N'1', N'3', N'2', N'1901', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025027', N'Dire Knight Leather Mail', N'1', N'1', N'3', N'2', N'5', N'49', N'6500', N'1', N'3', N'2', N'1901', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025028', N'Sparkle Leather Mail', N'1', N'1', N'3', N'2', N'5', N'51', N'6500', N'1', N'3', N'2', N'1901', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025029', N'Demon King Leather Mail', N'1', N'1', N'3', N'2', N'5', N'52', N'6500', N'1', N'3', N'2', N'1901', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025030', N'Mad Latiel Replica Leather Mail', N'1', N'1', N'3', N'2', N'5', N'53', N'6500', N'1', N'3', N'2', N'1901', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025031', N'Gagarth Replica Leather Mail', N'1', N'1', N'3', N'2', N'5', N'54', N'6500', N'1', N'3', N'2', N'1901', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025032', N'Aurosiac Replica Leather Mail', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1901', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025501', N'Gloves Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'9', N'6500', N'1', N'3', N'2', N'1900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025502', N'Armored Butcher Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025503', N'Boozatron Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'12', N'6500', N'1', N'3', N'2', N'1900', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025504', N'Hammer Butcher Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'14', N'6500', N'1', N'3', N'2', N'1900', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025505', N'Cursed Cataphract Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025506', N'Giant Mole Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'17', N'6500', N'1', N'3', N'2', N'1900', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025507', N'Dewey Decimator Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'19', N'6500', N'1', N'3', N'2', N'1900', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025508', N'Cataphract Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'21', N'6500', N'1', N'3', N'2', N'1900', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025509', N'Crimson Gloves Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'22', N'6500', N'1', N'3', N'2', N'1900', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025510', N'Minotauros Lord Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025511', N'Sinful Seraph Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025512', N'Massive Butcher Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'28', N'6500', N'1', N'3', N'2', N'1900', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025513', N'Haken Platina Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'26', N'6500', N'1', N'3', N'2', N'1900', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025514', N'Viper Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'31', N'6500', N'1', N'3', N'2', N'1900', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025515', N'Stone Golem Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'29', N'6500', N'1', N'3', N'2', N'1900', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025516', N'Massive Mole Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025517', N'Goliath Gorilla Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'33', N'6500', N'1', N'3', N'2', N'1900', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025518', N'Giant Rafflesia Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'38', N'6500', N'1', N'3', N'2', N'1900', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025519', N'Cyborg Gorilla Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025520', N'Sand Golem Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'36', N'6500', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025521', N'Giant Sandworm Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'39', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025522', N'Spider Lady Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025523', N'Baron Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'43', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025524', N'Joker Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'44', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025525', N'Chimera Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'46', N'6500', N'1', N'3', N'2', N'1900', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025526', N'Conjugo Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'48', N'6500', N'1', N'3', N'2', N'1901', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025527', N'Dire Knight Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'49', N'6500', N'1', N'3', N'2', N'1901', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025528', N'Sparkle Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'51', N'6500', N'1', N'3', N'2', N'1901', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025529', N'Demon King Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'52', N'6500', N'1', N'3', N'2', N'1901', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025530', N'Mad Latiel Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'53', N'6500', N'1', N'3', N'2', N'1901', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025531', N'Gagarth Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'54', N'6500', N'1', N'3', N'2', N'1901', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025532', N'Aurosiac Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1901', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034001', N'Lock Chainmail', N'1', N'1', N'5', N'3', N'4', N'10', N'6000', N'1', N'3', N'2', N'3000', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034002', N'Hatch Chainmail', N'1', N'1', N'5', N'3', N'4', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034003', N'Bolt Chainmail', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034004', N'Riveted Chainmail', N'1', N'1', N'5', N'3', N'4', N'25', N'6000', N'1', N'3', N'2', N'3000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034005', N'Forged Chainmail', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034006', N'Decorative Chainmail', N'1', N'1', N'5', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034007', N'Ring Chainmail', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034008', N'Scaled Chainmail', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034009', N'Connected Chainmail', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034010', N'Expert Silver Tinge Chain Mail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035001', N'Gloves Chain Mail', N'1', N'1', N'3', N'3', N'5', N'9', N'6500', N'1', N'3', N'2', N'3000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035002', N'Armored Butcher Chain Mail', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035003', N'Boozatron Chain Mail', N'1', N'1', N'3', N'3', N'5', N'12', N'6500', N'1', N'3', N'2', N'3000', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035004', N'Hammer Butcher Chain Mail', N'1', N'1', N'3', N'3', N'5', N'14', N'6500', N'1', N'3', N'2', N'3000', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035005', N'Cursed Cataphract Chain Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035006', N'Giant Mole Chain Mail', N'1', N'1', N'3', N'3', N'5', N'17', N'6500', N'1', N'3', N'2', N'3000', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035007', N'Dewey Decimator Chain Mail', N'1', N'1', N'3', N'3', N'5', N'19', N'6500', N'1', N'3', N'2', N'3000', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035008', N'Cataphract Chain Mail', N'1', N'1', N'3', N'3', N'5', N'21', N'6500', N'1', N'3', N'2', N'3000', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035009', N'Crimson Gloves Chain Mail', N'1', N'1', N'3', N'3', N'5', N'22', N'6500', N'1', N'3', N'2', N'3000', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035010', N'Minotauros Lord Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035011', N'Sinful Seraph Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035012', N'Massive Butcher Chain Mail', N'1', N'1', N'3', N'3', N'5', N'28', N'6500', N'1', N'3', N'2', N'3000', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035013', N'Haken Platina Chain Mail', N'1', N'1', N'3', N'3', N'5', N'26', N'6500', N'1', N'3', N'2', N'3000', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035014', N'Viper Chain Mail', N'1', N'1', N'3', N'3', N'5', N'31', N'6500', N'1', N'3', N'2', N'3000', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035015', N'Stone Golem Chain Mail', N'1', N'1', N'3', N'3', N'5', N'29', N'6500', N'1', N'3', N'2', N'3000', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035016', N'Massive Mole Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035017', N'Goliath Gorilla Chain Mail', N'1', N'1', N'3', N'3', N'5', N'33', N'6500', N'1', N'3', N'2', N'3000', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035018', N'Giant Rafflesia Chain Mail', N'1', N'1', N'3', N'3', N'5', N'38', N'6500', N'1', N'3', N'2', N'3000', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035019', N'Cyborg Gorilla Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035020', N'Sand Golem Chain Mail', N'1', N'1', N'3', N'3', N'5', N'36', N'6500', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035021', N'Giant Sandworm Chain Mail', N'1', N'1', N'3', N'3', N'5', N'39', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035022', N'Spider Lady Chain Mail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035023', N'Baron Chain Mail', N'1', N'1', N'3', N'3', N'5', N'43', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035024', N'Joker Chain Mail', N'1', N'1', N'3', N'3', N'5', N'44', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035025', N'Chimera Chain Mail', N'1', N'1', N'3', N'3', N'5', N'46', N'6500', N'1', N'3', N'2', N'3000', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035026', N'Conjugo Chain Mail', N'1', N'1', N'3', N'3', N'5', N'48', N'6500', N'1', N'3', N'2', N'3000', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035027', N'Dire Knight Chain Mail', N'1', N'1', N'3', N'3', N'5', N'49', N'6500', N'1', N'3', N'2', N'3000', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035028', N'Sparkle Chain Mail', N'1', N'1', N'3', N'3', N'5', N'51', N'6500', N'1', N'3', N'2', N'3000', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035029', N'Demon King Chain Mail', N'1', N'1', N'3', N'3', N'5', N'52', N'6500', N'1', N'3', N'2', N'3000', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035030', N'Mad Latiel Replica Chain Mail', N'1', N'1', N'3', N'3', N'5', N'53', N'6500', N'1', N'3', N'2', N'3000', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035031', N'Gagarth Replica Chain Mail', N'1', N'1', N'3', N'3', N'5', N'54', N'6500', N'1', N'3', N'2', N'3000', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035032', N'Aurosiac Replica Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035501', N'Gloves Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'9', N'6500', N'1', N'3', N'2', N'3000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035502', N'Armored Butcher Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035503', N'Boozatron Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'12', N'6500', N'1', N'3', N'2', N'3000', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035504', N'Hammer Butcher Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'14', N'6500', N'1', N'3', N'2', N'3000', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035505', N'Cursed Cataphract Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035506', N'Giant Mole Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'17', N'6500', N'1', N'3', N'2', N'3000', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035507', N'Dewey Decimator Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'19', N'6500', N'1', N'3', N'2', N'3000', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035508', N'Cataphract Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'21', N'6500', N'1', N'3', N'2', N'3000', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035509', N'Crimson Gloves Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'22', N'6500', N'1', N'3', N'2', N'3000', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035510', N'Minotauros Lord Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035511', N'Sinful Seraph Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035512', N'Massive Butcher Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'28', N'6500', N'1', N'3', N'2', N'3000', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035513', N'Haken Platina Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'26', N'6500', N'1', N'3', N'2', N'3000', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035514', N'Viper Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'31', N'6500', N'1', N'3', N'2', N'3000', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035515', N'Stone Golem Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'29', N'6500', N'1', N'3', N'2', N'3000', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035516', N'Massive Mole Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035517', N'Goliath Gorilla Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'33', N'6500', N'1', N'3', N'2', N'3000', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035518', N'Giant Rafflesia Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'38', N'6500', N'1', N'3', N'2', N'3000', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035519', N'Cyborg Gorilla Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035520', N'Sand Golem Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'36', N'6500', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035521', N'Giant Sandworm Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'39', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035522', N'Spider Lady Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035523', N'Baron Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'43', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035524', N'Joker Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'44', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035525', N'Chimera Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'46', N'6500', N'1', N'3', N'2', N'3000', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035526', N'Conjugo Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'48', N'6500', N'1', N'3', N'2', N'3000', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035527', N'Dire Knight Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'49', N'6500', N'1', N'3', N'2', N'3000', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035528', N'Sparkle Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'51', N'6500', N'1', N'3', N'2', N'3000', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035529', N'Demon King Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'52', N'6500', N'1', N'3', N'2', N'3000', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035530', N'Mad Latiel Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'53', N'6500', N'1', N'3', N'2', N'3000', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035531', N'Gagarth Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'54', N'6500', N'1', N'3', N'2', N'3000', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035532', N'Aurosiac Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044001', N'Rennzeug Plate', N'1', N'1', N'5', N'4', N'4', N'10', N'6000', N'1', N'3', N'2', N'5700', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044002', N'Stechzeug Plate', N'1', N'1', N'5', N'4', N'4', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044003', N'Kolbenturnier Plate', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044004', N'Behterets Plate', N'1', N'1', N'5', N'4', N'4', N'25', N'6000', N'1', N'3', N'2', N'5700', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044005', N'Yushman Plate', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044006', N'Kalantar Plate', N'1', N'1', N'5', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044007', N'Coriaceus Plate', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044008', N'Zen Plate', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044009', N'Perfect Plate', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044010', N'Expert Dual Prop Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045001', N'Gloves Plate', N'1', N'1', N'3', N'4', N'5', N'9', N'6500', N'1', N'3', N'2', N'5700', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045002', N'Armored Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045003', N'Boozatron Plate', N'1', N'1', N'3', N'4', N'5', N'12', N'6500', N'1', N'3', N'2', N'5700', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045004', N'Hammer Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'14', N'6500', N'1', N'3', N'2', N'5700', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045005', N'Cursed Cataphract Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045006', N'Giant Mole Plate', N'1', N'1', N'3', N'4', N'5', N'17', N'6500', N'1', N'3', N'2', N'5700', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045007', N'Dewey Decimator Plate', N'1', N'1', N'3', N'4', N'5', N'19', N'6500', N'1', N'3', N'2', N'5700', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045008', N'Cataphract Plate', N'1', N'1', N'3', N'4', N'5', N'21', N'6500', N'1', N'3', N'2', N'5700', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045009', N'Crimson Gloves Plate', N'1', N'1', N'3', N'4', N'5', N'22', N'6500', N'1', N'3', N'2', N'5700', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045010', N'Minotauros Lord Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045011', N'Sinful Seraph Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045012', N'Massive Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'28', N'6500', N'1', N'3', N'2', N'5700', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045013', N'Haken Platina Plate', N'1', N'1', N'3', N'4', N'5', N'26', N'6500', N'1', N'3', N'2', N'5700', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045014', N'Viper Plate', N'1', N'1', N'3', N'4', N'5', N'31', N'6500', N'1', N'3', N'2', N'5700', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045015', N'Stone Golem Plate', N'1', N'1', N'3', N'4', N'5', N'29', N'6500', N'1', N'3', N'2', N'5700', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045016', N'Massive Mole Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045017', N'Goliath Gorilla Plate', N'1', N'1', N'3', N'4', N'5', N'33', N'6500', N'1', N'3', N'2', N'5700', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045018', N'Giant Rafflesia Plate', N'1', N'1', N'3', N'4', N'5', N'38', N'6500', N'1', N'3', N'2', N'5700', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045019', N'Cyborg Gorilla Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045020', N'Sand Golem Plate', N'1', N'1', N'3', N'4', N'5', N'36', N'6500', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045021', N'Giant Sandworm Plate', N'1', N'1', N'3', N'4', N'5', N'39', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045022', N'Spider Lady Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045023', N'Baron Plate', N'1', N'1', N'3', N'4', N'5', N'43', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045024', N'Joker Plate', N'1', N'1', N'3', N'4', N'5', N'44', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045025', N'Chimera Plate', N'1', N'1', N'3', N'4', N'5', N'46', N'6500', N'1', N'3', N'2', N'5700', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045026', N'Conjugo Plate', N'1', N'1', N'3', N'4', N'5', N'48', N'6500', N'1', N'3', N'2', N'5703', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045027', N'Dire Knight Plate', N'1', N'1', N'3', N'4', N'5', N'49', N'6500', N'1', N'3', N'2', N'5704', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045028', N'Sparkle Plate', N'1', N'1', N'3', N'4', N'5', N'51', N'6500', N'1', N'3', N'2', N'5705', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045029', N'Demon King Plate', N'1', N'1', N'3', N'4', N'5', N'52', N'6500', N'1', N'3', N'2', N'5706', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045030', N'Mad Latiel Replica Plate', N'1', N'1', N'3', N'4', N'5', N'53', N'6500', N'1', N'3', N'2', N'5706', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045031', N'Gagarth Replica Plate', N'1', N'1', N'3', N'4', N'5', N'54', N'6500', N'1', N'3', N'2', N'5706', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045032', N'Aurosiac Replica Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5706', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045501', N'Gloves Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'9', N'6500', N'1', N'3', N'2', N'5700', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045502', N'Armored Butcher Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045503', N'Boozatron Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'12', N'6500', N'1', N'3', N'2', N'5700', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045504', N'Hammer Butcher Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'14', N'6500', N'1', N'3', N'2', N'5700', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045505', N'Cursed Cataphract Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045506', N'Giant Mole Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'17', N'6500', N'1', N'3', N'2', N'5700', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045507', N'Dewey Decimator Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'19', N'6500', N'1', N'3', N'2', N'5700', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045508', N'Cataphract Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'21', N'6500', N'1', N'3', N'2', N'5700', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045509', N'Crimson Gloves Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'22', N'6500', N'1', N'3', N'2', N'5700', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045510', N'Minotauros Lord Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045511', N'Sinful Seraph Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045512', N'Massive Butcher Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'28', N'6500', N'1', N'3', N'2', N'5700', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045513', N'Haken Platina Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'26', N'6500', N'1', N'3', N'2', N'5700', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045514', N'Viper Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'31', N'6500', N'1', N'3', N'2', N'5700', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045515', N'Stone Golem Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'29', N'6500', N'1', N'3', N'2', N'5700', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045516', N'Massive Mole Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045517', N'Goliath Gorilla Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'33', N'6500', N'1', N'3', N'2', N'5700', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045518', N'Giant Rafflesia Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'38', N'6500', N'1', N'3', N'2', N'5700', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045519', N'Cyborg Gorilla Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045520', N'Sand Golem Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'36', N'6500', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045521', N'Giant Sandworm Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'39', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045522', N'Spider Lady Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045523', N'Baron Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'43', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045524', N'Joker Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'44', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045525', N'Chimera Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'46', N'6500', N'1', N'3', N'2', N'5700', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045526', N'Conjugo Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'48', N'6500', N'1', N'3', N'2', N'5703', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045527', N'Dire Knight Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'49', N'6500', N'1', N'3', N'2', N'5704', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045528', N'Sparkle Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'51', N'6500', N'1', N'3', N'2', N'5705', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045529', N'Demon King Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'52', N'6500', N'1', N'3', N'2', N'5706', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045530', N'Mad Latiel Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'53', N'6500', N'1', N'3', N'2', N'5706', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045531', N'Gagarth Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'54', N'6500', N'1', N'3', N'2', N'5706', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045532', N'Aurosiac Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5706', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014001', N'Ravager Leggings', N'1', N'1', N'5', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014002', N'Mal Leggings', N'1', N'1', N'5', N'1', N'4', N'15', N'5500', N'1', N'3', N'2', N'1400', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014003', N'Glowing Leggings', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014004', N'Glitter Leggings', N'1', N'1', N'5', N'1', N'4', N'25', N'5500', N'1', N'3', N'2', N'1400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014005', N'Avid Leggings', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014006', N'Radiant Leggings', N'1', N'1', N'5', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014007', N'Brilliant Leggings', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014008', N'Sparkle Leggings', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014009', N'Beautiful Leggings', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014010', N'Expert Dusk Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015001', N'Gloves Pants', N'1', N'1', N'3', N'1', N'5', N'9', N'6000', N'1', N'3', N'2', N'1400', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015002', N'Armored Butcher Pants', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1400', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015003', N'Boozatron Pants', N'1', N'1', N'3', N'1', N'5', N'12', N'6000', N'1', N'3', N'2', N'1400', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015004', N'Hammer Butcher Pants', N'1', N'1', N'3', N'1', N'5', N'14', N'6000', N'1', N'3', N'2', N'1400', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015005', N'Cursed Cataphract Pants', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015006', N'Giant Mole Pants', N'1', N'1', N'3', N'1', N'5', N'17', N'6000', N'1', N'3', N'2', N'1400', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015007', N'Dewey Decimator Pants', N'1', N'1', N'3', N'1', N'5', N'19', N'6000', N'1', N'3', N'2', N'1400', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015008', N'Cataphract Pants', N'1', N'1', N'3', N'1', N'5', N'21', N'6000', N'1', N'3', N'2', N'1400', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015009', N'Crimson Gloves Pants', N'1', N'1', N'3', N'1', N'5', N'22', N'6000', N'1', N'3', N'2', N'1400', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015010', N'Minotauros Lord Pants', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015011', N'Sinful Seraph Pants', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015012', N'Massive Butcher Pants', N'1', N'1', N'3', N'1', N'5', N'28', N'6000', N'1', N'3', N'2', N'1400', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015013', N'Haken Platina Pants', N'1', N'1', N'3', N'1', N'5', N'26', N'6000', N'1', N'3', N'2', N'1400', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015014', N'Viper Pants', N'1', N'1', N'3', N'1', N'5', N'31', N'6000', N'1', N'3', N'2', N'1400', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015015', N'Stone Golem Pants', N'1', N'1', N'3', N'1', N'5', N'29', N'6000', N'1', N'3', N'2', N'1400', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015016', N'Massive Mole Pants', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015017', N'Goliath Gorilla Pants', N'1', N'1', N'3', N'1', N'5', N'33', N'6000', N'1', N'3', N'2', N'1400', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015018', N'Giant Rafflesia Pants', N'1', N'1', N'3', N'1', N'5', N'38', N'6000', N'1', N'3', N'2', N'1400', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015019', N'Cyborg Gorilla Pants', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015020', N'Sand Golem Pants', N'1', N'1', N'3', N'1', N'5', N'36', N'6000', N'1', N'3', N'2', N'1400', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015021', N'Giant Sandworm Pants', N'1', N'1', N'3', N'1', N'5', N'39', N'6000', N'1', N'3', N'2', N'1400', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015022', N'Spider Lady Pants', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1400', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015023', N'Baron Leggings', N'1', N'1', N'3', N'1', N'5', N'43', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015024', N'Joker Leggings', N'1', N'1', N'3', N'1', N'5', N'44', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015025', N'Chimera Leggings', N'1', N'1', N'3', N'1', N'5', N'46', N'6000', N'1', N'3', N'2', N'1400', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015026', N'Conjugo Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'48', N'6000', N'1', N'3', N'2', N'1400', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015027', N'Dire Knight Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'49', N'6000', N'1', N'3', N'2', N'1400', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015028', N'Sparkle Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'51', N'6000', N'1', N'3', N'2', N'1400', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015029', N'Demon King Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'52', N'6000', N'1', N'3', N'2', N'1400', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015030', N'Mad Latiel Replica Leggings', N'1', N'1', N'3', N'1', N'5', N'53', N'6000', N'1', N'3', N'2', N'1400', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015031', N'Gagarth Replica Leggings', N'1', N'1', N'3', N'1', N'5', N'54', N'6000', N'1', N'3', N'2', N'1400', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015032', N'Aurosiac Replica Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015501', N'Gloves Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'9', N'6000', N'1', N'3', N'2', N'1400', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015502', N'Armored Butcher Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1400', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015503', N'Boozatron Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'12', N'6000', N'1', N'3', N'2', N'1400', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015504', N'Hammer Butcher Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'14', N'6000', N'1', N'3', N'2', N'1400', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015505', N'Cursed Cataphract Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015506', N'Giant Mole Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'17', N'6000', N'1', N'3', N'2', N'1400', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015507', N'Dewey Decimator Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'19', N'6000', N'1', N'3', N'2', N'1400', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015508', N'Cataphract Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'21', N'6000', N'1', N'3', N'2', N'1400', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015509', N'Crimson Gloves Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'22', N'6000', N'1', N'3', N'2', N'1400', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015510', N'Minotauros Lord Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015511', N'Sinful Seraph Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015512', N'Massive Butcher Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'28', N'6000', N'1', N'3', N'2', N'1400', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015513', N'Haken Platina Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'26', N'6000', N'1', N'3', N'2', N'1400', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015514', N'Viper Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'31', N'6000', N'1', N'3', N'2', N'1400', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015515', N'Stone Golem Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'29', N'6000', N'1', N'3', N'2', N'1400', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015516', N'Massive Mole Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015517', N'Goliath Gorilla Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'33', N'6000', N'1', N'3', N'2', N'1400', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015518', N'Giant Rafflesia Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'38', N'6000', N'1', N'3', N'2', N'1400', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015519', N'Cyborg Gorilla Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015520', N'Sand Golem Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'36', N'6000', N'1', N'3', N'2', N'1400', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015521', N'Giant Sandworm Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'39', N'6000', N'1', N'3', N'2', N'1400', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015522', N'Spider Lady Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1400', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015523', N'Baron Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'43', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015524', N'Joker Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'44', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015525', N'Chimera Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'46', N'6000', N'1', N'3', N'2', N'1400', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015526', N'Conjugo Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'48', N'6000', N'1', N'3', N'2', N'1400', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015527', N'Dire Knight Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'49', N'6000', N'1', N'3', N'2', N'1400', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015528', N'Sparkle Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'51', N'6000', N'1', N'3', N'2', N'1400', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015529', N'Demon King Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'52', N'6000', N'1', N'3', N'2', N'1400', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015530', N'Mad Latiel Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'53', N'6000', N'1', N'3', N'2', N'1400', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015531', N'Gagarth Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'54', N'6000', N'1', N'3', N'2', N'1400', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015532', N'Aurosiac Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024001', N'Chamois Pants', N'1', N'1', N'5', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1900', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024002', N'Vachetta Pants', N'1', N'1', N'5', N'2', N'4', N'15', N'5500', N'1', N'3', N'2', N'1900', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024003', N'Nappa Pants', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1900', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024004', N'Cordovan Pants', N'1', N'1', N'5', N'2', N'4', N'25', N'5500', N'1', N'3', N'2', N'1900', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024005', N'Aniline Pants', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1900', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024006', N'Adarga Pants', N'1', N'1', N'5', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1900', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024007', N'Bonded Pants', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1900', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024008', N'Anointed Pants', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1900', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024009', N'Forsaken Pants', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1900', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024010', N'Expert Levices Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1900', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025001', N'Gloves Leather Pants', N'1', N'1', N'3', N'2', N'5', N'9', N'6000', N'1', N'3', N'2', N'1900', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025002', N'Armored Butcher Leather Pants', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1900', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025003', N'Boozatron Leather Pants', N'1', N'1', N'3', N'2', N'5', N'12', N'6000', N'1', N'3', N'2', N'1900', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025004', N'Hammer Butcher Leather Pants', N'1', N'1', N'3', N'2', N'5', N'14', N'6000', N'1', N'3', N'2', N'1900', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025005', N'Cursed Cataphract Leather Pants', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025006', N'Giant Mole Leather Pants', N'1', N'1', N'3', N'2', N'5', N'17', N'6000', N'1', N'3', N'2', N'1900', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025007', N'Dewey Decimator Leather Pants', N'1', N'1', N'3', N'2', N'5', N'19', N'6000', N'1', N'3', N'2', N'1900', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025008', N'Cataphract Leather Pants', N'1', N'1', N'3', N'2', N'5', N'21', N'6000', N'1', N'3', N'2', N'1900', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025009', N'Crimson Gloves Leather Pants', N'1', N'1', N'3', N'2', N'5', N'22', N'6000', N'1', N'3', N'2', N'1900', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025010', N'Minotauros Lord Leather Pants', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025011', N'Sinful Seraph Leather Pants', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025012', N'Massive Butcher Leather Pants', N'1', N'1', N'3', N'2', N'5', N'28', N'6000', N'1', N'3', N'2', N'1900', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025013', N'Haken Platina Leather Pants', N'1', N'1', N'3', N'2', N'5', N'26', N'6000', N'1', N'3', N'2', N'1900', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025014', N'Viper Leather Pants', N'1', N'1', N'3', N'2', N'5', N'31', N'6000', N'1', N'3', N'2', N'1900', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025015', N'Stone Golem Leather Pants', N'1', N'1', N'3', N'2', N'5', N'29', N'6000', N'1', N'3', N'2', N'1900', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025016', N'Massive Mole Leather Pants', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025017', N'Goliath Gorilla Leather Pants', N'1', N'1', N'3', N'2', N'5', N'33', N'6000', N'1', N'3', N'2', N'1900', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025018', N'Giant Rafflesia Leather Pants', N'1', N'1', N'3', N'2', N'5', N'38', N'6000', N'1', N'3', N'2', N'1900', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025019', N'Cyborg Gorilla Leather Pants', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025020', N'Sand Golem Leather Pants', N'1', N'1', N'3', N'2', N'5', N'36', N'6000', N'1', N'3', N'2', N'1900', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025021', N'Giant Sandworm Leather Pants', N'1', N'1', N'3', N'2', N'5', N'39', N'6000', N'1', N'3', N'2', N'1900', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025022', N'Spider Lady Leather Pants', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1900', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025023', N'Baron Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'43', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025024', N'Joker Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'44', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025025', N'Chimera Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'46', N'6000', N'1', N'3', N'2', N'1900', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025026', N'Conjugo Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'48', N'6000', N'1', N'3', N'2', N'1900', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025027', N'Dire Knight Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'49', N'6000', N'1', N'3', N'2', N'1900', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025028', N'Sparkle Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'51', N'6000', N'1', N'3', N'2', N'1900', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025029', N'Demon King Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'52', N'6000', N'1', N'3', N'2', N'1900', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025030', N'Mad Latiel Replica Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'53', N'6000', N'1', N'3', N'2', N'1900', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025031', N'Gagarth Replica Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'54', N'6000', N'1', N'3', N'2', N'1900', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025032', N'Aurosiac Replica Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025501', N'Gloves Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'9', N'6000', N'1', N'3', N'2', N'1900', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025502', N'Armored Butcher Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1900', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025503', N'Boozatron Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'12', N'6000', N'1', N'3', N'2', N'1900', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025504', N'Hammer Butcher Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'14', N'6000', N'1', N'3', N'2', N'1900', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025505', N'Cursed Cataphract Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025506', N'Giant Mole Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'17', N'6000', N'1', N'3', N'2', N'1900', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025507', N'Dewey Decimator Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'19', N'6000', N'1', N'3', N'2', N'1900', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025508', N'Cataphract Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'21', N'6000', N'1', N'3', N'2', N'1900', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025509', N'Crimson Gloves Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'22', N'6000', N'1', N'3', N'2', N'1900', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025510', N'Minotauros Lord Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025511', N'Sinful Seraph Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025512', N'Massive Butcher Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'28', N'6000', N'1', N'3', N'2', N'1900', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025513', N'Haken Platina Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'26', N'6000', N'1', N'3', N'2', N'1900', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025514', N'Viper Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'31', N'6000', N'1', N'3', N'2', N'1900', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025515', N'Stone Golem Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'29', N'6000', N'1', N'3', N'2', N'1900', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025516', N'Massive Mole Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025517', N'Goliath Gorilla Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'33', N'6000', N'1', N'3', N'2', N'1900', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025518', N'Giant Rafflesia Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'38', N'6000', N'1', N'3', N'2', N'1900', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025519', N'Cyborg Gorilla Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025520', N'Sand Golem Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'36', N'6000', N'1', N'3', N'2', N'1900', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025521', N'Giant Sandworm Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'39', N'6000', N'1', N'3', N'2', N'1900', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025522', N'Spider Lady Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1900', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025523', N'Baron Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'43', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025524', N'Joker Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'44', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025525', N'Chimera Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'46', N'6000', N'1', N'3', N'2', N'1900', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025526', N'Conjugo Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'48', N'6000', N'1', N'3', N'2', N'1900', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025527', N'Dire Knight Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'49', N'6000', N'1', N'3', N'2', N'1900', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025528', N'Sparkle Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'51', N'6000', N'1', N'3', N'2', N'1900', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025529', N'Demon King Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'52', N'6000', N'1', N'3', N'2', N'1900', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025530', N'Mad Latiel Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'53', N'6000', N'1', N'3', N'2', N'1900', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025531', N'Gagarth Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'54', N'6000', N'1', N'3', N'2', N'1900', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025532', N'Aurosiac Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034001', N'Lock Chausses', N'1', N'1', N'5', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'3000', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034002', N'Hatch Chausses', N'1', N'1', N'5', N'3', N'4', N'15', N'5500', N'1', N'3', N'2', N'3000', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034003', N'Bolt Chausses', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'3000', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034004', N'Riveted Chausses', N'1', N'1', N'5', N'3', N'4', N'25', N'5500', N'1', N'3', N'2', N'3000', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034005', N'Forged Chausses', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'3000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034006', N'Decorative Chausses', N'1', N'1', N'5', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'3000', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034007', N'Ring Chausses', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'3000', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034008', N'Scaled Chausses', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'3000', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034009', N'Connected Chausses', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'3000', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034010', N'Expert Silver Tinge Greaves', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'3000', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035001', N'Gloves Greaves', N'1', N'1', N'3', N'3', N'5', N'9', N'6000', N'1', N'3', N'2', N'3000', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035002', N'Armored Butcher Greaves', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'3000', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035003', N'Boozatron Greaves', N'1', N'1', N'3', N'3', N'5', N'12', N'6000', N'1', N'3', N'2', N'3000', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035004', N'Hammer Butcher Greaves', N'1', N'1', N'3', N'3', N'5', N'14', N'6000', N'1', N'3', N'2', N'3000', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035005', N'Cursed Cataphract Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035006', N'Giant Mole Greaves', N'1', N'1', N'3', N'3', N'5', N'17', N'6000', N'1', N'3', N'2', N'3000', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035007', N'Dewey Decimator Greaves', N'1', N'1', N'3', N'3', N'5', N'19', N'6000', N'1', N'3', N'2', N'3000', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035008', N'Cataphract Greaves', N'1', N'1', N'3', N'3', N'5', N'21', N'6000', N'1', N'3', N'2', N'3000', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035009', N'Crimson Gloves Greaves', N'1', N'1', N'3', N'3', N'5', N'22', N'6000', N'1', N'3', N'2', N'3000', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035010', N'Minotauros Lord Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035011', N'Sinful Seraph Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035012', N'Massive Butcher Greaves', N'1', N'1', N'3', N'3', N'5', N'28', N'6000', N'1', N'3', N'2', N'3000', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035013', N'Haken Platina Greaves', N'1', N'1', N'3', N'3', N'5', N'26', N'6000', N'1', N'3', N'2', N'3000', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035014', N'Viper Greaves', N'1', N'1', N'3', N'3', N'5', N'31', N'6000', N'1', N'3', N'2', N'3000', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035015', N'Stone Golem Greaves', N'1', N'1', N'3', N'3', N'5', N'29', N'6000', N'1', N'3', N'2', N'3000', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035016', N'Massive Mole Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035017', N'Goliath Gorilla Greaves', N'1', N'1', N'3', N'3', N'5', N'33', N'6000', N'1', N'3', N'2', N'3000', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035018', N'Giant Rafflesia Greaves', N'1', N'1', N'3', N'3', N'5', N'38', N'6000', N'1', N'3', N'2', N'3000', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035019', N'Cyborg Gorilla Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035020', N'Sand Golem Greaves', N'1', N'1', N'3', N'3', N'5', N'36', N'6000', N'1', N'3', N'2', N'3000', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035021', N'Giant Sandworm Greaves', N'1', N'1', N'3', N'3', N'5', N'39', N'6000', N'1', N'3', N'2', N'3000', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035022', N'Spider Lady Greaves', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'3000', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035023', N'Baron Greaves', N'1', N'1', N'3', N'3', N'5', N'43', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035024', N'Joker Greaves', N'1', N'1', N'3', N'3', N'5', N'44', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035025', N'Chimera Greaves', N'1', N'1', N'3', N'3', N'5', N'46', N'6000', N'1', N'3', N'2', N'3000', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035026', N'Conjugo Greaves', N'1', N'1', N'3', N'3', N'5', N'48', N'6000', N'1', N'3', N'2', N'3000', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035027', N'Dire Knight Greaves', N'1', N'1', N'3', N'3', N'5', N'49', N'6000', N'1', N'3', N'2', N'3000', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035028', N'Sparkle Greaves', N'1', N'1', N'3', N'3', N'5', N'51', N'6000', N'1', N'3', N'2', N'3000', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035029', N'Demon King Greaves', N'1', N'1', N'3', N'3', N'5', N'52', N'6000', N'1', N'3', N'2', N'3000', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035030', N'Mad Latiel Replica Greaves', N'1', N'1', N'3', N'3', N'5', N'53', N'6000', N'1', N'3', N'2', N'3000', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035031', N'Gagarth Replica Greaves', N'1', N'1', N'3', N'3', N'5', N'54', N'6000', N'1', N'3', N'2', N'3000', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035032', N'Aurosiac Replica Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035501', N'Gloves Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'9', N'6000', N'1', N'3', N'2', N'3000', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035502', N'Armored Butcher Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'3000', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035503', N'Boozatron Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'12', N'6000', N'1', N'3', N'2', N'3000', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035504', N'Hammer Butcher Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'14', N'6000', N'1', N'3', N'2', N'3000', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035505', N'Cursed Cataphract Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035506', N'Giant Mole Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'17', N'6000', N'1', N'3', N'2', N'3000', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035507', N'Dewey Decimator Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'19', N'6000', N'1', N'3', N'2', N'3000', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035508', N'Cataphract Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'21', N'6000', N'1', N'3', N'2', N'3000', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035509', N'Crimson Gloves Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'22', N'6000', N'1', N'3', N'2', N'3000', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035510', N'Minotauros Lord Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035511', N'Sinful Seraph Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035512', N'Massive Butcher Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'28', N'6000', N'1', N'3', N'2', N'3000', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035513', N'Haken Platina Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'26', N'6000', N'1', N'3', N'2', N'3000', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035514', N'Viper Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'31', N'6000', N'1', N'3', N'2', N'3000', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035515', N'Stone Golem Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'29', N'6000', N'1', N'3', N'2', N'3000', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035516', N'Massive Mole Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035517', N'Goliath Gorilla Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'33', N'6000', N'1', N'3', N'2', N'3000', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035518', N'Giant Rafflesia Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'38', N'6000', N'1', N'3', N'2', N'3000', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035519', N'Cyborg Gorilla Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035520', N'Sand Golem Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'36', N'6000', N'1', N'3', N'2', N'3000', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035521', N'Giant Sandworm Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'39', N'6000', N'1', N'3', N'2', N'3000', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035522', N'Spider Lady Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'3000', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035523', N'Baron Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'43', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035524', N'Joker Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'44', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035525', N'Chimera Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'46', N'6000', N'1', N'3', N'2', N'3000', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035526', N'Conjugo Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'48', N'6000', N'1', N'3', N'2', N'3000', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035527', N'Dire Knight Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'49', N'6000', N'1', N'3', N'2', N'3000', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035528', N'Sparkle Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'51', N'6000', N'1', N'3', N'2', N'3000', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035529', N'Demon King Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'52', N'6000', N'1', N'3', N'2', N'3000', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035530', N'Mad Latiel Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'53', N'6000', N'1', N'3', N'2', N'3000', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035531', N'Gagarth Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'54', N'6000', N'1', N'3', N'2', N'3000', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035532', N'Aurosiac Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044001', N'Rennzeug Greaves', N'1', N'1', N'5', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'5700', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044002', N'Stechzeug Greaves', N'1', N'1', N'5', N'4', N'4', N'15', N'5500', N'1', N'3', N'2', N'5700', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044003', N'Kolbenturnier Greaves', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'5700', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044004', N'Behterets Greaves', N'1', N'1', N'5', N'4', N'4', N'25', N'5500', N'1', N'3', N'2', N'5700', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044005', N'Yushman Greaves', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'5700', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044006', N'Kalantar Greaves', N'1', N'1', N'5', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'5700', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044007', N'Coriaceus Greaves', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'5700', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044008', N'Zen Greaves', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'5700', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044009', N'Perfect Greaves', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'5700', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044010', N'Expert Dual Prop Battle Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'5700', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045001', N'Gloves Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'9', N'6000', N'1', N'3', N'2', N'5700', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045002', N'Armored Butcher Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'5700', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045003', N'Boozatron Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'12', N'6000', N'1', N'3', N'2', N'5700', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045004', N'Hammer Butcher Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'14', N'6000', N'1', N'3', N'2', N'5700', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045005', N'Cursed Cataphract Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045006', N'Giant Mole Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'17', N'6000', N'1', N'3', N'2', N'5700', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045007', N'Dewey Decimator Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'19', N'6000', N'1', N'3', N'2', N'5700', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045008', N'Cataphract Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'21', N'6000', N'1', N'3', N'2', N'5700', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045009', N'Crimson Gloves Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'22', N'6000', N'1', N'3', N'2', N'5700', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045010', N'Minotauros Lord Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045011', N'Sinful Seraph Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045012', N'Massive Butcher Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'28', N'6000', N'1', N'3', N'2', N'5700', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045013', N'Haken Platina Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'26', N'6000', N'1', N'3', N'2', N'5700', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045014', N'Viper Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'31', N'6000', N'1', N'3', N'2', N'5700', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045015', N'Stone Golem Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'29', N'6000', N'1', N'3', N'2', N'5700', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045016', N'Massive Mole Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045017', N'Goliath Gorilla Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'33', N'6000', N'1', N'3', N'2', N'5700', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045018', N'Giant Rafflesia Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'38', N'6000', N'1', N'3', N'2', N'5700', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045019', N'Cyborg Gorilla Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045020', N'Sand Golem Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'36', N'6000', N'1', N'3', N'2', N'5700', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045021', N'Giant Sandworm Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'39', N'6000', N'1', N'3', N'2', N'5700', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045022', N'Spider Lady Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'5700', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045023', N'Baron Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'43', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045024', N'Joker Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'44', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045025', N'Chimera Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'46', N'6000', N'1', N'3', N'2', N'5700', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045026', N'Conjugo Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'48', N'6000', N'1', N'3', N'2', N'5700', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045027', N'Dire Knight Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'49', N'6000', N'1', N'3', N'2', N'5700', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045028', N'Sparkle Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'51', N'6000', N'1', N'3', N'2', N'5700', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045029', N'Demon King Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'52', N'6000', N'1', N'3', N'2', N'5700', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045030', N'Mad Latiel Replica Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'53', N'6000', N'1', N'3', N'2', N'5700', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045031', N'Gagarth Replica Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'54', N'6000', N'1', N'3', N'2', N'5700', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045032', N'Aurosiac Replica Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045501', N'Gloves Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'9', N'6000', N'1', N'3', N'2', N'5700', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045502', N'Armored Butcher Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'5700', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045503', N'Boozatron Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'12', N'6000', N'1', N'3', N'2', N'5700', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045504', N'Hammer Butcher Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'14', N'6000', N'1', N'3', N'2', N'5700', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045505', N'Cursed Cataphract Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045506', N'Giant Mole Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'17', N'6000', N'1', N'3', N'2', N'5700', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045507', N'Dewey Decimator Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'19', N'6000', N'1', N'3', N'2', N'5700', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045508', N'Cataphract Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'21', N'6000', N'1', N'3', N'2', N'5700', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045509', N'Crimson Gloves Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'22', N'6000', N'1', N'3', N'2', N'5700', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045510', N'Minotauros Lord Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045511', N'Sinful Seraph Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045512', N'Massive Butcher Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'28', N'6000', N'1', N'3', N'2', N'5700', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045513', N'Haken Platina Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'26', N'6000', N'1', N'3', N'2', N'5700', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045514', N'Viper Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'31', N'6000', N'1', N'3', N'2', N'5700', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045515', N'Stone Golem Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'29', N'6000', N'1', N'3', N'2', N'5700', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045516', N'Massive Mole Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045517', N'Goliath Gorilla Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'33', N'6000', N'1', N'3', N'2', N'5700', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045518', N'Giant Rafflesia Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'38', N'6000', N'1', N'3', N'2', N'5700', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045519', N'Cyborg Gorilla Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045520', N'Sand Golem Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'36', N'6000', N'1', N'3', N'2', N'5700', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045521', N'Giant Sandworm Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'39', N'6000', N'1', N'3', N'2', N'5700', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045522', N'Spider Lady Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'5700', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045523', N'Baron Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'43', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045524', N'Joker Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'44', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045525', N'Chimera Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'46', N'6000', N'1', N'3', N'2', N'5700', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045526', N'Conjugo Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'48', N'6000', N'1', N'3', N'2', N'5700', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045527', N'Dire Knight Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'49', N'6000', N'1', N'3', N'2', N'5700', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045528', N'Sparkle Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'51', N'6000', N'1', N'3', N'2', N'5700', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045529', N'Demon King Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'52', N'6000', N'1', N'3', N'2', N'5700', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045530', N'Mad Latiel Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'53', N'6000', N'1', N'3', N'2', N'5700', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045531', N'Gagarth Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'54', N'6000', N'1', N'3', N'2', N'5700', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045532', N'Aurosiac Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311012001', N'Unfinished Monarch Sword', N'1', N'2', N'0', N'5', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014001', N'Monarch Sword', N'1', N'2', N'0', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014003', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014004', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014005', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014006', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015001', N'Absolute Monarch Sword', N'1', N'2', N'0', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015002', N'Brawlers Mirage Sword', N'1', N'2', N'0', N'5', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015003', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015004', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015005', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015006', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311022001', N'Unfinished Monarch Slayer', N'1', N'2', N'0', N'6', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024001', N'Monarch Slayer', N'1', N'2', N'0', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024003', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'20', N'500', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024004', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'30', N'500', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024005', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'40', N'500', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024006', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'50', N'500', N'1', N'3', N'1', N'2200', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025001', N'Absolute Monarch Slayer', N'1', N'2', N'0', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025002', N'Brawlers Mirage Axe', N'1', N'2', N'0', N'6', N'5', N'1', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025003', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'20', N'500', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025004', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'30', N'500', N'1', N'3', N'1', N'2200', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025005', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'40', N'500', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025006', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'50', N'500', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311032001', N'Unfinished Monarch Witch Sword', N'1', N'2', N'0', N'7', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034001', N'Monarch Witch Sword', N'1', N'2', N'0', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034003', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'20', N'500', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034004', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'30', N'500', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034005', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'40', N'500', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034006', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'50', N'500', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035001', N'Absolute Monarch Witch Sword', N'1', N'2', N'0', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035002', N'Brawlers Mirage Witch Sword', N'1', N'2', N'0', N'7', N'5', N'1', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035003', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'20', N'500', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035004', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'30', N'500', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035005', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'40', N'500', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035006', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'50', N'500', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311042001', N'Unfinished Monarch Popular Scythe', N'1', N'2', N'0', N'8', N'2', N'40', N'7500', N'0', N'3', N'1', N'2600', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044001', N'Monarch Popular Scythe', N'1', N'2', N'0', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044003', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'20', N'500', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044004', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'30', N'500', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044005', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'40', N'500', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044006', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'50', N'500', N'1', N'3', N'1', N'2600', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045001', N'Absolute Monarch Popular Scythe', N'1', N'2', N'0', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045002', N'Brawlers Mirage Scythe', N'1', N'2', N'0', N'8', N'5', N'1', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045003', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'20', N'500', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045004', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'30', N'500', N'1', N'3', N'1', N'2600', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045005', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'40', N'500', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045006', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'50', N'500', N'1', N'3', N'1', N'2600', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311052001', N'Unfinished Monarch Fist', N'1', N'2', N'0', N'9', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054001', N'Monarch Fist', N'1', N'2', N'0', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054003', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054004', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054005', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054006', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055001', N'Absolute Monarch Fist', N'1', N'2', N'0', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055002', N'Brawlers Mirage Gauntlets', N'1', N'2', N'0', N'9', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055003', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055004', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055005', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055006', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311062001', N'Unfinished Monarch Claw', N'1', N'2', N'0', N'10', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064001', N'Monarch Claw', N'1', N'2', N'0', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064003', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064004', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064005', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064006', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065001', N'Absolute Monarch Claw', N'1', N'2', N'0', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065002', N'Brawlers Mirage Claw', N'1', N'2', N'0', N'10', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065003', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065004', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065005', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065006', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311072001', N'Unfinished Monarch Revolver', N'1', N'2', N'0', N'11', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074001', N'Monarch Revolver', N'1', N'2', N'0', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074003', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074004', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074005', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074006', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075001', N'Absolute Monarch Revolver', N'1', N'2', N'0', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075002', N'Brawlers Mirage Revolver', N'1', N'2', N'0', N'11', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075003', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075004', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075005', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075006', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311082001', N'Unfinished Monarch Musket', N'1', N'2', N'0', N'12', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084001', N'Monarch Musket', N'1', N'2', N'0', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084003', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084004', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084005', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084006', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085001', N'Absolute Monarch Musket', N'1', N'2', N'0', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085002', N'Brawlers Mirage Musket', N'1', N'2', N'0', N'12', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085003', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085004', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085005', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085006', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311092001', N'Unfinished Monarch Twin Swords', N'1', N'2', N'0', N'55', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094001', N'Monarch Twin Swords', N'1', N'2', N'0', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094003', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094004', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094005', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094006', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095001', N'Absolute Monarch Twin Swords', N'1', N'2', N'0', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095002', N'Brawlers Mirage Twin Swords', N'1', N'2', N'0', N'55', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095003', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095004', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095005', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095006', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311112001', N'Unfinished Monarch Glaive', N'1', N'2', N'0', N'56', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114001', N'Monarch Glaive', N'1', N'2', N'0', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114003', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'20', N'500', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114004', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'30', N'500', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114005', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'40', N'500', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114006', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'50', N'500', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115001', N'Absolute Monarch Glaive', N'1', N'2', N'0', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115002', N'Brawlers Mirage Glaive', N'1', N'2', N'0', N'56', N'5', N'1', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115003', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'20', N'500', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115004', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'30', N'500', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115005', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'40', N'500', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115006', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'50', N'500', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311132001', N'Unfinished Monarch Demon Hands', N'1', N'2', N'0', N'57', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134001', N'Monarch Demon Hands', N'1', N'2', N'0', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134003', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134004', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134005', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134006', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135001', N'Absolute Monarch Demon Hands', N'1', N'2', N'0', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135002', N'Brawlers Mirage Demon Hands', N'1', N'2', N'0', N'57', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135003', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135004', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135005', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135006', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311152001', N'Unfinished Monarch Weapon Bag', N'1', N'2', N'0', N'58', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154001', N'Monarch Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154003', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154004', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154005', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154006', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155001', N'Absolute Monarch Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155002', N'Brawlers Mirage Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155003', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155004', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155005', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155006', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014001', N'Practice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'24', N'6000', N'1', N'3', N'2', N'1400', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014003', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'1400', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014004', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014005', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014006', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015002', N'Brawlers Mirage Robe', N'1', N'2', N'0', N'1', N'5', N'1', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015003', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015004', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'1400', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015005', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015006', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312016104', N'Mighty Lavished Robe', N'1', N'2', N'0', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024001', N'Practice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'24', N'6000', N'1', N'3', N'2', N'1900', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024003', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'1900', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024004', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024005', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024006', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025002', N'Brawlers Mirage Leather Armor', N'1', N'2', N'0', N'2', N'5', N'1', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025003', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025004', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'1900', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025005', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025006', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312026104', N'Mighty Elodi Leather Armor', N'1', N'2', N'0', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034001', N'Practice Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'24', N'6000', N'1', N'3', N'2', N'3000', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034003', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'3000', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034004', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034005', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034006', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035002', N'Brawlers Mirage Chain Mail', N'1', N'2', N'0', N'3', N'5', N'1', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035003', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035004', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'3000', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035005', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035006', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312036104', N'Mighty Hinch Chain Mail', N'1', N'2', N'0', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044001', N'Practice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'24', N'6000', N'1', N'3', N'2', N'5700', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044003', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'5700', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044004', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044005', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044006', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045002', N'Brawlers Mirage War Plate', N'1', N'2', N'0', N'4', N'5', N'1', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045003', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045004', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'5700', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045005', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045006', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312046104', N'Mighty Banded Plate', N'1', N'2', N'0', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014001', N'Practice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'24', N'3400', N'1', N'3', N'2', N'900', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014003', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014004', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014005', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014006', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015002', N'Brawlers Mirage Hood', N'1', N'2', N'0', N'1', N'5', N'1', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015003', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015004', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015005', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015006', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313016104', N'Mighty Lavished Hood', N'1', N'2', N'0', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024001', N'Practice Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'24', N'3400', N'1', N'3', N'2', N'900', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024003', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024004', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024005', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024006', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025002', N'Brawlers Mirage Leather Cap', N'1', N'2', N'0', N'2', N'5', N'1', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025003', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025004', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025005', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025006', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313026104', N'Mighty Elodi Leather Cap', N'1', N'2', N'0', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034001', N'Practice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'24', N'3400', N'1', N'3', N'2', N'1800', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034003', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034004', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'1800', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034005', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034006', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035002', N'Brawlers Mirage Chain Helm', N'1', N'2', N'0', N'3', N'5', N'1', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035003', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035004', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035005', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035006', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313036104', N'Mighty Hinch Helm', N'1', N'2', N'0', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044001', N'Practice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'24', N'3400', N'1', N'3', N'2', N'3400', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044003', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044004', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'3400', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044005', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044006', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045002', N'Brawlers Mirage War Helm', N'1', N'2', N'0', N'4', N'5', N'1', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045003', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045004', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045005', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045006', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313046104', N'Mighty Banded Helm', N'1', N'2', N'0', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014001', N'Practice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'24', N'5500', N'1', N'3', N'2', N'1100', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014003', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014004', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014005', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014006', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015002', N'Brawlers Mirage Leggings', N'1', N'2', N'0', N'1', N'5', N'1', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015003', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015004', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015005', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015006', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314016104', N'Mighty Lavished Leggings', N'1', N'2', N'0', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024001', N'Practice Leather Pants ', N'1', N'2', N'0', N'2', N'4', N'24', N'5500', N'1', N'3', N'2', N'1600', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024003', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024004', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024005', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024006', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025002', N'Brawlers Mirage Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'1', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025003', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025004', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025005', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025006', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314026104', N'Mighty Elodi Leather Leggings', N'1', N'2', N'0', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034001', N'Practice Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'24', N'5500', N'1', N'3', N'2', N'2400', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034003', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034004', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034005', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034006', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035002', N'Brawlers Mirage Chain Greave', N'1', N'2', N'0', N'3', N'5', N'1', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035003', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035004', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035005', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035006', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314036104', N'Mighty Hinch Greave', N'1', N'2', N'0', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044001', N'Practice Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'24', N'5500', N'1', N'3', N'2', N'2400', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044003', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044004', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044005', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044006', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045002', N'Brawlers Mirage War Greave', N'1', N'2', N'0', N'4', N'5', N'1', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045003', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045004', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045005', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045006', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314046104', N'Mighty Banded Greave', N'1', N'2', N'0', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014001', N'Practice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'24', N'4400', N'1', N'3', N'2', N'600', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014003', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014004', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014005', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014006', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015002', N'Brawlers Mirage Shoes', N'1', N'2', N'0', N'1', N'5', N'1', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015003', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015004', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015005', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015006', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'600', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315016104', N'Mighty Lavished Shoes', N'1', N'2', N'0', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024001', N'Practice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'24', N'4400', N'1', N'3', N'2', N'800', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024003', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024004', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024005', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024006', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025002', N'Brawlers Mirage Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'1', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025003', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025004', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025005', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025006', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'800', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315026104', N'Mighty Elodi Leather Shoes', N'1', N'2', N'0', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034001', N'Practice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'24', N'4400', N'1', N'3', N'2', N'1200', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034003', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034004', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034005', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034006', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035002', N'Brawlers Mirage Chain Boots', N'1', N'2', N'0', N'3', N'5', N'1', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035003', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035004', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035005', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035006', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'1200', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315036104', N'Mighty Hinch Boots', N'1', N'2', N'0', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044001', N'Practice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'24', N'4400', N'1', N'3', N'2', N'2300', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044003', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044004', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044005', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044006', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045002', N'Brawlers Mirage War Boots', N'1', N'2', N'0', N'4', N'5', N'1', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045003', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045004', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045005', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045006', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'2300', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315046104', N'Mighty Banded War Boots', N'1', N'2', N'0', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014001', N'Practice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'24', N'3400', N'1', N'3', N'2', N'200', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014003', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'200', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014004', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014005', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014006', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015002', N'Brawlers Mirage Belt', N'1', N'2', N'0', N'1', N'5', N'1', N'3600', N'1', N'3', N'2', N'200', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015003', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015004', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015005', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015006', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316016104', N'Mighty Lavished Belt', N'1', N'2', N'0', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024001', N'Practice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'24', N'3400', N'1', N'3', N'2', N'300', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024003', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024004', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024005', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024006', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025002', N'Brawlers Mirage Leather Belt', N'1', N'2', N'0', N'2', N'5', N'1', N'3600', N'1', N'3', N'2', N'200', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025003', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025004', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025005', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025006', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316026104', N'Mighty Elodi Leather Belt', N'1', N'2', N'0', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034001', N'Practice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'24', N'3400', N'1', N'3', N'2', N'500', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034003', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'500', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034004', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034005', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034006', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035002', N'Brawlers Mirage Chain Belt', N'1', N'2', N'0', N'3', N'5', N'1', N'3600', N'1', N'3', N'2', N'300', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035003', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035004', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035005', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035006', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316036104', N'Mighty Hinch Chain Belt', N'1', N'2', N'0', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044001', N'Practice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'24', N'3400', N'1', N'3', N'2', N'900', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044003', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'900', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044004', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044005', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044006', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045002', N'Brawlers Mirage War Belt', N'1', N'2', N'0', N'4', N'5', N'1', N'3600', N'1', N'3', N'2', N'500', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045003', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045004', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045005', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045006', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316046104', N'Mighty Banded War Belt', N'1', N'2', N'0', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012001', N'Novice Onyx Pendant', N'1', N'2', N'0', N'17', N'2', N'20', N'0', N'0', N'2', N'0', N'400', N'2910', N'480') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012002', N'Novice Blazing Pendant', N'1', N'2', N'0', N'17', N'2', N'25', N'0', N'0', N'2', N'0', N'400', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012003', N'Novice Amber Pendant', N'1', N'2', N'0', N'17', N'2', N'30', N'0', N'0', N'2', N'0', N'400', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012004', N'Novice Serpentine Pendant', N'1', N'2', N'0', N'17', N'2', N'35', N'0', N'0', N'2', N'0', N'400', N'7230', N'1193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012005', N'Novice Inferno Pendant', N'1', N'2', N'0', N'17', N'2', N'40', N'0', N'0', N'2', N'0', N'400', N'9090', N'1500') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012006', N'Novice Wise Pendant', N'1', N'2', N'0', N'17', N'2', N'45', N'0', N'0', N'2', N'0', N'400', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012007', N'Novice Nova Pendant', N'1', N'2', N'0', N'17', N'2', N'50', N'0', N'0', N'2', N'0', N'400', N'13400', N'2211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012008', N'Novice Star-stone Pendant', N'1', N'2', N'0', N'17', N'2', N'55', N'0', N'0', N'2', N'0', N'400', N'15860', N'2616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012009', N'Novice Dark Slave Pendant', N'1', N'2', N'0', N'17', N'2', N'60', N'0', N'0', N'2', N'0', N'400', N'18520', N'3055') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014001', N'Novice Onyx Pendant', N'1', N'2', N'0', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014002', N'Novice Blazing Pendant', N'1', N'2', N'0', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'400', N'4640', N'765') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014003', N'Novice Amber Pendant', N'1', N'2', N'0', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'400', N'6250', N'1031') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014004', N'Novice Serpentine Pendant', N'1', N'2', N'0', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'400', N'8080', N'1333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014005', N'Novice Inferno Pendant', N'1', N'2', N'0', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'400', N'10160', N'1676') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014006', N'Novice Wise Pendant', N'1', N'2', N'0', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'400', N'12450', N'2054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014007', N'Novice Nova Pendant', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014008', N'Novice Star-stone Pendant', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'400', N'17730', N'2926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014009', N'Novice Dark Slave Pendant', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'400', N'20700', N'3415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014105', N'Amazing Pendant', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'400', N'10160', N'1676') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014106', N'Fatal Shiner Pendant', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2246') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014107', N'Forked Shining Pendant', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'400', N'19780', N'2816') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014108', N'Fatal Shiner Pendant', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'400', N'24590', N'3386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014109', N'Fatal Shiner Pendant', N'1', N'2', N'0', N'17', N'4', N'65', N'0', N'0', N'2', N'0', N'400', N'29400', N'3956') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015001', N'Novice Ice Amulet', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'400', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015002', N'Novice Lightning Amulet', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'1085') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015003', N'Novice Fire Amulet', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'400', N'8510', N'1404') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015004', N'Novice Magic Amulet', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015005', N'Novice Silver Amulet', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'400', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015006', N'Novice Jasper Amulet', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015007', N'Novice Shining Amulet', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'400', N'18660', N'3078') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015008', N'Novice Opal Amulet', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'400', N'21790', N'3595') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015009', N'Mirage Amulet', N'1', N'2', N'0', N'17', N'5', N'1', N'0', N'0', N'0', N'0', N'400', N'15760', N'2364') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015104', N'Confounding Amulet', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1764') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015105', N'Fatal Evening Star Emulet', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2364') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015106', N'Forked Evening Star Amulet', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'400', N'20830', N'2964') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015107', N'Fatal Evening Star Emulet', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'400', N'25900', N'3564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015108', N'Fatal Evening Star Emulet', N'1', N'2', N'0', N'17', N'5', N'65', N'0', N'0', N'3', N'0', N'400', N'30970', N'4164') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015501', N'Blind Warrior Necklace', N'1', N'2', N'0', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'400', N'3420', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015502', N'Luthmid Necklace', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'400', N'4880', N'732') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015503', N'Black Shine Necklace', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'987') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015504', N'Rusty Nail Necklace', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'400', N'8510', N'1277') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015505', N'Eyelet Chain Necklace', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1604') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015506', N'Cruelism Necklace', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'400', N'13100', N'1965') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015507', N'Lucious Necklace', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2364') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016001', N'Novice Crystal Necklace', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'400', N'3590', N'592') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016002', N'Novice Iris Necklace', N'1', N'2', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'400', N'5120', N'844') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016003', N'Novice Enokian Necklace', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'400', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016004', N'Novice Oblivion Necklace', N'1', N'2', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'400', N'8940', N'1475') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016005', N'Novice Lapis Necklace', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016006', N'Novice Vladimir Necklace', N'1', N'2', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'400', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016007', N'Novice Lunaris Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2731') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016008', N'Novice Aquamarine Necklace', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'400', N'19590', N'3232') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016105', N'Perplexing Necklace', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016106', N'Fatal Diana Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016107', N'Forked Diamond Necklace', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'400', N'21880', N'3115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016108', N'Fatal Diana Necklace', N'1', N'2', N'0', N'17', N'6', N'60', N'0', N'0', N'3', N'0', N'400', N'27210', N'3747') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016109', N'Fatal Diana Necklace', N'1', N'2', N'0', N'17', N'6', N'65', N'0', N'0', N'3', N'0', N'400', N'32540', N'4379') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016501', N'Aris Vendel Necklace', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'400', N'3590', N'539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016502', N'Beloved Feel Necklace', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'400', N'6910', N'1037') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016503', N'Poison Mania Necklace', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1683') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016504', N'Alistar Crowley Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012001', N'Novice Onyx Earrings', N'1', N'2', N'0', N'17', N'2', N'20', N'0', N'0', N'2', N'0', N'200', N'2730', N'451') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012002', N'Novice Blaze Earrings', N'1', N'2', N'0', N'17', N'2', N'25', N'0', N'0', N'2', N'0', N'200', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012003', N'Novice Amber Earrings', N'1', N'2', N'0', N'17', N'2', N'30', N'0', N'0', N'2', N'0', N'200', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012004', N'Novice Serpentine Earrings', N'1', N'2', N'0', N'17', N'2', N'35', N'0', N'0', N'2', N'0', N'200', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012005', N'Novice Inferno Earrings', N'1', N'2', N'0', N'17', N'2', N'40', N'0', N'0', N'2', N'0', N'200', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012006', N'Novice Wise Earrings', N'1', N'2', N'0', N'17', N'2', N'45', N'0', N'0', N'2', N'0', N'200', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012007', N'Novice Nova Earrings', N'1', N'2', N'0', N'17', N'2', N'50', N'0', N'0', N'2', N'0', N'200', N'12560', N'2072') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012008', N'Novice Star-stone Earrings', N'1', N'2', N'0', N'17', N'2', N'55', N'0', N'0', N'2', N'0', N'200', N'14870', N'2454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012009', N'Novice Dark Slave Earrings', N'1', N'2', N'0', N'17', N'2', N'60', N'0', N'0', N'2', N'0', N'200', N'17370', N'2866') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014001', N'Novice Onyx Earrings', N'1', N'2', N'0', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'200', N'3050', N'503') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014002', N'Novice Blaze Earrings', N'1', N'2', N'0', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014003', N'Novice Amber Earrings', N'1', N'2', N'0', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014004', N'Novice Serpentine Earrings', N'1', N'2', N'0', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'200', N'7580', N'1250') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014005', N'Novice Inferno Earrings', N'1', N'2', N'0', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'200', N'9520', N'1570') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014006', N'Novice Wise Earrings', N'1', N'2', N'0', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'200', N'11680', N'1927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014007', N'Novice Nova Earrings', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014008', N'Novice Star-stone Earrings', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'200', N'16620', N'2742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014009', N'Novice Dark Slave Earrings', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'200', N'19410', N'3203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014105', N'Amazing Earring', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'200', N'9520', N'1570') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014106', N'Fatal Shiner Earrings', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2106') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014107', N'Forked Shining Earrings', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'200', N'18560', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014108', N'Fatal Shiner Earrings', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'200', N'23080', N'3178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014109', N'Fatal Shiner Earrings', N'1', N'2', N'0', N'17', N'4', N'65', N'0', N'0', N'2', N'0', N'200', N'27600', N'3714') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015001', N'Novice Ice Earrings', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'200', N'4580', N'755') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015002', N'Novice Lightning Earrings', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'200', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015003', N'Novice Fire Earrings', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'200', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015004', N'Novice Magic Earrings', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015005', N'Novice Silver Earrings', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'200', N'12290', N'2028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015006', N'Novice Jasper Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015007', N'Novice Shining Earrings', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'200', N'17490', N'2886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015008', N'Novice Opal Earrings', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'200', N'20430', N'3371') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015009', N'Mirage Earring', N'1', N'2', N'0', N'17', N'5', N'1', N'0', N'0', N'0', N'0', N'200', N'14780', N'2217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015104', N'Confounding Earring', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015105', N'Fatal Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015106', N'Forked Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'200', N'19540', N'2781') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015107', N'Fatal Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'24300', N'3345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015108', N'Fatal Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'29060', N'3909') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015501', N'Blind Warrior Earrings', N'1', N'2', N'0', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'200', N'3210', N'482') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015502', N'Luthmid Earrings', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'200', N'4580', N'687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015503', N'Black Shine Earrings', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'200', N'6170', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015504', N'Rusty Nail Earrings', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'200', N'7980', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015505', N'Eyelet Chain Earrings', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1503') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015506', N'Cruelism Earrings', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'200', N'12290', N'1844') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015507', N'Lucious Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016001', N'Novice Crystal Earrings', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'200', N'3370', N'556') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016002', N'Novice Iris Earrings', N'1', N'2', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016003', N'Novice Enokian Earrings', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'200', N'6480', N'1069') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016004', N'Novice Oblivion Earrings', N'1', N'2', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'200', N'8380', N'1382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016005', N'Novice Lapis Earrings', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016006', N'Novice Vladimir Earrings', N'1', N'2', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'200', N'12900', N'2128') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016007', N'Novice Lunaris Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016008', N'Novice Aquamarine Earrings', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'200', N'18360', N'3029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016105', N'Perplexing Earring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016106', N'Fatal Diana Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2328') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016107', N'Forked Diamond Earrings', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'200', N'20520', N'2921') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016108', N'Fatal Diana Earrings', N'1', N'2', N'0', N'17', N'6', N'60', N'0', N'0', N'3', N'0', N'200', N'25520', N'3514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016109', N'Fatal Diana Earrings', N'1', N'2', N'0', N'17', N'6', N'65', N'0', N'0', N'3', N'0', N'200', N'30520', N'4107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016501', N'Aris Vendel Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'3370', N'506') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016502', N'Beloved Feel Earrings', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'200', N'6480', N'972') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016503', N'Poison Mania Earrings', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1578') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016504', N'Alistar Crowley Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2328') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012001', N'Novice Onyx Ring', N'1', N'2', N'0', N'17', N'2', N'20', N'0', N'0', N'2', N'0', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012002', N'Novice Blaze Ring', N'1', N'2', N'0', N'17', N'2', N'25', N'0', N'0', N'2', N'0', N'300', N'3630', N'599') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012003', N'Novice Amber Ring', N'1', N'2', N'0', N'17', N'2', N'30', N'0', N'0', N'2', N'0', N'300', N'4890', N'807') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012004', N'Novice Serpentine Ring', N'1', N'2', N'0', N'17', N'2', N'35', N'0', N'0', N'2', N'0', N'300', N'6330', N'1045') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012005', N'Novice Inferno Ring', N'1', N'2', N'0', N'17', N'2', N'40', N'0', N'0', N'2', N'0', N'300', N'7950', N'1312') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012006', N'Novice Wise Ring', N'1', N'2', N'0', N'17', N'2', N'45', N'0', N'0', N'2', N'0', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012007', N'Novice Nova Ring', N'1', N'2', N'0', N'17', N'2', N'50', N'0', N'0', N'2', N'0', N'300', N'11720', N'1933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012008', N'Novice Star-stone Ring', N'1', N'2', N'0', N'17', N'2', N'55', N'0', N'0', N'2', N'0', N'300', N'13870', N'2289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012009', N'Novice Dark Slave Ring', N'1', N'2', N'0', N'17', N'2', N'60', N'0', N'0', N'2', N'0', N'300', N'16210', N'2675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014001', N'Novice Onyx Ring', N'1', N'2', N'0', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'300', N'2850', N'470') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014002', N'Novice Blaze Ring', N'1', N'2', N'0', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'300', N'4060', N'669') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014003', N'Novice Amber Ring', N'1', N'2', N'0', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'300', N'5460', N'900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014004', N'Novice Serpentine Ring', N'1', N'2', N'0', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'300', N'7080', N'1168') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014005', N'Novice Inferno Ring', N'1', N'2', N'0', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'300', N'8880', N'1465') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014006', N'Novice Wise Ring', N'1', N'2', N'0', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'300', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014007', N'Novice Nova Ring', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014008', N'Novice Star-stone Ring', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'300', N'15500', N'2557') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014009', N'Novice Dark Slave Ring', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'300', N'18120', N'2989') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014105', N'Amazing Ring', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'300', N'8880', N'1465') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014106', N'Fatal Shiner Ring', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'1965') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014107', N'Forked Shining Ring', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'300', N'17320', N'2465') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014108', N'Fatal Shiner Ring', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'300', N'21540', N'2965') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014109', N'Fatal Shiner Ring', N'1', N'2', N'0', N'17', N'4', N'65', N'0', N'0', N'2', N'0', N'300', N'25760', N'3465') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015001', N'Novice Ice Ring', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'300', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015002', N'Novice Lightning Ring', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'300', N'5750', N'949') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015003', N'Novice Fire Ring', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'300', N'7450', N'1229') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015004', N'Novice Magic Ring', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015005', N'Novice Silver Ring', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'300', N'11470', N'1893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015006', N'Novice Jasper Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2275') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015007', N'Novice Shining Ring', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'300', N'16320', N'2692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015008', N'Novice Opal Ring', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015009', N'Mirage Ring', N'1', N'2', N'0', N'17', N'5', N'1', N'0', N'0', N'0', N'0', N'300', N'13790', N'2069') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015104', N'Confounding Ring', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015105', N'Fatal Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2069') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015106', N'Forked Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'300', N'18230', N'2595') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015107', N'Fatal Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'300', N'22670', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015108', N'Fatal Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'65', N'0', N'0', N'3', N'0', N'300', N'27110', N'3647') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015501', N'Blind Warrior Ring', N'1', N'2', N'0', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'300', N'3000', N'450') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015502', N'Luthmid Ring', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'300', N'4270', N'641') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015503', N'Black Shine Ring', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'300', N'5750', N'863') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015504', N'Rusty Nail Ring', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'300', N'7450', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015505', N'Eyelet Chain Ring', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015506', N'Cruelism Ring', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'300', N'11470', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015507', N'Lucious Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2069') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016001', N'Novice Crystal Ring', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'300', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016002', N'Novice Iris Ring', N'1', N'2', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'300', N'4480', N'739') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016003', N'Novice Enokian Ring', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'300', N'6040', N'996') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016004', N'Novice Oblivion Ring', N'1', N'2', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'300', N'7820', N'1290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016005', N'Novice Lapis Ring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1620') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016006', N'Novice Vladimir Ring', N'1', N'2', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'300', N'12040', N'1986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016007', N'Novice Lunaris Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016008', N'Novice Aquamarine Ring', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'300', N'17140', N'2828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016105', N'Perplexing Ring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1620') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016106', N'Fatal Diana Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2172') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016107', N'Forked Diamond Ring', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'300', N'19140', N'2724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016108', N'Fatal Diana Ring', N'1', N'2', N'0', N'17', N'6', N'60', N'0', N'0', N'3', N'0', N'300', N'23800', N'3276') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016109', N'Fatal Diana Ring', N'1', N'2', N'0', N'17', N'6', N'65', N'0', N'0', N'3', N'0', N'300', N'28460', N'3828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016501', N'Aris Vendel Ring', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'300', N'3150', N'473') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016502', N'Beloved Feel Ring', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'300', N'6040', N'906') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016503', N'Poison Mania Ring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1473') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016504', N'Alistar Crowley Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2172') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014001', N'Practice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014003', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014004', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014005', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014006', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015002', N'Brawlers Mirage Glove', N'1', N'1', N'0', N'1', N'5', N'1', N'4600', N'1', N'3', N'2', N'900', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015003', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'900', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015004', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'900', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015005', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'900', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015006', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'900', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320016104', N'Mighty Lavished Glove', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024001', N'Practice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024003', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024004', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024005', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024006', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025002', N'Brawlers Mirage Leather Glove', N'1', N'1', N'0', N'2', N'5', N'1', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025003', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025004', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025005', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025006', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320026104', N'Mighty Elodi Leather Glove', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034001', N'Practice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034003', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034004', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034005', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034006', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035002', N'Brawlers Mirage Chain Glove', N'1', N'1', N'0', N'3', N'5', N'1', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035003', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035004', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035005', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035006', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320036104', N'Mighty Hinch Chain Glove', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044001', N'Practice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044003', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044004', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044005', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044006', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045002', N'Brawlers Mirage War Glove', N'1', N'1', N'0', N'4', N'5', N'1', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045003', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045004', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045005', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045006', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320046104', N'Mighty Banded War Glove', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011001', N'Short Sword', N'1', N'0', N'0', N'5', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011002', N'Strong Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011003', N'Ruben''s War Sword', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011004', N'Ruben''s Battle Sword', N'1', N'0', N'0', N'5', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011005', N'Ruben''s Strong Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011006', N'Ruben''s Broad Sword', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011007', N'Ruben''s Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011008', N'Ruben''s Primal Sword', N'1', N'0', N'0', N'5', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011009', N'Ruben''s Gothic Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011010', N'Ruben''s Bastard Sword', N'1', N'0', N'0', N'5', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011011', N'Ruben''s Valiant Sword', N'1', N'0', N'0', N'5', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011012', N'Ruben''s Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011101', N'Ruska''s War Sword', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011102', N'Ruska''s Battle Sword', N'1', N'0', N'0', N'5', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011103', N'Ruben''s Strong Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011104', N'Ruben''s Broad Sword', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011105', N'Ruben''s Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011106', N'Ruben''s Primal Sword', N'1', N'0', N'0', N'5', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011107', N'Ruben''s Gothic Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011108', N'Ruska''s Bastard Sword', N'1', N'0', N'0', N'5', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011109', N'Ruska''s Valiant Sword', N'1', N'0', N'0', N'5', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011110', N'Ruska''s Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011301', N'Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021001', N'Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021002', N'Ruben''s Hand Axe', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021003', N'Ruben''s Buroba Axe', N'1', N'0', N'0', N'6', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021004', N'Ruben''s Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021005', N'Ruben''s Two-Handed Axe', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021006', N'Ruben''s Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021007', N'Ruben''s Gothic Axe', N'1', N'0', N'0', N'6', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021008', N'Ruben''s Bardiche Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021009', N'Ruben''s Pole Axe', N'1', N'0', N'0', N'6', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021010', N'Ruben''s Tabar Axe', N'1', N'0', N'0', N'6', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021011', N'Ruben''s Battle Axe', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021101', N'Ruska''s Hand Axe', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021102', N'Ruska''s Buroba Axe', N'1', N'0', N'0', N'6', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021103', N'Ruben''s Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021104', N'Ruben''s Two-Handed Axe', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021105', N'Ruben''s Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021106', N'Ruben''s Gothic Axe', N'1', N'0', N'0', N'6', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021107', N'Ruben''s Bardiche Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021108', N'Ruska''s Pole Axe', N'1', N'0', N'0', N'6', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021109', N'Ruska''s Tabar Axe', N'1', N'0', N'0', N'6', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021110', N'Ruska''s Battle Axe', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021301', N'Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031001', N'Magic Sword', N'1', N'0', N'0', N'7', N'1', N'5', N'7000', N'0', N'0', N'1', N'2500', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031002', N'Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031003', N'Ruben''s Crystal Magic Sword', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031004', N'Ruben''s Spell Sword', N'1', N'0', N'0', N'7', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031005', N'Ruben''s Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031006', N'Ruben''s Rune Spell Sword', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031007', N'Ruben''s Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031008', N'Ruben''s Nether Blade', N'1', N'0', N'0', N'7', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031009', N'Ruben''s Karma Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031010', N'Ruben''s Witch Sword', N'1', N'0', N'0', N'7', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031011', N'Ruben''s Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031012', N'Ruben''s Demonic Witch Sword', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031101', N'Ruska''s Crystal Magic Sword', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031102', N'Ruska''s Spell Sword', N'1', N'0', N'0', N'7', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031103', N'Ruben''s Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031104', N'Ruben''s Rune Spell Sword', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031105', N'Ruben''s Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031106', N'Ruben''s Nether Blade', N'1', N'0', N'0', N'7', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031107', N'Ruben''s Karma Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031108', N'Ruska''s Witch Sword', N'1', N'0', N'0', N'7', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031109', N'Ruska''s Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031110', N'Ruska''s Demonic Witch Sword', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031301', N'Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041001', N'Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041002', N'Ruben''s Scythe', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041003', N'Ruben''s Jagged Scythe', N'1', N'0', N'0', N'8', N'1', N'15', N'7000', N'0', N'0', N'1', N'2600', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041004', N'Ruben''s Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041005', N'Ruben''s Dusk Scythe', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041006', N'Ruben''s Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041007', N'Ruben''s Gothic Scythe', N'1', N'0', N'0', N'8', N'1', N'35', N'7000', N'0', N'0', N'1', N'2600', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041008', N'Ruben''s Stella Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041009', N'Ruben''s Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'45', N'7000', N'0', N'0', N'1', N'2600', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041010', N'Ruben''s Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'50', N'7000', N'0', N'0', N'1', N'2600', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041011', N'Ruben''s Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041101', N'Ruska''s Scythe', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041102', N'Ruska''s Jagged Scythe', N'1', N'0', N'0', N'8', N'1', N'15', N'7000', N'0', N'0', N'1', N'2600', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041103', N'Ruben''s Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041104', N'Ruben''s Dusk Scythe', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041105', N'Ruben''s Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041106', N'Ruben''s Gothic Scythe', N'1', N'0', N'0', N'8', N'1', N'35', N'7000', N'0', N'0', N'1', N'2600', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041107', N'Ruben''s Stella Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041108', N'Ruska''s Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'45', N'7000', N'0', N'0', N'1', N'2600', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041109', N'Ruska''s Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'50', N'7000', N'0', N'0', N'1', N'2600', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041110', N'Ruska''s Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041301', N'Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051001', N'Light Gauntlets', N'1', N'0', N'0', N'9', N'1', N'5', N'7000', N'0', N'0', N'1', N'2300', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051002', N'Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051003', N'Ruben''s Metal Gauntlets', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051004', N'Ruben''s Battle Gauntlets', N'1', N'0', N'0', N'9', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051005', N'Ruben''s Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051006', N'Ruben''s Jagged Knuckle', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051007', N'Ruben''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051008', N'Ruben''s Evil Gauntlets', N'1', N'0', N'0', N'9', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051009', N'Ruben''s Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051010', N'Ruben''s Fist', N'1', N'0', N'0', N'9', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051011', N'Ruben''s Battle Fist', N'1', N'0', N'0', N'9', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051012', N'Ruben''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051101', N'Ruska''s Metal Gauntlets', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051102', N'Ruska''s Battle Gauntlets', N'1', N'0', N'0', N'9', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051103', N'Ruben''s Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051104', N'Ruben''s Jagged Knuckle', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051105', N'Ruben''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051106', N'Ruben''s Evil Gauntlets', N'1', N'0', N'0', N'9', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051107', N'Ruben''s Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051108', N'Ruska''s Fist', N'1', N'0', N'0', N'9', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051109', N'Ruska''s Battle Fist', N'1', N'0', N'0', N'9', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051110', N'Ruska''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051301', N'War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061001', N'War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061002', N'Ruben''s Claw', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061003', N'Ruben''s Steel Claw', N'1', N'0', N'0', N'10', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061004', N'Ruben''s War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061005', N'Ruben''s Battle Claw', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061006', N'Ruben''s Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061007', N'Ruben''s Scissor Claw', N'1', N'0', N'0', N'10', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061008', N'Ruben''s Valiant Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061009', N'Ruska''s Blade Claw', N'1', N'0', N'0', N'10', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061010', N'Ruben''s Blade Talons', N'1', N'0', N'0', N'10', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061011', N'Ruben''s Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061101', N'Ruska''s Claw', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061102', N'Ruska''s Steel Claw', N'1', N'0', N'0', N'10', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061103', N'Ruben''s War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061104', N'Ruben''s Battle Claw', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061105', N'Ruben''s Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061106', N'Ruben''s Scissor Claw', N'1', N'0', N'0', N'10', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061107', N'Ruben''s Valiant Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061108', N'Ruska''s Blade Claw', N'1', N'0', N'0', N'10', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061109', N'Ruska''s Blade Talons', N'1', N'0', N'0', N'10', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061110', N'Ruska''s Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061301', N'Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071001', N'Auto Revolver', N'1', N'0', N'0', N'11', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071002', N'Stinger', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071003', N'Ruben''s Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071004', N'Ruben''s Plush Revolver', N'1', N'0', N'0', N'11', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071005', N'Ruben''s Stinger', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071006', N'Ruben''s Shud Revolver', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071007', N'Ruben''s Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071008', N'Ruben''s Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071009', N'Ruben''s Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071010', N'Ruben''s Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071011', N'Ruben''s Slugger', N'1', N'0', N'0', N'11', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071012', N'Ruben''s Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071101', N'Ruska''s Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071102', N'Ruska''s Plush Revolver', N'1', N'0', N'0', N'11', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071103', N'Ruben''s Stinger', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071104', N'Ruben''s Shud Revolver', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071105', N'Ruben''s Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071106', N'Ruben''s Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071107', N'Ruben''s Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071108', N'Ruska''s Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071109', N'Ruska''s Slugger', N'1', N'0', N'0', N'11', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071110', N'Ruska''s Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071301', N'Gauss Pistol', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081001', N'Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081002', N'Ruben''s Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081003', N'Ruben''s Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081004', N'Ruben''s Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081005', N'Ruben''s Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081006', N'Ruben''s Wild Musket', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081007', N'Ruben''s Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081008', N'Ruben''s Searer Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081009', N'Ruben''s Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081010', N'Ruben''s Coach Gun', N'1', N'0', N'0', N'12', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081011', N'Ruben''s Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081101', N'Ruska''s Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2200', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081102', N'Ruska''s Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081103', N'Ruben''s Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081104', N'Ruben''s Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081105', N'Ruben''s Wild Musket', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081106', N'Ruben''s Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081107', N'Ruben''s Searer Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081108', N'Ruska''s Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081109', N'Ruska''s Coach Gun', N'1', N'0', N'0', N'12', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081110', N'Ruska''s Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081301', N'Wild Rifle', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091001', N'Disrupt Twin Swords', N'1', N'0', N'0', N'55', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091002', N'Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091003', N'Ruben''s Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091004', N'Ruben''s Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091005', N'Ruben''s Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091006', N'Ruben''s Congenial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091007', N'Ruben''s Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091008', N'Ruben''s Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091009', N'Ruben''s Harsh Twin Swords', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091010', N'Ruben''s Dormant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091011', N'Ruben''s Revengers Twin Swords', N'1', N'0', N'0', N'55', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091012', N'Ruben''s Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091101', N'Ruskas Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091102', N'Ruskas Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091103', N'Ruben''s Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091104', N'Ruben''s Congenial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091105', N'Ruben''s Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091106', N'Ruben''s Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091107', N'Ruben''s Harsh Twin Swords', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091108', N'Ruskas Dormant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091109', N'Ruskas Revengers Twin Swords', N'1', N'0', N'0', N'55', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091110', N'Ruska''s Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091301', N'Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111001', N'Divine Glaive', N'1', N'0', N'0', N'56', N'1', N'5', N'7000', N'0', N'0', N'1', N'2500', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111002', N'Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111003', N'Ruben''s Twilight Glaive', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111004', N'Ruben''s Modest Glaive', N'1', N'0', N'0', N'56', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111005', N'Ruben''s Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111006', N'Ruben''s Latigent Glaive', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111007', N'Ruben''s Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111008', N'Ruben''s Precious Glaive', N'1', N'0', N'0', N'56', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111009', N'Ruben''s Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111010', N'Ruben''s Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111011', N'Ruben''s Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111012', N'Ruben''s Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111101', N'Ruskas Twilight Glaive', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111102', N'Ruskas Modest Glaive', N'1', N'0', N'0', N'56', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111103', N'Ruben''s Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111104', N'Ruben''s Latigent Glaive', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111105', N'Ruben''s Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111106', N'Ruben''s Precious Glaive', N'1', N'0', N'0', N'56', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111107', N'Ruben''s Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111108', N'Ruskas Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111109', N'Ruskas Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111110', N'Ruska''s Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111301', N'Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131001', N'Scars Demon Hands', N'1', N'0', N'0', N'57', N'1', N'5', N'7000', N'0', N'0', N'1', N'2300', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131002', N'Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131003', N'Ruben''s Binding Demon Hands', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131004', N'Ruben''s Colossal Demon Hands', N'1', N'0', N'0', N'57', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131005', N'Ruben''s Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131006', N'Ruben''s Robust Demon Hands', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131007', N'Ruben''s Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131008', N'Ruben''s Vast Demon Hands', N'1', N'0', N'0', N'57', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131009', N'Ruben''s Immense Demon Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131010', N'Ruben''s Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131011', N'Ruben''s Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131012', N'Ruben''s Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131101', N'Ruskas Binding Demon Hands', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131102', N'Ruskas Colossal Demon Hands', N'1', N'0', N'0', N'57', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131103', N'Ruben''s Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131104', N'Ruben''s Robust Demon Hands', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131105', N'Ruben''s Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131106', N'Ruben''s Vast Demon Hands', N'1', N'0', N'0', N'57', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131107', N'Ruben''s Immense Demon Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131108', N'Ruskas Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131109', N'Ruskas Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131110', N'Ruska''s Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131301', N'Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151001', N'Unsigned Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151002', N'Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151003', N'Ruben''s Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151004', N'Ruben''s Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151005', N'Ruben''s Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151006', N'Ruben''s Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151007', N'Ruben''s Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151008', N'Ruben''s Integral Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151009', N'Ruben''s Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151010', N'Ruben''s Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151011', N'Ruben''s Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151012', N'Ruben''s Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151101', N'Ruskas Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151102', N'Ruskas Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151103', N'Ruben''s Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151104', N'Ruben''s Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151105', N'Ruben''s Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151106', N'Ruben''s Integral Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151107', N'Ruben''s Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151108', N'Ruskas Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151109', N'Ruskas Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151110', N'Ruska''s Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151301', N'Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011001', N'Gina''s Fabric Shirt', N'1', N'0', N'0', N'1', N'1', N'5', N'5000', N'0', N'0', N'2', N'1400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011002', N'Gina''s Fabric Upper Garment', N'1', N'0', N'0', N'1', N'1', N'10', N'5000', N'0', N'0', N'2', N'1400', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011003', N'Gina''s Fabric Uniform Upper Garment', N'1', N'0', N'0', N'1', N'1', N'15', N'5000', N'0', N'0', N'2', N'1400', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011004', N'Gina''s Handmade Fabric Shirt', N'1', N'0', N'0', N'1', N'1', N'20', N'5000', N'0', N'0', N'2', N'1400', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011005', N'Gina''s Handmade Fabric Garment Upper Garment', N'1', N'0', N'0', N'1', N'1', N'25', N'5000', N'0', N'0', N'2', N'1400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011006', N'Gina''s Handmade Fabric Uniform Upper Garment', N'1', N'0', N'0', N'1', N'1', N'30', N'5000', N'0', N'0', N'2', N'1400', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011007', N'Gina''s Ornamented Fabric Shirt', N'1', N'0', N'0', N'1', N'1', N'35', N'5000', N'0', N'0', N'2', N'1400', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011008', N'Gina''s Ornamented Fabric Vest', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011009', N'Immaculate Fabric Upper Garment', N'1', N'0', N'0', N'1', N'1', N'45', N'5000', N'0', N'0', N'2', N'1400', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011010', N'Southern Winds Fabric Upper Garment', N'1', N'0', N'0', N'1', N'1', N'50', N'5000', N'0', N'0', N'2', N'1400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011011', N'Sold at Store Fabric Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011012', N'Sold at Store Fabric Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'5000', N'0', N'0', N'2', N'1400', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021001', N'Gina''s Leather Shirt', N'1', N'0', N'0', N'2', N'1', N'5', N'5000', N'0', N'0', N'2', N'1900', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021002', N'Gina''s Leather Suit', N'1', N'0', N'0', N'2', N'1', N'10', N'5000', N'0', N'0', N'2', N'1900', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021003', N'Gina''s Leather Tunic', N'1', N'0', N'0', N'2', N'1', N'15', N'5000', N'0', N'0', N'2', N'1900', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021004', N'Gina''s Handmade Leather Shirt', N'1', N'0', N'0', N'2', N'1', N'20', N'5000', N'0', N'0', N'2', N'1900', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021005', N'Gina''s Handmade Leather Suit', N'1', N'0', N'0', N'2', N'1', N'25', N'5000', N'0', N'0', N'2', N'1900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021006', N'Gina''s Handmade Leather Tunic', N'1', N'0', N'0', N'2', N'1', N'30', N'5000', N'0', N'0', N'2', N'1900', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021007', N'Gina''s Ornamented Leather Shirt', N'1', N'0', N'0', N'2', N'1', N'35', N'5000', N'0', N'0', N'2', N'1900', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021008', N'Gina''s Ornamented Leather Suit', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021009', N'Immaculate Leather Upper Garment', N'1', N'0', N'0', N'2', N'1', N'45', N'5000', N'0', N'0', N'2', N'1900', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021010', N'Southern Winds Leather Upper Garment', N'1', N'0', N'0', N'2', N'1', N'50', N'5000', N'0', N'0', N'2', N'1900', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021011', N'Sold at Store Leather Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021012', N'Sold at Store Leather Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'5000', N'0', N'0', N'2', N'1900', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031001', N'Gina''s Chain Armor', N'1', N'0', N'0', N'3', N'1', N'5', N'5000', N'0', N'0', N'2', N'3000', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031002', N'Gina''s Chain Suit', N'1', N'0', N'0', N'3', N'1', N'10', N'5000', N'0', N'0', N'2', N'3000', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031003', N'Gina''s Chain Uniform Upper Garment', N'1', N'0', N'0', N'3', N'1', N'15', N'5000', N'0', N'0', N'2', N'3000', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031004', N'Gina''s Handmade Chain Armor', N'1', N'0', N'0', N'3', N'1', N'20', N'5000', N'0', N'0', N'2', N'3000', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031005', N'Gina''s Handmade Chain Suit', N'1', N'0', N'0', N'3', N'1', N'25', N'5000', N'0', N'0', N'2', N'3000', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031006', N'Gina''s Handmade Chain Uniform Upper Garment', N'1', N'0', N'0', N'3', N'1', N'30', N'5000', N'0', N'0', N'2', N'3000', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031007', N'Gina''s Ornamented Chain Armor', N'1', N'0', N'0', N'3', N'1', N'35', N'5000', N'0', N'0', N'2', N'3000', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031008', N'Ruska''s Ornamented Chain Suit', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031009', N'Primeval Chain Upper Garment', N'1', N'0', N'0', N'3', N'1', N'45', N'5000', N'0', N'0', N'2', N'3000', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031010', N'Southern Winds Chain Upper Garment', N'1', N'0', N'0', N'3', N'1', N'50', N'5000', N'0', N'0', N'2', N'3000', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031011', N'Sold at Store Chain Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031012', N'Sold at Store Chain Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'5000', N'0', N'0', N'2', N'3000', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041001', N'Gina''s Plate Armor', N'1', N'0', N'0', N'4', N'1', N'5', N'5000', N'0', N'0', N'2', N'5700', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041002', N'Gina''s Plate Suit', N'1', N'0', N'0', N'4', N'1', N'10', N'5000', N'0', N'0', N'2', N'5700', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041003', N'Gina''s Plate Uniform Upper Garment', N'1', N'0', N'0', N'4', N'1', N'15', N'5000', N'0', N'0', N'2', N'5700', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041004', N'Gina''s Handmade Plate Armor', N'1', N'0', N'0', N'4', N'1', N'20', N'5000', N'0', N'0', N'2', N'5700', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041005', N'Gina''s Handmade Plate Suit', N'1', N'0', N'0', N'4', N'1', N'25', N'5000', N'0', N'0', N'2', N'5700', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041006', N'Gina''s Handmade Plate Uniform Upper Garment', N'1', N'0', N'0', N'4', N'1', N'30', N'5000', N'0', N'0', N'2', N'5700', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041007', N'Gina''s Ornamented Plate Armor', N'1', N'0', N'0', N'4', N'1', N'35', N'5000', N'0', N'0', N'2', N'5700', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041008', N'Ruska''s Ornamented Plate Suit', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041009', N'Primeval Plate Upper Garment', N'1', N'0', N'0', N'4', N'1', N'45', N'5000', N'0', N'0', N'2', N'5700', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041010', N'Southern Winds Plate Upper Garment', N'1', N'0', N'0', N'4', N'1', N'50', N'5000', N'0', N'0', N'2', N'5700', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041011', N'Sold at Store Plate Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041012', N'Sold at Store Plate Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'5000', N'0', N'0', N'2', N'5700', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011001', N'Gina''s Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011002', N'Gina''s Fabric Hat', N'1', N'0', N'0', N'1', N'1', N'10', N'3000', N'0', N'0', N'2', N'900', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011003', N'Gina''s Fabric Head Cover', N'1', N'0', N'0', N'1', N'1', N'15', N'3000', N'0', N'0', N'2', N'900', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011004', N'Gina''s Handmade Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011005', N'Gina''s Handmade Fabric Hat', N'1', N'0', N'0', N'1', N'1', N'25', N'3000', N'0', N'0', N'2', N'900', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011006', N'Gina''s Handmade Fabric Head Cover', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011007', N'Gina''s Ornamented Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011008', N'Gina''s Ornamented Fabric Hat', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011009', N'Immaculate Fabric Head', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011010', N'Southern Winds Fabric Helm', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011011', N'Sold at Store Fabric Head Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011012', N'Sold at Store Fabric Head Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021001', N'Gina''s Leather Hood', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021002', N'Gina''s Awesome Leather Hood', N'1', N'0', N'0', N'2', N'1', N'10', N'3000', N'0', N'0', N'2', N'1200', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021003', N'Gina''s Leather Head Cover', N'1', N'0', N'0', N'2', N'1', N'15', N'3000', N'0', N'0', N'2', N'1200', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021004', N'Gina''s Leather Shawl', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'1200', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021005', N'Gina''s Handcrafted Leather Hood', N'1', N'0', N'0', N'2', N'1', N'25', N'3000', N'0', N'0', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021006', N'Gina''s Handmade Leather Head Cover', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'1200', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021007', N'Gina''s Special Leather Hood', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'1200', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021008', N'Gina''s Special Leather Shawl', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'1200', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021009', N'Immaculate Leather Head', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'1200', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021010', N'Southern Winds Leather Helm', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'1200', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021011', N'Sold at Store Leather Head Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'1200', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021012', N'Sold at Store Leather Head Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'1200', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031001', N'Gina''s Chain Coif', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'1800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031002', N'Gina''s Chain Helmet', N'1', N'0', N'0', N'3', N'1', N'10', N'3000', N'0', N'0', N'2', N'1800', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031003', N'Gina''s Chain Head Cover', N'1', N'0', N'0', N'3', N'1', N'15', N'3000', N'0', N'0', N'2', N'1800', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031004', N'Gina''s Handmade Chain Coif', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031005', N'Gina''s Handmade Chain Helmet', N'1', N'0', N'0', N'3', N'1', N'25', N'3000', N'0', N'0', N'2', N'1800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031006', N'Gina''s Handmade Chain Head Cover', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'1800', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031007', N'Gina''s Ornamented Chain Coif', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'1800', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031008', N'Ruska''s Ornamented Chain Helmet', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'1800', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031009', N'Primeval Chain Head', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'1800', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031010', N'Southern Winds Chain Helm', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031011', N'Sold at Store Chain Head Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'1800', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031012', N'Sold at Store Chain Head Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'1800', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041001', N'Gina''s Awesome Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'3400', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041002', N'Gina''s Awesome Plate Visor', N'1', N'0', N'0', N'4', N'1', N'10', N'3000', N'0', N'0', N'2', N'3400', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041003', N'Gina''s Plate Head Cover', N'1', N'0', N'0', N'4', N'1', N'15', N'3000', N'0', N'0', N'2', N'3400', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041004', N'Gina''s Handcrafted Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041005', N'Gina''s Handcrafted Plate Visor', N'1', N'0', N'0', N'4', N'1', N'25', N'3000', N'0', N'0', N'2', N'3400', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041006', N'Gina''s Handmade Plate Head Cover', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'3400', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041007', N'Gina''s Special Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'3400', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041008', N'Ruska''s Special Plate Visor', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'3400', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041009', N'Primeval Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'3400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041010', N'Southern Winds Plate Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041011', N'Sold at Store Plate Head Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'3400', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041012', N'Sold at Store Plate Head Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'3400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011001', N'Gina''s Green Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'5', N'4500', N'0', N'0', N'2', N'1100', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011002', N'Gina''s Pink Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'10', N'4500', N'0', N'0', N'2', N'1100', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011003', N'Gina''s Sky Blue Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'15', N'4500', N'0', N'0', N'2', N'1100', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011004', N'Gina''s Handmade Green Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'20', N'4500', N'0', N'0', N'2', N'1100', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011005', N'Gina''s Handmade Pink Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'25', N'4500', N'0', N'0', N'2', N'1100', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011006', N'Gina''s Handmade Sky Blue Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'30', N'4500', N'0', N'0', N'2', N'1100', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011007', N'Gina''s Ornamented Green Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'35', N'4500', N'0', N'0', N'2', N'1100', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011008', N'Gina''s Ornamented Pink Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011009', N'Immaculate Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'45', N'4500', N'0', N'0', N'2', N'1100', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011010', N'Southern Winds Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'50', N'4500', N'0', N'0', N'2', N'1100', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011011', N'Sold at Store Fabric Pants Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011012', N'Sold at Store Fabric Pants Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'4500', N'0', N'0', N'2', N'1100', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021001', N'Gina''s Leather Pants', N'1', N'0', N'0', N'2', N'1', N'5', N'4500', N'0', N'0', N'2', N'1600', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021002', N'Gina''s Green Leather Pants', N'1', N'0', N'0', N'2', N'1', N'10', N'4500', N'0', N'0', N'2', N'1600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021003', N'Gina''s High Quality Leather Pants', N'1', N'0', N'0', N'2', N'1', N'15', N'4500', N'0', N'0', N'2', N'1600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021004', N'Gina''s Handmade Leather Pants', N'1', N'0', N'0', N'2', N'1', N'20', N'4500', N'0', N'0', N'2', N'1600', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021005', N'Gina''s Handmade Green Leather Pants', N'1', N'0', N'0', N'2', N'1', N'25', N'4500', N'0', N'0', N'2', N'1600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021006', N'Gina''s Handmade High Quality Leather Pants', N'1', N'0', N'0', N'2', N'1', N'30', N'4500', N'0', N'0', N'2', N'1600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021007', N'Gina''s Ornamented Leather Pants', N'1', N'0', N'0', N'2', N'1', N'35', N'4500', N'0', N'0', N'2', N'1600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021008', N'Gina''s Ornamented Green Leather Pants', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021009', N'Immaculate Leather Pants', N'1', N'0', N'0', N'2', N'1', N'45', N'4500', N'0', N'0', N'2', N'1600', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021010', N'Southern Winds Leather Pants', N'1', N'0', N'0', N'2', N'1', N'50', N'4500', N'0', N'0', N'2', N'1600', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021011', N'Sold at Store Leather Pants Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021012', N'Sold at Store Leather Pants Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'4500', N'0', N'0', N'2', N'1600', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031001', N'Gina''s Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'5', N'4500', N'0', N'0', N'2', N'2400', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031002', N'Gina''s Chain Leg Guard', N'1', N'0', N'0', N'3', N'1', N'10', N'4500', N'0', N'0', N'2', N'2400', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031003', N'Gina''s Chain Uniform Lower Garment', N'1', N'0', N'0', N'3', N'1', N'15', N'4500', N'0', N'0', N'2', N'2400', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031004', N'Gina''s Handmade Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'20', N'4500', N'0', N'0', N'2', N'2400', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031005', N'Gina''s Handmade Chain Leg Guard', N'1', N'0', N'0', N'3', N'1', N'25', N'4500', N'0', N'0', N'2', N'2400', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031006', N'Gina''s Handmade Chain Uniform Lower Garment', N'1', N'0', N'0', N'3', N'1', N'30', N'4500', N'0', N'0', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031007', N'Gina''s Ornamented Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'35', N'4500', N'0', N'0', N'2', N'2400', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031008', N'Ruska''s Ornamented Chain Leg Guard', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031009', N'Primeval Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'45', N'4500', N'0', N'0', N'2', N'2400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031010', N'Southern Winds Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'50', N'4500', N'0', N'0', N'2', N'2400', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031011', N'Sold at Store Chain Puttees Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031012', N'Sold at Store Chain Puttees Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'4500', N'0', N'0', N'2', N'2400', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041001', N'Gina''s Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'5', N'4500', N'0', N'0', N'2', N'4600', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041002', N'Gina''s Plate Leg Guard', N'1', N'0', N'0', N'4', N'1', N'10', N'4500', N'0', N'0', N'2', N'4600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041003', N'Gina''s Plate Uniform Lower Garment', N'1', N'0', N'0', N'4', N'1', N'15', N'4500', N'0', N'0', N'2', N'4600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041004', N'Gina''s Handmade Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'20', N'4500', N'0', N'0', N'2', N'4600', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041005', N'Gina''s Handmade Plate Leg Guard', N'1', N'0', N'0', N'4', N'1', N'25', N'4500', N'0', N'0', N'2', N'4600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041006', N'Gina''s Handmade Plate Uniform Lower Garment', N'1', N'0', N'0', N'4', N'1', N'30', N'4500', N'0', N'0', N'2', N'4600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041007', N'Gina''s Ornamented Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'35', N'4500', N'0', N'0', N'2', N'4600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041008', N'Ruska''s Ornamented Plate Leg Guard', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'4600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041009', N'Primeval Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'45', N'4500', N'0', N'0', N'2', N'4600', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041010', N'Southern Winds Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'50', N'4500', N'0', N'0', N'2', N'4600', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041011', N'Sold at Store Plate Puttees Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'4600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041012', N'Sold at Store Plate Puttees Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'4500', N'0', N'0', N'2', N'4600', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011001', N'Gina''s Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'5', N'4000', N'0', N'0', N'2', N'600', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011002', N'Gina''s Pink Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'10', N'4000', N'0', N'0', N'2', N'600', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011003', N'Gina''s Sky Blue Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011004', N'Gina''s Handmade Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011005', N'Gina''s Handmade Pink Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'25', N'4000', N'0', N'0', N'2', N'600', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011006', N'Gina''s Handmade Sky Blue Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011007', N'Gina''s Ornamented Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'35', N'4000', N'0', N'0', N'2', N'600', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011008', N'Gina''s Ornamented Pink Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011009', N'Immaculate Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011010', N'Southern Winds Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011011', N'Sold at Store Fabric Boots Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011012', N'Sold at Store Fabric Boots Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021001', N'Gina''s Leather Boots', N'1', N'0', N'0', N'2', N'1', N'5', N'4000', N'0', N'0', N'2', N'600', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021002', N'Gina''s Green Leather Boots ', N'1', N'0', N'0', N'2', N'1', N'10', N'4000', N'0', N'0', N'2', N'600', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021003', N'Gina''s High Quality Leather Boots', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021004', N'Gina''s Handmade Leather Boots', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021005', N'Gina''s Handmade Green Leather Boots', N'1', N'0', N'0', N'2', N'1', N'25', N'4000', N'0', N'0', N'2', N'600', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021006', N'Gina''s Handmade High Quality Leather Boots', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021007', N'Gina''s Ornamented Leather Boots', N'1', N'0', N'0', N'2', N'1', N'35', N'4000', N'0', N'0', N'2', N'600', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021008', N'Gina''s Ornamented Green Leather Boots', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021009', N'Immaculate Leather Boots', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021010', N'Southern Winds Leather Boots', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021011', N'Sold at Store Leather Boots Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021012', N'Sold at Store Leather Boots Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031001', N'Gina''s Chain Puttee', N'1', N'0', N'0', N'3', N'1', N'5', N'4000', N'0', N'0', N'2', N'600', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031002', N'Gina''s Chain Boots', N'1', N'0', N'0', N'3', N'1', N'10', N'4000', N'0', N'0', N'2', N'600', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031003', N'Gina''s High Quality Chain Boots', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031004', N'Gina''s Handmade Chain Puttee', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031005', N'Gina''s Handmade Chain Boots', N'1', N'0', N'0', N'3', N'1', N'25', N'4000', N'0', N'0', N'2', N'600', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031006', N'Gina''s Handmade High Quality Chain Boots', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031007', N'Gina''s Ornamented Chain Puttee', N'1', N'0', N'0', N'3', N'1', N'35', N'4000', N'0', N'0', N'2', N'600', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031008', N'Ruska''s Ornamented Chain Boots', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031009', N'Primeval Chain Boots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031010', N'Southern Winds Chain Boots', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031011', N'Sold at Store Chain Boots Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031012', N'Sold at Store Chain Boots Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041001', N'Gina''s Plate Puttee', N'1', N'0', N'0', N'4', N'1', N'5', N'4000', N'0', N'0', N'2', N'2300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041002', N'Gina''s Pink Plate Boots', N'1', N'0', N'0', N'4', N'1', N'10', N'4000', N'0', N'0', N'2', N'2300', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041003', N'Gina''s High Quality Plate Boots', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'2300', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041004', N'Gina''s Handmade Plate Puttee', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'2300', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041005', N'Gina''s Handmade Pink Plate Boots', N'1', N'0', N'0', N'4', N'1', N'25', N'4000', N'0', N'0', N'2', N'2300', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041006', N'Gina''s Handmade High Quality Plate Boots', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041007', N'Gina''s Ornamented Plate Puttee', N'1', N'0', N'0', N'4', N'1', N'35', N'4000', N'0', N'0', N'2', N'2300', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041008', N'Ruska''s Ornamented Pink Plate Boots', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'2300', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041009', N'Primeval Plate Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041010', N'Southern Winds Plate Boots', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'2300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041011', N'Sold at Store Plate Boots Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'2300', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041012', N'Sold at Store Plate Boots Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'2300', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011001', N'Gina''s Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'200', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011002', N'Gina''s Fabric Sash', N'1', N'0', N'0', N'1', N'1', N'10', N'3000', N'0', N'0', N'2', N'200', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011003', N'Gina''s Fabric Accessory Belt', N'1', N'0', N'0', N'1', N'1', N'15', N'3000', N'0', N'0', N'2', N'200', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011004', N'Gina''s Handcrafted Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011005', N'Gina''s Handmade Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'25', N'3000', N'0', N'0', N'2', N'200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011006', N'Gina''s Handmade Fabric Accessory Belt', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'200', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011007', N'Gina''s Pink Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'200', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011008', N'Gina''s Special Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'200', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011009', N'Immaculate Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'200', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011010', N'Southern Winds Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011011', N'Sold at Store Fabric Belt Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'200', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011012', N'Sold at Store Fabric Belt Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'200', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021001', N'Gina''s Leather Belt', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021002', N'Gina''s Green Leather Belt', N'1', N'0', N'0', N'2', N'1', N'10', N'3000', N'0', N'0', N'2', N'300', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021003', N'Gina''s High Quality Leather Belt ', N'1', N'0', N'0', N'2', N'1', N'15', N'3000', N'0', N'0', N'2', N'300', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021004', N'Gina''s Handmade Leather Belt', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021005', N'Gina''s Handmade Green Leather Belt', N'1', N'0', N'0', N'2', N'1', N'25', N'3000', N'0', N'0', N'2', N'300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021006', N'Gina''s Handmade High Quality Leather Belt', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'300', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021007', N'Gina''s Ornamented Leather Belt', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'300', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021008', N'Gina''s Ornamented Green Leather Belt', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'300', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021009', N'Immaculate Leather Belt', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'300', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021010', N'Southern Winds Leather Belt', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021011', N'Sold at Store Leather Belt Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'300', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021012', N'Sold at Store Leather Belt Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'300', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031001', N'Gina''s Chain Belt', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'500', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031002', N'Gina''s Hooked Chain', N'1', N'0', N'0', N'3', N'1', N'10', N'3000', N'0', N'0', N'2', N'500', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031003', N'Gina''s High Quality Chain Belt', N'1', N'0', N'0', N'3', N'1', N'15', N'3000', N'0', N'0', N'2', N'500', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031004', N'Gina''s Handmade Chain Belt', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031005', N'Gina''s Handmade Hooked Chain', N'1', N'0', N'0', N'3', N'1', N'25', N'3000', N'0', N'0', N'2', N'500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031006', N'Gina''s Handmade High Quality Chain Belt', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'500', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031007', N'Gina''s Ornamented Chain Belt', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'500', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031008', N'Ruska''s Ornamented Hooked Chain', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'500', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031009', N'Primeval Chain Belt', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'500', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031010', N'Southern Winds Chain Belt', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031011', N'Sold at Store Chain Belt Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'500', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031012', N'Sold at Store Chain Belt Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'500', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041001', N'Gina''s Plate Belt', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041002', N'Gina''s Plate Chain', N'1', N'0', N'0', N'4', N'1', N'10', N'3000', N'0', N'0', N'2', N'900', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041003', N'Gina''s High Quality Plate Belt', N'1', N'0', N'0', N'4', N'1', N'15', N'3000', N'0', N'0', N'2', N'900', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041004', N'Gina''s Handmade Plate Belt', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041005', N'Gina''s Handmade Plate Chain', N'1', N'0', N'0', N'4', N'1', N'25', N'3000', N'0', N'0', N'2', N'900', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041006', N'Gina''s Handmade High Quality Plate Belt', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041007', N'Gina''s Ornamented Plate Belt', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041008', N'Ruska''s Ornamented Plate Chain', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041009', N'Primeval Plate Belt', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041010', N'Southern Winds Plate Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041011', N'Sold at Store Plate Belt Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041012', N'Sold at Store Plate Belt Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012001', N'Guardian Pendant', N'1', N'0', N'0', N'17', N'2', N'15', N'0', N'0', N'1', N'0', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012002', N'Bone Collector Pendant', N'1', N'0', N'0', N'17', N'2', N'19', N'0', N'0', N'1', N'0', N'400', N'2690', N'444') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012003', N'Angolier Pendant', N'1', N'0', N'0', N'17', N'2', N'23', N'0', N'0', N'1', N'0', N'400', N'3630', N'599') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012004', N'Haken Master Pendant', N'1', N'0', N'0', N'17', N'2', N'27', N'0', N'0', N'1', N'0', N'400', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012005', N'Haken Sorcerer Pendant', N'1', N'0', N'0', N'17', N'2', N'31', N'0', N'0', N'1', N'0', N'400', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012006', N'Undia Pendant', N'1', N'0', N'0', N'17', N'2', N'35', N'0', N'0', N'1', N'0', N'400', N'7230', N'1193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012007', N'Minotauros Pendant', N'1', N'0', N'0', N'17', N'2', N'39', N'0', N'0', N'1', N'0', N'400', N'8700', N'1435') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012001', N'Guardian Earrings', N'1', N'0', N'0', N'17', N'2', N'16', N'0', N'0', N'1', N'0', N'200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012002', N'Bone Collector Earrings', N'1', N'0', N'0', N'17', N'2', N'20', N'0', N'0', N'1', N'0', N'200', N'2730', N'451') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012003', N'Angolier Earrings', N'1', N'0', N'0', N'17', N'2', N'24', N'0', N'0', N'1', N'0', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012004', N'Haken Master Earrings', N'1', N'0', N'0', N'17', N'2', N'28', N'0', N'0', N'1', N'0', N'200', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012005', N'Haken Sorcerer Earrings', N'1', N'0', N'0', N'17', N'2', N'32', N'0', N'0', N'1', N'0', N'200', N'5830', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012006', N'Undia Earrings', N'1', N'0', N'0', N'17', N'2', N'36', N'0', N'0', N'1', N'0', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012007', N'Minotauros Earrings', N'1', N'0', N'0', N'17', N'2', N'40', N'0', N'0', N'1', N'0', N'200', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012001', N'Guardian Ring', N'1', N'0', N'0', N'17', N'2', N'14', N'0', N'0', N'1', N'0', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012002', N'Bone Collector Ring', N'1', N'0', N'0', N'17', N'2', N'18', N'0', N'0', N'1', N'0', N'300', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012003', N'Angolier Ring', N'1', N'0', N'0', N'17', N'2', N'22', N'0', N'0', N'1', N'0', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012004', N'Haken Master Ring', N'1', N'0', N'0', N'17', N'2', N'26', N'0', N'0', N'1', N'0', N'300', N'3870', N'639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012005', N'Haken Sorcerer Ring', N'1', N'0', N'0', N'17', N'2', N'30', N'0', N'0', N'1', N'0', N'300', N'4890', N'807') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012006', N'Undia Ring', N'1', N'0', N'0', N'17', N'2', N'34', N'0', N'0', N'1', N'0', N'300', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012007', N'Minotauros Ring', N'1', N'0', N'0', N'17', N'2', N'38', N'0', N'0', N'1', N'0', N'300', N'7280', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011001', N'Gina''s Fabric Mitts', N'1', N'0', N'0', N'1', N'1', N'5', N'4000', N'0', N'0', N'2', N'300', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011002', N'Gina''s Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'10', N'4000', N'0', N'0', N'2', N'300', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011003', N'Gina''s Fabric Wristband', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011004', N'Gina''s Handmade Fabric Mitts', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011005', N'Gina''s Handmade Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'25', N'4000', N'0', N'0', N'2', N'300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011006', N'Gina''s Handmade Fabric Wristband', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011007', N'Gina''s Ornamented Fabric Mitts', N'1', N'0', N'0', N'1', N'1', N'35', N'4000', N'0', N'0', N'2', N'300', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011008', N'Gina''s Ornamented Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011009', N'Immaculate Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011010', N'Southern Winds Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011011', N'Sold at Store Fabric Gloves Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011012', N'Sold at Store Fabric Gloves Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021001', N'Gina''s Leather Mitts', N'1', N'0', N'0', N'2', N'1', N'5', N'4000', N'0', N'0', N'2', N'300', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021002', N'Gina''s Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'10', N'4000', N'0', N'0', N'2', N'300', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021003', N'Gina''s Leather Wristband', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021004', N'Gina''s Handmade Leather Mitts', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021005', N'Gina''s Handmade Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'25', N'4000', N'0', N'0', N'2', N'300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021006', N'Gina''s Handmade Leather Wristband', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021007', N'Gina''s Ornamented Leather Mitts', N'1', N'0', N'0', N'2', N'1', N'35', N'4000', N'0', N'0', N'2', N'300', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021008', N'Gina''s Ornamented Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021009', N'Immaculate Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021010', N'Southern Winds Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021011', N'Sold at Store Leather Gloves Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021012', N'Sold at Store Leather Gloves Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031001', N'Gina''s Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'5', N'4000', N'0', N'0', N'2', N'300', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031002', N'Gina''s Chain Gauntlets', N'1', N'0', N'0', N'3', N'1', N'10', N'4000', N'0', N'0', N'2', N'300', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031003', N'Gina''s Studded Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031004', N'Gina''s Handmade Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031005', N'Gina''s Handmade Chain Gauntlets', N'1', N'0', N'0', N'3', N'1', N'25', N'4000', N'0', N'0', N'2', N'300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031006', N'Gina''s Handmade Studded Gloves', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031007', N'Gina''s Ornamented Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'35', N'4000', N'0', N'0', N'2', N'300', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031008', N'Ruska''s Ornamented Chain Gauntlets', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031009', N'Primeval Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031010', N'Southern Winds Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031011', N'Sold at Store Chain Gloves Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031012', N'Sold at Store Chain Gloves Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041001', N'Gina''s Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'5', N'4000', N'0', N'0', N'2', N'1100', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041002', N'Gina''s Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'10', N'4000', N'0', N'0', N'2', N'1100', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041003', N'Gina''s High Quality Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'1100', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041004', N'Gina''s Handmade Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'1100', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041005', N'Gina''s Handmade Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'25', N'4000', N'0', N'0', N'2', N'1100', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041006', N'Gina''s Handmade High Quality Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'1100', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041007', N'Gina''s Ornamented Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'35', N'4000', N'0', N'0', N'2', N'1100', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041008', N'Ruska''s Ornamented Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'1100', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041009', N'Primeval Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'1100', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041010', N'Southern Winds Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'1100', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041011', N'Sold at Store Plate Gloves Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'1100', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041012', N'Sold at Store Plate Gloves Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'1100', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011000', N'Practice Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011001', N'Starter Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011002', N'Short Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011003', N'Long Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011004', N'War Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011005', N'Sharp Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011006', N'Battle Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011007', N'Strong Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011008', N'Sturdy Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011009', N'Broad Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011010', N'Celt Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011011', N'Gallant Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011012', N'Primal Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011013', N'Royal Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011014', N'Gothic Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011015', N'Great Templar Sword', N'1', N'0', N'0', N'5', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011016', N'Great Keen Sword', N'1', N'0', N'0', N'5', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011017', N'Great Zephyr Sword', N'1', N'0', N'0', N'5', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011018', N'Great Demon Sword', N'1', N'0', N'0', N'5', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011019', N'Improved Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012001', N'Starter Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012002', N'Short Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012003', N'Long Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012004', N'War Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012005', N'Sharp Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012006', N'Battle Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012007', N'Strong Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012008', N'Sturdy Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012009', N'Broad Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012010', N'Celt Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012011', N'Gallant Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012012', N'Primal Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012013', N'Royal Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012014', N'Gothic Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012015', N'Great Templar Sword', N'1', N'0', N'0', N'5', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012016', N'Great Keen Sword', N'1', N'0', N'0', N'5', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012017', N'Great Zephyr Sword', N'1', N'0', N'0', N'5', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012018', N'Great Demon Sword', N'1', N'0', N'0', N'5', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012019', N'Improved Shadow Sword', N'1', N'0', N'0', N'5', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014001', N'Bone Blade of Blood', N'1', N'1', N'5', N'5', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014002', N'Dark Blade of Blood', N'1', N'1', N'5', N'5', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014003', N'Assault Sword of Blood', N'1', N'1', N'5', N'5', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014004', N'Unholy Sword of Blood', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014005', N'Lavinunce Edge of Blood', N'1', N'1', N'5', N'5', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014006', N'Massacre Edge of Blood', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014007', N'Demonic Blade of Blood', N'1', N'1', N'5', N'5', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014008', N'Oathbreaker of Blood', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014009', N'Al-Hajad of Blood', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014010', N'Dark Eye of Blood', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014011', N'Improved Infinity Reavers', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014104', N'Delicate Unholy Sword of Blood', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014106', N'Delicate Massacre Edge of Blood', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014108', N'Delicate Creed of Blood', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014110', N'Delicate Darkeye of Blood', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015001', N'Shark Tooth of Blood', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015002', N'Dark Prince of Blood', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015003', N'Black Fang of Blood', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015004', N'Blood Moon of Blood', N'1', N'1', N'3', N'5', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015005', N'Dark Stream of Blood', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015006', N'Gram of Blood', N'1', N'1', N'3', N'5', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015007', N'Death Bringer of Blood', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015008', N'Caliburn of Blood', N'1', N'1', N'3', N'5', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015009', N'Tirbing of Blood', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015010', N'Sinister of Blood', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015011', N'Improved Dark Stream', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015103', N'Delicate Black Fang of Blood', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015105', N'Delicate Navioo of Blood', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015107', N'Delicate Death Bringer', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015109', N'Delicate High Tyrfing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016001', N'Korada', N'1', N'1', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016002', N'Mogray', N'1', N'1', N'2', N'5', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016003', N'Durendal', N'1', N'1', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016004', N'Arondite', N'1', N'1', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016005', N'Annelas', N'1', N'1', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016006', N'Death Caliber', N'1', N'1', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016007', N'Barisada', N'1', N'1', N'2', N'5', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016103', N'Fell Durendal', N'1', N'1', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016104', N'Fell Arondite', N'1', N'1', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016105', N'Anelas Mutant', N'1', N'1', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016106', N'Deathcalibur Mutant', N'1', N'1', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016205', N'Anelas the Other', N'1', N'1', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016206', N'Deathcalibur ''The Other''', N'1', N'1', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021001', N'Hand Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2200', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021002', N'Broad Mace of Blood', N'1', N'0', N'0', N'6', N'1', N'13', N'7000', N'0', N'0', N'1', N'2200', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021003', N'Buroba Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021004', N'Steel Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021005', N'Celt Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021006', N'Two-Handed Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021007', N'Great Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021008', N'Lokaber Mace of Blood', N'1', N'0', N'0', N'6', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021009', N'Gothic Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021010', N'War Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021011', N'Bardiche Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021012', N'Great Bearded Axe', N'1', N'0', N'0', N'6', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021013', N'Great Buster Slayer', N'1', N'0', N'0', N'6', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021014', N'Great Stingray', N'1', N'0', N'0', N'6', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021015', N'Great Bone Slayer', N'1', N'0', N'0', N'6', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021016', N'Improved Battle Slayer', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022001', N'Hand Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022002', N'Broad Mace of Blood', N'1', N'0', N'0', N'6', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022003', N'Buroba Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022004', N'Steel Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022005', N'Celt Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022006', N'Two-Handed Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022007', N'Great Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022008', N'Lokaber Mace of Blood', N'1', N'0', N'0', N'6', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022009', N'Gothic Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022010', N'War Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022011', N'Bardiche Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022012', N'Great Bearded Axe', N'1', N'0', N'0', N'6', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022013', N'Great Buster Slayer', N'1', N'0', N'0', N'6', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022014', N'Great Stingray', N'1', N'0', N'0', N'6', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022015', N'Great Bone Slayer', N'1', N'0', N'0', N'6', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022016', N'Improved Battle Slayer', N'1', N'0', N'0', N'6', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024001', N'Assault Mace of Blood', N'1', N'1', N'5', N'6', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024002', N'Tabar Jin of Blood', N'1', N'1', N'5', N'6', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024003', N'Lumberjack of Blood', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024004', N'Fury of Blood', N'1', N'1', N'5', N'6', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024005', N'Kingsbane of Blood', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024006', N'Demonic Slayer of Blood', N'1', N'1', N'5', N'6', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024007', N'Minotauros of Blood', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024008', N'Ironcleaver of Blood', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024009', N'Bloody Murderer of Blood', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024010', N'Improved Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024103', N'Delicate Lumberjack of Blood', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024105', N'Delicate Kingsbane of Blood', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024107', N'Delicate Minotaur of Blood', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024109', N'Delicate Bloody Murderer of Blood', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024110', N'Exquisite Improved Destruction', N'1', N'1', N'5', N'6', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025001', N'Francisca of Blood', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025002', N'Frokion of Blood', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025003', N'Spontun of Blood', N'1', N'1', N'3', N'6', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025004', N'Grandis of Blood', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025005', N'Chaser of Blood', N'1', N'1', N'3', N'6', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025006', N'El-Nas of Blood', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025007', N'Earthquake of Blood', N'1', N'1', N'3', N'6', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025008', N'Grand Cross of Blood', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025009', N'Improved Gigantes', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025102', N'Delicate Prokion of Blood', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025104', N'Delicate Grandis of Blood', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025106', N'Delicate El-Nas of Blood', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025108', N'Delicate High Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025109', N'Exquisite Improved Gigantes', N'1', N'1', N'3', N'6', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026001', N'Crushinator', N'1', N'1', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026002', N'Morgenstern', N'1', N'1', N'2', N'6', N'6', N'35', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026003', N'Vajrayuda', N'1', N'1', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026004', N'Raevatine', N'1', N'1', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026005', N'Molnir', N'1', N'1', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026006', N'Amaterras', N'1', N'1', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026007', N'Abyss Roar', N'1', N'1', N'2', N'6', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026103', N'Fell Vajrayuda', N'1', N'1', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026104', N'Fell Raevatine', N'1', N'1', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026105', N'Mornir Mutant', N'1', N'1', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026106', N'Amaterasu Mutant', N'1', N'1', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026205', N'Mornir the Other', N'1', N'1', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026206', N'Amaterasu ''The Other''', N'1', N'1', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031000', N'Practice Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'1', N'100000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031001', N'Gnarled Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031002', N'Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031003', N'Lunar Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031004', N'Crystal Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031005', N'Runic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031006', N'Spell Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031007', N'Druidic Blade of Blood', N'1', N'0', N'0', N'7', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031008', N'Spellweaver of Blood', N'1', N'0', N'0', N'7', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031009', N'Rune Spell Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031010', N'Spell Breaker of Blood', N'1', N'0', N'0', N'7', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031011', N'Sorceress Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031012', N'Nether Blade of Blood', N'1', N'0', N'0', N'7', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031013', N'Elven Spell Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031014', N'Karma Edge of Blood', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031015', N'Great Rune Breaker', N'1', N'0', N'0', N'7', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031016', N'Great Obsidian Sword', N'1', N'0', N'0', N'7', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031017', N'Great Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031018', N'Great Witchblade', N'1', N'0', N'0', N'7', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031019', N'Demon Witch Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032001', N'Gnarled Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032002', N'Magic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032003', N'Lunar Magic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032004', N'Crystal Magic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032005', N'Runic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032006', N'Spell Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032007', N'Druidic Blade of Blood', N'1', N'0', N'0', N'7', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032008', N'Spellweaver of Blood', N'1', N'0', N'0', N'7', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032009', N'Rune Spell Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032010', N'Spell Breaker of Blood', N'1', N'0', N'0', N'7', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032011', N'Sorceress Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032012', N'Nether Blade of Blood', N'1', N'0', N'0', N'7', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032013', N'Elven Spell Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032014', N'Karma Edge of Blood', N'1', N'0', N'0', N'7', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032015', N'Great Rune Breaker', N'1', N'0', N'0', N'7', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032016', N'Great Obsidian Sword', N'1', N'0', N'0', N'7', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032017', N'Great Warlock Sword', N'1', N'0', N'0', N'7', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032018', N'Great Witchblade', N'1', N'0', N'0', N'7', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032019', N'Demon Witch Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034001', N'Bone Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034002', N'Spatha of Blood', N'1', N'1', N'5', N'7', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034003', N'Orchid Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034004', N'Bane Blade of Blood', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034005', N'Misericorde of Blood', N'1', N'1', N'5', N'7', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034006', N'Curtis Doom Witch Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034007', N'Demon Witch Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034008', N'Winter''s Heart of Blood', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034009', N'Tahelum of Blood', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034010', N'Avenger of Blood', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034011', N'Improved Exceed', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034104', N'Delicate Bane Blade of Blood', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034106', N'Delicate Curtis Doom Witch Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034108', N'Delicate Winter''s Heart of Blood', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034110', N'Delicate Avenger of Blood', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034111', N'Exquisite Improved Exceed', N'1', N'1', N'5', N'7', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035001', N'Bansi of Blood', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035002', N'Vanquish of Blood', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035003', N'Pendulum of Blood', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035004', N'Chrysaor of Blood', N'1', N'1', N'3', N'7', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035005', N'Mimang of Blood', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035006', N'Nigling of Blood', N'1', N'1', N'3', N'7', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035007', N'Acubens of Blood', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035008', N'Nagelring of Blood', N'1', N'1', N'3', N'7', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035009', N'Naegling of Blood', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035010', N'Improved Kalabog', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035103', N'Delicate Pendulum of Blood', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035105', N'Delicate Illustion of Blood', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035107', N'Delicate Aquvence of Blood', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035109', N'Delicate High Negelring', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035110', N'Exquisite Improved Kalabog', N'1', N'1', N'3', N'7', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036001', N'Sukrep', N'1', N'1', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036002', N'Frunting', N'1', N'1', N'2', N'7', N'6', N'35', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036003', N'Angervadil', N'1', N'1', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036004', N'Askaron', N'1', N'1', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036005', N'Haute-Claire', N'1', N'1', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036006', N'Byrmoar', N'1', N'1', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036007', N'Gembringer', N'1', N'1', N'2', N'7', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036103', N'Fell Angervadil', N'1', N'1', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036104', N'Fell Askaron', N'1', N'1', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036105', N'Hott-Claire Mutant', N'1', N'1', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036106', N'Wirmor Mutant', N'1', N'1', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036205', N'Hott-Claire the Other', N'1', N'1', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036206', N'Wirmor ''The Other''', N'1', N'1', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041001', N'Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041002', N'Nordic Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'13', N'7000', N'0', N'0', N'1', N'2600', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041003', N'Jagged Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'16', N'7000', N'0', N'0', N'1', N'2600', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041004', N'Witch Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'19', N'7000', N'0', N'0', N'1', N'2600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041005', N'Celt Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'22', N'7000', N'0', N'0', N'1', N'2600', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041006', N'Dusk Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041007', N'Battle Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'28', N'7000', N'0', N'0', N'1', N'2600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041008', N'Barbed Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'31', N'7000', N'0', N'0', N'1', N'2600', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041009', N'Gothic Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'34', N'7000', N'0', N'0', N'1', N'2600', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041010', N'Crimson Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'37', N'7000', N'0', N'0', N'1', N'2600', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041011', N'Stella Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041012', N'Great Gloomy Scythe', N'1', N'0', N'0', N'8', N'1', N'43', N'7000', N'0', N'0', N'1', N'2600', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041013', N'Great Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'46', N'7000', N'0', N'0', N'1', N'2600', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041014', N'Great Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'49', N'7000', N'0', N'0', N'1', N'2600', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041015', N'Great Runic Scythe', N'1', N'0', N'0', N'8', N'1', N'52', N'7000', N'0', N'0', N'1', N'2600', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041016', N'Improved Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042001', N'Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'11', N'7500', N'0', N'3', N'1', N'2600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042002', N'Nordic Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'14', N'7500', N'0', N'3', N'1', N'2600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042003', N'Jagged Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'17', N'7500', N'0', N'3', N'1', N'2600', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042004', N'Witch Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'20', N'7500', N'0', N'3', N'1', N'2600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042005', N'Celt Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'23', N'7500', N'0', N'3', N'1', N'2600', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042006', N'Dusk Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'26', N'7500', N'0', N'3', N'1', N'2600', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042007', N'Battle Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'29', N'7500', N'0', N'3', N'1', N'2600', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042008', N'Barbed Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'32', N'7500', N'0', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042009', N'Gothic Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'35', N'7500', N'0', N'3', N'1', N'2600', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042010', N'Crimson Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'38', N'7500', N'0', N'3', N'1', N'2600', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042011', N'Stella Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'41', N'7500', N'0', N'3', N'1', N'2600', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042012', N'Great Gloomy Scythe', N'1', N'0', N'0', N'8', N'2', N'44', N'7500', N'0', N'3', N'1', N'2600', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042013', N'Great Demonic Scythe', N'1', N'0', N'0', N'8', N'2', N'47', N'7500', N'0', N'3', N'1', N'2600', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042014', N'Great Scorching Scythe', N'1', N'0', N'0', N'8', N'2', N'50', N'7500', N'0', N'3', N'1', N'2600', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042015', N'Great Runic Scythe', N'1', N'0', N'0', N'8', N'2', N'53', N'7500', N'0', N'3', N'1', N'2600', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042016', N'Improved Tera Scythe', N'1', N'0', N'0', N'8', N'2', N'56', N'7500', N'0', N'3', N'1', N'2600', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044001', N'Grey Phantom of Blood', N'1', N'1', N'5', N'8', N'4', N'10', N'8000', N'1', N'3', N'1', N'2600', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044002', N'Foereaper of Blood', N'1', N'1', N'5', N'8', N'4', N'15', N'8000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044003', N'Osprey of Blood', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044004', N'Dark Scythe of Blood', N'1', N'1', N'5', N'8', N'4', N'25', N'8000', N'1', N'3', N'1', N'2600', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044005', N'Wicked Claw of Blood', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044006', N'Angry Buzzard of Blood', N'1', N'1', N'5', N'8', N'4', N'35', N'8000', N'1', N'3', N'1', N'2600', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044007', N'Rosemary of Blood', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044008', N'Chaos of Blood', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044009', N'Albatros of Blood', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044010', N'Improved Silence', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044103', N'Delicate Osprey of Blood', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044105', N'Delicate Wicked Claw of Blood', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044107', N'Delicate Rose Mare of Blood', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044109', N'Albatros of Blood', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044110', N'Exquisite Improved Silence', N'1', N'1', N'5', N'8', N'4', N'60', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045001', N'Knight-Hag of Blood', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045002', N'Alhena of Blood', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045003', N'Death Scythe of Blood', N'1', N'1', N'3', N'8', N'5', N'25', N'9000', N'1', N'3', N'1', N'2600', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045004', N'Canine of Blood', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045005', N'Shubalt''s Hex of Blood', N'1', N'1', N'3', N'8', N'5', N'35', N'9000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045006', N'Axelus of Blood', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045007', N'Badb Catha of Blood', N'1', N'1', N'3', N'8', N'5', N'45', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045008', N'Freya of Blood', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045009', N'Improved Sirpidium', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045102', N'Delicate Al-Hana of Blood', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045104', N'Delicate Canine of Blood', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045106', N'Delicate Asellus of Blood', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045108', N'Delicate High Freyja', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045109', N'Exquisite Improved Sirpidium', N'1', N'1', N'3', N'8', N'5', N'60', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046001', N'Genocide', N'1', N'1', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046002', N'Crescent Moon', N'1', N'1', N'2', N'8', N'6', N'35', N'10000', N'1', N'3', N'1', N'2600', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046003', N'Alkaid', N'1', N'1', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046004', N'Cyrious', N'1', N'1', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046005', N'Apocalypse', N'1', N'1', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046006', N'Saturnous', N'1', N'1', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046007', N'Eintree', N'1', N'1', N'2', N'8', N'6', N'60', N'10000', N'1', N'3', N'1', N'2600', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046103', N'Fell Alkaid', N'1', N'1', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046104', N'Fell Cyrious', N'1', N'1', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046105', N'Apocalypse Mutant', N'1', N'1', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046106', N'Saturnus Mutant', N'1', N'1', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046205', N'Apocalypse the Other', N'1', N'1', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046206', N'Saturnus ''The Other''', N'1', N'1', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051000', N'Practice Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'1', N'100000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051001', N'Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051002', N'Light Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051003', N'Low Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051004', N'Metal Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051005', N'Buster Fist of Blood', N'1', N'0', N'0', N'9', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051006', N'Battle Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051007', N'Chain Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051008', N'Rigid Gauntlet of Blood', N'1', N'0', N'0', N'9', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051009', N'Jagged Knuckle of Blood', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051010', N'Lord Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051011', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051012', N'Evil Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051013', N'Mighty Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051014', N'Nimbus Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051015', N'Great Ogre Gauntlet', N'1', N'0', N'0', N'9', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051016', N'Great Battle Fist', N'1', N'0', N'0', N'9', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051017', N'Great Iron Fist', N'1', N'0', N'0', N'9', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051018', N'Great Demon Fist', N'1', N'0', N'0', N'9', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051019', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052001', N'Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052002', N'Light Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052003', N'Low Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052004', N'Metal Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052005', N'Buster Fist of Blood', N'1', N'0', N'0', N'9', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052006', N'Battle Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052007', N'Chain Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052008', N'Rigid Gauntlet of Blood', N'1', N'0', N'0', N'9', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052009', N'Jagged Knuckle of Blood', N'1', N'0', N'0', N'9', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052010', N'Lord Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052011', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052012', N'Evil Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052013', N'Mighty Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052014', N'Nimbus Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052015', N'Great Ogre Gauntlet', N'1', N'0', N'0', N'9', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052016', N'Great Battle Fist', N'1', N'0', N'0', N'9', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052017', N'Great Iron Fist', N'1', N'0', N'0', N'9', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052018', N'Great Demon Fist', N'1', N'0', N'0', N'9', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052019', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054001', N'Bone Gauntlets of Blood', N'1', N'1', N'5', N'9', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054002', N'Howler of Blood', N'1', N'1', N'5', N'9', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054003', N'Envy of Blood', N'1', N'1', N'5', N'9', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054004', N'Blasted Gauntlet of Blood', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054005', N'Jade Gauntlets of Blood', N'1', N'1', N'5', N'9', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054006', N'Titan Arm of Blood', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054007', N'Black Rose of Blood', N'1', N'1', N'5', N'9', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054008', N'White Wolf of Blood', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054009', N'Spirit Keeper of Blood', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054010', N'Fiend Fist of Blood', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054011', N'Improved Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054104', N'Delicate Cursed War Gauntlet of Blood', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054106', N'Delicate Curtis Doom Gauntlet of Blood', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054108', N'Delicate White Wolf of Blood', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054110', N'Delicate Fiend Fist of Blood', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054111', N'Exquisite Improved Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055001', N'Shark Skin of Blood', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055002', N'Wolf Tail of Blood', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055003', N'Godhand of Blood', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055004', N'Scavenger of Blood', N'1', N'1', N'3', N'9', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055005', N'Vex-Servant of Blood', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055006', N'War Crisis of Blood', N'1', N'1', N'3', N'9', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055007', N'Kornephoros of Blood', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055008', N'Skadi of Blood', N'1', N'1', N'3', N'9', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055009', N'Garum of Blood', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055010', N'Improved Nejad', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055103', N'Delicate Duve of Blood', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055105', N'Delicate Vex-Serpant of Blood', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055107', N'Delicate Kornephoros of Blood', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055109', N'Delicate High Efreet', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055110', N'Exquisite Improved Nejad', N'1', N'1', N'3', N'9', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056001', N'Inferno', N'1', N'1', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056002', N'Ifrit', N'1', N'1', N'2', N'9', N'6', N'35', N'10000', N'1', N'3', N'1', N'2300', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056003', N'Beowulf', N'1', N'1', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056004', N'Hildebrant', N'1', N'1', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056005', N'Ginnungagap', N'1', N'1', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056006', N'The Cloud', N'1', N'1', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056007', N'Lybarion', N'1', N'1', N'2', N'9', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056103', N'Fell Beowulf', N'1', N'1', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056104', N'Fell Hildebrandt', N'1', N'1', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056105', N'Ginung Gagaf Mutant', N'1', N'1', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056106', N'The Cloud Mutant', N'1', N'1', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056205', N'Ginung Gagaf the Other', N'1', N'1', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056206', N'The Cloud ''The Other''', N'1', N'1', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061001', N'Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061002', N'Talons of Blood', N'1', N'0', N'0', N'10', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061003', N'Steel Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061004', N'War Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061005', N'Tickler of Blood', N'1', N'0', N'0', N'10', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061006', N'Battle Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061007', N'Wild Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061008', N'Fatal Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061009', N'Scissor Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061010', N'Iron Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061011', N'Valiant Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061012', N'Great Avenging Claw', N'1', N'0', N'0', N'10', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061013', N'Great Demon Claw', N'1', N'0', N'0', N'10', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061014', N'Great Blade Talon', N'1', N'0', N'0', N'10', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061015', N'Great Biting Talon', N'1', N'0', N'0', N'10', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061016', N'Improved Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062001', N'Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062002', N'Talons of Blood', N'1', N'0', N'0', N'10', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062003', N'Steel Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062004', N'War Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062005', N'Tickler of Blood', N'1', N'0', N'0', N'10', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062006', N'Battle Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062007', N'Wild Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062008', N'Fatal Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062009', N'Scissor Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062010', N'Iron Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062011', N'Valiant Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062012', N'Great Avenging Claw', N'1', N'0', N'0', N'10', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062013', N'Great Demon Claw', N'1', N'0', N'0', N'10', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062014', N'Great Blade Talon', N'1', N'0', N'0', N'10', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062015', N'Great Biting Talon', N'1', N'0', N'0', N'10', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062016', N'Improved Zapper Claw', N'1', N'0', N'0', N'10', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064001', N'Ghost Claws of Blood', N'1', N'1', N'5', N'10', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064002', N'Pride of Blood', N'1', N'1', N'5', N'10', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064003', N'Gleaming Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064004', N'Cestus of Blood', N'1', N'1', N'5', N'10', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064005', N'Shackled Talon of Blood', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064006', N'Ogre Mitt of Blood', N'1', N'1', N'5', N'10', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064007', N'Mithril Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064008', N'Chimera of Blood', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064009', N'Storm Rider of Blood', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064010', N'Improved Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064103', N'Delicate Cursed War Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064105', N'Delicate Curtis Doom Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064107', N'Delicate Slaughter of Blood', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064109', N'Delicate Storm Rider of Blood', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064110', N'Exquisite Improved Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065001', N'Agni of Blood', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065002', N'Mangler of Blood', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065003', N'Dark Crow of Blood', N'1', N'1', N'3', N'10', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065004', N'Shadow-Killer of Blood', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065005', N'Wraith Claw of Blood', N'1', N'1', N'3', N'10', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065006', N'Deneb of Blood', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065007', N'Typhon of Blood', N'1', N'1', N'3', N'10', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065008', N'Radeath of Blood', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065009', N'Improved Radeath', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065102', N'Delicate Cat foot of Blood', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065104', N'Delicate Shadow Killer of Blood', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065106', N'Delicate Wraith Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065108', N'Delicate High Enneagram', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065109', N'Exquisite Improved Radeath', N'1', N'1', N'3', N'10', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066001', N'Bagh Nakh', N'1', N'1', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066002', N'Kaiser Knuckle', N'1', N'1', N'2', N'10', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066003', N'Fenrir', N'1', N'1', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066004', N'Vladimyr', N'1', N'1', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066005', N'Asura', N'1', N'1', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066006', N'Kunbrogi', N'1', N'1', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066007', N'Demon-Hunt', N'1', N'1', N'2', N'10', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066103', N'Fell Fenrir', N'1', N'1', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066104', N'Fell Vladimyr', N'1', N'1', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066105', N'Asura Mutant', N'1', N'1', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066106', N'Kunbrogi Mutant', N'1', N'1', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066205', N'Asura the Other', N'1', N'1', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066206', N'Kunbrogi ''The Other''', N'1', N'1', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071000', N'Great Training Revolver', N'1', N'0', N'0', N'11', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071001', N'Great Derringer', N'1', N'0', N'0', N'11', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071002', N'Great Auto Revolver', N'1', N'0', N'0', N'11', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071003', N'Great Light Revolver', N'1', N'0', N'0', N'11', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071004', N'Great Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071005', N'Great Flintlock', N'1', N'0', N'0', N'11', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071006', N'Great Flush Revolver', N'1', N'0', N'0', N'11', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071007', N'Great Stinger', N'1', N'0', N'0', N'11', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071008', N'Great Deck Pistol', N'1', N'0', N'0', N'11', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071009', N'Great Blaster', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071010', N'Great Burning Revolver', N'1', N'0', N'0', N'11', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071011', N'Great Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071012', N'Great Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071013', N'Great Magnum Revolver', N'1', N'0', N'0', N'11', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071014', N'Great Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071015', N'Great Matchlock', N'1', N'0', N'0', N'11', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071016', N'Great Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071017', N'Great Slugger', N'1', N'0', N'0', N'11', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071018', N'Great Precise Pistol', N'1', N'0', N'0', N'11', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071019', N'Improved Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072001', N'Great Derringer', N'1', N'0', N'0', N'11', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072002', N'Great Auto Revolver', N'1', N'0', N'0', N'11', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072003', N'Great Light Revolver', N'1', N'0', N'0', N'11', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072004', N'Great Pepperbox', N'1', N'0', N'0', N'11', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072005', N'Great Flintlock', N'1', N'0', N'0', N'11', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072006', N'Great Flush Revolver', N'1', N'0', N'0', N'11', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072007', N'Great Stinger', N'1', N'0', N'0', N'11', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072008', N'Great Deck Pistol', N'1', N'0', N'0', N'11', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072009', N'Great Blaster', N'1', N'0', N'0', N'11', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072010', N'Great Burning Revolver', N'1', N'0', N'0', N'11', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072011', N'Great Gauss Revolver', N'1', N'0', N'0', N'11', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072012', N'Great Imperial Revolver', N'1', N'0', N'0', N'11', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072013', N'Great Magnum Revolver', N'1', N'0', N'0', N'11', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072014', N'Great Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072015', N'Great Matchlock', N'1', N'0', N'0', N'11', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072016', N'Great Chinook Revolver', N'1', N'0', N'0', N'11', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072017', N'Great Slugger', N'1', N'0', N'0', N'11', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072018', N'Great Precise Pistol', N'1', N'0', N'0', N'11', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072019', N'Improved Nebula Revolver', N'1', N'0', N'0', N'11', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074001', N'Great Peashooter', N'1', N'1', N'5', N'11', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074002', N'Great Bolt Action', N'1', N'1', N'5', N'11', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074003', N'Great Six Shooter', N'1', N'1', N'5', N'11', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074004', N'Great Spitfire', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074005', N'Great Gravity', N'1', N'1', N'5', N'11', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074006', N'Great Pearl-Handled Pistol', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074007', N'Great Burning Wom', N'1', N'1', N'5', N'11', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074008', N'Great Abyss Rhapsody', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074009', N'Great Hand Cannon', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074010', N'Great Beretto', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074011', N'Improved Dark Raven', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074104', N'Delicate Stead Body of Blood', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074106', N'Delicate Straight Shooter of Blood', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074108', N'Delicate Dirge of Blood', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074110', N'Delicate Beretto of Blood', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074111', N'Exquisite Improved Dark Raven', N'1', N'1', N'5', N'11', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075001', N'Great Counter-Attack', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075002', N'Great Peacemaker', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075003', N'Great Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075004', N'Great 44 Magnum', N'1', N'1', N'3', N'11', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075005', N'Great Salamander', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075006', N'Great Desert Eagle', N'1', N'1', N'3', N'11', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075007', N'Great Valentine', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075008', N'Great King Cobra', N'1', N'1', N'3', N'11', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075009', N'Great Webley', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075010', N'Improved Hell Singer', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075103', N'Delicate Sharp Shooter of Blood', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075105', N'Delicate Salamander of Blood', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075107', N'Delicate Valentine of Blood', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075109', N'Delicate High Stylish', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075110', N'Exquisite Improved Hell Singer', N'1', N'1', N'3', N'11', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076001', N'Stardust', N'1', N'1', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076002', N'Luminus', N'1', N'1', N'2', N'11', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076003', N'Berkana', N'1', N'1', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076004', N'Desperado', N'1', N'1', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076005', N'Twilight', N'1', N'1', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076006', N'Crua', N'1', N'1', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076007', N'Raymond', N'1', N'1', N'2', N'11', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076103', N'Fell Berkana', N'1', N'1', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076104', N'Fell Desperado', N'1', N'1', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076105', N'Twilight Mutant', N'1', N'1', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076106', N'Cruach Mutant', N'1', N'1', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076205', N'Twilight the Other', N'1', N'1', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076206', N'Cruach ''The Other''', N'1', N'1', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081000', N'Great Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081001', N'Great Kentucky Musket', N'1', N'0', N'0', N'12', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081002', N'Great Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081003', N'Great Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081004', N'Great Sharps Musket', N'1', N'0', N'0', N'12', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081005', N'Great Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081006', N'Great Blunderbuss', N'1', N'0', N'0', N'12', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081007', N'Great Wild Musket', N'1', N'0', N'0', N'12', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081008', N'Great Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081009', N'Great Rumanian Carbine', N'1', N'0', N'0', N'12', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081010', N'Great Searing Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081011', N'Great Breech-Loader', N'1', N'0', N'0', N'12', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081012', N'Great Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081013', N'Great Coach Gun', N'1', N'0', N'0', N'12', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081014', N'Great Juarez Special', N'1', N'0', N'0', N'12', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081015', N'Improved Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082001', N'Great Musket', N'1', N'0', N'0', N'12', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082002', N'Great Kentucky Musket', N'1', N'0', N'0', N'12', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082003', N'Great Mighty Musket', N'1', N'0', N'0', N'12', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082004', N'Great Roaring Musket', N'1', N'0', N'0', N'12', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082005', N'Great Sharps Musket', N'1', N'0', N'0', N'12', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082006', N'Great Blazing Musket', N'1', N'0', N'0', N'12', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082007', N'Great Blunderbuss', N'1', N'0', N'0', N'12', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082008', N'Great Wild Musket', N'1', N'0', N'0', N'12', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082009', N'Great Ornate Rifle', N'1', N'0', N'0', N'12', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082010', N'Great Rumanian Carbine', N'1', N'0', N'0', N'12', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082011', N'Great Searing Musket', N'1', N'0', N'0', N'12', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082012', N'Great Breech-Loader', N'1', N'0', N'0', N'12', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082013', N'Great Wheellock Rifle', N'1', N'0', N'0', N'12', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082014', N'Great Coach Gun', N'1', N'0', N'0', N'12', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082015', N'Great Juarez Special', N'1', N'0', N'0', N'12', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082016', N'Improved Pult Musket', N'1', N'0', N'0', N'12', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084001', N'Great Lever action', N'1', N'1', N'5', N'12', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084002', N'Great Enfield', N'1', N'1', N'5', N'12', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084003', N'Great Saddleback', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084004', N'Great Sidewinder', N'1', N'1', N'5', N'12', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084005', N'Great Benneli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084006', N'Great Fire Cracker', N'1', N'1', N'5', N'12', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084007', N'Great Blessed Musket', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084008', N'Great Fever-shot', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084009', N'Great Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084010', N'Improved The Veteran', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084103', N'Delicate Saddleback of Blood', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084105', N'Delicate Benelli of Blood', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084107', N'Delicate Stike of Blood', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084109', N'Delicate Contractor of Blood', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084110', N'Exquisite Improved The Veteran', N'1', N'1', N'5', N'12', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085001', N'Great Hawk Eye', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085002', N'Great Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085003', N'Great Eraser', N'1', N'1', N'3', N'12', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085004', N'Great Liberator', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085005', N'Great Deluxe Carbine', N'1', N'1', N'3', N'12', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085006', N'Great Hell Fire', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085007', N'Black Rose of Blood', N'1', N'1', N'3', N'12', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085008', N'Great Conqueror', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085009', N'Improved Serpent', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085102', N'Delicate Sonic Boom of Blood', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085104', N'Delicate Liberator of Blood', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085106', N'Delicate Hell Fire of Blood', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085108', N'Delicate High Trace', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085109', N'Exquisite Improved Serpent', N'1', N'1', N'3', N'12', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086001', N'Phlogiston', N'1', N'1', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086002', N'Resistance', N'1', N'1', N'2', N'12', N'6', N'35', N'10000', N'1', N'3', N'1', N'2200', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086003', N'Hagaras', N'1', N'1', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086004', N'Boreas', N'1', N'1', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086005', N'Jephiroth', N'1', N'1', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086006', N'Crimson Swayer', N'1', N'1', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086007', N'Flainus', N'1', N'1', N'2', N'12', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086103', N'Fell Hagaras', N'1', N'1', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086104', N'Fell Boreas', N'1', N'1', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086105', N'Zepiros Mutant', N'1', N'1', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086106', N'Crimson Swear Mutant', N'1', N'1', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086205', N'Zepiros the Other', N'1', N'1', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086206', N'Crimson Swear ''The Other''', N'1', N'1', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091000', N'Practice Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091001', N'Cracked Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091002', N'Disrupt Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091003', N'Fragmentary Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091004', N'Asymmetric Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091005', N'Distinctive Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091006', N'Duplicate Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091007', N'Identical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091008', N'Symmetrical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091009', N'Congenial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091010', N'Vibrant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091011', N'Crucial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091012', N'Pessimistic Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091013', N'Rigid Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091014', N'Harsh Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091015', N'Frantical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091016', N'Dormant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091017', N'Revengers Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091018', N'Transient Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091019', N'Improved Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092001', N'Cracked Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092002', N'Disrupt Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092003', N'Fragmentary Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092004', N'Asymmetric Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092005', N'Distinctive Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092006', N'Duplicate Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092007', N'Identical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092008', N'Symmetrical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092009', N'Congenial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092010', N'Vibrant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092011', N'Crucial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092012', N'Pessimistic Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092013', N'Rigid Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092014', N'Harsh Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092015', N'Frantical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092016', N'Dormant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092017', N'Revengers Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092018', N'Transient Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092019', N'Improved Destructive Twin Swords', N'1', N'0', N'0', N'55', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094001', N'Ailantus of Blood', N'1', N'1', N'5', N'55', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094002', N'Ramnus of Blood', N'1', N'1', N'5', N'55', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094003', N'Diospiros of Blood', N'1', N'1', N'5', N'55', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094004', N'Illex of Blood', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094005', N'Actinidia of Blood', N'1', N'1', N'5', N'55', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094006', N'Betula of Blood', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094007', N'Prunus of Blood', N'1', N'1', N'5', N'55', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094008', N'Kapainus of Blood', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094009', N'Vitis of Blood', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094010', N'Ribeth of Blood', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094011', N'Improved Strobe', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094104', N'Delicate Illex of Blood', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094106', N'Delicate Betula of Blood', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094108', N'Delicate Kapainus of Blood', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094110', N'Delicate Ribeth of Blood', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094111', N'Exquisite Improved Strobe', N'1', N'1', N'5', N'55', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095001', N'Ronisera of Blood', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095002', N'Laisium of Blood', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095003', N'Castanopsis of Blood', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095004', N'Cudrania of Blood', N'1', N'1', N'3', N'55', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095005', N'Yuonimus of Blood', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095006', N'Deucia of Blood', N'1', N'1', N'3', N'55', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095007', N'Kornus of Blood', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095008', N'Paderia of Blood', N'1', N'1', N'3', N'55', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095009', N'Acer of Blood', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095010', N'Improved Lithido', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095103', N'Delicate Castanopsis of Blood', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095105', N'Delicate Yuonimus of Blood', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095107', N'Delicate Kornus of Blood', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095109', N'Delicate Acer of Blood', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095110', N'Exquisite Improved Lithido', N'1', N'1', N'3', N'55', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096001', N'Ritzia', N'1', N'1', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096002', N'Querkus', N'1', N'1', N'2', N'55', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096003', N'Salix', N'1', N'1', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096004', N'Katalfa', N'1', N'1', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096005', N'Ligustrum', N'1', N'1', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096006', N'Occidental', N'1', N'1', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096007', N'Twin Swords Epic', N'1', N'1', N'2', N'55', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096103', N'Fell Salix', N'1', N'1', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096104', N'Fell Katalfa', N'1', N'1', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096105', N'Ligustrum Mutant', N'1', N'1', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096106', N'Occidental Mutant', N'1', N'1', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096205', N'Ligustrum the Other', N'1', N'1', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096206', N'Occidental ''The Other', N'1', N'1', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111000', N'Practice Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111001', N'Chaotic Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111002', N'Divine Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111003', N'Glitters Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111004', N'Twilight Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111005', N'Edge Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111006', N'Modest Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111007', N'Mighty Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111008', N'Vested Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111009', N'Latigent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111010', N'Shrewd Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111011', N'Avent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111012', N'Precious Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111013', N'Astute Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111014', N'Ardent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111015', N'Intense Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111016', N'Tanned Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111017', N'Permanent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111018', N'Fever Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111019', N'Improved Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112001', N'Chaotic Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112002', N'Divine Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112003', N'Glitters Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112004', N'Twilight Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112005', N'Edge Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112006', N'Modest Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112007', N'Mighty Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112008', N'Vested Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112009', N'Latigent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112010', N'Shrewd Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112011', N'Avent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112012', N'Precious Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112013', N'Astute Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112014', N'Ardent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112015', N'Intense Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112016', N'Tanned Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112017', N'Permanent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112018', N'Fever Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112019', N'Improved Zucky Glaive', N'1', N'0', N'0', N'56', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114001', N'Aeumops of Blood', N'1', N'1', N'5', N'56', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114002', N'Peramequinum of Blood', N'1', N'1', N'5', N'56', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114003', N'Hippocideridae of Blood', N'1', N'1', N'5', N'56', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114004', N'Juvatus of Blood', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114005', N'Leucogaster of Blood', N'1', N'1', N'5', N'56', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114006', N'Aserodon of Blood', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114007', N'Rapinesqui of Blood', N'1', N'1', N'5', N'56', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114008', N'Marianus of Blood', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114009', N'Shirof Terra of Blood', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114010', N'Megarotis of Blood', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114011', N'Improved Plekotooth', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114104', N'Delicate Juvatus of Blood', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114106', N'Delicate Aserodon of Blood', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114108', N'Delicate Marianus of Blood', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114110', N'Delicate Megarotis of Blood', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114111', N'Exquisite Improved Plekotooth', N'1', N'1', N'5', N'56', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115001', N'Borealis of Blood', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115002', N'Pormosus of Blood', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115003', N'Seminolus of Blood', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115004', N'Philotis of Blood', N'1', N'1', N'3', N'56', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115005', N'Pipistrelus of Blood', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115006', N'Gigas of Blood', N'1', N'1', N'3', N'56', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115007', N'Megarophila of Blood', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115008', N'Cinereus of Blood', N'1', N'1', N'3', N'56', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115009', N'Noctivegans of Blood', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115010', N'Improved Kairoptera', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115103', N'Delicate Seminolus of Blood', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115105', N'Delicate Pipistrelus of Blood', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115107', N'Delicate Megarophila of Blood', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115109', N'Delicate Noctivegans of Blood', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115110', N'Exquisite Improved Kairoptera', N'1', N'1', N'3', N'56', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116001', N'Nicteride', N'1', N'1', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116002', N'Puskus', N'1', N'1', N'2', N'56', N'6', N'35', N'10000', N'1', N'3', N'1', N'2500', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116003', N'Molosidae', N'1', N'1', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116004', N'Eduderma', N'1', N'1', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116005', N'Maculatum', N'1', N'1', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116006', N'Mormoph', N'1', N'1', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116007', N'Glaive Epic', N'1', N'1', N'2', N'56', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116103', N'Fell Molosidae', N'1', N'1', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116104', N'Fell Eduderma', N'1', N'1', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116105', N'Maculatum Mutant', N'1', N'1', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116106', N'Mormoph Mutant', N'1', N'1', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116205', N'Maculatum the Other', N'1', N'1', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116206', N'Mormoph ''The Other''', N'1', N'1', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131000', N'Practice Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131001', N'Archaic Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131002', N'Scars Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131003', N'Primitive Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131004', N'Binding Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131005', N'Compact Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131006', N'Colossal Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131007', N'Formidable Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131008', N'Flawless Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131009', N'Robust Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131010', N'Bulk Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131011', N'Frexius Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131012', N'Vast Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131013', N'Harsh Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131014', N'Immense Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131015', N'Barbaric Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131016', N'Herz Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131017', N'Punch Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131018', N'Slaves Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131019', N'Improved Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132001', N'Archaic Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132002', N'Scars Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132003', N'Primitive Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132004', N'Binding Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132005', N'Compact Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132006', N'Colossal Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132007', N'Formidable Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132008', N'Flawless Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132009', N'Robust Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132010', N'Bulk Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132011', N'Frexius Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132012', N'Vast Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132013', N'Harsh Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132014', N'Immense Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132015', N'Barbaric Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132016', N'Herz Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132017', N'Punch Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132018', N'Slaves Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132019', N'Improved Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134001', N'Lepture of Blood', N'1', N'1', N'5', N'57', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134002', N'Malpinus of Blood', N'1', N'1', N'5', N'57', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134003', N'Adustus of Blood', N'1', N'1', N'5', N'57', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134004', N'Pumosus of Blood', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134005', N'Hesperius of Blood', N'1', N'1', N'5', N'57', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134006', N'Infuscus of Blood', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134007', N'Jabanikus of Blood', N'1', N'1', N'5', N'57', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134008', N'Premaebus of Blood', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134009', N'Sumatransis of Blood', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134010', N'Dookunensis of Blood', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134011', N'Improved Diceros', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134104', N'Delicate Pumosus of Blood', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134106', N'Delicate Infuscus of Blood', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134108', N'Delicate Premaebus of Blood', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134110', N'Delicate Dookunensis of Blood', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134111', N'Exquisite Improved Diceros', N'1', N'1', N'5', N'57', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135001', N'Aureus of Blood', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135002', N'Aljerensis of Blood', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135003', N'Antus of Blood', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135004', N'Vea of Blood', N'1', N'1', N'3', N'57', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135005', N'Crusemani of Blood', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135006', N'Indicus of Blood', N'1', N'1', N'3', N'57', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135007', N'Rupaster of Blood', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135008', N'Naria of Blood', N'1', N'1', N'3', N'57', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135009', N'Liparius of Blood', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135010', N'Improved Bison', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135103', N'Delicate Antus of Blood', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135105', N'Delicate Crusemani of Blood', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135107', N'Delicate Rupaster of Blood', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135109', N'Delicate Liparius of Blood', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135110', N'Exquisite Improved Bison', N'1', N'1', N'3', N'57', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136001', N'Richaon', N'1', N'1', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136002', N'Vilerey', N'1', N'1', N'2', N'57', N'6', N'35', N'10000', N'1', N'3', N'1', N'2300', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136003', N'Lanixer', N'1', N'1', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136004', N'Dingo', N'1', N'1', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136005', N'Lupers', N'1', N'1', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136006', N'Wolverine', N'1', N'1', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136007', N'Epic Demon Hands', N'1', N'1', N'2', N'57', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136103', N'Fell Lanixer', N'1', N'1', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136104', N'Fell Dingo', N'1', N'1', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136105', N'Lupers Mutant', N'1', N'1', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136106', N'Wolverine Mutant', N'1', N'1', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136205', N'Lupers the Other', N'1', N'1', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136206', N'Wolverine ''The Other''', N'1', N'1', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151000', N'Practice Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151001', N'Classic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151002', N'Unsigned Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151003', N'Untrained Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151004', N'Qualified Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151005', N'Preeminent Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151006', N'Celebrated Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151007', N'Exotic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151008', N'Bustling Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151009', N'Versatile Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151010', N'Adroit Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151011', N'Brisk Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151012', N'Integral Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151013', N'Avid Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151014', N'Sleek Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151015', N'Rain Rose Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151016', N'Bited Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151017', N'Stagnant Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151018', N'Stressed Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151019', N'Improved Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152001', N'Classic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152002', N'Unsigned Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152003', N'Untrained Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152004', N'Qualified Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152005', N'Preeminent Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152006', N'Celebrated Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152007', N'Exotic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152008', N'Bustling Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152009', N'Versatile Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152010', N'Adroit Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152011', N'Brisk Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152012', N'Integral Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152013', N'Avid Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152014', N'Sleek Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152015', N'Rain Rose Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152016', N'Bited Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152017', N'Stagnant Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152018', N'Stressed Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152019', N'Improved Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154001', N'Polifemus of Blood', N'1', N'1', N'5', N'58', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154002', N'Repidokelis of Blood', N'1', N'1', N'5', N'58', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154003', N'Kelodina of Blood', N'1', N'1', N'5', N'58', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154004', N'Clemis of Blood', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154005', N'Testudinidae of Blood', N'1', N'1', N'5', N'58', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154006', N'Crisemis of Blood', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154007', N'Kelidra of Blood', N'1', N'1', N'5', N'58', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154008', N'Sudaemidura of Blood', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154009', N'Kinosternon of Blood', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154010', N'Onata of Blood', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154011', N'Improved Musk Bag', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154104', N'Delicate Clemis of Blood', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154106', N'Delicate Crisemis of Blood', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154108', N'Delicate Sudaemidura of Blood', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154110', N'Delicate Onata of Blood', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154111', N'Exquisite Improved Musk Bag', N'1', N'1', N'5', N'58', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155001', N'Terapene of Blood', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155002', N'Malaclemis of Blood', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155003', N'Lactopris of Blood', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155004', N'Kelis of Blood', N'1', N'1', N'3', N'58', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155005', N'Hydromedusa of Blood', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155006', N'Xiokelon of Blood', N'1', N'1', N'3', N'58', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155007', N'Midas of Blood', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155008', N'Kareta of Blood', N'1', N'1', N'3', N'58', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155009', N'Selgata of Blood', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155010', N'Improved Leather Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155103', N'Delicate Lactopris of Blood', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155105', N'Delicate Hydromedusa of Blood', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155107', N'Delicate Midas of Blood', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155109', N'Delicate Selgata of Blood', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155110', N'Exquisite Improved Leather Bag', N'1', N'1', N'3', N'58', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156001', N'Lactopris', N'1', N'1', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156002', N'Arakana', N'1', N'1', N'2', N'58', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156003', N'Eljeyah', N'1', N'1', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156004', N'Serpentina', N'1', N'1', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156005', N'Maximiliani', N'1', N'1', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156006', N'Clemis', N'1', N'1', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156007', N'Weapon Bag Epic', N'1', N'1', N'2', N'58', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156103', N'Fell Eljeyah', N'1', N'1', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156104', N'Fell Serpentina', N'1', N'1', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156105', N'Maximiliani Mutant', N'1', N'1', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156106', N'Clemis Mutant', N'1', N'1', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156205', N'Maximiliani the Other', N'1', N'1', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156206', N'Clemis ''The Other''', N'1', N'1', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011001', N'Apprentice Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011002', N'Fabric Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011003', N'Linen Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'4', N'5000', N'0', N'0', N'2', N'1400', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011004', N'Fleece Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'7', N'5000', N'0', N'0', N'2', N'1400', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011005', N'Silky Yarn Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'10', N'5000', N'0', N'0', N'2', N'1400', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011006', N'Wool Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'13', N'5000', N'0', N'0', N'2', N'1400', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011007', N'Silk Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'16', N'5000', N'0', N'0', N'2', N'1400', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011008', N'Ram''s Wool Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'19', N'5000', N'0', N'0', N'2', N'1400', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011009', N'Muslin Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'22', N'5000', N'0', N'0', N'2', N'1400', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011010', N'Luna Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'25', N'5000', N'0', N'0', N'2', N'1400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011011', N'Celestial Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'28', N'5000', N'0', N'0', N'2', N'1400', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011012', N'Mystical Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'31', N'5000', N'0', N'0', N'2', N'1400', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011013', N'Sorceress Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'34', N'5000', N'0', N'0', N'2', N'1400', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011014', N'Angora Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'37', N'5000', N'0', N'0', N'2', N'1400', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011015', N'Aramid Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011016', N'Great Berber Robe', N'1', N'0', N'0', N'1', N'1', N'43', N'5000', N'0', N'0', N'2', N'1400', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011017', N'Great Brocade Robe', N'1', N'0', N'0', N'1', N'1', N'46', N'5000', N'0', N'0', N'2', N'1400', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011018', N'Great Doeskin Robe', N'1', N'0', N'0', N'1', N'1', N'49', N'5000', N'0', N'0', N'2', N'1400', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011019', N'Great Tartan Robe', N'1', N'0', N'0', N'1', N'1', N'52', N'5000', N'0', N'0', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011020', N'Improved Weaving Robe', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012001', N'Fabric Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'2', N'5500', N'0', N'3', N'2', N'1400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012002', N'Linen Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'5', N'5500', N'0', N'3', N'2', N'1400', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012003', N'Fleece Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'8', N'5500', N'0', N'3', N'2', N'1400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012004', N'Silky Yarn Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'11', N'5500', N'0', N'3', N'2', N'1400', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012005', N'Wool Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'14', N'5500', N'0', N'3', N'2', N'1400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012006', N'Silk Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'17', N'5500', N'0', N'3', N'2', N'1400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012007', N'Ram''s Wool Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'20', N'5500', N'0', N'3', N'2', N'1400', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012008', N'Muslin Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'23', N'5500', N'0', N'3', N'2', N'1400', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012009', N'Luna Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'26', N'5500', N'0', N'3', N'2', N'1400', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012010', N'Celestial Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'29', N'5500', N'0', N'3', N'2', N'1400', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012011', N'Mystical Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'32', N'5500', N'0', N'3', N'2', N'1400', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012012', N'Sorceress Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'35', N'5500', N'0', N'3', N'2', N'1400', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012013', N'Angora Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'38', N'5500', N'0', N'3', N'2', N'1400', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012014', N'Aramid Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'41', N'5500', N'0', N'3', N'2', N'1400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012015', N'Great Berber Robe', N'1', N'0', N'0', N'1', N'2', N'44', N'5500', N'0', N'3', N'2', N'1400', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012016', N'Great Brocade Robe', N'1', N'0', N'0', N'1', N'2', N'47', N'5500', N'0', N'3', N'2', N'1400', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012017', N'Great Doeskin Robe', N'1', N'0', N'0', N'1', N'2', N'50', N'5500', N'0', N'3', N'2', N'1400', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012018', N'Great Tartan Robe', N'1', N'0', N'0', N'1', N'2', N'53', N'5500', N'0', N'3', N'2', N'1400', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014001', N'Lavish Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'6000', N'1', N'3', N'2', N'1400', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014002', N'Insidious Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'6000', N'1', N'3', N'2', N'1400', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014003', N'Exceptional Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014004', N'Fervid Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014005', N'Nefarious Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'6000', N'1', N'3', N'2', N'1400', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014006', N'Diabolic Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014007', N'Sacred Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014008', N'Devious Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014009', N'Distinct Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014010', N'Taffeta Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014011', N'Improved Obscure Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015001', N'Vital Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015002', N'Wisdom Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015003', N'Bentus Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015004', N'Raschel Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015005', N'Calico Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'6500', N'1', N'3', N'2', N'1400', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015006', N'Lumen Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'6500', N'1', N'3', N'2', N'1400', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015007', N'Starlight Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015008', N'Fluer Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015009', N'Pincord Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'6500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015010', N'Improved Dusk Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015102', N'Bloody Wisdom Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015103', N'Bloody Ventus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015104', N'Bloody Silentium Robe', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015201', N'Shadow Bentus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015202', N'Shadow Sirenchium Robe', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016001', N'Danu Robe', N'1', N'1', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016002', N'Morpheus Robe', N'1', N'1', N'2', N'1', N'6', N'35', N'7000', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016003', N'Memoria Robe', N'1', N'1', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016004', N'Lindsey Robe', N'1', N'1', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016005', N'Grace Robe', N'1', N'1', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016006', N'Grace Robe', N'1', N'1', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016101', N'Bloody Danu Robe', N'1', N'1', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016102', N'Bloody Morphous Robe', N'1', N'1', N'2', N'1', N'6', N'35', N'7000', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016103', N'Bloody Memoria Robe', N'1', N'1', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016104', N'Bloody Lingee Robe', N'1', N'1', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016105', N'Bloody Grace Robe', N'1', N'1', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016106', N'Bloody Dominator Robe', N'1', N'1', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016203', N'Shadow Danu Robe', N'1', N'1', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016204', N'Shadow Morpheus Robe', N'1', N'1', N'2', N'1', N'6', N'35', N'7000', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016205', N'Shadow Memoria Robe', N'1', N'1', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016206', N'Shadow Linsey Robe', N'1', N'1', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016207', N'Shadow Grace Robe', N'1', N'1', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016208', N'Shadow Dominator Cloth Robe', N'1', N'1', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021001', N'Apprentice Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021002', N'Light Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021003', N'Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'4', N'5000', N'0', N'0', N'2', N'1900', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021004', N'Quilted Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'7', N'5000', N'0', N'0', N'2', N'1900', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021005', N'Studded Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'10', N'5000', N'0', N'0', N'2', N'1900', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021006', N'Hunter Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'13', N'5000', N'0', N'0', N'2', N'1900', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021007', N'Carp Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'16', N'5000', N'0', N'0', N'2', N'1900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021008', N'Suede Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'19', N'5000', N'0', N'0', N'2', N'1900', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021009', N'Nubuck Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'22', N'5000', N'0', N'0', N'2', N'1900', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021010', N'Slink Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'25', N'5000', N'0', N'0', N'2', N'1900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021011', N'Hide Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'28', N'5000', N'0', N'0', N'2', N'1900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021012', N'Buckskin Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'31', N'5000', N'0', N'0', N'2', N'1900', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021013', N'Shagreen Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'34', N'5000', N'0', N'0', N'2', N'1900', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021014', N'Lamellar Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'37', N'5000', N'0', N'0', N'2', N'1900', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021015', N'Brigandine Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021016', N'Great Lorica Armor', N'1', N'0', N'0', N'2', N'1', N'43', N'5000', N'0', N'0', N'2', N'1900', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021017', N'Great Swollen Leather Armor', N'1', N'0', N'0', N'2', N'1', N'46', N'5000', N'0', N'0', N'2', N'1900', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021018', N'Great Sinful Leather Armor', N'1', N'0', N'0', N'2', N'1', N'49', N'5000', N'0', N'0', N'2', N'1900', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021019', N'Great Holy Leather Armor', N'1', N'0', N'0', N'2', N'1', N'52', N'5000', N'0', N'0', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021020', N'Improved Artisanal Leather Armor', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022001', N'Light Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'2', N'5500', N'0', N'3', N'2', N'1900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022002', N'Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'5', N'5500', N'0', N'3', N'2', N'1900', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022003', N'Quilted Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'8', N'5500', N'0', N'3', N'2', N'1900', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022004', N'Studded Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'11', N'5500', N'0', N'3', N'2', N'1900', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022005', N'Hunter Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'14', N'5500', N'0', N'3', N'2', N'1900', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022006', N'Carp Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'17', N'5500', N'0', N'3', N'2', N'1900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022007', N'Suede Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'20', N'5500', N'0', N'3', N'2', N'1900', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022008', N'Nubuck Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'23', N'5500', N'0', N'3', N'2', N'1900', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022009', N'Slink Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'26', N'5500', N'0', N'3', N'2', N'1900', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022010', N'Hide Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'29', N'5500', N'0', N'3', N'2', N'1900', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022011', N'Buckskin Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'32', N'5500', N'0', N'3', N'2', N'1900', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022012', N'Shagreen Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'35', N'5500', N'0', N'3', N'2', N'1900', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022013', N'Lamellar Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'38', N'5500', N'0', N'3', N'2', N'1900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022014', N'Brigandine Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'41', N'5500', N'0', N'3', N'2', N'1900', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022015', N'Great Lorica Armor', N'1', N'0', N'0', N'2', N'2', N'44', N'5500', N'0', N'3', N'2', N'1900', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022016', N'Great Swollen Leather Armor', N'1', N'0', N'0', N'2', N'2', N'47', N'5500', N'0', N'3', N'2', N'1900', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022017', N'Great Sinful Leather Armor', N'1', N'0', N'0', N'2', N'2', N'50', N'5500', N'0', N'3', N'2', N'1900', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022018', N'Great Holy Leather Armor', N'1', N'0', N'0', N'2', N'2', N'53', N'5500', N'0', N'3', N'2', N'1900', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024001', N'Authentic Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'6000', N'1', N'3', N'2', N'1900', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024002', N'Camouflage Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'6000', N'1', N'3', N'2', N'1900', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024003', N'Illicit Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024004', N'Rugged Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024005', N'Dread Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'6000', N'1', N'3', N'2', N'1900', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024006', N'Tough Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024007', N'Haken-hide Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024008', N'Combat Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024009', N'Genuine Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024010', N'Superior Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024011', N'Improved Posh Leather Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025001', N'Tanned Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025002', N'Rawhide Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025003', N'Demonic Leather Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025004', N'Praetorian Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025005', N'Lacrimal Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'6500', N'1', N'3', N'2', N'1900', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025006', N'Eminent Leather Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'6500', N'1', N'3', N'2', N'1900', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025007', N'Aquarius Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025008', N'Rogue Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025009', N'Fianna Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'6500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025010', N'Improved Arcane Leather Armor', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1900', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025102', N'Bloody Dried Leather Armor', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025103', N'Bloody Descend Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025104', N'Bloody Predator Leather Armor', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025201', N'Shadow Descend Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025202', N'Shadow Praeterita Leather Armor', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026001', N'Airgetlam Leather Armor', N'1', N'1', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026002', N'Lir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'35', N'7000', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026003', N'Mir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026004', N'Ellodi Leather Armor', N'1', N'1', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026005', N'Blast Armor', N'1', N'1', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026006', N'Blast Armor', N'1', N'1', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026101', N'Bloody Alrget-Lamh Leather Armor', N'1', N'1', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026102', N'Bloody Lyre Leather Armor', N'1', N'1', N'2', N'2', N'6', N'35', N'7000', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026103', N'Bloody Mir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026104', N'Bloody Elody Leather Armor', N'1', N'1', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026105', N'Bloody Blast Armor', N'1', N'1', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026106', N'Bloody Levices Armor', N'1', N'1', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026203', N'Shadow Airgetlam Leather Armor', N'1', N'1', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026204', N'Shadow Lir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'35', N'7000', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026205', N'Shadow Mir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026206', N'Shadow Elody Leather Armor', N'1', N'1', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026207', N'Shadow Blast Armor', N'1', N'1', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026208', N'Shadow Levices Armor', N'1', N'1', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031001', N'Apprentice Chain Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031002', N'Ringed Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031003', N'Chain Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'4', N'5000', N'0', N'0', N'2', N'3000', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031004', N'Wire Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'7', N'5000', N'0', N'0', N'2', N'3000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031005', N'Hunter Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'10', N'5000', N'0', N'0', N'2', N'3000', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031006', N'Battle Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'13', N'5000', N'0', N'0', N'2', N'3000', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031007', N'Devout Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'16', N'5000', N'0', N'0', N'2', N'3000', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031008', N'Banded Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'19', N'5000', N'0', N'0', N'2', N'3000', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031009', N'Linked Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'22', N'5000', N'0', N'0', N'2', N'3000', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031010', N'Splinted Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'25', N'5000', N'0', N'0', N'2', N'3000', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031011', N'Rivet Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'28', N'5000', N'0', N'0', N'2', N'3000', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031012', N'Venetian Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'31', N'5000', N'0', N'0', N'2', N'3000', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031013', N'Arquebus Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'34', N'5000', N'0', N'0', N'2', N'3000', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031014', N'Acorn Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'37', N'5000', N'0', N'0', N'2', N'3000', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031015', N'Aventail Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031016', N'Great Chain Mail', N'1', N'0', N'0', N'3', N'1', N'43', N'5000', N'0', N'0', N'2', N'3000', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031017', N'Great Genovese Mail', N'1', N'0', N'0', N'3', N'1', N'46', N'5000', N'0', N'0', N'2', N'3000', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031018', N'Great Peltman Chain Mail', N'1', N'0', N'0', N'3', N'1', N'49', N'5000', N'0', N'0', N'2', N'3000', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031019', N'Great Uniform Mail', N'1', N'0', N'0', N'3', N'1', N'52', N'5000', N'0', N'0', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031020', N'Improved Concours Chain Mail', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032001', N'Ringed Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'2', N'5500', N'0', N'3', N'2', N'3000', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032002', N'Chain Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'5', N'5500', N'0', N'3', N'2', N'3000', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032003', N'Wire Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'8', N'5500', N'0', N'3', N'2', N'3000', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032004', N'Hunter Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'11', N'5500', N'0', N'3', N'2', N'3000', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032005', N'Battle Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'14', N'5500', N'0', N'3', N'2', N'3000', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032006', N'Devout Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'17', N'5500', N'0', N'3', N'2', N'3000', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032007', N'Banded Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'20', N'5500', N'0', N'3', N'2', N'3000', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032008', N'Linked Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'23', N'5500', N'0', N'3', N'2', N'3000', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032009', N'Splinted Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'26', N'5500', N'0', N'3', N'2', N'3000', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032010', N'Rivet Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'29', N'5500', N'0', N'3', N'2', N'3000', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032011', N'Venetian Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'32', N'5500', N'0', N'3', N'2', N'3000', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032012', N'Arquebus Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'35', N'5500', N'0', N'3', N'2', N'3000', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032013', N'Acorn Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'38', N'5500', N'0', N'3', N'2', N'3000', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032014', N'Aventail Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'41', N'5500', N'0', N'3', N'2', N'3000', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032015', N'Great Chain Mail', N'1', N'0', N'0', N'3', N'2', N'44', N'5500', N'0', N'3', N'2', N'3000', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032016', N'Great Genovese Mail', N'1', N'0', N'0', N'3', N'2', N'47', N'5500', N'0', N'3', N'2', N'3000', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032017', N'Great Peltman Chain Mail', N'1', N'0', N'0', N'3', N'2', N'50', N'5500', N'0', N'3', N'2', N'3000', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032018', N'Great Uniform Mail', N'1', N'0', N'0', N'3', N'2', N'53', N'5500', N'0', N'3', N'2', N'3000', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034001', N'Gritty Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'6000', N'1', N'3', N'2', N'3000', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034002', N'Heavy Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'6000', N'1', N'3', N'2', N'3000', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034003', N'Ultimate Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034004', N'Brisk Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034005', N'Bound Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'6000', N'1', N'3', N'2', N'3000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034006', N'Secure Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034007', N'Devout Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034008', N'Solid Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034009', N'Discarded Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034010', N'Engraved Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034011', N'Improved Cure Chain Mail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035001', N'Dense Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035002', N'Burnished Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035003', N'Ribbed Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035004', N'Arcane Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035005', N'Ashen Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'6500', N'1', N'3', N'2', N'3000', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035006', N'Placidus Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'6500', N'1', N'3', N'2', N'3000', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035007', N'Armadillo Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035008', N'Bulwark Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035009', N'Cardiff Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'6500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035010', N'Improved Armed Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035102', N'Bloody Pleasure Chain Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035103', N'Bloody Rebellion Chain Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035104', N'Bloody Velum Chain Mail', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035201', N'Shadow Riberion Chainmail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035202', N'Shadow Velum Chainmail', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036001', N'Ecne Chain Mail', N'1', N'1', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036002', N'Jamel Ducob Chain Mail', N'1', N'1', N'2', N'3', N'6', N'35', N'7000', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036003', N'Badb Catha Chain Mail', N'1', N'1', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036004', N'Hinchi Chain Mail', N'1', N'1', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036005', N'Soul Eater''s Chainmail', N'1', N'1', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036006', N'Soul Eater''s Chainmail', N'1', N'1', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036101', N'Bloody Ecne Chain Mail', N'1', N'1', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036102', N'Bloody Jamelducov Chain Mail', N'1', N'1', N'2', N'3', N'6', N'35', N'7000', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036103', N'Bloody Badhdh Cath Chain Mail', N'1', N'1', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036104', N'Bloody Hinche Chain Mail', N'1', N'1', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036105', N'Bloody Soul-Eater Chain Mail', N'1', N'1', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036106', N'Bloody Silver Tinge Mail', N'1', N'1', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036203', N'Shadow Ecne Chainmail', N'1', N'1', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036204', N'Shadow Jamel Ducob Chainmail', N'1', N'1', N'2', N'3', N'6', N'35', N'7000', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036205', N'Shadow Babd Catha Chainmail', N'1', N'1', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036206', N'Shadow Hinchi Chainmail', N'1', N'1', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036207', N'Shadow Soul Eater''s Chainmail', N'1', N'1', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036208', N'Shadow Silver Tinge Mail', N'1', N'1', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041001', N'Apprentice Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041002', N'Prelic Armor of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041003', N'Padded Armor of Blood', N'1', N'0', N'0', N'4', N'1', N'4', N'5000', N'0', N'0', N'2', N'5700', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041004', N'Hauberk Armor of Blood', N'1', N'0', N'0', N'4', N'1', N'7', N'5000', N'0', N'0', N'2', N'5700', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041005', N'Scale Mail of Blood', N'1', N'0', N'0', N'4', N'1', N'10', N'5000', N'0', N'0', N'2', N'5700', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041006', N'Steel Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'13', N'5000', N'0', N'0', N'2', N'5700', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041007', N'Spiral Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'16', N'5000', N'0', N'0', N'2', N'5700', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041008', N'Hoplite Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'19', N'5000', N'0', N'0', N'2', N'5700', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041009', N'Full Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'22', N'5000', N'0', N'0', N'2', N'5700', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041010', N'Ornate Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'25', N'5000', N'0', N'0', N'2', N'5700', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041011', N'Rune Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'28', N'5000', N'0', N'0', N'2', N'5700', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041012', N'Raven Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'31', N'5000', N'0', N'0', N'2', N'5700', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041013', N'Castilian Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'34', N'5000', N'0', N'0', N'2', N'5700', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041014', N'Baleog Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'37', N'5000', N'0', N'0', N'2', N'5700', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041015', N'Drake Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041016', N'Great Crysis Plate', N'1', N'0', N'0', N'4', N'1', N'43', N'5000', N'0', N'0', N'2', N'5700', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041017', N'Great Traviron Plate', N'1', N'0', N'0', N'4', N'1', N'46', N'5000', N'0', N'0', N'2', N'5700', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041018', N'Great Dragoon Plate', N'1', N'0', N'0', N'4', N'1', N'49', N'5000', N'0', N'0', N'2', N'5700', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041019', N'Great Reflective Plate', N'1', N'0', N'0', N'4', N'1', N'52', N'5000', N'0', N'0', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041020', N'Improved Watcher''s Plate', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042001', N'Prelic Armor of Blood', N'1', N'0', N'0', N'4', N'2', N'2', N'5500', N'0', N'3', N'2', N'5700', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042002', N'Padded Armor of Blood', N'1', N'0', N'0', N'4', N'2', N'5', N'5500', N'0', N'3', N'2', N'5700', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042003', N'Hauberk Armor of Blood', N'1', N'0', N'0', N'4', N'2', N'8', N'5500', N'0', N'3', N'2', N'5700', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042004', N'Scale Mail of Blood', N'1', N'0', N'0', N'4', N'2', N'11', N'5500', N'0', N'3', N'2', N'5700', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042005', N'Steel Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'14', N'5500', N'0', N'3', N'2', N'5700', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042006', N'Spiral Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'17', N'5500', N'0', N'3', N'2', N'5700', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042007', N'Hoplite Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'20', N'5500', N'0', N'3', N'2', N'5700', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042008', N'Full Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'23', N'5500', N'0', N'3', N'2', N'5700', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042009', N'Ornate Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'26', N'5500', N'0', N'3', N'2', N'5700', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042010', N'Rune Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'29', N'5500', N'0', N'3', N'2', N'5700', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042011', N'Raven Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'32', N'5500', N'0', N'3', N'2', N'5700', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042012', N'Castilian Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'35', N'5500', N'0', N'3', N'2', N'5700', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042013', N'Baleog Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'38', N'5500', N'0', N'3', N'2', N'5700', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042014', N'Drake Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'41', N'5500', N'0', N'3', N'2', N'5700', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042015', N'Great Crysis Plate', N'1', N'0', N'0', N'4', N'2', N'44', N'5500', N'0', N'3', N'2', N'5700', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042016', N'Great Traviron Plate', N'1', N'0', N'0', N'4', N'2', N'47', N'5500', N'0', N'3', N'2', N'5700', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042017', N'Great Dragoon Plate', N'1', N'0', N'0', N'4', N'2', N'50', N'5500', N'0', N'3', N'2', N'5700', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042018', N'Great Reflective Plate', N'1', N'0', N'0', N'4', N'2', N'53', N'5500', N'0', N'3', N'2', N'5700', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044001', N'Shining Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'6000', N'1', N'3', N'2', N'5700', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044002', N'Dazzling Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'6000', N'1', N'3', N'2', N'5700', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044003', N'Assault Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044004', N'Gendarme Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044005', N'Enduring Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'6000', N'1', N'3', N'2', N'5700', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044006', N'Jousting Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044007', N'Stark Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044008', N'Menacing Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044009', N'Hazardous Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044010', N'Expert Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044011', N'Improved Suspicious Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045001', N'Doomed Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045002', N'Essential Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045003', N'Blazing Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045004', N'Infernal Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045005', N'Field Marshal Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'6500', N'1', N'3', N'2', N'5700', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045006', N'Destined Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'6500', N'1', N'3', N'2', N'5700', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045007', N'Knightly Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045008', N'Fergana Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045009', N'Avernus Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'6500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045010', N'Improved Flame Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5700', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045102', N'Bloody Essential Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045103', N'Bloody Blaze Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045104', N'Bloody Inferna Plate', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045201', N'Shadow Blaze Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045202', N'Shadow Infernal Plate', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046001', N'Cruach Plate', N'1', N'1', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046002', N'Moyitura Plate', N'1', N'1', N'2', N'4', N'6', N'35', N'7000', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046003', N'Poirot Plate', N'1', N'1', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046004', N'Banded Plate', N'1', N'1', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046005', N'Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046006', N'Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046101', N'Bloody Cruaich Plate', N'1', N'1', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046102', N'Bloody Moitura Plate', N'1', N'1', N'2', N'4', N'6', N'35', N'7000', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046103', N'Bloody For War Plate', N'1', N'1', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046104', N'Bloody Bandeda Plate', N'1', N'1', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046105', N'Bloody Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046106', N'Bloody Dual Prop Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'13580', N'2241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046107', N'Bloody Dual Prop Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046203', N'Shadow Cruach Plate', N'1', N'1', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046204', N'Shadow Moyitura Plate', N'1', N'1', N'2', N'4', N'6', N'35', N'7000', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046205', N'Shadow Forwar Plate', N'1', N'1', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046206', N'Shadow Banded Plate', N'1', N'1', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046207', N'Shadow Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046208', N'Shadow Dual Prop Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011001', N'Great Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011002', N'Great Linen Hood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011003', N'Fleece Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011004', N'Silky Yarn Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011005', N'Wool Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011006', N'Silk Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011007', N'Ram''s Wool Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011008', N'Muslin Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011009', N'Luna Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011010', N'Celestial Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011011', N'Mystical Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011012', N'Sorceress Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011013', N'Angora Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011014', N'Aramid Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'41', N'3200', N'0', N'0', N'2', N'900', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011015', N'Great Berber Hood', N'1', N'0', N'0', N'1', N'1', N'44', N'3000', N'0', N'0', N'2', N'900', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011016', N'Great Brocade Hood', N'1', N'0', N'0', N'1', N'1', N'47', N'3200', N'0', N'0', N'2', N'900', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011017', N'Great Doeskin Hood', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011018', N'Improved Weaving Hood', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012001', N'Great Fabric Hood', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012002', N'Great Linen Hood', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012003', N'Fleece Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012004', N'Silky Yarn Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012005', N'Wool Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012006', N'Silk Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012007', N'Ram''s Wool Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012008', N'Muslin Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012009', N'Luna Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012010', N'Celestial Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012011', N'Mystical Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012012', N'Sorceress Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012013', N'Angora Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012014', N'Aramid Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012015', N'Great Berber Hood', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012016', N'Great Brocade Hood', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012017', N'Great Doeskin Hood', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012018', N'Improved Nea Hood', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014001', N'Lavish Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014002', N'Insidious Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014003', N'Exceptional Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014004', N'Fervid Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014005', N'Nefarious Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014006', N'Diabolic Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014007', N'Sacred Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014008', N'Devious Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014009', N'Distinct Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014010', N'Taffeta Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014011', N'Improved Obscure Hood', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015001', N'Vital Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015002', N'Wisdom Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015003', N'Bentus Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015004', N'Raschel Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015005', N'Calico Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015006', N'Lumen Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015007', N'Starlight Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015008', N'Fluer Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015009', N'Pincord Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015010', N'Improved Dusk Hood', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015102', N'Bloody Wisdom Hood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015103', N'Bloody Ventus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015104', N'Bloody Silentium Hood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015201', N'Shadow Bentus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015202', N'Shadow Sirenchium Hood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016001', N'Danu Hood', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016002', N'Morpheus Hood', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016003', N'Memoria Hood', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016004', N'Lindsey Hood', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016005', N'Grace Hood', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016006', N'Grace Hood', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016101', N'Bloody Danu Hood', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016102', N'Bloody Morphous Hood', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016103', N'Bloody Memoria Hood', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016104', N'Bloody Lingee Hood', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016105', N'Bloody Grace Hood', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016106', N'Blood Dominator Hood', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016203', N'Shadow Danu Hood', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016204', N'Shadow Morpheus Hood', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016205', N'Shadow Memoria Hood', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016206', N'Shadow Linsey Hood', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016207', N'Shadow Grace Hood', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016208', N'Shadow Dominator Hood', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021001', N'Great Light Leather Cap', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'1200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021002', N'Great Leather Cap', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021003', N'Quilted Leather Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'1200', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021004', N'Studded Leather Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'1200', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021005', N'Hunter Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'1200', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021006', N'Carp Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021007', N'Suede Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'1200', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021008', N'Nubuck Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'1200', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021009', N'Slink Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'1200', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021010', N'Hide Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021011', N'Buckskin Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021012', N'Shagreen Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'1200', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021013', N'Lamellar Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'1200', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021014', N'Brigandine Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'1200', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021015', N'Great Lorica Cap', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'1200', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021016', N'Great Swollen Leather Cap', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'1200', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021017', N'Great Sinful Leather Cap', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'1200', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021018', N'Improved Artisanal Leather Cap', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'1200', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022001', N'Great Light Leather Cap', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'1200', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022002', N'Great Leather Cap', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'1200', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022003', N'Quilted Leather Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'1200', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022004', N'Studded Leather Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'1200', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022005', N'Hunter Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'1200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022006', N'Carp Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'1200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022007', N'Suede Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'1200', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022008', N'Nubuck Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'1200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022009', N'Slink Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'1200', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022010', N'Hide Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'1200', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022011', N'Buckskin Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'1200', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022012', N'Shagreen Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'1200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022013', N'Lamellar Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'1200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022014', N'Brigandine Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'1200', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022015', N'Great Lorica Cap', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'1200', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022016', N'Great Swollen Leather Cap', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'1200', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022017', N'Great Sinful Leather Cap', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022018', N'Improved DS Leather Cap', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'1200', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024001', N'Authentic Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'1200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024002', N'Camouflage Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'1200', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024003', N'Illicit Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'1200', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024004', N'Rugged Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024005', N'Dread Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'1200', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024006', N'Tough Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'1200', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024007', N'Haken-hide Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'1200', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024008', N'Combat Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'1200', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024009', N'Genuine Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'1200', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024010', N'Superior Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'1200', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024011', N'Improved Posh Leather Cap', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'1200', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025001', N'Tanned Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'1200', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025002', N'Rawhide Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'1200', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025003', N'Demonic Leather Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025004', N'Praetorian Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025005', N'Lacrimal Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'1200', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025006', N'Eminent Leather Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'1200', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025007', N'Aquarius Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'1200', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025008', N'Rogue Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'1200', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025009', N'Fianna Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'1200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025010', N'Improved Arcane Leather Cap', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'1200', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025102', N'Bloody Dried Leather Cap', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'1200', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025103', N'Bloody Descend Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025104', N'Bloody Predator Leather Cap', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025201', N'Shadow Descend Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025202', N'Shadow Praeterita Leather Cap', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026001', N'Airgetlam Leather Cap', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'1200', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026002', N'Lir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'1200', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026003', N'Mir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'1200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026004', N'Ellodi Leather Cap', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026005', N'Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'1200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026006', N'Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'1200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026101', N'Bloody Alrget-Lamh Leather Cap', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'1200', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026102', N'Bloody Lyre Leather Cap', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'1200', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026103', N'Bloody Mir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'1200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026104', N'Bloody Elody Leather Cap', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026105', N'Bloody Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'1200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026106', N'Bloody Levices Cap', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'1200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026203', N'Shadow Airgetlam Leather Cap', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'1200', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026204', N'Shadow Lir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'1200', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026205', N'Shadow Mir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'1200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026206', N'Shadow Elody Leather Cap', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026207', N'Shadow Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'1200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026208', N'Shadow Levices Cap', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'1200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031001', N'Great Tedder Helm', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'1800', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031002', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'1800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031003', N'Wire Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'1800', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031004', N'Hunter Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'1800', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031005', N'Battle Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'1800', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031006', N'Devout Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'1800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031007', N'Banded Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031008', N'Linked Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'1800', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031009', N'Splinted Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'1800', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031010', N'Rivet Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'1800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031011', N'Venetian Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'1800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031012', N'Arquebus Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'1800', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031013', N'Acorn Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'1800', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031014', N'Aventail Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'1800', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031015', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'1800', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031016', N'Great Genovese Helm', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'1800', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031017', N'Great Peltman Chain Helm', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031018', N'Improved Concours Chain Helm', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'1800', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032001', N'Great Tedder Helm', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'1800', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032002', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'1800', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032003', N'Wire Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'1800', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032004', N'Hunter Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'1800', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032005', N'Battle Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'1800', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032006', N'Devout Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'1800', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032007', N'Banded Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'1800', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032008', N'Linked Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'1800', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032009', N'Splinted Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'1800', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032010', N'Rivet Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'1800', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032011', N'Venetian Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'1800', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032012', N'Arquebus Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'1800', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032013', N'Acorn Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'1800', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032014', N'Aventail Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'1800', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032015', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'1800', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032016', N'Great Genovese Helm', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'1800', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032017', N'Great Peltman Chain Helm', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'1800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032018', N'Improved Natura Chain Helm', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'1800', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034001', N'Gritty Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'1800', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034002', N'Heavy Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'1800', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034003', N'Ultimate Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'1800', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034004', N'Brisk Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034005', N'Bound Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'1800', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034006', N'Secure Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'1800', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034007', N'Devout Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'1800', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034008', N'Solid Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034009', N'Discarded Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'1800', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034010', N'Engraved Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034011', N'Improved Cure Chain Helm', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'1800', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035001', N'Dense Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'1800', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035002', N'Burnished Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'1800', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035003', N'Ribbed Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035004', N'Arcane Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035005', N'Ashen Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035006', N'Placidus Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'1800', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035007', N'Armadillo Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035008', N'Bulwark Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035009', N'Cardiff Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035010', N'Improved Armed Chain Helm', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'1800', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035102', N'Bloody Pleasure Chain Helm', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'1800', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035103', N'Bloody Rebellion Chain Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035104', N'Bloody Velum Chain Helm', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035201', N'Shadow Riberion Chain Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035202', N'Shadow Velum Chain Helm', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036001', N'Ecne Helm', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036002', N'Jamel Ducob Helm', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'1800', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036003', N'Badb Catha Helm', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036004', N'Hinchi Helm', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036005', N'Soul Eater''s Helm', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036006', N'Soul Eater''s Chain Helm', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036101', N'Bloody Ecne Helm', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036102', N'Bloody Jamelducov Helm', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'1800', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036103', N'Bloody Badhdh Cath Helm', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036104', N'Bloody Hinche Helm', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036105', N'Bloody Soul-Eater Helm', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036106', N'Bloody Silver Tinge Helm', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036203', N'Shadow Ecne Helm', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036204', N'Shadow Jamel Ducob Helm', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'1800', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036205', N'Shadow Babd Catha Helm', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036206', N'Shadow Hinchi Helm', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036207', N'Shadow Soul Eater''s Helm', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036208', N'Shadow Silver Tinge Helm', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041001', N'Great Fryderyk War Helm', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'3400', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041002', N'Great Padded War Helm', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'3400', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041003', N'Hauberk Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'3400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041004', N'Scale Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'3400', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041005', N'Steel Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'3400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041006', N'Spiral Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'3400', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041007', N'Hoplite Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041008', N'Full Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'3400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041009', N'Ornate Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'3400', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041010', N'Rune Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'3400', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041011', N'Raven Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'3400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041012', N'Castilian Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'3400', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041013', N'Baleog Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'3400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041014', N'Drake Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'3400', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041015', N'Great Crysis War Helm', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'3400', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041016', N'Great Traviron War Helm', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'3400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041017', N'Great Dragoon Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041018', N'Shadow Watcher''s War Helm', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'3400', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042001', N'Great Fryderyk War Helm', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'3400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042002', N'Great Padded War Helm', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'3400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042003', N'Hauberk Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'3400', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042004', N'Scale Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'3400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042005', N'Steel Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'3400', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042006', N'Spiral Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'3400', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042007', N'Hoplite Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'3400', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042008', N'Full Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'3400', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042009', N'Ornate Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'3400', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042010', N'Rune Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'3400', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042011', N'Raven Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'3400', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042012', N'Castilian Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'3400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042013', N'Baleog Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'3400', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042014', N'Drake Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'3400', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042015', N'Great Crysis War Helm', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'3400', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042016', N'Great Traviron War Helm', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'3400', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042017', N'Great Dragoon Helm', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'3400', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042018', N'Improved Repel War Helm', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'3400', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044001', N'Shining Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'3400', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044002', N'Dazzling Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'3400', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044003', N'Assault Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'3400', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044004', N'Gendarme Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044005', N'Enduring Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'3400', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044006', N'Jousting Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'3400', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044007', N'Stark Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'3400', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044008', N'Menacing Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044009', N'Hazardous Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'3400', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044010', N'Expert Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044011', N'Improved Suspicious War Helm', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'3400', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045001', N'Doomed Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'3400', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045002', N'Essential Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'3400', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045003', N'Blazing Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045004', N'Infernal Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045005', N'Field Marshal Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045006', N'Destined Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'3400', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045007', N'Knightly Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045008', N'Fergana Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045009', N'Avernus Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045010', N'Improved Flame War Helm', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'3400', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045102', N'Bloody Essential War Helm', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'3400', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045103', N'Bloody Blaze War Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045104', N'Bloody Inferna War Helm', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045201', N'Shadow Blaze War Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045202', N'Shadow Infernal War Helm', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046001', N'Cruach Helm', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046002', N'Moyitura Helm', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'3400', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046003', N'Forwar Helm', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046004', N'Banded Helm', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046005', N'Unbreakable Helm', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046006', N'Unbreakable Helm', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046101', N'Bloody Cruaich War Helm', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046102', N'Bloody Moitura War Helm', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'3400', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046103', N'Bloody For War Helm', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046104', N'Bloody Bandeda War Helm', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046105', N'Bloody Unbreakable War Helm', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046106', N'Bloody Dual Prop Helm', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046203', N'Shadow Cruach Helm', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046204', N'Shadow Moyitura Helm', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'3400', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046205', N'Shadow Forwar Helm', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046206', N'Shadow Banded Helm', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046207', N'Shadow Unbreakable Helm', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046208', N'Shadow Dual Prop Helm', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011001', N'Apprentice Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011002', N'Fabric Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011003', N'Linen Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'4', N'4500', N'0', N'0', N'2', N'1100', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011004', N'Fleece Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'7', N'4500', N'0', N'0', N'2', N'1100', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011005', N'Silky Yarn Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'10', N'4500', N'0', N'0', N'2', N'1100', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011006', N'Wool Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'13', N'4500', N'0', N'0', N'2', N'1100', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011007', N'Silk Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'16', N'4500', N'0', N'0', N'2', N'1100', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011008', N'Ram''s Wool Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'19', N'4500', N'0', N'0', N'2', N'1100', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011009', N'Muslin Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'22', N'4500', N'0', N'0', N'2', N'1100', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011010', N'Luna Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'25', N'4500', N'0', N'0', N'2', N'1100', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011011', N'Celestial Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'28', N'4500', N'0', N'0', N'2', N'1100', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011012', N'Mystical Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'31', N'4500', N'0', N'0', N'2', N'1100', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011013', N'Sorceress Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'34', N'4500', N'0', N'0', N'2', N'1100', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011014', N'Angora Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'37', N'4500', N'0', N'0', N'2', N'1100', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011015', N'Aramid Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011016', N'Great Berber Leggings', N'1', N'0', N'0', N'1', N'1', N'43', N'4500', N'0', N'0', N'2', N'1100', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011017', N'Great Brocade Leggings', N'1', N'0', N'0', N'1', N'1', N'46', N'4500', N'0', N'0', N'2', N'1100', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011018', N'Great Doeskin Leggings', N'1', N'0', N'0', N'1', N'1', N'49', N'4500', N'0', N'0', N'2', N'1100', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011019', N'Great Tartan Leggings', N'1', N'0', N'0', N'1', N'1', N'52', N'4500', N'0', N'0', N'2', N'1100', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011020', N'Improved Weaving Leggings', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012001', N'Fabric Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'2', N'5000', N'0', N'3', N'2', N'1100', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012002', N'Linen Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'5', N'5000', N'0', N'3', N'2', N'1100', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012003', N'Fleece Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'8', N'5000', N'0', N'3', N'2', N'1100', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012004', N'Silky Yarn Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'11', N'5000', N'0', N'3', N'2', N'1100', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012005', N'Wool Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'14', N'5000', N'0', N'3', N'2', N'1100', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012006', N'Silk Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'17', N'5000', N'0', N'3', N'2', N'1100', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012007', N'Ram''s Wool Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'20', N'5000', N'0', N'3', N'2', N'1100', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012008', N'Muslin Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'23', N'5000', N'0', N'3', N'2', N'1100', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012009', N'Luna Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'26', N'5000', N'0', N'3', N'2', N'1100', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012010', N'Celestial Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'29', N'5000', N'0', N'3', N'2', N'1100', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012011', N'Mystical Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'32', N'5000', N'0', N'3', N'2', N'1100', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012012', N'Sorceress Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'35', N'5000', N'0', N'3', N'2', N'1100', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012013', N'Angora Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'38', N'5000', N'0', N'3', N'2', N'1100', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012014', N'Aramid Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'41', N'5000', N'0', N'3', N'2', N'1100', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012015', N'Great Berber Leggings', N'1', N'0', N'0', N'1', N'2', N'44', N'5000', N'0', N'3', N'2', N'1100', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012016', N'Great Brocade Leggings', N'1', N'0', N'0', N'1', N'2', N'47', N'5000', N'0', N'3', N'2', N'1100', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012017', N'Great Doeskin Leggings', N'1', N'0', N'0', N'1', N'2', N'50', N'5000', N'0', N'3', N'2', N'1100', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012018', N'Great Tartan Leggings', N'1', N'0', N'0', N'1', N'2', N'53', N'5000', N'0', N'3', N'2', N'1100', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014001', N'Lavish Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'5500', N'1', N'3', N'2', N'1100', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014002', N'Insidious Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1100', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014003', N'Exceptional Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'5500', N'1', N'3', N'2', N'1100', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014004', N'Fervid Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014005', N'Nefarious Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'5500', N'1', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014006', N'Diabolic Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014007', N'Sacred Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014008', N'Devious Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014009', N'Distinct Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1100', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014010', N'Taffeta Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014011', N'Improved Obscure Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1100', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015001', N'Vital Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1100', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015002', N'Wisdom Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1100', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015003', N'Bentus Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015004', N'Raschel Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015005', N'Calico Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'6000', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015006', N'Lumen Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'6000', N'1', N'3', N'2', N'1100', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015007', N'Starlight Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015008', N'Fluer Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015009', N'Pincord Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'6000', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015010', N'Improved Dusk Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1100', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015102', N'Bloody Wisdom Leggings', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1100', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015103', N'Bloody Ventus Leggings', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015104', N'Bloody Silentium Leggings', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015201', N'Shadow Bentus Leggings', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015202', N'Shadow Sirenchium Leggings', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016001', N'Danu Pants', N'1', N'1', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016002', N'Morpheus Pants', N'1', N'1', N'2', N'1', N'6', N'35', N'6500', N'1', N'3', N'2', N'1100', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016003', N'Memoria Pants', N'1', N'1', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016004', N'Lindsey Pants', N'1', N'1', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016005', N'Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016006', N'Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016101', N'Bloody Danu Leggings', N'1', N'1', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016102', N'Bloody Morphous Leggings', N'1', N'1', N'2', N'1', N'6', N'35', N'6500', N'1', N'3', N'2', N'1100', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016103', N'Bloody Memoria Leggings', N'1', N'1', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016104', N'Bloody Lingee Leggings', N'1', N'1', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016105', N'Bloody Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016106', N'Bloody Dominator Leggings', N'1', N'1', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016203', N'Shadow Danu Leggings', N'1', N'1', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016204', N'Shadow Morpheus Leggings', N'1', N'1', N'2', N'1', N'6', N'35', N'6500', N'1', N'3', N'2', N'1100', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016205', N'Shadow Memoria Leggings', N'1', N'1', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016206', N'Shadow Linsey Leggings', N'1', N'1', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016207', N'Shadow Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016208', N'Shadow Dominator Leggings', N'1', N'1', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021001', N'Apprentice Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021002', N'Light Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021003', N'Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'4', N'4500', N'0', N'0', N'2', N'1600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021004', N'Quilted Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'7', N'4500', N'0', N'0', N'2', N'1600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021005', N'Studded Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'10', N'4500', N'0', N'0', N'2', N'1600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021006', N'Hunter Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'13', N'4500', N'0', N'0', N'2', N'1600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021007', N'Carp Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'16', N'4500', N'0', N'0', N'2', N'1600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021008', N'Suede Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'19', N'4500', N'0', N'0', N'2', N'1600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021009', N'Nubuck Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'22', N'4500', N'0', N'0', N'2', N'1600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021010', N'Slink Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'25', N'4500', N'0', N'0', N'2', N'1600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021011', N'Hide Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'28', N'4500', N'0', N'0', N'2', N'1600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021012', N'Buckskin Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'31', N'4500', N'0', N'0', N'2', N'1600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021013', N'Shagreen Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'34', N'4500', N'0', N'0', N'2', N'1600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021014', N'Lamellar Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'37', N'4500', N'0', N'0', N'2', N'1600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021015', N'Brigandine Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021016', N'Great Lorica Leggings', N'1', N'0', N'0', N'2', N'1', N'43', N'4500', N'0', N'0', N'2', N'1600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021017', N'Great Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'46', N'4500', N'0', N'0', N'2', N'1600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021018', N'Great Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'49', N'4500', N'0', N'0', N'2', N'1600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021019', N'Great Holy Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'52', N'4500', N'0', N'0', N'2', N'1600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021020', N'Improved Artisanal Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022001', N'Light Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'2', N'5000', N'0', N'3', N'2', N'1600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022002', N'Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'5', N'5000', N'0', N'3', N'2', N'1600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022003', N'Quilted Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'8', N'5000', N'0', N'3', N'2', N'1600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022004', N'Studded Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'11', N'5000', N'0', N'3', N'2', N'1600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022005', N'Hunter Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'14', N'5000', N'0', N'3', N'2', N'1600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022006', N'Carp Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'17', N'5000', N'0', N'3', N'2', N'1600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022007', N'Suede Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'20', N'5000', N'0', N'3', N'2', N'1600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022008', N'Nubuck Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'23', N'5000', N'0', N'3', N'2', N'1600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022009', N'Slink Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'26', N'5000', N'0', N'3', N'2', N'1600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022010', N'Hide Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'29', N'5000', N'0', N'3', N'2', N'1600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022011', N'Buckskin Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'32', N'5000', N'0', N'3', N'2', N'1600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022012', N'Shagreen Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'35', N'5000', N'0', N'3', N'2', N'1600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022013', N'Lamellar Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'38', N'5000', N'0', N'3', N'2', N'1600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022014', N'Brigandine Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'41', N'5000', N'0', N'3', N'2', N'1600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022015', N'Great Lorica Leggings', N'1', N'0', N'0', N'2', N'2', N'44', N'5000', N'0', N'3', N'2', N'1600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022016', N'Great Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'47', N'5000', N'0', N'3', N'2', N'1600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022017', N'Great Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'50', N'5000', N'0', N'3', N'2', N'1600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022018', N'Great Holy Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'53', N'5000', N'0', N'3', N'2', N'1600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024001', N'Authentic Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'5500', N'1', N'3', N'2', N'1600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024002', N'Camouflage Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024003', N'Illicit Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'5500', N'1', N'3', N'2', N'1600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024004', N'Rugged Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024005', N'Dread Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'5500', N'1', N'3', N'2', N'1600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024006', N'Tough Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024007', N'Haken-hide Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024008', N'Combat Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024009', N'Genuine Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024010', N'Superior Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024011', N'Improved Posh Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025001', N'Tanned Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025002', N'Rawhide Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025003', N'Demonic Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025004', N'Praetorian Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025005', N'Lacrimal Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'6000', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025006', N'Eminent Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'6000', N'1', N'3', N'2', N'1600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025007', N'Aquarius Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025008', N'Rogue Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025009', N'Fianna Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'6000', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025010', N'Improved Arcane Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025102', N'Bloody Dried Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025103', N'Bloody Descend Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025104', N'Bloody Predator Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025201', N'Shadow Descend Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025202', N'Shadow Praeterita Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026001', N'Airgetlam Pants', N'1', N'1', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026002', N'Lir Pants', N'1', N'1', N'2', N'2', N'6', N'35', N'6500', N'1', N'3', N'2', N'1600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026003', N'Mir Pants', N'1', N'1', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026004', N'Ellodi Leather Pants', N'1', N'1', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026005', N'Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026006', N'Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026101', N'Bloody Alrget-Lamh Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026102', N'Bloody Lyre Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'35', N'6500', N'1', N'3', N'2', N'1600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026103', N'Bloody Mir Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026104', N'Bloody Elody Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026105', N'Bloody Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026106', N'Bloody Levices Leggings', N'1', N'1', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026203', N'Shadow Airgetlam Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026204', N'Shadow Lir Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'35', N'6500', N'1', N'3', N'2', N'1600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026205', N'Shadow Mir Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026206', N'Shadow Elody Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026207', N'Shadow Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026208', N'Shadow Levices Leggings', N'1', N'1', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031001', N'Apprentice Chain Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031002', N'Ringed Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031003', N'Chain Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'4', N'4500', N'0', N'0', N'2', N'2400', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031004', N'Wire Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'7', N'4500', N'0', N'0', N'2', N'2400', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031005', N'Hunter Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'10', N'4500', N'0', N'0', N'2', N'2400', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031006', N'Battle Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'13', N'4500', N'0', N'0', N'2', N'2400', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031007', N'Devout Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'16', N'4500', N'0', N'0', N'2', N'2400', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031008', N'Banded Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'19', N'4500', N'0', N'0', N'2', N'2400', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031009', N'Linked Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'22', N'4500', N'0', N'0', N'2', N'2400', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031010', N'Splinted Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'25', N'4500', N'0', N'0', N'2', N'2400', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031011', N'Rivet Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'28', N'4500', N'0', N'0', N'2', N'2400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031012', N'Venetian Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'31', N'4500', N'0', N'0', N'2', N'2400', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031013', N'Arquebus Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'34', N'4500', N'0', N'0', N'2', N'2400', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031014', N'Acorn Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'37', N'4500', N'0', N'0', N'2', N'2400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031015', N'Aventail Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031016', N'Great Chain Greave', N'1', N'0', N'0', N'3', N'1', N'43', N'4500', N'0', N'0', N'2', N'2400', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031017', N'Great Genovese Greave', N'1', N'0', N'0', N'3', N'1', N'46', N'4500', N'0', N'0', N'2', N'2400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031018', N'Great Peltman Chain Greave', N'1', N'0', N'0', N'3', N'1', N'49', N'4500', N'0', N'0', N'2', N'2400', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031019', N'Great Uniform Greaves', N'1', N'0', N'0', N'3', N'1', N'52', N'4500', N'0', N'0', N'2', N'2400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031020', N'Improved Concours Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032001', N'Ringed Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'2', N'5000', N'0', N'3', N'2', N'2400', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032002', N'Chain Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'5', N'5000', N'0', N'3', N'2', N'2400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032003', N'Wire Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'8', N'5000', N'0', N'3', N'2', N'2400', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032004', N'Hunter Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'11', N'5000', N'0', N'3', N'2', N'2400', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032005', N'Battle Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'14', N'5000', N'0', N'3', N'2', N'2400', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032006', N'Devout Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'17', N'5000', N'0', N'3', N'2', N'2400', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032007', N'Banded Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032008', N'Linked Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'23', N'5000', N'0', N'3', N'2', N'2400', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032009', N'Splinted Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'26', N'5000', N'0', N'3', N'2', N'2400', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032010', N'Rivet Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'29', N'5000', N'0', N'3', N'2', N'2400', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032011', N'Venetian Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'32', N'5000', N'0', N'3', N'2', N'2400', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032012', N'Arquebus Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'35', N'5000', N'0', N'3', N'2', N'2400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032013', N'Acorn Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'38', N'5000', N'0', N'3', N'2', N'2400', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032014', N'Aventail Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'41', N'5000', N'0', N'3', N'2', N'2400', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032015', N'Great Chain Greave', N'1', N'0', N'0', N'3', N'2', N'44', N'5000', N'0', N'3', N'2', N'2400', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032016', N'Great Genovese Greave', N'1', N'0', N'0', N'3', N'2', N'47', N'5000', N'0', N'3', N'2', N'2400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032017', N'Great Peltman Chain Greave', N'1', N'0', N'0', N'3', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032018', N'Great Uniform Greaves', N'1', N'0', N'0', N'3', N'2', N'53', N'5000', N'0', N'3', N'2', N'2400', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034001', N'Gritty Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'5500', N'1', N'3', N'2', N'2400', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034002', N'Heavy Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'2400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034003', N'Ultimate Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'5500', N'1', N'3', N'2', N'2400', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034004', N'Brisk Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034005', N'Bound Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'5500', N'1', N'3', N'2', N'2400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034006', N'Secure Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034007', N'Devout Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'2400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034008', N'Solid Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034009', N'Discarded Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034010', N'Engraved Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034011', N'Improved Cure Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035001', N'Dense Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'2400', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035002', N'Burnished Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'2400', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035003', N'Ribbed Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035004', N'Arcane Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035005', N'Ashen Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035006', N'Placidus Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'6000', N'1', N'3', N'2', N'2400', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035007', N'Armadillo Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035008', N'Bulwark Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035009', N'Cardiff Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035010', N'Improved Armed Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035102', N'Bloody Pleasure Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'2400', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035103', N'Bloody Rebellion Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035104', N'Bloody Velum Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035201', N'Shadow Riberion Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035202', N'Shadow Velum Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036001', N'Ecne Greaves', N'1', N'1', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036002', N'Jamel Ducob Greaves', N'1', N'1', N'2', N'3', N'6', N'35', N'6500', N'1', N'3', N'2', N'2400', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036003', N'Badb Catha Greaves', N'1', N'1', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036004', N'Hinchi Greaves', N'1', N'1', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036005', N'Soul Eater''s Greaves', N'1', N'1', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036006', N'Soul Eater''s Greaves', N'1', N'1', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036101', N'Bloody Ecne Greaves', N'1', N'1', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036102', N'Bloody Jamelducov Greaves', N'1', N'1', N'2', N'3', N'6', N'35', N'6500', N'1', N'3', N'2', N'2400', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036103', N'Bloody Badhdh Cath Greaves', N'1', N'1', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036104', N'Bloody Hinche Greaves', N'1', N'1', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036105', N'Bloody Soul-Eater Greaves', N'1', N'1', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036106', N'Bloody Silver Tinge Greaves', N'1', N'1', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036203', N'Shadow Ecne Greaves', N'1', N'1', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036204', N'Shadow Jamel Ducob Greaves', N'1', N'1', N'2', N'3', N'6', N'35', N'6500', N'1', N'3', N'2', N'2400', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036205', N'Shadow Babd Catha Greaves', N'1', N'1', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036206', N'Shadow Hinchi Greaves', N'1', N'1', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036207', N'Shadow Soul Eater''s Greaves', N'1', N'1', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036208', N'Shadow Silver Tinge Greaves', N'1', N'1', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041001', N'Apprentice Plate Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041002', N'Prelic Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041003', N'Padded Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'4', N'4500', N'0', N'0', N'2', N'4600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041004', N'Hauberk Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'7', N'4500', N'0', N'0', N'2', N'4600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041005', N'Scale Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'10', N'4500', N'0', N'0', N'2', N'4600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041006', N'Steel Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'13', N'4500', N'0', N'0', N'2', N'4600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041007', N'Spiral Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'16', N'4500', N'0', N'0', N'2', N'4600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041008', N'Hoplite Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'19', N'4500', N'0', N'0', N'2', N'4600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041009', N'Full Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'22', N'4500', N'0', N'0', N'2', N'4600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041010', N'Ornate Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'25', N'4500', N'0', N'0', N'2', N'4600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041011', N'Rune Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'28', N'4500', N'0', N'0', N'2', N'4600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041012', N'Raven Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'31', N'4500', N'0', N'0', N'2', N'4600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041013', N'Castilian Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'34', N'4500', N'0', N'0', N'2', N'4600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041014', N'Baleog Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'37', N'4500', N'0', N'0', N'2', N'4600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041015', N'Drake Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'4600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041016', N'Great Crysis War Greave', N'1', N'0', N'0', N'4', N'1', N'43', N'4500', N'0', N'0', N'2', N'4600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041017', N'Great Traviron War Greave', N'1', N'0', N'0', N'4', N'1', N'46', N'4500', N'0', N'0', N'2', N'4600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041018', N'Great Dragoon Greave', N'1', N'0', N'0', N'4', N'1', N'49', N'4500', N'0', N'0', N'2', N'4600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041019', N'Great Reflective Greave', N'1', N'0', N'0', N'4', N'1', N'52', N'4500', N'0', N'0', N'2', N'4600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041020', N'Improved Watcher''s War Greaves', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'4600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042001', N'Prelic Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'2', N'5000', N'0', N'3', N'2', N'4600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042002', N'Padded Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'5', N'5000', N'0', N'3', N'2', N'4600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042003', N'Hauberk Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'8', N'5000', N'0', N'3', N'2', N'4600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042004', N'Scale Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'11', N'5000', N'0', N'3', N'2', N'4600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042005', N'Steel Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'14', N'5000', N'0', N'3', N'2', N'4600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042006', N'Spiral Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'17', N'5000', N'0', N'3', N'2', N'4600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042007', N'Hoplite Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'20', N'5000', N'0', N'3', N'2', N'4600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042008', N'Full Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'23', N'5000', N'0', N'3', N'2', N'4600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042009', N'Ornate Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'26', N'5000', N'0', N'3', N'2', N'4600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042010', N'Rune Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'29', N'5000', N'0', N'3', N'2', N'4600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042011', N'Raven Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'32', N'5000', N'0', N'3', N'2', N'4600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042012', N'Castilian Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'35', N'5000', N'0', N'3', N'2', N'4600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042013', N'Baleog Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'38', N'5000', N'0', N'3', N'2', N'4600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042014', N'Drake Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'41', N'5000', N'0', N'3', N'2', N'4600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042015', N'Great Crysis War Greave', N'1', N'0', N'0', N'4', N'2', N'44', N'5000', N'0', N'3', N'2', N'4600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042016', N'Great Traviron War Greave', N'1', N'0', N'0', N'4', N'2', N'47', N'5000', N'0', N'3', N'2', N'4600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042017', N'Great Dragoon Greave', N'1', N'0', N'0', N'4', N'2', N'50', N'5000', N'0', N'3', N'2', N'4600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042018', N'Great Reflective Greave', N'1', N'0', N'0', N'4', N'2', N'53', N'5000', N'0', N'3', N'2', N'4600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044001', N'Shining Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'5500', N'1', N'3', N'2', N'4600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044002', N'Dazzling Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'4600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044003', N'Assault Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'5500', N'1', N'3', N'2', N'4600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044004', N'Gendarme Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'4600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044005', N'Enduring Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'5500', N'1', N'3', N'2', N'4600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044006', N'Jousting Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'4600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044007', N'Stark Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'4600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044008', N'Menacing Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'4600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044009', N'Hazardous Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'4600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044010', N'Expert Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'4600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044011', N'Improved Suspicious War Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'4600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045001', N'Doomed Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'4600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045002', N'Essential Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'4600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045003', N'Blazing Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045004', N'Infernal Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045005', N'Field Marshal Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'6000', N'1', N'3', N'2', N'4600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045006', N'Destined Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'6000', N'1', N'3', N'2', N'4600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045007', N'Knightly Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'4600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045008', N'Fergana Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'6000', N'1', N'3', N'2', N'4600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045009', N'Avernus Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'6000', N'1', N'3', N'2', N'4600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045010', N'Improved Flame War Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'4600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045102', N'Bloody Essential War Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'4600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045103', N'Bloody Blaze War Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045104', N'Bloody Inferna War Greaves', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045201', N'Shadow Blaze War Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045202', N'Shadow Infernal War Greaves', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046001', N'Cruach Greaves', N'1', N'1', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'4600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046002', N'Moyitura Greaves', N'1', N'1', N'2', N'4', N'6', N'35', N'6500', N'1', N'3', N'2', N'4600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046003', N'Forwar Greaves', N'1', N'1', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'4600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046004', N'Banded Greaves', N'1', N'1', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046005', N'Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'4600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046006', N'Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'4600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046101', N'Bloody Cruaich Greaves', N'1', N'1', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'4600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046102', N'Bloody Moitura Greaves', N'1', N'1', N'2', N'4', N'6', N'35', N'6500', N'1', N'3', N'2', N'4600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046103', N'Bloody For War Greaves', N'1', N'1', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'4600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046104', N'Bloody Bandeda Greaves', N'1', N'1', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046105', N'Bloody Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'4600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046106', N'Bloody Dual Prop Greaves', N'1', N'1', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'4600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046203', N'Shadow Cruach Greaves', N'1', N'1', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'4600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046204', N'Shadow Moyitura Greaves', N'1', N'1', N'2', N'4', N'6', N'35', N'6500', N'1', N'3', N'2', N'4600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046205', N'Shadow Forwar Greaves', N'1', N'1', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'4600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046206', N'Shadow Banded Greaves', N'1', N'1', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046207', N'Shadow Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'4600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046208', N'Shadow Dual Prop Greaves', N'1', N'1', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'4600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011001', N'Fabric Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011002', N'Linen Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011003', N'Fleece Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011004', N'Silky Yarn Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011005', N'Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011006', N'Silk Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011007', N'Ram''s Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011008', N'Muslin Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011009', N'Luna Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011010', N'Celestial Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011011', N'Mystical Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011012', N'Sorceress Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011013', N'Angora Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011014', N'Aramid Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011015', N'Great Berber Shoes', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011016', N'Great Brocade Shoes', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011017', N'Great Doeskin Shoes', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011018', N'Improved Weaving Shoes', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012001', N'Fabric Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012002', N'Linen Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012003', N'Fleece Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012004', N'Silky Yarn Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012005', N'Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012006', N'Silk Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012007', N'Ram''s Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012008', N'Muslin Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012009', N'Luna Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012010', N'Celestial Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012011', N'Mystical Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012012', N'Sorceress Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012013', N'Angora Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012014', N'Aramid Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012015', N'Great Berber Shoes', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012016', N'Great Brocade Shoes', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012017', N'Great Doeskin Shoes', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012018', N'Improved Nea Shoes', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014001', N'Lavish Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014002', N'Insidious Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014003', N'Exceptional Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014004', N'Fervid Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014005', N'Nefarious Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014006', N'Diabolic Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014007', N'Sacred Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014008', N'Devious Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014009', N'Distinct Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014010', N'Taffeta Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014011', N'Improved Obscure Shoes', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015001', N'Vital Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015002', N'Wisdom Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015003', N'Bentus Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015004', N'Raschel Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015005', N'Calico Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015006', N'Lumen Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015007', N'Starlight Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015008', N'Fluer Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015009', N'Pincord Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015010', N'Improved Dusk Shoes', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015102', N'Bloody Wisdom Shoes', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015103', N'Bloody Ventus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015104', N'Bloody Silentium Shoes', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015201', N'Shadow Bentus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015202', N'Shadow Sirenchium Shoes', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016001', N'Danu Shoes', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016002', N'Morpheus Shoes', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016003', N'Memoria Shoes', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016004', N'Lindsey Shoes', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016005', N'Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016006', N'Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016101', N'Bloody Danu Shoes', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016102', N'Bloody Morphous Shoes', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016103', N'Bloody Memoria Shoes', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016104', N'Bloody Lingee Shoes', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016105', N'Bloody Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016106', N'Bloody Dominator Shoes', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016203', N'Shadow Danu Shoes', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016204', N'Shadow Morpheus Shoes', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016205', N'Shadow Memoria Shoes', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016206', N'Shadow Linsey Shoes', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016207', N'Shadow Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016208', N'Shadow Dominator Shoes', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021001', N'Light Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'800', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021002', N'Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'800', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021003', N'Quilted Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'800', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021004', N'Studded Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'800', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021005', N'Hunter Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021006', N'Carp Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'800', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021007', N'Suede Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'800', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021008', N'Nubuck Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'800', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021009', N'Slink Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'800', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021010', N'Hide Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'800', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021011', N'Buckskin Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'800', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021012', N'Shagreen Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'800', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021013', N'Lamellar Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'800', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021014', N'Brigandine Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'800', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021015', N'Great Lorica Shoes', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'800', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021016', N'Great Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'800', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021017', N'Great Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'800', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021018', N'Improved Artisanal Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'800', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022001', N'Light Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022002', N'Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'800', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022003', N'Quilted Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'800', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022004', N'Studded Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'800', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022005', N'Hunter Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'800', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022006', N'Carp Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022007', N'Suede Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'800', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022008', N'Nubuck Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022009', N'Slink Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'800', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022010', N'Hide Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'800', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022011', N'Buckskin Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'800', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022012', N'Shagreen Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'800', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022013', N'Lamellar Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'800', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022014', N'Brigandine Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'800', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022015', N'Great Lorica Shoes', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022016', N'Great Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'800', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022017', N'Great Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'800', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022018', N'Improved DS Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'800', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024001', N'Authentic Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'800', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024002', N'Camouflage Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'800', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024003', N'Illicit Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'800', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024004', N'Rugged Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024005', N'Dread Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'800', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024006', N'Tough Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024007', N'Haken-hide Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'800', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024008', N'Combat Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024009', N'Genuine Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'800', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024010', N'Superior Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024011', N'Improved Posh Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'800', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025001', N'Tanned Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'800', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025002', N'Rawhide Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'800', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025003', N'Demonic Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025004', N'Praetorian Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025005', N'Lacrimal Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025006', N'Eminent Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'800', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025007', N'Aquarius Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025008', N'Rogue Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025009', N'Fianna Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'800', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025010', N'Improved Arcane Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'800', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025102', N'Bloody Dried Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'800', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025103', N'Bloody Descend Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025104', N'Bloody Predator Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025201', N'Shadow Descend Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025202', N'Shadow Praeterita Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026001', N'Airgetlam Shoes', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026002', N'Lir Shoes', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'800', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026003', N'Mir Shoes', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026004', N'Ellodi Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026005', N'Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026006', N'Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026101', N'Bloody Alrget-Lamh Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026102', N'Bloody Lyre Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'800', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026103', N'Bloody Mir Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026104', N'Bloody Elody Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026105', N'Bloody Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026106', N'Bloody Levices Shoes', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026203', N'Shadow Airgetlam Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026204', N'Shadow Lir Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'800', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026205', N'Shadow Mir Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026206', N'Shadow Elody Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026207', N'Shadow Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026208', N'Shadow Levices Shoes', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031001', N'Tatter Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'1200', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031002', N'Chain Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'1200', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031003', N'Wire Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'1200', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031004', N'Hunter Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'1200', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031005', N'Battle Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031006', N'Devout Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'1200', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031007', N'Banded Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'1200', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031008', N'Linked Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'1200', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031009', N'Splinted Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'1200', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031010', N'Rivet Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'1200', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031011', N'Venetian Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'1200', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031012', N'Arquebus Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'1200', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031013', N'Acorn Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'1200', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031014', N'Aventail Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'1200', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031015', N'Great Chain Boots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'1200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031016', N'Great Genovese Boots', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'1200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031017', N'Great Peltman Chain Boots', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'1200', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031018', N'Improved Concours Chain Boots', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'1200', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032001', N'Tatter Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032002', N'Chain Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'1200', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032003', N'Wire Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'1200', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032004', N'Hunter Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'1200', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032005', N'Battle Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'1200', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032006', N'Devout Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032007', N'Banded Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'1200', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032008', N'Linked Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032009', N'Splinted Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'1200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032010', N'Rivet Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'1200', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032011', N'Venetian Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'1200', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032012', N'Arquebus Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'1200', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032013', N'Acorn Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'1200', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032014', N'Aventail Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'1200', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032015', N'Great Chain Boots', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032016', N'Great Genovese Boots', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'1200', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032017', N'Great Peltman Chain Boots', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'1200', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032018', N'Improved Natura Chain Boots', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'1200', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034001', N'Gritty Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'1200', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034002', N'Heavy Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'1200', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034003', N'Ultimate Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'1200', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034004', N'Brisk Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034005', N'Bound Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'1200', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034006', N'Secure Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034007', N'Devout Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'1200', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034008', N'Solid Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034009', N'Discarded Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'1200', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034010', N'Engraved Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034011', N'Improved Cure Chain Boots', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'1200', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035001', N'Dense Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'1200', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035002', N'Burnished Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'1200', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035003', N'Ribbed Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035004', N'Arcane Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035005', N'Ashen Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035006', N'Placidus Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'1200', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035007', N'Armadillo Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035008', N'Bulwark Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035009', N'Cardiff Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'1200', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035010', N'Improved Armed Chain Boots', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'1200', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035102', N'Bloody Pleasure Chain Boots', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'1200', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035103', N'Bloody Rebellion Chain Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035104', N'Bloody Velum Chain Boots', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035201', N'Shadow Riberion Chain Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035202', N'Shadow Velum Chain Boots', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036001', N'Ecne Boots', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036002', N'Jamel Ducob Boots', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'1200', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036003', N'Badb Catha Boots', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036004', N'Hinchi Boots', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036005', N'Soul Eater''s Boots', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036006', N'Soul Eater''s Boots', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036101', N'Bloody Ecne Boots', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036102', N'Bloody Jamelducov Boots', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'1200', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036103', N'Bloody Badhdh Cath Boots', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036104', N'Bloody Hinche Boots', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036105', N'Bloody Soul-Eater Boots', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036106', N'Bloody Silver Tinge Boots', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036203', N'Shadow Ecne Boots', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036204', N'Shadow Jamel Ducob Boots', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'1200', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036205', N'Shadow Babd Catha Boots', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036206', N'Shadow Hinchi Boots', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036207', N'Shadow Soul Eater''s Boots', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036208', N'Shadow Silver Tinge Boots', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041001', N'Prelic War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'2300', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041002', N'Padded War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'2300', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041003', N'Hauberk War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'2300', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041004', N'Scale War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'2300', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041005', N'Steel War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'2300', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041006', N'Spiral War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'2300', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041007', N'Hoplite Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'2300', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041008', N'Full War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'2300', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041009', N'Ornate War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'2300', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041010', N'Rune War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041011', N'Raven War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'2300', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041012', N'Castilian Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'2300', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041013', N'Baleog War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'2300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041014', N'Drake War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'2300', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041015', N'Great Crysis War Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041016', N'Great Traviron War Boots', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041017', N'Great Dragoon Boots', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'2300', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041018', N'Improved Watcher''s War Boots', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'2300', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042001', N'Prelic War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'2300', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042002', N'Padded War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'2300', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042003', N'Hauberk War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042004', N'Scale War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042005', N'Steel War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'2300', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042006', N'Spiral War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'2300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042007', N'Hoplite Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'2300', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042008', N'Full War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'2300', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042009', N'Ornate War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042010', N'Rune War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'2300', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042011', N'Raven War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'2300', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042012', N'Castilian Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'2300', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042013', N'Baleog War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'2300', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042014', N'Drake War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'2300', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042015', N'Great Crysis War Boots', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'2300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042016', N'Great Traviron War Boots', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'2300', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042017', N'Great Dragoon Boots', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'2300', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042018', N'Improved Repel War Boots', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'2300', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044001', N'Shining Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'2300', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044002', N'Dazzling Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044003', N'Assault War Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'2300', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044004', N'Gendarme Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044005', N'Enduring War Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'2300', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044006', N'Jousting Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044007', N'Stark Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'2300', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044008', N'Menacing Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044009', N'Hazardous War Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'2300', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044010', N'Expert Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044011', N'Improved Suspicious War Boots', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'2300', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045001', N'Doomed Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'2300', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045002', N'Essential War Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'2300', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045003', N'Blazing Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045004', N'Infernal War Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045005', N'Field Marshal Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045006', N'Destined Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'2300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045007', N'Knightly Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045008', N'Fergana War Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045009', N'Avernus Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'2300', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045010', N'Improved Flame War Boots', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'2300', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045102', N'Bloody Essential War Boots', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'2300', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045103', N'Bloody Blaze War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045104', N'Bloody Inferna War Boots', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045201', N'Shadow Blaze War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045202', N'Shadow Infernal War Boots', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046001', N'Cruach War Boots', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046002', N'Moyitura War Boots', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'2300', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046003', N'Forwar War Boots', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046004', N'Banded War Boots', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046005', N'Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046006', N'Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046101', N'Bloody Cruaich War Boots', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046102', N'Bloody Moitura War Boots', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'2300', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046103', N'Bloody For War War Boots', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046104', N'Bloody Bandeda War Boots', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046105', N'Bloody Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046106', N'Bloody Dual Prop War Boots', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046203', N'Shadow Cruach War Boots', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046204', N'Shadow Moyitura War Boots', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'2300', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046205', N'Shadow Forwar War Boots', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046206', N'Shadow Banded War Boots', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046207', N'Shadow Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046208', N'Shadow Dual Prop War Boots', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011001', N'Great Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011002', N'Linen Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'200', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011003', N'Fleece Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'200', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011004', N'Silky Yarn Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'200', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011005', N'Wool Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'200', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011006', N'Silk Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'200', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011007', N'Ram''s Wool Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011008', N'Muslin Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011009', N'Luna Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'200', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011010', N'Celestial Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'200', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011011', N'Mystical Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'200', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011012', N'Sorceress Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'200', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011013', N'Angora Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'200', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011014', N'Aramid Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'41', N'3000', N'0', N'0', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011015', N'Great Berber Belt', N'1', N'0', N'0', N'1', N'1', N'44', N'3000', N'0', N'0', N'2', N'200', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011016', N'Great Brocade Belt', N'1', N'0', N'0', N'1', N'1', N'47', N'3000', N'0', N'0', N'2', N'200', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011017', N'Great Doeskin Belt', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011018', N'Improved Weaving Belt', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012001', N'Great Fabric Belt', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'200', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012002', N'Linen Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012003', N'Fleece Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'200', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012004', N'Silky Yarn Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'200', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012005', N'Wool Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'200', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012006', N'Silk Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'200', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012007', N'Ram''s Wool Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'200', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012008', N'Muslin Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'200', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012009', N'Luna Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'200', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012010', N'Celestial Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'200', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012011', N'Mystical Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'200', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012012', N'Sorceress Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'200', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012013', N'Angora Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'200', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012014', N'Aramid Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'200', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012015', N'Great Berber Belt', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'200', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012016', N'Great Brocade Belt', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012017', N'Great Doeskin Belt', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'200', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012018', N'Improved Nea Belt', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'200', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014001', N'Lavish Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'200', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014002', N'Insidious Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'200', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014003', N'Exceptional Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014004', N'Fervid Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'200', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014005', N'Nefarious Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'200', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014006', N'Diabolic Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014007', N'Sacred Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014008', N'Devious Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014009', N'Distinct Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014010', N'Taffeta Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014011', N'Improved Obscure Belt', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'200', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015001', N'Vital Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'200', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015002', N'Wisdom Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'200', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015003', N'Bentus Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015004', N'Raschel Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015005', N'Calico Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015006', N'Lumen Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'200', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015007', N'Starlight Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015008', N'Fluer Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'200', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015009', N'Pincord Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015010', N'Improved Dusk Belt', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'200', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015102', N'Bloody Wisdom Belt', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'200', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015103', N'Bloody Ventus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015104', N'Bloody Silentium Belt', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015201', N'Shadow Bentus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015202', N'Shadow Sirenchium Belt', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016001', N'Danu Belt', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016002', N'Morpheus Belt', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016003', N'Memoria Belt', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016004', N'Lindsey Belt', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016005', N'Grace Belt', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016006', N'Grace Belt', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016101', N'Bloody Danu Belt', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016102', N'Bloody Morphous Belt', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016103', N'Bloody Memoria Belt', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016104', N'Bloody Lingee Belt', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016105', N'Bloody Grace Belt', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016106', N'Bloody Dominator Belt', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016203', N'Shadow Danu Belt', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016204', N'Shadow Morpheus Belt', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016205', N'Shadow Memoria Belt', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016206', N'Shadow Linsey Belt', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016207', N'Shadow Grace Belt', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016208', N'Shadow Dominator Belt', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021001', N'Great Light Leather Belt', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'300', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021002', N'Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021003', N'Quilted Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'300', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021004', N'Studded Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'300', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021005', N'Heavy Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'300', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021006', N'Carp Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'300', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021007', N'Suede Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021008', N'Nubuck Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021009', N'Slink Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'300', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021010', N'Hide Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'300', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021011', N'Buckskin Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'300', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021012', N'Shagreen Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'300', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021013', N'Lamellar Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'300', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021014', N'Brigandine Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021015', N'Great Lorica Belt', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'300', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021016', N'Great Swollen Leather Belt', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'300', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021017', N'Great Sinful Leather Belt', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021018', N'Improved Artisanal Leather Belt', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022001', N'Great Light Leather Belt', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022002', N'Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022003', N'Quilted Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'300', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022004', N'Studded Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'300', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022005', N'Heavy Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'300', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022006', N'Carp Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'300', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022007', N'Suede Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'300', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022008', N'Nubuck Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'300', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022009', N'Slink Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'300', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022010', N'Hide Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'300', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022011', N'Buckskin Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'300', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022012', N'Shagreen Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'300', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022013', N'Lamellar Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'300', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022014', N'Brigandine Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022015', N'Great Lorica Belt', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'300', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022016', N'Great Swollen Leather Belt', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022017', N'Great Sinful Leather Belt', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'300', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022018', N'Improved DS Leather Belt', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'300', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024001', N'Authentic Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024002', N'Camouflage Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'300', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024003', N'Illicit Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'300', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024004', N'Rugged Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'300', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024005', N'Dread Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'300', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024006', N'Tough Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024007', N'Haken-hide Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'300', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024008', N'Combat Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024009', N'Genuine Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024010', N'Superior Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024011', N'Improved Posh Leather Belt', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'300', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025001', N'Tanned Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'300', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025002', N'Rawhide Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'300', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025003', N'Demonic Leather Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025004', N'Praetorian Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025005', N'Lacrimal Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025006', N'Eminent Leather Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'300', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025007', N'Aquarius Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025008', N'Rogue Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'300', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025009', N'Fianna Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025010', N'Improved Arcane Leather Belt', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'300', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025102', N'Bloody Dried Leather Belt', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'300', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025103', N'Bloody Descend Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025104', N'Bloody Predator Leather Belt', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025201', N'Shadow Descend Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025202', N'Shadow Praeterita Leather Belt', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026001', N'Airgetlam Leather Belt', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026002', N'Lir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026003', N'Mir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026004', N'Ellodi Leather Belt', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026005', N'Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026006', N'Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026101', N'Bloody Alrget-Lamh Leather Belt', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026102', N'Bloody Lyre Leather Belt', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026103', N'Bloody Mir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026104', N'Bloody Elody Leather Belt', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026105', N'Bloody Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026106', N'Bloody Levices Belt', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026203', N'Shadow Airgetlam Leather Belt', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026204', N'Shadow Lir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026205', N'Shadow Mir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026206', N'Shadow Elody Leather Belt', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026207', N'Shadow Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026208', N'Shadow Levices Belt', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031001', N'Great Tedder Belt', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'500', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031002', N'Chain Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'500', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031003', N'Wire Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'500', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031004', N'Hunter Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'500', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031005', N'Battle Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'500', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031006', N'Devout Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'500', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031007', N'Banded Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031008', N'Linked Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031009', N'Splinted Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'500', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031010', N'Rivet Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'500', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031011', N'Venetian Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'500', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031012', N'Arquebus Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'500', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031013', N'Acorn Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'500', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031014', N'Aventail Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031015', N'Great Chain Belt', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'500', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031016', N'Great Genovese Belt', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'500', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031017', N'Great Peltman Chain Belt', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031018', N'Improved Concours Chain Belt', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'500', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032001', N'Great Tedder Belt', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032002', N'Chain Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'500', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032003', N'Wire Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'500', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032004', N'Hunter Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'500', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032005', N'Battle Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'500', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032006', N'Devout Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'500', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032007', N'Banded Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'500', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032008', N'Linked Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'500', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032009', N'Splinted Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'500', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032010', N'Rivet Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'500', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032011', N'Venetian Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'500', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032012', N'Arquebus Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'500', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032013', N'Acorn Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'500', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032014', N'Aventail Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'500', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032015', N'Great Chain Belt', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'500', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032016', N'Great Genovese Belt', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032017', N'Great Peltman Chain Belt', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'500', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032018', N'Improved Natura Chain Belt', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'500', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034001', N'Gritty Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034002', N'Heavy Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'500', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034003', N'Ultimate Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'500', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034004', N'Brisk Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'500', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034005', N'Bound Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'500', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034006', N'Secure Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034007', N'Devout Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'500', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034008', N'Solid Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034009', N'Discarded Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034010', N'Engraved Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034011', N'Improved Cure Chain Belt', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'500', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035001', N'Dense Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'500', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035002', N'Burnished Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'500', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035003', N'Ribbed Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035004', N'Arcane Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035005', N'Ashen Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035006', N'Placidus Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'500', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035007', N'Armadillo Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035008', N'Bulwark Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'500', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035009', N'Cardiff Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035010', N'Improved Armed Chain Belt', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'500', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035102', N'Bloody Pleasure Chain Belt', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'500', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035103', N'Bloody Rebellion Chain Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035104', N'Bloody Velum Chain Belt', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035201', N'Shadow Riberion Chain Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035202', N'Shadow Velum Chain Belt', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036001', N'Ecne Chain Belt', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036002', N'Jamel Ducob Chain Belt', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036003', N'Badb Catha Chain Belt', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036004', N'Hinchi Chain Belt', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036005', N'Soul Eater''s Chain Belt', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036006', N'Soul Eater''s Chain Belt', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036101', N'Bloody Ecne Chain Belt', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036102', N'Bloody Jamelducov Chain Belt', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036103', N'Bloody Badhdh Cath Chain Belt', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036104', N'Bloody Hinche Chain Belt', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036105', N'Bloody Soul-Eater Chain Belt', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036106', N'Bloody Silver Tinge Belt', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036203', N'Shadow Ecne Chain Belt', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036204', N'Shadow Jamel Ducob Chain Belt', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036205', N'Shadow Babd Catha Chain Belt', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036206', N'Shadow Hinchi Chain Belt', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036207', N'Shadow Soul Eater''s Chain Belt', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036208', N'Shadow Silver Tinge Belt', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041001', N'Great Fryderyk War Belt', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041002', N'Padded War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041003', N'Hauberk War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041004', N'Scale War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041005', N'Steel War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041006', N'Spiral War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041007', N'Hoplite Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041008', N'Full War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041009', N'Ornate War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041010', N'Rune War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041011', N'Raven War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041012', N'Castilian Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041013', N'Baleog War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041014', N'Drake War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041015', N'Great Crysis War Belt', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041016', N'Great Traviron War Belt', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'900', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041017', N'Great Dragoon Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041018', N'Improved Watcher''s War Belt', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042001', N'Great Fryderyk War Belt', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042002', N'Padded War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042003', N'Hauberk War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042004', N'Scale War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042005', N'Steel War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042006', N'Spiral War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042007', N'Hoplite Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042008', N'Full War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042009', N'Ornate War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042010', N'Rune War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042011', N'Raven War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042012', N'Castilian Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042013', N'Baleog War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042014', N'Drake War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042015', N'Great Crysis War Belt', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042016', N'Great Traviron War Belt', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042017', N'Great Dragoon Belt', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042018', N'Improved Repel War Belt', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044001', N'Shining Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044002', N'Dazzling Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044003', N'Assault War Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044004', N'Gendarme Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044005', N'Enduring War Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044006', N'Jousting Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044007', N'Stark Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044008', N'Menacing Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044009', N'Hazardous War Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044010', N'Expert Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044011', N'Improved Suspicious War Belt', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045001', N'Doomed Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045002', N'Essential War Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045003', N'Blazing Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045004', N'Infernal War Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045005', N'Field Marshal Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045006', N'Destined Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045007', N'Knightly Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045008', N'Fergana War Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045009', N'Avernus Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045010', N'Improved Flame War Belt', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045102', N'Bloody Essential War Belt', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045103', N'Bloody Blaze War Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045104', N'Bloody Inferna War Belt', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045201', N'Shadow Blaze War Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045202', N'Shadow Infernal War Belt', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046001', N'Cruach War Belt', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046002', N'Moyitura War Belt', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046003', N'Forwar War Belt', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046004', N'Banded War Belt', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046005', N'Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046006', N'Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046101', N'Bloody Cruaich War Belt', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046102', N'Bloody Moitura War Belt', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046103', N'Bloody For War War Belt', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046104', N'Bloody Bandeda War Belt', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046105', N'Bloody Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046106', N'Bloody Dual Prop Belt', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046203', N'Shadow Cruach War Belt', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046204', N'Shadow Moyitura War Belt', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046205', N'Shadow Forwar War Belt', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046206', N'Shadow Banded War Belt', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046207', N'Shadow Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046208', N'Shadow Dual Prop Belt', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011001', N'Fabric Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'300', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011002', N'Linen Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'300', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011003', N'Fleece Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'300', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011004', N'Silky Yarn Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011005', N'Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011006', N'Silk Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'300', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011007', N'Ram''s Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011008', N'Muslin Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'300', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011009', N'Luna Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'300', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011010', N'Celestial Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011011', N'Mystical Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'300', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011012', N'Sorceress Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'300', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011013', N'Angora Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'300', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011014', N'Aramid Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011015', N'Great Berber Gloves', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011016', N'Great Brocade Gloves', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'300', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011017', N'Great Doeskin Gloves', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'300', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011018', N'Improved Weaving Gloves', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'300', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012001', N'Fabric Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012002', N'Linen Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'300', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012003', N'Fleece Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'300', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012004', N'Silky Yarn Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'300', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012005', N'Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'300', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012006', N'Silk Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012007', N'Ram''s Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'300', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012008', N'Muslin Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'300', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012009', N'Luna Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'300', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012010', N'Celestial Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'300', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012011', N'Mystical Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012012', N'Sorceress Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012013', N'Angora Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012014', N'Aramid Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'300', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012015', N'Great Berber Gloves', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'300', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012016', N'Great Brocade Gloves', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'300', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012017', N'Great Doeskin Gloves', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'300', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012018', N'Improved Nea Gloves', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014001', N'Lavish Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'300', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014002', N'Insidious Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'300', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014003', N'Exceptional Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'300', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014004', N'Fervid Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014005', N'Nefarious Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014006', N'Diabolic Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014007', N'Sacred Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014008', N'Devious Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014009', N'Distinct Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014010', N'Taffeta Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014011', N'Improved Obscure Gloves', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015001', N'Vital Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'300', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015002', N'Wisdom Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'300', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015003', N'Bentus Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015004', N'Raschel Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015005', N'Calico Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015006', N'Lumen Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'300', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015007', N'Starlight Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015008', N'Fluer Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015009', N'Pincord Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015010', N'Improved Dusk Gloves', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015102', N'Bloody Wisdom Gloves', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'300', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015103', N'Bloody Ventus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015104', N'Bloody Silentium Gloves', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015201', N'Shadow Bentus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015202', N'Shadow Sirenchium Gloves', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016001', N'Danu Gloves', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016002', N'Morpheus Gloves', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016003', N'Memoria Gloves', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016004', N'Lindsey Gloves', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016005', N'Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016006', N'Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016101', N'Bloody Danu Gloves', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016102', N'Bloody Morphous Gloves', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016103', N'Bloody Memoria Gloves', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016104', N'Bloody Lingee Gloves', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016105', N'Bloody Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016106', N'Bloody Dominator Gloves', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016203', N'Shadow Danu Gloves', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016204', N'Shadow Morpheus Gloves', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016205', N'Shadow Memoria Gloves', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016206', N'Shadow Linsey Gloves', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016207', N'Shadow Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016208', N'Shadow Dominator Gloves', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021001', N'Light Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'400', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021002', N'Layered Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'400', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021003', N'Quilted Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'400', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021004', N'Studded Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'400', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021005', N'Hunter Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'400', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021006', N'Carp Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021007', N'Suede Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021008', N'Nubuck Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'400', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021009', N'Slink Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'400', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021010', N'Hide Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'400', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021011', N'Buckskin Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'400', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021012', N'Shagreen Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'400', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021013', N'Lamellar Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'400', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021014', N'Brigandine Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'400', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021015', N'Great Lorica Gloves', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'400', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021016', N'Great Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'400', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021017', N'Great Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'400', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021018', N'Improved Artisanal Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'400', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022001', N'Light Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'400', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022002', N'Layered Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022003', N'Quilted Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022004', N'Studded Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'400', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022005', N'Hunter Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'400', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022006', N'Carp Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'400', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022007', N'Suede Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'400', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022008', N'Nubuck Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022009', N'Slink Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'400', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022010', N'Hide Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022011', N'Buckskin Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022012', N'Shagreen Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022013', N'Lamellar Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'400', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022014', N'Brigandine Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022015', N'Great Lorica Gloves', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'400', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022016', N'Great Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022017', N'Great Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'400', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022018', N'Improved DS Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'400', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024001', N'Authentic Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024002', N'Camouflage Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'400', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024003', N'Illicit Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'400', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024004', N'Rugged Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'400', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024005', N'Dread Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'400', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024006', N'Tough Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'400', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024007', N'Haken-hide Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'400', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024008', N'Combat Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'400', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024009', N'Genuine Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'400', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024010', N'Superior Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'400', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024011', N'Improved Posh Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'400', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025001', N'Tanned Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025002', N'Rawhide Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'400', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025003', N'Demonic Leather Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025004', N'Praetorian Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025005', N'Lacrimal Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'400', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025006', N'Eminent Leather Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025007', N'Aquarius Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'400', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025008', N'Rogue Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'400', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025009', N'Fianna Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'400', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025010', N'Improved Arcane Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'400', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025102', N'Bloody Dried Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'400', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025103', N'Bloody Descend Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025104', N'Bloody Predator Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025201', N'Shadow Descend Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025202', N'Shadow Praeterita Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026001', N'Airgetlam Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'400', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026002', N'Lir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'400', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026003', N'Mir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'400', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026004', N'Ellodi Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026005', N'Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'400', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026006', N'Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'400', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026101', N'Bloody Alrget-Lamh Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'400', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026102', N'Bloody Lyre Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'400', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026103', N'Bloody Mir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'400', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026104', N'Bloody Elody Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026105', N'Bloody Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'400', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026106', N'Bloody Levices Gloves', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'400', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026203', N'Shadow Airgetlam Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'400', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026204', N'Shadow Lir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'400', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026205', N'Shadow Mir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'400', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026206', N'Shadow Elody Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026207', N'Shadow Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'400', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026208', N'Shadow Levices Gloves', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'400', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031001', N'Ringed Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031002', N'Hooked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031003', N'Wire Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031004', N'Hunter Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031005', N'Battle Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031006', N'Devout Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031007', N'Banded Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031008', N'Linked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031009', N'Splinted Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031010', N'Rivet Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031011', N'Venetian Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031012', N'Arquebus Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031013', N'Acorn Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031014', N'Aventail Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031015', N'Great Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031016', N'Great Genovese Gloves', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031017', N'Great Peltman Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031018', N'Improved Concours Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032001', N'Ringed Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032002', N'Hooked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032003', N'Wire Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032004', N'Hunter Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032005', N'Battle Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032006', N'Devout Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032007', N'Banded Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032008', N'Linked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032009', N'Splinted Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032010', N'Rivet Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032011', N'Venetian Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032012', N'Arquebus Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032013', N'Acorn Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032014', N'Aventail Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032015', N'Great Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032016', N'Great Genovese Gloves', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032017', N'Great Peltman Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032018', N'Improved Natura Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034001', N'Gritty Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034002', N'Heavy Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034003', N'Ultimate Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034004', N'Brisk Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034005', N'Bound Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034006', N'Secure Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034007', N'Devout Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034008', N'Solid Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034009', N'Discarded Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034010', N'Engraved Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034011', N'Improved Cure Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035001', N'Dense Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035002', N'Burnished Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035003', N'Ribbed Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035004', N'Arcane Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035005', N'Ashen Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035006', N'Placidus Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035007', N'Armadillo Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035008', N'Bulwark Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035009', N'Cardiff Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035010', N'Improved Armed Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035102', N'Bloody Pleasure Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035103', N'Bloody Rebellion Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035104', N'Bloody Velum Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035201', N'Shadow Riberion Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035202', N'Shadow Velum Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036001', N'Ecne Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036002', N'Jamel Ducob Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036003', N'Badb Catha Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036004', N'Hinchi Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036005', N'Soul Eater''s Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036006', N'Soul Eater''s Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036101', N'Bloody Ecne Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036102', N'Bloody Jamelducov Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036103', N'Bloody Badhdh Cath Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036104', N'Bloody Hinche Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036105', N'Bloody Soul-Eater Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036106', N'Bloody Silver Tinge Gloves', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036203', N'Shadow Ecne Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036204', N'Shadow Jamel Ducob Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036205', N'Shadow Babd Catha Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036206', N'Shadow Hinchi Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036207', N'Shadow Soul Eater''s Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036208', N'Shadow Silver Tinge Gloves', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041001', N'Prelic War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'1100', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041002', N'Padded War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'1100', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041003', N'Hauberk War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'1100', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041004', N'Scale War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'1100', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041005', N'Steel War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'1100', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041006', N'Spiral War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'1100', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041007', N'Hoplite Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'1100', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041008', N'Full War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'1100', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041009', N'Ornate War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'1100', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041010', N'Rune War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'1100', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041011', N'Raven War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'1100', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041012', N'Castilian Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'1100', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041013', N'Baleog War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'1100', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041014', N'Drake War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'1100', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041015', N'Great Crysis War Gloves', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'1100', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041016', N'Great Traviron War Gloves', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'1100', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041017', N'Great Dragoon Gloves', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'1100', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041018', N'Improved Watcher''s War Gloves', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'1100', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042001', N'Prelic War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'1100', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042002', N'Padded War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'1100', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042003', N'Hauberk War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'1100', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042004', N'Scale War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'1100', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042005', N'Steel War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'1100', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042006', N'Spiral War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'1100', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042007', N'Hoplite Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'1100', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042008', N'Full War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042009', N'Ornate War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'1100', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042010', N'Rune War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042011', N'Raven War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'1100', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042012', N'Castilian Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042013', N'Baleog War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'1100', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042014', N'Drake War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042015', N'Great Crysis War Gloves', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'1100', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042016', N'Great Traviron War Gloves', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042017', N'Great Dragoon Gloves', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'1100', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042018', N'Improved Repel War Gloves', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'1100', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044001', N'Shining Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'1100', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044002', N'Dazzling Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'1100', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044003', N'Assault War Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'1100', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044004', N'Gendarme Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'1100', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044005', N'Enduring War Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'1100', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044006', N'Jousting Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'1100', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044007', N'Stark Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'1100', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044008', N'Menacing Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'1100', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044009', N'Hazardous War Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'1100', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044010', N'Expert Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'1100', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044011', N'Improved Suspicious War Gloves', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'1100', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045001', N'Doomed Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'1100', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045002', N'Essential War Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'1100', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045003', N'Blazing Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045004', N'Infernal War Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045005', N'Field Marshal Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'1100', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045006', N'Destined Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'1100', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045007', N'Knightly Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'1100', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045008', N'Fergana War Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'1100', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045009', N'Avernus Vambraces of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'1100', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045010', N'Improved Flame War Gloves', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'1100', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045102', N'Bloody Essential War Gloves', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'1100', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045103', N'Bloody Blaze War Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045104', N'Bloody Inferna War Gloves', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045201', N'Shadow Blaze War Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045202', N'Shadow Infernal War Gloves', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046001', N'Cruach War Gloves', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'1100', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046002', N'Moyitura War Gloves', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'1100', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046003', N'Forwar War Gloves', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'1100', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046004', N'Banded War Gloves', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046005', N'Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'1100', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046006', N'Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'1100', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046101', N'Bloody Cruaich War Gloves', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'1100', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046102', N'Bloody Moitura War Gloves', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'1100', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046103', N'Bloody For War Gloves', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'1100', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046104', N'Bloody Bandeda War Gloves', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046105', N'Bloody Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'1100', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046106', N'Bloody Dual Prop Gloves', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'1100', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046203', N'Shadow Cruach War Gloves', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'1100', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046204', N'Shadow Moyitura War Gloves', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'1100', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046205', N'Shadow Forwar War Gloves', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'1100', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046206', N'Shadow Banded War Gloves', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046207', N'Shadow Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'1100', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046208', N'Shadow Dual Prop Gloves', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'1100', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011001', N'Knell Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011002', N'Mighty Lucas Sword', N'1', N'0', N'0', N'5', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011003', N'Mighty Jeffery Sword', N'1', N'0', N'0', N'5', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011004', N'Dark Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011005', N'Dex Aie', N'1', N'0', N'0', N'5', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011006', N'Finest Force Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011007', N'Finest Charge Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012001', N'Knell Sword', N'1', N'0', N'0', N'5', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012002', N'Mighty Lucas Sword', N'1', N'0', N'0', N'5', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012003', N'Mighty Jeffery Sword', N'1', N'0', N'0', N'5', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012004', N'Dark Shadow Sword', N'1', N'0', N'0', N'5', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012005', N'Dex Aie', N'1', N'0', N'0', N'5', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012006', N'Finest Force Sword', N'1', N'0', N'0', N'5', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012007', N'Finest Charge Sword', N'1', N'0', N'0', N'5', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014001', N'Assassin', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014002', N'Desperata Ferro', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014003', N'Arago', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014004', N'Bij Mordu', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014005', N'Hell Hound', N'1', N'1', N'5', N'5', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014006', N'Finest Cursed Unholy Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014007', N'Finest Curtis Doom Blinger', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015001', N'Anathema', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015002', N'Caliburn', N'1', N'1', N'3', N'5', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015003', N'Tyrfing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015004', N'Best Dark Stream', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015005', N'Mithriltain Sword', N'1', N'1', N'3', N'5', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015006', N'Snare', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015007', N'Nabiu', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015306', N'Finest Garnet Sword', N'1', N'2', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016001', N'Hell Scream: Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016002', N'Full Moon: Sword', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016003', N'Soul Catar: Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016004', N'Turvatio: Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016005', N'Mortalis: Sword', N'1', N'2', N'2', N'5', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016007', N'Sabat: Sword', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016101', N'Divine Scream: Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016102', N'New Moon: Sword', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016103', N'Soul Catalyst: Mutant Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016104', N'Turbatio: Mutant Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016107', N'Sabat: The Other Sword', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016203', N'Soul Catalyst: the Other Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016204', N'Turbatio: ''The Other'' Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016301', N'Finest Agate Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016302', N'Finest Lapis Lazuli Sword', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016303', N'Finest Aquamarine Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016304', N'Finest Inca Rose Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016307', N'Finest Carnelian Sword', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021001', N'Mort Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021002', N'Nomi-Slayer', N'1', N'0', N'0', N'6', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021003', N'Metal Slayer', N'1', N'0', N'0', N'6', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021004', N'Guilty Slayer', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021005', N'Slayer Rule Axe', N'1', N'0', N'0', N'6', N'1', N'60', N'7000', N'0', N'0', N'1', N'2200', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021006', N'Premium Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021007', N'Premium Locaber Axe', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022001', N'Mort Axe', N'1', N'0', N'0', N'6', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022002', N'Nomi-Slayer', N'1', N'0', N'0', N'6', N'2', N'45', N'7500', N'0', N'3', N'1', N'2200', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022003', N'Metal Slayer', N'1', N'0', N'0', N'6', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022004', N'Guilty Slayer', N'1', N'0', N'0', N'6', N'2', N'55', N'7500', N'0', N'3', N'1', N'2200', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022005', N'Slayer Rule Axe', N'1', N'0', N'0', N'6', N'2', N'60', N'7500', N'0', N'3', N'1', N'2200', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022006', N'Premium Steel Axe', N'1', N'0', N'0', N'6', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022007', N'Premium Locaber Axe', N'1', N'0', N'0', N'6', N'2', N'30', N'7500', N'0', N'3', N'1', N'2200', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024001', N'Malison', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024002', N'Chokuto Slayer', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024003', N'Precise Tachi', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024004', N'Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024005', N'Damascus Axe', N'1', N'1', N'5', N'6', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024006', N'Finest Cursed Stigma Slayer', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024007', N'Finest Curtis Doom Slayer', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025001', N'Bone Cracker', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025002', N'Axe of Question', N'1', N'1', N'3', N'6', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025003', N'The Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025004', N'Axe of Acquisition', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025005', N'Le''Tia Mast Mmu', N'1', N'1', N'3', N'6', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025006', N'Former Canis', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025007', N'Grantis', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025306', N'Finest Garnet Axe', N'1', N'2', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026001', N'Hell Scream: Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026002', N'Full Moon: Axe', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026003', N'Soul Catar: Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026004', N'Turvatio: Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026005', N'Mortalis: Axe', N'1', N'2', N'2', N'6', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026007', N'Sabat: Axe', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026101', N'Divine Scream: Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026102', N'New Moon: Axe', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026103', N'Soul Catalyst: Mutant Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026104', N'Turbatio: Mutant Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026107', N'Sabat: The Other Axe', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026203', N'Soul Catalyst: the Other Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026204', N'Turbatio: ''The Other'' Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026301', N'Finest Agate Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026302', N'Finest Lapis Lazuli Axe', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026303', N'Finest Aquamarine Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026304', N'Finest Inca Rose Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026307', N'Finest Carnelian Axe', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031001', N'Astral Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031002', N'Obsidian Magic Sword', N'1', N'0', N'0', N'7', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031003', N'Negotiator', N'1', N'0', N'0', N'7', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031004', N'Ambassador', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031005', N'Chrysaor', N'1', N'0', N'0', N'7', N'1', N'60', N'7000', N'0', N'0', N'1', N'2500', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031006', N'Finest Forest Spell Sword', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031007', N'Supreme War Spell Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032001', N'Astral Edge', N'1', N'0', N'0', N'7', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032002', N'Obsidian Magic Sword', N'1', N'0', N'0', N'7', N'2', N'45', N'7500', N'0', N'3', N'1', N'2500', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032003', N'Negotiator', N'1', N'0', N'0', N'7', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032004', N'Ambassador', N'1', N'0', N'0', N'7', N'2', N'55', N'7500', N'0', N'3', N'1', N'2500', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032005', N'Chrysaor', N'1', N'0', N'0', N'7', N'2', N'60', N'7500', N'0', N'3', N'1', N'2500', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032006', N'Finest Forest Spell Sword', N'1', N'0', N'0', N'7', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032007', N'Supreme War Spell Sword', N'1', N'0', N'0', N'7', N'2', N'30', N'7500', N'0', N'3', N'1', N'2500', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034001', N'Clash', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034002', N'Yanluo''s Sword', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034003', N'Izanami''s Gift', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034004', N'Memitim', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034005', N'Metal Plague', N'1', N'1', N'5', N'7', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034006', N'Finest Cursed Spell Sword', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034007', N'Finest Curtis Doom Magic Sword', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035001', N'Eradicator', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035002', N'Grimalkin''s Token', N'1', N'1', N'3', N'7', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035003', N'Long Division', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035004', N'Beauty''s Smile', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035005', N'Crimson Rain', N'1', N'1', N'3', N'7', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035006', N'Pendulum', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035007', N'Bewildered', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035306', N'Finest Garnet Magic Sword', N'1', N'2', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036001', N'Hell Scream: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036002', N'Full Moon: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036003', N'Soul Catar: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036004', N'Turvatio: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036005', N'Mortalis: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036007', N'Sabat: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036101', N'Divine Scream: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036102', N'New Moon: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036103', N'Soul Catalyst: Mutant Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036104', N'Turbatio: Mutant Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036107', N'Sabat: The Other Magic Sword', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036203', N'Soul Catalyst: the Other Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036204', N'Turbatio: ''The Other'' Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036301', N'Finest Agate Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036302', N'Finest Lapis Lazuli Magic Sword', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036303', N'Finest Aquamarine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036304', N'Finest Inca Rose Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036307', N'Finest Carnelian Magic Sword', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041001', N'Luminous Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041002', N'Intellect Substitute', N'1', N'0', N'0', N'8', N'1', N'45', N'7000', N'0', N'0', N'1', N'2600', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041003', N'Metal Courage', N'1', N'0', N'0', N'8', N'1', N'50', N'7000', N'0', N'0', N'1', N'2600', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041004', N'Iron Will', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041005', N'Accelerated Inheritance', N'1', N'0', N'0', N'8', N'1', N'60', N'7000', N'0', N'0', N'1', N'2600', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041006', N'Advanced Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041007', N'Finest Lugsais', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042001', N'Luminous Scythe', N'1', N'0', N'0', N'8', N'2', N'40', N'7500', N'0', N'3', N'1', N'2600', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042002', N'Intellect Substitute', N'1', N'0', N'0', N'8', N'2', N'45', N'7500', N'0', N'3', N'1', N'2600', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042003', N'Metal Courage', N'1', N'0', N'0', N'8', N'2', N'50', N'7500', N'0', N'3', N'1', N'2600', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042004', N'Iron Will', N'1', N'0', N'0', N'8', N'2', N'55', N'7500', N'0', N'3', N'1', N'2600', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042005', N'Accelerated Inheritance', N'1', N'0', N'0', N'8', N'2', N'60', N'7500', N'0', N'3', N'1', N'2600', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042006', N'Finest Witch Scythe', N'1', N'0', N'0', N'8', N'2', N'20', N'7500', N'0', N'3', N'1', N'2600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042007', N'Finest Lugsais', N'1', N'0', N'0', N'8', N'2', N'30', N'7500', N'0', N'3', N'1', N'2600', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044001', N'Schism', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044002', N'Uprising', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044003', N'Hasty Tranquility', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044004', N'Rain-Maker', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044005', N'Dreadful Judgment', N'1', N'1', N'5', N'8', N'4', N'60', N'8000', N'1', N'3', N'1', N'2600', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044006', N'Finest Cursed Witch Scythe', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044007', N'Finest Curtis Doom Scythe', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045001', N'Fracture', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045002', N'Badhbh Cath', N'1', N'1', N'3', N'8', N'5', N'45', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045003', N'Effective Communicator', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045004', N'Shredder', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045005', N'Dark Nightmare', N'1', N'1', N'3', N'8', N'5', N'60', N'9000', N'1', N'3', N'1', N'2600', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045006', N'Alhena', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045007', N'Canine Teeth', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045306', N'Finest Garnet Scythe', N'1', N'2', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046001', N'Hell Scream: Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046002', N'Full Moon: Scythe', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046003', N'Soul Catar: Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046004', N'Turvatio: Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046005', N'Mortalis: Scythe', N'1', N'2', N'2', N'8', N'6', N'60', N'10000', N'1', N'3', N'1', N'2600', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046007', N'Sabat: Scythe', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046101', N'Divine Scream: Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046102', N'New Moon: Scythe', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046103', N'Soul Catalyst: Mutant Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046104', N'Turbatio: Mutant Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046107', N'Sabat: The Other Scythe', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046203', N'Soul Catalyst: the Other Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046204', N'Turbatio: ''The Other'' Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046301', N'Finest Agate Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046302', N'Finest Lapis Lazuli Scythe', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046303', N'Finest Aquamarine Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046304', N'Finest Inca Rose Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046307', N'Finest Carnelian Scythe', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051001', N'Brute Gauntlet', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051002', N'Combat Gauntlet', N'1', N'0', N'0', N'9', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051003', N'Knight Gauntlet', N'1', N'0', N'0', N'9', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051004', N'Havoc Gauntlet', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051005', N'Gestalt Gauntlet', N'1', N'0', N'0', N'9', N'1', N'60', N'7000', N'0', N'0', N'1', N'2300', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051006', N'Finest Chain Gauntlet', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051007', N'Highest Grade Combat Gauntlet', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052001', N'Brute Gauntlet', N'1', N'0', N'0', N'9', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052002', N'Combat Gauntlet', N'1', N'0', N'0', N'9', N'2', N'45', N'7500', N'0', N'3', N'1', N'2300', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052003', N'Knight Gauntlet', N'1', N'0', N'0', N'9', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052004', N'Havoc Gauntlet', N'1', N'0', N'0', N'9', N'2', N'55', N'7500', N'0', N'3', N'1', N'2300', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052005', N'Gestalt Gauntlet', N'1', N'0', N'0', N'9', N'2', N'60', N'7500', N'0', N'3', N'1', N'2300', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052006', N'Finest Chain Gauntlet', N'1', N'0', N'0', N'9', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052007', N'Highest Grade Combat Gauntlet', N'1', N'0', N'0', N'9', N'2', N'30', N'7500', N'0', N'3', N'1', N'2300', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054001', N'Crusher', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054002', N'Spirit Keeper', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054003', N'Myzer', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054004', N'Hammer Lich', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054005', N'Nekote', N'1', N'1', N'5', N'9', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054006', N'Finest Cursed War Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054007', N'Finest Curtis Doom Gauntlet', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055001', N'Splitter', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055002', N'Skadi', N'1', N'1', N'3', N'9', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055003', N'Best Efreet', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055004', N'Nezhad', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055005', N'Wolf Buster', N'1', N'1', N'3', N'9', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055006', N'Duvet', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055007', N'Beth-Surbent', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055306', N'Finest Garnet Gauntlet', N'1', N'2', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056001', N'Hell Scream: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056002', N'Full Moon: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056003', N'Soul Catar: Gauntlets', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056004', N'Turvatio: Gauntlets', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056005', N'Mortalis: Gauntlets', N'1', N'2', N'2', N'9', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056007', N'Sabat: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056101', N'Divine Scream: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056102', N'New Moon: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056103', N'Soul Catalyst: Mutant Gauntlets', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056104', N'Turbatio: Mutant Gauntlets', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056107', N'Sabat: The Other Gauntlet', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056203', N'Soul Catalyst: the Other Gauntlets', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056204', N'Turbatio: ''The Other'' Gauntlets', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056301', N'Finest Agate Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056302', N'Finest Lapis Lazuli Gauntlet', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056303', N'Finest Aquamarine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056304', N'Finest Inca Rose Gauntlet', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056307', N'Finest Carnelian Gauntlet', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061001', N'Sharp Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061002', N'Blade Claw', N'1', N'0', N'0', N'10', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061003', N'Chaser', N'1', N'0', N'0', N'10', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061004', N'Zephyr Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061005', N'Demonic Claw', N'1', N'0', N'0', N'10', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061006', N'Finest War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061007', N'Finest Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062001', N'Sharp Claw', N'1', N'0', N'0', N'10', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062002', N'Blade Claw', N'1', N'0', N'0', N'10', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062003', N'Chaser', N'1', N'0', N'0', N'10', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062004', N'Zephyr Claw', N'1', N'0', N'0', N'10', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062005', N'Demonic Claw', N'1', N'0', N'0', N'10', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062006', N'Finest War Claw', N'1', N'0', N'0', N'10', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062007', N'Finest Fatal Claw', N'1', N'0', N'0', N'10', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064001', N'Demolisher', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064002', N'Tempest', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064003', N'Storm Chaser', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064004', N'Azure Zephyr', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064005', N'Beholder Claw', N'1', N'1', N'5', N'10', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064006', N'Finest Cursed War Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064007', N'Finest Curtis Doom Claw', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065001', N'Destroyer', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065002', N'Emerald Cutter', N'1', N'1', N'3', N'10', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065003', N'Sorcerer Slasher', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065004', N'Raider''s Claw', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065005', N'Devilarm', N'1', N'1', N'3', N'10', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065006', N'Kabut', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065007', N'Shadow Killer', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065306', N'Finest Garnet Claw', N'1', N'2', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066001', N'Hell Scream: Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066002', N'Full Moon: Claw', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066003', N'Soul Catar: Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066004', N'Turvatio: Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066005', N'Mortalis: Claw', N'1', N'2', N'2', N'10', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066007', N'Sabat: Claw', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066101', N'Divine Scream: Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066102', N'New Moon: Claw', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066103', N'Soul Catalyst: Mutant Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066104', N'Turbatio: Mutant Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066107', N'Sabat: The Other Claw', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066203', N'Soul Catalyst: the Other Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066204', N'Turbatio: ''The Other'' Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066301', N'Finest Agate Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066302', N'Finest Lapis Lazuli Claw', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066303', N'Finest Aquamarine Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066304', N'Finest Inca Rose Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066307', N'Finest Carnelian Claw', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071001', N'Fiery Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071002', N'Mistral Revolver', N'1', N'0', N'0', N'11', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071003', N'Primal Revolver', N'1', N'0', N'0', N'11', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071004', N'Komodo Pistol', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071005', N'Silent Snake', N'1', N'0', N'0', N'11', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071006', N'Finest Sting Revolver', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071007', N'Finest Gaussian Revolver', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072001', N'Fiery Revolver', N'1', N'0', N'0', N'11', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072002', N'Mistral Revolver', N'1', N'0', N'0', N'11', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072003', N'Primal Revolver', N'1', N'0', N'0', N'11', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072004', N'Komodo Pistol', N'1', N'0', N'0', N'11', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072005', N'Silent Snake', N'1', N'0', N'0', N'11', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072006', N'Finest Sting Revolver', N'1', N'0', N'0', N'11', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072007', N'Finest Gaussian Revolver', N'1', N'0', N'0', N'11', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074001', N'Burster', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074002', N'Renovator', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074003', N'Igniter', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074004', N'Wes-MK16', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074005', N'Wes-MK32', N'1', N'1', N'5', N'11', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074006', N'Finest Steady Border', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074007', N'Finest Finest Rage', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075001', N'Lightning', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075002', N'S-Rank Renovator', N'1', N'1', N'3', N'11', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075003', N'S-Rank Igniter', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075004', N'Chrome Trigger', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075005', N'Viridian-MK5', N'1', N'1', N'3', N'11', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075006', N'Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075007', N'Salamander', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075306', N'Finest Garnet Revolver', N'1', N'2', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076001', N'Hell Scream: Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076002', N'Full Moon: Revolver', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076003', N'Soul Catar: Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076004', N'Turvatio: Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076005', N'Mortalis: Revolver', N'1', N'2', N'2', N'11', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076007', N'Sabat: Revolver', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076101', N'Divine Scream: Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076102', N'New Moon: Revolver', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076103', N'Soul Catalyst: Mutant Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076104', N'Turbatio: Mutant Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076107', N'Sabat: The Other Revolver', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076203', N'Soul Catalyst: the Other Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076204', N'Turbatio: ''The Other'' Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076301', N'Finest Agate Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076302', N'Finest Lapis Lazuli Revolver', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076303', N'Finest Aquamarine Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076304', N'Finest Inca Rose Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076307', N'Finest Carnelian Revolver', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081001', N'Frenzied Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081002', N'Spes Musket', N'1', N'0', N'0', N'12', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081003', N'Gauss Rifle', N'1', N'0', N'0', N'12', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081004', N'Double Barrel', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081005', N'Impacter', N'1', N'0', N'0', N'12', N'1', N'60', N'7000', N'0', N'0', N'1', N'2200', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081006', N'Finest Lower Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081007', N'Finest Wild Musket', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082001', N'Frenzied Musket', N'1', N'0', N'0', N'12', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082002', N'Spes Musket', N'1', N'0', N'0', N'12', N'2', N'45', N'7500', N'0', N'3', N'1', N'2200', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082003', N'Gauss Rifle', N'1', N'0', N'0', N'12', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082004', N'Double Barrel', N'1', N'0', N'0', N'12', N'2', N'55', N'7500', N'0', N'3', N'1', N'2200', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082005', N'Impacter', N'1', N'0', N'0', N'12', N'2', N'60', N'7500', N'0', N'3', N'1', N'2200', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082006', N'Finest Lower Musket', N'1', N'0', N'0', N'12', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082007', N'Finest Wild Musket', N'1', N'0', N'0', N'12', N'2', N'30', N'7500', N'0', N'3', N'1', N'2200', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084001', N'Storm', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084002', N'Vult Musket', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084003', N'Assassin''s Rifle', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084004', N'Punisher', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084005', N'Justice', N'1', N'1', N'5', N'12', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084006', N'Finest Double Barrel', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084007', N'Finest Benelli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085001', N'Thunder', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085002', N'Bloody Rose', N'1', N'1', N'3', N'12', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085003', N'Tracer', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085004', N'Twin Eagle', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085005', N'Justice', N'1', N'1', N'3', N'12', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085006', N'Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085007', N'Ribret', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085306', N'Finest Garnet Musket', N'1', N'2', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086001', N'Hell Scream: Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086002', N'Full Moon: Musket', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086003', N'Soul Catar: Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086004', N'Turvatio: Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086005', N'Mortalis: Musket', N'1', N'2', N'2', N'12', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086007', N'Sabat: Musket', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086101', N'Divine Scream: Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086102', N'New Moon: Musket', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086103', N'Soul Catalyst: Mutant Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086104', N'Turbatio: Mutant Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086107', N'Sabat: The Other Musket', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086203', N'Soul Catalyst: the Other Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086204', N'Turbatio: ''The Other'' Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086301', N'Finest Agate Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086302', N'Finest Lapis Lazuli Musket', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086303', N'Finest Aquamarine Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086304', N'Finest Inca Rose Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086307', N'Finest Carnelian Musket', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091001', N'Gemina', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091002', N'Bis Gladii', N'1', N'0', N'0', N'55', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091003', N'Revenger''s Duo', N'1', N'0', N'0', N'55', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091004', N'Geminos Cultros', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091005', N'Didymus Gladius', N'1', N'0', N'0', N'55', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091006', N'Finest Identity Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091007', N'Finest Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092001', N'Gemina', N'1', N'0', N'0', N'55', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092002', N'Bis Gladii', N'1', N'0', N'0', N'55', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092003', N'Revenger''s Duo', N'1', N'0', N'0', N'55', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092004', N'Geminos Cultros', N'1', N'0', N'0', N'55', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092005', N'Didymus Gladius', N'1', N'0', N'0', N'55', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092006', N'Finest Identity Twin Swords', N'1', N'0', N'0', N'55', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092007', N'Finest Crucial Twin Sword', N'1', N'0', N'0', N'55', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094001', N'Exalted Kapainus ', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094002', N'Exalted Vitis', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094003', N'Exalted Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094004', N'Twin Swords of Duke', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094005', N'Twin Swords of Duke', N'1', N'1', N'5', N'55', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094006', N'Finest Lex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094007', N'Finest Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095001', N'Exalted Kornus', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095002', N'Exalted Paderia', N'1', N'1', N'3', N'55', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095003', N'Exalted Acer', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095004', N'Custom Joheim''s Twin Swords', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095005', N'Custom Joheim''s Twin Swords', N'1', N'1', N'3', N'55', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095006', N'Castanus', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095007', N'Unimus', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095306', N'Finest Garnet Magic Sword', N'1', N'2', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096001', N'Hell Scream: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096002', N'Full Moon: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096003', N'Soul Catar: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096004', N'Turvatio: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096005', N'Mortalis: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096007', N'Sabat: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096101', N'Divine Scream: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096102', N'New Moon: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096103', N'Soul Catalyst: Mutant Twin Swords', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096104', N'Turbatio: Mutant Twin Swords', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096107', N'Sabat: The Other Twin Swords', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096203', N'Soul Catalyst: the Other Twin Swords', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096204', N'Turbatio: ''The Other'' Twin Swords', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096301', N'Finest Agate Magic Sword', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096302', N'Finest Lapis Lazuli Magic Sword', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096303', N'Finest Aquamarine Magic Sword', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096304', N'Finest Inca Rose Magic Sword', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096307', N'Finest Carnelian Magic Sword', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111001', N'Celestial Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111002', N'Mighty Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111003', N'Mighty Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111004', N'Highest Grade Jerky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111005', N'Mighty Norm Glaive', N'1', N'0', N'0', N'56', N'1', N'60', N'7000', N'0', N'0', N'1', N'2500', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111006', N'Finest Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111007', N'Finest Avenger Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112001', N'Celestial Ardent Glaive', N'1', N'0', N'0', N'56', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112002', N'Mighty Tanned Glaive', N'1', N'0', N'0', N'56', N'2', N'45', N'7500', N'0', N'3', N'1', N'2500', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112003', N'Mighty Permanent Glaive', N'1', N'0', N'0', N'56', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112004', N'Highest Grade Jerky Glaive', N'1', N'0', N'0', N'56', N'2', N'55', N'7500', N'0', N'3', N'1', N'2500', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112005', N'Mighty Norm Glaive', N'1', N'0', N'0', N'56', N'2', N'60', N'7500', N'0', N'3', N'1', N'2500', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112006', N'Finest Mighty Glaive', N'1', N'0', N'0', N'56', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112007', N'Finest Avenger Glaive', N'1', N'0', N'0', N'56', N'2', N'30', N'7500', N'0', N'3', N'1', N'2500', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114001', N'Impact Glaive', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114002', N'Shirof Trench Glaive', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114003', N'Megarotis Trench Glaive', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114004', N'Advanced Grade Glaive', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114005', N'Advanced Grade Glaive', N'1', N'1', N'5', N'56', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114006', N'Finest Jubatus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114007', N'Finest Acerodon', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115001', N'Rupture', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115002', N'Superior Cinereus', N'1', N'1', N'3', N'56', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115003', N'Superior Noctivegans', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115004', N'Superior Glaive Unique', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115005', N'Superior Glaive Unique', N'1', N'1', N'3', N'56', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115006', N'Nimras', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115007', N'Finest Pipistrelus', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115306', N'Finest Garnet Glaive', N'1', N'2', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116001', N'Hell Scream: Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116002', N'Full Moon: Glaive', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116003', N'Soul Catar: Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116004', N'Turvatio: Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116005', N'Mortalis: Glaive', N'1', N'2', N'2', N'56', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116007', N'Sabat: Glaive', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116101', N'Divine Scream: Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116102', N'New Moon: Glaive', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116103', N'Soul Catalyst: Mutant Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116104', N'Turbatio: Mutant Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116107', N'Sabat: The Other Glaive', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116203', N'Soul Catalyst: the Other Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116204', N'Turbatio: ''The Other'' Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116301', N'Finest Agate Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116302', N'Finest Lapis Lazuli Glaive', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116303', N'Finest Aquamarine Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116304', N'Finest Inca Rose Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116307', N'Finest Carnelian Glaive', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131001', N'Frenzied Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131002', N'Highest Grade Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131003', N'Highest Grade Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131004', N'Highest Grade Scold Demon Hands', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131005', N'Highest Grade Demon Hands Normal', N'1', N'0', N'0', N'57', N'1', N'60', N'7000', N'0', N'0', N'1', N'2300', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131006', N'Finest Four-Middle Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131007', N'Finest Praxius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132001', N'Frenzied Hands', N'1', N'0', N'0', N'57', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132002', N'Highest Grade Herz Demon Hands', N'1', N'0', N'0', N'57', N'2', N'45', N'7500', N'0', N'3', N'1', N'2300', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132003', N'Highest Grade Punch Demon Hands', N'1', N'0', N'0', N'57', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132004', N'Highest Grade Scold Demon Hands', N'1', N'0', N'0', N'57', N'2', N'55', N'7500', N'0', N'3', N'1', N'2300', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132005', N'Highest Grade Demon Hands Normal', N'1', N'0', N'0', N'57', N'2', N'60', N'7500', N'0', N'3', N'1', N'2300', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132006', N'Finest Four-Middle Demon Hands', N'1', N'0', N'0', N'57', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132007', N'Finest Praxius Demon Hands', N'1', N'0', N'0', N'57', N'2', N'30', N'7500', N'0', N'3', N'1', N'2300', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134001', N'Wrists of the Wicked', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134002', N'Superior Sumatransis', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134003', N'Superior Dookunensis', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134004', N'Highest Grade Demon Hands Unique', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134005', N'Highest Grade Demon Hands Unique', N'1', N'1', N'5', N'57', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134006', N'Finest Pumosus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134007', N'Finest Inferscus', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135001', N'Devilish Arms', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135002', N'Superior Naria', N'1', N'1', N'3', N'57', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135003', N'Superior Liparius', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135004', N'Highest Grade Demon Hands Unique', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135005', N'Highest Grade Demon Hands Unique', N'1', N'1', N'3', N'57', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135006', N'Exus', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135007', N'Cruzemani', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135306', N'Finest Garnet Demon Hands', N'1', N'2', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136001', N'Hell Scream: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136002', N'Full Moon: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136003', N'Soul Catar: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136004', N'Turvatio: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136005', N'Mortalis: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136007', N'Sabat: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136101', N'Divine Scream: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136102', N'New Moon: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136103', N'Soul Catalyst: Mutant Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136104', N'Turbatio: Mutant Heavy Gauntlets', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136107', N'Sabat: The Other Demon Hands', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136203', N'Soul Catalyst: the Other Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136204', N'Turbatio: ''The Other'' Heavy Gauntlets', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136301', N'Finest Agate Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136302', N'Finest Lapis Lazuli Demon Hands', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136303', N'Finest Aquamarine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136304', N'Finest Inca Rose Demon Hands', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136307', N'Finest Carnelian Demon Hands', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151001', N'Fighting Insanity', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151002', N'Superior Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151003', N'Superior Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151004', N'Superior Burnoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151005', N'Superior Weapon Bag Normal', N'1', N'0', N'0', N'58', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151006', N'Finest Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151007', N'Finest Blisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152001', N'Fighting Insanity', N'1', N'0', N'0', N'58', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152002', N'Superior Bited Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152003', N'Superior Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152004', N'Superior Burnoff Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152005', N'Superior Weapon Bag Normal', N'1', N'0', N'0', N'58', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152006', N'Finest Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152007', N'Finest Blisk Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154001', N'Hands of the Infernal', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154002', N'Superior Kinosternon', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154003', N'Superior Onata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154004', N'Superior Weapon Bag Rare', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154005', N'Superior Weapon Bag Rare', N'1', N'1', N'5', N'58', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154006', N'Finest Chrysemys', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154007', N'Finest Chrysemys', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155001', N'Lucifer''s Manus', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155002', N'Superior Kareta', N'1', N'1', N'3', N'58', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155003', N'Superior Selgata', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155004', N'Superior Weapon Bag Unique', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155005', N'Superior Weapon Bag Unique', N'1', N'1', N'3', N'58', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155006', N'Lact Fleece', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155007', N'Hades', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155306', N'Finest Garnet Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156001', N'Hell Scream: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156002', N'Full Moon: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156003', N'Soul Catar: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156004', N'Turvatio: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156005', N'Mortalis: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156007', N'Sabat: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156101', N'Divine Scream: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156102', N'New Moon: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156103', N'Soul Catalyst: Mutant Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156104', N'Turbatio: Mutant Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156107', N'Sabat: The Other Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156203', N'Soul Catalyst: the Other Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156204', N'Turbatio: ''The Other'' Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156301', N'Finest Agate Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156302', N'Finest Lapis Lazuli Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156303', N'Finest Aquamarine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156304', N'Finest Inca Rose Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156307', N'Finest Carnelian Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011001', N'Aura Robe', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011002', N'Arcane Robe', N'1', N'0', N'0', N'1', N'1', N'45', N'5000', N'0', N'0', N'2', N'1400', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011003', N'Gior Robe', N'1', N'0', N'0', N'1', N'1', N'50', N'5000', N'0', N'0', N'2', N'1400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011004', N'Oukase Robe', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011005', N'Kyaglu Robe', N'1', N'0', N'0', N'1', N'1', N'60', N'5000', N'0', N'0', N'2', N'1400', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011006', N'Top Quality Lambswool Robe', N'1', N'0', N'0', N'1', N'1', N'20', N'5000', N'0', N'0', N'2', N'1400', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011007', N'Finest Shroud Robe', N'1', N'0', N'0', N'1', N'1', N'30', N'5000', N'0', N'0', N'2', N'1400', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012001', N'Aura Robe', N'1', N'0', N'0', N'1', N'2', N'40', N'5500', N'0', N'3', N'2', N'1400', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012002', N'Arcane Robe', N'1', N'0', N'0', N'1', N'2', N'45', N'5500', N'0', N'3', N'2', N'1400', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012003', N'Gior Robe', N'1', N'0', N'0', N'1', N'2', N'50', N'5500', N'0', N'3', N'2', N'1400', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012004', N'Oukase Robe', N'1', N'0', N'0', N'1', N'2', N'55', N'5500', N'0', N'3', N'2', N'1400', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012005', N'Kyaglu Robe', N'1', N'0', N'0', N'1', N'2', N'60', N'5500', N'0', N'3', N'2', N'1400', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012006', N'Top Quality Lambswool Robe', N'1', N'0', N'0', N'1', N'2', N'20', N'5500', N'0', N'3', N'2', N'1400', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012007', N'Finest Shroud Robe', N'1', N'0', N'0', N'1', N'2', N'30', N'5500', N'0', N'3', N'2', N'1400', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014001', N'Shady Robe', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014002', N'Charmed Robe', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014003', N'Knit Robe', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014004', N'Falcata Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014005', N'Yeroti Robe', N'1', N'1', N'5', N'1', N'4', N'60', N'6000', N'1', N'3', N'2', N'1400', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014006', N'Finest Forbidden Robe', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014007', N'Finest Indent Robe', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015001', N'Rainbow Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015002', N'Gnomish Robe', N'1', N'1', N'3', N'1', N'5', N'45', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015003', N'Joyeuse Robe', N'1', N'1', N'3', N'1', N'5', N'50', N'6500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015004', N'Protector Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015005', N'Amarow Robe', N'1', N'1', N'3', N'1', N'5', N'60', N'6500', N'1', N'3', N'2', N'1400', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015006', N'Finest Ventus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015007', N'Finest Caligo Robe', N'1', N'1', N'3', N'1', N'5', N'30', N'6500', N'1', N'3', N'2', N'1400', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015306', N'Finest Garnet Robe', N'1', N'2', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016001', N'Jigoku Robe', N'1', N'2', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016002', N'Quintara Robe', N'1', N'2', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016003', N'Yufnae Robe', N'1', N'2', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016004', N'Kilij-Kalkhan Robe', N'1', N'2', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016005', N'Opaline Robe', N'1', N'2', N'2', N'1', N'6', N'60', N'7000', N'1', N'3', N'2', N'1400', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016007', N'Finest Valfare Robe', N'1', N'2', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016301', N'Finest Agate Robe', N'1', N'2', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016302', N'Finest Lapis Lazuli Robe', N'1', N'2', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016303', N'Finest Aquamarine Robe', N'1', N'2', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016304', N'Finest Inca Rose Robe', N'1', N'2', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016307', N'Finest Carnelian Robe', N'1', N'2', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021001', N'Callous Armor', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021002', N'Oiled Armor', N'1', N'0', N'0', N'2', N'1', N'45', N'5000', N'0', N'0', N'2', N'1900', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021003', N'Telek Armor', N'1', N'0', N'0', N'2', N'1', N'50', N'5000', N'0', N'0', N'2', N'1900', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021004', N'Alifae Armor', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021005', N'Groovy Armor', N'1', N'0', N'0', N'2', N'1', N'60', N'5000', N'0', N'0', N'2', N'1900', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021006', N'Finest Suede Leather Armor', N'1', N'0', N'0', N'2', N'1', N'20', N'5000', N'0', N'0', N'2', N'1900', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021007', N'Finest Veil Leather Armor', N'1', N'0', N'0', N'2', N'1', N'30', N'5000', N'0', N'0', N'2', N'1900', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022001', N'Callous Armor', N'1', N'0', N'0', N'2', N'2', N'40', N'5500', N'0', N'3', N'2', N'1900', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022002', N'Oiled Armor', N'1', N'0', N'0', N'2', N'2', N'45', N'5500', N'0', N'3', N'2', N'1900', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022003', N'Telek Armor', N'1', N'0', N'0', N'2', N'2', N'50', N'5500', N'0', N'3', N'2', N'1900', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022004', N'Alifae Armor', N'1', N'0', N'0', N'2', N'2', N'55', N'5500', N'0', N'3', N'2', N'1900', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022005', N'Groovy Armor', N'1', N'0', N'0', N'2', N'2', N'60', N'5500', N'0', N'3', N'2', N'1900', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022006', N'Finest Suede Leather Armor', N'1', N'0', N'0', N'2', N'2', N'20', N'5500', N'0', N'3', N'2', N'1900', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022007', N'Finest Veil Leather Armor', N'1', N'0', N'0', N'2', N'2', N'30', N'5500', N'0', N'3', N'2', N'1900', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024001', N'Diavolu Armor', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024002', N'Guardian''s Armor', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024003', N'Uraso Armor', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024004', N'Cool Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024005', N'Ithrojay Armor', N'1', N'1', N'5', N'2', N'4', N'60', N'6000', N'1', N'3', N'2', N'1900', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024006', N'Finest Facility Leather Armor', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024007', N'Finest Deliver Leather Armor', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025001', N'Mictlan Armor', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025002', N'Agile Armor', N'1', N'1', N'3', N'2', N'5', N'45', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025003', N'Velita Armor', N'1', N'1', N'3', N'2', N'5', N'50', N'6500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025004', N'Fossa Armor', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1900', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025005', N'Refrell Armor', N'1', N'1', N'3', N'2', N'5', N'60', N'6500', N'1', N'3', N'2', N'1900', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025006', N'Finest Descend Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025007', N'Finest Lagrimas Leather Armor', N'1', N'1', N'3', N'2', N'5', N'30', N'6500', N'1', N'3', N'2', N'1900', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025306', N'Finest Garnet Leather Armor', N'1', N'2', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026001', N'Aaru Armor', N'1', N'2', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026002', N'Angler Armor', N'1', N'2', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026003', N'Uriel Armor', N'1', N'2', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026004', N'Gust Armor', N'1', N'2', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026005', N'Uzalluet Armor', N'1', N'2', N'2', N'2', N'6', N'60', N'7000', N'1', N'3', N'2', N'1900', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026007', N'Finest Catalus Leather Armor', N'1', N'2', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026301', N'Finest Agate Leather Armor', N'1', N'2', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026302', N'Finest Lapis Lazuli Leather Armor', N'1', N'2', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026303', N'Finest Aquamarine Leather Armor', N'1', N'2', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026304', N'Finest Inca Rose Leather Armor', N'1', N'2', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026307', N'Finest Carnelian Leather Armor', N'1', N'2', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031001', N'Spectral Chainmail', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031002', N'Sapphire Chainmail', N'1', N'0', N'0', N'3', N'1', N'45', N'5000', N'0', N'0', N'2', N'3000', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031003', N'Zuhr Chainmail', N'1', N'0', N'0', N'3', N'1', N'50', N'5000', N'0', N'0', N'2', N'3000', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031004', N'Fedora Chainmail', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031005', N'Jaymic Chainmail', N'1', N'0', N'0', N'3', N'1', N'60', N'5000', N'0', N'0', N'2', N'3000', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031006', N'Finest Banded Chain Mail', N'1', N'0', N'0', N'3', N'1', N'20', N'5000', N'0', N'0', N'2', N'3000', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031007', N'Finest Birni Chain Mail', N'1', N'0', N'0', N'3', N'1', N'30', N'5000', N'0', N'0', N'2', N'3000', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032001', N'Spectral Chainmail', N'1', N'0', N'0', N'3', N'2', N'40', N'5500', N'0', N'3', N'2', N'3000', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032002', N'Sapphire Chainmail', N'1', N'0', N'0', N'3', N'2', N'45', N'5500', N'0', N'3', N'2', N'3000', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032003', N'Zuhr Chainmail', N'1', N'0', N'0', N'3', N'2', N'50', N'5500', N'0', N'3', N'2', N'3000', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032004', N'Fedora Chainmail', N'1', N'0', N'0', N'3', N'2', N'55', N'5500', N'0', N'3', N'2', N'3000', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032005', N'Jaymic Chainmail', N'1', N'0', N'0', N'3', N'2', N'60', N'5500', N'0', N'3', N'2', N'3000', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032006', N'Finest Banded Chain Mail', N'1', N'0', N'0', N'3', N'2', N'20', N'5500', N'0', N'3', N'2', N'3000', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032007', N'Finest Birni Chain Mail', N'1', N'0', N'0', N'3', N'2', N'30', N'5500', N'0', N'3', N'2', N'3000', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034001', N'Necuratu Chainmail', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034002', N'Crude Chainmail', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034003', N'Triton Chainmail', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034004', N'Kalavolg Chainmail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034005', N'Necuratu Chainmail', N'1', N'1', N'5', N'3', N'4', N'60', N'6000', N'1', N'3', N'2', N'3000', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034006', N'Finest Brisk Chain Mail', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034007', N'Finest Rivert Chain Mail', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035001', N'Pangolin Chainmail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035002', N'Bared Chainmail', N'1', N'1', N'3', N'3', N'5', N'45', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035003', N'Harpy Chainmail', N'1', N'1', N'3', N'3', N'5', N'50', N'6500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035004', N'Laughter Chainmail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035005', N'Zhichava Chainmail', N'1', N'1', N'3', N'3', N'5', N'60', N'6500', N'1', N'3', N'2', N'3000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035006', N'Finest Libion Chain Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035007', N'Finest Monochromatic Chain Mail', N'1', N'1', N'3', N'3', N'5', N'30', N'6500', N'1', N'3', N'2', N'3000', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035306', N'Finest Garnet Chain Mail', N'1', N'2', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036001', N'Ekera Chainmail', N'1', N'2', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036002', N'Nettle Chainmail', N'1', N'2', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036003', N'Poniard Chainmail', N'1', N'2', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036004', N'Aspis Chainmail', N'1', N'2', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036005', N'Kraloo Chainmail', N'1', N'2', N'2', N'3', N'6', N'60', N'7000', N'1', N'3', N'2', N'3000', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036007', N'Finest Surtr Chain Mail', N'1', N'2', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036301', N'Finest Agate Chain Mail', N'1', N'2', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036302', N'Finest Lapis Lazuli Chain Mail', N'1', N'2', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036303', N'Finest Aquamarine Chain Mail', N'1', N'2', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036304', N'Finest Inca Rose Chain Mail', N'1', N'2', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036307', N'Finest Carnelian Chain Mail', N'1', N'2', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041001', N'Ethereal Plate', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041002', N'Kalypsys Plate', N'1', N'0', N'0', N'4', N'1', N'45', N'5000', N'0', N'0', N'2', N'5700', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041003', N'Lorelei Plate', N'1', N'0', N'0', N'4', N'1', N'50', N'5000', N'0', N'0', N'2', N'5700', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041004', N'Titan Plate', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041005', N'Chromatic Plate', N'1', N'0', N'0', N'4', N'1', N'60', N'5000', N'0', N'0', N'2', N'5700', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041006', N'Finest Transitional Plate', N'1', N'0', N'0', N'4', N'1', N'20', N'5000', N'0', N'0', N'2', N'5700', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041007', N'Finest Raven Plate', N'1', N'0', N'0', N'4', N'1', N'30', N'5000', N'0', N'0', N'2', N'5700', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042001', N'Ethereal Plate', N'1', N'0', N'0', N'4', N'2', N'40', N'5500', N'0', N'3', N'2', N'5700', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042002', N'Kalypsys Plate', N'1', N'0', N'0', N'4', N'2', N'45', N'5500', N'0', N'3', N'2', N'5700', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042003', N'Lorelei Plate', N'1', N'0', N'0', N'4', N'2', N'50', N'5500', N'0', N'3', N'2', N'5700', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042004', N'Titan Plate', N'1', N'0', N'0', N'4', N'2', N'55', N'5500', N'0', N'3', N'2', N'5700', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042005', N'Chromatic Plate', N'1', N'0', N'0', N'4', N'2', N'60', N'5500', N'0', N'3', N'2', N'5700', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042006', N'Finest Transitional Plate', N'1', N'0', N'0', N'4', N'2', N'20', N'5500', N'0', N'3', N'2', N'5700', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042007', N'Finest Raven Plate', N'1', N'0', N'0', N'4', N'2', N'30', N'5500', N'0', N'3', N'2', N'5700', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044001', N'Noble Plate', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044002', N'Morgana Plate', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044003', N'Arcanite Plate', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044004', N'Kharavela Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044005', N'Clockwork Plate', N'1', N'1', N'5', N'4', N'4', N'60', N'6000', N'1', N'3', N'2', N'5700', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044006', N'Finest Effort Plate', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044007', N'Finest Empulroy Plate', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045001', N'Brave Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045002', N'Crypt Plate', N'1', N'1', N'3', N'4', N'5', N'45', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045003', N'Celestine Plate', N'1', N'1', N'3', N'4', N'5', N'50', N'6500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045004', N'Era Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5700', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045005', N'Blaghty Plate', N'1', N'1', N'3', N'4', N'5', N'60', N'6500', N'1', N'3', N'2', N'5700', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045006', N'Finest Blaze Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045007', N'Finest Fandom-Versus Plate', N'1', N'1', N'3', N'4', N'5', N'30', N'6500', N'1', N'3', N'2', N'5700', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045306', N'Finest Garnet Plate', N'1', N'2', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046001', N'Stygia Plate', N'1', N'2', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046002', N'Vengeance Plate', N'1', N'2', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046003', N'Willas Plate', N'1', N'2', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046004', N'Camilla Plate', N'1', N'2', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046005', N'Foiblo Plate', N'1', N'2', N'2', N'4', N'6', N'60', N'7000', N'1', N'3', N'2', N'5700', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046007', N'Finest Baldr Plate', N'1', N'2', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046301', N'Finest Agate Plate', N'1', N'2', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046302', N'Finest Lapis Lazuli Plate', N'1', N'2', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046303', N'Finest Aquamarine Plate', N'1', N'2', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046304', N'Finest Inca Rose Plate', N'1', N'2', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046307', N'Finest Carnelian Plate', N'1', N'2', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011001', N'Aura Hood', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011002', N'Arcane Hood', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011003', N'Gior Hood', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011004', N'Oukase Hood', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011005', N'Kyaglu Hood', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011006', N'Top Quality Lambswool Hood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011007', N'Finest Shroud Hood', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012001', N'Aura Hood', N'1', N'0', N'0', N'1', N'2', N'40', N'3200', N'0', N'3', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012002', N'Arcane Hood', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012003', N'Gior Hood', N'1', N'0', N'0', N'1', N'2', N'50', N'3200', N'0', N'3', N'2', N'900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012004', N'Oukase Hood', N'1', N'0', N'0', N'1', N'2', N'55', N'3200', N'0', N'3', N'2', N'900', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012005', N'Kyaglu Hood', N'1', N'0', N'0', N'1', N'2', N'60', N'3200', N'0', N'3', N'2', N'900', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012006', N'Top Quality Lambswool Hood', N'1', N'0', N'0', N'1', N'2', N'20', N'3200', N'0', N'3', N'2', N'900', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012007', N'Finest Shroud Hood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014001', N'Shady Hood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014002', N'Charmed Hood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014003', N'Knit Hood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014004', N'Falcata Hood', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014005', N'Yeroti Hood', N'1', N'1', N'5', N'1', N'4', N'60', N'3400', N'1', N'3', N'2', N'900', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014006', N'Finest Forbidden Hood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014007', N'Finest Indent Hood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015001', N'Rainbow Hood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015002', N'Gnomish Hood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015003', N'Joyeuse Hood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015004', N'Protector Hood', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015005', N'Amarow Hood', N'1', N'1', N'3', N'1', N'5', N'60', N'3600', N'1', N'3', N'2', N'900', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015006', N'Finest Ventus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015007', N'Finest Caligo Hood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015306', N'Finest Garnet Hood', N'1', N'2', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016001', N'Jigoku Hood', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016002', N'Quintara Hood', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016003', N'Yufnae Hood', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016004', N'Kilij-Kalkhan Hood', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016005', N'Opaline Hood', N'1', N'2', N'2', N'1', N'6', N'60', N'4000', N'1', N'3', N'2', N'900', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016007', N'Finest Valfare Hood', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016301', N'Finest Agate Hood', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016302', N'Finest Lapis Lazuli Hood', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016303', N'Finest Aquamarine Hood', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016304', N'Finest Inca Rose Hood', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016307', N'Finest Carnelian Hood', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021001', N'Callous Cap', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021002', N'Oiled Cap', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021003', N'Telek Cap', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021004', N'Alifae Cap', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021005', N'Groovy Cap', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021006', N'Finest Suede Leather Cap', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021007', N'Finest Veil Leather Cap', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022001', N'Callous Cap', N'1', N'0', N'0', N'2', N'2', N'40', N'3200', N'0', N'3', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022002', N'Oiled Cap', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022003', N'Telek Cap', N'1', N'0', N'0', N'2', N'2', N'50', N'3200', N'0', N'3', N'2', N'900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022004', N'Alifae Cap', N'1', N'0', N'0', N'2', N'2', N'55', N'3200', N'0', N'3', N'2', N'900', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022005', N'Groovy Cap', N'1', N'0', N'0', N'2', N'2', N'60', N'3200', N'0', N'3', N'2', N'900', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022006', N'Finest Suede Leather Cap', N'1', N'0', N'0', N'2', N'2', N'20', N'3200', N'0', N'3', N'2', N'900', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022007', N'Finest Veil Leather Cap', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024001', N'Diavolu Cap', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024002', N'Guardian''s Cap', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024003', N'Uraso Cap', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024004', N'Cool Cap', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024005', N'Ithrojay Cap', N'1', N'1', N'5', N'2', N'4', N'60', N'3400', N'1', N'3', N'2', N'900', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024006', N'Finest Facility Leather Cap', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024007', N'Finest Deliver Leather Cap', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025001', N'Mictlan Cap', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025002', N'Agile Cap', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025003', N'Velita Cap', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025004', N'Fossa Cap', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025005', N'Refrell Cap', N'1', N'1', N'3', N'2', N'5', N'60', N'3600', N'1', N'3', N'2', N'900', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025006', N'Finest Descend Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025007', N'Finest Lagrimas Leather Cap', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025306', N'Finest Garnet Leather Cap', N'1', N'2', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026001', N'Aaru Cap', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026002', N'Angler Cap', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026003', N'Uriel Cap', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026004', N'Gust Cap', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026005', N'Uzalluet Cap', N'1', N'2', N'2', N'2', N'6', N'60', N'4000', N'1', N'3', N'2', N'900', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026007', N'Finest Catalus Leather Cap', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026301', N'Finest Agate Leather Cap', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026302', N'Finest Lapis Lazuli Leather Cap', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026303', N'Finest Aquamarine Leather Cap', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026304', N'Finest Inca Rose Leather Cap', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026307', N'Finest Carnelian Leather Cap', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031001', N'Spectral Coif', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'1800', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031002', N'Sapphire Coif', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'1800', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031003', N'Zuhr Coif', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031004', N'Fedora Coif', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'1800', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031005', N'Jaymic Coif', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'1800', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031006', N'Finest Banded Chain Helm', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031007', N'Finest Birni Chain Helm', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'1800', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032001', N'Spectral Coif', N'1', N'0', N'0', N'3', N'2', N'40', N'3200', N'0', N'3', N'2', N'1800', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032002', N'Sapphire Coif', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'1800', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032003', N'Zuhr Coif', N'1', N'0', N'0', N'3', N'2', N'50', N'3200', N'0', N'3', N'2', N'1800', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032004', N'Fedora Coif', N'1', N'0', N'0', N'3', N'2', N'55', N'3200', N'0', N'3', N'2', N'1800', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032005', N'Jaymic Coif', N'1', N'0', N'0', N'3', N'2', N'60', N'3200', N'0', N'3', N'2', N'1800', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032006', N'Finest Banded Chain Helm', N'1', N'0', N'0', N'3', N'2', N'20', N'3200', N'0', N'3', N'2', N'1800', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032007', N'Finest Birni Chain Helm', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'1800', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034001', N'Necuratu Coif', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034002', N'Crude Coif', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'1800', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034003', N'Triton Coif', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034004', N'Kalavolg Coif', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'1800', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034005', N'Necuratu Coif', N'1', N'1', N'5', N'3', N'4', N'60', N'3400', N'1', N'3', N'2', N'1800', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034006', N'Finest Brisk Chain Helm', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034007', N'Finest Rivert Chain Helm', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'1800', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035001', N'Pangolin Coif', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035002', N'Bared Coif', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035003', N'Harpy Coif', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035004', N'Laughter Coif', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'1800', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035005', N'Zhichava Coif', N'1', N'1', N'3', N'3', N'5', N'60', N'3600', N'1', N'3', N'2', N'1800', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035006', N'Finest Libion Chain Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035007', N'Finest Monochromatic Chain Helm', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035306', N'Finest Garnet Chain Helm', N'1', N'2', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036001', N'Ekera Coif', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036002', N'Nettle Coif', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036003', N'Poniard Coif', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036004', N'Aspis Coif', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036005', N'Kraloo Coif', N'1', N'2', N'2', N'3', N'6', N'60', N'4000', N'1', N'3', N'2', N'1800', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036007', N'Finest Surtr Helm', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036301', N'Finest Agate Helm', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036302', N'Finest Lapis Lazuli Helm', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036303', N'Finest Aquamarine Helm', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036304', N'Finest Inca Rose Helm', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036307', N'Finest Carnelian Helm', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041001', N'Ethereal Helm', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'3400', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041002', N'Kalypsys Helm', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'3400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041003', N'Lorelei Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041004', N'Titan Helm', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'3400', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041005', N'Chromatic Helm', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'3400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041006', N'Finest Transitional War Helm', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041007', N'Finest Raven War Helm', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'3400', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042001', N'Ethereal Helm', N'1', N'0', N'0', N'4', N'2', N'40', N'3200', N'0', N'3', N'2', N'3400', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042002', N'Kalypsys Helm', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'3400', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042003', N'Lorelei Helm', N'1', N'0', N'0', N'4', N'2', N'50', N'3200', N'0', N'3', N'2', N'3400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042004', N'Titan Helm', N'1', N'0', N'0', N'4', N'2', N'55', N'3200', N'0', N'3', N'2', N'3400', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042005', N'Chromatic Helm', N'1', N'0', N'0', N'4', N'2', N'60', N'3200', N'0', N'3', N'2', N'3400', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042006', N'Finest Transitional War Helm', N'1', N'0', N'0', N'4', N'2', N'20', N'3200', N'0', N'3', N'2', N'3400', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042007', N'Finest Raven War Helm', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'3400', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044001', N'Noble Helm', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044002', N'Morgana Helm', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'3400', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044003', N'Arcanite Helm', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044004', N'Kharavela Helm', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'3400', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044005', N'Clockwork Helm', N'1', N'1', N'5', N'4', N'4', N'60', N'3400', N'1', N'3', N'2', N'3400', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044006', N'Finest Effort War Helm', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044007', N'Finest Empulroy War Helm', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'3400', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045001', N'Brave Helm', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045002', N'Crypt War Helm', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045003', N'Celestine Helm', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045004', N'Era Helm', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'3400', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045005', N'Blaghty Helm', N'1', N'1', N'3', N'4', N'5', N'60', N'3600', N'1', N'3', N'2', N'3400', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045006', N'Finest Blaze War Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045007', N'Finest Fandom-Versus War Helm', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045306', N'Finest Garnet War Helm', N'1', N'2', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046001', N'Stygia Helm', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046002', N'Vengeance Helm', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046003', N'Willas Helm', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046004', N'Camilla Helm', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046005', N'Foiblo Helm', N'1', N'2', N'2', N'4', N'6', N'60', N'4000', N'1', N'3', N'2', N'3400', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046007', N'Finest Baldr Helm', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046301', N'Finest Agate Helm', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046302', N'Finest Lapis Lazuli Helm', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046303', N'Finest Aquamarine Helm', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046304', N'Finest Inca Rose Helm', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046307', N'Finest Carnelian Helm', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011001', N'Aura Leggings', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011002', N'Arcane Leggings', N'1', N'0', N'0', N'1', N'1', N'45', N'4500', N'0', N'0', N'2', N'1100', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011003', N'Gior Leggings', N'1', N'0', N'0', N'1', N'1', N'50', N'4500', N'0', N'0', N'2', N'1100', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011004', N'Oukase Leggings', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011005', N'Kyaglu Leggings', N'1', N'0', N'0', N'1', N'1', N'60', N'4500', N'0', N'0', N'2', N'1100', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011006', N'Top Quality Lambswool Leggings', N'1', N'0', N'0', N'1', N'1', N'20', N'4500', N'0', N'0', N'2', N'1100', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011007', N'Finest Shroud Leggings', N'1', N'0', N'0', N'1', N'1', N'30', N'4500', N'0', N'0', N'2', N'1100', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012001', N'Aura Leggings', N'1', N'0', N'0', N'1', N'2', N'40', N'5000', N'0', N'3', N'2', N'1100', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012002', N'Arcane Leggings', N'1', N'0', N'0', N'1', N'2', N'45', N'5000', N'0', N'3', N'2', N'1100', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012003', N'Gior Leggings', N'1', N'0', N'0', N'1', N'2', N'50', N'5000', N'0', N'3', N'2', N'1100', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012004', N'Oukase Leggings', N'1', N'0', N'0', N'1', N'2', N'55', N'5000', N'0', N'3', N'2', N'1100', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012005', N'Kyaglu Leggings', N'1', N'0', N'0', N'1', N'2', N'60', N'5000', N'0', N'3', N'2', N'1100', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012006', N'Top Quality Lambswool Leggings', N'1', N'0', N'0', N'1', N'2', N'20', N'5000', N'0', N'3', N'2', N'1100', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012007', N'Finest Shroud Leggings', N'1', N'0', N'0', N'1', N'2', N'30', N'5000', N'0', N'3', N'2', N'1100', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014001', N'Shady Leggings', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014002', N'Charmed Leggings', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1100', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014003', N'Knit Leggings', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014004', N'Falcata Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1100', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014005', N'Yeroti Leggings', N'1', N'1', N'5', N'1', N'4', N'60', N'5500', N'1', N'3', N'2', N'1100', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014006', N'Finest Forbidden Leggings', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014007', N'Finest Indent Leggings', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015001', N'Rainbow Leggings', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015002', N'Gnomish Leggings', N'1', N'1', N'3', N'1', N'5', N'45', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015003', N'Joyeuse Leggings', N'1', N'1', N'3', N'1', N'5', N'50', N'6000', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015004', N'Protector Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1100', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015005', N'Amarow Leggings', N'1', N'1', N'3', N'1', N'5', N'60', N'6000', N'1', N'3', N'2', N'1100', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015006', N'Finest Ventus Leggings', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015007', N'Finest Caligo Leggings', N'1', N'1', N'3', N'1', N'5', N'30', N'6000', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015306', N'Finest Garnet Leggings', N'1', N'2', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016001', N'Jigoku Leggings', N'1', N'2', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016002', N'Quintara Leggings', N'1', N'2', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016003', N'Yufnae Leggings', N'1', N'2', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016004', N'Kilij-Kalkhan Leggings', N'1', N'2', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016005', N'Opaline Leggings', N'1', N'2', N'2', N'1', N'6', N'60', N'6500', N'1', N'3', N'2', N'1100', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016007', N'Finest Valfare Leggings', N'1', N'2', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016301', N'Finest Agate Leggings', N'1', N'2', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016302', N'Finest Lapis Lazuli Leggings', N'1', N'2', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016303', N'Finest Aquamarine Leggings', N'1', N'2', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016304', N'Finest Inca Rose Leggings', N'1', N'2', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016307', N'Finest Carnelian Leggings', N'1', N'2', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021001', N'Callous Pants', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021002', N'Oiled Pants', N'1', N'0', N'0', N'2', N'1', N'45', N'4500', N'0', N'0', N'2', N'1600', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021003', N'Telek Pants', N'1', N'0', N'0', N'2', N'1', N'50', N'4500', N'0', N'0', N'2', N'1600', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021004', N'Alifae Pants', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021005', N'Groovy Pants', N'1', N'0', N'0', N'2', N'1', N'60', N'4500', N'0', N'0', N'2', N'1600', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021006', N'Finest Suede Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'20', N'4500', N'0', N'0', N'2', N'1600', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021007', N'Finest Veil Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'30', N'4500', N'0', N'0', N'2', N'1600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022001', N'Callous Pants', N'1', N'0', N'0', N'2', N'2', N'40', N'5000', N'0', N'3', N'2', N'1600', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022002', N'Oiled Pants', N'1', N'0', N'0', N'2', N'2', N'45', N'5000', N'0', N'3', N'2', N'1600', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022003', N'Telek Pants', N'1', N'0', N'0', N'2', N'2', N'50', N'5000', N'0', N'3', N'2', N'1600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022004', N'Alifae Pants', N'1', N'0', N'0', N'2', N'2', N'55', N'5000', N'0', N'3', N'2', N'1600', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022005', N'Groovy Pants', N'1', N'0', N'0', N'2', N'2', N'60', N'5000', N'0', N'3', N'2', N'1600', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022006', N'Finest Suede Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'20', N'5000', N'0', N'3', N'2', N'1600', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022007', N'Finest Veil Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'30', N'5000', N'0', N'3', N'2', N'1600', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024001', N'Diavolu Pants', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024002', N'Guardian''s Pants', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024003', N'Uraso Pants', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024004', N'Cool Pants', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024005', N'Ithrojay Pants', N'1', N'1', N'5', N'2', N'4', N'60', N'5500', N'1', N'3', N'2', N'1600', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024006', N'Finest Facility Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024007', N'Finest Deliver Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025001', N'Mictlan Pants', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025002', N'Agile Pants', N'1', N'1', N'3', N'2', N'5', N'45', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025003', N'Velita Pants', N'1', N'1', N'3', N'2', N'5', N'50', N'6000', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025004', N'Fossa Pants', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1600', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025005', N'Refrell Pants', N'1', N'1', N'3', N'2', N'5', N'60', N'6000', N'1', N'3', N'2', N'1600', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025006', N'Finest Descend Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025007', N'Finest Lagrimas Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'30', N'6000', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025306', N'Finest Garnet Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026001', N'Aaru Leather Pants', N'1', N'2', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026002', N'Angler Pants', N'1', N'2', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026003', N'Uriel Pants', N'1', N'2', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026004', N'Gust Pants', N'1', N'2', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026005', N'Uzalluet Pants', N'1', N'2', N'2', N'2', N'6', N'60', N'6500', N'1', N'3', N'2', N'1600', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026007', N'Finest Catalus Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026301', N'Finest Agate Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026302', N'Finest Lapis Lazuli Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026303', N'Finest Aquamarine Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026304', N'Finest Inca Rose Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026307', N'Finest Carnelian Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031001', N'Spectral Chausses', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031002', N'Sapphire Chausses', N'1', N'0', N'0', N'3', N'1', N'45', N'4500', N'0', N'0', N'2', N'2400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031003', N'Zuhr Chausses', N'1', N'0', N'0', N'3', N'1', N'50', N'4500', N'0', N'0', N'2', N'2400', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031004', N'Fedora Chausses', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031005', N'Jaymic Chausses', N'1', N'0', N'0', N'3', N'1', N'60', N'4500', N'0', N'0', N'2', N'2400', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031006', N'Finest Banded Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'20', N'4500', N'0', N'0', N'2', N'2400', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031007', N'Finest Birni Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'30', N'4500', N'0', N'0', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032001', N'Spectral Chausses', N'1', N'0', N'0', N'3', N'2', N'40', N'5000', N'0', N'3', N'2', N'2400', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032002', N'Sapphire Chausses', N'1', N'0', N'0', N'3', N'2', N'45', N'5000', N'0', N'3', N'2', N'2400', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032003', N'Zuhr Chausses', N'1', N'0', N'0', N'3', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032004', N'Fedora Chausses', N'1', N'0', N'0', N'3', N'2', N'55', N'5000', N'0', N'3', N'2', N'2400', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032005', N'Jaymic Chausses', N'1', N'0', N'0', N'3', N'2', N'60', N'5000', N'0', N'3', N'2', N'2400', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032006', N'Finest Banded Chain Greaves', N'1', N'0', N'0', N'3', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032007', N'Finest Birni Chain Greaves', N'1', N'0', N'0', N'3', N'2', N'30', N'5000', N'0', N'3', N'2', N'2400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034001', N'Necuratu Chausses', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034002', N'Crude Chausses', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034003', N'Triton Chausses', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034004', N'Kalavolg Chausses', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034005', N'Necuratu Chausses', N'1', N'1', N'5', N'3', N'4', N'60', N'5500', N'1', N'3', N'2', N'2400', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034006', N'Finest Brisk Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034007', N'Finest Rivert Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035001', N'Pangolin Chausses', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035002', N'Bared Chausses', N'1', N'1', N'3', N'3', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035003', N'Harpy Chausses', N'1', N'1', N'3', N'3', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035004', N'Laughter Chausses', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035005', N'Zhichava Chausses', N'1', N'1', N'3', N'3', N'5', N'60', N'6000', N'1', N'3', N'2', N'2400', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035006', N'Finest Libion Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035007', N'Finest Monochromatic Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035306', N'Finest Garnet Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036001', N'Ekera Chausses', N'1', N'2', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036002', N'Nettle Chausses', N'1', N'2', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036003', N'Poniard Chausses', N'1', N'2', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036004', N'Aspis Chausses', N'1', N'2', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036005', N'Kraloo Chausses', N'1', N'2', N'2', N'3', N'6', N'60', N'6500', N'1', N'3', N'2', N'2400', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036007', N'Finest Surtr Greaves', N'1', N'2', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036301', N'Finest Agate Greaves', N'1', N'2', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036302', N'Finest Lapis Lazuli Greaves', N'1', N'2', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036303', N'Finest Aquamarine Greaves', N'1', N'2', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036304', N'Finest Inca Rose Greaves', N'1', N'2', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036307', N'Finest Carnelian Greaves', N'1', N'2', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041001', N'Ethereal Greaves', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041002', N'Kalypsys Greaves', N'1', N'0', N'0', N'4', N'1', N'45', N'4500', N'0', N'0', N'2', N'2400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041003', N'Lorelei Greaves', N'1', N'0', N'0', N'4', N'1', N'50', N'4500', N'0', N'0', N'2', N'2400', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041004', N'Titan Greaves', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041005', N'Chromatic Greaves', N'1', N'0', N'0', N'4', N'1', N'60', N'4500', N'0', N'0', N'2', N'2400', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041006', N'Finest Transitional War Greaves', N'1', N'0', N'0', N'4', N'1', N'20', N'4500', N'0', N'0', N'2', N'2400', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041007', N'Finest Raven War Greaves', N'1', N'0', N'0', N'4', N'1', N'30', N'4500', N'0', N'0', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042001', N'Ethereal Greaves', N'1', N'0', N'0', N'4', N'2', N'40', N'5000', N'0', N'3', N'2', N'2400', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042002', N'Kalypsys Greaves', N'1', N'0', N'0', N'4', N'2', N'45', N'5000', N'0', N'3', N'2', N'2400', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042003', N'Lorelei Greaves', N'1', N'0', N'0', N'4', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042004', N'Titan Greaves', N'1', N'0', N'0', N'4', N'2', N'55', N'5000', N'0', N'3', N'2', N'2400', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042005', N'Chromatic Greaves', N'1', N'0', N'0', N'4', N'2', N'60', N'5000', N'0', N'3', N'2', N'2400', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042006', N'Finest Transitional War Greaves', N'1', N'0', N'0', N'4', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042007', N'Finest Raven War Greaves', N'1', N'0', N'0', N'4', N'2', N'30', N'5000', N'0', N'3', N'2', N'2400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044001', N'Noble Greaves', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044002', N'Morgana Greaves', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044003', N'Arcanite Greaves', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044004', N'Kharavela Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044005', N'Clockwork Greaves', N'1', N'1', N'5', N'4', N'4', N'60', N'5500', N'1', N'3', N'2', N'2400', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044006', N'Finest Effort War Greaves', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044007', N'Finest Empulroy War Greaves', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045001', N'Brave Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045002', N'Crypt War Greaves', N'1', N'1', N'3', N'4', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045003', N'Celestine Greaves', N'1', N'1', N'3', N'4', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045004', N'Era Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045005', N'Blaghty Greaves', N'1', N'1', N'3', N'4', N'5', N'60', N'6000', N'1', N'3', N'2', N'2400', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045006', N'Finest Blaze War Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045007', N'Finest Fandom-Versus War Greaves', N'1', N'1', N'3', N'4', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045306', N'Finest Garnet War Greaves', N'1', N'2', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046001', N'Stygia Greaves', N'1', N'2', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046002', N'Vengeance Greaves', N'1', N'2', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046003', N'Willas Greaves', N'1', N'2', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046004', N'Camilla Greaves', N'1', N'2', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046005', N'Foiblo Greaves', N'1', N'2', N'2', N'4', N'6', N'60', N'6500', N'1', N'3', N'2', N'2400', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046007', N'Finest Baldr Greaves', N'1', N'2', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046301', N'Finest Agate Greaves', N'1', N'2', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046302', N'Finest Lapis Lazuli Greaves', N'1', N'2', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046303', N'Finest Aquamarine Greaves', N'1', N'2', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046304', N'Finest Inca Rose Greaves', N'1', N'2', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046307', N'Finest Carnelian Greaves', N'1', N'2', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011001', N'Aura Slippers', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011002', N'Louvette Slippers', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011003', N'Hollis Slippers', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011004', N'Tizona Slippers', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011005', N'Remy Slippers', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011006', N'Top Quality Lambswool Shoes', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011007', N'Finest Shroud Shoes', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012001', N'Aura Slippers', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012002', N'Louvette Slippers', N'1', N'0', N'0', N'1', N'2', N'45', N'4200', N'0', N'3', N'2', N'600', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012003', N'Hollis Slippers', N'1', N'0', N'0', N'1', N'2', N'50', N'4200', N'0', N'3', N'2', N'600', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012004', N'Tizona Slippers', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012005', N'Remy Slippers', N'1', N'0', N'0', N'1', N'2', N'60', N'4200', N'0', N'3', N'2', N'600', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012006', N'Top Quality Lambswool Shoes', N'1', N'0', N'0', N'1', N'2', N'20', N'4200', N'0', N'3', N'2', N'600', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012007', N'Finest Shroud Shoes', N'1', N'0', N'0', N'1', N'2', N'30', N'4200', N'0', N'3', N'2', N'600', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014001', N'Shady Slippers', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014002', N'Charmed Slippers', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014003', N'Knit Slippers', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014004', N'Falcata Slippers', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014005', N'Yeroti Slippers', N'1', N'1', N'5', N'1', N'4', N'60', N'4400', N'1', N'3', N'2', N'600', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014006', N'Finest Forbidden Shoes', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014007', N'Finest Indent Shoes', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015001', N'Rainbow Slippers', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015002', N'Gnomish Slippers', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015003', N'Joyeuse Slippers', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015004', N'Protector Slippers', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015005', N'Amarow Slippers', N'1', N'1', N'3', N'1', N'5', N'60', N'4600', N'1', N'3', N'2', N'600', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015006', N'Finest Ventus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015007', N'Finest Caligo Shoes', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015306', N'Finest Garnet Shoes', N'1', N'2', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016001', N'Jigoku Slippers', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016002', N'Quintara Slippers', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016003', N'Yufnae Slippers', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016004', N'Kilij-Kalkhan Slippers', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016005', N'Opaline Slippers', N'1', N'2', N'2', N'1', N'6', N'60', N'5000', N'1', N'3', N'2', N'600', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016007', N'Finest Valfare Shoes', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016301', N'Finest Agate Shoes', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016302', N'Finest Lapis Lazuli Shoes', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016303', N'Finest Aquamarine Shoes', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016304', N'Finest Inca Rose Shoes', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016307', N'Finest Carnelian Shoes', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021001', N'Callous Shoes', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'800', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021002', N'Cryption Shoes', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'800', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021003', N'Firey Shoes', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'800', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021004', N'Bogart Shoes', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'800', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021005', N'Hefeydd Shoes', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'800', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021006', N'Finest Suede Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'800', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021007', N'Finest Veil Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'800', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022001', N'Callous Shoes', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'800', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022002', N'Cryption Shoes', N'1', N'0', N'0', N'2', N'2', N'45', N'4200', N'0', N'3', N'2', N'800', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022003', N'Firey Shoes', N'1', N'0', N'0', N'2', N'2', N'50', N'4200', N'0', N'3', N'2', N'800', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022004', N'Bogart Shoes', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'800', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022005', N'Hefeydd Shoes', N'1', N'0', N'0', N'2', N'2', N'60', N'4200', N'0', N'3', N'2', N'800', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022006', N'Finest Suede Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'20', N'4200', N'0', N'3', N'2', N'800', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022007', N'Finest Veil Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'30', N'4200', N'0', N'3', N'2', N'800', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024001', N'Diavolu Shoes', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024002', N'Guardian''s Shoes', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'800', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024003', N'Uraso Shoes', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024004', N'Cool Shoes', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'800', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024005', N'Ithrojay Shoes', N'1', N'1', N'5', N'2', N'4', N'60', N'4400', N'1', N'3', N'2', N'800', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024006', N'Finest Facility Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024007', N'Finest Deliver Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025001', N'Mictlan Shoes', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025002', N'Agile Shoes', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025003', N'Velita Shoes', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'800', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025004', N'Fossa Shoes', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'800', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025005', N'Refrell Shoes', N'1', N'1', N'3', N'2', N'5', N'60', N'4600', N'1', N'3', N'2', N'800', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025006', N'Finest Descend Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025007', N'Finest Lagrimas Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025306', N'Finest Garnet Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026001', N'Aaru Shoes', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026002', N'Angler Shoes', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026003', N'Uriel Shoes', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026004', N'Gust Shoes', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026005', N'Uzalluet Shoes', N'1', N'2', N'2', N'2', N'6', N'60', N'5000', N'1', N'3', N'2', N'800', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026007', N'Finest Catalus Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026301', N'Finest Agate Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026302', N'Finest Lapis Lazuli Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026303', N'Finest Aquamarine Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026304', N'Finest Inca Rose Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026307', N'Finest Carnelian Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031001', N'Spectral Jackboots', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'1200', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031002', N'Gothic Jackboots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'1200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031003', N'Ylliana Jackboots', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'1200', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031004', N'Huntress Jackboots', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'1200', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031005', N'Drora Jackboots', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'1200', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031006', N'Finest Banded Chain Boots', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'1200', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031007', N'Finest Birni Chain Boots', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'1200', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032001', N'Spectral Jackboots', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'1200', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032002', N'Gothic Jackboots', N'1', N'0', N'0', N'3', N'2', N'45', N'4200', N'0', N'3', N'2', N'1200', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032003', N'Ylliana Jackboots', N'1', N'0', N'0', N'3', N'2', N'50', N'4200', N'0', N'3', N'2', N'1200', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032004', N'Huntress Jackboots', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'1200', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032005', N'Drora Jackboots', N'1', N'0', N'0', N'3', N'2', N'60', N'4200', N'0', N'3', N'2', N'1200', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032006', N'Finest Banded Chain Boots', N'1', N'0', N'0', N'3', N'2', N'20', N'4200', N'0', N'3', N'2', N'1200', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032007', N'Finest Birni Chain Boots', N'1', N'0', N'0', N'3', N'2', N'30', N'4200', N'0', N'3', N'2', N'1200', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034001', N'Necuratu Jackboots', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034002', N'Crude Jackboots', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'1200', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034003', N'Triton Jackboots', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034004', N'Kalavolg Jackboots', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'1200', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034005', N'Necuratu Jackboots', N'1', N'1', N'5', N'3', N'4', N'60', N'4400', N'1', N'3', N'2', N'1200', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034006', N'Finest Brisk Chain Boots', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034007', N'Finest Rivert Chain Boots', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035001', N'Pangolin Jackboots', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035002', N'Bared Jackboots', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035003', N'Harpy Jackboots', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'1200', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035004', N'Laughter Jackboots', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'1200', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035005', N'Zhichava Jackboots', N'1', N'1', N'3', N'3', N'5', N'60', N'4600', N'1', N'3', N'2', N'1200', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035006', N'Finest Libion Chain Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035007', N'Finest Monochromatic Chain Boots', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035306', N'Finest Garnet Chain Boots', N'1', N'2', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036001', N'Ekera Jackboots', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036002', N'Nettle Jackboots', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036003', N'Poniard Jackboots', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036004', N'Aspis Jackboots', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036005', N'Kraloo Jackboots', N'1', N'2', N'2', N'3', N'6', N'60', N'5000', N'1', N'3', N'2', N'1200', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036007', N'Finest Surtr Boots', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036301', N'Finest Agate Boots', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036302', N'Finest Lapis Lazuli Boots', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036303', N'Finest Aquamarine Boots', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036304', N'Finest Inca Rose Boots', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036307', N'Finest Carnelian Boots', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041001', N'Ethereal Boots', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'2300', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041002', N'Gemmed Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041003', N'Fourbe Boots', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'2300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041004', N'Callia Boots', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'2300', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041005', N'Chiclau Boots', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'2300', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041006', N'Finest Transitional War Boots', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'2300', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041007', N'Finest Raven War Boots', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042001', N'Ethereal Boots', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'2300', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042002', N'Gemmed Boots', N'1', N'0', N'0', N'4', N'2', N'45', N'4200', N'0', N'3', N'2', N'2300', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042003', N'Fourbe Boots', N'1', N'0', N'0', N'4', N'2', N'50', N'4200', N'0', N'3', N'2', N'2300', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042004', N'Callia Boots', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'2300', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042005', N'Chiclau Boots', N'1', N'0', N'0', N'4', N'2', N'60', N'4200', N'0', N'3', N'2', N'2300', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042006', N'Finest Transitional War Boots', N'1', N'0', N'0', N'4', N'2', N'20', N'4200', N'0', N'3', N'2', N'2300', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042007', N'Finest Raven War Boots', N'1', N'0', N'0', N'4', N'2', N'30', N'4200', N'0', N'3', N'2', N'2300', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044001', N'Noble Boots', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044002', N'Morgana Boots', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'2300', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044003', N'Arcanite Boots', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044004', N'Kharavela Boots', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'2300', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044005', N'Clockwork Boots', N'1', N'1', N'5', N'4', N'4', N'60', N'4400', N'1', N'3', N'2', N'2300', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044006', N'Finest Effort War Boots', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044007', N'Finest Empulroy War Boots', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045001', N'Brave Boots', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045002', N'Crypt War Boots', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045003', N'Celestine Boots', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'2300', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045004', N'Era Boots', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'2300', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045005', N'Blaghty Boots', N'1', N'1', N'3', N'4', N'5', N'60', N'4600', N'1', N'3', N'2', N'2300', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045006', N'Finest Blaze War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045007', N'Finest Fandom-Versus War Boots', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045306', N'Finest Garnet War Boots', N'1', N'2', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046001', N'Stygia Boots', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046002', N'Vengeance Boots', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046003', N'Willas Boots', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046004', N'Camilla Boots', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046005', N'Foiblo Boots', N'1', N'2', N'2', N'4', N'6', N'60', N'5000', N'1', N'3', N'2', N'2300', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046007', N'Finest Baldr War Boots', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046301', N'Finest Agate War Boots', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046302', N'Finest Lapis Lazuli War Boots', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046303', N'Finest Aquamarine War Boots', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046304', N'Finest Inca Rose War Boots', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046307', N'Finest Carnelian War Boots', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011001', N'Aura Sash', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'200', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011002', N'Arcane Sash', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'200', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011003', N'Gior Sash', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011004', N'Oukase Sash', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'200', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011005', N'Kyaglu Sash', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'200', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011006', N'Top Quality Lambswool Belt', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011007', N'Finest Shroud Belt', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'200', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012001', N'Aura Sash', N'1', N'0', N'0', N'1', N'2', N'40', N'3200', N'0', N'3', N'2', N'200', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012002', N'Arcane Sash', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'200', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012003', N'Gior Sash', N'1', N'0', N'0', N'1', N'2', N'50', N'3200', N'0', N'3', N'2', N'200', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012004', N'Oukase Sash', N'1', N'0', N'0', N'1', N'2', N'55', N'3200', N'0', N'3', N'2', N'200', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012005', N'Kyaglu Sash', N'1', N'0', N'0', N'1', N'2', N'60', N'3200', N'0', N'3', N'2', N'200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012006', N'Top Quality Lambswool Belt', N'1', N'0', N'0', N'1', N'2', N'20', N'3200', N'0', N'3', N'2', N'200', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012007', N'Finest Shroud Belt', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'200', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014001', N'Shady Sash', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014002', N'Charmed Sash', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014003', N'Knit Sash', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014004', N'Falcata Sash', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'200', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014005', N'Yeroti Sash', N'1', N'1', N'5', N'1', N'4', N'60', N'3400', N'1', N'3', N'2', N'200', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014006', N'Finest Forbidden Belt', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'200', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014007', N'Finest Indent Belt', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015001', N'Rainbow Sash', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015002', N'Gnomish Sash', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'200', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015003', N'Joyeuse Sash', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015004', N'Protector Sash', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'200', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015005', N'Amarow Sash', N'1', N'1', N'3', N'1', N'5', N'60', N'3600', N'1', N'3', N'2', N'200', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015006', N'Finest Ventus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015007', N'Finest Caligo Belt', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015306', N'Finest Garnet Belt', N'1', N'2', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016001', N'Jigoku Sash', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016002', N'Quintara Sash', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016003', N'Yufnae Sash', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016004', N'Kilij-Kalkhan Sash', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016005', N'Opaline Sash', N'1', N'2', N'2', N'1', N'6', N'60', N'4000', N'1', N'3', N'2', N'200', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016007', N'Finest Valfare Belt', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016301', N'Finest Agate Belt', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016302', N'Finest Lapis Lazuli Belt', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016303', N'Finest Aquamarine Belt', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016304', N'Finest Inca Rose Belt', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016307', N'Finest Carnelian Belt', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021001', N'Callous Cinture', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'300', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021002', N'Oiled Cinture', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'300', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021003', N'Telek Cinture', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021004', N'Alifae Cinture', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'300', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021005', N'Groovy Cinture', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'300', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021006', N'Finest Suede Leather Belt', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021007', N'Finest Veil Leather Belt', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'300', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022001', N'Callous Cinture', N'1', N'0', N'0', N'2', N'2', N'40', N'3200', N'0', N'3', N'2', N'300', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022002', N'Oiled Cinture', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'300', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022003', N'Telek Cinture', N'1', N'0', N'0', N'2', N'2', N'50', N'3200', N'0', N'3', N'2', N'300', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022004', N'Alifae Cinture', N'1', N'0', N'0', N'2', N'2', N'55', N'3200', N'0', N'3', N'2', N'300', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022005', N'Groovy Cinture', N'1', N'0', N'0', N'2', N'2', N'60', N'3200', N'0', N'3', N'2', N'300', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022006', N'Finest Suede Leather Belt', N'1', N'0', N'0', N'2', N'2', N'20', N'3200', N'0', N'3', N'2', N'300', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022007', N'Finest Veil Leather Belt', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'300', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024001', N'Diavolu Cinture', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024002', N'Guardian''s Cinture', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024003', N'Uraso Cinture', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024004', N'Cool Cinture', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'300', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024005', N'Ithrojay Cinture', N'1', N'1', N'5', N'2', N'4', N'60', N'3400', N'1', N'3', N'2', N'300', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024006', N'Finest Facility Leather Belt', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'300', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024007', N'Finest Deliver Leather Belt', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025001', N'Mictlan Cinture', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025002', N'Agile Cinture', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'300', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025003', N'Velita Cinture', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025004', N'Fossa Cinture', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'300', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025005', N'Refrell Cinture', N'1', N'1', N'3', N'2', N'5', N'60', N'3600', N'1', N'3', N'2', N'300', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025006', N'Finest Descend Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025007', N'Finest Lagrimas Leather Belt', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025306', N'Finest Garnet Leather Belt', N'1', N'2', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026001', N'Aaru Cinture', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026002', N'Angler Cinture', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026003', N'Uriel Cinture', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026004', N'Gust Cinture', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026005', N'Uzalluet Cinture', N'1', N'2', N'2', N'2', N'6', N'60', N'4000', N'1', N'3', N'2', N'300', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026007', N'Finest Catalus Leather Belt', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026301', N'Finest Agate Leather Belt', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026302', N'Finest Lapis Lazuli Leather Belt', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026303', N'Finest Aquamarine Leather Belt', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026304', N'Finest Inca Rose Leather Belt', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026307', N'Finest Carnelian Leather Belt', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031001', N'Spectral Binding', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'500', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031002', N'Sapphire Binding', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'500', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031003', N'Zuhr Binding', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031004', N'Fedora Binding', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'500', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031005', N'Jaymic Binding', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'500', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031006', N'Finest Banded Chain Belt', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031007', N'Finest Birni Chain Belt', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'500', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032001', N'Spectral Binding', N'1', N'0', N'0', N'3', N'2', N'40', N'3200', N'0', N'3', N'2', N'500', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032002', N'Sapphire Binding', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'500', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032003', N'Zuhr Binding', N'1', N'0', N'0', N'3', N'2', N'50', N'3200', N'0', N'3', N'2', N'500', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032004', N'Fedora Binding', N'1', N'0', N'0', N'3', N'2', N'55', N'3200', N'0', N'3', N'2', N'500', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032005', N'Jaymic Binding', N'1', N'0', N'0', N'3', N'2', N'60', N'3200', N'0', N'3', N'2', N'500', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032006', N'Finest Banded Chain Belt', N'1', N'0', N'0', N'3', N'2', N'20', N'3200', N'0', N'3', N'2', N'500', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032007', N'Finest Birni Chain Belt', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'500', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034001', N'Necuratu Binding', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034002', N'Crude Binding', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034003', N'Triton Binding', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034004', N'Kalavolg Binding', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'500', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034005', N'Necuratu Binding', N'1', N'1', N'5', N'3', N'4', N'60', N'3400', N'1', N'3', N'2', N'500', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034006', N'Finest Brisk Chain Belt', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'500', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034007', N'Finest Rivert Chain Belt', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035001', N'Pangolin Binding', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035002', N'Bared Binding', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'500', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035003', N'Harpy Binding', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035004', N'Laughter Binding', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'500', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035005', N'Zhichava Binding', N'1', N'1', N'3', N'3', N'5', N'60', N'3600', N'1', N'3', N'2', N'500', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035006', N'Finest Libion Chain Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035007', N'Finest Monochromatic Chain Belt', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035306', N'Finest Garnet Chain Belt', N'1', N'2', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036001', N'Ekera Binding', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036002', N'Nettle Binding', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036003', N'Poniard Binding', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036004', N'Aspis Binding', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036005', N'Kraloo Binding', N'1', N'2', N'2', N'3', N'6', N'60', N'4000', N'1', N'3', N'2', N'500', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036007', N'Finest Surtr Chain Belt', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036301', N'Finest Agate Chain Belt', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036302', N'Finest Lapis Lazuli Chain Belt', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036303', N'Finest Aquamarine Chain Belt', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036304', N'Finest Inca Rose Chain Belt', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036307', N'Finest Carnelian Chain Belt', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041001', N'Ethereal Belt', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041002', N'Kalypsys Belt', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041003', N'Lorelei Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041004', N'Titan Belt', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041005', N'Chromatic Belt', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041006', N'Finest Transitional War Belt', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041007', N'Finest Raven War Belt', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042001', N'Ethereal Belt', N'1', N'0', N'0', N'4', N'2', N'40', N'3200', N'0', N'3', N'2', N'900', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042002', N'Kalypsys Belt', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042003', N'Lorelei Belt', N'1', N'0', N'0', N'4', N'2', N'50', N'3200', N'0', N'3', N'2', N'900', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042004', N'Titan Belt', N'1', N'0', N'0', N'4', N'2', N'55', N'3200', N'0', N'3', N'2', N'900', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042005', N'Chromatic Belt', N'1', N'0', N'0', N'4', N'2', N'60', N'3200', N'0', N'3', N'2', N'900', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042006', N'Finest Transitional War Belt', N'1', N'0', N'0', N'4', N'2', N'20', N'3200', N'0', N'3', N'2', N'900', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042007', N'Finest Raven War Belt', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044001', N'Noble Belt', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044002', N'Morgana Belt', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044003', N'Arcanite Belt', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044004', N'Kharavela Belt', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044005', N'Clockwork Belt', N'1', N'1', N'5', N'4', N'4', N'60', N'3400', N'1', N'3', N'2', N'900', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044006', N'Finest Effort War Belt', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044007', N'Finest Empulroy War Belt', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045001', N'Brave Belt', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045002', N'Crypt War Belt', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045003', N'Celestine Belt', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045004', N'Era Belt', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045005', N'Blaghty Belt', N'1', N'1', N'3', N'4', N'5', N'60', N'3600', N'1', N'3', N'2', N'900', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045006', N'Finest Blaze War Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045007', N'Finest Fandom-Versus War Belt', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045306', N'Finest Garnet War Belt', N'1', N'2', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046001', N'Stygia Belt', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046002', N'Vengeance Belt', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046003', N'Willas Belt', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046004', N'Camilla Belt', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046005', N'Foiblo Belt', N'1', N'2', N'2', N'4', N'6', N'60', N'4000', N'1', N'3', N'2', N'900', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046007', N'Finest Baldr War Belt', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046301', N'Finest Agate War Belt', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046302', N'Finest Lapis Lazuli War Belt', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046303', N'Finest Aquamarine War Belt', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046304', N'Finest Inca Rose War Belt', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046307', N'Finest Carnelian War Belt', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011001', N'Aura Mittens', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011002', N'Louvette Mittens', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011003', N'Hollis Mittens', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011004', N'Tizona Mittens', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011005', N'Remy Mittens', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011006', N'Top Quality Lambswool Gloves', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011007', N'Finest Shroud Gloves', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012001', N'Aura Mittens', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012002', N'Louvette Mittens', N'1', N'0', N'0', N'1', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012003', N'Hollis Mittens', N'1', N'0', N'0', N'1', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012004', N'Tizona Mittens', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012005', N'Remy Mittens', N'1', N'0', N'0', N'1', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012006', N'Top Quality Lambswool Gloves', N'1', N'0', N'0', N'1', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012007', N'Finest Shroud Gloves', N'1', N'0', N'0', N'1', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014001', N'Shady Mittens', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014002', N'Charmed Mittens', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014003', N'Knit Mittens', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014004', N'Falcata Mittens', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014005', N'Yeroti Mittens', N'1', N'1', N'5', N'1', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014006', N'Finest Forbidden Gloves', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014007', N'Finest Indent Gloves', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015001', N'Rainbow Mittens', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015002', N'Gnomish Mittens', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015003', N'Joyeuse Mittens', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015004', N'Protector Mittens', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015005', N'Amarow Mittens', N'1', N'1', N'3', N'1', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015006', N'Finest Ventus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015007', N'Finest Caligo Gloves', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015306', N'Finest Garnet Gloves', N'1', N'2', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016001', N'Jigoku Mittens', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016002', N'Quintara Mittens', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016003', N'Yufnae Mittens', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016004', N'Kilij-Kalkhan Mittens', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016005', N'Opaline Mittens', N'1', N'2', N'2', N'1', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016007', N'Finest Valfare Gloves', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016301', N'Finest Agate Gloves', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016302', N'Finest Lapis Lazuli Gloves', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016303', N'Finest Aquamarine Gloves', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016304', N'Finest Inca Rose Gloves', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016307', N'Finest Carnelian Gloves', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021001', N'Callous Bracers', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021002', N'Cryption Bracers', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021003', N'Firey Bracers', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021004', N'Bogart Bracers', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021005', N'Hefeydd Bracers', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021006', N'Finest Suede Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021007', N'Finest Veil Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022001', N'Callous Bracers', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022002', N'Cryption Bracers', N'1', N'0', N'0', N'2', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022003', N'Firey Bracers', N'1', N'0', N'0', N'2', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022004', N'Bogart Bracers', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022005', N'Hefeydd Bracers', N'1', N'0', N'0', N'2', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022006', N'Finest Suede Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022007', N'Finest Veil Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024001', N'Diavolu Bracers', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024002', N'Guardian''s Bracers', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024003', N'Uraso Bracers', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024004', N'Cool Bracers', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024005', N'Ithrojay Bracers', N'1', N'1', N'5', N'2', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024006', N'Finest Facility Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024007', N'Finest Deliver Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025001', N'Mictlan Bracers', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025002', N'Agile Bracers', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025003', N'Velita Bracers', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025004', N'Fossa Bracers', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025005', N'Refrell Bracers', N'1', N'1', N'3', N'2', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025006', N'Finest Descend Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025007', N'Finest Lagrimas Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025306', N'Finest Garnet Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026001', N'Aaru Bracers', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026002', N'Angler Bracers', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026003', N'Uriel Bracers', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026004', N'Gust Bracers', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026005', N'Uzalluet Bracers', N'1', N'2', N'2', N'2', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026007', N'Finest Catalus Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026301', N'Finest Agate Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026302', N'Finest Lapis Lazuli Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026303', N'Finest Aquamarine Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026304', N'Finest Inca Rose Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026307', N'Finest Carnelian Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031001', N'Spectral Gloves', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031002', N'Gothic Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031003', N'Ylliana Gloves', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031004', N'Huntress Gloves', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031005', N'Drora Gloves', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031006', N'Finest Banded Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031007', N'Finest Birni Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032001', N'Spectral Gloves', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032002', N'Gothic Gloves', N'1', N'0', N'0', N'3', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032003', N'Ylliana Gloves', N'1', N'0', N'0', N'3', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032004', N'Huntress Gloves', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032005', N'Drora Gloves', N'1', N'0', N'0', N'3', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032006', N'Finest Banded Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032007', N'Finest Birni Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034001', N'Necuratu Gloves', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034002', N'Crude Gloves', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034003', N'Triton Gloves', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034004', N'Kalavolg Gloves', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034005', N'Necuratu Gloves', N'1', N'1', N'5', N'3', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034006', N'Finest Brisk Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034007', N'Finest Rivert Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035001', N'Pangolin Gloves', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035002', N'Bared Gloves', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035003', N'Harpy Gloves', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035004', N'Laughter Gloves', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035005', N'Zhichava Gloves', N'1', N'1', N'3', N'3', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035006', N'Finest Libion Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035007', N'Finest Monochromatic Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035306', N'Finest Garnet Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036001', N'Ekera Gloves', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036002', N'Nettle Gloves', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036003', N'Poniard Gloves', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036004', N'Aspis Gloves', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036005', N'Kraloo Gloves', N'1', N'2', N'2', N'3', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036007', N'Finest Surtr Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036301', N'Finest Agate Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036302', N'Finest Lapis Lazuli Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036303', N'Finest Aquamarine Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036304', N'Finest Inca Rose Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036307', N'Finest Carnelian Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041001', N'Ethereal Vambraces', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041002', N'Gemmed Vambraces', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041003', N'Fourbe Vambraces', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041004', N'Callia Vambraces', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041005', N'Chiclau Vambraces', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041006', N'Finest Transitional War Gloves', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041007', N'Finest Raven War Gloves', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042001', N'Ethereal Vambraces', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042002', N'Gemmed Vambraces', N'1', N'0', N'0', N'4', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042003', N'Fourbe Vambraces', N'1', N'0', N'0', N'4', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042004', N'Callia Vambraces', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042005', N'Chiclau Vambraces', N'1', N'0', N'0', N'4', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042006', N'Finest Transitional War Gloves', N'1', N'0', N'0', N'4', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042007', N'Finest Raven War Gloves', N'1', N'0', N'0', N'4', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044001', N'Noble Vambraces', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044002', N'Morgana Vambraces', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044003', N'Arcanite Vambraces', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044004', N'Kharavela Vambraces', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044005', N'Clockwork Vambraces', N'1', N'1', N'5', N'4', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044006', N'Finest Effort War Gloves', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044007', N'Finest Empulroy War Gloves', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045001', N'Brave Vambraces', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045002', N'Crypt War Gloves', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045003', N'Celestine Vambraces', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045004', N'Era Vambraces', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045005', N'Blaghty Vambraces', N'1', N'1', N'3', N'4', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045006', N'Finest Blaze War Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045007', N'Finest Fandom-Versus War Gloves', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045306', N'Finest Garnet War Gloves', N'1', N'2', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046001', N'Stygia Vambraces', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046002', N'Vengeance Vambraces', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046003', N'Willas Vambraces', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046004', N'Camilla Vambraces', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046005', N'Foiblo Vambraces', N'1', N'2', N'2', N'4', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046007', N'Finest Baldr War Gloves', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046301', N'Finest Agate War Gloves', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046302', N'Finest Lapis Lazuli War Gloves', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046303', N'Finest Aquamarine War Gloves', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046304', N'Finest Inca Rose War Gloves', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046307', N'Finest Carnelian War Gloves', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015001', N'White Sword', N'1', N'1', N'3', N'5', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015002', N'Cursed Cataphract Sword', N'1', N'1', N'3', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015003', N'Giant Mole Sword', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015004', N'Seraph Sword', N'1', N'1', N'3', N'5', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015005', N'Massive Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025001', N'White Axe', N'1', N'1', N'3', N'6', N'5', N'24', N'9000', N'1', N'3', N'1', N'2200', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025002', N'Cursed Cataphract Axe', N'1', N'1', N'3', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025003', N'Giant Mole Axe', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025004', N'Seraph Axe', N'1', N'1', N'3', N'6', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025005', N'Massive Butcher Mace', N'1', N'1', N'3', N'6', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035001', N'White Witch Sword', N'1', N'1', N'3', N'7', N'5', N'24', N'9000', N'1', N'3', N'1', N'2500', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035002', N'Cursed Cataphract Witch Sword', N'1', N'1', N'3', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035003', N'Giant Mole Witch Sword', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035004', N'Seraph Witch Sword', N'1', N'1', N'3', N'7', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035005', N'Massive Butcher Witch Sword', N'1', N'1', N'3', N'7', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045001', N'White Scythe', N'1', N'1', N'3', N'8', N'5', N'24', N'9000', N'1', N'3', N'1', N'2600', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045002', N'Cursed Cataphract Scythe', N'1', N'1', N'3', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045003', N'Giant Mole Scythe', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045004', N'Seraph Scythe', N'1', N'1', N'3', N'8', N'5', N'26', N'9000', N'1', N'3', N'1', N'2600', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045005', N'Massive Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'29', N'9000', N'1', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055001', N'White Gauntlets', N'1', N'1', N'3', N'9', N'5', N'24', N'9000', N'1', N'3', N'1', N'2300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055002', N'Cursed Cataphract Gauntlets', N'1', N'1', N'3', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055003', N'Giant Mole Gauntlets', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055004', N'Seraph Gauntlets', N'1', N'1', N'3', N'9', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055005', N'Massive Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065001', N'White Claw', N'1', N'1', N'3', N'10', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065002', N'Cursed Cataphract Claw', N'1', N'1', N'3', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065003', N'Giant Mole Claw', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065004', N'Seraph Claw', N'1', N'1', N'3', N'10', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065005', N'Massive Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075001', N'White Revolver', N'1', N'1', N'3', N'11', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075002', N'Cursed Cataphract Revolver', N'1', N'1', N'3', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075003', N'Giant Mole Revolver', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075004', N'Seraph Revolver', N'1', N'1', N'3', N'11', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075005', N'Massive Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085001', N'White Musket', N'1', N'1', N'3', N'12', N'5', N'24', N'9000', N'1', N'3', N'1', N'2200', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085002', N'Cursed Cataphract Musket', N'1', N'1', N'3', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085003', N'Giant Mole Musket', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085004', N'Seraph Musket', N'1', N'1', N'3', N'12', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085005', N'Massive Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095001', N'White Witch Twin Swords', N'1', N'1', N'3', N'55', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095002', N'Cursed Cataphract Twin Swords', N'1', N'1', N'3', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095003', N'Giant Mole Twin Swords', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095004', N'Seraph Twin Swords', N'1', N'1', N'3', N'55', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095005', N'Massive Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115001', N'White Witch Glaive', N'1', N'1', N'3', N'56', N'5', N'24', N'9000', N'1', N'3', N'1', N'2500', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115002', N'Cursed Cataphract Glaive', N'1', N'1', N'3', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115003', N'Giant Mole Glaive', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115004', N'Seraph Glaive', N'1', N'1', N'3', N'56', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115005', N'Massive Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135001', N'Fluffy''s Demon Hands', N'1', N'1', N'3', N'57', N'5', N'24', N'9000', N'1', N'3', N'1', N'2300', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135002', N'Cursed Cataphract Demon Hands', N'1', N'1', N'3', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135003', N'Giant Mole Demon Hands', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135004', N'Seraph Demon Hands', N'1', N'1', N'3', N'57', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135005', N'Massive Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155001', N'White Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155002', N'Cursed Cataphract Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155003', N'Giant Mole Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155004', N'Seraph Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155005', N'Massive Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000001', N'Ice Crystal', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000002', N'Complete Pendant', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000003', N'Lucky Coin', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000004', N'Card Key 1', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000005', N'Card Key 2', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000006', N'Theater Ticket', N'4', N'0', N'0', N'15', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000007', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000008', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000009', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912000010', N'Worst HP Potion', N'2', N'0', N'0', N'13', N'1', N'1', N'100', N'0', N'0', N'0', N'1', N'20', N'0') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015001', N'White Robe', N'1', N'1', N'3', N'1', N'5', N'24', N'6500', N'1', N'3', N'2', N'1400', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015002', N'Cursed Cataphract Robe', N'1', N'1', N'3', N'1', N'5', N'22', N'6500', N'1', N'3', N'2', N'1400', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015003', N'Giant Mole Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015004', N'Seraph Robe', N'1', N'1', N'3', N'1', N'5', N'26', N'6500', N'1', N'3', N'2', N'1400', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015005', N'Massive Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'29', N'6500', N'1', N'3', N'2', N'1400', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025001', N'White Armor', N'1', N'1', N'3', N'2', N'5', N'24', N'6500', N'1', N'3', N'2', N'1900', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025002', N'Cursed Cataphract Armor', N'1', N'1', N'3', N'2', N'5', N'22', N'6500', N'1', N'3', N'2', N'1900', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025003', N'Giant Mole Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025004', N'Seraph Armor', N'1', N'1', N'3', N'2', N'5', N'26', N'6500', N'1', N'3', N'2', N'1900', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025005', N'Massive Butcher Armor', N'1', N'1', N'3', N'2', N'5', N'29', N'6500', N'1', N'3', N'2', N'1900', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035001', N'White Mail', N'1', N'1', N'3', N'3', N'5', N'24', N'6500', N'1', N'3', N'2', N'3000', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035002', N'Cursed Cataphract Mail', N'1', N'1', N'3', N'3', N'5', N'22', N'6500', N'1', N'3', N'2', N'3000', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035003', N'Giant Mole Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035004', N'Seraph Mail', N'1', N'1', N'3', N'3', N'5', N'26', N'6500', N'1', N'3', N'2', N'3000', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035005', N'Massive Butcher Mail', N'1', N'1', N'3', N'3', N'5', N'29', N'6500', N'1', N'3', N'2', N'3000', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045001', N'White Plate', N'1', N'1', N'3', N'4', N'5', N'24', N'6500', N'1', N'3', N'2', N'5700', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045002', N'Cursed Cataphract Plate', N'1', N'1', N'3', N'4', N'5', N'22', N'6500', N'1', N'3', N'2', N'5700', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045003', N'Giant Mole Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045004', N'Seraph Plate', N'1', N'1', N'3', N'4', N'5', N'26', N'6500', N'1', N'3', N'2', N'5700', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045005', N'Massive Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'29', N'6500', N'1', N'3', N'2', N'5700', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015001', N'White Pants', N'1', N'1', N'3', N'1', N'5', N'24', N'6000', N'1', N'3', N'2', N'1100', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015002', N'Cursed Cataphract Pants', N'1', N'1', N'3', N'1', N'5', N'22', N'6000', N'1', N'3', N'2', N'1100', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015003', N'Giant Mole Pants', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015004', N'Seraph Pants', N'1', N'1', N'3', N'1', N'5', N'26', N'6000', N'1', N'3', N'2', N'1100', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015005', N'Massive Butcher Leggings', N'1', N'1', N'3', N'1', N'5', N'29', N'6000', N'1', N'3', N'2', N'1100', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025001', N'White Leather Pants', N'1', N'1', N'3', N'2', N'5', N'24', N'6000', N'1', N'3', N'2', N'1600', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025002', N'Cursed Cataphract Leather Pants', N'1', N'1', N'3', N'2', N'5', N'22', N'6000', N'1', N'3', N'2', N'1600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025003', N'Giant Mole Leather Pants', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025004', N'Seraph Leather Pants', N'1', N'1', N'3', N'2', N'5', N'26', N'6000', N'1', N'3', N'2', N'1600', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025005', N'Massive Butcher Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'29', N'6000', N'1', N'3', N'2', N'1600', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035001', N'White Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'24', N'6000', N'1', N'3', N'2', N'2400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035002', N'Cursed Cataphract Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'22', N'6000', N'1', N'3', N'2', N'2400', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035003', N'Giant Mole Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035004', N'Seraph Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'26', N'6000', N'1', N'3', N'2', N'2400', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035005', N'Massive Butcher Chain Greave', N'1', N'1', N'3', N'3', N'5', N'29', N'6000', N'1', N'3', N'2', N'2400', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045001', N'White Greaves', N'1', N'1', N'3', N'4', N'5', N'24', N'6000', N'1', N'3', N'2', N'4600', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045002', N'Cursed Cataphract Greaves', N'1', N'1', N'3', N'4', N'5', N'22', N'6000', N'1', N'3', N'2', N'4600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045003', N'Giant Mole Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045004', N'Seraph Greaves', N'1', N'1', N'3', N'4', N'5', N'26', N'6000', N'1', N'3', N'2', N'4600', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045005', N'Massive Butcher Greave', N'1', N'1', N'3', N'4', N'5', N'29', N'6000', N'1', N'3', N'2', N'4600', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015001', N'White Shoes', N'1', N'1', N'3', N'1', N'5', N'24', N'4600', N'1', N'3', N'2', N'600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015002', N'Cursed Cataphract Shoes', N'1', N'1', N'3', N'1', N'5', N'22', N'4600', N'1', N'3', N'2', N'600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015003', N'Giant Mole Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015004', N'Seraph Shoes', N'1', N'1', N'3', N'1', N'5', N'26', N'4600', N'1', N'3', N'2', N'600', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015005', N'Massive Butcher Shoes', N'1', N'1', N'3', N'1', N'5', N'29', N'4600', N'1', N'3', N'2', N'600', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025001', N'White Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'24', N'4600', N'1', N'3', N'2', N'800', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025002', N'Cursed Cataphract Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'22', N'4600', N'1', N'3', N'2', N'800', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025003', N'Giant Mole Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025004', N'Seraph Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'26', N'4600', N'1', N'3', N'2', N'800', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025005', N'Massive Butcher LeatherShoes', N'1', N'1', N'3', N'2', N'5', N'29', N'4600', N'1', N'3', N'2', N'800', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035001', N'White Boots', N'1', N'1', N'3', N'3', N'5', N'24', N'4600', N'1', N'3', N'2', N'1200', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035002', N'Cursed Cataphract Boots', N'1', N'1', N'3', N'3', N'5', N'22', N'4600', N'1', N'3', N'2', N'1200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035003', N'Giant Mole Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035004', N'Seraph Boots', N'1', N'1', N'3', N'3', N'5', N'26', N'4600', N'1', N'3', N'2', N'1200', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035005', N'Massive Butcher Boots', N'1', N'1', N'3', N'3', N'5', N'29', N'4600', N'1', N'3', N'2', N'1200', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045001', N'White War Boots', N'1', N'1', N'3', N'4', N'5', N'24', N'4600', N'1', N'3', N'2', N'2300', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045002', N'Cursed Cataphract War Boots', N'1', N'1', N'3', N'4', N'5', N'22', N'4600', N'1', N'3', N'2', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045003', N'Giant Mole War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045004', N'Seraph War Boots', N'1', N'1', N'3', N'4', N'5', N'26', N'4600', N'1', N'3', N'2', N'2300', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_All] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045005', N'Massive Butcher War Boots', N'1', N'1', N'3', N'4', N'5', N'29', N'4600', N'1', N'3', N'2', N'2300', N'3730', N'616') GO -- ---------------------------- -- Table structure for Base_ItemTable_Armor -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_ItemTable_Armor]') AND type IN ('U')) DROP TABLE [dbo].[Base_ItemTable_Armor] GO CREATE TABLE [dbo].[Base_ItemTable_Armor] ( [id] int NOT NULL, [name] nvarchar(100) COLLATE Korean_Wansung_CI_AS NOT NULL, [inventory_type] int DEFAULT 0 NOT NULL, [RestraintType] int NOT NULL, [ReconstructionMax] int NOT NULL, [Category] int NOT NULL, [Branch] int NOT NULL, [LevelLimit] int NOT NULL, [max_dur] int DEFAULT 0 NOT NULL, [is_socket] int DEFAULT 0 NOT NULL, [max_socket_num] int DEFAULT 0 NOT NULL, [kind] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL, [BuyPrice] int NOT NULL, [SellPrice] int NOT NULL ) GO ALTER TABLE [dbo].[Base_ItemTable_Armor] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_ItemTable_Armor -- ---------------------------- INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'630511', N'Militia Ring', N'1', N'2', N'0', N'17', N'2', N'3', N'0', N'0', N'0', N'0', N'300', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011001', N'Apprentice Robe', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011002', N'Fabric Robe', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011003', N'Linen Robe', N'1', N'0', N'0', N'1', N'1', N'4', N'5000', N'0', N'0', N'2', N'1400', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011004', N'Fleece Robe', N'1', N'0', N'0', N'1', N'1', N'7', N'5000', N'0', N'0', N'2', N'1400', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011005', N'Silky Yarn Robe', N'1', N'0', N'0', N'1', N'1', N'10', N'5000', N'0', N'0', N'2', N'1400', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011006', N'Wool Robe', N'1', N'0', N'0', N'1', N'1', N'13', N'5000', N'0', N'0', N'2', N'1400', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011007', N'Silk Robe', N'1', N'0', N'0', N'1', N'1', N'16', N'5000', N'0', N'0', N'2', N'1400', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011008', N'Ram''s Wool Robe', N'1', N'0', N'0', N'1', N'1', N'19', N'5000', N'0', N'0', N'2', N'1400', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011009', N'Muslin Robe', N'1', N'0', N'0', N'1', N'1', N'22', N'5000', N'0', N'0', N'2', N'1400', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011010', N'Luna Robe', N'1', N'0', N'0', N'1', N'1', N'25', N'5000', N'0', N'0', N'2', N'1400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011011', N'Celestial Robe', N'1', N'0', N'0', N'1', N'1', N'28', N'5000', N'0', N'0', N'2', N'1400', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011012', N'Mystical Robe', N'1', N'0', N'0', N'1', N'1', N'31', N'5000', N'0', N'0', N'2', N'1400', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011013', N'Sorceress Robe', N'1', N'0', N'0', N'1', N'1', N'34', N'5000', N'0', N'0', N'2', N'1400', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011014', N'Angora Robe', N'1', N'0', N'0', N'1', N'1', N'37', N'5000', N'0', N'0', N'2', N'1400', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011015', N'Aramid Robe', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011016', N'Berber Robe', N'1', N'0', N'0', N'1', N'1', N'43', N'5000', N'0', N'0', N'2', N'1400', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011017', N'Brocade Robe', N'1', N'0', N'0', N'1', N'1', N'46', N'5000', N'0', N'0', N'2', N'1400', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011018', N'Brocade Robe', N'1', N'0', N'0', N'1', N'1', N'49', N'5000', N'0', N'0', N'2', N'1400', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011019', N'Tartan Robe', N'1', N'0', N'0', N'1', N'1', N'52', N'5000', N'0', N'0', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12011020', N'Weaving Robe', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012001', N'Fabric Robe', N'1', N'0', N'0', N'1', N'2', N'2', N'5500', N'0', N'3', N'2', N'1400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012002', N'Linen Robe', N'1', N'0', N'0', N'1', N'2', N'5', N'5500', N'0', N'3', N'2', N'1400', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012003', N'Fleece Robe', N'1', N'0', N'0', N'1', N'2', N'8', N'5500', N'0', N'3', N'2', N'1400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012004', N'Silky Yarn Robe', N'1', N'0', N'0', N'1', N'2', N'11', N'5500', N'0', N'3', N'2', N'1400', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012005', N'Wool Robe', N'1', N'0', N'0', N'1', N'2', N'14', N'5500', N'0', N'3', N'2', N'1400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012006', N'Silk Robe', N'1', N'0', N'0', N'1', N'2', N'17', N'5500', N'0', N'3', N'2', N'1400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012007', N'Ram''s Wool Robe', N'1', N'0', N'0', N'1', N'2', N'20', N'5500', N'0', N'3', N'2', N'1400', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012008', N'Muslin Robe', N'1', N'0', N'0', N'1', N'2', N'23', N'5500', N'0', N'3', N'2', N'1400', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012009', N'Luna Robe', N'1', N'0', N'0', N'1', N'2', N'26', N'5500', N'0', N'3', N'2', N'1400', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012010', N'Celestial Robe', N'1', N'0', N'0', N'1', N'2', N'29', N'5500', N'0', N'3', N'2', N'1400', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012011', N'Mystical Robe', N'1', N'0', N'0', N'1', N'2', N'32', N'5500', N'0', N'3', N'2', N'1400', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012012', N'Sorceress Robe', N'1', N'0', N'0', N'1', N'2', N'35', N'5500', N'0', N'3', N'2', N'1400', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012013', N'Angora Robe', N'1', N'0', N'0', N'1', N'2', N'38', N'5500', N'0', N'3', N'2', N'1400', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012014', N'Aramid Robe', N'1', N'0', N'0', N'1', N'2', N'41', N'5500', N'0', N'3', N'2', N'1400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012015', N'Berber Robe', N'1', N'0', N'0', N'1', N'2', N'44', N'5500', N'0', N'3', N'2', N'1400', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012016', N'Brocade Robe', N'1', N'0', N'0', N'1', N'2', N'47', N'5500', N'0', N'3', N'2', N'1400', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012017', N'Doeskin Robe', N'1', N'0', N'0', N'1', N'2', N'50', N'5500', N'0', N'3', N'2', N'1400', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12012018', N'Tartan Robe', N'1', N'0', N'0', N'1', N'2', N'53', N'5500', N'0', N'3', N'2', N'1400', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014001', N'Lavish Robe', N'1', N'1', N'5', N'1', N'4', N'5', N'6000', N'1', N'3', N'2', N'1400', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014002', N'Insidious Robe', N'1', N'1', N'5', N'1', N'4', N'10', N'6000', N'1', N'3', N'2', N'1400', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014003', N'Exceptional Robe', N'1', N'1', N'5', N'1', N'4', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014004', N'Fervid Robe', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014005', N'Nefarious Robe', N'1', N'1', N'5', N'1', N'4', N'25', N'6000', N'1', N'3', N'2', N'1400', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014006', N'Diabolic Robe', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014007', N'Sacred Robe', N'1', N'1', N'5', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014008', N'Devious Robe', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014009', N'Distinct Robe', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014010', N'Taffeta Robe', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12014011', N'Obscure Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015001', N'Vital Robe', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015002', N'Wisdom Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015003', N'Bentus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015004', N'Raschel Robe', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015005', N'Calico Robe', N'1', N'1', N'3', N'1', N'5', N'30', N'6500', N'1', N'3', N'2', N'1400', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015006', N'Lumen Robe', N'1', N'1', N'3', N'1', N'5', N'35', N'6500', N'1', N'3', N'2', N'1400', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015007', N'Starlight Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015008', N'Fluer Robe', N'1', N'1', N'3', N'1', N'5', N'45', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015009', N'Pincord Robe', N'1', N'1', N'3', N'1', N'5', N'50', N'6500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12015010', N'Dusk Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021001', N'Apprentice Leather Armor', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021002', N'Light Leather Armor', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021003', N'Leather Armor', N'1', N'0', N'0', N'2', N'1', N'4', N'5000', N'0', N'0', N'2', N'1900', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021004', N'Quilted Leather Armor', N'1', N'0', N'0', N'2', N'1', N'7', N'5000', N'0', N'0', N'2', N'1900', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021005', N'Studded Leather Armor', N'1', N'0', N'0', N'2', N'1', N'10', N'5000', N'0', N'0', N'2', N'1900', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021006', N'Hunter Armor', N'1', N'0', N'0', N'2', N'1', N'13', N'5000', N'0', N'0', N'2', N'1900', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021007', N'Carp Armor', N'1', N'0', N'0', N'2', N'1', N'16', N'5000', N'0', N'0', N'2', N'1900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021008', N'Suede Armor', N'1', N'0', N'0', N'2', N'1', N'19', N'5000', N'0', N'0', N'2', N'1900', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021009', N'Nubuck Armor', N'1', N'0', N'0', N'2', N'1', N'22', N'5000', N'0', N'0', N'2', N'1900', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021010', N'Slink Armor', N'1', N'0', N'0', N'2', N'1', N'25', N'5000', N'0', N'0', N'2', N'1900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021011', N'Hide Armor', N'1', N'0', N'0', N'2', N'1', N'28', N'5000', N'0', N'0', N'2', N'1900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021012', N'Buckskin Armor', N'1', N'0', N'0', N'2', N'1', N'31', N'5000', N'0', N'0', N'2', N'1900', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021013', N'Shagreen Armor', N'1', N'0', N'0', N'2', N'1', N'34', N'5000', N'0', N'0', N'2', N'1900', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021014', N'Lamellar Armor', N'1', N'0', N'0', N'2', N'1', N'37', N'5000', N'0', N'0', N'2', N'1900', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021015', N'Brigandine Armor', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021016', N'Lorica Armor ', N'1', N'0', N'0', N'2', N'1', N'43', N'5000', N'0', N'0', N'2', N'1900', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021017', N'Swollen Leather Armor', N'1', N'0', N'0', N'2', N'1', N'46', N'5000', N'0', N'0', N'2', N'1900', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021018', N'Sinful Leather Armor', N'1', N'0', N'0', N'2', N'1', N'49', N'5000', N'0', N'0', N'2', N'1900', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021019', N'Holy Leather Armor', N'1', N'0', N'0', N'2', N'1', N'52', N'5000', N'0', N'0', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12021020', N'Artisanal Leather Armor', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022001', N'Light Leather Armor', N'1', N'0', N'0', N'2', N'2', N'2', N'5500', N'0', N'3', N'2', N'1900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022002', N'Leather Armor', N'1', N'0', N'0', N'2', N'2', N'5', N'5500', N'0', N'3', N'2', N'1900', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022003', N'Quilted Leather Armor', N'1', N'0', N'0', N'2', N'2', N'8', N'5500', N'0', N'3', N'2', N'1900', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022004', N'Studded Leather Armor', N'1', N'0', N'0', N'2', N'2', N'11', N'5500', N'0', N'3', N'2', N'1900', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022005', N'Hunter Armor', N'1', N'0', N'0', N'2', N'2', N'14', N'5500', N'0', N'3', N'2', N'1900', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022006', N'Carp Armor', N'1', N'0', N'0', N'2', N'2', N'17', N'5500', N'0', N'3', N'2', N'1900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022007', N'Suede Armor', N'1', N'0', N'0', N'2', N'2', N'20', N'5500', N'0', N'3', N'2', N'1900', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022008', N'Nubuck Armor', N'1', N'0', N'0', N'2', N'2', N'23', N'5500', N'0', N'3', N'2', N'1900', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022009', N'Slink Armor', N'1', N'0', N'0', N'2', N'2', N'26', N'5500', N'0', N'3', N'2', N'1900', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022010', N'Hide Armor', N'1', N'0', N'0', N'2', N'2', N'29', N'5500', N'0', N'3', N'2', N'1900', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022011', N'Buckskin Armor', N'1', N'0', N'0', N'2', N'2', N'32', N'5500', N'0', N'3', N'2', N'1900', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022012', N'Shagreen Armor', N'1', N'0', N'0', N'2', N'2', N'35', N'5500', N'0', N'3', N'2', N'1900', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022013', N'Lamellar Armor', N'1', N'0', N'0', N'2', N'2', N'38', N'5500', N'0', N'3', N'2', N'1900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022014', N'Brigandine Armor', N'1', N'0', N'0', N'2', N'2', N'41', N'5500', N'0', N'3', N'2', N'1900', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022015', N'Lorica Armor ', N'1', N'0', N'0', N'2', N'2', N'44', N'5500', N'0', N'3', N'2', N'1900', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022016', N'Swollen Leather Armor', N'1', N'0', N'0', N'2', N'2', N'47', N'5500', N'0', N'3', N'2', N'1900', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022017', N'Sinful Leather Armor', N'1', N'0', N'0', N'2', N'2', N'50', N'5500', N'0', N'3', N'2', N'1900', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12022018', N'Holy Leather Armor', N'1', N'0', N'0', N'2', N'2', N'53', N'5500', N'0', N'3', N'2', N'1900', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024001', N'Authentic Leather Armor', N'1', N'1', N'5', N'2', N'4', N'5', N'6000', N'1', N'3', N'2', N'1900', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024002', N'Camouflage Leather Armor', N'1', N'1', N'5', N'2', N'4', N'10', N'6000', N'1', N'3', N'2', N'1900', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024003', N'Illicit Leather Armor', N'1', N'1', N'5', N'2', N'4', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024004', N'Rugged Leather Armor', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024005', N'Dread Leather Armor', N'1', N'1', N'5', N'2', N'4', N'25', N'6000', N'1', N'3', N'2', N'1900', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024006', N'Tough Leather Armor', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024007', N'Haken-hide Armor', N'1', N'1', N'5', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024008', N'Combat Leather Armor', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024009', N'Genuine Leather Armor', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024010', N'Superior Leather Armor', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12024011', N'Posh Leather Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025001', N'Tanned Armor', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025002', N'Rawhide Armor', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025003', N'Demonic Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025004', N'Praetorian Armor', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025005', N'Lacrimal Armor', N'1', N'1', N'3', N'2', N'5', N'30', N'6500', N'1', N'3', N'2', N'1900', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025006', N'Eminent Leather Armor', N'1', N'1', N'3', N'2', N'5', N'35', N'6500', N'1', N'3', N'2', N'1900', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025007', N'Aquarius Armor', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025008', N'Rogue Armor', N'1', N'1', N'3', N'2', N'5', N'45', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025009', N'Fianna Armor', N'1', N'1', N'3', N'2', N'5', N'50', N'6500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12025010', N'Arcane Leather Armor', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1900', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031001', N'Apprentice Chain Mail', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031002', N'Ringed Mail', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031003', N'Chain Mail', N'1', N'0', N'0', N'3', N'1', N'4', N'5000', N'0', N'0', N'2', N'3000', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031004', N'Wire Mail', N'1', N'0', N'0', N'3', N'1', N'7', N'5000', N'0', N'0', N'2', N'3000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031005', N'Hunter Mail', N'1', N'0', N'0', N'3', N'1', N'10', N'5000', N'0', N'0', N'2', N'3000', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031006', N'Battle Mail', N'1', N'0', N'0', N'3', N'1', N'13', N'5000', N'0', N'0', N'2', N'3000', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031007', N'Devout Mail', N'1', N'0', N'0', N'3', N'1', N'16', N'5000', N'0', N'0', N'2', N'3000', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031008', N'Banded Mail', N'1', N'0', N'0', N'3', N'1', N'19', N'5000', N'0', N'0', N'2', N'3000', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031009', N'Linked Mail', N'1', N'0', N'0', N'3', N'1', N'22', N'5000', N'0', N'0', N'2', N'3000', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031010', N'Splinted Mail', N'1', N'0', N'0', N'3', N'1', N'25', N'5000', N'0', N'0', N'2', N'3000', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031011', N'Rivet Mail', N'1', N'0', N'0', N'3', N'1', N'28', N'5000', N'0', N'0', N'2', N'3000', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031012', N'Venetian Mail', N'1', N'0', N'0', N'3', N'1', N'31', N'5000', N'0', N'0', N'2', N'3000', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031013', N'Arquebus Mail', N'1', N'0', N'0', N'3', N'1', N'34', N'5000', N'0', N'0', N'2', N'3000', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031014', N'Acorn Mail', N'1', N'0', N'0', N'3', N'1', N'37', N'5000', N'0', N'0', N'2', N'3000', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031015', N'Aventail Mail', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031016', N'Janissary Mail', N'1', N'0', N'0', N'3', N'1', N'43', N'5000', N'0', N'0', N'2', N'3000', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031017', N'Genovese Mail', N'1', N'0', N'0', N'3', N'1', N'46', N'5000', N'0', N'0', N'2', N'3000', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031018', N'Teutonic Mail', N'1', N'0', N'0', N'3', N'1', N'49', N'5000', N'0', N'0', N'2', N'3000', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031019', N'Uniform Mail', N'1', N'0', N'0', N'3', N'1', N'52', N'5000', N'0', N'0', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12031020', N'Concours Chain Mail', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032001', N'Ringed Mail', N'1', N'0', N'0', N'3', N'2', N'2', N'5500', N'0', N'3', N'2', N'3000', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032002', N'Chain Mail', N'1', N'0', N'0', N'3', N'2', N'5', N'5500', N'0', N'3', N'2', N'3000', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032003', N'Wire Mail', N'1', N'0', N'0', N'3', N'2', N'8', N'5500', N'0', N'3', N'2', N'3000', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032004', N'Hunter Mail', N'1', N'0', N'0', N'3', N'2', N'11', N'5500', N'0', N'3', N'2', N'3000', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032005', N'Battle Mail', N'1', N'0', N'0', N'3', N'2', N'14', N'5500', N'0', N'3', N'2', N'3000', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032006', N'Devout Mail', N'1', N'0', N'0', N'3', N'2', N'17', N'5500', N'0', N'3', N'2', N'3000', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032007', N'Banded Mail', N'1', N'0', N'0', N'3', N'2', N'20', N'5500', N'0', N'3', N'2', N'3000', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032008', N'Linked Mail', N'1', N'0', N'0', N'3', N'2', N'23', N'5500', N'0', N'3', N'2', N'3000', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032009', N'Splinted Mail', N'1', N'0', N'0', N'3', N'2', N'26', N'5500', N'0', N'3', N'2', N'3000', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032010', N'Rivet Mail', N'1', N'0', N'0', N'3', N'2', N'29', N'5500', N'0', N'3', N'2', N'3000', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032011', N'Venetian Mail', N'1', N'0', N'0', N'3', N'2', N'32', N'5500', N'0', N'3', N'2', N'3000', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032012', N'Arquebus Mail', N'1', N'0', N'0', N'3', N'2', N'35', N'5500', N'0', N'3', N'2', N'3000', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032013', N'Acorn Mail', N'1', N'0', N'0', N'3', N'2', N'38', N'5500', N'0', N'3', N'2', N'3000', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032014', N'Aventail Mail', N'1', N'0', N'0', N'3', N'2', N'41', N'5500', N'0', N'3', N'2', N'3000', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032015', N'Janissary Mail', N'1', N'0', N'0', N'3', N'2', N'44', N'5500', N'0', N'3', N'2', N'3000', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032016', N'Genovese Mail', N'1', N'0', N'0', N'3', N'2', N'47', N'5500', N'0', N'3', N'2', N'3000', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032017', N'Teutonic Mail', N'1', N'0', N'0', N'3', N'2', N'50', N'5500', N'0', N'3', N'2', N'3000', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12032018', N'Uniform Mail', N'1', N'0', N'0', N'3', N'2', N'53', N'5500', N'0', N'3', N'2', N'3000', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034001', N'Gritty Mail', N'1', N'1', N'5', N'3', N'4', N'5', N'6000', N'1', N'3', N'2', N'3000', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034002', N'Heavy Chain Mail', N'1', N'1', N'5', N'3', N'4', N'10', N'6000', N'1', N'3', N'2', N'3000', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034003', N'Ultimate Chain Mail', N'1', N'1', N'5', N'3', N'4', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034004', N'Brisk Chain Mail', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034005', N'Bound Mail', N'1', N'1', N'5', N'3', N'4', N'25', N'6000', N'1', N'3', N'2', N'3000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034006', N'Secure Chain Mail', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034007', N'Devout Chain Mail', N'1', N'1', N'5', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034008', N'Solid Chain Mail', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034009', N'Discarded Mail', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034010', N'Engraved Chain Mail', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12034011', N'Cure Chain Mail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035001', N'Dense Chain Mail', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035002', N'Burnished Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035003', N'Ribbed Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035004', N'Arcane Chain Mail', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035005', N'Ashen Chain Mail', N'1', N'1', N'3', N'3', N'5', N'30', N'6500', N'1', N'3', N'2', N'3000', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035006', N'Placidus Chain Mail', N'1', N'1', N'3', N'3', N'5', N'35', N'6500', N'1', N'3', N'2', N'3000', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035007', N'Armadillo Mail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035008', N'Bulwark Mail', N'1', N'1', N'3', N'3', N'5', N'45', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035009', N'Cardiff Chain Mail', N'1', N'1', N'3', N'3', N'5', N'50', N'6500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12035010', N'Armed Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041001', N'Apprentice Plate', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041002', N'Prelic Armor', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041003', N'Padded Armor', N'1', N'0', N'0', N'4', N'1', N'4', N'5000', N'0', N'0', N'2', N'5700', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041004', N'Hauberk Armor', N'1', N'0', N'0', N'4', N'1', N'7', N'5000', N'0', N'0', N'2', N'5700', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041005', N'Scale Mail', N'1', N'0', N'0', N'4', N'1', N'10', N'5000', N'0', N'0', N'2', N'5700', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041006', N'Steel Plate', N'1', N'0', N'0', N'4', N'1', N'13', N'5000', N'0', N'0', N'2', N'5700', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041007', N'Spiral Plate', N'1', N'0', N'0', N'4', N'1', N'16', N'5000', N'0', N'0', N'2', N'5700', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041008', N'Hoplite Plate', N'1', N'0', N'0', N'4', N'1', N'19', N'5000', N'0', N'0', N'2', N'5700', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041009', N'Full Plate', N'1', N'0', N'0', N'4', N'1', N'22', N'5000', N'0', N'0', N'2', N'5700', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041010', N'Ornate Plate', N'1', N'0', N'0', N'4', N'1', N'25', N'5000', N'0', N'0', N'2', N'5700', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041011', N'Rune Plate', N'1', N'0', N'0', N'4', N'1', N'28', N'5000', N'0', N'0', N'2', N'5700', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041012', N'Raven Plate', N'1', N'0', N'0', N'4', N'1', N'31', N'5000', N'0', N'0', N'2', N'5700', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041013', N'Castilian Plate', N'1', N'0', N'0', N'4', N'1', N'34', N'5000', N'0', N'0', N'2', N'5700', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041014', N'Baleog Plate', N'1', N'0', N'0', N'4', N'1', N'37', N'5000', N'0', N'0', N'2', N'5700', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041015', N'Drake Plate', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041016', N'Crisis Plate', N'1', N'0', N'0', N'4', N'1', N'43', N'5000', N'0', N'0', N'2', N'5700', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041017', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'1', N'46', N'5000', N'0', N'0', N'2', N'5700', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041018', N'Dragoon Plate', N'1', N'0', N'0', N'4', N'1', N'49', N'5000', N'0', N'0', N'2', N'5700', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041019', N'Reflective Plate ', N'1', N'0', N'0', N'4', N'1', N'52', N'5000', N'0', N'0', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12041020', N'Watcher''s Plate', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042001', N'Prelic Armor', N'1', N'0', N'0', N'4', N'2', N'2', N'5500', N'0', N'3', N'2', N'5700', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042002', N'Padded Armor', N'1', N'0', N'0', N'4', N'2', N'5', N'5500', N'0', N'3', N'2', N'5700', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042003', N'Hauberk Armor', N'1', N'0', N'0', N'4', N'2', N'8', N'5500', N'0', N'3', N'2', N'5700', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042004', N'Scale Mail', N'1', N'0', N'0', N'4', N'2', N'11', N'5500', N'0', N'3', N'2', N'5700', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042005', N'Steel Plate', N'1', N'0', N'0', N'4', N'2', N'14', N'5500', N'0', N'3', N'2', N'5700', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042006', N'Spiral Plate', N'1', N'0', N'0', N'4', N'2', N'17', N'5500', N'0', N'3', N'2', N'5700', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042007', N'Hoplite Plate', N'1', N'0', N'0', N'4', N'2', N'20', N'5500', N'0', N'3', N'2', N'5700', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042008', N'Full Plate', N'1', N'0', N'0', N'4', N'2', N'23', N'5500', N'0', N'3', N'2', N'5700', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042009', N'Ornate Plate', N'1', N'0', N'0', N'4', N'2', N'26', N'5500', N'0', N'3', N'2', N'5700', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042010', N'Rune Plate', N'1', N'0', N'0', N'4', N'2', N'29', N'5500', N'0', N'3', N'2', N'5700', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042011', N'Raven Plate', N'1', N'0', N'0', N'4', N'2', N'32', N'5500', N'0', N'3', N'2', N'5700', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042012', N'Castilian Plate', N'1', N'0', N'0', N'4', N'2', N'35', N'5500', N'0', N'3', N'2', N'5700', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042013', N'Baleog Plate', N'1', N'0', N'0', N'4', N'2', N'38', N'5500', N'0', N'3', N'2', N'5700', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042014', N'Drake Plate', N'1', N'0', N'0', N'4', N'2', N'41', N'5500', N'0', N'3', N'2', N'5700', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042015', N'Crisis Plate', N'1', N'0', N'0', N'4', N'2', N'44', N'5500', N'0', N'3', N'2', N'5700', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042016', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'2', N'47', N'5500', N'0', N'3', N'2', N'5700', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042017', N'Dragoon Plate', N'1', N'0', N'0', N'4', N'2', N'50', N'5500', N'0', N'3', N'2', N'5700', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12042018', N'Reflective Plate ', N'1', N'0', N'0', N'4', N'2', N'53', N'5500', N'0', N'3', N'2', N'5700', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044001', N'Shining Plate', N'1', N'1', N'5', N'4', N'4', N'5', N'6000', N'1', N'3', N'2', N'5700', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044002', N'Dazzling Plate', N'1', N'1', N'5', N'4', N'4', N'10', N'6000', N'1', N'3', N'2', N'5700', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044003', N'Assault Plate', N'1', N'1', N'5', N'4', N'4', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044004', N'Gendarme Plate', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044005', N'Enduring Plate', N'1', N'1', N'5', N'4', N'4', N'25', N'6000', N'1', N'3', N'2', N'5700', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044006', N'Jousting Plate', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044007', N'Stark Plate', N'1', N'1', N'5', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044008', N'Menacing Plate', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044009', N'Hazardous Plate', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044010', N'Expert Plate', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12044011', N'Suspicious Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045001', N'Doomed Plate', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045002', N'Essential Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045003', N'Blazing Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045004', N'Infernal Plate', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045005', N'Field Marshal Plate', N'1', N'1', N'3', N'4', N'5', N'30', N'6500', N'1', N'3', N'2', N'5700', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045006', N'Destined Plate', N'1', N'1', N'3', N'4', N'5', N'35', N'6500', N'1', N'3', N'2', N'5700', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045007', N'Knightly Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045008', N'Fergana Plate', N'1', N'1', N'3', N'4', N'5', N'45', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045009', N'Avernus Plate', N'1', N'1', N'3', N'4', N'5', N'50', N'6500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'12045010', N'Flame Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5700', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011001', N'Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011002', N'Linen Hood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011003', N'Fleece Hood', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011004', N'Silky Yarn Hood', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011005', N'Wool Hood', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011006', N'Silk Hood', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011007', N'Ram''s Wool Hood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011008', N'Muslin Hood', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011009', N'Luna Hood', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011010', N'Celestial Hood', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011011', N'Mystical Hood', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011012', N'Sorceress Hood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011013', N'Angora Hood', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011014', N'Aramid Hood', N'1', N'0', N'0', N'1', N'1', N'41', N'3200', N'0', N'0', N'2', N'900', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011015', N'Berber Hood', N'1', N'0', N'0', N'1', N'1', N'44', N'3200', N'0', N'0', N'2', N'900', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011016', N'Brocade Hood', N'1', N'0', N'0', N'1', N'1', N'47', N'3200', N'0', N'0', N'2', N'900', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011017', N'Doeskin Hood', N'1', N'0', N'0', N'1', N'1', N'50', N'3200', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13011018', N'Nea Hood', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012001', N'Fabric Hood', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012002', N'Linen Hood', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012003', N'Fleece Hood', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012004', N'Silky Yarn Hood', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012005', N'Wool Hood', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012006', N'Silk Hood', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012007', N'Ram''s Wool Hood', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012008', N'Muslin Hood', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012009', N'Luna Hood', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012010', N'Celestial Hood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012011', N'Mystical Hood', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012012', N'Sorceress Hood', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012013', N'Angora Hood', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012014', N'Aramid Hood', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012015', N'Berber Hood', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012016', N'Brocade Hood', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012017', N'Doeskin Hood', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13012018', N'Nea Hood', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014001', N'Lavish Hood', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014002', N'Insidious Hood', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014003', N'Exceptional Hood', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014004', N'Fervid Hood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014005', N'Nefarious Hood', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014006', N'Diabolic Hood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014007', N'Sacred Hood', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014008', N'Devious Hood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014009', N'Distinct Hood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014010', N'Taffeta Hood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13014011', N'Obscure Hood', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015001', N'Vital Hood', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015002', N'Wisdom Hood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015003', N'Bentus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015004', N'Raschel Hood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015005', N'Calico Hood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015006', N'Lumen Hood', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015007', N'Starlight Hood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015008', N'Fluer Hood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015009', N'Pincord Hood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13015010', N'Dusk Hood', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021001', N'Light Leather Cap', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'1200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021002', N'Leather Cap', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021003', N'Quilted Leather Cap', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'1200', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021004', N'Studded Leather Cap', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'1200', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021005', N'Hunter Cap', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'1200', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021006', N'Carp Cap', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021007', N'Suede Cap', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'1200', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021008', N'Nubuck Cap', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'1200', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021009', N'Slink Cap', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'1200', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021010', N'Hide Cap', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021011', N'Buckskin Cap', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021012', N'Shagreen Cap', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'1200', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021013', N'Lamellar Cap', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'1200', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021014', N'Brigandine Cap', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'1200', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021015', N'Lorica Cap', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'1200', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021016', N'Swollen Leather Cap', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'1200', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021017', N'Sinful Leather Cap', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'1200', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13021018', N'DS Leather Cap', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'1200', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022001', N'Light Leather Cap', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'1200', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022002', N'Leather Cap', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'1200', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022003', N'Quilted Leather Cap', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'1200', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022004', N'Studded Leather Cap', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'1200', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022005', N'Hunter Cap', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'1200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022006', N'Carp Cap', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'1200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022007', N'Suede Cap', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'1200', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022008', N'Nubuck Cap', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'1200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022009', N'Slink Cap', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'1200', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022010', N'Hide Cap', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'1200', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022011', N'Buckskin Cap', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'1200', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022012', N'Shagreen Cap', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'1200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022013', N'Lamellar Cap', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'1200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022014', N'Brigandine Cap', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'1200', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022015', N'Lorica Cap', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'1200', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022016', N'Swollen Leather Cap', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'1200', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022017', N'Sinful Leather Cap', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13022018', N'DS Leather Cap', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'1200', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024001', N'Authentic Leather Cap', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'1200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024002', N'Camouflage Leather Cap', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'1200', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024003', N'Illicit Leather Cap', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'1200', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024004', N'Rugged Leather Cap', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024005', N'Dread Leather Cap', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'1200', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024006', N'Tough Leather Cap', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'1200', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024007', N'Haken-hide Cap', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'1200', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024008', N'Combat Leather Cap', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'1200', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024009', N'Genuine Leather Cap', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'1200', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024010', N'Superior Leather Cap', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'1200', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13024011', N'Posh Leather cap', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'1200', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025001', N'Tanned Cap', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'1200', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025002', N'Rawhide Cap', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'1200', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025003', N'Demonic Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025004', N'Praetorian Cap', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025005', N'Lacrimal Cap', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'1200', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025006', N'Eminent Leather Cap', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'1200', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025007', N'Aquarius Cap', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'1200', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025008', N'Rogue Cap', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'1200', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025009', N'Fianna Cap', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'1200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13025010', N'Arcane Leather Cap', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'1200', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031001', N'Ringed Helm', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'1800', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031002', N'Chain Helm', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'1800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031003', N'Wire Helm', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'1800', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031004', N'Hunter Helm', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'1800', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031005', N'Battle Helm', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'1800', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031006', N'Devout Helm', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'1800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031007', N'Banded Helm', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031008', N'Linked Helm', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'1800', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031009', N'Splinted Helm', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'1800', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031010', N'Rivet Helm', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'1800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031011', N'Venetian Helm', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'1800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031012', N'Arquebus Helm', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'1800', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031013', N'Acorn Helm', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'1800', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031014', N'Aventail Helm', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'1800', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031015', N'Janissary Helm', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'1800', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031016', N'Genovese Helm', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'1800', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031017', N'Teutonic Helm', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13031018', N'Natura Chain Helm', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'1800', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032001', N'Ringed Helm', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'1800', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032002', N'Chain Helm', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'1800', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032003', N'Wire Helm', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'1800', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032004', N'Hunter Helm', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'1800', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032005', N'Battle Helm', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'1800', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032006', N'Devout Helm', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'1800', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032007', N'Banded Helm', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'1800', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032008', N'Linked Helm', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'1800', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032009', N'Splinted Helm', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'1800', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032010', N'Rivet Helm', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'1800', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032011', N'Venetian Helm', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'1800', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032012', N'Arquebus Helm', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'1800', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032013', N'Acorn Helm', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'1800', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032014', N'Aventail Helm', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'1800', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032015', N'Janissary Helm', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'1800', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032016', N'Genovese Helm', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'1800', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032017', N'Teutonic Helm', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'1800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13032018', N'Natura Chain Helm', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'1800', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034001', N'Gritty Helm', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'1800', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034002', N'Heavy Helm', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'1800', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034003', N'Ultimate Helm', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'1800', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034004', N'Brisk Helm', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034005', N'Bound Helm', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'1800', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034006', N'Secure Helm', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'1800', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034007', N'Devout Helm', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'1800', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034008', N'Solid Helm', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034009', N'Discarded Helm', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'1800', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034010', N'Engraved Helm', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13034011', N'Cure Chain Helm', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'1800', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035001', N'Dense Helm', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'1800', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035002', N'Burnished Helm', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'1800', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035003', N'Ribbed Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035004', N'Arcane Helm', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035005', N'Ashen Helm', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035006', N'Placidus Helm', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'1800', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035007', N'Armadillo Helm', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035008', N'Bulwark Helm', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035009', N'Cardiff Helm', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13035010', N'Armed Chain Helm', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'1800', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041001', N'Preilic War Helm', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'3400', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041002', N'Prelic War Helm', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'3400', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041003', N'Hauberk Helm', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'3400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041004', N'Scale Helm', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'3400', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041005', N'Steel Helm', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'3400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041006', N'Spiral Helm', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'3400', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041007', N'Hoplite Helm', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041008', N'Full Helm', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'3400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041009', N'Ornate Helm', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'3400', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041010', N'Rune Helm', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'3400', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041011', N'Raven Helm', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'3400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041012', N'Castilian Helm', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'3400', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041013', N'Baleog Helm', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'3400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041014', N'Drake Helm', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'3400', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041015', N'Crisis War Helm', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'3400', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041016', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'3400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041017', N'Dragoon Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13041018', N'Repel War Helm', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'3400', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042001', N'Preilic War Helm', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'3400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042002', N'Prelic War Helm', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'3400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042003', N'Hauberk Helm', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'3400', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042004', N'Scale Helm', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'3400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042005', N'Steel Helm', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'3400', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042006', N'Spiral Helm', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'3400', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042007', N'Hoplite Helm', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'3400', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042008', N'Full Helm', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'3400', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042009', N'Ornate Helm', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'3400', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042010', N'Rune Helm', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'3400', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042011', N'Raven Helm', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'3400', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042012', N'Castilian Helm', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'3400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042013', N'Baleog Helm', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'3400', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042014', N'Drake Helm', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'3400', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042015', N'Crisis War Helm', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'3400', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042016', N'Tarnished Plate', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'3400', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042017', N'Dragoon Helm', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'3400', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13042018', N'Repel War Helm', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'3400', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044001', N'Shining Helm', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'3400', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044002', N'Dazzling Helm', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'3400', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044003', N'Assault Helm', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'3400', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044004', N'Gendarme Helm', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044005', N'Enduring Helm', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'3400', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044006', N'Jousting Helm', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'3400', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044007', N'Stark Helm', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'3400', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044008', N'Menacing Helm', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044009', N'Hazardous Helm', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'3400', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044010', N'Expert Helm', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13044011', N'Suspicious War Helm', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'3400', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045001', N'Doomed Helm', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'3400', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045002', N'Essential Helm', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'3400', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045003', N'Blazing Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045004', N'Infernal Helm', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045005', N'Field Marshal Helm', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045006', N'Destined Helm', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'3400', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045007', N'Knightly Helm', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045008', N'Fergana Helm', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045009', N'Avernus Helm', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'13045010', N'Flame war Helm', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'3400', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011001', N'Apprentice Pants', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011002', N'Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011003', N'Linen Pants', N'1', N'0', N'0', N'1', N'1', N'4', N'4500', N'0', N'0', N'2', N'1100', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011004', N'Fleece Pants', N'1', N'0', N'0', N'1', N'1', N'7', N'4500', N'0', N'0', N'2', N'1100', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011005', N'Silky Yarn Pants', N'1', N'0', N'0', N'1', N'1', N'10', N'4500', N'0', N'0', N'2', N'1100', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011006', N'Wool Pants', N'1', N'0', N'0', N'1', N'1', N'13', N'4500', N'0', N'0', N'2', N'1100', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011007', N'Silk Pants', N'1', N'0', N'0', N'1', N'1', N'16', N'4500', N'0', N'0', N'2', N'1100', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011008', N'Ram''s Wool Pants', N'1', N'0', N'0', N'1', N'1', N'19', N'4500', N'0', N'0', N'2', N'1100', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011009', N'Muslin Pants', N'1', N'0', N'0', N'1', N'1', N'22', N'4500', N'0', N'0', N'2', N'1100', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011010', N'Luna Pants', N'1', N'0', N'0', N'1', N'1', N'25', N'4500', N'0', N'0', N'2', N'1100', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011011', N'Celestial Pants', N'1', N'0', N'0', N'1', N'1', N'28', N'4500', N'0', N'0', N'2', N'1100', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011012', N'Mystical Pants', N'1', N'0', N'0', N'1', N'1', N'31', N'4500', N'0', N'0', N'2', N'1100', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011013', N'Sorceress Pants', N'1', N'0', N'0', N'1', N'1', N'34', N'4500', N'0', N'0', N'2', N'1100', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011014', N'Angora Pants', N'1', N'0', N'0', N'1', N'1', N'37', N'4500', N'0', N'0', N'2', N'1100', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011015', N'Aramid Pants', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011016', N'Berber Leggings', N'1', N'0', N'0', N'1', N'1', N'43', N'4500', N'0', N'0', N'2', N'1100', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011017', N'Brocade Leggings', N'1', N'0', N'0', N'1', N'1', N'46', N'4500', N'0', N'0', N'2', N'1100', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011018', N'Doeskin Leggings', N'1', N'0', N'0', N'1', N'1', N'49', N'4500', N'0', N'0', N'2', N'1100', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011019', N'Tartan Leggings', N'1', N'0', N'0', N'1', N'1', N'52', N'4500', N'0', N'0', N'2', N'1100', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14011020', N'Weaving Leggings', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012001', N'Fabric Pants', N'1', N'0', N'0', N'1', N'2', N'2', N'5000', N'0', N'3', N'2', N'1100', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012002', N'Linen Pants', N'1', N'0', N'0', N'1', N'2', N'5', N'5000', N'0', N'3', N'2', N'1100', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012003', N'Fleece Pants', N'1', N'0', N'0', N'1', N'2', N'8', N'5000', N'0', N'3', N'2', N'1100', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012004', N'Silky Yarn Pants', N'1', N'0', N'0', N'1', N'2', N'11', N'5000', N'0', N'3', N'2', N'1100', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012005', N'Wool Pants', N'1', N'0', N'0', N'1', N'2', N'14', N'5000', N'0', N'3', N'2', N'1100', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012006', N'Silk Pants', N'1', N'0', N'0', N'1', N'2', N'17', N'5000', N'0', N'3', N'2', N'1100', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012007', N'Ram''s Wool Pants', N'1', N'0', N'0', N'1', N'2', N'20', N'5000', N'0', N'3', N'2', N'1100', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012008', N'Muslin Pants', N'1', N'0', N'0', N'1', N'2', N'23', N'5000', N'0', N'3', N'2', N'1100', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012009', N'Luna Pants', N'1', N'0', N'0', N'1', N'2', N'26', N'5000', N'0', N'3', N'2', N'1100', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012010', N'Celestial Pants', N'1', N'0', N'0', N'1', N'2', N'29', N'5000', N'0', N'3', N'2', N'1100', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012011', N'Mystical Pants', N'1', N'0', N'0', N'1', N'2', N'32', N'5000', N'0', N'3', N'2', N'1100', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012012', N'Sorceress Pants', N'1', N'0', N'0', N'1', N'2', N'35', N'5000', N'0', N'3', N'2', N'1100', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012013', N'Angora Pants', N'1', N'0', N'0', N'1', N'2', N'38', N'5000', N'0', N'3', N'2', N'1100', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012014', N'Aramid Pants', N'1', N'0', N'0', N'1', N'2', N'41', N'5000', N'0', N'3', N'2', N'1100', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012015', N'Berber Leggings', N'1', N'0', N'0', N'1', N'2', N'44', N'5000', N'0', N'3', N'2', N'1100', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012016', N'Brocade Leggings', N'1', N'0', N'0', N'1', N'2', N'47', N'5000', N'0', N'3', N'2', N'1100', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012017', N'Doeskin Leggings', N'1', N'0', N'0', N'1', N'2', N'50', N'5000', N'0', N'3', N'2', N'1100', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14012018', N'Tartan Leggings', N'1', N'0', N'0', N'1', N'2', N'53', N'5000', N'0', N'3', N'2', N'1100', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014001', N'Lavish Pants', N'1', N'1', N'5', N'1', N'4', N'5', N'5500', N'1', N'3', N'2', N'1100', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014002', N'Insidious Pants', N'1', N'1', N'5', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1100', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014003', N'Exceptional Pants', N'1', N'1', N'5', N'1', N'4', N'15', N'5500', N'1', N'3', N'2', N'1100', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014004', N'Fervid Pants', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014005', N'Nefarious Pants', N'1', N'1', N'5', N'1', N'4', N'25', N'5500', N'1', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014006', N'Diabolic Pants', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014007', N'Sacred Pants', N'1', N'1', N'5', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014008', N'Devious Pants', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014009', N'Distinct Pants', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1100', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014010', N'Taffeta Pants', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14014011', N'Obscure Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1100', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015001', N'Vital Pants', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1100', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015002', N'Wisdom Pants', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1100', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015003', N'Bentus Pants', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015004', N'Raschel Pants', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015005', N'Calico Pants', N'1', N'1', N'3', N'1', N'5', N'30', N'6000', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015006', N'Lumen Pants', N'1', N'1', N'3', N'1', N'5', N'35', N'6000', N'1', N'3', N'2', N'1100', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015007', N'Starlight Pants', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015008', N'Fluer Pants', N'1', N'1', N'3', N'1', N'5', N'45', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015009', N'Pincord Pants', N'1', N'1', N'3', N'1', N'5', N'50', N'6000', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14015010', N'Dusk Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1100', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021001', N'Apprentice Leather Pants', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021002', N'Light Leather Pants', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021003', N'Leather Pants', N'1', N'0', N'0', N'2', N'1', N'4', N'4500', N'0', N'0', N'2', N'1600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021004', N'Quilted Leather Pants', N'1', N'0', N'0', N'2', N'1', N'7', N'4500', N'0', N'0', N'2', N'1600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021005', N'Studded Leather Pants', N'1', N'0', N'0', N'2', N'1', N'10', N'4500', N'0', N'0', N'2', N'1600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021006', N'Hunter Pants', N'1', N'0', N'0', N'2', N'1', N'13', N'4500', N'0', N'0', N'2', N'1600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021007', N'Carp Pants', N'1', N'0', N'0', N'2', N'1', N'16', N'4500', N'0', N'0', N'2', N'1600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021008', N'Suede Pants', N'1', N'0', N'0', N'2', N'1', N'19', N'4500', N'0', N'0', N'2', N'1600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021009', N'Nubuck Pants', N'1', N'0', N'0', N'2', N'1', N'22', N'4500', N'0', N'0', N'2', N'1600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021010', N'Slink Pants', N'1', N'0', N'0', N'2', N'1', N'25', N'4500', N'0', N'0', N'2', N'1600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021011', N'Hide Pants', N'1', N'0', N'0', N'2', N'1', N'28', N'4500', N'0', N'0', N'2', N'1600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021012', N'Buckskin Pants', N'1', N'0', N'0', N'2', N'1', N'31', N'4500', N'0', N'0', N'2', N'1600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021013', N'Shagreen Pants', N'1', N'0', N'0', N'2', N'1', N'34', N'4500', N'0', N'0', N'2', N'1600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021014', N'Lamellar Pants', N'1', N'0', N'0', N'2', N'1', N'37', N'4500', N'0', N'0', N'2', N'1600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021015', N'Brigandine Pants', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021016', N'Lorica Leggings', N'1', N'0', N'0', N'2', N'1', N'43', N'4500', N'0', N'0', N'2', N'1600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021017', N'Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'46', N'4500', N'0', N'0', N'2', N'1600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021018', N'Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'49', N'4500', N'0', N'0', N'2', N'1600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021019', N'Diaz Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'52', N'4500', N'0', N'0', N'2', N'1600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14021020', N'Artisanal Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022001', N'Light Leather Pants', N'1', N'0', N'0', N'2', N'2', N'2', N'5000', N'0', N'3', N'2', N'1600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022002', N'Leather Pants', N'1', N'0', N'0', N'2', N'2', N'5', N'5000', N'0', N'3', N'2', N'1600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022003', N'Quilted Leather Pants', N'1', N'0', N'0', N'2', N'2', N'8', N'5000', N'0', N'3', N'2', N'1600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022004', N'Studded Leather Pants', N'1', N'0', N'0', N'2', N'2', N'11', N'5000', N'0', N'3', N'2', N'1600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022005', N'Hunter Pants', N'1', N'0', N'0', N'2', N'2', N'14', N'5000', N'0', N'3', N'2', N'1600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022006', N'Carp Pants', N'1', N'0', N'0', N'2', N'2', N'17', N'5000', N'0', N'3', N'2', N'1600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022007', N'Suede Pants', N'1', N'0', N'0', N'2', N'2', N'20', N'5000', N'0', N'3', N'2', N'1600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022008', N'Nubuck Pants', N'1', N'0', N'0', N'2', N'2', N'23', N'5000', N'0', N'3', N'2', N'1600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022009', N'Slink Pants', N'1', N'0', N'0', N'2', N'2', N'26', N'5000', N'0', N'3', N'2', N'1600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022010', N'Hide Pants', N'1', N'0', N'0', N'2', N'2', N'29', N'5000', N'0', N'3', N'2', N'1600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022011', N'Buckskin Pants', N'1', N'0', N'0', N'2', N'2', N'32', N'5000', N'0', N'3', N'2', N'1600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022012', N'Shagreen Pants', N'1', N'0', N'0', N'2', N'2', N'35', N'5000', N'0', N'3', N'2', N'1600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022013', N'Lamellar Pants', N'1', N'0', N'0', N'2', N'2', N'38', N'5000', N'0', N'3', N'2', N'1600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022014', N'Brigandine Pants', N'1', N'0', N'0', N'2', N'2', N'41', N'5000', N'0', N'3', N'2', N'1600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022015', N'Lorica Leggings', N'1', N'0', N'0', N'2', N'2', N'44', N'5000', N'0', N'3', N'2', N'1600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022016', N'Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'47', N'5000', N'0', N'3', N'2', N'1600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022017', N'Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'50', N'5000', N'0', N'3', N'2', N'1600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14022018', N'Diaz Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'53', N'5000', N'0', N'3', N'2', N'1600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024001', N'Authentic Pants', N'1', N'1', N'5', N'2', N'4', N'5', N'5500', N'1', N'3', N'2', N'1600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024002', N'Camouflage Pants', N'1', N'1', N'5', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024003', N'Illicit Pants', N'1', N'1', N'5', N'2', N'4', N'15', N'5500', N'1', N'3', N'2', N'1600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024004', N'Rugged Pants', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024005', N'Dread Pants', N'1', N'1', N'5', N'2', N'4', N'25', N'5500', N'1', N'3', N'2', N'1600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024006', N'Tough Pants', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024007', N'Haken-hide Pants', N'1', N'1', N'5', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024008', N'Combat Pants', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024009', N'Genuine Pants', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024010', N'Superior Pants', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14024011', N'Posh Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025001', N'Tanned Pants', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025002', N'Rawhide Pants', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025003', N'Demonic Pants', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025004', N'Praetorian Pants', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025005', N'Lacrimal Pants', N'1', N'1', N'3', N'2', N'5', N'30', N'6000', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025006', N'Eminent Pants', N'1', N'1', N'3', N'2', N'5', N'35', N'6000', N'1', N'3', N'2', N'1600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025007', N'Aquarius Pants', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025008', N'Rogue Pants', N'1', N'1', N'3', N'2', N'5', N'45', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025009', N'Fianna Pants', N'1', N'1', N'3', N'2', N'5', N'50', N'6000', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14025010', N'Arcane Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031001', N'Apprentice Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031002', N'Ringed Greaves', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031003', N'Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'4', N'4500', N'0', N'0', N'2', N'2400', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031004', N'Wire Greaves', N'1', N'0', N'0', N'3', N'1', N'7', N'4500', N'0', N'0', N'2', N'2400', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031005', N'Hunter Greaves', N'1', N'0', N'0', N'3', N'1', N'10', N'4500', N'0', N'0', N'2', N'2400', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031006', N'Battle Greaves', N'1', N'0', N'0', N'3', N'1', N'13', N'4500', N'0', N'0', N'2', N'2400', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031007', N'Devout Greaves', N'1', N'0', N'0', N'3', N'1', N'16', N'4500', N'0', N'0', N'2', N'2400', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031008', N'Banded Greaves', N'1', N'0', N'0', N'3', N'1', N'19', N'4500', N'0', N'0', N'2', N'2400', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031009', N'Linked Greaves', N'1', N'0', N'0', N'3', N'1', N'22', N'4500', N'0', N'0', N'2', N'2400', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031010', N'Splinted Greaves', N'1', N'0', N'0', N'3', N'1', N'25', N'4500', N'0', N'0', N'2', N'2400', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031011', N'Rivet Greaves', N'1', N'0', N'0', N'3', N'1', N'28', N'4500', N'0', N'0', N'2', N'2400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031012', N'Venetian Greaves', N'1', N'0', N'0', N'3', N'1', N'31', N'4500', N'0', N'0', N'2', N'2400', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031013', N'Arquebus Greaves', N'1', N'0', N'0', N'3', N'1', N'34', N'4500', N'0', N'0', N'2', N'2400', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031014', N'Acorn Greaves', N'1', N'0', N'0', N'3', N'1', N'37', N'4500', N'0', N'0', N'2', N'2400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031015', N'Aventail Greaves', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031016', N'Janissary Greave', N'1', N'0', N'0', N'3', N'1', N'43', N'4500', N'0', N'0', N'2', N'2400', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031017', N'Genovese Greave', N'1', N'0', N'0', N'3', N'1', N'46', N'4500', N'0', N'0', N'2', N'2400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031018', N'Teutonic Greave', N'1', N'0', N'0', N'3', N'1', N'49', N'4500', N'0', N'0', N'2', N'2400', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031019', N'Uniform Greaves', N'1', N'0', N'0', N'3', N'1', N'52', N'4500', N'0', N'0', N'2', N'2400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14031020', N'Concours Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032001', N'Ringed Greaves', N'1', N'0', N'0', N'3', N'2', N'2', N'5000', N'0', N'3', N'2', N'2400', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032002', N'Chain Greaves', N'1', N'0', N'0', N'3', N'2', N'5', N'5000', N'0', N'3', N'2', N'2400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032003', N'Wire Greaves', N'1', N'0', N'0', N'3', N'2', N'8', N'5000', N'0', N'3', N'2', N'2400', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032004', N'Hunter Greaves', N'1', N'0', N'0', N'3', N'2', N'11', N'5000', N'0', N'3', N'2', N'2400', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032005', N'Battle Greaves', N'1', N'0', N'0', N'3', N'2', N'14', N'5000', N'0', N'3', N'2', N'2400', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032006', N'Devout Greaves', N'1', N'0', N'0', N'3', N'2', N'17', N'5000', N'0', N'3', N'2', N'2400', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032007', N'Banded Greaves', N'1', N'0', N'0', N'3', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032008', N'Linked Greaves', N'1', N'0', N'0', N'3', N'2', N'23', N'5000', N'0', N'3', N'2', N'2400', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032009', N'Splinted Greaves', N'1', N'0', N'0', N'3', N'2', N'26', N'5000', N'0', N'3', N'2', N'2400', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032010', N'Rivet Greaves', N'1', N'0', N'0', N'3', N'2', N'29', N'5000', N'0', N'3', N'2', N'2400', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032011', N'Venetian Greaves', N'1', N'0', N'0', N'3', N'2', N'32', N'5000', N'0', N'3', N'2', N'2400', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032012', N'Arquebus Greaves', N'1', N'0', N'0', N'3', N'2', N'35', N'5000', N'0', N'3', N'2', N'2400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032013', N'Acorn Greaves', N'1', N'0', N'0', N'3', N'2', N'38', N'5000', N'0', N'3', N'2', N'2400', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032014', N'Aventail Greaves', N'1', N'0', N'0', N'3', N'2', N'41', N'5000', N'0', N'3', N'2', N'2400', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032015', N'Janissary Greave', N'1', N'0', N'0', N'3', N'2', N'44', N'5000', N'0', N'3', N'2', N'2400', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032016', N'Genovese Greave', N'1', N'0', N'0', N'3', N'2', N'47', N'5000', N'0', N'3', N'2', N'2400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032017', N'Teutonic Greave', N'1', N'0', N'0', N'3', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14032018', N'Uniform Greaves', N'1', N'0', N'0', N'3', N'2', N'53', N'5000', N'0', N'3', N'2', N'2400', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034001', N'Gritty Greaves', N'1', N'1', N'5', N'3', N'4', N'5', N'5500', N'1', N'3', N'2', N'2400', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034002', N'Heavy Greaves', N'1', N'1', N'5', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'2400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034003', N'Ultimate Greaves', N'1', N'1', N'5', N'3', N'4', N'15', N'5500', N'1', N'3', N'2', N'2400', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034004', N'Brisk Greaves', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034005', N'Bound Greaves', N'1', N'1', N'5', N'3', N'4', N'25', N'5500', N'1', N'3', N'2', N'2400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034006', N'Secure Greaves', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034007', N'Devout Greaves', N'1', N'1', N'5', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'2400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034008', N'Solid Greaves', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034009', N'Discarded Greaves', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034010', N'Engraved Greaves', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14034011', N'Cure Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035001', N'Dense Greaves', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'2400', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035002', N'Burnished Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'2400', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035003', N'Ribbed Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035004', N'Arcane Greaves', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035005', N'Ashen Greaves', N'1', N'1', N'3', N'3', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035006', N'Placidus Greaves', N'1', N'1', N'3', N'3', N'5', N'35', N'6000', N'1', N'3', N'2', N'2400', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035007', N'Armadillo Greaves', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035008', N'Bulwark Greaves', N'1', N'1', N'3', N'3', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035009', N'Cardiff Greaves', N'1', N'1', N'3', N'3', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14035010', N'Armed Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041001', N'Apprentice Plate Greaves', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041002', N'Prelic Greaves', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041003', N'Padded Greaves', N'1', N'0', N'0', N'4', N'1', N'4', N'4500', N'0', N'0', N'2', N'4600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041004', N'Hauberk Greaves', N'1', N'0', N'0', N'4', N'1', N'7', N'4500', N'0', N'0', N'2', N'4600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041005', N'Scale Greaves', N'1', N'0', N'0', N'4', N'1', N'10', N'4500', N'0', N'0', N'2', N'4600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041006', N'Steel Greaves', N'1', N'0', N'0', N'4', N'1', N'13', N'4500', N'0', N'0', N'2', N'4600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041007', N'Spiral Greaves', N'1', N'0', N'0', N'4', N'1', N'16', N'4500', N'0', N'0', N'2', N'4600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041008', N'Hoplite Greaves', N'1', N'0', N'0', N'4', N'1', N'19', N'4500', N'0', N'0', N'2', N'4600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041009', N'Full Greaves', N'1', N'0', N'0', N'4', N'1', N'22', N'4500', N'0', N'0', N'2', N'4600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041010', N'Ornate Greaves', N'1', N'0', N'0', N'4', N'1', N'25', N'4500', N'0', N'0', N'2', N'4600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041011', N'Rune Greaves', N'1', N'0', N'0', N'4', N'1', N'28', N'4500', N'0', N'0', N'2', N'4600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041012', N'Raven Greaves', N'1', N'0', N'0', N'4', N'1', N'31', N'4500', N'0', N'0', N'2', N'4600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041013', N'Castilian Greaves', N'1', N'0', N'0', N'4', N'1', N'34', N'4500', N'0', N'0', N'2', N'4600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041014', N'Baleog Greaves', N'1', N'0', N'0', N'4', N'1', N'37', N'4500', N'0', N'0', N'2', N'4600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041015', N'Drake Greaves', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'4600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041016', N'Crisis War Greave', N'1', N'0', N'0', N'4', N'1', N'43', N'4500', N'0', N'0', N'2', N'4600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041017', N'Travirun War Greave ', N'1', N'0', N'0', N'4', N'1', N'46', N'4500', N'0', N'0', N'2', N'4600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041018', N'Dragoon Greave', N'1', N'0', N'0', N'4', N'1', N'49', N'4500', N'0', N'0', N'2', N'4600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041019', N'Reflective Greave', N'1', N'0', N'0', N'4', N'1', N'52', N'4500', N'0', N'0', N'2', N'4600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14041020', N'Watcher''s War Greaves', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'4600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042001', N'Prelic Greaves', N'1', N'0', N'0', N'4', N'2', N'2', N'5000', N'0', N'3', N'2', N'4600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042002', N'Padded Greaves', N'1', N'0', N'0', N'4', N'2', N'5', N'5000', N'0', N'3', N'2', N'4600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042003', N'Hauberk Greaves', N'1', N'0', N'0', N'4', N'2', N'8', N'5000', N'0', N'3', N'2', N'4600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042004', N'Scale Greaves', N'1', N'0', N'0', N'4', N'2', N'11', N'5000', N'0', N'3', N'2', N'4600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042005', N'Steel Greaves', N'1', N'0', N'0', N'4', N'2', N'14', N'5000', N'0', N'3', N'2', N'4600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042006', N'Spiral Greaves', N'1', N'0', N'0', N'4', N'2', N'17', N'5000', N'0', N'3', N'2', N'4600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042007', N'Hoplite Greaves', N'1', N'0', N'0', N'4', N'2', N'20', N'5000', N'0', N'3', N'2', N'4600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042008', N'Full Greaves', N'1', N'0', N'0', N'4', N'2', N'23', N'5000', N'0', N'3', N'2', N'4600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042009', N'Ornate Greaves', N'1', N'0', N'0', N'4', N'2', N'26', N'5000', N'0', N'3', N'2', N'4600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042010', N'Rune Greaves', N'1', N'0', N'0', N'4', N'2', N'29', N'5000', N'0', N'3', N'2', N'4600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042011', N'Raven Greaves', N'1', N'0', N'0', N'4', N'2', N'32', N'5000', N'0', N'3', N'2', N'4600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042012', N'Castilian Greaves', N'1', N'0', N'0', N'4', N'2', N'35', N'5000', N'0', N'3', N'2', N'4600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042013', N'Baleog Greaves', N'1', N'0', N'0', N'4', N'2', N'38', N'5000', N'0', N'3', N'2', N'4600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042014', N'Drake Greaves', N'1', N'0', N'0', N'4', N'2', N'41', N'5000', N'0', N'3', N'2', N'4600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042015', N'Crisis War Greave', N'1', N'0', N'0', N'4', N'2', N'44', N'5000', N'0', N'3', N'2', N'4600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042016', N'Travirun War Greave ', N'1', N'0', N'0', N'4', N'2', N'47', N'5000', N'0', N'3', N'2', N'4600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042017', N'Dragoon Greave', N'1', N'0', N'0', N'4', N'2', N'50', N'5000', N'0', N'3', N'2', N'4600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14042018', N'Reflective Greave', N'1', N'0', N'0', N'4', N'2', N'53', N'5000', N'0', N'3', N'2', N'4600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044001', N'Shining Greaves', N'1', N'1', N'5', N'4', N'4', N'5', N'5500', N'1', N'3', N'2', N'4600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044002', N'Dazzling Greaves', N'1', N'1', N'5', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'4600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044003', N'Assault Greaves', N'1', N'1', N'5', N'4', N'4', N'15', N'5500', N'1', N'3', N'2', N'4600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044004', N'Gendarme Greaves', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'4600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044005', N'Enduring Greaves', N'1', N'1', N'5', N'4', N'4', N'25', N'5500', N'1', N'3', N'2', N'4600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044006', N'Jousting Greaves', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'4600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044007', N'Stark Greaves', N'1', N'1', N'5', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'4600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044008', N'Menacing Greaves', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'4600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044009', N'Hazardous Greaves', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'4600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044010', N'Expert Greaves', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'4600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14044011', N'Suspicious War Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'4600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045001', N'Doomed Greaves', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'4600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045002', N'Essential Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'4600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045003', N'Blazing Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045004', N'Infernal Greaves', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045005', N'Field Marshal Greaves', N'1', N'1', N'3', N'4', N'5', N'30', N'6000', N'1', N'3', N'2', N'4600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045006', N'Destined Greaves', N'1', N'1', N'3', N'4', N'5', N'35', N'6000', N'1', N'3', N'2', N'4600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045007', N'Knightly Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'4600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045008', N'Fergana Greaves', N'1', N'1', N'3', N'4', N'5', N'45', N'6000', N'1', N'3', N'2', N'4600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045009', N'Avernus Greaves', N'1', N'1', N'3', N'4', N'5', N'50', N'6000', N'1', N'3', N'2', N'4600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'14045010', N'Flame War Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'4600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011001', N'Fabric Shoes', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011002', N'Linen Shoes', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011003', N'Fleece Shoes', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011004', N'Silky Yarn Shoes', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011005', N'Wool Shoes', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011006', N'Silk Shoes', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011007', N'Ram''s Wool Shoes', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011008', N'Muslin Shoes', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011009', N'Luna Shoes', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011010', N'Celestial Shoes', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011011', N'Mystical Shoes', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011012', N'Sorceress Shoes', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011013', N'Angora Shoes', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011014', N'Aramid Shoes', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011015', N'Berber Shoes', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011016', N'Brocade Shoes', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011017', N'Doeskin Shoes', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15011018', N'Nea Shoes', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012001', N'Fabric Shoes', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012002', N'Linen Shoes', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012003', N'Fleece Shoes', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012004', N'Silky Yarn Shoes', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012005', N'Wool Shoes', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012006', N'Silk Shoes', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012007', N'Ram''s Wool Shoes', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012008', N'Muslin Shoes', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012009', N'Luna Shoes', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012010', N'Celestial Shoes', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012011', N'Mystical Shoes', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012012', N'Sorceress Shoes', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012013', N'Angora Shoes', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012014', N'Aramid Shoes', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012015', N'Berber Shoes', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012016', N'Brocade Shoes', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012017', N'Doeskin Shoes', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15012018', N'Nea Shoes', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014001', N'Lavish Shoes', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014002', N'Insidious Shoes', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014003', N'Exceptional Shoes', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014004', N'Fervid Shoes', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014005', N'Nefarious Shoes', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014006', N'Diabolic Shoes', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014007', N'Sacred Shoes', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014008', N'Devious Shoes', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014009', N'Distinct Shoes', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014010', N'Taffeta Shoes', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15014011', N'Obscure Shoes', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015001', N'Vital Shoes', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015002', N'Wisdom Shoes', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015003', N'Bentus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015004', N'Raschel Shoes', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015005', N'Calico Shoes', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015006', N'Lumen Shoes', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015007', N'Starlight Shoes', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015008', N'Fluer Shoes', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015009', N'Pincord Shoes', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15015010', N'Dusk Shoes', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021001', N'Light Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'800', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021002', N'Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'800', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021003', N'Quilted Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'800', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021004', N'Studded Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'800', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021005', N'Hunter Shoes', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021006', N'Carp Shoes', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'800', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021007', N'Suede Shoes', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'800', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021008', N'Nubuck Shoes', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'800', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021009', N'Slink Shoes', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'800', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021010', N'Hide Shoes', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'800', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021011', N'Buckskin Shoes', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'800', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021012', N'Shagreen Shoes', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'800', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021013', N'Lamellar Shoes', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'800', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021014', N'Brigandine Shoes', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'800', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021015', N'Lorica Shoes', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'800', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021016', N'Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'800', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021017', N'Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'800', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15021018', N'DS Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'800', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022001', N'Light Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022002', N'Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'800', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022003', N'Quilted Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'800', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022004', N'Studded Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'800', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022005', N'Hunter Shoes', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'800', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022006', N'Carp Shoes', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022007', N'Suede Shoes', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'800', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022008', N'Nubuck Shoes', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022009', N'Slink Shoes', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'800', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022010', N'Hide Shoes', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'800', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022011', N'Buckskin Shoes', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'800', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022012', N'Shagreen Shoes', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'800', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022013', N'Lamellar Shoes', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'800', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022014', N'Brigandine Shoes', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'800', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022015', N'Lorica Shoes', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022016', N'Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'800', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022017', N'Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'800', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15022018', N'DS Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'800', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024001', N'Authentic Shoes', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'800', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024002', N'Camouflage Shoes', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'800', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024003', N'Illicit Shoes', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'800', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024004', N'Rugged Shoes', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024005', N'Dread Shoes', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'800', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024006', N'Tough Shoes', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024007', N'Haken-hide Shoes', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'800', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024008', N'Combat Shoes', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024009', N'Genuine Shoes', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'800', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024010', N'Superior Shoes', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15024011', N'Posh Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'800', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025001', N'Tanned Shoes', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'800', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025002', N'Rawhide Shoes', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'800', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025003', N'Demonic Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025004', N'Praetorian Shoes', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025005', N'Lacrimal Shoes', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025006', N'Eminent Shoes', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'800', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025007', N'Aquarius Shoes', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025008', N'Rogue Shoes', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025009', N'Fianna Shoes', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'800', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15025010', N'Arcane Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'800', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031001', N'Tatter Boots', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'1200', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031002', N'Chain Boots', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'1200', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031003', N'Wire Boots', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'1200', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031004', N'Hunter Boots', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'1200', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031005', N'Battle Boots', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031006', N'Devout Boots', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'1200', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031007', N'Banded Boots', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'1200', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031008', N'Linked Boots', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'1200', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031009', N'Splinted Boots', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'1200', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031010', N'Rivet Boots', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'1200', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031011', N'Venetian Boots', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'1200', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031012', N'Arquebus Boots', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'1200', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031013', N'Acorn Boots', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'1200', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031014', N'Aventail Boots', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'1200', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031015', N'Janissary Boots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'1200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031016', N'Genovese Boots', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'1200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031017', N'Teutonic Boots', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'1200', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15031018', N'Natura Chain Boots', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'1200', N'9540', N'1574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032001', N'Tatter Boots', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032002', N'Chain Boots', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'1200', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032003', N'Wire Boots', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'1200', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032004', N'Hunter Boots', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'1200', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032005', N'Battle Boots', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'1200', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032006', N'Devout Boots', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032007', N'Banded Boots', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'1200', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032008', N'Linked Boots', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032009', N'Splinted Boots', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'1200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032010', N'Rivet Boots', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'1200', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032011', N'Venetian Boots', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'1200', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032012', N'Arquebus Boots', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'1200', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032013', N'Acorn Boots', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'1200', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032014', N'Aventail Boots', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'1200', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032015', N'Janissary Boots', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032016', N'Genovese Boots', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'1200', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032017', N'Teutonic Boots', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'1200', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15032018', N'Natura Chain Boots', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'1200', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034001', N'Gritty Boots', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'1200', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034002', N'Heavy Boots', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'1200', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034003', N'Ultimate Boots', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'1200', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034004', N'Brisk Boots', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034005', N'Bound Boots', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'1200', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034006', N'Secure Boots', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034007', N'Devout Boots', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'1200', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034008', N'Solid Boots', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034009', N'Discarded Boots', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'1200', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034010', N'Engraved Boots', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15034011', N'Cure Chain Boots', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'1200', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035001', N'Dense Boots', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'1200', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035002', N'Burnished Boots', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'1200', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035003', N'Ribbed Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035004', N'Arcane Boots', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035005', N'Ashen Boots', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035006', N'Placidus Boots', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'1200', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035007', N'Armadillo Boots', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035008', N'Bulwark Boots', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035009', N'Cardiff Boots', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'1200', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15035010', N'Armed Chain Boots', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'1200', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041001', N'Prelic War Boots', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'2300', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041002', N'Padded War Boots', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'2300', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041003', N'Hauberk War Boots', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'2300', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041004', N'Scale War Boots', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'2300', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041005', N'Steel War Boots', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'2300', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041006', N'Spiral War Boots', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'2300', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041007', N'Hoplite Boots', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'2300', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041008', N'Full War Boots', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'2300', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041009', N'Ornate War Boots', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'2300', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041010', N'Rune War Boots', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041011', N'Raven War Boots', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'2300', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041012', N'Castilian Boots', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'2300', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041013', N'Baleog War Boots', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'2300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041014', N'Drake War Boots', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'2300', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041015', N'Crisis War Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041016', N'Travirun War Boots', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041017', N'Dragoon Boots', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'2300', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15041018', N'Repel War Boots', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'2300', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042001', N'Prelic War Boots', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'2300', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042002', N'Padded War Boots', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'2300', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042003', N'Hauberk War Boots', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042004', N'Scale War Boots', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042005', N'Steel War Boots', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'2300', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042006', N'Spiral War Boots', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'2300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042007', N'Hoplite Boots', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'2300', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042008', N'Full War Boots', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'2300', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042009', N'Ornate War Boots', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042010', N'Rune War Boots', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'2300', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042011', N'Raven War Boots', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'2300', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042012', N'Castilian Boots', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'2300', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042013', N'Baleog War Boots', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'2300', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042014', N'Drake War Boots', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'2300', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042015', N'Crisis War Boots', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'2300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042016', N'Travirun War Boots', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'2300', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042017', N'Dragoon Boots', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'2300', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15042018', N'Repel War Boots', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'2300', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044001', N'Shining Boots', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'2300', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044002', N'Dazzling Boots', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044003', N'Assault War Boots', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'2300', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044004', N'Gendarme Boots', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044005', N'Enduring War Boots', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'2300', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044006', N'Jousting Boots', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044007', N'Stark Boots', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'2300', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044008', N'Menacing Boots', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044009', N'Hazardous War Boots', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'2300', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044010', N'Expert Boots', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15044011', N'Suspicious War Boots', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'2300', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045001', N'Doomed Boots', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'2300', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045002', N'Essential War Boots', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'2300', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045003', N'Blazing Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045004', N'Infernal War Boots', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045005', N'Field Marshal Boots', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045006', N'Destined Boots', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'2300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045007', N'Knightly Boots', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045008', N'Fergana War Boots', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045009', N'Avernus Boots', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'2300', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'15045010', N'Flame War Boots', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'2300', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011001', N'Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011002', N'Linen Belt', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'200', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011003', N'Fleece Belt', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'200', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011004', N'Silky Yarn Belt', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'200', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011005', N'Wool Belt', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'200', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011006', N'Silk Belt', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'200', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011007', N'Ram''s Wool Belt', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011008', N'Muslin Belt', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011009', N'Luna Belt', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'200', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011010', N'Celestial Belt', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'200', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011011', N'Mystical Belt', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'200', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011012', N'Sorceress Belt', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'200', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011013', N'Angora Belt', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'200', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011014', N'Aramid Belt', N'1', N'0', N'0', N'1', N'1', N'41', N'3000', N'0', N'0', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011015', N'Berber Belt', N'1', N'0', N'0', N'1', N'1', N'44', N'3000', N'0', N'0', N'2', N'200', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011016', N'Brocade Belt', N'1', N'0', N'0', N'1', N'1', N'47', N'3000', N'0', N'0', N'2', N'200', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011017', N'Doeskin Belt', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16011018', N'Nea Belt', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012001', N'Fabric Belt', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'200', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012002', N'Linen Belt', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012003', N'Fleece Belt', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'200', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012004', N'Silky Yarn Belt', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'200', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012005', N'Wool Belt', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'200', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012006', N'Silk Belt', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'200', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012007', N'Ram''s Wool Belt', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'200', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012008', N'Muslin Belt', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'200', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012009', N'Luna Belt', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'200', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012010', N'Celestial Belt', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'200', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012011', N'Mystical Belt', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'200', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012012', N'Sorceress Belt', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'200', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012013', N'Angora Belt', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'200', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012014', N'Aramid Belt', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'200', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012015', N'Berber Belt', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'200', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012016', N'Brocade Belt', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012017', N'Doeskin Belt', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'200', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16012018', N'Nea Belt', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'200', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014001', N'Lavish Belt', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'200', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014002', N'Insidious Belt', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'200', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014003', N'Exceptional Belt', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014004', N'Fervid Belt', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'200', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014005', N'Nefarious Belt', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'200', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014006', N'Diabolic Belt', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014007', N'Sacred Belt', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014008', N'Devious Belt', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014009', N'Distinct Belt', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014010', N'Taffeta Belt', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16014011', N'Obscure Belt', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'200', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015001', N'Vital Belt', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'200', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015002', N'Wisdom Belt', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'200', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015003', N'Bentus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015004', N'Raschel Belt', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015005', N'Calico Belt', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015006', N'Lumen Belt', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'200', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015007', N'Starlight Belt', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015008', N'Fluer Belt', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'200', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015009', N'Pincord Belt', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16015010', N'Dusk Belt', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'200', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021001', N'Light Leather Belt', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'300', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021002', N'Leather Belt', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021003', N'Quilted Leather Belt', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'300', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021004', N'Studded Leather Belt', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'300', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021005', N'Heavy Leather Belt', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'300', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021006', N'Carp Belt', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'300', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021007', N'Suede Belt', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021008', N'Nubuck Belt', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021009', N'Slink Belt', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'300', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021010', N'Hide Belt', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'300', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021011', N'Buckskin Belt', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'300', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021012', N'Shagreen Belt', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'300', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021013', N'Lamellar Belt', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'300', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021014', N'Brigandine Belt', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021015', N'Lorica Belt', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'300', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021016', N'Swollen Leather Belt', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'300', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021017', N'Sinful Leather Belt', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16021018', N'DS Leather Belt', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022001', N'Light Leather Belt', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022002', N'Leather Belt', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022003', N'Quilted Leather Belt', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'300', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022004', N'Studded Leather Belt', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'300', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022005', N'Heavy Leather Belt', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'300', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022006', N'Carp Belt', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'300', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022007', N'Suede Belt', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'300', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022008', N'Nubuck Belt', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'300', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022009', N'Slink Belt', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'300', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022010', N'Hide Belt', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'300', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022011', N'Buckskin Belt', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'300', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022012', N'Shagreen Belt', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'300', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022013', N'Lamellar Belt', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'300', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022014', N'Brigandine Belt', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022015', N'Lorica Belt', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'300', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022016', N'Swollen Leather Belt', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022017', N'Sinful Leather Belt', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'300', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16022018', N'DS Leather Belt', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'300', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024001', N'Authentic Leather Belt', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024002', N'Camouflage Leather Belt', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'300', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024003', N'Illicit Leather Belt', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'300', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024004', N'Rugged Leather Belt', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'300', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024005', N'Dread Leather Belt', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'300', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024006', N'Tough Leather Belt', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024007', N'Haken-hide Leather Belt', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'300', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024008', N'Combat Leather Belt', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024009', N'Genuine Leather Belt', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024010', N'Superior Leather Belt', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16024011', N'Posh Leather Belt', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'300', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025001', N'Tanned Belt', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'300', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025002', N'Rawhide Belt', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'300', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025003', N'Demonic Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025004', N'Praetorian Belt', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025005', N'Lacrimal Belt', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025006', N'Eminent Leather Belt', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'300', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025007', N'Aquarius Belt', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025008', N'Rogue Belt', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'300', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025009', N'Fianna Belt', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16025010', N'Arcane Leather Belt', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'300', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031001', N'Ringed Belt', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'500', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031002', N'Chain Belt', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'500', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031003', N'Wire Belt', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'500', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031004', N'Hunter Belt', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'500', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031005', N'Battle Belt', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'500', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031006', N'Devout Belt', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'500', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031007', N'Banded Belt', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031008', N'Linked Belt', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031009', N'Splinted Belt', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'500', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031010', N'Rivet Belt', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'500', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031011', N'Venetian Belt', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'500', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031012', N'Arquebus Belt', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'500', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031013', N'Acorn Belt', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'500', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031014', N'Aventail Belt', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031015', N'Janissary Belt', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'500', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031016', N'Genovese Belt', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'500', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031017', N'Teutonic Belt', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16031018', N'Natura Chain Belt', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'500', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032001', N'Ringed Belt', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032002', N'Chain Belt', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'500', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032003', N'Wire Belt', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'500', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032004', N'Hunter Belt', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'500', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032005', N'Battle Belt', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'500', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032006', N'Devout Belt', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'500', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032007', N'Banded Belt', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'500', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032008', N'Linked Belt', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'500', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032009', N'Splinted Belt', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'500', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032010', N'Rivet Belt', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'500', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032011', N'Venetian Belt', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'500', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032012', N'Arquebus Belt', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'500', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032013', N'Acorn Belt', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'500', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032014', N'Aventail Belt', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'500', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032015', N'Janissary Belt', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'500', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032016', N'Genovese Belt', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032017', N'Teutonic Belt', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'500', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16032018', N'Natura Chain Belt', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'500', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034001', N'Gritty Belt', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034002', N'Heavy Chain Belt', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'500', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034003', N'Ultimate Chain Belt', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'500', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034004', N'Brisk Chain Belt', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'500', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034005', N'Bound Belt', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'500', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034006', N'Secure Chain Belt', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034007', N'Devout Chain Belt', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'500', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034008', N'Solid Chain Belt', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034009', N'Discarded Belt', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034010', N'Engraved Chain Belt', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16034011', N'Cure Chain Belt', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'500', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035001', N'Dense Chain Belt', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'500', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035002', N'Burnished Belt', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'500', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035003', N'Ribbed Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035004', N'Arcane Chain Belt', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035005', N'Ashen Chain Belt', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035006', N'Placidus Chain Belt', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'500', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035007', N'Armadillo Belt', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035008', N'Bulwark Belt', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'500', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035009', N'Cardiff Chain Belt', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16035010', N'Armed Chain Belt', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'500', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041001', N'Prelic War Belt ', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041002', N'Padded War Belt', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041003', N'Hauberk War Belt', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041004', N'Scale War Belt', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041005', N'Steel War Belt', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041006', N'Spiral War Belt', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041007', N'Hoplite Belt', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041008', N'Full War Belt', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041009', N'Ornate War Belt', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041010', N'Rune War Belt', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041011', N'Raven War Belt', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041012', N'Castilian Belt', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041013', N'Baleog War Belt', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041014', N'Drake War Belt', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041015', N'Crisis War Belt', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041016', N'Travirun War Belt', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'900', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041017', N'Dragoon Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16041018', N'Repel War Belt', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042001', N'Prelic War Belt ', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042002', N'Padded War Belt', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042003', N'Hauberk War Belt', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042004', N'Scale War Belt', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042005', N'Steel War Belt', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042006', N'Spiral War Belt', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042007', N'Hoplite Belt', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042008', N'Full War Belt', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042009', N'Ornate War Belt', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042010', N'Rune War Belt', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042011', N'Raven War Belt', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042012', N'Castilian Belt', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042013', N'Baleog War Belt', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042014', N'Drake War Belt', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042015', N'Crisis War Belt', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042016', N'Travirun War Belt', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042017', N'Dragoon Belt', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16042018', N'Repel War Belt', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044001', N'Shining Belt', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044002', N'Dazzling Belt', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044003', N'Assault War Belt', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044004', N'Gendarme Belt', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044005', N'Enduring War Belt', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044006', N'Jousting Belt', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044007', N'Stark Belt', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044008', N'Menacing Belt', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044009', N'Hazardous War Belt', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044010', N'Expert Belt', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16044011', N'Suspicious War Belt', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045001', N'Doomed Belt', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045002', N'Essential War Belt', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045003', N'Blazing Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045004', N'Infernal War Belt', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045005', N'Field Marshal Belt', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045006', N'Destined Belt', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045007', N'Knightly Belt', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045008', N'Fergana War Belt', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045009', N'Avernus Belt', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'16045010', N'Flame War Belt', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012001', N'Guardian Pendant', N'1', N'0', N'0', N'17', N'2', N'15', N'0', N'0', N'1', N'0', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012002', N'Bone Collector Pendant', N'1', N'0', N'0', N'17', N'2', N'19', N'0', N'0', N'1', N'0', N'400', N'2690', N'444') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012003', N'Angolier Pendant', N'1', N'0', N'0', N'17', N'2', N'23', N'0', N'0', N'1', N'0', N'400', N'3630', N'599') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012004', N'Haken Master Pendant', N'1', N'0', N'0', N'17', N'2', N'27', N'0', N'0', N'1', N'0', N'400', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012005', N'Haken Sorcerer Pendant', N'1', N'0', N'0', N'17', N'2', N'31', N'0', N'0', N'1', N'0', N'400', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012006', N'Undia Pendant', N'1', N'0', N'0', N'17', N'2', N'35', N'0', N'0', N'1', N'0', N'400', N'7230', N'1193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012007', N'Minotauros Pendant', N'1', N'0', N'0', N'17', N'2', N'39', N'0', N'0', N'1', N'0', N'400', N'8700', N'1435') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012008', N'Agate Necklace', N'1', N'0', N'0', N'17', N'2', N'43', N'0', N'0', N'1', N'0', N'400', N'10290', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012009', N'Guardian Necklace', N'1', N'0', N'0', N'17', N'2', N'47', N'0', N'0', N'1', N'0', N'400', N'12020', N'1983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012010', N'Cerberus Necklace', N'1', N'0', N'0', N'17', N'2', N'51', N'0', N'0', N'1', N'0', N'400', N'13870', N'2289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17012011', N'Elemental Necklace', N'1', N'0', N'0', N'17', N'2', N'55', N'0', N'0', N'1', N'0', N'400', N'15860', N'2616') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014001', N'Onyx Pendant', N'1', N'1', N'5', N'17', N'4', N'15', N'0', N'0', N'2', N'0', N'400', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014002', N'Blazing Pendant', N'1', N'1', N'5', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014003', N'Amber Pendant', N'1', N'1', N'5', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'400', N'4640', N'765') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014004', N'Serpentine Pendant', N'1', N'1', N'5', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'400', N'6250', N'1031') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014005', N'Inferno Pendant', N'1', N'1', N'5', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'400', N'8080', N'1333') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014006', N'Wise Pendant', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'400', N'10160', N'1676') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014007', N'Nova Pendant', N'1', N'1', N'5', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'400', N'12450', N'2054') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014008', N'Star-stone Pendant', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2470') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17014009', N'Dark Slave Pendant', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2470') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015001', N'Ice Amulet', N'1', N'1', N'3', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'400', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015002', N'Lightning Amulet', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'1085') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015003', N'Fire Amulet', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'1085') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015004', N'Magic Amulet', N'1', N'1', N'3', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'400', N'8510', N'1404') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015005', N'Silver Amulet', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1764') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015006', N'Jasper Amulet', N'1', N'1', N'3', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'400', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015007', N'Shining Amulet', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015008', N'Opal Amulet', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17015101', N'Fated Emulet', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016001', N'Crystal Necklace', N'1', N'0', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'400', N'3590', N'592') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016002', N'Iris Necklace', N'1', N'0', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'400', N'5120', N'844') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016003', N'Enokian Necklace', N'1', N'0', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'400', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016004', N'Oblivion Necklace', N'1', N'0', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'400', N'8940', N'1475') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016005', N'Lapis Necklace', N'1', N'0', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016006', N'Vladimir Necklace', N'1', N'0', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'400', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016007', N'Lunaris Necklace', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2731') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016008', N'Aquamarine Necklace', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2731') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'17016101', N'Homme Fatale Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2730') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012001', N'Guardian Earrings', N'1', N'0', N'0', N'17', N'2', N'16', N'0', N'0', N'1', N'0', N'200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012002', N'Bone Collector Earrings', N'1', N'0', N'0', N'17', N'2', N'20', N'0', N'0', N'1', N'0', N'200', N'2730', N'451') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012003', N'Angolier Earrings', N'1', N'0', N'0', N'17', N'2', N'24', N'0', N'0', N'1', N'0', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012004', N'Haken Master Earrings', N'1', N'0', N'0', N'17', N'2', N'28', N'0', N'0', N'1', N'0', N'200', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012005', N'Haken Sorcerer Earrings', N'1', N'0', N'0', N'17', N'2', N'32', N'0', N'0', N'1', N'0', N'200', N'5830', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012006', N'Undia Earrings', N'1', N'0', N'0', N'17', N'2', N'36', N'0', N'0', N'1', N'0', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012007', N'Minotauros Earrings', N'1', N'0', N'0', N'17', N'2', N'40', N'0', N'0', N'1', N'0', N'200', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012008', N'Orgone Earrings', N'1', N'0', N'0', N'17', N'2', N'44', N'0', N'0', N'1', N'0', N'200', N'10040', N'1656') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012009', N'Agate Earrings', N'1', N'0', N'0', N'17', N'2', N'48', N'0', N'0', N'1', N'0', N'200', N'11690', N'1929') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18012010', N'Guardian Earrings', N'1', N'0', N'0', N'17', N'2', N'52', N'0', N'0', N'1', N'0', N'200', N'13460', N'2220') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014001', N'Onyx Earrings', N'1', N'1', N'5', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'200', N'3050', N'503') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014002', N'Blazing Earrings', N'1', N'1', N'5', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014003', N'Serpentine Earrings', N'1', N'1', N'5', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014004', N'Amber Earrings', N'1', N'1', N'5', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'200', N'7580', N'1250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014005', N'Inferno Earrings', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'200', N'9520', N'1570') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014006', N'Wise Earrings', N'1', N'1', N'5', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'200', N'11680', N'1927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014007', N'Nova Earrings', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18014008', N'Star-stone Earrings', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015001', N'Ice Earrings', N'1', N'1', N'3', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'200', N'4580', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015002', N'Lightning Earrings', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'200', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015003', N'Fire Earrings', N'1', N'1', N'3', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'200', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015004', N'Magic Earrings', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015005', N'Silver Earrings', N'1', N'1', N'3', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'200', N'12290', N'2028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015006', N'Jasper Earrings', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015007', N'Shining Earrings', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18015101', N'Fated Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2440') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016001', N'Crystal Earrings', N'1', N'0', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016002', N'Iris Earrings', N'1', N'0', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'200', N'6480', N'1069') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016003', N'Enokian Earrings', N'1', N'0', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'200', N'8380', N'1382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016004', N'Oblivion Earrings', N'1', N'0', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016005', N'Vladimir Earrings', N'1', N'0', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'200', N'12900', N'2128') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016006', N'Lunaris Earrings', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016007', N'Aquamarine Earrings', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'18016101', N'Homme Fatale Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012001', N'Guardian Ring', N'1', N'0', N'0', N'17', N'2', N'14', N'0', N'0', N'1', N'0', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012002', N'Bone Collector Ring', N'1', N'0', N'0', N'17', N'2', N'18', N'0', N'0', N'1', N'0', N'300', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012003', N'Angolier Ring', N'1', N'0', N'0', N'17', N'2', N'22', N'0', N'0', N'1', N'0', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012004', N'Haken Master Ring', N'1', N'0', N'0', N'17', N'2', N'26', N'0', N'0', N'1', N'0', N'300', N'3870', N'639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012005', N'Haken Sorcerer Ring', N'1', N'0', N'0', N'17', N'2', N'30', N'0', N'0', N'1', N'0', N'300', N'4890', N'807') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012006', N'Undia Ring', N'1', N'0', N'0', N'17', N'2', N'34', N'0', N'0', N'1', N'0', N'300', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012007', N'Minotauros Ring', N'1', N'0', N'0', N'17', N'2', N'38', N'0', N'0', N'1', N'0', N'300', N'7280', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012008', N'Guardian Ring', N'1', N'0', N'0', N'17', N'2', N'42', N'0', N'0', N'1', N'0', N'300', N'8640', N'1425') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012009', N'Cerberus Ring', N'1', N'0', N'0', N'17', N'2', N'46', N'0', N'0', N'1', N'0', N'300', N'10120', N'1669') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012010', N'Elemental Ring', N'1', N'0', N'0', N'17', N'2', N'50', N'0', N'0', N'1', N'0', N'300', N'11720', N'1933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012011', N'Freya Ring', N'1', N'0', N'0', N'17', N'2', N'54', N'0', N'0', N'1', N'0', N'300', N'13430', N'2216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19012012', N'Dark Tattoo Ring', N'1', N'0', N'0', N'17', N'2', N'58', N'0', N'0', N'1', N'0', N'300', N'15260', N'2517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014001', N'Onyx Ring', N'1', N'1', N'5', N'17', N'4', N'10', N'0', N'0', N'2', N'0', N'300', N'1030', N'170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014002', N'Blazing Ring', N'1', N'1', N'5', N'17', N'4', N'15', N'0', N'0', N'2', N'0', N'300', N'1830', N'302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014003', N'Serpentine Ring', N'1', N'1', N'5', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'300', N'2850', N'470') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014004', N'Amber Ring', N'1', N'1', N'5', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'300', N'4060', N'669') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014005', N'Inferno Ring', N'1', N'1', N'5', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'300', N'5460', N'900') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014006', N'Wise Ring', N'1', N'1', N'5', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'300', N'7080', N'1168') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014007', N'Nova Ring', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'300', N'8880', N'1465') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014008', N'Star-stone Ring', N'1', N'1', N'5', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'300', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014009', N'Dark Slave Ring', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19014010', N'Elven Ring', N'1', N'1', N'5', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015001', N'Ice Ring', N'1', N'1', N'3', N'17', N'5', N'15', N'0', N'0', N'3', N'0', N'300', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015002', N'Lightning Ring', N'1', N'1', N'3', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'300', N'3000', N'495') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015003', N'Fire Ring', N'1', N'1', N'3', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'300', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015004', N'Magic Ring', N'1', N'1', N'3', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'300', N'5750', N'949') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015005', N'Silver Ring', N'1', N'1', N'3', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'300', N'7450', N'1229') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015006', N'Jasper Ring', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015007', N'Shining Ring', N'1', N'1', N'3', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'300', N'11470', N'1893') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015008', N'Opal Ring', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2275') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015009', N'Stone Ring', N'1', N'1', N'3', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2275') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19015101', N'Fated Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016001', N'Crystal Ring', N'1', N'0', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'300', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016002', N'Iris Ring', N'1', N'0', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'300', N'4480', N'739') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016003', N'Enokian Ring', N'1', N'0', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'300', N'6040', N'996') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016004', N'Oblivion Ring', N'1', N'0', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'300', N'7820', N'1290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016005', N'Vladimir Ring', N'1', N'0', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1620') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016006', N'Lunaris Ring', N'1', N'0', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'300', N'12040', N'1986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016007', N'Aquamarine Ring', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016008', N'Amina Ring', N'1', N'0', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'19016101', N'Homme Fatale Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2390') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011001', N'Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'300', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011002', N'Linen Gloves', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'300', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011003', N'Fleece Gloves', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'300', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011004', N'Silky Yarn Gloves', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011005', N'Wool Gloves', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011006', N'Silk Gloves', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'300', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011007', N'Ram''s Wool Gloves', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011008', N'Muslin Gloves', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'300', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011009', N'Luna Gloves', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'300', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011010', N'Celestial Gloves', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011011', N'Mystical Gloves', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'300', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011012', N'Sorceress Gloves', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'300', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011013', N'Angora Gloves', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'300', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011014', N'Aramid Gloves', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011015', N'Berber Gloves', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011016', N'Brocades Gloves', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'300', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011017', N'Doeskin Gloves', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'300', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20011018', N'Nea Gloves', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'300', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012001', N'Fabric Gloves', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012002', N'Linen Gloves', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'300', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012003', N'Fleece Gloves', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'300', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012004', N'Silky Yarn Gloves', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'300', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012005', N'Wool Gloves', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'300', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012006', N'Silk Gloves', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012007', N'Ram''s Wool Gloves', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'300', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012008', N'Muslin Gloves', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'300', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012009', N'Luna Gloves', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'300', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012010', N'Celestial Gloves', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'300', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012011', N'Mystical Gloves', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012012', N'Sorceress Gloves', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012013', N'Angora Gloves', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012014', N'Aramid Gloves', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'300', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012015', N'Berber Gloves', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'300', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012016', N'Brocades Gloves', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'300', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012017', N'Doeskin Gloves', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'300', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20012018', N'Nea Gloves', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014001', N'Lavish Gloves', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'300', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014002', N'Insidious Gloves', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'300', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014003', N'Exceptional Gloves', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'300', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014004', N'Fervid Gloves', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014005', N'Nefarious Gloves', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014006', N'Diabolic Gloves', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014007', N'Sacred Gloves', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014008', N'Devious Gloves', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014009', N'Distinct Gloves', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014010', N'Taffeta Gloves', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20014011', N'Obscure Gloves', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015001', N'Vital Gloves', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'300', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015002', N'Wisdom Gloves', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'300', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015003', N'Bentus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015004', N'Raschel Gloves', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015005', N'Calico Gloves', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015006', N'Lumen Gloves', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'300', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015007', N'Starlight Gloves', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015008', N'Fluer Gloves', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015009', N'Pincord Gloves', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20015010', N'Dusk Gloves', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021001', N'Light Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'400', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021002', N'Layered Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'400', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021003', N'Quilted Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'400', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021004', N'Studded Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'400', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021005', N'Hunter Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'400', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021006', N'Carp Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021007', N'Suede Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021008', N'Nubuck Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'400', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021009', N'Slink Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'400', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021010', N'Hide Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'400', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021011', N'Buckskin Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'400', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021012', N'Shagreen Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'400', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021013', N'Lamellar Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'400', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021014', N'Brigandine Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'400', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021015', N'Lorica Gloves', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'400', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021016', N'Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'400', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021017', N'Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'400', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20021018', N'DS Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'400', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022001', N'Light Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'400', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022002', N'Layered Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022003', N'Quilted Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022004', N'Studded Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'400', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022005', N'Hunter Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'400', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022006', N'Carp Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'400', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022007', N'Suede Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'400', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022008', N'Nubuck Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022009', N'Slink Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'400', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022010', N'Hide Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022011', N'Buckskin Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022012', N'Shagreen Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022013', N'Lamellar Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'400', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022014', N'Brigandine Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022015', N'Lorica Gloves', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'400', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022016', N'Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022017', N'Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'400', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20022018', N'DS Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'400', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024001', N'Authentic Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024002', N'Camouflage Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'400', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024003', N'Illicit Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'400', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024004', N'Rugged Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'400', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024005', N'Dread Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'400', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024006', N'Tough Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'400', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024007', N'Haken-hide Gloves', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'400', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024008', N'Combat Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'400', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024009', N'Genuine Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'400', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024010', N'Superior Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'400', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20024011', N'Posh Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'400', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025001', N'Tanned Gloves', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025002', N'Rawhide Gloves', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'400', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025003', N'Demonic Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025004', N'Praetorian Gloves', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025005', N'Lacrimal Gloves', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'400', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025006', N'Eminent Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025007', N'Aquarius Gloves', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'400', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025008', N'Rogue Gloves', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'400', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025009', N'Fianna Gloves', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'400', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20025010', N'Arcane Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'400', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031001', N'Ringed Gloves', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031002', N'Hooked Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031003', N'Wire Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031004', N'Hunter Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031005', N'Battle Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031006', N'Devout Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031007', N'Banded Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031008', N'Linked Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031009', N'Splinted Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031010', N'Rivet Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031011', N'Venetian Gloves', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031012', N'Arquebus Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031013', N'Acorn Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031014', N'Aventail Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031015', N'Janissary Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031016', N'Genovese Gloves', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031017', N'Teutonic Gloves', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20031018', N'Natura Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032001', N'Ringed Gloves', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032002', N'Hooked Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032003', N'Wire Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032004', N'Hunter Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032005', N'Battle Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032006', N'Devout Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032007', N'Banded Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032008', N'Linked Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032009', N'Splinted Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032010', N'Rivet Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032011', N'Venetian Gloves', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032012', N'Arquebus Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032013', N'Acorn Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032014', N'Aventail Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032015', N'Janissary Gloves', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032016', N'Genovese Gloves', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032017', N'Teutonic Gloves', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20032018', N'Natura Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034001', N'Gritty Gloves', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034002', N'Heavy Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034003', N'Ultimate Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034004', N'Brisk Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034005', N'Bound Gloves', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034006', N'Secure Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034007', N'Devout Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034008', N'Solid Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034009', N'Discarded Gloves', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034010', N'Engraved Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20034011', N'Cure Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035001', N'Dense Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035002', N'Burnished Gloves', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035003', N'Ribbed Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035004', N'Arcane Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035005', N'Ashen Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035006', N'Placidus Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035007', N'Armadillo Gloves', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035008', N'Bulwark Gloves', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035009', N'Cardiff Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20035010', N'Armed Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041001', N'Prelic War Gloves', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'1100', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041002', N'Padded War Gloves', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'1100', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041003', N'Hauberk War Gloves', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'1100', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041004', N'Scale War Gloves', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'1100', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041005', N'Steel War Gloves', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'1100', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041006', N'Spiral War Gloves', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'1100', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041007', N'Hoplite Gloves', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'1100', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041008', N'Full War Gloves', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'1100', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041009', N'Ornate War Gloves', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'1100', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041010', N'Rune War Gloves', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'1100', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041011', N'Raven War Gloves', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'1100', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041012', N'Castilian Gloves', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'1100', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041013', N'Baleog War Gloves', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'1100', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041014', N'Drake War Gloves', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'1100', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041015', N'Crisis War Gloves', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'1100', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041016', N'Travirun War Gloves', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'1100', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041017', N'Dragoon Gloves', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'1100', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20041018', N'Repel War Gloves', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'1100', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042001', N'Prelic War Gloves', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'1100', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042002', N'Padded War Gloves', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'1100', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042003', N'Hauberk War Gloves', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'1100', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042004', N'Scale War Gloves', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'1100', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042005', N'Steel War Gloves', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'1100', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042006', N'Spiral War Gloves', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'1100', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042007', N'Hoplite Gloves', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'1100', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042008', N'Full War Gloves', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042009', N'Ornate War Gloves', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'1100', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042010', N'Rune War Gloves', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042011', N'Raven War Gloves', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'1100', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042012', N'Castilian Gloves', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042013', N'Baleog War Gloves', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'1100', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042014', N'Drake War Gloves', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042015', N'Crisis War Gloves', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'1100', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042016', N'Travirun War Gloves', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042017', N'Dragoon Gloves', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'1100', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20042018', N'Repel War Gloves', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'1100', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044001', N'Shining Gloves', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'1100', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044002', N'Dazzling Gloves', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'1100', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044003', N'Assault War Gloves', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'1100', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044004', N'Gendarme Gloves', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'1100', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044005', N'Enduring War Gloves', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'1100', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044006', N'Jousting Gloves', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'1100', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044007', N'Stark Gloves', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'1100', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044008', N'Menacing Gloves', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'1100', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044009', N'Hazardous War Gloves', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'1100', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044010', N'Expert Gloves', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'1100', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20044011', N'Suspicious War Gloves', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'1100', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045001', N'Doomed Gloves', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'1100', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045002', N'Essential War Gloves', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'1100', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045003', N'Blazing Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045004', N'Infernal War Gloves', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045005', N'Field Marshal Gloves', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'1100', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045006', N'Destined Gloves', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'1100', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045007', N'Knightly Gloves', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'1100', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045008', N'Fergana War Gloves', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'1100', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045009', N'Avernus Vambraces', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'1100', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'20045010', N'Flame War Gloves', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'1100', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112012001', N'Fabric Robe', N'1', N'2', N'0', N'1', N'2', N'4', N'5500', N'0', N'3', N'2', N'1400', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014001', N'Scarlet Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'9', N'6000', N'1', N'3', N'2', N'1400', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014003', N'Model Student Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'18', N'6000', N'1', N'3', N'2', N'1400', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014004', N'Holy Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'21', N'6000', N'1', N'3', N'2', N'1400', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014006', N'Farvis Robe', N'1', N'2', N'0', N'1', N'4', N'27', N'6000', N'1', N'3', N'2', N'1400', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014007', N'Evil Robe', N'1', N'2', N'0', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014008', N'Stylish Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'19', N'6000', N'1', N'3', N'2', N'1400', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014011', N'Lv. 33 Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'33', N'6000', N'1', N'3', N'2', N'1400', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112014012', N'Lv. 35 Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112015101', N'Bone Fleur Robe', N'1', N'2', N'3', N'1', N'5', N'42', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112015102', N'Catacomb Fabric Robe', N'1', N'2', N'3', N'1', N'5', N'47', N'6500', N'1', N'3', N'2', N'1400', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112015103', N'Seven Stones Fabric Robe', N'1', N'2', N'3', N'1', N'5', N'52', N'6500', N'1', N'3', N'2', N'1400', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112016101', N'Bonehewn Lingee Robe', N'1', N'2', N'2', N'1', N'6', N'43', N'7000', N'1', N'3', N'2', N'1400', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112016102', N'Hidden Catacomb Fabric Robe', N'1', N'2', N'2', N'1', N'6', N'48', N'7000', N'1', N'3', N'2', N'1400', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112016103', N'Hidden Seven Stones Fabric Robe', N'1', N'2', N'2', N'1', N'6', N'53', N'7000', N'1', N'3', N'2', N'1400', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112022001', N'Leather Mail', N'1', N'2', N'0', N'2', N'2', N'4', N'5500', N'0', N'3', N'2', N'1900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024001', N'Scarlet Leather Mail', N'1', N'2', N'0', N'2', N'4', N'9', N'6000', N'1', N'3', N'2', N'1900', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024003', N'Model Student Leather Mail', N'1', N'2', N'0', N'2', N'4', N'18', N'6000', N'1', N'3', N'2', N'1900', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024004', N'Holy Leather Mail', N'1', N'2', N'0', N'2', N'4', N'21', N'6000', N'1', N'3', N'2', N'1900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024006', N'Farvis Leather Mail', N'1', N'2', N'0', N'2', N'4', N'27', N'6000', N'1', N'3', N'2', N'1900', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024007', N'Evil Leather Mail', N'1', N'2', N'0', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024008', N'Stylish Leather Mail', N'1', N'2', N'0', N'2', N'4', N'19', N'6000', N'1', N'3', N'2', N'1900', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024011', N'Lv. 33 Leather Mail', N'1', N'2', N'0', N'2', N'4', N'33', N'6000', N'1', N'3', N'2', N'1900', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112024012', N'Lv. 35 Leather Mail', N'1', N'2', N'0', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112025101', N'Bone Beatrice Leather Armor', N'1', N'2', N'3', N'2', N'5', N'42', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112025102', N'Catacomb Leather Armor', N'1', N'2', N'3', N'2', N'5', N'47', N'6500', N'1', N'3', N'2', N'1900', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112025103', N'Seven Stones Leather Armor', N'1', N'2', N'3', N'2', N'5', N'52', N'6500', N'1', N'3', N'2', N'1900', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112026101', N'Bonehewn Elodie Leather Armor', N'1', N'2', N'2', N'2', N'6', N'43', N'7000', N'1', N'3', N'2', N'1900', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112026102', N'Hidden Catacomb Leather Armor', N'1', N'2', N'2', N'2', N'6', N'48', N'7000', N'1', N'3', N'2', N'1900', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112026103', N'Hidden Seven Stones Leather Armor', N'1', N'2', N'2', N'2', N'6', N'53', N'7000', N'1', N'3', N'2', N'1900', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112032001', N'Chain Cuirass', N'1', N'2', N'0', N'3', N'2', N'4', N'5500', N'0', N'3', N'2', N'3000', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034001', N'Scarlet Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'9', N'6000', N'1', N'3', N'2', N'3000', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034003', N'Model Student Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'18', N'6000', N'1', N'3', N'2', N'3000', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034004', N'Holy Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'21', N'6000', N'1', N'3', N'2', N'3000', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034006', N'Farvis Chain Armor', N'1', N'2', N'0', N'3', N'4', N'27', N'6000', N'1', N'3', N'2', N'3000', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034007', N'Evil Chain Armor', N'1', N'2', N'0', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034008', N'Stylish Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'19', N'6000', N'1', N'3', N'2', N'3000', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034011', N'Lv. 33 Chain Mail', N'1', N'2', N'0', N'3', N'4', N'33', N'6000', N'1', N'3', N'2', N'3000', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112034012', N'Lv. 35 Chain Mail', N'1', N'2', N'0', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112035101', N'Bone Defenso Chain Mail', N'1', N'2', N'3', N'3', N'5', N'42', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112035102', N'Catacomb Chainmail', N'1', N'2', N'3', N'3', N'5', N'47', N'6500', N'1', N'3', N'2', N'3000', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112035103', N'Seven Stones Chainmail', N'1', N'2', N'3', N'3', N'5', N'52', N'6500', N'1', N'3', N'2', N'3000', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112036101', N'Bonehewn Hinch Chain Mail', N'1', N'2', N'2', N'3', N'6', N'43', N'7000', N'1', N'3', N'2', N'3000', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112036102', N'Hidden Catacomb Chainmail', N'1', N'2', N'2', N'3', N'6', N'48', N'7000', N'1', N'3', N'2', N'3000', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112036103', N'Hidden Seven Stones Chainmail', N'1', N'2', N'2', N'3', N'6', N'53', N'7000', N'1', N'3', N'2', N'3000', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112042001', N'Plate Armor', N'1', N'2', N'0', N'4', N'2', N'4', N'5500', N'0', N'3', N'2', N'5700', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044001', N'Scarlet Plate Armor', N'1', N'2', N'0', N'4', N'4', N'9', N'6000', N'1', N'3', N'2', N'5700', N'760', N'125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044003', N'Model Student Plate Armor', N'1', N'2', N'0', N'4', N'4', N'18', N'6000', N'1', N'3', N'2', N'5700', N'2070', N'342') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044004', N'Holy Plate Armor', N'1', N'2', N'0', N'4', N'4', N'21', N'6000', N'1', N'3', N'2', N'5700', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044006', N'Farvis Plate', N'1', N'2', N'0', N'4', N'4', N'27', N'6000', N'1', N'3', N'2', N'5700', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044007', N'Evil Plate', N'1', N'2', N'0', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044008', N'Stylish Plate Armor', N'1', N'2', N'0', N'4', N'4', N'19', N'6000', N'1', N'3', N'2', N'5700', N'2250', N'371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044011', N'Lv. 33 Plate Mail', N'1', N'2', N'0', N'4', N'4', N'33', N'6000', N'1', N'3', N'2', N'5700', N'5490', N'906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112044012', N'Lv. 35 Plate Mail', N'1', N'2', N'0', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112045101', N'Bone Fergana Plate', N'1', N'2', N'3', N'4', N'5', N'42', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112045102', N'Catacomb Plate', N'1', N'2', N'3', N'4', N'5', N'47', N'6500', N'1', N'3', N'2', N'5700', N'10600', N'1749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112045103', N'Seven Stones Plate', N'1', N'2', N'3', N'4', N'5', N'52', N'6500', N'1', N'3', N'2', N'5700', N'12670', N'2091') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112046101', N'Bonehewn Bandit Plate', N'1', N'2', N'2', N'4', N'6', N'43', N'7000', N'1', N'3', N'2', N'5700', N'9530', N'1573') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112046102', N'Hidden Catacomb Plate', N'1', N'2', N'2', N'4', N'6', N'48', N'7000', N'1', N'3', N'2', N'5700', N'11550', N'1906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'112046103', N'Hidden Seven Stones Plate', N'1', N'2', N'2', N'4', N'6', N'53', N'7000', N'1', N'3', N'2', N'5700', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113012001', N'Fabric Hood', N'1', N'2', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014003', N'Model Student Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'18', N'3400', N'1', N'3', N'2', N'900', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014004', N'Holy Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'21', N'3400', N'1', N'3', N'2', N'900', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014006', N'Farvis Hood', N'1', N'2', N'0', N'1', N'4', N'27', N'3400', N'1', N'3', N'2', N'900', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014009', N'Miscellaneous Merchant''s Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'14', N'3400', N'1', N'3', N'2', N'900', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014010', N'Lv. 31 Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'31', N'3400', N'1', N'3', N'2', N'900', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014012', N'Lv. 35 Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113014013', N'Lv. 37 Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'37', N'3400', N'1', N'3', N'2', N'900', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113015101', N'Bone Fleur Hood', N'1', N'2', N'3', N'1', N'5', N'42', N'3600', N'1', N'3', N'2', N'900', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113015102', N'Catacomb Fabric Hood', N'1', N'2', N'3', N'1', N'5', N'47', N'3600', N'1', N'3', N'2', N'900', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113015103', N'Seven Stones Fabric Hood', N'1', N'2', N'3', N'1', N'5', N'52', N'3600', N'1', N'3', N'2', N'900', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113016101', N'Bonehewn Lingee Hood', N'1', N'2', N'2', N'1', N'6', N'43', N'4000', N'1', N'3', N'2', N'900', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113016102', N'Hidden Catacomb Fabric Hood', N'1', N'2', N'2', N'1', N'6', N'48', N'4000', N'1', N'3', N'2', N'900', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113016103', N'Hidden Seven Stones Fabric Hood', N'1', N'2', N'2', N'1', N'6', N'53', N'4000', N'1', N'3', N'2', N'900', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113022001', N'Leather Cap', N'1', N'2', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'1200', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024003', N'Model Student Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'18', N'3400', N'1', N'3', N'2', N'1200', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024004', N'Holy Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'21', N'3400', N'1', N'3', N'2', N'1200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024006', N'Farvis Leather Cap', N'1', N'2', N'0', N'2', N'4', N'27', N'3400', N'1', N'3', N'2', N'1200', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024009', N'Miscellaneous Merchant''s Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'14', N'3400', N'1', N'3', N'2', N'1200', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024010', N'Lv. 31 Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'31', N'3400', N'1', N'3', N'2', N'1200', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024012', N'Lv. 35 Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'1200', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113024013', N'Lv. 37 Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'37', N'3400', N'1', N'3', N'2', N'1200', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113025101', N'Bone Beatrice Leather Cap', N'1', N'2', N'3', N'2', N'5', N'42', N'3600', N'1', N'3', N'2', N'1200', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113025102', N'Catacomb Leather Cap', N'1', N'2', N'3', N'2', N'5', N'47', N'3600', N'1', N'3', N'2', N'1200', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113025103', N'Seven Stones Leather Cap', N'1', N'2', N'3', N'2', N'5', N'52', N'3600', N'1', N'3', N'2', N'1200', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113026101', N'Bonehewn Elodie Leather Cap', N'1', N'2', N'2', N'2', N'6', N'43', N'4000', N'1', N'3', N'2', N'1200', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113026102', N'Hidden Catacomb Leather Cap', N'1', N'2', N'2', N'2', N'6', N'48', N'4000', N'1', N'3', N'2', N'1200', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113026103', N'Hidden Seven Stones Leather Cap', N'1', N'2', N'2', N'2', N'6', N'53', N'4000', N'1', N'3', N'2', N'1200', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113032001', N'Helm', N'1', N'2', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'1800', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034003', N'Model Student Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'18', N'3400', N'1', N'3', N'2', N'1800', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034004', N'Holy Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'21', N'3400', N'1', N'3', N'2', N'1800', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034006', N'Farvis Coif', N'1', N'2', N'0', N'3', N'4', N'27', N'3400', N'1', N'3', N'2', N'1800', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034009', N'Miscellaneous Merchant''s Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'14', N'3400', N'1', N'3', N'2', N'1800', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034010', N'Lv. 31 Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'31', N'3400', N'1', N'3', N'2', N'1800', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034012', N'Lv. 35 Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'1800', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113034013', N'Lv. 37 Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'37', N'3400', N'1', N'3', N'2', N'1800', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113035101', N'Bone Defenso Chain Helm', N'1', N'2', N'3', N'3', N'5', N'42', N'3600', N'1', N'3', N'2', N'1800', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113035102', N'Catacomb Chain Helm', N'1', N'2', N'3', N'3', N'5', N'47', N'3600', N'1', N'3', N'2', N'1800', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113035103', N'Seven Stones Chain Helm', N'1', N'2', N'3', N'3', N'5', N'52', N'3600', N'1', N'3', N'2', N'1800', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113036101', N'Bonehewn Hinch Helm', N'1', N'2', N'2', N'3', N'6', N'43', N'4000', N'1', N'3', N'2', N'1800', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113036102', N'Hidden Catacomb Chain Helm', N'1', N'2', N'2', N'3', N'6', N'48', N'4000', N'1', N'3', N'2', N'1800', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113036103', N'Hidden Seven Stones Chain Helm', N'1', N'2', N'2', N'3', N'6', N'53', N'4000', N'1', N'3', N'2', N'1800', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113042001', N'Plate Helmet', N'1', N'2', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'3400', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044003', N'Model Student Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'18', N'3400', N'1', N'3', N'2', N'3400', N'1380', N'227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044004', N'Holy Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'21', N'3400', N'1', N'3', N'2', N'3400', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044006', N'Farvis Helm', N'1', N'2', N'0', N'4', N'4', N'27', N'3400', N'1', N'3', N'2', N'3400', N'2620', N'432') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044009', N'Miscellaneous Merchant''s Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'14', N'3400', N'1', N'3', N'2', N'3400', N'950', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044010', N'Lv. 31 Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'31', N'3400', N'1', N'3', N'2', N'3400', N'3300', N'544') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044012', N'Lv. 35 Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'3400', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113044013', N'Lv. 37 Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'37', N'3400', N'1', N'3', N'2', N'3400', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113045101', N'Bone Fergana War Helm', N'1', N'2', N'3', N'4', N'5', N'42', N'3600', N'1', N'3', N'2', N'3400', N'5810', N'959') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113045102', N'Catacomb Plate Helm', N'1', N'2', N'3', N'4', N'5', N'47', N'3600', N'1', N'3', N'2', N'3400', N'7070', N'1167') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113045103', N'Seven Stones Plate Helm', N'1', N'2', N'3', N'4', N'5', N'52', N'3600', N'1', N'3', N'2', N'3400', N'8440', N'1393') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113046101', N'Bonehewn Bandit Helm', N'1', N'2', N'2', N'4', N'6', N'43', N'4000', N'1', N'3', N'2', N'3400', N'6350', N'1048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113046102', N'Hidden Catacomb Plate Helm', N'1', N'2', N'2', N'4', N'6', N'48', N'4000', N'1', N'3', N'2', N'3400', N'7700', N'1271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'113046103', N'Hidden Seven Stones Plate Helm', N'1', N'2', N'2', N'4', N'6', N'53', N'4000', N'1', N'3', N'2', N'3400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114012001', N'Fabric Hose', N'1', N'2', N'0', N'1', N'2', N'5', N'5000', N'0', N'3', N'2', N'1100', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014001', N'Scarlet Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1100', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014003', N'Model Student Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'19', N'5500', N'1', N'3', N'2', N'1100', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014004', N'Holy Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'21', N'5500', N'1', N'3', N'2', N'1100', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014006', N'Farvis Pants', N'1', N'2', N'0', N'1', N'4', N'27', N'5500', N'1', N'3', N'2', N'1100', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014007', N'Evil Pants', N'1', N'2', N'0', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014011', N'Lv. 33 Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'33', N'5500', N'1', N'3', N'2', N'1100', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114014012', N'Lv. 35 Fabric Hose', N'1', N'2', N'0', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114015101', N'Bone Fleur Leggings', N'1', N'2', N'3', N'1', N'5', N'42', N'6000', N'1', N'3', N'2', N'1100', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114015102', N'Catacomb Fabric Leggings', N'1', N'2', N'3', N'1', N'5', N'47', N'6000', N'1', N'3', N'2', N'1100', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114015103', N'Seven Stones Fabric Leggings', N'1', N'2', N'3', N'1', N'5', N'52', N'6000', N'1', N'3', N'2', N'1100', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114016101', N'Bonehewn Lingee Leggings', N'1', N'2', N'2', N'1', N'6', N'43', N'6500', N'1', N'3', N'2', N'1100', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114016102', N'Hidden Catacomb Fabric Leggings', N'1', N'2', N'2', N'1', N'6', N'48', N'6500', N'1', N'3', N'2', N'1100', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114016103', N'Hidden Seven Stones Fabric Leggings', N'1', N'2', N'2', N'1', N'6', N'53', N'6500', N'1', N'3', N'2', N'1100', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114022001', N'Leather Pants', N'1', N'2', N'0', N'2', N'2', N'5', N'5000', N'0', N'3', N'2', N'1600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024001', N'Scarlet Leather Pants', N'1', N'2', N'0', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024003', N'Model Student Leather Pants', N'1', N'2', N'0', N'2', N'4', N'19', N'5500', N'1', N'3', N'2', N'1600', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024004', N'Holy Leather Pants', N'1', N'2', N'0', N'2', N'4', N'21', N'5500', N'1', N'3', N'2', N'1600', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024006', N'Farvis Leather Pants', N'1', N'2', N'0', N'2', N'4', N'27', N'5500', N'1', N'3', N'2', N'1600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024007', N'Evil Leather Pants', N'1', N'2', N'0', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024011', N'Lv. 33 Leather Pants', N'1', N'2', N'0', N'2', N'4', N'33', N'5500', N'1', N'3', N'2', N'1600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114024012', N'Lv. 35 Leather Pants', N'1', N'2', N'0', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114025101', N'Bone Beatrice Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'42', N'6000', N'1', N'3', N'2', N'1600', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114025102', N'Catacomb Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'47', N'6000', N'1', N'3', N'2', N'1600', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114025103', N'Seven Stones Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'52', N'6000', N'1', N'3', N'2', N'1600', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114026101', N'Bonehewn Elodie Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'43', N'6500', N'1', N'3', N'2', N'1600', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114026102', N'Hidden Catacomb Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'48', N'6500', N'1', N'3', N'2', N'1600', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114026103', N'Hidden Seven Stones Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'53', N'6500', N'1', N'3', N'2', N'1600', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114032001', N'Chain Puttees', N'1', N'2', N'0', N'3', N'2', N'5', N'5000', N'0', N'3', N'2', N'2400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034001', N'Scarlet Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'2400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034003', N'Model Student Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'19', N'5500', N'1', N'3', N'2', N'2400', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034004', N'Holy Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'21', N'5500', N'1', N'3', N'2', N'2400', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034006', N'Farvis Greaves', N'1', N'2', N'0', N'3', N'4', N'27', N'5500', N'1', N'3', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034007', N'Evil Greaves', N'1', N'2', N'0', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034011', N'Lv. 33 Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'33', N'5500', N'1', N'3', N'2', N'2400', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114034012', N'Lv. 35 Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'2400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114035101', N'Bone Defenso Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'42', N'6000', N'1', N'3', N'2', N'2400', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114035102', N'Catacomb Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'47', N'6000', N'1', N'3', N'2', N'2400', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114035103', N'Seven Stones Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'52', N'6000', N'1', N'3', N'2', N'2400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114036101', N'Bonehewn Hinch Greaves', N'1', N'2', N'2', N'3', N'6', N'43', N'6500', N'1', N'3', N'2', N'2400', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114036102', N'Hidden Catacomb Chain Greaves', N'1', N'2', N'2', N'3', N'6', N'48', N'6500', N'1', N'3', N'2', N'2400', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114036103', N'Hidden Seven Stones Chain Greaves', N'1', N'2', N'2', N'3', N'6', N'53', N'6500', N'1', N'3', N'2', N'2400', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114042001', N'Plate Puttees', N'1', N'2', N'0', N'4', N'2', N'5', N'5000', N'0', N'3', N'2', N'4600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044001', N'Scarlet Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'4600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044003', N'Model Student Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'19', N'5500', N'1', N'3', N'2', N'4600', N'2100', N'346') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044004', N'Holy Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'21', N'5500', N'1', N'3', N'2', N'4600', N'2460', N'405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044006', N'Farvis Battle Greaves', N'1', N'2', N'0', N'4', N'4', N'27', N'5500', N'1', N'3', N'2', N'4600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044007', N'Evil Battle Greaves', N'1', N'2', N'0', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'4600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044011', N'Lv. 33 Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'33', N'5500', N'1', N'3', N'2', N'4600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114044012', N'Lv. 35 Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'4600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114045101', N'Bone Fergana War Greaves', N'1', N'2', N'3', N'4', N'5', N'42', N'6000', N'1', N'3', N'2', N'4600', N'8140', N'1343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114045102', N'Catacomb Plate Greaves', N'1', N'2', N'3', N'4', N'5', N'47', N'6000', N'1', N'3', N'2', N'4600', N'9900', N'1634') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114045103', N'Seven Stones Plate Greaves', N'1', N'2', N'3', N'4', N'5', N'52', N'6000', N'1', N'3', N'2', N'4600', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114046101', N'Bonehewn Bandit Greaves', N'1', N'2', N'2', N'4', N'6', N'43', N'6500', N'1', N'3', N'2', N'4600', N'8900', N'1468') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114046102', N'Hidden Catacomb Plate Greaves', N'1', N'2', N'2', N'4', N'6', N'48', N'6500', N'1', N'3', N'2', N'4600', N'10780', N'1779') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'114046103', N'Hidden Seven Stones Plate Greaves', N'1', N'2', N'2', N'4', N'6', N'53', N'6500', N'1', N'3', N'2', N'4600', N'12840', N'2119') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115012001', N'Fabric Shoes', N'1', N'2', N'0', N'1', N'2', N'2', N'4200', N'0', N'3', N'2', N'600', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115012101', N'Deliveryman Shoes', N'1', N'2', N'0', N'1', N'2', N'14', N'3500', N'0', N'3', N'2', N'600', N'1020', N'168') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014001', N'Scarlet Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'8', N'4400', N'1', N'3', N'2', N'600', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014002', N'Mousetrap Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'17', N'4400', N'1', N'3', N'2', N'600', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014003', N'Model Student Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'18', N'4400', N'1', N'3', N'2', N'600', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014004', N'Holy Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'21', N'4400', N'1', N'3', N'2', N'600', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014005', N'Italian Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014006', N'Farvis Shoes', N'1', N'2', N'0', N'1', N'4', N'27', N'4400', N'1', N'3', N'2', N'600', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014007', N'Evil Shoes', N'1', N'2', N'0', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014011', N'Lv. 33 Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'33', N'4400', N'1', N'3', N'2', N'600', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115014013', N'Lv. 37 Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'37', N'4400', N'1', N'3', N'2', N'600', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115015101', N'Bone Fleur Shoes', N'1', N'2', N'3', N'1', N'5', N'42', N'4600', N'1', N'3', N'2', N'600', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115015102', N'Catacomb Fabric Shoes', N'1', N'2', N'3', N'1', N'5', N'47', N'4600', N'1', N'3', N'2', N'600', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115015103', N'Seven Stones Fabric Shoes', N'1', N'2', N'3', N'1', N'5', N'52', N'4600', N'1', N'3', N'2', N'600', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115016101', N'Bonehewn Lingee Shoes', N'1', N'2', N'2', N'1', N'6', N'43', N'5000', N'1', N'3', N'2', N'600', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115016102', N'Hidden Catacomb Fabric Shoes', N'1', N'2', N'2', N'1', N'6', N'48', N'5000', N'1', N'3', N'2', N'600', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115016103', N'Hidden Seven Stones Fabric Shoes', N'1', N'2', N'2', N'1', N'6', N'53', N'5000', N'1', N'3', N'2', N'600', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115022001', N'Leather Boots', N'1', N'2', N'0', N'2', N'2', N'2', N'4200', N'0', N'3', N'2', N'800', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024001', N'Scarlet Leather Boots', N'1', N'2', N'0', N'2', N'4', N'8', N'4400', N'1', N'3', N'2', N'800', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024002', N'Mousetrap Leather Boots', N'1', N'2', N'0', N'2', N'4', N'17', N'4400', N'1', N'3', N'2', N'800', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024003', N'Model Student Leather Boots', N'1', N'2', N'0', N'2', N'4', N'18', N'4400', N'1', N'3', N'2', N'800', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024004', N'Holy Leather Boots', N'1', N'2', N'0', N'2', N'4', N'21', N'4400', N'1', N'3', N'2', N'800', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024005', N'Italian Leather Boots', N'1', N'2', N'0', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'800', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024006', N'Farvis Leather Shoes', N'1', N'2', N'0', N'2', N'4', N'27', N'4400', N'1', N'3', N'2', N'800', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024007', N'Evil Leather Shoes', N'1', N'2', N'0', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024011', N'Lv. 33 Leather Boots', N'1', N'2', N'0', N'2', N'4', N'33', N'4400', N'1', N'3', N'2', N'800', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115024013', N'Lv. 37 Leather Boots', N'1', N'2', N'0', N'2', N'4', N'37', N'4400', N'1', N'3', N'2', N'800', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115025101', N'Bone Beatrice Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'42', N'4600', N'1', N'3', N'2', N'800', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115025102', N'Catacomb Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'47', N'4600', N'1', N'3', N'2', N'800', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115025103', N'Seven Stones Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'52', N'4600', N'1', N'3', N'2', N'800', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115026101', N'Bonehewn Elodie Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'43', N'5000', N'1', N'3', N'2', N'800', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115026102', N'Hidden Catacomb Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'48', N'5000', N'1', N'3', N'2', N'800', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115026103', N'Hidden Seven Stones Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'53', N'5000', N'1', N'3', N'2', N'800', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115032001', N'Chain Boots', N'1', N'2', N'0', N'3', N'2', N'2', N'4200', N'0', N'3', N'2', N'1200', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034001', N'Scarlet Chain Boots', N'1', N'2', N'0', N'3', N'4', N'8', N'4400', N'1', N'3', N'2', N'1200', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034002', N'Mousetrap Chain Boots', N'1', N'2', N'0', N'3', N'4', N'17', N'4400', N'1', N'3', N'2', N'1200', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034003', N'Model Student Chain Boots', N'1', N'2', N'0', N'3', N'4', N'18', N'4400', N'1', N'3', N'2', N'1200', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034004', N'Holy Chain Boots', N'1', N'2', N'0', N'3', N'4', N'21', N'4400', N'1', N'3', N'2', N'1200', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034005', N'Italian Chain Boots', N'1', N'2', N'0', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'1200', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034006', N'Farvis Boots', N'1', N'2', N'0', N'3', N'4', N'27', N'4400', N'1', N'3', N'2', N'1200', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034007', N'Evil Boots', N'1', N'2', N'0', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034011', N'Lv. 33 Chain Boots', N'1', N'2', N'0', N'3', N'4', N'33', N'4400', N'1', N'3', N'2', N'1200', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115034013', N'Lv. 37 Chain Boots', N'1', N'2', N'0', N'3', N'4', N'37', N'4400', N'1', N'3', N'2', N'1200', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115035101', N'Bone Defenso Chain Boots', N'1', N'2', N'3', N'3', N'5', N'42', N'4600', N'1', N'3', N'2', N'1200', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115035102', N'Catacomb Chain Boots', N'1', N'2', N'3', N'3', N'5', N'47', N'4600', N'1', N'3', N'2', N'1200', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115035103', N'Seven Stones Chain Boots', N'1', N'2', N'3', N'3', N'5', N'52', N'4600', N'1', N'3', N'2', N'1200', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115036101', N'Bonehewn Hinch Boots', N'1', N'2', N'2', N'3', N'6', N'43', N'5000', N'1', N'3', N'2', N'1200', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115036102', N'Hidden Catacomb Chain Boots', N'1', N'2', N'2', N'3', N'6', N'48', N'5000', N'1', N'3', N'2', N'1200', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115036103', N'Hidden Seven Stones Chain Boots', N'1', N'2', N'2', N'3', N'6', N'53', N'5000', N'1', N'3', N'2', N'1200', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115042001', N'Plate Boots', N'1', N'2', N'0', N'4', N'2', N'2', N'4200', N'0', N'3', N'2', N'2300', N'90', N'15') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044001', N'Scarlet Plate Boots', N'1', N'2', N'0', N'4', N'4', N'8', N'4400', N'1', N'3', N'2', N'2300', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044002', N'Mousetrap Plate Boots', N'1', N'2', N'0', N'4', N'4', N'17', N'4400', N'1', N'3', N'2', N'2300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044003', N'Model Student Plate Boots', N'1', N'2', N'0', N'4', N'4', N'18', N'4400', N'1', N'3', N'2', N'2300', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044004', N'Holy Plate Boots', N'1', N'2', N'0', N'4', N'4', N'21', N'4400', N'1', N'3', N'2', N'2300', N'2110', N'348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044005', N'Italian Plate Boots', N'1', N'2', N'0', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'2300', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044006', N'Farvis War Boots', N'1', N'2', N'0', N'4', N'4', N'27', N'4400', N'1', N'3', N'2', N'2300', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044007', N'Evil War Boots', N'1', N'2', N'0', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044011', N'Lv. 33 Plate Boots', N'1', N'2', N'0', N'4', N'4', N'33', N'4400', N'1', N'3', N'2', N'2300', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115044013', N'Lv. 37 Plate Boots', N'1', N'2', N'0', N'4', N'4', N'37', N'4400', N'1', N'3', N'2', N'2300', N'5330', N'880') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115045101', N'Bone Fergana War Boots', N'1', N'2', N'3', N'4', N'5', N'42', N'4600', N'1', N'3', N'2', N'2300', N'6980', N'1151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115045102', N'Catacomb Plate Boots', N'1', N'2', N'3', N'4', N'5', N'47', N'4600', N'1', N'3', N'2', N'2300', N'8480', N'1399') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115045103', N'Seven Stones Plate Boots', N'1', N'2', N'3', N'4', N'5', N'52', N'4600', N'1', N'3', N'2', N'2300', N'10130', N'1671') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115046101', N'Bonehewn Bandit War Boots', N'1', N'2', N'2', N'4', N'6', N'43', N'5000', N'1', N'3', N'2', N'2300', N'7630', N'1259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115046102', N'Hidden Catacomb Plate Boots', N'1', N'2', N'2', N'4', N'6', N'48', N'5000', N'1', N'3', N'2', N'2300', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'115046103', N'Hidden Seven Stones Plate Boots', N'1', N'2', N'2', N'4', N'6', N'53', N'5000', N'1', N'3', N'2', N'2300', N'11000', N'1815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116012001', N'Fabric Belt', N'1', N'2', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014003', N'Model Student Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'18', N'3400', N'1', N'3', N'2', N'200', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014004', N'Holy Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'21', N'3400', N'1', N'3', N'2', N'200', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014005', N'Italian Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'200', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014006', N'Farvis Belt', N'1', N'2', N'0', N'1', N'4', N'27', N'3400', N'1', N'3', N'2', N'200', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014010', N'Lv. 31 Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'31', N'3400', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014012', N'Lv. 35 Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116014013', N'Lv. 37 Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'37', N'3400', N'1', N'3', N'2', N'200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116015101', N'Bone Fleur Belt', N'1', N'2', N'3', N'1', N'5', N'42', N'3600', N'1', N'3', N'2', N'200', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116015102', N'Catacomb Fabric Belt', N'1', N'2', N'3', N'1', N'5', N'47', N'3600', N'1', N'3', N'2', N'200', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116015103', N'Seven Stones Fabric Belt', N'1', N'2', N'3', N'1', N'5', N'52', N'3600', N'1', N'3', N'2', N'200', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116016101', N'Bonehewn Lingee Belt', N'1', N'2', N'2', N'1', N'6', N'43', N'4000', N'1', N'3', N'2', N'200', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116016102', N'Hidden Catacomb Fabric Belt', N'1', N'2', N'2', N'1', N'6', N'48', N'4000', N'1', N'3', N'2', N'200', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116016103', N'Hidden Seven Stones Fabric Belt', N'1', N'2', N'2', N'1', N'6', N'53', N'4000', N'1', N'3', N'2', N'200', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116022001', N'Leather Belt', N'1', N'2', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024003', N'Model Student Leather Belt', N'1', N'2', N'0', N'2', N'4', N'18', N'3400', N'1', N'3', N'2', N'300', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024004', N'Holy Leather Belt', N'1', N'2', N'0', N'2', N'4', N'21', N'3400', N'1', N'3', N'2', N'300', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024005', N'Italian Leather Belt', N'1', N'2', N'0', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'300', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024006', N'Farvis Leather Belt', N'1', N'2', N'0', N'2', N'4', N'27', N'3400', N'1', N'3', N'2', N'300', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024010', N'Lv. 31 Leather Belt', N'1', N'2', N'0', N'2', N'4', N'31', N'3400', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024012', N'Lv. 35 Leather Belt', N'1', N'2', N'0', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'300', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116024013', N'Lv. 37 Leather Belt', N'1', N'2', N'0', N'2', N'4', N'37', N'3400', N'1', N'3', N'2', N'300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116025101', N'Bone Beatrice Leather Belt', N'1', N'2', N'3', N'2', N'5', N'42', N'3600', N'1', N'3', N'2', N'300', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116025102', N'Catacomb Leather Belt', N'1', N'2', N'3', N'2', N'5', N'47', N'3600', N'1', N'3', N'2', N'300', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116025103', N'Seven Stones Leather Belt', N'1', N'2', N'3', N'2', N'5', N'52', N'3600', N'1', N'3', N'2', N'300', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116026101', N'Bonehewn Elodie Leather Belt', N'1', N'2', N'2', N'2', N'6', N'43', N'4000', N'1', N'3', N'2', N'300', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116026102', N'Hidden Catacomb Leather Belt', N'1', N'2', N'2', N'2', N'6', N'48', N'4000', N'1', N'3', N'2', N'300', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116026103', N'Hidden Seven Stones Leather Belt', N'1', N'2', N'2', N'2', N'6', N'53', N'4000', N'1', N'3', N'2', N'300', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116032001', N'Chain Belt', N'1', N'2', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'500', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034003', N'Model Student Chain Belt', N'1', N'2', N'0', N'3', N'4', N'18', N'3400', N'1', N'3', N'2', N'500', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034004', N'Holy Chain Belt', N'1', N'2', N'0', N'3', N'4', N'21', N'3400', N'1', N'3', N'2', N'500', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034005', N'Italian Chain Belt', N'1', N'2', N'0', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'500', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034006', N'Farvis Chain Belt', N'1', N'2', N'0', N'3', N'4', N'27', N'3400', N'1', N'3', N'2', N'500', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034010', N'Lv. 31 Chain Belt', N'1', N'2', N'0', N'3', N'4', N'31', N'3400', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034012', N'Lv. 35 Chain Belt', N'1', N'2', N'0', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'500', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116034013', N'Lv. 37 Chain Belt', N'1', N'2', N'0', N'3', N'4', N'37', N'3400', N'1', N'3', N'2', N'500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116035101', N'Bone Defenso Chain Belt', N'1', N'2', N'3', N'3', N'5', N'42', N'3600', N'1', N'3', N'2', N'500', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116035102', N'Catacomb Chain Belt', N'1', N'2', N'3', N'3', N'5', N'47', N'3600', N'1', N'3', N'2', N'500', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116035103', N'Seven Stones Chain Belt', N'1', N'2', N'3', N'3', N'5', N'52', N'3600', N'1', N'3', N'2', N'500', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116036101', N'Bonehewn Hinch Chain Belt', N'1', N'2', N'2', N'3', N'6', N'43', N'4000', N'1', N'3', N'2', N'500', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116036102', N'Hidden Catacomb Chain Belt', N'1', N'2', N'2', N'3', N'6', N'48', N'4000', N'1', N'3', N'2', N'500', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116036103', N'Hidden Seven Stones Chain Belt', N'1', N'2', N'2', N'3', N'6', N'53', N'4000', N'1', N'3', N'2', N'500', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116042001', N'Plate Belt', N'1', N'2', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044003', N'Model Student Plate Belt', N'1', N'2', N'0', N'4', N'4', N'18', N'3400', N'1', N'3', N'2', N'900', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044004', N'Holy Plate Belt', N'1', N'2', N'0', N'4', N'4', N'21', N'3400', N'1', N'3', N'2', N'900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044005', N'Italian Plate Belt', N'1', N'2', N'0', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044006', N'Farvis War Belt', N'1', N'2', N'0', N'4', N'4', N'27', N'3400', N'1', N'3', N'2', N'900', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044010', N'Lv. 31 Plate Belt', N'1', N'2', N'0', N'4', N'4', N'31', N'3400', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044012', N'Lv. 35 Plate Belt', N'1', N'2', N'0', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116044013', N'Lv. 37 Plate Belt', N'1', N'2', N'0', N'4', N'4', N'37', N'3400', N'1', N'3', N'2', N'900', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116045101', N'Bone Fergana War Belt', N'1', N'2', N'3', N'4', N'5', N'42', N'3600', N'1', N'3', N'2', N'900', N'5230', N'863') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116045102', N'Catacomb Plate Belt', N'1', N'2', N'3', N'4', N'5', N'47', N'3600', N'1', N'3', N'2', N'900', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116045103', N'Seven Stones Plate Belt', N'1', N'2', N'3', N'4', N'5', N'52', N'3600', N'1', N'3', N'2', N'900', N'7600', N'1254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116046101', N'Bonehewn Bandit War Belt', N'1', N'2', N'2', N'4', N'6', N'43', N'4000', N'1', N'3', N'2', N'900', N'5720', N'943') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116046102', N'Hidden Catacomb Plate Belt', N'1', N'2', N'2', N'4', N'6', N'48', N'4000', N'1', N'3', N'2', N'900', N'6930', N'1143') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'116046103', N'Hidden Seven Stones Plate Belt', N'1', N'2', N'2', N'4', N'6', N'53', N'4000', N'1', N'3', N'2', N'900', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'117012701', N'Tourmaline Crystal Necklace', N'1', N'2', N'0', N'17', N'2', N'13', N'0', N'0', N'1', N'0', N'400', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'118012101', N'Tantalus Crystal Earrings', N'1', N'2', N'0', N'17', N'2', N'18', N'0', N'0', N'1', N'0', N'200', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'119012501', N'Friendship Ring', N'1', N'2', N'0', N'17', N'2', N'7', N'0', N'0', N'1', N'0', N'300', N'570', N'94') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'119012502', N'Zombie Ring', N'1', N'2', N'0', N'17', N'2', N'7', N'0', N'0', N'1', N'0', N'300', N'570', N'94') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120012001', N'Fabric Gloves', N'1', N'2', N'0', N'1', N'2', N'3', N'4200', N'0', N'3', N'2', N'300', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014001', N'Scarlet Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'11', N'4400', N'1', N'3', N'2', N'300', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014002', N'Mousetrap Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'16', N'4400', N'1', N'3', N'2', N'300', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014003', N'Model Student Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014004', N'Holy Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'21', N'4400', N'1', N'3', N'2', N'300', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014005', N'Italian Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014006', N'Farvis Gloves', N'1', N'2', N'0', N'1', N'4', N'27', N'4400', N'1', N'3', N'2', N'300', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014007', N'Evil Gloves', N'1', N'2', N'0', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014011', N'Lv. 33 Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'33', N'4400', N'1', N'3', N'2', N'300', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120014013', N'Lv. 37 Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'37', N'4400', N'1', N'3', N'2', N'300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015101', N'Bone Fleur Gloves', N'1', N'2', N'3', N'1', N'5', N'42', N'4600', N'1', N'3', N'2', N'300', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015102', N'Catacomb Fabric Gloves', N'1', N'2', N'3', N'1', N'5', N'47', N'4600', N'1', N'3', N'2', N'300', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120015103', N'Seven Stones Fabric Gloves', N'1', N'2', N'3', N'1', N'5', N'52', N'4600', N'1', N'3', N'2', N'300', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016101', N'Bonehewn Lingee Gloves', N'1', N'2', N'2', N'1', N'6', N'43', N'5000', N'1', N'3', N'2', N'300', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016102', N'Hidden Catacomb Fabric Gloves', N'1', N'2', N'2', N'1', N'6', N'48', N'5000', N'1', N'3', N'2', N'300', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120016103', N'Hidden Seven Stones Fabric Gloves', N'1', N'2', N'2', N'1', N'6', N'53', N'5000', N'1', N'3', N'2', N'300', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120022001', N'Leather Gloves', N'1', N'2', N'0', N'2', N'2', N'3', N'4200', N'0', N'3', N'2', N'400', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024001', N'Scarlet Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'11', N'4400', N'1', N'3', N'2', N'400', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024002', N'Mousetrap Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'16', N'4400', N'1', N'3', N'2', N'400', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024003', N'Model Student Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024004', N'Holy Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'21', N'4400', N'1', N'3', N'2', N'400', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024005', N'Italian Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'400', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024006', N'Farvis Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'27', N'4400', N'1', N'3', N'2', N'400', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024007', N'Evil Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'400', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024011', N'Lv. 33 Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'33', N'4400', N'1', N'3', N'2', N'400', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120024013', N'Lv. 37 Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'37', N'4400', N'1', N'3', N'2', N'400', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025101', N'Bone Beatrice Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'42', N'4600', N'1', N'3', N'2', N'400', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025102', N'Catacomb Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'47', N'4600', N'1', N'3', N'2', N'400', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120025103', N'Seven Stones Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'52', N'4600', N'1', N'3', N'2', N'400', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026101', N'Bonehewn Elodie Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'43', N'5000', N'1', N'3', N'2', N'400', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026102', N'Hidden Catacomb Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'48', N'5000', N'1', N'3', N'2', N'400', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120026103', N'Hidden Seven Stones Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'53', N'5000', N'1', N'3', N'2', N'400', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120032001', N'Chain Gloves', N'1', N'2', N'0', N'3', N'2', N'3', N'4200', N'0', N'3', N'2', N'600', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034001', N'Scarlet Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'11', N'4400', N'1', N'3', N'2', N'600', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034002', N'Mousetrap Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'16', N'4400', N'1', N'3', N'2', N'600', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034003', N'Model Student Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034004', N'Holy Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'21', N'4400', N'1', N'3', N'2', N'600', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034005', N'Italian Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034006', N'Farvis Heavy Gloves', N'1', N'2', N'0', N'3', N'4', N'27', N'4400', N'1', N'3', N'2', N'600', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034007', N'Evil Heavy Gloves', N'1', N'2', N'0', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034011', N'Lv. 33 Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'33', N'4400', N'1', N'3', N'2', N'600', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120034013', N'Lv. 37 Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'37', N'4400', N'1', N'3', N'2', N'600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035101', N'Bone Defenso Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'42', N'4600', N'1', N'3', N'2', N'600', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035102', N'Catacomb Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'47', N'4600', N'1', N'3', N'2', N'600', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120035103', N'Seven Stones Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'52', N'4600', N'1', N'3', N'2', N'600', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036101', N'Bonehewn Hinch Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'43', N'5000', N'1', N'3', N'2', N'600', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036102', N'Hidden Catacomb Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'48', N'5000', N'1', N'3', N'2', N'600', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120036103', N'Hidden Seven Stones Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'53', N'5000', N'1', N'3', N'2', N'600', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120042001', N'Plate Gloves', N'1', N'2', N'0', N'4', N'2', N'3', N'4200', N'0', N'3', N'2', N'1100', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044001', N'Scarlet Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'11', N'4400', N'1', N'3', N'2', N'1100', N'730', N'121') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044002', N'Mousetrap Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'16', N'4400', N'1', N'3', N'2', N'1100', N'1270', N'210') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044003', N'Model Student Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'18', N'4400', N'1', N'3', N'2', N'300', N'1520', N'250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044004', N'Holy Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'21', N'4400', N'1', N'3', N'2', N'1100', N'1930', N'319') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044005', N'Italian Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'1100', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044006', N'Farvis Battle Gloves', N'1', N'2', N'0', N'4', N'4', N'27', N'4400', N'1', N'3', N'2', N'1100', N'2890', N'477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044007', N'Evil Battle Gloves', N'1', N'2', N'0', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'1100', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044011', N'Lv. 33 Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'33', N'4400', N'1', N'3', N'2', N'1100', N'4030', N'665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120044013', N'Lv. 37 Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'37', N'4400', N'1', N'3', N'2', N'1100', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045101', N'Bone Fergana War Gloves', N'1', N'2', N'3', N'4', N'5', N'42', N'4600', N'1', N'3', N'2', N'1100', N'6390', N'1054') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045102', N'Catacomb Plate Gloves', N'1', N'2', N'3', N'4', N'5', N'47', N'4600', N'1', N'3', N'2', N'1100', N'7780', N'1284') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120045103', N'Seven Stones Plate Gloves', N'1', N'2', N'3', N'4', N'5', N'52', N'4600', N'1', N'3', N'2', N'1100', N'9290', N'1533') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046101', N'Bonehewn Bandit War Gloves', N'1', N'2', N'2', N'4', N'6', N'43', N'5000', N'1', N'3', N'2', N'1100', N'6990', N'1153') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046102', N'Hidden Catacomb Plate Gloves', N'1', N'2', N'2', N'4', N'6', N'48', N'5000', N'1', N'3', N'2', N'1100', N'8470', N'1398') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'120046103', N'Hidden Seven Stones Plate Gloves', N'1', N'2', N'2', N'4', N'6', N'53', N'5000', N'1', N'3', N'2', N'1100', N'10090', N'1665') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014001', N'Ravager Robe', N'1', N'1', N'5', N'1', N'4', N'10', N'6000', N'1', N'3', N'2', N'1400', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014002', N'Mal Robe', N'1', N'1', N'5', N'1', N'4', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014003', N'Glowing Robe', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014004', N'Glitter Robe', N'1', N'1', N'5', N'1', N'4', N'25', N'6000', N'1', N'3', N'2', N'1400', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014005', N'Avid Robe', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014006', N'Radiant Robe', N'1', N'1', N'5', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014007', N'Brilliant Robe', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014008', N'Sparkle Robe', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014009', N'Beautiful Robe', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212014010', N'Expert Dusk Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015001', N'Gloves Robe', N'1', N'1', N'3', N'1', N'5', N'9', N'6500', N'1', N'3', N'2', N'1400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015002', N'Armored Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015003', N'Boozatron Robe', N'1', N'1', N'3', N'1', N'5', N'12', N'6500', N'1', N'3', N'2', N'1400', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015004', N'Hammer Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'14', N'6500', N'1', N'3', N'2', N'1400', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015005', N'Cursed Cataphract Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015006', N'Giant Mole Robe', N'1', N'1', N'3', N'1', N'5', N'17', N'6500', N'1', N'3', N'2', N'1400', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015007', N'Dewey Decimator Robe', N'1', N'1', N'3', N'1', N'5', N'19', N'6500', N'1', N'3', N'2', N'1400', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015008', N'Cataphract Robe', N'1', N'1', N'3', N'1', N'5', N'21', N'6500', N'1', N'3', N'2', N'1400', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015009', N'Crimson Gloves Robe', N'1', N'1', N'3', N'1', N'5', N'22', N'6500', N'1', N'3', N'2', N'1400', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015010', N'Minotauros Lord Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015011', N'Sinful Seraph Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015012', N'Massive Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'28', N'6500', N'1', N'3', N'2', N'1400', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015013', N'Haken Platina Robe', N'1', N'1', N'3', N'1', N'5', N'26', N'6500', N'1', N'3', N'2', N'1400', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015014', N'Viper Robe', N'1', N'1', N'3', N'1', N'5', N'31', N'6500', N'1', N'3', N'2', N'1400', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015015', N'Stone Golem Robe', N'1', N'1', N'3', N'1', N'5', N'29', N'6500', N'1', N'3', N'2', N'1400', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015016', N'Massive Mole Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015017', N'Goliath Gorilla Robe', N'1', N'1', N'3', N'1', N'5', N'33', N'6500', N'1', N'3', N'2', N'1400', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015018', N'Giant Rafflesia Robe', N'1', N'1', N'3', N'1', N'5', N'38', N'6500', N'1', N'3', N'2', N'1400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015019', N'Cyborg Gorilla Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015020', N'Sand Golem Robe', N'1', N'1', N'3', N'1', N'5', N'36', N'6500', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015021', N'Giant Sandworm Robe', N'1', N'1', N'3', N'1', N'5', N'39', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015022', N'Spider Lady Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015023', N'Baron Robe', N'1', N'1', N'3', N'1', N'5', N'43', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015024', N'Joker Robe', N'1', N'1', N'3', N'1', N'5', N'44', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015025', N'Chimera Robe', N'1', N'1', N'3', N'1', N'5', N'46', N'6500', N'1', N'3', N'2', N'1400', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015026', N'Conjugo Robe', N'1', N'1', N'3', N'1', N'5', N'48', N'6500', N'1', N'3', N'2', N'1400', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015027', N'Dire Knight Robe', N'1', N'1', N'3', N'1', N'5', N'49', N'6500', N'1', N'3', N'2', N'1400', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015028', N'Sparkle Robe', N'1', N'1', N'3', N'1', N'5', N'51', N'6500', N'1', N'3', N'2', N'1400', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015029', N'Demon King Robe', N'1', N'1', N'3', N'1', N'5', N'52', N'6500', N'1', N'3', N'2', N'1400', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015030', N'Mad Latiel Replica Robe', N'1', N'1', N'3', N'1', N'5', N'53', N'6500', N'1', N'3', N'2', N'1400', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015031', N'Gagarth Replica Robe', N'1', N'1', N'3', N'1', N'5', N'54', N'6500', N'1', N'3', N'2', N'1400', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015032', N'Aurosiac Replica Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015501', N'Gloves Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'9', N'6500', N'1', N'3', N'2', N'1400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015502', N'Armored Butcher Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015503', N'Boozatron Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'12', N'6500', N'1', N'3', N'2', N'1400', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015504', N'Hammer Butcher Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'14', N'6500', N'1', N'3', N'2', N'1400', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015505', N'Cursed Cataphract Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015506', N'Giant Mole Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'17', N'6500', N'1', N'3', N'2', N'1400', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015507', N'Dewey Decimator Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'19', N'6500', N'1', N'3', N'2', N'1400', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015508', N'Cataphract Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'21', N'6500', N'1', N'3', N'2', N'1400', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015509', N'Crimson Gloves Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'22', N'6500', N'1', N'3', N'2', N'1400', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015510', N'Minotauros Lord Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015511', N'Sinful Seraph Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'23', N'6500', N'1', N'3', N'2', N'1400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015512', N'Massive Butcher Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'28', N'6500', N'1', N'3', N'2', N'1400', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015513', N'Haken Platina Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'26', N'6500', N'1', N'3', N'2', N'1400', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015514', N'Viper Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'31', N'6500', N'1', N'3', N'2', N'1400', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015515', N'Stone Golem Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'29', N'6500', N'1', N'3', N'2', N'1400', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015516', N'Massive Mole Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015517', N'Goliath Gorilla Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'33', N'6500', N'1', N'3', N'2', N'1400', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015518', N'Giant Rafflesia Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'38', N'6500', N'1', N'3', N'2', N'1400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015519', N'Cyborg Gorilla Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'34', N'6500', N'1', N'3', N'2', N'1400', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015520', N'Sand Golem Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'36', N'6500', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015521', N'Giant Sandworm Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'39', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015522', N'Spider Lady Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015523', N'Baron Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'43', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015524', N'Joker Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'44', N'6500', N'1', N'3', N'2', N'1400', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015525', N'Chimera Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'46', N'6500', N'1', N'3', N'2', N'1400', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015526', N'Conjugo Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'48', N'6500', N'1', N'3', N'2', N'1400', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015527', N'Dire Knight Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'49', N'6500', N'1', N'3', N'2', N'1400', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015528', N'Sparkle Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'51', N'6500', N'1', N'3', N'2', N'1400', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015529', N'Demon King Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'52', N'6500', N'1', N'3', N'2', N'1400', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015530', N'Mad Latiel Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'53', N'6500', N'1', N'3', N'2', N'1400', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015531', N'Gagarth Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'54', N'6500', N'1', N'3', N'2', N'1400', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212015532', N'Aurosiac Delicate Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024001', N'Chamois Armor', N'1', N'1', N'5', N'2', N'4', N'10', N'6000', N'1', N'3', N'2', N'1900', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024002', N'Vachetta Armor', N'1', N'1', N'5', N'2', N'4', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024003', N'Nappa Armor', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024004', N'Cordovan Armor', N'1', N'1', N'5', N'2', N'4', N'25', N'6000', N'1', N'3', N'2', N'1900', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024005', N'Aniline Armor', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024006', N'Adarga Armor', N'1', N'1', N'5', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024007', N'Bonded Armor', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024008', N'Anointed Armor', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024009', N'Forsaken Armor', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212024010', N'Expert Levices Leather Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025001', N'Gloves Leather Mail', N'1', N'1', N'3', N'2', N'5', N'9', N'6500', N'1', N'3', N'2', N'1900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025002', N'Armored Butcher Leather Mail', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025003', N'Boozatron Leather Mail', N'1', N'1', N'3', N'2', N'5', N'12', N'6500', N'1', N'3', N'2', N'1900', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025004', N'Hammer Butcher Leather Mail', N'1', N'1', N'3', N'2', N'5', N'14', N'6500', N'1', N'3', N'2', N'1900', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025005', N'Cursed Cataphract Leather Mail', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025006', N'Giant Mole Leather Mail', N'1', N'1', N'3', N'2', N'5', N'17', N'6500', N'1', N'3', N'2', N'1900', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025007', N'Dewey Decimator Leather Mail', N'1', N'1', N'3', N'2', N'5', N'19', N'6500', N'1', N'3', N'2', N'1900', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025008', N'Cataphract Leather Mail', N'1', N'1', N'3', N'2', N'5', N'21', N'6500', N'1', N'3', N'2', N'1900', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025009', N'Crimson Gloves Leather Mail', N'1', N'1', N'3', N'2', N'5', N'22', N'6500', N'1', N'3', N'2', N'1900', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025010', N'Minotauros Lord Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025011', N'Sinful Seraph Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025012', N'Massive Butcher Leather Mail', N'1', N'1', N'3', N'2', N'5', N'28', N'6500', N'1', N'3', N'2', N'1900', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025013', N'Haken Platina Leather Mail', N'1', N'1', N'3', N'2', N'5', N'26', N'6500', N'1', N'3', N'2', N'1900', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025014', N'Viper Leather Mail', N'1', N'1', N'3', N'2', N'5', N'31', N'6500', N'1', N'3', N'2', N'1900', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025015', N'Stone Golem Leather Mail', N'1', N'1', N'3', N'2', N'5', N'29', N'6500', N'1', N'3', N'2', N'1900', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025016', N'Massive Mole Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025017', N'Goliath Gorilla Leather Mail', N'1', N'1', N'3', N'2', N'5', N'33', N'6500', N'1', N'3', N'2', N'1900', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025018', N'Giant Rafflesia Leather Mail', N'1', N'1', N'3', N'2', N'5', N'38', N'6500', N'1', N'3', N'2', N'1900', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025019', N'Cyborg Gorilla Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025020', N'Sand Golem Leather Mail', N'1', N'1', N'3', N'2', N'5', N'36', N'6500', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025021', N'Giant Sandworm Leather Mail', N'1', N'1', N'3', N'2', N'5', N'39', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025022', N'Spider Lady Leather Mail', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025023', N'Baron Leather Mail', N'1', N'1', N'3', N'2', N'5', N'43', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025024', N'Joker Leather Mail', N'1', N'1', N'3', N'2', N'5', N'44', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025025', N'Chimera Leather Mail', N'1', N'1', N'3', N'2', N'5', N'46', N'6500', N'1', N'3', N'2', N'1900', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025026', N'Conjugo Leather Mail', N'1', N'1', N'3', N'2', N'5', N'48', N'6500', N'1', N'3', N'2', N'1901', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025027', N'Dire Knight Leather Mail', N'1', N'1', N'3', N'2', N'5', N'49', N'6500', N'1', N'3', N'2', N'1901', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025028', N'Sparkle Leather Mail', N'1', N'1', N'3', N'2', N'5', N'51', N'6500', N'1', N'3', N'2', N'1901', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025029', N'Demon King Leather Mail', N'1', N'1', N'3', N'2', N'5', N'52', N'6500', N'1', N'3', N'2', N'1901', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025030', N'Mad Latiel Replica Leather Mail', N'1', N'1', N'3', N'2', N'5', N'53', N'6500', N'1', N'3', N'2', N'1901', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025031', N'Gagarth Replica Leather Mail', N'1', N'1', N'3', N'2', N'5', N'54', N'6500', N'1', N'3', N'2', N'1901', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025032', N'Aurosiac Replica Leather Mail', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1901', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025501', N'Gloves Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'9', N'6500', N'1', N'3', N'2', N'1900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025502', N'Armored Butcher Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025503', N'Boozatron Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'12', N'6500', N'1', N'3', N'2', N'1900', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025504', N'Hammer Butcher Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'14', N'6500', N'1', N'3', N'2', N'1900', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025505', N'Cursed Cataphract Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025506', N'Giant Mole Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'17', N'6500', N'1', N'3', N'2', N'1900', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025507', N'Dewey Decimator Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'19', N'6500', N'1', N'3', N'2', N'1900', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025508', N'Cataphract Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'21', N'6500', N'1', N'3', N'2', N'1900', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025509', N'Crimson Gloves Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'22', N'6500', N'1', N'3', N'2', N'1900', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025510', N'Minotauros Lord Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025511', N'Sinful Seraph Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'23', N'6500', N'1', N'3', N'2', N'1900', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025512', N'Massive Butcher Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'28', N'6500', N'1', N'3', N'2', N'1900', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025513', N'Haken Platina Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'26', N'6500', N'1', N'3', N'2', N'1900', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025514', N'Viper Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'31', N'6500', N'1', N'3', N'2', N'1900', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025515', N'Stone Golem Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'29', N'6500', N'1', N'3', N'2', N'1900', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025516', N'Massive Mole Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025517', N'Goliath Gorilla Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'33', N'6500', N'1', N'3', N'2', N'1900', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025518', N'Giant Rafflesia Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'38', N'6500', N'1', N'3', N'2', N'1900', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025519', N'Cyborg Gorilla Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'34', N'6500', N'1', N'3', N'2', N'1900', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025520', N'Sand Golem Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'36', N'6500', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025521', N'Giant Sandworm Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'39', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025522', N'Spider Lady Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025523', N'Baron Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'43', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025524', N'Joker Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'44', N'6500', N'1', N'3', N'2', N'1900', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025525', N'Chimera Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'46', N'6500', N'1', N'3', N'2', N'1900', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025526', N'Conjugo Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'48', N'6500', N'1', N'3', N'2', N'1901', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025527', N'Dire Knight Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'49', N'6500', N'1', N'3', N'2', N'1901', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025528', N'Sparkle Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'51', N'6500', N'1', N'3', N'2', N'1901', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025529', N'Demon King Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'52', N'6500', N'1', N'3', N'2', N'1901', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025530', N'Mad Latiel Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'53', N'6500', N'1', N'3', N'2', N'1901', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025531', N'Gagarth Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'54', N'6500', N'1', N'3', N'2', N'1901', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212025532', N'Aurosiac Delicate Leather Mail', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1901', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034001', N'Lock Chainmail', N'1', N'1', N'5', N'3', N'4', N'10', N'6000', N'1', N'3', N'2', N'3000', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034002', N'Hatch Chainmail', N'1', N'1', N'5', N'3', N'4', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034003', N'Bolt Chainmail', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034004', N'Riveted Chainmail', N'1', N'1', N'5', N'3', N'4', N'25', N'6000', N'1', N'3', N'2', N'3000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034005', N'Forged Chainmail', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034006', N'Decorative Chainmail', N'1', N'1', N'5', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034007', N'Ring Chainmail', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034008', N'Scaled Chainmail', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034009', N'Connected Chainmail', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212034010', N'Expert Silver Tinge Chain Mail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035001', N'Gloves Chain Mail', N'1', N'1', N'3', N'3', N'5', N'9', N'6500', N'1', N'3', N'2', N'3000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035002', N'Armored Butcher Chain Mail', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035003', N'Boozatron Chain Mail', N'1', N'1', N'3', N'3', N'5', N'12', N'6500', N'1', N'3', N'2', N'3000', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035004', N'Hammer Butcher Chain Mail', N'1', N'1', N'3', N'3', N'5', N'14', N'6500', N'1', N'3', N'2', N'3000', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035005', N'Cursed Cataphract Chain Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035006', N'Giant Mole Chain Mail', N'1', N'1', N'3', N'3', N'5', N'17', N'6500', N'1', N'3', N'2', N'3000', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035007', N'Dewey Decimator Chain Mail', N'1', N'1', N'3', N'3', N'5', N'19', N'6500', N'1', N'3', N'2', N'3000', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035008', N'Cataphract Chain Mail', N'1', N'1', N'3', N'3', N'5', N'21', N'6500', N'1', N'3', N'2', N'3000', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035009', N'Crimson Gloves Chain Mail', N'1', N'1', N'3', N'3', N'5', N'22', N'6500', N'1', N'3', N'2', N'3000', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035010', N'Minotauros Lord Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035011', N'Sinful Seraph Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035012', N'Massive Butcher Chain Mail', N'1', N'1', N'3', N'3', N'5', N'28', N'6500', N'1', N'3', N'2', N'3000', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035013', N'Haken Platina Chain Mail', N'1', N'1', N'3', N'3', N'5', N'26', N'6500', N'1', N'3', N'2', N'3000', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035014', N'Viper Chain Mail', N'1', N'1', N'3', N'3', N'5', N'31', N'6500', N'1', N'3', N'2', N'3000', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035015', N'Stone Golem Chain Mail', N'1', N'1', N'3', N'3', N'5', N'29', N'6500', N'1', N'3', N'2', N'3000', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035016', N'Massive Mole Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035017', N'Goliath Gorilla Chain Mail', N'1', N'1', N'3', N'3', N'5', N'33', N'6500', N'1', N'3', N'2', N'3000', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035018', N'Giant Rafflesia Chain Mail', N'1', N'1', N'3', N'3', N'5', N'38', N'6500', N'1', N'3', N'2', N'3000', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035019', N'Cyborg Gorilla Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035020', N'Sand Golem Chain Mail', N'1', N'1', N'3', N'3', N'5', N'36', N'6500', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035021', N'Giant Sandworm Chain Mail', N'1', N'1', N'3', N'3', N'5', N'39', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035022', N'Spider Lady Chain Mail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035023', N'Baron Chain Mail', N'1', N'1', N'3', N'3', N'5', N'43', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035024', N'Joker Chain Mail', N'1', N'1', N'3', N'3', N'5', N'44', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035025', N'Chimera Chain Mail', N'1', N'1', N'3', N'3', N'5', N'46', N'6500', N'1', N'3', N'2', N'3000', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035026', N'Conjugo Chain Mail', N'1', N'1', N'3', N'3', N'5', N'48', N'6500', N'1', N'3', N'2', N'3000', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035027', N'Dire Knight Chain Mail', N'1', N'1', N'3', N'3', N'5', N'49', N'6500', N'1', N'3', N'2', N'3000', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035028', N'Sparkle Chain Mail', N'1', N'1', N'3', N'3', N'5', N'51', N'6500', N'1', N'3', N'2', N'3000', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035029', N'Demon King Chain Mail', N'1', N'1', N'3', N'3', N'5', N'52', N'6500', N'1', N'3', N'2', N'3000', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035030', N'Mad Latiel Replica Chain Mail', N'1', N'1', N'3', N'3', N'5', N'53', N'6500', N'1', N'3', N'2', N'3000', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035031', N'Gagarth Replica Chain Mail', N'1', N'1', N'3', N'3', N'5', N'54', N'6500', N'1', N'3', N'2', N'3000', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035032', N'Aurosiac Replica Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035501', N'Gloves Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'9', N'6500', N'1', N'3', N'2', N'3000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035502', N'Armored Butcher Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035503', N'Boozatron Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'12', N'6500', N'1', N'3', N'2', N'3000', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035504', N'Hammer Butcher Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'14', N'6500', N'1', N'3', N'2', N'3000', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035505', N'Cursed Cataphract Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035506', N'Giant Mole Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'17', N'6500', N'1', N'3', N'2', N'3000', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035507', N'Dewey Decimator Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'19', N'6500', N'1', N'3', N'2', N'3000', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035508', N'Cataphract Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'21', N'6500', N'1', N'3', N'2', N'3000', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035509', N'Crimson Gloves Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'22', N'6500', N'1', N'3', N'2', N'3000', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035510', N'Minotauros Lord Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035511', N'Sinful Seraph Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'23', N'6500', N'1', N'3', N'2', N'3000', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035512', N'Massive Butcher Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'28', N'6500', N'1', N'3', N'2', N'3000', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035513', N'Haken Platina Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'26', N'6500', N'1', N'3', N'2', N'3000', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035514', N'Viper Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'31', N'6500', N'1', N'3', N'2', N'3000', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035515', N'Stone Golem Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'29', N'6500', N'1', N'3', N'2', N'3000', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035516', N'Massive Mole Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035517', N'Goliath Gorilla Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'33', N'6500', N'1', N'3', N'2', N'3000', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035518', N'Giant Rafflesia Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'38', N'6500', N'1', N'3', N'2', N'3000', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035519', N'Cyborg Gorilla Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'34', N'6500', N'1', N'3', N'2', N'3000', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035520', N'Sand Golem Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'36', N'6500', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035521', N'Giant Sandworm Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'39', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035522', N'Spider Lady Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035523', N'Baron Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'43', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035524', N'Joker Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'44', N'6500', N'1', N'3', N'2', N'3000', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035525', N'Chimera Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'46', N'6500', N'1', N'3', N'2', N'3000', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035526', N'Conjugo Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'48', N'6500', N'1', N'3', N'2', N'3000', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035527', N'Dire Knight Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'49', N'6500', N'1', N'3', N'2', N'3000', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035528', N'Sparkle Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'51', N'6500', N'1', N'3', N'2', N'3000', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035529', N'Demon King Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'52', N'6500', N'1', N'3', N'2', N'3000', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035530', N'Mad Latiel Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'53', N'6500', N'1', N'3', N'2', N'3000', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035531', N'Gagarth Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'54', N'6500', N'1', N'3', N'2', N'3000', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212035532', N'Aurosiac Delicate Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044001', N'Rennzeug Plate', N'1', N'1', N'5', N'4', N'4', N'10', N'6000', N'1', N'3', N'2', N'5700', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044002', N'Stechzeug Plate', N'1', N'1', N'5', N'4', N'4', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044003', N'Kolbenturnier Plate', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044004', N'Behterets Plate', N'1', N'1', N'5', N'4', N'4', N'25', N'6000', N'1', N'3', N'2', N'5700', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044005', N'Yushman Plate', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044006', N'Kalantar Plate', N'1', N'1', N'5', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044007', N'Coriaceus Plate', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044008', N'Zen Plate', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044009', N'Perfect Plate', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212044010', N'Expert Dual Prop Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045001', N'Gloves Plate', N'1', N'1', N'3', N'4', N'5', N'9', N'6500', N'1', N'3', N'2', N'5700', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045002', N'Armored Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045003', N'Boozatron Plate', N'1', N'1', N'3', N'4', N'5', N'12', N'6500', N'1', N'3', N'2', N'5700', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045004', N'Hammer Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'14', N'6500', N'1', N'3', N'2', N'5700', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045005', N'Cursed Cataphract Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045006', N'Giant Mole Plate', N'1', N'1', N'3', N'4', N'5', N'17', N'6500', N'1', N'3', N'2', N'5700', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045007', N'Dewey Decimator Plate', N'1', N'1', N'3', N'4', N'5', N'19', N'6500', N'1', N'3', N'2', N'5700', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045008', N'Cataphract Plate', N'1', N'1', N'3', N'4', N'5', N'21', N'6500', N'1', N'3', N'2', N'5700', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045009', N'Crimson Gloves Plate', N'1', N'1', N'3', N'4', N'5', N'22', N'6500', N'1', N'3', N'2', N'5700', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045010', N'Minotauros Lord Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045011', N'Sinful Seraph Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045012', N'Massive Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'28', N'6500', N'1', N'3', N'2', N'5700', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045013', N'Haken Platina Plate', N'1', N'1', N'3', N'4', N'5', N'26', N'6500', N'1', N'3', N'2', N'5700', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045014', N'Viper Plate', N'1', N'1', N'3', N'4', N'5', N'31', N'6500', N'1', N'3', N'2', N'5700', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045015', N'Stone Golem Plate', N'1', N'1', N'3', N'4', N'5', N'29', N'6500', N'1', N'3', N'2', N'5700', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045016', N'Massive Mole Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045017', N'Goliath Gorilla Plate', N'1', N'1', N'3', N'4', N'5', N'33', N'6500', N'1', N'3', N'2', N'5700', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045018', N'Giant Rafflesia Plate', N'1', N'1', N'3', N'4', N'5', N'38', N'6500', N'1', N'3', N'2', N'5700', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045019', N'Cyborg Gorilla Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045020', N'Sand Golem Plate', N'1', N'1', N'3', N'4', N'5', N'36', N'6500', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045021', N'Giant Sandworm Plate', N'1', N'1', N'3', N'4', N'5', N'39', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045022', N'Spider Lady Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045023', N'Baron Plate', N'1', N'1', N'3', N'4', N'5', N'43', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045024', N'Joker Plate', N'1', N'1', N'3', N'4', N'5', N'44', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045025', N'Chimera Plate', N'1', N'1', N'3', N'4', N'5', N'46', N'6500', N'1', N'3', N'2', N'5700', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045026', N'Conjugo Plate', N'1', N'1', N'3', N'4', N'5', N'48', N'6500', N'1', N'3', N'2', N'5703', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045027', N'Dire Knight Plate', N'1', N'1', N'3', N'4', N'5', N'49', N'6500', N'1', N'3', N'2', N'5704', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045028', N'Sparkle Plate', N'1', N'1', N'3', N'4', N'5', N'51', N'6500', N'1', N'3', N'2', N'5705', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045029', N'Demon King Plate', N'1', N'1', N'3', N'4', N'5', N'52', N'6500', N'1', N'3', N'2', N'5706', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045030', N'Mad Latiel Replica Plate', N'1', N'1', N'3', N'4', N'5', N'53', N'6500', N'1', N'3', N'2', N'5706', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045031', N'Gagarth Replica Plate', N'1', N'1', N'3', N'4', N'5', N'54', N'6500', N'1', N'3', N'2', N'5706', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045032', N'Aurosiac Replica Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5706', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045501', N'Gloves Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'9', N'6500', N'1', N'3', N'2', N'5700', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045502', N'Armored Butcher Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045503', N'Boozatron Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'12', N'6500', N'1', N'3', N'2', N'5700', N'1200', N'198') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045504', N'Hammer Butcher Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'14', N'6500', N'1', N'3', N'2', N'5700', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045505', N'Cursed Cataphract Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045506', N'Giant Mole Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'17', N'6500', N'1', N'3', N'2', N'5700', N'2000', N'330') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045507', N'Dewey Decimator Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'19', N'6500', N'1', N'3', N'2', N'5700', N'2370', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045508', N'Cataphract Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'21', N'6500', N'1', N'3', N'2', N'5700', N'2770', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045509', N'Crimson Gloves Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'22', N'6500', N'1', N'3', N'2', N'5700', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045510', N'Minotauros Lord Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045511', N'Sinful Seraph Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'23', N'6500', N'1', N'3', N'2', N'5700', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045512', N'Massive Butcher Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'28', N'6500', N'1', N'3', N'2', N'5700', N'4400', N'726') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045513', N'Haken Platina Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'26', N'6500', N'1', N'3', N'2', N'5700', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045514', N'Viper Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'31', N'6500', N'1', N'3', N'2', N'5700', N'5210', N'861') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045515', N'Stone Golem Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'29', N'6500', N'1', N'3', N'2', N'5700', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045516', N'Massive Mole Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'5832', N'963') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045517', N'Goliath Gorilla Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'33', N'6500', N'1', N'3', N'2', N'5700', N'5780', N'953') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045518', N'Giant Rafflesia Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'38', N'6500', N'1', N'3', N'2', N'5700', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045519', N'Cyborg Gorilla Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'34', N'6500', N'1', N'3', N'2', N'5700', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045520', N'Sand Golem Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'36', N'6500', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045521', N'Giant Sandworm Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'39', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045522', N'Spider Lady Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045523', N'Baron Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'43', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045524', N'Joker Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'44', N'6500', N'1', N'3', N'2', N'5700', N'8980', N'1481') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045525', N'Chimera Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'46', N'6500', N'1', N'3', N'2', N'5700', N'11010', N'1818') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045526', N'Conjugo Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'48', N'6500', N'1', N'3', N'2', N'5703', N'11000', N'1650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045527', N'Dire Knight Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'49', N'6500', N'1', N'3', N'2', N'5704', N'11410', N'1712') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045528', N'Sparkle Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'51', N'6500', N'1', N'3', N'2', N'5705', N'12240', N'1836') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045529', N'Demon King Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'52', N'6500', N'1', N'3', N'2', N'5706', N'12670', N'1901') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045530', N'Mad Latiel Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'53', N'6500', N'1', N'3', N'2', N'5706', N'13100', N'2162') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045531', N'Gagarth Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'54', N'6500', N'1', N'3', N'2', N'5706', N'13540', N'2234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'212045532', N'Aurosiac Delicate Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5706', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014001', N'Ravager Leggings', N'1', N'1', N'5', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014002', N'Mal Leggings', N'1', N'1', N'5', N'1', N'4', N'15', N'5500', N'1', N'3', N'2', N'1400', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014003', N'Glowing Leggings', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014004', N'Glitter Leggings', N'1', N'1', N'5', N'1', N'4', N'25', N'5500', N'1', N'3', N'2', N'1400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014005', N'Avid Leggings', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014006', N'Radiant Leggings', N'1', N'1', N'5', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014007', N'Brilliant Leggings', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014008', N'Sparkle Leggings', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014009', N'Beautiful Leggings', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214014010', N'Expert Dusk Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015001', N'Gloves Pants', N'1', N'1', N'3', N'1', N'5', N'9', N'6000', N'1', N'3', N'2', N'1400', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015002', N'Armored Butcher Pants', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1400', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015003', N'Boozatron Pants', N'1', N'1', N'3', N'1', N'5', N'12', N'6000', N'1', N'3', N'2', N'1400', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015004', N'Hammer Butcher Pants', N'1', N'1', N'3', N'1', N'5', N'14', N'6000', N'1', N'3', N'2', N'1400', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015005', N'Cursed Cataphract Pants', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015006', N'Giant Mole Pants', N'1', N'1', N'3', N'1', N'5', N'17', N'6000', N'1', N'3', N'2', N'1400', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015007', N'Dewey Decimator Pants', N'1', N'1', N'3', N'1', N'5', N'19', N'6000', N'1', N'3', N'2', N'1400', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015008', N'Cataphract Pants', N'1', N'1', N'3', N'1', N'5', N'21', N'6000', N'1', N'3', N'2', N'1400', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015009', N'Crimson Gloves Pants', N'1', N'1', N'3', N'1', N'5', N'22', N'6000', N'1', N'3', N'2', N'1400', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015010', N'Minotauros Lord Pants', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015011', N'Sinful Seraph Pants', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015012', N'Massive Butcher Pants', N'1', N'1', N'3', N'1', N'5', N'28', N'6000', N'1', N'3', N'2', N'1400', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015013', N'Haken Platina Pants', N'1', N'1', N'3', N'1', N'5', N'26', N'6000', N'1', N'3', N'2', N'1400', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015014', N'Viper Pants', N'1', N'1', N'3', N'1', N'5', N'31', N'6000', N'1', N'3', N'2', N'1400', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015015', N'Stone Golem Pants', N'1', N'1', N'3', N'1', N'5', N'29', N'6000', N'1', N'3', N'2', N'1400', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015016', N'Massive Mole Pants', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015017', N'Goliath Gorilla Pants', N'1', N'1', N'3', N'1', N'5', N'33', N'6000', N'1', N'3', N'2', N'1400', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015018', N'Giant Rafflesia Pants', N'1', N'1', N'3', N'1', N'5', N'38', N'6000', N'1', N'3', N'2', N'1400', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015019', N'Cyborg Gorilla Pants', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015020', N'Sand Golem Pants', N'1', N'1', N'3', N'1', N'5', N'36', N'6000', N'1', N'3', N'2', N'1400', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015021', N'Giant Sandworm Pants', N'1', N'1', N'3', N'1', N'5', N'39', N'6000', N'1', N'3', N'2', N'1400', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015022', N'Spider Lady Pants', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1400', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015023', N'Baron Leggings', N'1', N'1', N'3', N'1', N'5', N'43', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015024', N'Joker Leggings', N'1', N'1', N'3', N'1', N'5', N'44', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015025', N'Chimera Leggings', N'1', N'1', N'3', N'1', N'5', N'46', N'6000', N'1', N'3', N'2', N'1400', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015026', N'Conjugo Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'48', N'6000', N'1', N'3', N'2', N'1400', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015027', N'Dire Knight Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'49', N'6000', N'1', N'3', N'2', N'1400', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015028', N'Sparkle Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'51', N'6000', N'1', N'3', N'2', N'1400', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015029', N'Demon King Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'52', N'6000', N'1', N'3', N'2', N'1400', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015030', N'Mad Latiel Replica Leggings', N'1', N'1', N'3', N'1', N'5', N'53', N'6000', N'1', N'3', N'2', N'1400', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015031', N'Gagarth Replica Leggings', N'1', N'1', N'3', N'1', N'5', N'54', N'6000', N'1', N'3', N'2', N'1400', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015032', N'Aurosiac Replica Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015501', N'Gloves Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'9', N'6000', N'1', N'3', N'2', N'1400', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015502', N'Armored Butcher Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1400', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015503', N'Boozatron Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'12', N'6000', N'1', N'3', N'2', N'1400', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015504', N'Hammer Butcher Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'14', N'6000', N'1', N'3', N'2', N'1400', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015505', N'Cursed Cataphract Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015506', N'Giant Mole Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'17', N'6000', N'1', N'3', N'2', N'1400', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015507', N'Dewey Decimator Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'19', N'6000', N'1', N'3', N'2', N'1400', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015508', N'Cataphract Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'21', N'6000', N'1', N'3', N'2', N'1400', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015509', N'Crimson Gloves Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'22', N'6000', N'1', N'3', N'2', N'1400', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015510', N'Minotauros Lord Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015511', N'Sinful Seraph Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'23', N'6000', N'1', N'3', N'2', N'1400', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015512', N'Massive Butcher Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'28', N'6000', N'1', N'3', N'2', N'1400', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015513', N'Haken Platina Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'26', N'6000', N'1', N'3', N'2', N'1400', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015514', N'Viper Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'31', N'6000', N'1', N'3', N'2', N'1400', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015515', N'Stone Golem Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'29', N'6000', N'1', N'3', N'2', N'1400', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015516', N'Massive Mole Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015517', N'Goliath Gorilla Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'33', N'6000', N'1', N'3', N'2', N'1400', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015518', N'Giant Rafflesia Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'38', N'6000', N'1', N'3', N'2', N'1400', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015519', N'Cyborg Gorilla Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'34', N'6000', N'1', N'3', N'2', N'1400', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015520', N'Sand Golem Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'36', N'6000', N'1', N'3', N'2', N'1400', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015521', N'Giant Sandworm Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'39', N'6000', N'1', N'3', N'2', N'1400', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015522', N'Spider Lady Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1400', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015523', N'Baron Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'43', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015524', N'Joker Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'44', N'6000', N'1', N'3', N'2', N'1400', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015525', N'Chimera Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'46', N'6000', N'1', N'3', N'2', N'1400', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015526', N'Conjugo Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'48', N'6000', N'1', N'3', N'2', N'1400', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015527', N'Dire Knight Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'49', N'6000', N'1', N'3', N'2', N'1400', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015528', N'Sparkle Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'51', N'6000', N'1', N'3', N'2', N'1400', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015529', N'Demon King Delicate Leather Leggings', N'1', N'1', N'3', N'1', N'5', N'52', N'6000', N'1', N'3', N'2', N'1400', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015530', N'Mad Latiel Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'53', N'6000', N'1', N'3', N'2', N'1400', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015531', N'Gagarth Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'54', N'6000', N'1', N'3', N'2', N'1400', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214015532', N'Aurosiac Delicate Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024001', N'Chamois Pants', N'1', N'1', N'5', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1900', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024002', N'Vachetta Pants', N'1', N'1', N'5', N'2', N'4', N'15', N'5500', N'1', N'3', N'2', N'1900', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024003', N'Nappa Pants', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1900', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024004', N'Cordovan Pants', N'1', N'1', N'5', N'2', N'4', N'25', N'5500', N'1', N'3', N'2', N'1900', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024005', N'Aniline Pants', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1900', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024006', N'Adarga Pants', N'1', N'1', N'5', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1900', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024007', N'Bonded Pants', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1900', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024008', N'Anointed Pants', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1900', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024009', N'Forsaken Pants', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1900', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214024010', N'Expert Levices Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1900', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025001', N'Gloves Leather Pants', N'1', N'1', N'3', N'2', N'5', N'9', N'6000', N'1', N'3', N'2', N'1900', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025002', N'Armored Butcher Leather Pants', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1900', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025003', N'Boozatron Leather Pants', N'1', N'1', N'3', N'2', N'5', N'12', N'6000', N'1', N'3', N'2', N'1900', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025004', N'Hammer Butcher Leather Pants', N'1', N'1', N'3', N'2', N'5', N'14', N'6000', N'1', N'3', N'2', N'1900', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025005', N'Cursed Cataphract Leather Pants', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025006', N'Giant Mole Leather Pants', N'1', N'1', N'3', N'2', N'5', N'17', N'6000', N'1', N'3', N'2', N'1900', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025007', N'Dewey Decimator Leather Pants', N'1', N'1', N'3', N'2', N'5', N'19', N'6000', N'1', N'3', N'2', N'1900', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025008', N'Cataphract Leather Pants', N'1', N'1', N'3', N'2', N'5', N'21', N'6000', N'1', N'3', N'2', N'1900', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025009', N'Crimson Gloves Leather Pants', N'1', N'1', N'3', N'2', N'5', N'22', N'6000', N'1', N'3', N'2', N'1900', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025010', N'Minotauros Lord Leather Pants', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025011', N'Sinful Seraph Leather Pants', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025012', N'Massive Butcher Leather Pants', N'1', N'1', N'3', N'2', N'5', N'28', N'6000', N'1', N'3', N'2', N'1900', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025013', N'Haken Platina Leather Pants', N'1', N'1', N'3', N'2', N'5', N'26', N'6000', N'1', N'3', N'2', N'1900', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025014', N'Viper Leather Pants', N'1', N'1', N'3', N'2', N'5', N'31', N'6000', N'1', N'3', N'2', N'1900', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025015', N'Stone Golem Leather Pants', N'1', N'1', N'3', N'2', N'5', N'29', N'6000', N'1', N'3', N'2', N'1900', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025016', N'Massive Mole Leather Pants', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025017', N'Goliath Gorilla Leather Pants', N'1', N'1', N'3', N'2', N'5', N'33', N'6000', N'1', N'3', N'2', N'1900', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025018', N'Giant Rafflesia Leather Pants', N'1', N'1', N'3', N'2', N'5', N'38', N'6000', N'1', N'3', N'2', N'1900', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025019', N'Cyborg Gorilla Leather Pants', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025020', N'Sand Golem Leather Pants', N'1', N'1', N'3', N'2', N'5', N'36', N'6000', N'1', N'3', N'2', N'1900', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025021', N'Giant Sandworm Leather Pants', N'1', N'1', N'3', N'2', N'5', N'39', N'6000', N'1', N'3', N'2', N'1900', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025022', N'Spider Lady Leather Pants', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1900', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025023', N'Baron Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'43', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025024', N'Joker Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'44', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025025', N'Chimera Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'46', N'6000', N'1', N'3', N'2', N'1900', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025026', N'Conjugo Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'48', N'6000', N'1', N'3', N'2', N'1900', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025027', N'Dire Knight Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'49', N'6000', N'1', N'3', N'2', N'1900', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025028', N'Sparkle Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'51', N'6000', N'1', N'3', N'2', N'1900', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025029', N'Demon King Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'52', N'6000', N'1', N'3', N'2', N'1900', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025030', N'Mad Latiel Replica Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'53', N'6000', N'1', N'3', N'2', N'1900', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025031', N'Gagarth Replica Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'54', N'6000', N'1', N'3', N'2', N'1900', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025032', N'Aurosiac Replica Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025501', N'Gloves Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'9', N'6000', N'1', N'3', N'2', N'1900', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025502', N'Armored Butcher Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1900', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025503', N'Boozatron Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'12', N'6000', N'1', N'3', N'2', N'1900', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025504', N'Hammer Butcher Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'14', N'6000', N'1', N'3', N'2', N'1900', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025505', N'Cursed Cataphract Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025506', N'Giant Mole Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'17', N'6000', N'1', N'3', N'2', N'1900', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025507', N'Dewey Decimator Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'19', N'6000', N'1', N'3', N'2', N'1900', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025508', N'Cataphract Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'21', N'6000', N'1', N'3', N'2', N'1900', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025509', N'Crimson Gloves Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'22', N'6000', N'1', N'3', N'2', N'1900', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025510', N'Minotauros Lord Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025511', N'Sinful Seraph Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'23', N'6000', N'1', N'3', N'2', N'1900', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025512', N'Massive Butcher Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'28', N'6000', N'1', N'3', N'2', N'1900', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025513', N'Haken Platina Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'26', N'6000', N'1', N'3', N'2', N'1900', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025514', N'Viper Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'31', N'6000', N'1', N'3', N'2', N'1900', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025515', N'Stone Golem Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'29', N'6000', N'1', N'3', N'2', N'1900', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025516', N'Massive Mole Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025517', N'Goliath Gorilla Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'33', N'6000', N'1', N'3', N'2', N'1900', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025518', N'Giant Rafflesia Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'38', N'6000', N'1', N'3', N'2', N'1900', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025519', N'Cyborg Gorilla Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'34', N'6000', N'1', N'3', N'2', N'1900', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025520', N'Sand Golem Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'36', N'6000', N'1', N'3', N'2', N'1900', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025521', N'Giant Sandworm Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'39', N'6000', N'1', N'3', N'2', N'1900', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025522', N'Spider Lady Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1900', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025523', N'Baron Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'43', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025524', N'Joker Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'44', N'6000', N'1', N'3', N'2', N'1900', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025525', N'Chimera Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'46', N'6000', N'1', N'3', N'2', N'1900', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025526', N'Conjugo Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'48', N'6000', N'1', N'3', N'2', N'1900', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025527', N'Dire Knight Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'49', N'6000', N'1', N'3', N'2', N'1900', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025528', N'Sparkle Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'51', N'6000', N'1', N'3', N'2', N'1900', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025529', N'Demon King Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'52', N'6000', N'1', N'3', N'2', N'1900', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025530', N'Mad Latiel Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'53', N'6000', N'1', N'3', N'2', N'1900', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025531', N'Gagarth Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'54', N'6000', N'1', N'3', N'2', N'1900', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214025532', N'Aurosiac Delicate Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034001', N'Lock Chausses', N'1', N'1', N'5', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'3000', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034002', N'Hatch Chausses', N'1', N'1', N'5', N'3', N'4', N'15', N'5500', N'1', N'3', N'2', N'3000', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034003', N'Bolt Chausses', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'3000', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034004', N'Riveted Chausses', N'1', N'1', N'5', N'3', N'4', N'25', N'5500', N'1', N'3', N'2', N'3000', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034005', N'Forged Chausses', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'3000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034006', N'Decorative Chausses', N'1', N'1', N'5', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'3000', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034007', N'Ring Chausses', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'3000', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034008', N'Scaled Chausses', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'3000', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034009', N'Connected Chausses', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'3000', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214034010', N'Expert Silver Tinge Greaves', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'3000', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035001', N'Gloves Greaves', N'1', N'1', N'3', N'3', N'5', N'9', N'6000', N'1', N'3', N'2', N'3000', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035002', N'Armored Butcher Greaves', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'3000', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035003', N'Boozatron Greaves', N'1', N'1', N'3', N'3', N'5', N'12', N'6000', N'1', N'3', N'2', N'3000', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035004', N'Hammer Butcher Greaves', N'1', N'1', N'3', N'3', N'5', N'14', N'6000', N'1', N'3', N'2', N'3000', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035005', N'Cursed Cataphract Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035006', N'Giant Mole Greaves', N'1', N'1', N'3', N'3', N'5', N'17', N'6000', N'1', N'3', N'2', N'3000', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035007', N'Dewey Decimator Greaves', N'1', N'1', N'3', N'3', N'5', N'19', N'6000', N'1', N'3', N'2', N'3000', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035008', N'Cataphract Greaves', N'1', N'1', N'3', N'3', N'5', N'21', N'6000', N'1', N'3', N'2', N'3000', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035009', N'Crimson Gloves Greaves', N'1', N'1', N'3', N'3', N'5', N'22', N'6000', N'1', N'3', N'2', N'3000', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035010', N'Minotauros Lord Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035011', N'Sinful Seraph Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035012', N'Massive Butcher Greaves', N'1', N'1', N'3', N'3', N'5', N'28', N'6000', N'1', N'3', N'2', N'3000', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035013', N'Haken Platina Greaves', N'1', N'1', N'3', N'3', N'5', N'26', N'6000', N'1', N'3', N'2', N'3000', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035014', N'Viper Greaves', N'1', N'1', N'3', N'3', N'5', N'31', N'6000', N'1', N'3', N'2', N'3000', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035015', N'Stone Golem Greaves', N'1', N'1', N'3', N'3', N'5', N'29', N'6000', N'1', N'3', N'2', N'3000', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035016', N'Massive Mole Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035017', N'Goliath Gorilla Greaves', N'1', N'1', N'3', N'3', N'5', N'33', N'6000', N'1', N'3', N'2', N'3000', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035018', N'Giant Rafflesia Greaves', N'1', N'1', N'3', N'3', N'5', N'38', N'6000', N'1', N'3', N'2', N'3000', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035019', N'Cyborg Gorilla Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035020', N'Sand Golem Greaves', N'1', N'1', N'3', N'3', N'5', N'36', N'6000', N'1', N'3', N'2', N'3000', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035021', N'Giant Sandworm Greaves', N'1', N'1', N'3', N'3', N'5', N'39', N'6000', N'1', N'3', N'2', N'3000', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035022', N'Spider Lady Greaves', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'3000', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035023', N'Baron Greaves', N'1', N'1', N'3', N'3', N'5', N'43', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035024', N'Joker Greaves', N'1', N'1', N'3', N'3', N'5', N'44', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035025', N'Chimera Greaves', N'1', N'1', N'3', N'3', N'5', N'46', N'6000', N'1', N'3', N'2', N'3000', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035026', N'Conjugo Greaves', N'1', N'1', N'3', N'3', N'5', N'48', N'6000', N'1', N'3', N'2', N'3000', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035027', N'Dire Knight Greaves', N'1', N'1', N'3', N'3', N'5', N'49', N'6000', N'1', N'3', N'2', N'3000', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035028', N'Sparkle Greaves', N'1', N'1', N'3', N'3', N'5', N'51', N'6000', N'1', N'3', N'2', N'3000', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035029', N'Demon King Greaves', N'1', N'1', N'3', N'3', N'5', N'52', N'6000', N'1', N'3', N'2', N'3000', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035030', N'Mad Latiel Replica Greaves', N'1', N'1', N'3', N'3', N'5', N'53', N'6000', N'1', N'3', N'2', N'3000', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035031', N'Gagarth Replica Greaves', N'1', N'1', N'3', N'3', N'5', N'54', N'6000', N'1', N'3', N'2', N'3000', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035032', N'Aurosiac Replica Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035501', N'Gloves Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'9', N'6000', N'1', N'3', N'2', N'3000', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035502', N'Armored Butcher Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'3000', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035503', N'Boozatron Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'12', N'6000', N'1', N'3', N'2', N'3000', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035504', N'Hammer Butcher Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'14', N'6000', N'1', N'3', N'2', N'3000', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035505', N'Cursed Cataphract Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035506', N'Giant Mole Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'17', N'6000', N'1', N'3', N'2', N'3000', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035507', N'Dewey Decimator Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'19', N'6000', N'1', N'3', N'2', N'3000', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035508', N'Cataphract Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'21', N'6000', N'1', N'3', N'2', N'3000', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035509', N'Crimson Gloves Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'22', N'6000', N'1', N'3', N'2', N'3000', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035510', N'Minotauros Lord Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035511', N'Sinful Seraph Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'23', N'6000', N'1', N'3', N'2', N'3000', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035512', N'Massive Butcher Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'28', N'6000', N'1', N'3', N'2', N'3000', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035513', N'Haken Platina Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'26', N'6000', N'1', N'3', N'2', N'3000', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035514', N'Viper Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'31', N'6000', N'1', N'3', N'2', N'3000', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035515', N'Stone Golem Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'29', N'6000', N'1', N'3', N'2', N'3000', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035516', N'Massive Mole Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035517', N'Goliath Gorilla Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'33', N'6000', N'1', N'3', N'2', N'3000', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035518', N'Giant Rafflesia Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'38', N'6000', N'1', N'3', N'2', N'3000', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035519', N'Cyborg Gorilla Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'34', N'6000', N'1', N'3', N'2', N'3000', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035520', N'Sand Golem Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'36', N'6000', N'1', N'3', N'2', N'3000', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035521', N'Giant Sandworm Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'39', N'6000', N'1', N'3', N'2', N'3000', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035522', N'Spider Lady Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'3000', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035523', N'Baron Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'43', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035524', N'Joker Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'44', N'6000', N'1', N'3', N'2', N'3000', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035525', N'Chimera Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'46', N'6000', N'1', N'3', N'2', N'3000', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035526', N'Conjugo Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'48', N'6000', N'1', N'3', N'2', N'3000', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035527', N'Dire Knight Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'49', N'6000', N'1', N'3', N'2', N'3000', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035528', N'Sparkle Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'51', N'6000', N'1', N'3', N'2', N'3000', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035529', N'Demon King Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'52', N'6000', N'1', N'3', N'2', N'3000', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035530', N'Mad Latiel Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'53', N'6000', N'1', N'3', N'2', N'3000', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035531', N'Gagarth Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'54', N'6000', N'1', N'3', N'2', N'3000', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214035532', N'Aurosiac Delicate Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044001', N'Rennzeug Greaves', N'1', N'1', N'5', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'5700', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044002', N'Stechzeug Greaves', N'1', N'1', N'5', N'4', N'4', N'15', N'5500', N'1', N'3', N'2', N'5700', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044003', N'Kolbenturnier Greaves', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'5700', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044004', N'Behterets Greaves', N'1', N'1', N'5', N'4', N'4', N'25', N'5500', N'1', N'3', N'2', N'5700', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044005', N'Yushman Greaves', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'5700', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044006', N'Kalantar Greaves', N'1', N'1', N'5', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'5700', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044007', N'Coriaceus Greaves', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'5700', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044008', N'Zen Greaves', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'5700', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044009', N'Perfect Greaves', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'5700', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214044010', N'Expert Dual Prop Battle Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'5700', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045001', N'Gloves Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'9', N'6000', N'1', N'3', N'2', N'5700', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045002', N'Armored Butcher Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'5700', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045003', N'Boozatron Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'12', N'6000', N'1', N'3', N'2', N'5700', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045004', N'Hammer Butcher Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'14', N'6000', N'1', N'3', N'2', N'5700', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045005', N'Cursed Cataphract Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045006', N'Giant Mole Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'17', N'6000', N'1', N'3', N'2', N'5700', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045007', N'Dewey Decimator Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'19', N'6000', N'1', N'3', N'2', N'5700', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045008', N'Cataphract Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'21', N'6000', N'1', N'3', N'2', N'5700', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045009', N'Crimson Gloves Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'22', N'6000', N'1', N'3', N'2', N'5700', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045010', N'Minotauros Lord Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045011', N'Sinful Seraph Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045012', N'Massive Butcher Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'28', N'6000', N'1', N'3', N'2', N'5700', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045013', N'Haken Platina Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'26', N'6000', N'1', N'3', N'2', N'5700', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045014', N'Viper Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'31', N'6000', N'1', N'3', N'2', N'5700', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045015', N'Stone Golem Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'29', N'6000', N'1', N'3', N'2', N'5700', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045016', N'Massive Mole Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045017', N'Goliath Gorilla Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'33', N'6000', N'1', N'3', N'2', N'5700', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045018', N'Giant Rafflesia Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'38', N'6000', N'1', N'3', N'2', N'5700', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045019', N'Cyborg Gorilla Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045020', N'Sand Golem Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'36', N'6000', N'1', N'3', N'2', N'5700', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045021', N'Giant Sandworm Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'39', N'6000', N'1', N'3', N'2', N'5700', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045022', N'Spider Lady Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'5700', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045023', N'Baron Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'43', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045024', N'Joker Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'44', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045025', N'Chimera Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'46', N'6000', N'1', N'3', N'2', N'5700', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045026', N'Conjugo Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'48', N'6000', N'1', N'3', N'2', N'5700', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045027', N'Dire Knight Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'49', N'6000', N'1', N'3', N'2', N'5700', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045028', N'Sparkle Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'51', N'6000', N'1', N'3', N'2', N'5700', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045029', N'Demon King Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'52', N'6000', N'1', N'3', N'2', N'5700', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045030', N'Mad Latiel Replica Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'53', N'6000', N'1', N'3', N'2', N'5700', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045031', N'Gagarth Replica Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'54', N'6000', N'1', N'3', N'2', N'5700', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045032', N'Aurosiac Replica Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045501', N'Gloves Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'9', N'6000', N'1', N'3', N'2', N'5700', N'750', N'139') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045502', N'Armored Butcher Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'5700', N'860', N'157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045503', N'Boozatron Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'12', N'6000', N'1', N'3', N'2', N'5700', N'1120', N'205') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045504', N'Hammer Butcher Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'14', N'6000', N'1', N'3', N'2', N'5700', N'1400', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045505', N'Cursed Cataphract Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1550', N'286') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045506', N'Giant Mole Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'17', N'6000', N'1', N'3', N'2', N'5700', N'1870', N'344') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045507', N'Dewey Decimator Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'19', N'6000', N'1', N'3', N'2', N'5700', N'2210', N'407') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045508', N'Cataphract Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'21', N'6000', N'1', N'3', N'2', N'5700', N'2590', N'476') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045509', N'Crimson Gloves Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'22', N'6000', N'1', N'3', N'2', N'5700', N'2780', N'509') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045510', N'Minotauros Lord Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045511', N'Sinful Seraph Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'23', N'6000', N'1', N'3', N'2', N'5700', N'2990', N'550') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045512', N'Massive Butcher Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'28', N'6000', N'1', N'3', N'2', N'5700', N'4110', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045513', N'Haken Platina Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'26', N'6000', N'1', N'3', N'2', N'5700', N'3640', N'667') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045514', N'Viper Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'31', N'6000', N'1', N'3', N'2', N'5700', N'4860', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045515', N'Stone Golem Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'29', N'6000', N'1', N'3', N'2', N'5700', N'4350', N'799') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045516', N'Massive Mole Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5570', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045517', N'Goliath Gorilla Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'33', N'6000', N'1', N'3', N'2', N'5700', N'5400', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045518', N'Giant Rafflesia Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'38', N'6000', N'1', N'3', N'2', N'5700', N'6850', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045519', N'Cyborg Gorilla Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'34', N'6000', N'1', N'3', N'2', N'5700', N'5670', N'1041') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045520', N'Sand Golem Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'36', N'6000', N'1', N'3', N'2', N'5700', N'6250', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045521', N'Giant Sandworm Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'39', N'6000', N'1', N'3', N'2', N'5700', N'7480', N'1371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045522', N'Spider Lady Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'5700', N'8140', N'1492') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045523', N'Baron Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'43', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045524', N'Joker Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'44', N'6000', N'1', N'3', N'2', N'5700', N'8980', N'1646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045525', N'Chimera Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'46', N'6000', N'1', N'3', N'2', N'5700', N'11010', N'2020') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045526', N'Conjugo Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'48', N'6000', N'1', N'3', N'2', N'5700', N'10270', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045527', N'Dire Knight Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'49', N'6000', N'1', N'3', N'2', N'5700', N'10650', N'1598') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045528', N'Sparkle Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'51', N'6000', N'1', N'3', N'2', N'5700', N'11420', N'1713') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045529', N'Demon King Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'52', N'6000', N'1', N'3', N'2', N'5700', N'11820', N'1773') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045530', N'Mad Latiel Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'53', N'6000', N'1', N'3', N'2', N'5700', N'12230', N'2018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045531', N'Gagarth Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'54', N'6000', N'1', N'3', N'2', N'5700', N'12640', N'2086') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'214045532', N'Aurosiac Delicate Battle Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014001', N'Practice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'24', N'6000', N'1', N'3', N'2', N'1400', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014003', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'1400', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014004', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014005', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312014006', N'Ice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015002', N'Brawlers Mirage Robe', N'1', N'2', N'0', N'1', N'5', N'1', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015003', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015004', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'1400', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015005', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312015006', N'Glacial Robe', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312016104', N'Mighty Lavished Robe', N'1', N'2', N'0', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024001', N'Practice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'24', N'6000', N'1', N'3', N'2', N'1900', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024003', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'1900', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024004', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024005', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312024006', N'Ice Leather Mail', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025002', N'Brawlers Mirage Leather Armor', N'1', N'2', N'0', N'2', N'5', N'1', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025003', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025004', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'1900', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025005', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312025006', N'Glacial Leather Armor', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312026104', N'Mighty Elodi Leather Armor', N'1', N'2', N'0', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034001', N'Practice Chain Cuirass', N'1', N'2', N'0', N'3', N'4', N'24', N'6000', N'1', N'3', N'2', N'3000', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034003', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'3000', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034004', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034005', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312034006', N'Ice Chain Mail', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035002', N'Brawlers Mirage Chain Mail', N'1', N'2', N'0', N'3', N'5', N'1', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035003', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035004', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'3000', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035005', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312035006', N'Glacial Chain Mail', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312036104', N'Mighty Hinch Chain Mail', N'1', N'2', N'0', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044001', N'Practice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'24', N'6000', N'1', N'3', N'2', N'5700', N'3260', N'537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044003', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'5700', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044004', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044005', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312044006', N'Ice Plate Armor', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045002', N'Brawlers Mirage War Plate', N'1', N'2', N'0', N'4', N'5', N'1', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045003', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045004', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'5700', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045005', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312045006', N'Glacial War Plate', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'312046104', N'Mighty Banded Plate', N'1', N'2', N'0', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014001', N'Practice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'24', N'3400', N'1', N'3', N'2', N'900', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014003', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014004', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014005', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313014006', N'Ice Fabric Hood', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015002', N'Brawlers Mirage Hood', N'1', N'2', N'0', N'1', N'5', N'1', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015003', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015004', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015005', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313015006', N'Glacial Hood', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313016104', N'Mighty Lavished Hood', N'1', N'2', N'0', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024001', N'Practice Leather Helmet', N'1', N'2', N'0', N'2', N'4', N'24', N'3400', N'1', N'3', N'2', N'900', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024003', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024004', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024005', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313024006', N'Ice Leather Cap', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025002', N'Brawlers Mirage Leather Cap', N'1', N'2', N'0', N'2', N'5', N'1', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025003', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025004', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025005', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313025006', N'Glacial Leather Cap', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313026104', N'Mighty Elodi Leather Cap', N'1', N'2', N'0', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034001', N'Practice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'24', N'3400', N'1', N'3', N'2', N'1800', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034003', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034004', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'1800', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034005', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313034006', N'Ice Chain Helmet', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035002', N'Brawlers Mirage Chain Helm', N'1', N'2', N'0', N'3', N'5', N'1', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035003', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035004', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035005', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313035006', N'Glacial Chain Helm', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313036104', N'Mighty Hinch Helm', N'1', N'2', N'0', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044001', N'Practice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'24', N'3400', N'1', N'3', N'2', N'3400', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044003', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044004', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'3400', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044005', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313044006', N'Ice Plate Helmet', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045002', N'Brawlers Mirage War Helm', N'1', N'2', N'0', N'4', N'5', N'1', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045003', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045004', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045005', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313045006', N'Glacial War Helm', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'313046104', N'Mighty Banded Helm', N'1', N'2', N'0', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014001', N'Practice Fabric Robe', N'1', N'2', N'0', N'1', N'4', N'24', N'5500', N'1', N'3', N'2', N'1100', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014003', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014004', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014005', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314014006', N'Ice Fabric Leggings', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015002', N'Brawlers Mirage Leggings', N'1', N'2', N'0', N'1', N'5', N'1', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015003', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015004', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015005', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314015006', N'Glacial Leggings', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314016104', N'Mighty Lavished Leggings', N'1', N'2', N'0', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024001', N'Practice Leather Pants ', N'1', N'2', N'0', N'2', N'4', N'24', N'5500', N'1', N'3', N'2', N'1600', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024003', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024004', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024005', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314024006', N'Ice Leather Leggings', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025002', N'Brawlers Mirage Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'1', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025003', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025004', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025005', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314025006', N'Glacial Leather Leggings', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314026104', N'Mighty Elodi Leather Leggings', N'1', N'2', N'0', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034001', N'Practice Chain Puttees', N'1', N'2', N'0', N'3', N'4', N'24', N'5500', N'1', N'3', N'2', N'2400', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034003', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034004', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034005', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314034006', N'Ice Chain Gaiters', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035002', N'Brawlers Mirage Chain Greave', N'1', N'2', N'0', N'3', N'5', N'1', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035003', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035004', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035005', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314035006', N'Glacial Chain Greaves', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314036104', N'Mighty Hinch Greave', N'1', N'2', N'0', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044001', N'Practice Plate Puttees', N'1', N'2', N'0', N'4', N'4', N'24', N'5500', N'1', N'3', N'2', N'2400', N'3040', N'501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044003', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044004', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044005', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314044006', N'Ice Plate Gaiters', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045002', N'Brawlers Mirage War Greave', N'1', N'2', N'0', N'4', N'5', N'1', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045003', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045004', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045005', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314045006', N'Glacial War Greaves', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'314046104', N'Mighty Banded Greave', N'1', N'2', N'0', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014001', N'Practice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'24', N'4400', N'1', N'3', N'2', N'600', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014003', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014004', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014005', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315014006', N'Ice Fabric Shoes', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015002', N'Brawlers Mirage Shoes', N'1', N'2', N'0', N'1', N'5', N'1', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015003', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015004', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015005', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315015006', N'Glacial Shoes', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'600', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315016104', N'Mighty Lavished Shoes', N'1', N'2', N'0', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024001', N'Practice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'24', N'4400', N'1', N'3', N'2', N'800', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024003', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024004', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024005', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315024006', N'Ice Leather Boots', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025002', N'Brawlers Mirage Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'1', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025003', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025004', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025005', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315025006', N'Glacial Leather Shoes', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'800', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315026104', N'Mighty Elodi Leather Shoes', N'1', N'2', N'0', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034001', N'Practice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'24', N'4400', N'1', N'3', N'2', N'1200', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034003', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034004', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034005', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315034006', N'Ice Chain Boots', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035002', N'Brawlers Mirage Chain Boots', N'1', N'2', N'0', N'3', N'5', N'1', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035003', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035004', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035005', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315035006', N'Glacial Chain Boots', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'1200', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315036104', N'Mighty Hinch Boots', N'1', N'2', N'0', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044001', N'Practice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'24', N'4400', N'1', N'3', N'2', N'2300', N'2600', N'429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044003', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044004', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044005', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315044006', N'Ice Plate Boots', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045002', N'Brawlers Mirage War Boots', N'1', N'2', N'0', N'4', N'5', N'1', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1297') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045003', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045004', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045005', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315045006', N'Glacial War Boots', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'2300', N'9460', N'1561') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'315046104', N'Mighty Banded War Boots', N'1', N'2', N'0', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014001', N'Practice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'24', N'3400', N'1', N'3', N'2', N'200', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014003', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'200', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014004', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014005', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316014006', N'Ice Fabric Belt', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015002', N'Brawlers Mirage Belt', N'1', N'2', N'0', N'1', N'5', N'1', N'3600', N'1', N'3', N'2', N'200', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015003', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015004', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015005', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316015006', N'Glacial Belt', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316016104', N'Mighty Lavished Belt', N'1', N'2', N'0', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024001', N'Practice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'24', N'3400', N'1', N'3', N'2', N'300', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024003', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024004', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024005', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316024006', N'Ice Leather Belt', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025002', N'Brawlers Mirage Leather Belt', N'1', N'2', N'0', N'2', N'5', N'1', N'3600', N'1', N'3', N'2', N'200', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025003', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025004', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025005', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316025006', N'Glacial Leather Belt', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316026104', N'Mighty Elodi Leather Belt', N'1', N'2', N'0', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034001', N'Practice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'24', N'3400', N'1', N'3', N'2', N'500', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034003', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'500', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034004', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034005', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316034006', N'Ice Chain Belt', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035002', N'Brawlers Mirage Chain Belt', N'1', N'2', N'0', N'3', N'5', N'1', N'3600', N'1', N'3', N'2', N'300', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035003', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035004', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035005', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316035006', N'Glacial Chain Belt', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316036104', N'Mighty Hinch Chain Belt', N'1', N'2', N'0', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044001', N'Practice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'24', N'3400', N'1', N'3', N'2', N'900', N'1960', N'323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044003', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'900', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044004', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044005', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316044006', N'Ice Plate Belt', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045002', N'Brawlers Mirage War Belt', N'1', N'2', N'0', N'4', N'5', N'1', N'3600', N'1', N'3', N'2', N'500', N'5900', N'974') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045003', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045004', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045005', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316045006', N'Glacial War Belt', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'316046104', N'Mighty Banded War Belt', N'1', N'2', N'0', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012001', N'Novice Onyx Pendant', N'1', N'2', N'0', N'17', N'2', N'20', N'0', N'0', N'2', N'0', N'400', N'2910', N'480') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012002', N'Novice Blazing Pendant', N'1', N'2', N'0', N'17', N'2', N'25', N'0', N'0', N'2', N'0', N'400', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012003', N'Novice Amber Pendant', N'1', N'2', N'0', N'17', N'2', N'30', N'0', N'0', N'2', N'0', N'400', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012004', N'Novice Serpentine Pendant', N'1', N'2', N'0', N'17', N'2', N'35', N'0', N'0', N'2', N'0', N'400', N'7230', N'1193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012005', N'Novice Inferno Pendant', N'1', N'2', N'0', N'17', N'2', N'40', N'0', N'0', N'2', N'0', N'400', N'9090', N'1500') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012006', N'Novice Wise Pendant', N'1', N'2', N'0', N'17', N'2', N'45', N'0', N'0', N'2', N'0', N'400', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012007', N'Novice Nova Pendant', N'1', N'2', N'0', N'17', N'2', N'50', N'0', N'0', N'2', N'0', N'400', N'13400', N'2211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012008', N'Novice Star-stone Pendant', N'1', N'2', N'0', N'17', N'2', N'55', N'0', N'0', N'2', N'0', N'400', N'15860', N'2616') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317012009', N'Novice Dark Slave Pendant', N'1', N'2', N'0', N'17', N'2', N'60', N'0', N'0', N'2', N'0', N'400', N'18520', N'3055') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014001', N'Novice Onyx Pendant', N'1', N'2', N'0', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014002', N'Novice Blazing Pendant', N'1', N'2', N'0', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'400', N'4640', N'765') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014003', N'Novice Amber Pendant', N'1', N'2', N'0', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'400', N'6250', N'1031') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014004', N'Novice Serpentine Pendant', N'1', N'2', N'0', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'400', N'8080', N'1333') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014005', N'Novice Inferno Pendant', N'1', N'2', N'0', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'400', N'10160', N'1676') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014006', N'Novice Wise Pendant', N'1', N'2', N'0', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'400', N'12450', N'2054') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014007', N'Novice Nova Pendant', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2470') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014008', N'Novice Star-stone Pendant', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'400', N'17730', N'2926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014009', N'Novice Dark Slave Pendant', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'400', N'20700', N'3415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014105', N'Amazing Pendant', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'400', N'10160', N'1676') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014106', N'Fatal Shiner Pendant', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'400', N'14970', N'2246') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014107', N'Forked Shining Pendant', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'400', N'19780', N'2816') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014108', N'Fatal Shiner Pendant', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'400', N'24590', N'3386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317014109', N'Fatal Shiner Pendant', N'1', N'2', N'0', N'17', N'4', N'65', N'0', N'0', N'2', N'0', N'400', N'29400', N'3956') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015001', N'Novice Ice Amulet', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'400', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015002', N'Novice Lightning Amulet', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'1085') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015003', N'Novice Fire Amulet', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'400', N'8510', N'1404') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015004', N'Novice Magic Amulet', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1764') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015005', N'Novice Silver Amulet', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'400', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015006', N'Novice Jasper Amulet', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015007', N'Novice Shining Amulet', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'400', N'18660', N'3078') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015008', N'Novice Opal Amulet', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'400', N'21790', N'3595') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015009', N'Mirage Amulet', N'1', N'2', N'0', N'17', N'5', N'1', N'0', N'0', N'0', N'0', N'400', N'15760', N'2364') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015104', N'Confounding Amulet', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1764') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015105', N'Fatal Evening Star Emulet', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2364') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015106', N'Forked Evening Star Amulet', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'400', N'20830', N'2964') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015107', N'Fatal Evening Star Emulet', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'400', N'25900', N'3564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015108', N'Fatal Evening Star Emulet', N'1', N'2', N'0', N'17', N'5', N'65', N'0', N'0', N'3', N'0', N'400', N'30970', N'4164') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015501', N'Blind Warrior Necklace', N'1', N'2', N'0', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'400', N'3420', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015502', N'Luthmid Necklace', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'400', N'4880', N'732') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015503', N'Black Shine Necklace', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'400', N'6580', N'987') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015504', N'Rusty Nail Necklace', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'400', N'8510', N'1277') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015505', N'Eyelet Chain Necklace', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'400', N'10690', N'1604') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015506', N'Cruelism Necklace', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'400', N'13100', N'1965') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317015507', N'Lucious Necklace', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'400', N'15760', N'2364') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016001', N'Novice Crystal Necklace', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'400', N'3590', N'592') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016002', N'Novice Iris Necklace', N'1', N'2', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'400', N'5120', N'844') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016003', N'Novice Enokian Necklace', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'400', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016004', N'Novice Oblivion Necklace', N'1', N'2', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'400', N'8940', N'1475') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016005', N'Novice Lapis Necklace', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016006', N'Novice Vladimir Necklace', N'1', N'2', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'400', N'13760', N'2270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016007', N'Novice Lunaris Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2731') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016008', N'Novice Aquamarine Necklace', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'400', N'19590', N'3232') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016105', N'Perplexing Necklace', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016106', N'Fatal Diana Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016107', N'Forked Diamond Necklace', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'400', N'21880', N'3115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016108', N'Fatal Diana Necklace', N'1', N'2', N'0', N'17', N'6', N'60', N'0', N'0', N'3', N'0', N'400', N'27210', N'3747') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016109', N'Fatal Diana Necklace', N'1', N'2', N'0', N'17', N'6', N'65', N'0', N'0', N'3', N'0', N'400', N'32540', N'4379') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016501', N'Aris Vendel Necklace', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'400', N'3590', N'539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016502', N'Beloved Feel Necklace', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'400', N'6910', N'1037') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016503', N'Poison Mania Necklace', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'400', N'11220', N'1683') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'317016504', N'Alistar Crowley Necklace', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'400', N'16550', N'2483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012001', N'Novice Onyx Earrings', N'1', N'2', N'0', N'17', N'2', N'20', N'0', N'0', N'2', N'0', N'200', N'2730', N'451') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012002', N'Novice Blaze Earrings', N'1', N'2', N'0', N'17', N'2', N'25', N'0', N'0', N'2', N'0', N'200', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012003', N'Novice Amber Earrings', N'1', N'2', N'0', N'17', N'2', N'30', N'0', N'0', N'2', N'0', N'200', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012004', N'Novice Serpentine Earrings', N'1', N'2', N'0', N'17', N'2', N'35', N'0', N'0', N'2', N'0', N'200', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012005', N'Novice Inferno Earrings', N'1', N'2', N'0', N'17', N'2', N'40', N'0', N'0', N'2', N'0', N'200', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012006', N'Novice Wise Earrings', N'1', N'2', N'0', N'17', N'2', N'45', N'0', N'0', N'2', N'0', N'200', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012007', N'Novice Nova Earrings', N'1', N'2', N'0', N'17', N'2', N'50', N'0', N'0', N'2', N'0', N'200', N'12560', N'2072') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012008', N'Novice Star-stone Earrings', N'1', N'2', N'0', N'17', N'2', N'55', N'0', N'0', N'2', N'0', N'200', N'14870', N'2454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318012009', N'Novice Dark Slave Earrings', N'1', N'2', N'0', N'17', N'2', N'60', N'0', N'0', N'2', N'0', N'200', N'17370', N'2866') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014001', N'Novice Onyx Earrings', N'1', N'2', N'0', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'200', N'3050', N'503') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014002', N'Novice Blaze Earrings', N'1', N'2', N'0', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014003', N'Novice Amber Earrings', N'1', N'2', N'0', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014004', N'Novice Serpentine Earrings', N'1', N'2', N'0', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'200', N'7580', N'1250') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014005', N'Novice Inferno Earrings', N'1', N'2', N'0', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'200', N'9520', N'1570') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014006', N'Novice Wise Earrings', N'1', N'2', N'0', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'200', N'11680', N'1927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014007', N'Novice Nova Earrings', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014008', N'Novice Star-stone Earrings', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'200', N'16620', N'2742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014009', N'Novice Dark Slave Earrings', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'200', N'19410', N'3203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014105', N'Amazing Earring', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'200', N'9520', N'1570') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014106', N'Fatal Shiner Earrings', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'200', N'14040', N'2106') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014107', N'Forked Shining Earrings', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'200', N'18560', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014108', N'Fatal Shiner Earrings', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'200', N'23080', N'3178') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318014109', N'Fatal Shiner Earrings', N'1', N'2', N'0', N'17', N'4', N'65', N'0', N'0', N'2', N'0', N'200', N'27600', N'3714') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015001', N'Novice Ice Earrings', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'200', N'4580', N'755') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015002', N'Novice Lightning Earrings', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'200', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015003', N'Novice Fire Earrings', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'200', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015004', N'Novice Magic Earrings', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015005', N'Novice Silver Earrings', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'200', N'12290', N'2028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015006', N'Novice Jasper Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015007', N'Novice Shining Earrings', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'200', N'17490', N'2886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015008', N'Novice Opal Earrings', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'200', N'20430', N'3371') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015009', N'Mirage Earring', N'1', N'2', N'0', N'17', N'5', N'1', N'0', N'0', N'0', N'0', N'200', N'14780', N'2217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015104', N'Confounding Earring', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015105', N'Fatal Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015106', N'Forked Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'200', N'19540', N'2781') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015107', N'Fatal Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'24300', N'3345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015108', N'Fatal Evening Star Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'29060', N'3909') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015501', N'Blind Warrior Earrings', N'1', N'2', N'0', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'200', N'3210', N'482') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015502', N'Luthmid Earrings', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'200', N'4580', N'687') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015503', N'Black Shine Earrings', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'200', N'6170', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015504', N'Rusty Nail Earrings', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'200', N'7980', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015505', N'Eyelet Chain Earrings', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'200', N'10020', N'1503') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015506', N'Cruelism Earrings', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'200', N'12290', N'1844') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318015507', N'Lucious Earrings', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'200', N'14780', N'2217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016001', N'Novice Crystal Earrings', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'200', N'3370', N'556') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016002', N'Novice Iris Earrings', N'1', N'2', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016003', N'Novice Enokian Earrings', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'200', N'6480', N'1069') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016004', N'Novice Oblivion Earrings', N'1', N'2', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'200', N'8380', N'1382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016005', N'Novice Lapis Earrings', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016006', N'Novice Vladimir Earrings', N'1', N'2', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'200', N'12900', N'2128') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016007', N'Novice Lunaris Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016008', N'Novice Aquamarine Earrings', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'200', N'18360', N'3029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016105', N'Perplexing Earring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016106', N'Fatal Diana Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2328') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016107', N'Forked Diamond Earrings', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'200', N'20520', N'2921') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016108', N'Fatal Diana Earrings', N'1', N'2', N'0', N'17', N'6', N'60', N'0', N'0', N'3', N'0', N'200', N'25520', N'3514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016109', N'Fatal Diana Earrings', N'1', N'2', N'0', N'17', N'6', N'65', N'0', N'0', N'3', N'0', N'200', N'30520', N'4107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016501', N'Aris Vendel Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'3370', N'506') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016502', N'Beloved Feel Earrings', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'200', N'6480', N'972') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016503', N'Poison Mania Earrings', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'200', N'10520', N'1578') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'318016504', N'Alistar Crowley Earrings', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'200', N'15520', N'2328') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012001', N'Novice Onyx Ring', N'1', N'2', N'0', N'17', N'2', N'20', N'0', N'0', N'2', N'0', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012002', N'Novice Blaze Ring', N'1', N'2', N'0', N'17', N'2', N'25', N'0', N'0', N'2', N'0', N'300', N'3630', N'599') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012003', N'Novice Amber Ring', N'1', N'2', N'0', N'17', N'2', N'30', N'0', N'0', N'2', N'0', N'300', N'4890', N'807') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012004', N'Novice Serpentine Ring', N'1', N'2', N'0', N'17', N'2', N'35', N'0', N'0', N'2', N'0', N'300', N'6330', N'1045') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012005', N'Novice Inferno Ring', N'1', N'2', N'0', N'17', N'2', N'40', N'0', N'0', N'2', N'0', N'300', N'7950', N'1312') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012006', N'Novice Wise Ring', N'1', N'2', N'0', N'17', N'2', N'45', N'0', N'0', N'2', N'0', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012007', N'Novice Nova Ring', N'1', N'2', N'0', N'17', N'2', N'50', N'0', N'0', N'2', N'0', N'300', N'11720', N'1933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012008', N'Novice Star-stone Ring', N'1', N'2', N'0', N'17', N'2', N'55', N'0', N'0', N'2', N'0', N'300', N'13870', N'2289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319012009', N'Novice Dark Slave Ring', N'1', N'2', N'0', N'17', N'2', N'60', N'0', N'0', N'2', N'0', N'300', N'16210', N'2675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014001', N'Novice Onyx Ring', N'1', N'2', N'0', N'17', N'4', N'20', N'0', N'0', N'2', N'0', N'300', N'2850', N'470') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014002', N'Novice Blaze Ring', N'1', N'2', N'0', N'17', N'4', N'25', N'0', N'0', N'2', N'0', N'300', N'4060', N'669') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014003', N'Novice Amber Ring', N'1', N'2', N'0', N'17', N'4', N'30', N'0', N'0', N'2', N'0', N'300', N'5460', N'900') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014004', N'Novice Serpentine Ring', N'1', N'2', N'0', N'17', N'4', N'35', N'0', N'0', N'2', N'0', N'300', N'7080', N'1168') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014005', N'Novice Inferno Ring', N'1', N'2', N'0', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'300', N'8880', N'1465') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014006', N'Novice Wise Ring', N'1', N'2', N'0', N'17', N'4', N'45', N'0', N'0', N'2', N'0', N'300', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014007', N'Novice Nova Ring', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'2161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014008', N'Novice Star-stone Ring', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'300', N'15500', N'2557') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014009', N'Novice Dark Slave Ring', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'300', N'18120', N'2989') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014105', N'Amazing Ring', N'1', N'1', N'5', N'17', N'4', N'40', N'0', N'0', N'2', N'0', N'300', N'8880', N'1465') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014106', N'Fatal Shiner Ring', N'1', N'2', N'0', N'17', N'4', N'50', N'0', N'0', N'2', N'0', N'300', N'13100', N'1965') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014107', N'Forked Shining Ring', N'1', N'2', N'0', N'17', N'4', N'55', N'0', N'0', N'2', N'0', N'300', N'17320', N'2465') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014108', N'Fatal Shiner Ring', N'1', N'2', N'0', N'17', N'4', N'60', N'0', N'0', N'2', N'0', N'300', N'21540', N'2965') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319014109', N'Fatal Shiner Ring', N'1', N'2', N'0', N'17', N'4', N'65', N'0', N'0', N'2', N'0', N'300', N'25760', N'3465') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015001', N'Novice Ice Ring', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'300', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015002', N'Novice Lightning Ring', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'300', N'5750', N'949') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015003', N'Novice Fire Ring', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'300', N'7450', N'1229') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015004', N'Novice Magic Ring', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015005', N'Novice Silver Ring', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'300', N'11470', N'1893') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015006', N'Novice Jasper Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2275') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015007', N'Novice Shining Ring', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'300', N'16320', N'2692') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015008', N'Novice Opal Ring', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015009', N'Mirage Ring', N'1', N'2', N'0', N'17', N'5', N'1', N'0', N'0', N'0', N'0', N'300', N'13790', N'2069') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015104', N'Confounding Ring', N'1', N'1', N'3', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015105', N'Fatal Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2069') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015106', N'Forked Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'55', N'0', N'0', N'3', N'0', N'300', N'18230', N'2595') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015107', N'Fatal Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'60', N'0', N'0', N'3', N'0', N'300', N'22670', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015108', N'Fatal Evening Star Ring', N'1', N'2', N'0', N'17', N'5', N'65', N'0', N'0', N'3', N'0', N'300', N'27110', N'3647') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015501', N'Blind Warrior Ring', N'1', N'2', N'0', N'17', N'5', N'20', N'0', N'0', N'3', N'0', N'300', N'3000', N'450') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015502', N'Luthmid Ring', N'1', N'2', N'0', N'17', N'5', N'25', N'0', N'0', N'3', N'0', N'300', N'4270', N'641') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015503', N'Black Shine Ring', N'1', N'2', N'0', N'17', N'5', N'30', N'0', N'0', N'3', N'0', N'300', N'5750', N'863') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015504', N'Rusty Nail Ring', N'1', N'2', N'0', N'17', N'5', N'35', N'0', N'0', N'3', N'0', N'300', N'7450', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015505', N'Eyelet Chain Ring', N'1', N'2', N'0', N'17', N'5', N'40', N'0', N'0', N'3', N'0', N'300', N'9350', N'1403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015506', N'Cruelism Ring', N'1', N'2', N'0', N'17', N'5', N'45', N'0', N'0', N'3', N'0', N'300', N'11470', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319015507', N'Lucious Ring', N'1', N'2', N'0', N'17', N'5', N'50', N'0', N'0', N'3', N'0', N'300', N'13790', N'2069') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016001', N'Novice Crystal Ring', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'300', N'3150', N'520') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016002', N'Novice Iris Ring', N'1', N'2', N'0', N'17', N'6', N'25', N'0', N'0', N'3', N'0', N'300', N'4480', N'739') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016003', N'Novice Enokian Ring', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'300', N'6040', N'996') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016004', N'Novice Oblivion Ring', N'1', N'2', N'0', N'17', N'6', N'35', N'0', N'0', N'3', N'0', N'300', N'7820', N'1290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016005', N'Novice Lapis Ring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1620') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016006', N'Novice Vladimir Ring', N'1', N'2', N'0', N'17', N'6', N'45', N'0', N'0', N'3', N'0', N'300', N'12040', N'1986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016007', N'Novice Lunaris Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016008', N'Novice Aquamarine Ring', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'300', N'17140', N'2828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016105', N'Perplexing Ring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1620') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016106', N'Fatal Diana Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2172') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016107', N'Forked Diamond Ring', N'1', N'2', N'0', N'17', N'6', N'55', N'0', N'0', N'3', N'0', N'300', N'19140', N'2724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016108', N'Fatal Diana Ring', N'1', N'2', N'0', N'17', N'6', N'60', N'0', N'0', N'3', N'0', N'300', N'23800', N'3276') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016109', N'Fatal Diana Ring', N'1', N'2', N'0', N'17', N'6', N'65', N'0', N'0', N'3', N'0', N'300', N'28460', N'3828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016501', N'Aris Vendel Ring', N'1', N'2', N'0', N'17', N'6', N'20', N'0', N'0', N'3', N'0', N'300', N'3150', N'473') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016502', N'Beloved Feel Ring', N'1', N'2', N'0', N'17', N'6', N'30', N'0', N'0', N'3', N'0', N'300', N'6040', N'906') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016503', N'Poison Mania Ring', N'1', N'2', N'0', N'17', N'6', N'40', N'0', N'0', N'3', N'0', N'300', N'9820', N'1473') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'319016504', N'Alistar Crowley Ring', N'1', N'2', N'0', N'17', N'6', N'50', N'0', N'0', N'3', N'0', N'300', N'14480', N'2172') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014001', N'Practice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014003', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014004', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014005', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320014006', N'Ice Fabric Gloves', N'1', N'2', N'0', N'1', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015002', N'Brawlers Mirage Glove', N'1', N'1', N'0', N'1', N'5', N'1', N'4600', N'1', N'3', N'2', N'900', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015003', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'20', N'500', N'1', N'3', N'2', N'900', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015004', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'30', N'500', N'1', N'3', N'2', N'900', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015005', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'40', N'500', N'1', N'3', N'2', N'900', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320015006', N'Glacial Gloves', N'1', N'2', N'0', N'1', N'5', N'50', N'500', N'1', N'3', N'2', N'900', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320016104', N'Mighty Lavished Glove', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024001', N'Practice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024003', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024004', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024005', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320024006', N'Ice Leather Gloves', N'1', N'2', N'0', N'2', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025002', N'Brawlers Mirage Leather Glove', N'1', N'1', N'0', N'2', N'5', N'1', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025003', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025004', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025005', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320025006', N'Glacial Leather Gloves', N'1', N'2', N'0', N'2', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320026104', N'Mighty Elodi Leather Glove', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034001', N'Practice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034003', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034004', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034005', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320034006', N'Ice Chain Gloves', N'1', N'2', N'0', N'3', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035002', N'Brawlers Mirage Chain Glove', N'1', N'1', N'0', N'3', N'5', N'1', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035003', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035004', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035005', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320035006', N'Glacial Chain Gloves', N'1', N'2', N'0', N'3', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320036104', N'Mighty Hinch Chain Glove', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044001', N'Practice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'24', N'4400', N'1', N'3', N'2', N'300', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044003', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'20', N'500', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044004', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'30', N'500', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044005', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'40', N'500', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320044006', N'Ice Plate Gloves', N'1', N'2', N'0', N'4', N'4', N'50', N'500', N'1', N'3', N'2', N'300', N'8240', N'1360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045002', N'Brawlers Mirage War Glove', N'1', N'1', N'0', N'4', N'5', N'1', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045003', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'20', N'500', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045004', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'30', N'500', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045005', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'40', N'500', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320045006', N'Glacial War Gloves', N'1', N'2', N'0', N'4', N'5', N'50', N'500', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'320046104', N'Mighty Banded War Glove', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011001', N'Gina''s Fabric Shirt', N'1', N'0', N'0', N'1', N'1', N'5', N'5000', N'0', N'0', N'2', N'1400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011002', N'Gina''s Fabric Upper Garment', N'1', N'0', N'0', N'1', N'1', N'10', N'5000', N'0', N'0', N'2', N'1400', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011003', N'Gina''s Fabric Uniform Upper Garment', N'1', N'0', N'0', N'1', N'1', N'15', N'5000', N'0', N'0', N'2', N'1400', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011004', N'Gina''s Handmade Fabric Shirt', N'1', N'0', N'0', N'1', N'1', N'20', N'5000', N'0', N'0', N'2', N'1400', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011005', N'Gina''s Handmade Fabric Garment Upper Garment', N'1', N'0', N'0', N'1', N'1', N'25', N'5000', N'0', N'0', N'2', N'1400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011006', N'Gina''s Handmade Fabric Uniform Upper Garment', N'1', N'0', N'0', N'1', N'1', N'30', N'5000', N'0', N'0', N'2', N'1400', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011007', N'Gina''s Ornamented Fabric Shirt', N'1', N'0', N'0', N'1', N'1', N'35', N'5000', N'0', N'0', N'2', N'1400', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011008', N'Gina''s Ornamented Fabric Vest', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011009', N'Immaculate Fabric Upper Garment', N'1', N'0', N'0', N'1', N'1', N'45', N'5000', N'0', N'0', N'2', N'1400', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011010', N'Southern Winds Fabric Upper Garment', N'1', N'0', N'0', N'1', N'1', N'50', N'5000', N'0', N'0', N'2', N'1400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011011', N'Sold at Store Fabric Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512011012', N'Sold at Store Fabric Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'5000', N'0', N'0', N'2', N'1400', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021001', N'Gina''s Leather Shirt', N'1', N'0', N'0', N'2', N'1', N'5', N'5000', N'0', N'0', N'2', N'1900', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021002', N'Gina''s Leather Suit', N'1', N'0', N'0', N'2', N'1', N'10', N'5000', N'0', N'0', N'2', N'1900', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021003', N'Gina''s Leather Tunic', N'1', N'0', N'0', N'2', N'1', N'15', N'5000', N'0', N'0', N'2', N'1900', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021004', N'Gina''s Handmade Leather Shirt', N'1', N'0', N'0', N'2', N'1', N'20', N'5000', N'0', N'0', N'2', N'1900', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021005', N'Gina''s Handmade Leather Suit', N'1', N'0', N'0', N'2', N'1', N'25', N'5000', N'0', N'0', N'2', N'1900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021006', N'Gina''s Handmade Leather Tunic', N'1', N'0', N'0', N'2', N'1', N'30', N'5000', N'0', N'0', N'2', N'1900', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021007', N'Gina''s Ornamented Leather Shirt', N'1', N'0', N'0', N'2', N'1', N'35', N'5000', N'0', N'0', N'2', N'1900', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021008', N'Gina''s Ornamented Leather Suit', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021009', N'Immaculate Leather Upper Garment', N'1', N'0', N'0', N'2', N'1', N'45', N'5000', N'0', N'0', N'2', N'1900', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021010', N'Southern Winds Leather Upper Garment', N'1', N'0', N'0', N'2', N'1', N'50', N'5000', N'0', N'0', N'2', N'1900', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021011', N'Sold at Store Leather Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512021012', N'Sold at Store Leather Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'5000', N'0', N'0', N'2', N'1900', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031001', N'Gina''s Chain Armor', N'1', N'0', N'0', N'3', N'1', N'5', N'5000', N'0', N'0', N'2', N'3000', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031002', N'Gina''s Chain Suit', N'1', N'0', N'0', N'3', N'1', N'10', N'5000', N'0', N'0', N'2', N'3000', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031003', N'Gina''s Chain Uniform Upper Garment', N'1', N'0', N'0', N'3', N'1', N'15', N'5000', N'0', N'0', N'2', N'3000', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031004', N'Gina''s Handmade Chain Armor', N'1', N'0', N'0', N'3', N'1', N'20', N'5000', N'0', N'0', N'2', N'3000', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031005', N'Gina''s Handmade Chain Suit', N'1', N'0', N'0', N'3', N'1', N'25', N'5000', N'0', N'0', N'2', N'3000', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031006', N'Gina''s Handmade Chain Uniform Upper Garment', N'1', N'0', N'0', N'3', N'1', N'30', N'5000', N'0', N'0', N'2', N'3000', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031007', N'Gina''s Ornamented Chain Armor', N'1', N'0', N'0', N'3', N'1', N'35', N'5000', N'0', N'0', N'2', N'3000', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031008', N'Ruska''s Ornamented Chain Suit', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031009', N'Primeval Chain Upper Garment', N'1', N'0', N'0', N'3', N'1', N'45', N'5000', N'0', N'0', N'2', N'3000', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031010', N'Southern Winds Chain Upper Garment', N'1', N'0', N'0', N'3', N'1', N'50', N'5000', N'0', N'0', N'2', N'3000', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031011', N'Sold at Store Chain Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512031012', N'Sold at Store Chain Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'5000', N'0', N'0', N'2', N'3000', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041001', N'Gina''s Plate Armor', N'1', N'0', N'0', N'4', N'1', N'5', N'5000', N'0', N'0', N'2', N'5700', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041002', N'Gina''s Plate Suit', N'1', N'0', N'0', N'4', N'1', N'10', N'5000', N'0', N'0', N'2', N'5700', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041003', N'Gina''s Plate Uniform Upper Garment', N'1', N'0', N'0', N'4', N'1', N'15', N'5000', N'0', N'0', N'2', N'5700', N'1330', N'220') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041004', N'Gina''s Handmade Plate Armor', N'1', N'0', N'0', N'4', N'1', N'20', N'5000', N'0', N'0', N'2', N'5700', N'2060', N'339') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041005', N'Gina''s Handmade Plate Suit', N'1', N'0', N'0', N'4', N'1', N'25', N'5000', N'0', N'0', N'2', N'5700', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041006', N'Gina''s Handmade Plate Uniform Upper Garment', N'1', N'0', N'0', N'4', N'1', N'30', N'5000', N'0', N'0', N'2', N'5700', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041007', N'Gina''s Ornamented Plate Armor', N'1', N'0', N'0', N'4', N'1', N'35', N'5000', N'0', N'0', N'2', N'5700', N'5100', N'841') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041008', N'Ruska''s Ornamented Plate Suit', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041009', N'Primeval Plate Upper Garment', N'1', N'0', N'0', N'4', N'1', N'45', N'5000', N'0', N'0', N'2', N'5700', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041010', N'Southern Winds Plate Upper Garment', N'1', N'0', N'0', N'4', N'1', N'50', N'5000', N'0', N'0', N'2', N'5700', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041011', N'Sold at Store Plate Upper Garment Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'512041012', N'Sold at Store Plate Upper Garment Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'5000', N'0', N'0', N'2', N'5700', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011001', N'Gina''s Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011002', N'Gina''s Fabric Hat', N'1', N'0', N'0', N'1', N'1', N'10', N'3000', N'0', N'0', N'2', N'900', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011003', N'Gina''s Fabric Head Cover', N'1', N'0', N'0', N'1', N'1', N'15', N'3000', N'0', N'0', N'2', N'900', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011004', N'Gina''s Handmade Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011005', N'Gina''s Handmade Fabric Hat', N'1', N'0', N'0', N'1', N'1', N'25', N'3000', N'0', N'0', N'2', N'900', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011006', N'Gina''s Handmade Fabric Head Cover', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011007', N'Gina''s Ornamented Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011008', N'Gina''s Ornamented Fabric Hat', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011009', N'Immaculate Fabric Head', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011010', N'Southern Winds Fabric Helm', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011011', N'Sold at Store Fabric Head Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513011012', N'Sold at Store Fabric Head Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021001', N'Gina''s Leather Hood', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021002', N'Gina''s Awesome Leather Hood', N'1', N'0', N'0', N'2', N'1', N'10', N'3000', N'0', N'0', N'2', N'1200', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021003', N'Gina''s Leather Head Cover', N'1', N'0', N'0', N'2', N'1', N'15', N'3000', N'0', N'0', N'2', N'1200', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021004', N'Gina''s Leather Shawl', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'1200', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021005', N'Gina''s Handcrafted Leather Hood', N'1', N'0', N'0', N'2', N'1', N'25', N'3000', N'0', N'0', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021006', N'Gina''s Handmade Leather Head Cover', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'1200', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021007', N'Gina''s Special Leather Hood', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'1200', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021008', N'Gina''s Special Leather Shawl', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'1200', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021009', N'Immaculate Leather Head', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'1200', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021010', N'Southern Winds Leather Helm', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'1200', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021011', N'Sold at Store Leather Head Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'1200', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513021012', N'Sold at Store Leather Head Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'1200', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031001', N'Gina''s Chain Coif', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'1800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031002', N'Gina''s Chain Helmet', N'1', N'0', N'0', N'3', N'1', N'10', N'3000', N'0', N'0', N'2', N'1800', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031003', N'Gina''s Chain Head Cover', N'1', N'0', N'0', N'3', N'1', N'15', N'3000', N'0', N'0', N'2', N'1800', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031004', N'Gina''s Handmade Chain Coif', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031005', N'Gina''s Handmade Chain Helmet', N'1', N'0', N'0', N'3', N'1', N'25', N'3000', N'0', N'0', N'2', N'1800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031006', N'Gina''s Handmade Chain Head Cover', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'1800', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031007', N'Gina''s Ornamented Chain Coif', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'1800', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031008', N'Ruska''s Ornamented Chain Helmet', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'1800', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031009', N'Primeval Chain Head', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'1800', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031010', N'Southern Winds Chain Helm', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031011', N'Sold at Store Chain Head Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'1800', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513031012', N'Sold at Store Chain Head Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'1800', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041001', N'Gina''s Awesome Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'3400', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041002', N'Gina''s Awesome Plate Visor', N'1', N'0', N'0', N'4', N'1', N'10', N'3000', N'0', N'0', N'2', N'3400', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041003', N'Gina''s Plate Head Cover', N'1', N'0', N'0', N'4', N'1', N'15', N'3000', N'0', N'0', N'2', N'3400', N'880', N'145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041004', N'Gina''s Handcrafted Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041005', N'Gina''s Handcrafted Plate Visor', N'1', N'0', N'0', N'4', N'1', N'25', N'3000', N'0', N'0', N'2', N'3400', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041006', N'Gina''s Handmade Plate Head Cover', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'3400', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041007', N'Gina''s Special Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'3400', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041008', N'Ruska''s Special Plate Visor', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'3400', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041009', N'Primeval Plate Helmet', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'3400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041010', N'Southern Winds Plate Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041011', N'Sold at Store Plate Head Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'3400', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'513041012', N'Sold at Store Plate Head Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'3400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011001', N'Gina''s Green Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'5', N'4500', N'0', N'0', N'2', N'1100', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011002', N'Gina''s Pink Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'10', N'4500', N'0', N'0', N'2', N'1100', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011003', N'Gina''s Sky Blue Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'15', N'4500', N'0', N'0', N'2', N'1100', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011004', N'Gina''s Handmade Green Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'20', N'4500', N'0', N'0', N'2', N'1100', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011005', N'Gina''s Handmade Pink Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'25', N'4500', N'0', N'0', N'2', N'1100', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011006', N'Gina''s Handmade Sky Blue Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'30', N'4500', N'0', N'0', N'2', N'1100', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011007', N'Gina''s Ornamented Green Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'35', N'4500', N'0', N'0', N'2', N'1100', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011008', N'Gina''s Ornamented Pink Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011009', N'Immaculate Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'45', N'4500', N'0', N'0', N'2', N'1100', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011010', N'Southern Winds Fabric Pants', N'1', N'0', N'0', N'1', N'1', N'50', N'4500', N'0', N'0', N'2', N'1100', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011011', N'Sold at Store Fabric Pants Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514011012', N'Sold at Store Fabric Pants Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'4500', N'0', N'0', N'2', N'1100', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021001', N'Gina''s Leather Pants', N'1', N'0', N'0', N'2', N'1', N'5', N'4500', N'0', N'0', N'2', N'1600', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021002', N'Gina''s Green Leather Pants', N'1', N'0', N'0', N'2', N'1', N'10', N'4500', N'0', N'0', N'2', N'1600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021003', N'Gina''s High Quality Leather Pants', N'1', N'0', N'0', N'2', N'1', N'15', N'4500', N'0', N'0', N'2', N'1600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021004', N'Gina''s Handmade Leather Pants', N'1', N'0', N'0', N'2', N'1', N'20', N'4500', N'0', N'0', N'2', N'1600', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021005', N'Gina''s Handmade Green Leather Pants', N'1', N'0', N'0', N'2', N'1', N'25', N'4500', N'0', N'0', N'2', N'1600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021006', N'Gina''s Handmade High Quality Leather Pants', N'1', N'0', N'0', N'2', N'1', N'30', N'4500', N'0', N'0', N'2', N'1600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021007', N'Gina''s Ornamented Leather Pants', N'1', N'0', N'0', N'2', N'1', N'35', N'4500', N'0', N'0', N'2', N'1600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021008', N'Gina''s Ornamented Green Leather Pants', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021009', N'Immaculate Leather Pants', N'1', N'0', N'0', N'2', N'1', N'45', N'4500', N'0', N'0', N'2', N'1600', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021010', N'Southern Winds Leather Pants', N'1', N'0', N'0', N'2', N'1', N'50', N'4500', N'0', N'0', N'2', N'1600', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021011', N'Sold at Store Leather Pants Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514021012', N'Sold at Store Leather Pants Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'4500', N'0', N'0', N'2', N'1600', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031001', N'Gina''s Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'5', N'4500', N'0', N'0', N'2', N'2400', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031002', N'Gina''s Chain Leg Guard', N'1', N'0', N'0', N'3', N'1', N'10', N'4500', N'0', N'0', N'2', N'2400', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031003', N'Gina''s Chain Uniform Lower Garment', N'1', N'0', N'0', N'3', N'1', N'15', N'4500', N'0', N'0', N'2', N'2400', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031004', N'Gina''s Handmade Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'20', N'4500', N'0', N'0', N'2', N'2400', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031005', N'Gina''s Handmade Chain Leg Guard', N'1', N'0', N'0', N'3', N'1', N'25', N'4500', N'0', N'0', N'2', N'2400', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031006', N'Gina''s Handmade Chain Uniform Lower Garment', N'1', N'0', N'0', N'3', N'1', N'30', N'4500', N'0', N'0', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031007', N'Gina''s Ornamented Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'35', N'4500', N'0', N'0', N'2', N'2400', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031008', N'Ruska''s Ornamented Chain Leg Guard', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031009', N'Primeval Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'45', N'4500', N'0', N'0', N'2', N'2400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031010', N'Southern Winds Chain Puttees', N'1', N'0', N'0', N'3', N'1', N'50', N'4500', N'0', N'0', N'2', N'2400', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031011', N'Sold at Store Chain Puttees Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514031012', N'Sold at Store Chain Puttees Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'4500', N'0', N'0', N'2', N'2400', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041001', N'Gina''s Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'5', N'4500', N'0', N'0', N'2', N'4600', N'280', N'46') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041002', N'Gina''s Plate Leg Guard', N'1', N'0', N'0', N'4', N'1', N'10', N'4500', N'0', N'0', N'2', N'4600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041003', N'Gina''s Plate Uniform Lower Garment', N'1', N'0', N'0', N'4', N'1', N'15', N'4500', N'0', N'0', N'2', N'4600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041004', N'Gina''s Handmade Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'20', N'4500', N'0', N'0', N'2', N'4600', N'1920', N'316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041005', N'Gina''s Handmade Plate Leg Guard', N'1', N'0', N'0', N'4', N'1', N'25', N'4500', N'0', N'0', N'2', N'4600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041006', N'Gina''s Handmade Plate Uniform Lower Garment', N'1', N'0', N'0', N'4', N'1', N'30', N'4500', N'0', N'0', N'2', N'4600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041007', N'Gina''s Ornamented Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'35', N'4500', N'0', N'0', N'2', N'4600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041008', N'Ruska''s Ornamented Plate Leg Guard', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'4600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041009', N'Primeval Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'45', N'4500', N'0', N'0', N'2', N'4600', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041010', N'Southern Winds Plate Puttees', N'1', N'0', N'0', N'4', N'1', N'50', N'4500', N'0', N'0', N'2', N'4600', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041011', N'Sold at Store Plate Puttees Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'4600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'514041012', N'Sold at Store Plate Puttees Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'4500', N'0', N'0', N'2', N'4600', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011001', N'Gina''s Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'5', N'4000', N'0', N'0', N'2', N'600', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011002', N'Gina''s Pink Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'10', N'4000', N'0', N'0', N'2', N'600', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011003', N'Gina''s Sky Blue Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011004', N'Gina''s Handmade Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011005', N'Gina''s Handmade Pink Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'25', N'4000', N'0', N'0', N'2', N'600', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011006', N'Gina''s Handmade Sky Blue Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011007', N'Gina''s Ornamented Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'35', N'4000', N'0', N'0', N'2', N'600', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011008', N'Gina''s Ornamented Pink Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011009', N'Immaculate Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011010', N'Southern Winds Fabric Boots', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011011', N'Sold at Store Fabric Boots Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515011012', N'Sold at Store Fabric Boots Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021001', N'Gina''s Leather Boots', N'1', N'0', N'0', N'2', N'1', N'5', N'4000', N'0', N'0', N'2', N'600', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021002', N'Gina''s Green Leather Boots ', N'1', N'0', N'0', N'2', N'1', N'10', N'4000', N'0', N'0', N'2', N'600', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021003', N'Gina''s High Quality Leather Boots', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021004', N'Gina''s Handmade Leather Boots', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021005', N'Gina''s Handmade Green Leather Boots', N'1', N'0', N'0', N'2', N'1', N'25', N'4000', N'0', N'0', N'2', N'600', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021006', N'Gina''s Handmade High Quality Leather Boots', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021007', N'Gina''s Ornamented Leather Boots', N'1', N'0', N'0', N'2', N'1', N'35', N'4000', N'0', N'0', N'2', N'600', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021008', N'Gina''s Ornamented Green Leather Boots', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021009', N'Immaculate Leather Boots', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021010', N'Southern Winds Leather Boots', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021011', N'Sold at Store Leather Boots Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515021012', N'Sold at Store Leather Boots Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031001', N'Gina''s Chain Puttee', N'1', N'0', N'0', N'3', N'1', N'5', N'4000', N'0', N'0', N'2', N'600', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031002', N'Gina''s Chain Boots', N'1', N'0', N'0', N'3', N'1', N'10', N'4000', N'0', N'0', N'2', N'600', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031003', N'Gina''s High Quality Chain Boots', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031004', N'Gina''s Handmade Chain Puttee', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031005', N'Gina''s Handmade Chain Boots', N'1', N'0', N'0', N'3', N'1', N'25', N'4000', N'0', N'0', N'2', N'600', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031006', N'Gina''s Handmade High Quality Chain Boots', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031007', N'Gina''s Ornamented Chain Puttee', N'1', N'0', N'0', N'3', N'1', N'35', N'4000', N'0', N'0', N'2', N'600', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031008', N'Ruska''s Ornamented Chain Boots', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031009', N'Primeval Chain Boots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031010', N'Southern Winds Chain Boots', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031011', N'Sold at Store Chain Boots Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515031012', N'Sold at Store Chain Boots Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041001', N'Gina''s Plate Puttee', N'1', N'0', N'0', N'4', N'1', N'5', N'4000', N'0', N'0', N'2', N'2300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041002', N'Gina''s Pink Plate Boots', N'1', N'0', N'0', N'4', N'1', N'10', N'4000', N'0', N'0', N'2', N'2300', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041003', N'Gina''s High Quality Plate Boots', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'2300', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041004', N'Gina''s Handmade Plate Puttee', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'2300', N'1640', N'270') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041005', N'Gina''s Handmade Pink Plate Boots', N'1', N'0', N'0', N'4', N'1', N'25', N'4000', N'0', N'0', N'2', N'2300', N'2340', N'386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041006', N'Gina''s Handmade High Quality Plate Boots', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041007', N'Gina''s Ornamented Plate Puttee', N'1', N'0', N'0', N'4', N'1', N'35', N'4000', N'0', N'0', N'2', N'2300', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041008', N'Ruska''s Ornamented Pink Plate Boots', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'2300', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041009', N'Primeval Plate Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041010', N'Southern Winds Plate Boots', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'2300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041011', N'Sold at Store Plate Boots Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'2300', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'515041012', N'Sold at Store Plate Boots Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'2300', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011001', N'Gina''s Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'200', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011002', N'Gina''s Fabric Sash', N'1', N'0', N'0', N'1', N'1', N'10', N'3000', N'0', N'0', N'2', N'200', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011003', N'Gina''s Fabric Accessory Belt', N'1', N'0', N'0', N'1', N'1', N'15', N'3000', N'0', N'0', N'2', N'200', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011004', N'Gina''s Handcrafted Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011005', N'Gina''s Handmade Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'25', N'3000', N'0', N'0', N'2', N'200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011006', N'Gina''s Handmade Fabric Accessory Belt', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'200', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011007', N'Gina''s Pink Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'200', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011008', N'Gina''s Special Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'200', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011009', N'Immaculate Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'200', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011010', N'Southern Winds Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011011', N'Sold at Store Fabric Belt Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'200', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516011012', N'Sold at Store Fabric Belt Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'200', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021001', N'Gina''s Leather Belt', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021002', N'Gina''s Green Leather Belt', N'1', N'0', N'0', N'2', N'1', N'10', N'3000', N'0', N'0', N'2', N'300', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021003', N'Gina''s High Quality Leather Belt ', N'1', N'0', N'0', N'2', N'1', N'15', N'3000', N'0', N'0', N'2', N'300', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021004', N'Gina''s Handmade Leather Belt', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021005', N'Gina''s Handmade Green Leather Belt', N'1', N'0', N'0', N'2', N'1', N'25', N'3000', N'0', N'0', N'2', N'300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021006', N'Gina''s Handmade High Quality Leather Belt', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'300', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021007', N'Gina''s Ornamented Leather Belt', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'300', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021008', N'Gina''s Ornamented Green Leather Belt', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'300', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021009', N'Immaculate Leather Belt', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'300', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021010', N'Southern Winds Leather Belt', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021011', N'Sold at Store Leather Belt Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'300', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516021012', N'Sold at Store Leather Belt Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'300', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031001', N'Gina''s Chain Belt', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'500', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031002', N'Gina''s Hooked Chain', N'1', N'0', N'0', N'3', N'1', N'10', N'3000', N'0', N'0', N'2', N'500', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031003', N'Gina''s High Quality Chain Belt', N'1', N'0', N'0', N'3', N'1', N'15', N'3000', N'0', N'0', N'2', N'500', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031004', N'Gina''s Handmade Chain Belt', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031005', N'Gina''s Handmade Hooked Chain', N'1', N'0', N'0', N'3', N'1', N'25', N'3000', N'0', N'0', N'2', N'500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031006', N'Gina''s Handmade High Quality Chain Belt', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'500', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031007', N'Gina''s Ornamented Chain Belt', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'500', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031008', N'Ruska''s Ornamented Hooked Chain', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'500', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031009', N'Primeval Chain Belt', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'500', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031010', N'Southern Winds Chain Belt', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031011', N'Sold at Store Chain Belt Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'500', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516031012', N'Sold at Store Chain Belt Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'500', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041001', N'Gina''s Plate Belt', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041002', N'Gina''s Plate Chain', N'1', N'0', N'0', N'4', N'1', N'10', N'3000', N'0', N'0', N'2', N'900', N'440', N'72') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041003', N'Gina''s High Quality Plate Belt', N'1', N'0', N'0', N'4', N'1', N'15', N'3000', N'0', N'0', N'2', N'900', N'790', N'130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041004', N'Gina''s Handmade Plate Belt', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041005', N'Gina''s Handmade Plate Chain', N'1', N'0', N'0', N'4', N'1', N'25', N'3000', N'0', N'0', N'2', N'900', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041006', N'Gina''s Handmade High Quality Plate Belt', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041007', N'Gina''s Ornamented Plate Belt', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041008', N'Ruska''s Ornamented Plate Chain', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041009', N'Primeval Plate Belt', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041010', N'Southern Winds Plate Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041011', N'Sold at Store Plate Belt Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'516041012', N'Sold at Store Plate Belt Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012001', N'Guardian Pendant', N'1', N'0', N'0', N'17', N'2', N'15', N'0', N'0', N'1', N'0', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012002', N'Bone Collector Pendant', N'1', N'0', N'0', N'17', N'2', N'19', N'0', N'0', N'1', N'0', N'400', N'2690', N'444') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012003', N'Angolier Pendant', N'1', N'0', N'0', N'17', N'2', N'23', N'0', N'0', N'1', N'0', N'400', N'3630', N'599') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012004', N'Haken Master Pendant', N'1', N'0', N'0', N'17', N'2', N'27', N'0', N'0', N'1', N'0', N'400', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012005', N'Haken Sorcerer Pendant', N'1', N'0', N'0', N'17', N'2', N'31', N'0', N'0', N'1', N'0', N'400', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012006', N'Undia Pendant', N'1', N'0', N'0', N'17', N'2', N'35', N'0', N'0', N'1', N'0', N'400', N'7230', N'1193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'517012007', N'Minotauros Pendant', N'1', N'0', N'0', N'17', N'2', N'39', N'0', N'0', N'1', N'0', N'400', N'8700', N'1435') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012001', N'Guardian Earrings', N'1', N'0', N'0', N'17', N'2', N'16', N'0', N'0', N'1', N'0', N'200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012002', N'Bone Collector Earrings', N'1', N'0', N'0', N'17', N'2', N'20', N'0', N'0', N'1', N'0', N'200', N'2730', N'451') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012003', N'Angolier Earrings', N'1', N'0', N'0', N'17', N'2', N'24', N'0', N'0', N'1', N'0', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012004', N'Haken Master Earrings', N'1', N'0', N'0', N'17', N'2', N'28', N'0', N'0', N'1', N'0', N'200', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012005', N'Haken Sorcerer Earrings', N'1', N'0', N'0', N'17', N'2', N'32', N'0', N'0', N'1', N'0', N'200', N'5830', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012006', N'Undia Earrings', N'1', N'0', N'0', N'17', N'2', N'36', N'0', N'0', N'1', N'0', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'518012007', N'Minotauros Earrings', N'1', N'0', N'0', N'17', N'2', N'40', N'0', N'0', N'1', N'0', N'200', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012001', N'Guardian Ring', N'1', N'0', N'0', N'17', N'2', N'14', N'0', N'0', N'1', N'0', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012002', N'Bone Collector Ring', N'1', N'0', N'0', N'17', N'2', N'18', N'0', N'0', N'1', N'0', N'300', N'2170', N'358') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012003', N'Angolier Ring', N'1', N'0', N'0', N'17', N'2', N'22', N'0', N'0', N'1', N'0', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012004', N'Haken Master Ring', N'1', N'0', N'0', N'17', N'2', N'26', N'0', N'0', N'1', N'0', N'300', N'3870', N'639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012005', N'Haken Sorcerer Ring', N'1', N'0', N'0', N'17', N'2', N'30', N'0', N'0', N'1', N'0', N'300', N'4890', N'807') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012006', N'Undia Ring', N'1', N'0', N'0', N'17', N'2', N'34', N'0', N'0', N'1', N'0', N'300', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'519012007', N'Minotauros Ring', N'1', N'0', N'0', N'17', N'2', N'38', N'0', N'0', N'1', N'0', N'300', N'7280', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011001', N'Gina''s Fabric Mitts', N'1', N'0', N'0', N'1', N'1', N'5', N'4000', N'0', N'0', N'2', N'300', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011002', N'Gina''s Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'10', N'4000', N'0', N'0', N'2', N'300', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011003', N'Gina''s Fabric Wristband', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011004', N'Gina''s Handmade Fabric Mitts', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011005', N'Gina''s Handmade Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'25', N'4000', N'0', N'0', N'2', N'300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011006', N'Gina''s Handmade Fabric Wristband', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011007', N'Gina''s Ornamented Fabric Mitts', N'1', N'0', N'0', N'1', N'1', N'35', N'4000', N'0', N'0', N'2', N'300', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011008', N'Gina''s Ornamented Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011009', N'Immaculate Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011010', N'Southern Winds Fabric Gloves', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011011', N'Sold at Store Fabric Gloves Additional Lv. 55', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520011012', N'Sold at Store Fabric Gloves Additional Lv. 60', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021001', N'Gina''s Leather Mitts', N'1', N'0', N'0', N'2', N'1', N'5', N'4000', N'0', N'0', N'2', N'300', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021002', N'Gina''s Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'10', N'4000', N'0', N'0', N'2', N'300', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021003', N'Gina''s Leather Wristband', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021004', N'Gina''s Handmade Leather Mitts', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021005', N'Gina''s Handmade Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'25', N'4000', N'0', N'0', N'2', N'300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021006', N'Gina''s Handmade Leather Wristband', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021007', N'Gina''s Ornamented Leather Mitts', N'1', N'0', N'0', N'2', N'1', N'35', N'4000', N'0', N'0', N'2', N'300', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021008', N'Gina''s Ornamented Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021009', N'Immaculate Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021010', N'Southern Winds Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021011', N'Sold at Store Leather Gloves Additional Lv. 55', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520021012', N'Sold at Store Leather Gloves Additional Lv. 60', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031001', N'Gina''s Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'5', N'4000', N'0', N'0', N'2', N'300', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031002', N'Gina''s Chain Gauntlets', N'1', N'0', N'0', N'3', N'1', N'10', N'4000', N'0', N'0', N'2', N'300', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031003', N'Gina''s Studded Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031004', N'Gina''s Handmade Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031005', N'Gina''s Handmade Chain Gauntlets', N'1', N'0', N'0', N'3', N'1', N'25', N'4000', N'0', N'0', N'2', N'300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031006', N'Gina''s Handmade Studded Gloves', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031007', N'Gina''s Ornamented Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'35', N'4000', N'0', N'0', N'2', N'300', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031008', N'Ruska''s Ornamented Chain Gauntlets', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031009', N'Primeval Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031010', N'Southern Winds Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031011', N'Sold at Store Chain Gloves Additional Lv. 55', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520031012', N'Sold at Store Chain Gloves Additional Lv. 60', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041001', N'Gina''s Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'5', N'4000', N'0', N'0', N'2', N'1100', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041002', N'Gina''s Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'10', N'4000', N'0', N'0', N'2', N'1100', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041003', N'Gina''s High Quality Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'1100', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041004', N'Gina''s Handmade Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'1100', N'1500', N'247') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041005', N'Gina''s Handmade Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'25', N'4000', N'0', N'0', N'2', N'1100', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041006', N'Gina''s Handmade High Quality Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'1100', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041007', N'Gina''s Ornamented Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'35', N'4000', N'0', N'0', N'2', N'1100', N'3740', N'617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041008', N'Ruska''s Ornamented Plate Gauntlets', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'1100', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041009', N'Primeval Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'1100', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041010', N'Southern Winds Plate Gloves', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'1100', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041011', N'Sold at Store Plate Gloves Additional Lv. 55', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'1100', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'520041012', N'Sold at Store Plate Gloves Additional Lv. 60', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'1100', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011001', N'Apprentice Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011002', N'Fabric Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'5000', N'0', N'0', N'2', N'1400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011003', N'Linen Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'4', N'5000', N'0', N'0', N'2', N'1400', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011004', N'Fleece Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'7', N'5000', N'0', N'0', N'2', N'1400', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011005', N'Silky Yarn Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'10', N'5000', N'0', N'0', N'2', N'1400', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011006', N'Wool Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'13', N'5000', N'0', N'0', N'2', N'1400', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011007', N'Silk Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'16', N'5000', N'0', N'0', N'2', N'1400', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011008', N'Ram''s Wool Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'19', N'5000', N'0', N'0', N'2', N'1400', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011009', N'Muslin Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'22', N'5000', N'0', N'0', N'2', N'1400', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011010', N'Luna Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'25', N'5000', N'0', N'0', N'2', N'1400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011011', N'Celestial Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'28', N'5000', N'0', N'0', N'2', N'1400', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011012', N'Mystical Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'31', N'5000', N'0', N'0', N'2', N'1400', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011013', N'Sorceress Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'34', N'5000', N'0', N'0', N'2', N'1400', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011014', N'Angora Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'37', N'5000', N'0', N'0', N'2', N'1400', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011015', N'Aramid Robe of Blood', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011016', N'Great Berber Robe', N'1', N'0', N'0', N'1', N'1', N'43', N'5000', N'0', N'0', N'2', N'1400', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011017', N'Great Brocade Robe', N'1', N'0', N'0', N'1', N'1', N'46', N'5000', N'0', N'0', N'2', N'1400', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011018', N'Great Doeskin Robe', N'1', N'0', N'0', N'1', N'1', N'49', N'5000', N'0', N'0', N'2', N'1400', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011019', N'Great Tartan Robe', N'1', N'0', N'0', N'1', N'1', N'52', N'5000', N'0', N'0', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612011020', N'Improved Weaving Robe', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012001', N'Fabric Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'2', N'5500', N'0', N'3', N'2', N'1400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012002', N'Linen Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'5', N'5500', N'0', N'3', N'2', N'1400', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012003', N'Fleece Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'8', N'5500', N'0', N'3', N'2', N'1400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012004', N'Silky Yarn Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'11', N'5500', N'0', N'3', N'2', N'1400', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012005', N'Wool Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'14', N'5500', N'0', N'3', N'2', N'1400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012006', N'Silk Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'17', N'5500', N'0', N'3', N'2', N'1400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012007', N'Ram''s Wool Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'20', N'5500', N'0', N'3', N'2', N'1400', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012008', N'Muslin Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'23', N'5500', N'0', N'3', N'2', N'1400', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012009', N'Luna Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'26', N'5500', N'0', N'3', N'2', N'1400', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012010', N'Celestial Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'29', N'5500', N'0', N'3', N'2', N'1400', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012011', N'Mystical Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'32', N'5500', N'0', N'3', N'2', N'1400', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012012', N'Sorceress Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'35', N'5500', N'0', N'3', N'2', N'1400', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012013', N'Angora Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'38', N'5500', N'0', N'3', N'2', N'1400', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012014', N'Aramid Robe of Blood', N'1', N'0', N'0', N'1', N'2', N'41', N'5500', N'0', N'3', N'2', N'1400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012015', N'Great Berber Robe', N'1', N'0', N'0', N'1', N'2', N'44', N'5500', N'0', N'3', N'2', N'1400', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012016', N'Great Brocade Robe', N'1', N'0', N'0', N'1', N'2', N'47', N'5500', N'0', N'3', N'2', N'1400', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012017', N'Great Doeskin Robe', N'1', N'0', N'0', N'1', N'2', N'50', N'5500', N'0', N'3', N'2', N'1400', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612012018', N'Great Tartan Robe', N'1', N'0', N'0', N'1', N'2', N'53', N'5500', N'0', N'3', N'2', N'1400', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014001', N'Lavish Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'6000', N'1', N'3', N'2', N'1400', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014002', N'Insidious Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'6000', N'1', N'3', N'2', N'1400', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014003', N'Exceptional Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'6000', N'1', N'3', N'2', N'1400', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014004', N'Fervid Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014005', N'Nefarious Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'6000', N'1', N'3', N'2', N'1400', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014006', N'Diabolic Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014007', N'Sacred Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'6000', N'1', N'3', N'2', N'1400', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014008', N'Devious Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014009', N'Distinct Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014010', N'Taffeta Robe of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612014011', N'Improved Obscure Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015001', N'Vital Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'6500', N'1', N'3', N'2', N'1400', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015002', N'Wisdom Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015003', N'Bentus Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015004', N'Raschel Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015005', N'Calico Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'6500', N'1', N'3', N'2', N'1400', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015006', N'Lumen Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'6500', N'1', N'3', N'2', N'1400', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015007', N'Starlight Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015008', N'Fluer Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015009', N'Pincord Robe of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'6500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015010', N'Improved Dusk Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015102', N'Bloody Wisdom Robe', N'1', N'1', N'3', N'1', N'5', N'15', N'6500', N'1', N'3', N'2', N'1400', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015103', N'Bloody Ventus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015104', N'Bloody Silentium Robe', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015201', N'Shadow Bentus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612015202', N'Shadow Sirenchium Robe', N'1', N'1', N'3', N'1', N'5', N'25', N'6500', N'1', N'3', N'2', N'1400', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016001', N'Danu Robe', N'1', N'1', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016002', N'Morpheus Robe', N'1', N'1', N'2', N'1', N'6', N'35', N'7000', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016003', N'Memoria Robe', N'1', N'1', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016004', N'Lindsey Robe', N'1', N'1', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016005', N'Grace Robe', N'1', N'1', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016006', N'Grace Robe', N'1', N'1', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016101', N'Bloody Danu Robe', N'1', N'1', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016102', N'Bloody Morphous Robe', N'1', N'1', N'2', N'1', N'6', N'35', N'7000', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016103', N'Bloody Memoria Robe', N'1', N'1', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016104', N'Bloody Lingee Robe', N'1', N'1', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016105', N'Bloody Grace Robe', N'1', N'1', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016106', N'Bloody Dominator Robe', N'1', N'1', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016203', N'Shadow Danu Robe', N'1', N'1', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016204', N'Shadow Morpheus Robe', N'1', N'1', N'2', N'1', N'6', N'35', N'7000', N'1', N'3', N'2', N'1400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016205', N'Shadow Memoria Robe', N'1', N'1', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016206', N'Shadow Linsey Robe', N'1', N'1', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016207', N'Shadow Grace Robe', N'1', N'1', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612016208', N'Shadow Dominator Cloth Robe', N'1', N'1', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021001', N'Apprentice Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021002', N'Light Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'5000', N'0', N'0', N'2', N'1900', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021003', N'Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'4', N'5000', N'0', N'0', N'2', N'1900', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021004', N'Quilted Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'7', N'5000', N'0', N'0', N'2', N'1900', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021005', N'Studded Leather Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'10', N'5000', N'0', N'0', N'2', N'1900', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021006', N'Hunter Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'13', N'5000', N'0', N'0', N'2', N'1900', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021007', N'Carp Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'16', N'5000', N'0', N'0', N'2', N'1900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021008', N'Suede Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'19', N'5000', N'0', N'0', N'2', N'1900', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021009', N'Nubuck Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'22', N'5000', N'0', N'0', N'2', N'1900', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021010', N'Slink Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'25', N'5000', N'0', N'0', N'2', N'1900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021011', N'Hide Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'28', N'5000', N'0', N'0', N'2', N'1900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021012', N'Buckskin Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'31', N'5000', N'0', N'0', N'2', N'1900', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021013', N'Shagreen Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'34', N'5000', N'0', N'0', N'2', N'1900', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021014', N'Lamellar Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'37', N'5000', N'0', N'0', N'2', N'1900', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021015', N'Brigandine Armor of Blood', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021016', N'Great Lorica Armor', N'1', N'0', N'0', N'2', N'1', N'43', N'5000', N'0', N'0', N'2', N'1900', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021017', N'Great Swollen Leather Armor', N'1', N'0', N'0', N'2', N'1', N'46', N'5000', N'0', N'0', N'2', N'1900', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021018', N'Great Sinful Leather Armor', N'1', N'0', N'0', N'2', N'1', N'49', N'5000', N'0', N'0', N'2', N'1900', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021019', N'Great Holy Leather Armor', N'1', N'0', N'0', N'2', N'1', N'52', N'5000', N'0', N'0', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612021020', N'Improved Artisanal Leather Armor', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022001', N'Light Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'2', N'5500', N'0', N'3', N'2', N'1900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022002', N'Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'5', N'5500', N'0', N'3', N'2', N'1900', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022003', N'Quilted Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'8', N'5500', N'0', N'3', N'2', N'1900', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022004', N'Studded Leather Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'11', N'5500', N'0', N'3', N'2', N'1900', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022005', N'Hunter Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'14', N'5500', N'0', N'3', N'2', N'1900', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022006', N'Carp Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'17', N'5500', N'0', N'3', N'2', N'1900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022007', N'Suede Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'20', N'5500', N'0', N'3', N'2', N'1900', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022008', N'Nubuck Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'23', N'5500', N'0', N'3', N'2', N'1900', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022009', N'Slink Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'26', N'5500', N'0', N'3', N'2', N'1900', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022010', N'Hide Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'29', N'5500', N'0', N'3', N'2', N'1900', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022011', N'Buckskin Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'32', N'5500', N'0', N'3', N'2', N'1900', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022012', N'Shagreen Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'35', N'5500', N'0', N'3', N'2', N'1900', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022013', N'Lamellar Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'38', N'5500', N'0', N'3', N'2', N'1900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022014', N'Brigandine Armor of Blood', N'1', N'0', N'0', N'2', N'2', N'41', N'5500', N'0', N'3', N'2', N'1900', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022015', N'Great Lorica Armor', N'1', N'0', N'0', N'2', N'2', N'44', N'5500', N'0', N'3', N'2', N'1900', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022016', N'Great Swollen Leather Armor', N'1', N'0', N'0', N'2', N'2', N'47', N'5500', N'0', N'3', N'2', N'1900', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022017', N'Great Sinful Leather Armor', N'1', N'0', N'0', N'2', N'2', N'50', N'5500', N'0', N'3', N'2', N'1900', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612022018', N'Great Holy Leather Armor', N'1', N'0', N'0', N'2', N'2', N'53', N'5500', N'0', N'3', N'2', N'1900', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024001', N'Authentic Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'6000', N'1', N'3', N'2', N'1900', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024002', N'Camouflage Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'6000', N'1', N'3', N'2', N'1900', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024003', N'Illicit Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'6000', N'1', N'3', N'2', N'1900', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024004', N'Rugged Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024005', N'Dread Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'6000', N'1', N'3', N'2', N'1900', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024006', N'Tough Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024007', N'Haken-hide Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'6000', N'1', N'3', N'2', N'1900', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024008', N'Combat Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024009', N'Genuine Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024010', N'Superior Leather Armor of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612024011', N'Improved Posh Leather Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025001', N'Tanned Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'6500', N'1', N'3', N'2', N'1900', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025002', N'Rawhide Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025003', N'Demonic Leather Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025004', N'Praetorian Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025005', N'Lacrimal Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'6500', N'1', N'3', N'2', N'1900', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025006', N'Eminent Leather Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'6500', N'1', N'3', N'2', N'1900', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025007', N'Aquarius Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025008', N'Rogue Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025009', N'Fianna Armor of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'6500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025010', N'Improved Arcane Leather Armor', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1900', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025102', N'Bloody Dried Leather Armor', N'1', N'1', N'3', N'2', N'5', N'15', N'6500', N'1', N'3', N'2', N'1900', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025103', N'Bloody Descend Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025104', N'Bloody Predator Leather Armor', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025201', N'Shadow Descend Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612025202', N'Shadow Praeterita Leather Armor', N'1', N'1', N'3', N'2', N'5', N'25', N'6500', N'1', N'3', N'2', N'1900', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026001', N'Airgetlam Leather Armor', N'1', N'1', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026002', N'Lir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'35', N'7000', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026003', N'Mir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026004', N'Ellodi Leather Armor', N'1', N'1', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026005', N'Blast Armor', N'1', N'1', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026006', N'Blast Armor', N'1', N'1', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026101', N'Bloody Alrget-Lamh Leather Armor', N'1', N'1', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026102', N'Bloody Lyre Leather Armor', N'1', N'1', N'2', N'2', N'6', N'35', N'7000', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026103', N'Bloody Mir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026104', N'Bloody Elody Leather Armor', N'1', N'1', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026105', N'Bloody Blast Armor', N'1', N'1', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026106', N'Bloody Levices Armor', N'1', N'1', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026203', N'Shadow Airgetlam Leather Armor', N'1', N'1', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026204', N'Shadow Lir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'35', N'7000', N'1', N'3', N'2', N'1900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026205', N'Shadow Mir Leather Armor', N'1', N'1', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026206', N'Shadow Elody Leather Armor', N'1', N'1', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026207', N'Shadow Blast Armor', N'1', N'1', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612026208', N'Shadow Levices Armor', N'1', N'1', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031001', N'Apprentice Chain Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031002', N'Ringed Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'5000', N'0', N'0', N'2', N'3000', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031003', N'Chain Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'4', N'5000', N'0', N'0', N'2', N'3000', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031004', N'Wire Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'7', N'5000', N'0', N'0', N'2', N'3000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031005', N'Hunter Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'10', N'5000', N'0', N'0', N'2', N'3000', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031006', N'Battle Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'13', N'5000', N'0', N'0', N'2', N'3000', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031007', N'Devout Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'16', N'5000', N'0', N'0', N'2', N'3000', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031008', N'Banded Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'19', N'5000', N'0', N'0', N'2', N'3000', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031009', N'Linked Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'22', N'5000', N'0', N'0', N'2', N'3000', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031010', N'Splinted Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'25', N'5000', N'0', N'0', N'2', N'3000', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031011', N'Rivet Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'28', N'5000', N'0', N'0', N'2', N'3000', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031012', N'Venetian Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'31', N'5000', N'0', N'0', N'2', N'3000', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031013', N'Arquebus Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'34', N'5000', N'0', N'0', N'2', N'3000', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031014', N'Acorn Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'37', N'5000', N'0', N'0', N'2', N'3000', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031015', N'Aventail Mail of Blood', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031016', N'Great Chain Mail', N'1', N'0', N'0', N'3', N'1', N'43', N'5000', N'0', N'0', N'2', N'3000', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031017', N'Great Genovese Mail', N'1', N'0', N'0', N'3', N'1', N'46', N'5000', N'0', N'0', N'2', N'3000', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031018', N'Great Peltman Chain Mail', N'1', N'0', N'0', N'3', N'1', N'49', N'5000', N'0', N'0', N'2', N'3000', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031019', N'Great Uniform Mail', N'1', N'0', N'0', N'3', N'1', N'52', N'5000', N'0', N'0', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612031020', N'Improved Concours Chain Mail', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032001', N'Ringed Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'2', N'5500', N'0', N'3', N'2', N'3000', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032002', N'Chain Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'5', N'5500', N'0', N'3', N'2', N'3000', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032003', N'Wire Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'8', N'5500', N'0', N'3', N'2', N'3000', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032004', N'Hunter Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'11', N'5500', N'0', N'3', N'2', N'3000', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032005', N'Battle Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'14', N'5500', N'0', N'3', N'2', N'3000', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032006', N'Devout Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'17', N'5500', N'0', N'3', N'2', N'3000', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032007', N'Banded Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'20', N'5500', N'0', N'3', N'2', N'3000', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032008', N'Linked Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'23', N'5500', N'0', N'3', N'2', N'3000', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032009', N'Splinted Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'26', N'5500', N'0', N'3', N'2', N'3000', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032010', N'Rivet Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'29', N'5500', N'0', N'3', N'2', N'3000', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032011', N'Venetian Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'32', N'5500', N'0', N'3', N'2', N'3000', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032012', N'Arquebus Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'35', N'5500', N'0', N'3', N'2', N'3000', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032013', N'Acorn Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'38', N'5500', N'0', N'3', N'2', N'3000', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032014', N'Aventail Mail of Blood', N'1', N'0', N'0', N'3', N'2', N'41', N'5500', N'0', N'3', N'2', N'3000', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032015', N'Great Chain Mail', N'1', N'0', N'0', N'3', N'2', N'44', N'5500', N'0', N'3', N'2', N'3000', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032016', N'Great Genovese Mail', N'1', N'0', N'0', N'3', N'2', N'47', N'5500', N'0', N'3', N'2', N'3000', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032017', N'Great Peltman Chain Mail', N'1', N'0', N'0', N'3', N'2', N'50', N'5500', N'0', N'3', N'2', N'3000', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612032018', N'Great Uniform Mail', N'1', N'0', N'0', N'3', N'2', N'53', N'5500', N'0', N'3', N'2', N'3000', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034001', N'Gritty Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'6000', N'1', N'3', N'2', N'3000', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034002', N'Heavy Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'6000', N'1', N'3', N'2', N'3000', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034003', N'Ultimate Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'6000', N'1', N'3', N'2', N'3000', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034004', N'Brisk Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034005', N'Bound Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'6000', N'1', N'3', N'2', N'3000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034006', N'Secure Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034007', N'Devout Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'6000', N'1', N'3', N'2', N'3000', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034008', N'Solid Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034009', N'Discarded Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034010', N'Engraved Chain Mail of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612034011', N'Improved Cure Chain Mail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035001', N'Dense Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'6500', N'1', N'3', N'2', N'3000', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035002', N'Burnished Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035003', N'Ribbed Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035004', N'Arcane Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035005', N'Ashen Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'6500', N'1', N'3', N'2', N'3000', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035006', N'Placidus Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'6500', N'1', N'3', N'2', N'3000', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035007', N'Armadillo Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035008', N'Bulwark Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035009', N'Cardiff Chain Mail of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'6500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035010', N'Improved Armed Chain Mail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035102', N'Bloody Pleasure Chain Mail', N'1', N'1', N'3', N'3', N'5', N'15', N'6500', N'1', N'3', N'2', N'3000', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035103', N'Bloody Rebellion Chain Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035104', N'Bloody Velum Chain Mail', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035201', N'Shadow Riberion Chainmail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612035202', N'Shadow Velum Chainmail', N'1', N'1', N'3', N'3', N'5', N'25', N'6500', N'1', N'3', N'2', N'3000', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036001', N'Ecne Chain Mail', N'1', N'1', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036002', N'Jamel Ducob Chain Mail', N'1', N'1', N'2', N'3', N'6', N'35', N'7000', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036003', N'Badb Catha Chain Mail', N'1', N'1', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036004', N'Hinchi Chain Mail', N'1', N'1', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036005', N'Soul Eater''s Chainmail', N'1', N'1', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036006', N'Soul Eater''s Chainmail', N'1', N'1', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036101', N'Bloody Ecne Chain Mail', N'1', N'1', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036102', N'Bloody Jamelducov Chain Mail', N'1', N'1', N'2', N'3', N'6', N'35', N'7000', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036103', N'Bloody Badhdh Cath Chain Mail', N'1', N'1', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036104', N'Bloody Hinche Chain Mail', N'1', N'1', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036105', N'Bloody Soul-Eater Chain Mail', N'1', N'1', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036106', N'Bloody Silver Tinge Mail', N'1', N'1', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036203', N'Shadow Ecne Chainmail', N'1', N'1', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036204', N'Shadow Jamel Ducob Chainmail', N'1', N'1', N'2', N'3', N'6', N'35', N'7000', N'1', N'3', N'2', N'3000', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036205', N'Shadow Babd Catha Chainmail', N'1', N'1', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036206', N'Shadow Hinchi Chainmail', N'1', N'1', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036207', N'Shadow Soul Eater''s Chainmail', N'1', N'1', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612036208', N'Shadow Silver Tinge Mail', N'1', N'1', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041001', N'Apprentice Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041002', N'Prelic Armor of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'5000', N'0', N'0', N'2', N'5700', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041003', N'Padded Armor of Blood', N'1', N'0', N'0', N'4', N'1', N'4', N'5000', N'0', N'0', N'2', N'5700', N'220', N'36') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041004', N'Hauberk Armor of Blood', N'1', N'0', N'0', N'4', N'1', N'7', N'5000', N'0', N'0', N'2', N'5700', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041005', N'Scale Mail of Blood', N'1', N'0', N'0', N'4', N'1', N'10', N'5000', N'0', N'0', N'2', N'5700', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041006', N'Steel Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'13', N'5000', N'0', N'0', N'2', N'5700', N'1070', N'177') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041007', N'Spiral Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'16', N'5000', N'0', N'0', N'2', N'5700', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041008', N'Hoplite Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'19', N'5000', N'0', N'0', N'2', N'5700', N'1900', N'313') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041009', N'Full Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'22', N'5000', N'0', N'0', N'2', N'5700', N'2380', N'392') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041010', N'Ornate Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'25', N'5000', N'0', N'0', N'2', N'5700', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041011', N'Rune Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'28', N'5000', N'0', N'0', N'2', N'5700', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041012', N'Raven Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'31', N'5000', N'0', N'0', N'2', N'5700', N'4170', N'688') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041013', N'Castilian Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'34', N'5000', N'0', N'0', N'2', N'5700', N'4860', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041014', N'Baleog Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'37', N'5000', N'0', N'0', N'2', N'5700', N'5620', N'927') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041015', N'Drake Plate of Blood', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041016', N'Great Crysis Plate', N'1', N'0', N'0', N'4', N'1', N'43', N'5000', N'0', N'0', N'2', N'5700', N'7260', N'1197') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041017', N'Great Traviron Plate', N'1', N'0', N'0', N'4', N'1', N'46', N'5000', N'0', N'0', N'2', N'5700', N'8170', N'1348') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041018', N'Great Dragoon Plate', N'1', N'0', N'0', N'4', N'1', N'49', N'5000', N'0', N'0', N'2', N'5700', N'9130', N'1507') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041019', N'Great Reflective Plate', N'1', N'0', N'0', N'4', N'1', N'52', N'5000', N'0', N'0', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612041020', N'Improved Watcher''s Plate', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042001', N'Prelic Armor of Blood', N'1', N'0', N'0', N'4', N'2', N'2', N'5500', N'0', N'3', N'2', N'5700', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042002', N'Padded Armor of Blood', N'1', N'0', N'0', N'4', N'2', N'5', N'5500', N'0', N'3', N'2', N'5700', N'310', N'51') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042003', N'Hauberk Armor of Blood', N'1', N'0', N'0', N'4', N'2', N'8', N'5500', N'0', N'3', N'2', N'5700', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042004', N'Scale Mail of Blood', N'1', N'0', N'0', N'4', N'2', N'11', N'5500', N'0', N'3', N'2', N'5700', N'900', N'148') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042005', N'Steel Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'14', N'5500', N'0', N'3', N'2', N'5700', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042006', N'Spiral Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'17', N'5500', N'0', N'3', N'2', N'5700', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042007', N'Hoplite Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'20', N'5500', N'0', N'3', N'2', N'5700', N'2180', N'359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042008', N'Full Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'23', N'5500', N'0', N'3', N'2', N'5700', N'2720', N'448') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042009', N'Ornate Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'26', N'5500', N'0', N'3', N'2', N'5700', N'3320', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042010', N'Rune Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'29', N'5500', N'0', N'3', N'2', N'5700', N'3960', N'653') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042011', N'Raven Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'32', N'5500', N'0', N'3', N'2', N'5700', N'4670', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042012', N'Castilian Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'35', N'5500', N'0', N'3', N'2', N'5700', N'5420', N'894') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042013', N'Baleog Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'38', N'5500', N'0', N'3', N'2', N'5700', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042014', N'Drake Plate of Blood', N'1', N'0', N'0', N'4', N'2', N'41', N'5500', N'0', N'3', N'2', N'5700', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042015', N'Great Crysis Plate', N'1', N'0', N'0', N'4', N'2', N'44', N'5500', N'0', N'3', N'2', N'5700', N'8030', N'1325') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042016', N'Great Traviron Plate', N'1', N'0', N'0', N'4', N'2', N'47', N'5500', N'0', N'3', N'2', N'5700', N'9010', N'1487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042017', N'Great Dragoon Plate', N'1', N'0', N'0', N'4', N'2', N'50', N'5500', N'0', N'3', N'2', N'5700', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612042018', N'Great Reflective Plate', N'1', N'0', N'0', N'4', N'2', N'53', N'5500', N'0', N'3', N'2', N'5700', N'11140', N'1838') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044001', N'Shining Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'6000', N'1', N'3', N'2', N'5700', N'350', N'58') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044002', N'Dazzling Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'6000', N'1', N'3', N'2', N'5700', N'870', N'144') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044003', N'Assault Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'6000', N'1', N'3', N'2', N'5700', N'1580', N'260') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044004', N'Gendarme Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044005', N'Enduring Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'6000', N'1', N'3', N'2', N'5700', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044006', N'Jousting Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044007', N'Stark Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'6000', N'1', N'3', N'2', N'5700', N'6060', N'999') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044008', N'Menacing Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044009', N'Hazardous Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044010', N'Expert Plate of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612044011', N'Improved Suspicious Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045001', N'Doomed Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'6500', N'1', N'3', N'2', N'5700', N'920', N'151') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045002', N'Essential Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045003', N'Blazing Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045004', N'Infernal Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045005', N'Field Marshal Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'6500', N'1', N'3', N'2', N'5700', N'4930', N'814') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045006', N'Destined Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'6500', N'1', N'3', N'2', N'5700', N'6380', N'1052') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045007', N'Knightly Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045008', N'Fergana Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045009', N'Avernus Plate of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'6500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045010', N'Improved Flame Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5700', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045102', N'Bloody Essential Plate', N'1', N'1', N'3', N'4', N'5', N'15', N'6500', N'1', N'3', N'2', N'5700', N'1660', N'273') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045103', N'Bloody Blaze Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045104', N'Bloody Inferna Plate', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045201', N'Shadow Blaze Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612045202', N'Shadow Infernal Plate', N'1', N'1', N'3', N'4', N'5', N'25', N'6500', N'1', N'3', N'2', N'5700', N'3660', N'603') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046001', N'Cruach Plate', N'1', N'1', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046002', N'Moyitura Plate', N'1', N'1', N'2', N'4', N'6', N'35', N'7000', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046003', N'Poirot Plate', N'1', N'1', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046004', N'Banded Plate', N'1', N'1', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046005', N'Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046006', N'Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046101', N'Bloody Cruaich Plate', N'1', N'1', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046102', N'Bloody Moitura Plate', N'1', N'1', N'2', N'4', N'6', N'35', N'7000', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046103', N'Bloody For War Plate', N'1', N'1', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046104', N'Bloody Bandeda Plate', N'1', N'1', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046105', N'Bloody Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046106', N'Bloody Dual Prop Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'13580', N'2241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046107', N'Bloody Dual Prop Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046203', N'Shadow Cruach Plate', N'1', N'1', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'854') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046204', N'Shadow Moyitura Plate', N'1', N'1', N'2', N'4', N'6', N'35', N'7000', N'1', N'3', N'2', N'5700', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046205', N'Shadow Forwar Plate', N'1', N'1', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046206', N'Shadow Banded Plate', N'1', N'1', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10140', N'1673') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046207', N'Shadow Unbreakable Plate', N'1', N'1', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'11860', N'1957') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'612046208', N'Shadow Dual Prop Plate', N'1', N'1', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011001', N'Great Fabric Hood', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011002', N'Great Linen Hood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011003', N'Fleece Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011004', N'Silky Yarn Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011005', N'Wool Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011006', N'Silk Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011007', N'Ram''s Wool Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011008', N'Muslin Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011009', N'Luna Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011010', N'Celestial Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011011', N'Mystical Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011012', N'Sorceress Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011013', N'Angora Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011014', N'Aramid Hood of Blood', N'1', N'0', N'0', N'1', N'1', N'41', N'3200', N'0', N'0', N'2', N'900', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011015', N'Great Berber Hood', N'1', N'0', N'0', N'1', N'1', N'44', N'3000', N'0', N'0', N'2', N'900', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011016', N'Great Brocade Hood', N'1', N'0', N'0', N'1', N'1', N'47', N'3200', N'0', N'0', N'2', N'900', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011017', N'Great Doeskin Hood', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613011018', N'Improved Weaving Hood', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012001', N'Great Fabric Hood', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012002', N'Great Linen Hood', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012003', N'Fleece Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012004', N'Silky Yarn Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012005', N'Wool Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012006', N'Silk Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012007', N'Ram''s Wool Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012008', N'Muslin Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012009', N'Luna Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012010', N'Celestial Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012011', N'Mystical Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012012', N'Sorceress Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012013', N'Angora Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012014', N'Aramid Hood of Blood', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012015', N'Great Berber Hood', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012016', N'Great Brocade Hood', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012017', N'Great Doeskin Hood', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613012018', N'Improved Nea Hood', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014001', N'Lavish Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014002', N'Insidious Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014003', N'Exceptional Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014004', N'Fervid Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014005', N'Nefarious Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014006', N'Diabolic Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014007', N'Sacred Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014008', N'Devious Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014009', N'Distinct Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014010', N'Taffeta Hood of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613014011', N'Improved Obscure Hood', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015001', N'Vital Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015002', N'Wisdom Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015003', N'Bentus Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015004', N'Raschel Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015005', N'Calico Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015006', N'Lumen Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015007', N'Starlight Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015008', N'Fluer Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015009', N'Pincord Hood of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015010', N'Improved Dusk Hood', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015102', N'Bloody Wisdom Hood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015103', N'Bloody Ventus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015104', N'Bloody Silentium Hood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015201', N'Shadow Bentus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613015202', N'Shadow Sirenchium Hood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016001', N'Danu Hood', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016002', N'Morpheus Hood', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016003', N'Memoria Hood', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016004', N'Lindsey Hood', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016005', N'Grace Hood', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016006', N'Grace Hood', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016101', N'Bloody Danu Hood', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016102', N'Bloody Morphous Hood', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016103', N'Bloody Memoria Hood', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016104', N'Bloody Lingee Hood', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016105', N'Bloody Grace Hood', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016106', N'Blood Dominator Hood', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016203', N'Shadow Danu Hood', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016204', N'Shadow Morpheus Hood', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016205', N'Shadow Memoria Hood', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016206', N'Shadow Linsey Hood', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016207', N'Shadow Grace Hood', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613016208', N'Shadow Dominator Hood', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021001', N'Great Light Leather Cap', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'1200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021002', N'Great Leather Cap', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021003', N'Quilted Leather Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'1200', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021004', N'Studded Leather Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'1200', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021005', N'Hunter Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'1200', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021006', N'Carp Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021007', N'Suede Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'1200', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021008', N'Nubuck Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'1200', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021009', N'Slink Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'1200', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021010', N'Hide Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021011', N'Buckskin Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021012', N'Shagreen Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'1200', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021013', N'Lamellar Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'1200', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021014', N'Brigandine Cap of Blood', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'1200', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021015', N'Great Lorica Cap', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'1200', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021016', N'Great Swollen Leather Cap', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'1200', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021017', N'Great Sinful Leather Cap', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'1200', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613021018', N'Improved Artisanal Leather Cap', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'1200', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022001', N'Great Light Leather Cap', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'1200', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022002', N'Great Leather Cap', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'1200', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022003', N'Quilted Leather Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'1200', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022004', N'Studded Leather Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'1200', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022005', N'Hunter Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'1200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022006', N'Carp Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'1200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022007', N'Suede Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'1200', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022008', N'Nubuck Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'1200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022009', N'Slink Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'1200', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022010', N'Hide Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'1200', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022011', N'Buckskin Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'1200', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022012', N'Shagreen Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'1200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022013', N'Lamellar Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'1200', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022014', N'Brigandine Cap of Blood', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'1200', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022015', N'Great Lorica Cap', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'1200', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022016', N'Great Swollen Leather Cap', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'1200', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022017', N'Great Sinful Leather Cap', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613022018', N'Improved DS Leather Cap', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'1200', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024001', N'Authentic Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'1200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024002', N'Camouflage Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'1200', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024003', N'Illicit Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'1200', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024004', N'Rugged Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024005', N'Dread Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'1200', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024006', N'Tough Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'1200', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024007', N'Haken-hide Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'1200', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024008', N'Combat Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'1200', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024009', N'Genuine Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'1200', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024010', N'Superior Leather Cap of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'1200', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613024011', N'Improved Posh Leather Cap', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'1200', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025001', N'Tanned Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'1200', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025002', N'Rawhide Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'1200', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025003', N'Demonic Leather Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025004', N'Praetorian Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025005', N'Lacrimal Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'1200', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025006', N'Eminent Leather Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'1200', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025007', N'Aquarius Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'1200', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025008', N'Rogue Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'1200', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025009', N'Fianna Cap of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'1200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025010', N'Improved Arcane Leather Cap', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'1200', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025102', N'Bloody Dried Leather Cap', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'1200', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025103', N'Bloody Descend Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025104', N'Bloody Predator Leather Cap', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025201', N'Shadow Descend Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'1200', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613025202', N'Shadow Praeterita Leather Cap', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'1200', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026001', N'Airgetlam Leather Cap', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'1200', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026002', N'Lir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'1200', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026003', N'Mir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'1200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026004', N'Ellodi Leather Cap', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026005', N'Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'1200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026006', N'Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'1200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026101', N'Bloody Alrget-Lamh Leather Cap', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'1200', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026102', N'Bloody Lyre Leather Cap', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'1200', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026103', N'Bloody Mir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'1200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026104', N'Bloody Elody Leather Cap', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026105', N'Bloody Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'1200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026106', N'Bloody Levices Cap', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'1200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026203', N'Shadow Airgetlam Leather Cap', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'1200', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026204', N'Shadow Lir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'1200', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026205', N'Shadow Mir Leather Cap', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'1200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026206', N'Shadow Elody Leather Cap', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'1200', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026207', N'Shadow Blast Leather Cap', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'1200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613026208', N'Shadow Levices Cap', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'1200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031001', N'Great Tedder Helm', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'1800', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031002', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'1800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031003', N'Wire Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'1800', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031004', N'Hunter Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'1800', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031005', N'Battle Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'1800', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031006', N'Devout Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'1800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031007', N'Banded Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031008', N'Linked Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'1800', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031009', N'Splinted Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'1800', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031010', N'Rivet Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'1800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031011', N'Venetian Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'1800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031012', N'Arquebus Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'1800', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031013', N'Acorn Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'1800', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031014', N'Aventail Helm of Blood', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'1800', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031015', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'1800', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031016', N'Great Genovese Helm', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'1800', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031017', N'Great Peltman Chain Helm', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613031018', N'Improved Concours Chain Helm', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'1800', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032001', N'Great Tedder Helm', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'1800', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032002', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'1800', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032003', N'Wire Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'1800', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032004', N'Hunter Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'1800', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032005', N'Battle Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'1800', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032006', N'Devout Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'1800', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032007', N'Banded Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'1800', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032008', N'Linked Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'1800', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032009', N'Splinted Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'1800', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032010', N'Rivet Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'1800', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032011', N'Venetian Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'1800', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032012', N'Arquebus Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'1800', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032013', N'Acorn Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'1800', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032014', N'Aventail Helm of Blood', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'1800', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032015', N'Great Chain Helm', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'1800', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032016', N'Great Genovese Helm', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'1800', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032017', N'Great Peltman Chain Helm', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'1800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613032018', N'Improved Natura Chain Helm', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'1800', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034001', N'Gritty Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'1800', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034002', N'Heavy Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'1800', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034003', N'Ultimate Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'1800', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034004', N'Brisk Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034005', N'Bound Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'1800', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034006', N'Secure Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'1800', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034007', N'Devout Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'1800', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034008', N'Solid Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034009', N'Discarded Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'1800', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034010', N'Engraved Helm of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613034011', N'Improved Cure Chain Helm', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'1800', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035001', N'Dense Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'1800', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035002', N'Burnished Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'1800', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035003', N'Ribbed Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035004', N'Arcane Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035005', N'Ashen Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035006', N'Placidus Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'1800', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035007', N'Armadillo Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035008', N'Bulwark Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035009', N'Cardiff Helm of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035010', N'Improved Armed Chain Helm', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'1800', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035102', N'Bloody Pleasure Chain Helm', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'1800', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035103', N'Bloody Rebellion Chain Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035104', N'Bloody Velum Chain Helm', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035201', N'Shadow Riberion Chain Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613035202', N'Shadow Velum Chain Helm', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'1800', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036001', N'Ecne Helm', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036002', N'Jamel Ducob Helm', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'1800', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036003', N'Badb Catha Helm', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036004', N'Hinchi Helm', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036005', N'Soul Eater''s Helm', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036006', N'Soul Eater''s Chain Helm', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036101', N'Bloody Ecne Helm', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036102', N'Bloody Jamelducov Helm', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'1800', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036103', N'Bloody Badhdh Cath Helm', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036104', N'Bloody Hinche Helm', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036105', N'Bloody Soul-Eater Helm', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036106', N'Bloody Silver Tinge Helm', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036203', N'Shadow Ecne Helm', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036204', N'Shadow Jamel Ducob Helm', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'1800', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036205', N'Shadow Babd Catha Helm', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036206', N'Shadow Hinchi Helm', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036207', N'Shadow Soul Eater''s Helm', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613036208', N'Shadow Silver Tinge Helm', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041001', N'Great Fryderyk War Helm', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'3400', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041002', N'Great Padded War Helm', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'3400', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041003', N'Hauberk Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'3400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041004', N'Scale Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'3400', N'560', N'92') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041005', N'Steel Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'3400', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041006', N'Spiral Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'3400', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041007', N'Hoplite Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041008', N'Full Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'3400', N'1700', N'280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041009', N'Ornate Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'3400', N'2080', N'343') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041010', N'Rune Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'3400', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041011', N'Raven Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'3400', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041012', N'Castilian Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'3400', N'3410', N'563') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041013', N'Baleog Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'3400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041014', N'Drake Helm of Blood', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'3400', N'4460', N'735') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041015', N'Great Crysis War Helm', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'3400', N'5040', N'831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041016', N'Great Traviron War Helm', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'3400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041017', N'Great Dragoon Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613041018', N'Shadow Watcher''s War Helm', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'3400', N'6980', N'1152') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042001', N'Great Fryderyk War Helm', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'3400', N'110', N'18') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042002', N'Great Padded War Helm', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'3400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042003', N'Hauberk Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'3400', N'450', N'74') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042004', N'Scale Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'3400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042005', N'Steel Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'3400', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042006', N'Spiral Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'3400', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042007', N'Hoplite Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'3400', N'1570', N'259') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042008', N'Full Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'3400', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042009', N'Ornate Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'3400', N'2350', N'388') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042010', N'Rune Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'3400', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042011', N'Raven Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'3400', N'3270', N'540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042012', N'Castilian Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'3400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042013', N'Baleog Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'3400', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042014', N'Drake Helm of Blood', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'3400', N'4940', N'815') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042015', N'Great Crysis War Helm', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'3400', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042016', N'Great Traviron War Helm', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'3400', N'6230', N'1028') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042017', N'Great Dragoon Helm', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'3400', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613042018', N'Improved Repel War Helm', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'3400', N'7680', N'1267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044001', N'Shining Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'3400', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044002', N'Dazzling Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'3400', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044003', N'Assault Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'3400', N'1050', N'173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044004', N'Gendarme Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044005', N'Enduring Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'3400', N'2320', N'382') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044006', N'Jousting Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'3400', N'3130', N'517') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044007', N'Stark Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'3400', N'4050', N'668') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044008', N'Menacing Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044009', N'Hazardous Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'3400', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044010', N'Expert Helm of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613044011', N'Improved Suspicious War Helm', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'3400', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045001', N'Doomed Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'3400', N'620', N'102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045002', N'Essential Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'3400', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045003', N'Blazing Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045004', N'Infernal Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045005', N'Field Marshal Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045006', N'Destined Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'3400', N'4260', N'702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045007', N'Knightly Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045008', N'Fergana Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045009', N'Avernus Helm of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045010', N'Improved Flame War Helm', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'3400', N'9330', N'1539') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045102', N'Bloody Essential War Helm', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'3400', N'1100', N'181') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045103', N'Bloody Blaze War Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045104', N'Bloody Inferna War Helm', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045201', N'Shadow Blaze War Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613045202', N'Shadow Infernal War Helm', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'3400', N'2440', N'402') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046001', N'Cruach Helm', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046002', N'Moyitura Helm', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'3400', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046003', N'Forwar Helm', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046004', N'Banded Helm', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046005', N'Unbreakable Helm', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046006', N'Unbreakable Helm', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046101', N'Bloody Cruaich War Helm', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046102', N'Bloody Moitura War Helm', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'3400', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046103', N'Bloody For War Helm', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046104', N'Bloody Bandeda War Helm', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046105', N'Bloody Unbreakable War Helm', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046106', N'Bloody Dual Prop Helm', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046203', N'Shadow Cruach Helm', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046204', N'Shadow Moyitura Helm', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'3400', N'4470', N'738') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046205', N'Shadow Forwar Helm', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046206', N'Shadow Banded Helm', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6750', N'1114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046207', N'Shadow Unbreakable Helm', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'613046208', N'Shadow Dual Prop Helm', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011001', N'Apprentice Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011002', N'Fabric Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'1', N'4500', N'0', N'0', N'2', N'1100', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011003', N'Linen Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'4', N'4500', N'0', N'0', N'2', N'1100', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011004', N'Fleece Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'7', N'4500', N'0', N'0', N'2', N'1100', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011005', N'Silky Yarn Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'10', N'4500', N'0', N'0', N'2', N'1100', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011006', N'Wool Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'13', N'4500', N'0', N'0', N'2', N'1100', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011007', N'Silk Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'16', N'4500', N'0', N'0', N'2', N'1100', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011008', N'Ram''s Wool Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'19', N'4500', N'0', N'0', N'2', N'1100', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011009', N'Muslin Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'22', N'4500', N'0', N'0', N'2', N'1100', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011010', N'Luna Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'25', N'4500', N'0', N'0', N'2', N'1100', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011011', N'Celestial Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'28', N'4500', N'0', N'0', N'2', N'1100', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011012', N'Mystical Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'31', N'4500', N'0', N'0', N'2', N'1100', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011013', N'Sorceress Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'34', N'4500', N'0', N'0', N'2', N'1100', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011014', N'Angora Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'37', N'4500', N'0', N'0', N'2', N'1100', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011015', N'Aramid Pants of Blood', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011016', N'Great Berber Leggings', N'1', N'0', N'0', N'1', N'1', N'43', N'4500', N'0', N'0', N'2', N'1100', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011017', N'Great Brocade Leggings', N'1', N'0', N'0', N'1', N'1', N'46', N'4500', N'0', N'0', N'2', N'1100', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011018', N'Great Doeskin Leggings', N'1', N'0', N'0', N'1', N'1', N'49', N'4500', N'0', N'0', N'2', N'1100', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011019', N'Great Tartan Leggings', N'1', N'0', N'0', N'1', N'1', N'52', N'4500', N'0', N'0', N'2', N'1100', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614011020', N'Improved Weaving Leggings', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012001', N'Fabric Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'2', N'5000', N'0', N'3', N'2', N'1100', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012002', N'Linen Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'5', N'5000', N'0', N'3', N'2', N'1100', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012003', N'Fleece Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'8', N'5000', N'0', N'3', N'2', N'1100', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012004', N'Silky Yarn Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'11', N'5000', N'0', N'3', N'2', N'1100', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012005', N'Wool Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'14', N'5000', N'0', N'3', N'2', N'1100', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012006', N'Silk Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'17', N'5000', N'0', N'3', N'2', N'1100', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012007', N'Ram''s Wool Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'20', N'5000', N'0', N'3', N'2', N'1100', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012008', N'Muslin Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'23', N'5000', N'0', N'3', N'2', N'1100', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012009', N'Luna Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'26', N'5000', N'0', N'3', N'2', N'1100', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012010', N'Celestial Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'29', N'5000', N'0', N'3', N'2', N'1100', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012011', N'Mystical Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'32', N'5000', N'0', N'3', N'2', N'1100', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012012', N'Sorceress Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'35', N'5000', N'0', N'3', N'2', N'1100', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012013', N'Angora Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'38', N'5000', N'0', N'3', N'2', N'1100', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012014', N'Aramid Pants of Blood', N'1', N'0', N'0', N'1', N'2', N'41', N'5000', N'0', N'3', N'2', N'1100', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012015', N'Great Berber Leggings', N'1', N'0', N'0', N'1', N'2', N'44', N'5000', N'0', N'3', N'2', N'1100', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012016', N'Great Brocade Leggings', N'1', N'0', N'0', N'1', N'2', N'47', N'5000', N'0', N'3', N'2', N'1100', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012017', N'Great Doeskin Leggings', N'1', N'0', N'0', N'1', N'2', N'50', N'5000', N'0', N'3', N'2', N'1100', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614012018', N'Great Tartan Leggings', N'1', N'0', N'0', N'1', N'2', N'53', N'5000', N'0', N'3', N'2', N'1100', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014001', N'Lavish Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'5500', N'1', N'3', N'2', N'1100', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014002', N'Insidious Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'5500', N'1', N'3', N'2', N'1100', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014003', N'Exceptional Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'5500', N'1', N'3', N'2', N'1100', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014004', N'Fervid Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014005', N'Nefarious Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'5500', N'1', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014006', N'Diabolic Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014007', N'Sacred Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'5500', N'1', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014008', N'Devious Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014009', N'Distinct Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1100', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014010', N'Taffeta Pants of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614014011', N'Improved Obscure Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1100', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015001', N'Vital Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'6000', N'1', N'3', N'2', N'1100', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015002', N'Wisdom Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1100', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015003', N'Bentus Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015004', N'Raschel Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015005', N'Calico Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'6000', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015006', N'Lumen Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'6000', N'1', N'3', N'2', N'1100', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015007', N'Starlight Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015008', N'Fluer Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015009', N'Pincord Pants of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'6000', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015010', N'Improved Dusk Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1100', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015102', N'Bloody Wisdom Leggings', N'1', N'1', N'3', N'1', N'5', N'15', N'6000', N'1', N'3', N'2', N'1100', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015103', N'Bloody Ventus Leggings', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015104', N'Bloody Silentium Leggings', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015201', N'Shadow Bentus Leggings', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614015202', N'Shadow Sirenchium Leggings', N'1', N'1', N'3', N'1', N'5', N'25', N'6000', N'1', N'3', N'2', N'1100', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016001', N'Danu Pants', N'1', N'1', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016002', N'Morpheus Pants', N'1', N'1', N'2', N'1', N'6', N'35', N'6500', N'1', N'3', N'2', N'1100', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016003', N'Memoria Pants', N'1', N'1', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016004', N'Lindsey Pants', N'1', N'1', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016005', N'Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016006', N'Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016101', N'Bloody Danu Leggings', N'1', N'1', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016102', N'Bloody Morphous Leggings', N'1', N'1', N'2', N'1', N'6', N'35', N'6500', N'1', N'3', N'2', N'1100', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016103', N'Bloody Memoria Leggings', N'1', N'1', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016104', N'Bloody Lingee Leggings', N'1', N'1', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016105', N'Bloody Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016106', N'Bloody Dominator Leggings', N'1', N'1', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016203', N'Shadow Danu Leggings', N'1', N'1', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016204', N'Shadow Morpheus Leggings', N'1', N'1', N'2', N'1', N'6', N'35', N'6500', N'1', N'3', N'2', N'1100', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016205', N'Shadow Memoria Leggings', N'1', N'1', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016206', N'Shadow Linsey Leggings', N'1', N'1', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016207', N'Shadow Grace Leggings', N'1', N'1', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614016208', N'Shadow Dominator Leggings', N'1', N'1', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021001', N'Apprentice Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021002', N'Light Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'1', N'4500', N'0', N'0', N'2', N'1600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021003', N'Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'4', N'4500', N'0', N'0', N'2', N'1600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021004', N'Quilted Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'7', N'4500', N'0', N'0', N'2', N'1600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021005', N'Studded Leather Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'10', N'4500', N'0', N'0', N'2', N'1600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021006', N'Hunter Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'13', N'4500', N'0', N'0', N'2', N'1600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021007', N'Carp Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'16', N'4500', N'0', N'0', N'2', N'1600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021008', N'Suede Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'19', N'4500', N'0', N'0', N'2', N'1600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021009', N'Nubuck Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'22', N'4500', N'0', N'0', N'2', N'1600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021010', N'Slink Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'25', N'4500', N'0', N'0', N'2', N'1600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021011', N'Hide Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'28', N'4500', N'0', N'0', N'2', N'1600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021012', N'Buckskin Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'31', N'4500', N'0', N'0', N'2', N'1600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021013', N'Shagreen Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'34', N'4500', N'0', N'0', N'2', N'1600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021014', N'Lamellar Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'37', N'4500', N'0', N'0', N'2', N'1600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021015', N'Brigandine Pants of Blood', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021016', N'Great Lorica Leggings', N'1', N'0', N'0', N'2', N'1', N'43', N'4500', N'0', N'0', N'2', N'1600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021017', N'Great Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'46', N'4500', N'0', N'0', N'2', N'1600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021018', N'Great Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'49', N'4500', N'0', N'0', N'2', N'1600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021019', N'Great Holy Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'52', N'4500', N'0', N'0', N'2', N'1600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614021020', N'Improved Artisanal Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022001', N'Light Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'2', N'5000', N'0', N'3', N'2', N'1600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022002', N'Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'5', N'5000', N'0', N'3', N'2', N'1600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022003', N'Quilted Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'8', N'5000', N'0', N'3', N'2', N'1600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022004', N'Studded Leather Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'11', N'5000', N'0', N'3', N'2', N'1600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022005', N'Hunter Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'14', N'5000', N'0', N'3', N'2', N'1600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022006', N'Carp Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'17', N'5000', N'0', N'3', N'2', N'1600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022007', N'Suede Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'20', N'5000', N'0', N'3', N'2', N'1600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022008', N'Nubuck Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'23', N'5000', N'0', N'3', N'2', N'1600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022009', N'Slink Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'26', N'5000', N'0', N'3', N'2', N'1600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022010', N'Hide Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'29', N'5000', N'0', N'3', N'2', N'1600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022011', N'Buckskin Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'32', N'5000', N'0', N'3', N'2', N'1600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022012', N'Shagreen Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'35', N'5000', N'0', N'3', N'2', N'1600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022013', N'Lamellar Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'38', N'5000', N'0', N'3', N'2', N'1600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022014', N'Brigandine Pants of Blood', N'1', N'0', N'0', N'2', N'2', N'41', N'5000', N'0', N'3', N'2', N'1600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022015', N'Great Lorica Leggings', N'1', N'0', N'0', N'2', N'2', N'44', N'5000', N'0', N'3', N'2', N'1600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022016', N'Great Swollen Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'47', N'5000', N'0', N'3', N'2', N'1600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022017', N'Great Sinful Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'50', N'5000', N'0', N'3', N'2', N'1600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614022018', N'Great Holy Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'53', N'5000', N'0', N'3', N'2', N'1600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024001', N'Authentic Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'5500', N'1', N'3', N'2', N'1600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024002', N'Camouflage Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'5500', N'1', N'3', N'2', N'1600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024003', N'Illicit Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'5500', N'1', N'3', N'2', N'1600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024004', N'Rugged Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024005', N'Dread Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'5500', N'1', N'3', N'2', N'1600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024006', N'Tough Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024007', N'Haken-hide Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'5500', N'1', N'3', N'2', N'1600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024008', N'Combat Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024009', N'Genuine Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024010', N'Superior Pants of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614024011', N'Improved Posh Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025001', N'Tanned Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'6000', N'1', N'3', N'2', N'1600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025002', N'Rawhide Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025003', N'Demonic Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025004', N'Praetorian Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025005', N'Lacrimal Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'6000', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025006', N'Eminent Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'6000', N'1', N'3', N'2', N'1600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025007', N'Aquarius Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025008', N'Rogue Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025009', N'Fianna Pants of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'6000', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025010', N'Improved Arcane Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025102', N'Bloody Dried Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'15', N'6000', N'1', N'3', N'2', N'1600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025103', N'Bloody Descend Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025104', N'Bloody Predator Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025201', N'Shadow Descend Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614025202', N'Shadow Praeterita Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'25', N'6000', N'1', N'3', N'2', N'1600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026001', N'Airgetlam Pants', N'1', N'1', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026002', N'Lir Pants', N'1', N'1', N'2', N'2', N'6', N'35', N'6500', N'1', N'3', N'2', N'1600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026003', N'Mir Pants', N'1', N'1', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026004', N'Ellodi Leather Pants', N'1', N'1', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026005', N'Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026006', N'Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026101', N'Bloody Alrget-Lamh Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026102', N'Bloody Lyre Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'35', N'6500', N'1', N'3', N'2', N'1600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026103', N'Bloody Mir Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026104', N'Bloody Elody Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026105', N'Bloody Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026106', N'Bloody Levices Leggings', N'1', N'1', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026203', N'Shadow Airgetlam Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026204', N'Shadow Lir Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'35', N'6500', N'1', N'3', N'2', N'1600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026205', N'Shadow Mir Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026206', N'Shadow Elody Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026207', N'Shadow Blast Leather Leggings', N'1', N'1', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614026208', N'Shadow Levices Leggings', N'1', N'1', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031001', N'Apprentice Chain Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031002', N'Ringed Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'1', N'4500', N'0', N'0', N'2', N'2400', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031003', N'Chain Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'4', N'4500', N'0', N'0', N'2', N'2400', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031004', N'Wire Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'7', N'4500', N'0', N'0', N'2', N'2400', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031005', N'Hunter Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'10', N'4500', N'0', N'0', N'2', N'2400', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031006', N'Battle Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'13', N'4500', N'0', N'0', N'2', N'2400', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031007', N'Devout Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'16', N'4500', N'0', N'0', N'2', N'2400', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031008', N'Banded Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'19', N'4500', N'0', N'0', N'2', N'2400', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031009', N'Linked Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'22', N'4500', N'0', N'0', N'2', N'2400', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031010', N'Splinted Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'25', N'4500', N'0', N'0', N'2', N'2400', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031011', N'Rivet Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'28', N'4500', N'0', N'0', N'2', N'2400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031012', N'Venetian Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'31', N'4500', N'0', N'0', N'2', N'2400', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031013', N'Arquebus Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'34', N'4500', N'0', N'0', N'2', N'2400', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031014', N'Acorn Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'37', N'4500', N'0', N'0', N'2', N'2400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031015', N'Aventail Greaves of Blood', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031016', N'Great Chain Greave', N'1', N'0', N'0', N'3', N'1', N'43', N'4500', N'0', N'0', N'2', N'2400', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031017', N'Great Genovese Greave', N'1', N'0', N'0', N'3', N'1', N'46', N'4500', N'0', N'0', N'2', N'2400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031018', N'Great Peltman Chain Greave', N'1', N'0', N'0', N'3', N'1', N'49', N'4500', N'0', N'0', N'2', N'2400', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031019', N'Great Uniform Greaves', N'1', N'0', N'0', N'3', N'1', N'52', N'4500', N'0', N'0', N'2', N'2400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614031020', N'Improved Concours Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032001', N'Ringed Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'2', N'5000', N'0', N'3', N'2', N'2400', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032002', N'Chain Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'5', N'5000', N'0', N'3', N'2', N'2400', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032003', N'Wire Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'8', N'5000', N'0', N'3', N'2', N'2400', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032004', N'Hunter Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'11', N'5000', N'0', N'3', N'2', N'2400', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032005', N'Battle Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'14', N'5000', N'0', N'3', N'2', N'2400', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032006', N'Devout Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'17', N'5000', N'0', N'3', N'2', N'2400', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032007', N'Banded Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032008', N'Linked Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'23', N'5000', N'0', N'3', N'2', N'2400', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032009', N'Splinted Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'26', N'5000', N'0', N'3', N'2', N'2400', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032010', N'Rivet Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'29', N'5000', N'0', N'3', N'2', N'2400', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032011', N'Venetian Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'32', N'5000', N'0', N'3', N'2', N'2400', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032012', N'Arquebus Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'35', N'5000', N'0', N'3', N'2', N'2400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032013', N'Acorn Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'38', N'5000', N'0', N'3', N'2', N'2400', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032014', N'Aventail Greaves of Blood', N'1', N'0', N'0', N'3', N'2', N'41', N'5000', N'0', N'3', N'2', N'2400', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032015', N'Great Chain Greave', N'1', N'0', N'0', N'3', N'2', N'44', N'5000', N'0', N'3', N'2', N'2400', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032016', N'Great Genovese Greave', N'1', N'0', N'0', N'3', N'2', N'47', N'5000', N'0', N'3', N'2', N'2400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032017', N'Great Peltman Chain Greave', N'1', N'0', N'0', N'3', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614032018', N'Great Uniform Greaves', N'1', N'0', N'0', N'3', N'2', N'53', N'5000', N'0', N'3', N'2', N'2400', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034001', N'Gritty Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'5500', N'1', N'3', N'2', N'2400', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034002', N'Heavy Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'5500', N'1', N'3', N'2', N'2400', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034003', N'Ultimate Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'5500', N'1', N'3', N'2', N'2400', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034004', N'Brisk Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034005', N'Bound Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'5500', N'1', N'3', N'2', N'2400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034006', N'Secure Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034007', N'Devout Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'5500', N'1', N'3', N'2', N'2400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034008', N'Solid Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034009', N'Discarded Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034010', N'Engraved Greaves of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614034011', N'Improved Cure Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035001', N'Dense Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'6000', N'1', N'3', N'2', N'2400', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035002', N'Burnished Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'2400', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035003', N'Ribbed Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035004', N'Arcane Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035005', N'Ashen Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035006', N'Placidus Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'6000', N'1', N'3', N'2', N'2400', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035007', N'Armadillo Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035008', N'Bulwark Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035009', N'Cardiff Greaves of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035010', N'Improved Armed Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035102', N'Bloody Pleasure Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'15', N'6000', N'1', N'3', N'2', N'2400', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035103', N'Bloody Rebellion Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035104', N'Bloody Velum Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035201', N'Shadow Riberion Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614035202', N'Shadow Velum Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'25', N'6000', N'1', N'3', N'2', N'2400', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036001', N'Ecne Greaves', N'1', N'1', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036002', N'Jamel Ducob Greaves', N'1', N'1', N'2', N'3', N'6', N'35', N'6500', N'1', N'3', N'2', N'2400', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036003', N'Badb Catha Greaves', N'1', N'1', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036004', N'Hinchi Greaves', N'1', N'1', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036005', N'Soul Eater''s Greaves', N'1', N'1', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036006', N'Soul Eater''s Greaves', N'1', N'1', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036101', N'Bloody Ecne Greaves', N'1', N'1', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036102', N'Bloody Jamelducov Greaves', N'1', N'1', N'2', N'3', N'6', N'35', N'6500', N'1', N'3', N'2', N'2400', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036103', N'Bloody Badhdh Cath Greaves', N'1', N'1', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036104', N'Bloody Hinche Greaves', N'1', N'1', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036105', N'Bloody Soul-Eater Greaves', N'1', N'1', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036106', N'Bloody Silver Tinge Greaves', N'1', N'1', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036203', N'Shadow Ecne Greaves', N'1', N'1', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036204', N'Shadow Jamel Ducob Greaves', N'1', N'1', N'2', N'3', N'6', N'35', N'6500', N'1', N'3', N'2', N'2400', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036205', N'Shadow Babd Catha Greaves', N'1', N'1', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036206', N'Shadow Hinchi Greaves', N'1', N'1', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036207', N'Shadow Soul Eater''s Greaves', N'1', N'1', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614036208', N'Shadow Silver Tinge Greaves', N'1', N'1', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041001', N'Apprentice Plate Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041002', N'Prelic Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'1', N'4500', N'0', N'0', N'2', N'4600', N'50', N'8') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041003', N'Padded Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'4', N'4500', N'0', N'0', N'2', N'4600', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041004', N'Hauberk Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'7', N'4500', N'0', N'0', N'2', N'4600', N'420', N'69') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041005', N'Scale Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'10', N'4500', N'0', N'0', N'2', N'4600', N'690', N'114') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041006', N'Steel Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'13', N'4500', N'0', N'0', N'2', N'4600', N'1000', N'165') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041007', N'Spiral Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'16', N'4500', N'0', N'0', N'2', N'4600', N'1360', N'224') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041008', N'Hoplite Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'19', N'4500', N'0', N'0', N'2', N'4600', N'1770', N'292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041009', N'Full Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'22', N'4500', N'0', N'0', N'2', N'4600', N'2220', N'366') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041010', N'Ornate Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'25', N'4500', N'0', N'0', N'2', N'4600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041011', N'Rune Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'28', N'4500', N'0', N'0', N'2', N'4600', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041012', N'Raven Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'31', N'4500', N'0', N'0', N'2', N'4600', N'3890', N'642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041013', N'Castilian Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'34', N'4500', N'0', N'0', N'2', N'4600', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041014', N'Baleog Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'37', N'4500', N'0', N'0', N'2', N'4600', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041015', N'Drake Greaves of Blood', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'4600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041016', N'Great Crysis War Greave', N'1', N'0', N'0', N'4', N'1', N'43', N'4500', N'0', N'0', N'2', N'4600', N'6780', N'1118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041017', N'Great Traviron War Greave', N'1', N'0', N'0', N'4', N'1', N'46', N'4500', N'0', N'0', N'2', N'4600', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041018', N'Great Dragoon Greave', N'1', N'0', N'0', N'4', N'1', N'49', N'4500', N'0', N'0', N'2', N'4600', N'8520', N'1405') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041019', N'Great Reflective Greave', N'1', N'0', N'0', N'4', N'1', N'52', N'4500', N'0', N'0', N'2', N'4600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614041020', N'Improved Watcher''s War Greaves', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'4600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042001', N'Prelic Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'2', N'5000', N'0', N'3', N'2', N'4600', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042002', N'Padded Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'5', N'5000', N'0', N'3', N'2', N'4600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042003', N'Hauberk Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'8', N'5000', N'0', N'3', N'2', N'4600', N'540', N'89') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042004', N'Scale Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'11', N'5000', N'0', N'3', N'2', N'4600', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042005', N'Steel Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'14', N'5000', N'0', N'3', N'2', N'4600', N'1190', N'196') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042006', N'Spiral Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'17', N'5000', N'0', N'3', N'2', N'4600', N'1590', N'262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042007', N'Hoplite Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'20', N'5000', N'0', N'3', N'2', N'4600', N'2040', N'336') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042008', N'Full Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'23', N'5000', N'0', N'3', N'2', N'4600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042009', N'Ornate Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'26', N'5000', N'0', N'3', N'2', N'4600', N'3090', N'510') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042010', N'Rune Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'29', N'5000', N'0', N'3', N'2', N'4600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042011', N'Raven Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'32', N'5000', N'0', N'3', N'2', N'4600', N'4360', N'719') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042012', N'Castilian Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'35', N'5000', N'0', N'3', N'2', N'4600', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042013', N'Baleog Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'38', N'5000', N'0', N'3', N'2', N'4600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042014', N'Drake Greaves of Blood', N'1', N'0', N'0', N'4', N'2', N'41', N'5000', N'0', N'3', N'2', N'4600', N'6640', N'1095') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042015', N'Great Crysis War Greave', N'1', N'0', N'0', N'4', N'2', N'44', N'5000', N'0', N'3', N'2', N'4600', N'7500', N'1237') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042016', N'Great Traviron War Greave', N'1', N'0', N'0', N'4', N'2', N'47', N'5000', N'0', N'3', N'2', N'4600', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042017', N'Great Dragoon Greave', N'1', N'0', N'0', N'4', N'2', N'50', N'5000', N'0', N'3', N'2', N'4600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614042018', N'Great Reflective Greave', N'1', N'0', N'0', N'4', N'2', N'53', N'5000', N'0', N'3', N'2', N'4600', N'10400', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044001', N'Shining Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'5500', N'1', N'3', N'2', N'4600', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044002', N'Dazzling Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'5500', N'1', N'3', N'2', N'4600', N'820', N'135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044003', N'Assault Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'5500', N'1', N'3', N'2', N'4600', N'1470', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044004', N'Gendarme Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'4600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044005', N'Enduring Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'5500', N'1', N'3', N'2', N'4600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044006', N'Jousting Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'4600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044007', N'Stark Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'5500', N'1', N'3', N'2', N'4600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044008', N'Menacing Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'4600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044009', N'Hazardous Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'4600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044010', N'Expert Greaves of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'4600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614044011', N'Improved Suspicious War Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'4600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045001', N'Doomed Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'6000', N'1', N'3', N'2', N'4600', N'860', N'141') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045002', N'Essential Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'4600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045003', N'Blazing Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045004', N'Infernal Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045005', N'Field Marshal Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'6000', N'1', N'3', N'2', N'4600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045006', N'Destined Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'6000', N'1', N'3', N'2', N'4600', N'5960', N'983') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045007', N'Knightly Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'4600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045008', N'Fergana Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'6000', N'1', N'3', N'2', N'4600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045009', N'Avernus Greaves of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'6000', N'1', N'3', N'2', N'4600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045010', N'Improved Flame War Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'4600', N'13060', N'2155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045102', N'Bloody Essential War Greaves', N'1', N'1', N'3', N'4', N'5', N'15', N'6000', N'1', N'3', N'2', N'4600', N'1550', N'256') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045103', N'Bloody Blaze War Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045104', N'Bloody Inferna War Greaves', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045201', N'Shadow Blaze War Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614045202', N'Shadow Infernal War Greaves', N'1', N'1', N'3', N'4', N'5', N'25', N'6000', N'1', N'3', N'2', N'4600', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046001', N'Cruach Greaves', N'1', N'1', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'4600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046002', N'Moyitura Greaves', N'1', N'1', N'2', N'4', N'6', N'35', N'6500', N'1', N'3', N'2', N'4600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046003', N'Forwar Greaves', N'1', N'1', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'4600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046004', N'Banded Greaves', N'1', N'1', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046005', N'Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'4600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046006', N'Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'4600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046101', N'Bloody Cruaich Greaves', N'1', N'1', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'4600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046102', N'Bloody Moitura Greaves', N'1', N'1', N'2', N'4', N'6', N'35', N'6500', N'1', N'3', N'2', N'4600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046103', N'Bloody For War Greaves', N'1', N'1', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'4600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046104', N'Bloody Bandeda Greaves', N'1', N'1', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046105', N'Bloody Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'4600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046106', N'Bloody Dual Prop Greaves', N'1', N'1', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'4600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046203', N'Shadow Cruach Greaves', N'1', N'1', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'4600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046204', N'Shadow Moyitura Greaves', N'1', N'1', N'2', N'4', N'6', N'35', N'6500', N'1', N'3', N'2', N'4600', N'6260', N'1032') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046205', N'Shadow Forwar Greaves', N'1', N'1', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'4600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046206', N'Shadow Banded Greaves', N'1', N'1', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'4600', N'9440', N'1558') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046207', N'Shadow Unbreakable Greaves', N'1', N'1', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'4600', N'11030', N'1821') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'614046208', N'Shadow Dual Prop Greaves', N'1', N'1', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'4600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011001', N'Fabric Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011002', N'Linen Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011003', N'Fleece Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011004', N'Silky Yarn Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011005', N'Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011006', N'Silk Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011007', N'Ram''s Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011008', N'Muslin Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011009', N'Luna Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011010', N'Celestial Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011011', N'Mystical Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011012', N'Sorceress Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011013', N'Angora Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011014', N'Aramid Shoes of Blood', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011015', N'Great Berber Shoes', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011016', N'Great Brocade Shoes', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011017', N'Great Doeskin Shoes', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615011018', N'Improved Weaving Shoes', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012001', N'Fabric Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012002', N'Linen Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012003', N'Fleece Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012004', N'Silky Yarn Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012005', N'Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012006', N'Silk Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012007', N'Ram''s Wool Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012008', N'Muslin Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012009', N'Luna Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012010', N'Celestial Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012011', N'Mystical Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012012', N'Sorceress Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012013', N'Angora Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012014', N'Aramid Shoes of Blood', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012015', N'Great Berber Shoes', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012016', N'Great Brocade Shoes', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012017', N'Great Doeskin Shoes', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615012018', N'Improved Nea Shoes', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014001', N'Lavish Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014002', N'Insidious Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014003', N'Exceptional Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014004', N'Fervid Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014005', N'Nefarious Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014006', N'Diabolic Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014007', N'Sacred Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014008', N'Devious Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014009', N'Distinct Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014010', N'Taffeta Shoes of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615014011', N'Improved Obscure Shoes', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015001', N'Vital Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015002', N'Wisdom Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015003', N'Bentus Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015004', N'Raschel Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015005', N'Calico Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015006', N'Lumen Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015007', N'Starlight Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015008', N'Fluer Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015009', N'Pincord Shoes of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015010', N'Improved Dusk Shoes', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015102', N'Bloody Wisdom Shoes', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015103', N'Bloody Ventus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015104', N'Bloody Silentium Shoes', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015201', N'Shadow Bentus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615015202', N'Shadow Sirenchium Shoes', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016001', N'Danu Shoes', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016002', N'Morpheus Shoes', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016003', N'Memoria Shoes', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016004', N'Lindsey Shoes', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016005', N'Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016006', N'Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016101', N'Bloody Danu Shoes', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016102', N'Bloody Morphous Shoes', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016103', N'Bloody Memoria Shoes', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016104', N'Bloody Lingee Shoes', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016105', N'Bloody Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016106', N'Bloody Dominator Shoes', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016203', N'Shadow Danu Shoes', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016204', N'Shadow Morpheus Shoes', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016205', N'Shadow Memoria Shoes', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016206', N'Shadow Linsey Shoes', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016207', N'Shadow Grace Shoes', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615016208', N'Shadow Dominator Shoes', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021001', N'Light Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'800', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021002', N'Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'800', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021003', N'Quilted Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'800', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021004', N'Studded Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'800', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021005', N'Hunter Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'800', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021006', N'Carp Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'800', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021007', N'Suede Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'800', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021008', N'Nubuck Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'800', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021009', N'Slink Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'800', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021010', N'Hide Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'800', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021011', N'Buckskin Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'800', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021012', N'Shagreen Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'800', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021013', N'Lamellar Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'800', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021014', N'Brigandine Shoes of Blood', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'800', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021015', N'Great Lorica Shoes', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'800', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021016', N'Great Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'800', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021017', N'Great Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'800', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615021018', N'Improved Artisanal Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'800', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022001', N'Light Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'800', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022002', N'Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'800', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022003', N'Quilted Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'800', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022004', N'Studded Leather Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'800', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022005', N'Hunter Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'800', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022006', N'Carp Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022007', N'Suede Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'800', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022008', N'Nubuck Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'800', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022009', N'Slink Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'800', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022010', N'Hide Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'800', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022011', N'Buckskin Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'800', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022012', N'Shagreen Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'800', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022013', N'Lamellar Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'800', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022014', N'Brigandine Shoes of Blood', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'800', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022015', N'Great Lorica Shoes', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'800', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022016', N'Great Swollen Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'800', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022017', N'Great Sinful Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'800', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615022018', N'Improved DS Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'800', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024001', N'Authentic Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'800', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024002', N'Camouflage Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'800', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024003', N'Illicit Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'800', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024004', N'Rugged Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024005', N'Dread Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'800', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024006', N'Tough Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024007', N'Haken-hide Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'800', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024008', N'Combat Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024009', N'Genuine Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'800', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024010', N'Superior Shoes of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615024011', N'Improved Posh Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'800', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025001', N'Tanned Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'800', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025002', N'Rawhide Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'800', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025003', N'Demonic Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025004', N'Praetorian Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025005', N'Lacrimal Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025006', N'Eminent Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'800', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025007', N'Aquarius Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025008', N'Rogue Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025009', N'Fianna Shoes of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'800', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025010', N'Improved Arcane Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'800', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025102', N'Bloody Dried Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'800', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025103', N'Bloody Descend Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025104', N'Bloody Predator Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025201', N'Shadow Descend Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615025202', N'Shadow Praeterita Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'800', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026001', N'Airgetlam Shoes', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026002', N'Lir Shoes', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'800', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026003', N'Mir Shoes', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026004', N'Ellodi Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026005', N'Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026006', N'Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026101', N'Bloody Alrget-Lamh Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026102', N'Bloody Lyre Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'800', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026103', N'Bloody Mir Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026104', N'Bloody Elody Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026105', N'Bloody Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026106', N'Bloody Levices Shoes', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026203', N'Shadow Airgetlam Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026204', N'Shadow Lir Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'800', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026205', N'Shadow Mir Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026206', N'Shadow Elody Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026207', N'Shadow Blast Leather Shoes', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615026208', N'Shadow Levices Shoes', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031001', N'Tatter Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'1200', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031002', N'Chain Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'1200', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031003', N'Wire Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'1200', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031004', N'Hunter Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'1200', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031005', N'Battle Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'1200', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031006', N'Devout Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'1200', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031007', N'Banded Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'1200', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031008', N'Linked Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'1200', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031009', N'Splinted Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'1200', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031010', N'Rivet Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'1200', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031011', N'Venetian Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'1200', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031012', N'Arquebus Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'1200', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031013', N'Acorn Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'1200', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031014', N'Aventail Boots of Blood', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'1200', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031015', N'Great Chain Boots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'1200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031016', N'Great Genovese Boots', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'1200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031017', N'Great Peltman Chain Boots', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'1200', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615031018', N'Improved Concours Chain Boots', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'1200', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032001', N'Tatter Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'1200', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032002', N'Chain Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'1200', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032003', N'Wire Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'1200', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032004', N'Hunter Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'1200', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032005', N'Battle Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'1200', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032006', N'Devout Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'1200', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032007', N'Banded Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'1200', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032008', N'Linked Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'1200', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032009', N'Splinted Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'1200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032010', N'Rivet Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'1200', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032011', N'Venetian Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'1200', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032012', N'Arquebus Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'1200', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032013', N'Acorn Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'1200', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032014', N'Aventail Boots of Blood', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'1200', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032015', N'Great Chain Boots', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'1200', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032016', N'Great Genovese Boots', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'1200', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032017', N'Great Peltman Chain Boots', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'1200', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615032018', N'Improved Natura Chain Boots', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'1200', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034001', N'Gritty Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'1200', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034002', N'Heavy Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'1200', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034003', N'Ultimate Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'1200', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034004', N'Brisk Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034005', N'Bound Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'1200', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034006', N'Secure Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034007', N'Devout Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'1200', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034008', N'Solid Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034009', N'Discarded Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'1200', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034010', N'Engraved Boots of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615034011', N'Improved Cure Chain Boots', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'1200', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035001', N'Dense Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'1200', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035002', N'Burnished Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'1200', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035003', N'Ribbed Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035004', N'Arcane Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035005', N'Ashen Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035006', N'Placidus Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'1200', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035007', N'Armadillo Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035008', N'Bulwark Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035009', N'Cardiff Boots of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'1200', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035010', N'Improved Armed Chain Boots', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'1200', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035102', N'Bloody Pleasure Chain Boots', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'1200', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035103', N'Bloody Rebellion Chain Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035104', N'Bloody Velum Chain Boots', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035201', N'Shadow Riberion Chain Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615035202', N'Shadow Velum Chain Boots', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'1200', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036001', N'Ecne Boots', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036002', N'Jamel Ducob Boots', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'1200', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036003', N'Badb Catha Boots', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036004', N'Hinchi Boots', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036005', N'Soul Eater''s Boots', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036006', N'Soul Eater''s Boots', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036101', N'Bloody Ecne Boots', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036102', N'Bloody Jamelducov Boots', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'1200', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036103', N'Bloody Badhdh Cath Boots', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036104', N'Bloody Hinche Boots', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036105', N'Bloody Soul-Eater Boots', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036106', N'Bloody Silver Tinge Boots', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036203', N'Shadow Ecne Boots', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036204', N'Shadow Jamel Ducob Boots', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'1200', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036205', N'Shadow Babd Catha Boots', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036206', N'Shadow Hinchi Boots', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036207', N'Shadow Soul Eater''s Boots', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615036208', N'Shadow Silver Tinge Boots', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041001', N'Prelic War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'2300', N'130', N'22') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041002', N'Padded War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'2300', N'300', N'49') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041003', N'Hauberk War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'2300', N'510', N'84') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041004', N'Scale War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'2300', N'770', N'127') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041005', N'Steel War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'2300', N'1060', N'174') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041006', N'Spiral War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'2300', N'1400', N'231') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041007', N'Hoplite Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'2300', N'1780', N'293') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041008', N'Full War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'2300', N'2190', N'361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041009', N'Ornate War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'2300', N'2660', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041010', N'Rune War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041011', N'Raven War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'2300', N'3700', N'610') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041012', N'Castilian Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'2300', N'4290', N'708') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041013', N'Baleog War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'2300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041014', N'Drake War Boots of Blood', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'2300', N'5580', N'920') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041015', N'Great Crysis War Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041016', N'Great Traviron War Boots', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041017', N'Great Dragoon Boots', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'2300', N'7830', N'1292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615041018', N'Improved Watcher''s War Boots', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'2300', N'8660', N'1429') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042001', N'Prelic War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'2300', N'200', N'33') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042002', N'Padded War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'2300', N'390', N'64') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042003', N'Hauberk War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042004', N'Scale War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042005', N'Steel War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'2300', N'1240', N'204') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042006', N'Spiral War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'2300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042007', N'Hoplite Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'2300', N'2030', N'335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042008', N'Full War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'2300', N'2490', N'411') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042009', N'Ornate War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042010', N'Rune War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'2300', N'3540', N'584') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042011', N'Raven War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'2300', N'4130', N'682') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042012', N'Castilian Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'2300', N'4770', N'787') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042013', N'Baleog War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'2300', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042014', N'Drake War Boots of Blood', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'2300', N'6180', N'1019') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042015', N'Great Crysis War Boots', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'2300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042016', N'Great Traviron War Boots', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'2300', N'7760', N'1280') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042017', N'Great Dragoon Boots', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'2300', N'8610', N'1421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615042018', N'Improved Repel War Boots', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'2300', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044001', N'Shining Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'2300', N'290', N'48') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044002', N'Dazzling Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044003', N'Assault War Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'2300', N'1250', N'206') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044004', N'Gendarme Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044005', N'Enduring War Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'2300', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044006', N'Jousting Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044007', N'Stark Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'2300', N'4850', N'800') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044008', N'Menacing Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044009', N'Hazardous War Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'2300', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044010', N'Expert Boots of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615044011', N'Improved Suspicious War Boots', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'2300', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045001', N'Doomed Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'2300', N'740', N'122') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045002', N'Essential War Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'2300', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045003', N'Blazing Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045004', N'Infernal War Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045005', N'Field Marshal Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045006', N'Destined Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'2300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045007', N'Knightly Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045008', N'Fergana War Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045009', N'Avernus Boots of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'2300', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045010', N'Improved Flame War Boots', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'2300', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045102', N'Bloody Essential War Boots', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'2300', N'1320', N'217') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045103', N'Bloody Blaze War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045104', N'Bloody Inferna War Boots', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045201', N'Shadow Blaze War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615045202', N'Shadow Infernal War Boots', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'2300', N'2930', N'484') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046001', N'Cruach War Boots', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046002', N'Moyitura War Boots', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'2300', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046003', N'Forwar War Boots', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046004', N'Banded War Boots', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046005', N'Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046006', N'Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046101', N'Bloody Cruaich War Boots', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046102', N'Bloody Moitura War Boots', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'2300', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046103', N'Bloody For War War Boots', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046104', N'Bloody Bandeda War Boots', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046105', N'Bloody Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046106', N'Bloody Dual Prop War Boots', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046203', N'Shadow Cruach War Boots', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046204', N'Shadow Moyitura War Boots', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'2300', N'5370', N'886') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046205', N'Shadow Forwar War Boots', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046206', N'Shadow Banded War Boots', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8090', N'1335') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046207', N'Shadow Unbreakable War Boots', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9450', N'1559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'615046208', N'Shadow Dual Prop War Boots', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011001', N'Great Fabric Belt', N'1', N'0', N'0', N'1', N'1', N'2', N'3000', N'0', N'0', N'2', N'200', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011002', N'Linen Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'5', N'3000', N'0', N'0', N'2', N'200', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011003', N'Fleece Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'8', N'3000', N'0', N'0', N'2', N'200', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011004', N'Silky Yarn Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'11', N'3000', N'0', N'0', N'2', N'200', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011005', N'Wool Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'14', N'3000', N'0', N'0', N'2', N'200', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011006', N'Silk Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'17', N'3000', N'0', N'0', N'2', N'200', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011007', N'Ram''s Wool Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011008', N'Muslin Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'23', N'3000', N'0', N'0', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011009', N'Luna Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'26', N'3000', N'0', N'0', N'2', N'200', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011010', N'Celestial Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'29', N'3000', N'0', N'0', N'2', N'200', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011011', N'Mystical Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'32', N'3000', N'0', N'0', N'2', N'200', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011012', N'Sorceress Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'35', N'3000', N'0', N'0', N'2', N'200', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011013', N'Angora Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'38', N'3000', N'0', N'0', N'2', N'200', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011014', N'Aramid Belt of Blood', N'1', N'0', N'0', N'1', N'1', N'41', N'3000', N'0', N'0', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011015', N'Great Berber Belt', N'1', N'0', N'0', N'1', N'1', N'44', N'3000', N'0', N'0', N'2', N'200', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011016', N'Great Brocade Belt', N'1', N'0', N'0', N'1', N'1', N'47', N'3000', N'0', N'0', N'2', N'200', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011017', N'Great Doeskin Belt', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616011018', N'Improved Weaving Belt', N'1', N'0', N'0', N'1', N'1', N'53', N'3000', N'0', N'0', N'2', N'200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012001', N'Great Fabric Belt', N'1', N'0', N'0', N'1', N'2', N'3', N'3200', N'0', N'3', N'2', N'200', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012002', N'Linen Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'6', N'3200', N'0', N'3', N'2', N'200', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012003', N'Fleece Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'9', N'3200', N'0', N'3', N'2', N'200', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012004', N'Silky Yarn Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'12', N'3200', N'0', N'3', N'2', N'200', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012005', N'Wool Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'15', N'3200', N'0', N'3', N'2', N'200', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012006', N'Silk Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'18', N'3200', N'0', N'3', N'2', N'200', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012007', N'Ram''s Wool Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'21', N'3200', N'0', N'3', N'2', N'200', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012008', N'Muslin Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'24', N'3200', N'0', N'3', N'2', N'200', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012009', N'Luna Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'27', N'3200', N'0', N'3', N'2', N'200', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012010', N'Celestial Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'200', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012011', N'Mystical Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'33', N'3200', N'0', N'3', N'2', N'200', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012012', N'Sorceress Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'36', N'3200', N'0', N'3', N'2', N'200', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012013', N'Angora Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'39', N'3200', N'0', N'3', N'2', N'200', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012014', N'Aramid Belt of Blood', N'1', N'0', N'0', N'1', N'2', N'42', N'3200', N'0', N'3', N'2', N'200', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012015', N'Great Berber Belt', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'200', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012016', N'Great Brocade Belt', N'1', N'0', N'0', N'1', N'2', N'48', N'3200', N'0', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012017', N'Great Doeskin Belt', N'1', N'0', N'0', N'1', N'2', N'51', N'3200', N'0', N'3', N'2', N'200', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616012018', N'Improved Nea Belt', N'1', N'0', N'0', N'1', N'2', N'54', N'3200', N'0', N'3', N'2', N'200', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014001', N'Lavish Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'3400', N'1', N'3', N'2', N'200', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014002', N'Insidious Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'3400', N'1', N'3', N'2', N'200', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014003', N'Exceptional Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'3400', N'1', N'3', N'2', N'200', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014004', N'Fervid Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'200', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014005', N'Nefarious Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'3400', N'1', N'3', N'2', N'200', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014006', N'Diabolic Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014007', N'Sacred Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'3400', N'1', N'3', N'2', N'200', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014008', N'Devious Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014009', N'Distinct Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014010', N'Taffeta Belt of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616014011', N'Improved Obscure Belt', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'200', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015001', N'Vital Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'3600', N'1', N'3', N'2', N'200', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015002', N'Wisdom Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'200', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015003', N'Bentus Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015004', N'Raschel Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015005', N'Calico Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015006', N'Lumen Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'3600', N'1', N'3', N'2', N'200', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015007', N'Starlight Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015008', N'Fluer Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'200', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015009', N'Pincord Belt of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015010', N'Improved Dusk Belt', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'200', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015102', N'Bloody Wisdom Belt', N'1', N'1', N'3', N'1', N'5', N'15', N'3600', N'1', N'3', N'2', N'200', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015103', N'Bloody Ventus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015104', N'Bloody Silentium Belt', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015201', N'Shadow Bentus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616015202', N'Shadow Sirenchium Belt', N'1', N'1', N'3', N'1', N'5', N'25', N'3600', N'1', N'3', N'2', N'200', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016001', N'Danu Belt', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016002', N'Morpheus Belt', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016003', N'Memoria Belt', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016004', N'Lindsey Belt', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016005', N'Grace Belt', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016006', N'Grace Belt', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016101', N'Bloody Danu Belt', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016102', N'Bloody Morphous Belt', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016103', N'Bloody Memoria Belt', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016104', N'Bloody Lingee Belt', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016105', N'Bloody Grace Belt', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016106', N'Bloody Dominator Belt', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016203', N'Shadow Danu Belt', N'1', N'1', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016204', N'Shadow Morpheus Belt', N'1', N'1', N'2', N'1', N'6', N'35', N'4000', N'1', N'3', N'2', N'200', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016205', N'Shadow Memoria Belt', N'1', N'1', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016206', N'Shadow Linsey Belt', N'1', N'1', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6080', N'1003') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016207', N'Shadow Grace Belt', N'1', N'1', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616016208', N'Shadow Dominator Belt', N'1', N'1', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021001', N'Great Light Leather Belt', N'1', N'0', N'0', N'2', N'1', N'2', N'3000', N'0', N'0', N'2', N'300', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021002', N'Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'5', N'3000', N'0', N'0', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021003', N'Quilted Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'8', N'3000', N'0', N'0', N'2', N'300', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021004', N'Studded Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'11', N'3000', N'0', N'0', N'2', N'300', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021005', N'Heavy Leather Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'14', N'3000', N'0', N'0', N'2', N'300', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021006', N'Carp Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'17', N'3000', N'0', N'0', N'2', N'300', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021007', N'Suede Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021008', N'Nubuck Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'23', N'3000', N'0', N'0', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021009', N'Slink Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'26', N'3000', N'0', N'0', N'2', N'300', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021010', N'Hide Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'29', N'3000', N'0', N'0', N'2', N'300', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021011', N'Buckskin Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'32', N'3000', N'0', N'0', N'2', N'300', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021012', N'Shagreen Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'35', N'3000', N'0', N'0', N'2', N'300', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021013', N'Lamellar Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'38', N'3000', N'0', N'0', N'2', N'300', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021014', N'Brigandine Belt of Blood', N'1', N'0', N'0', N'2', N'1', N'41', N'3000', N'0', N'0', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021015', N'Great Lorica Belt', N'1', N'0', N'0', N'2', N'1', N'44', N'3000', N'0', N'0', N'2', N'300', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021016', N'Great Swollen Leather Belt', N'1', N'0', N'0', N'2', N'1', N'47', N'3000', N'0', N'0', N'2', N'300', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021017', N'Great Sinful Leather Belt', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616021018', N'Improved Artisanal Leather Belt', N'1', N'0', N'0', N'2', N'1', N'53', N'3000', N'0', N'0', N'2', N'300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022001', N'Great Light Leather Belt', N'1', N'0', N'0', N'2', N'2', N'3', N'3200', N'0', N'3', N'2', N'300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022002', N'Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'6', N'3200', N'0', N'3', N'2', N'300', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022003', N'Quilted Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'9', N'3200', N'0', N'3', N'2', N'300', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022004', N'Studded Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'12', N'3200', N'0', N'3', N'2', N'300', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022005', N'Heavy Leather Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'15', N'3200', N'0', N'3', N'2', N'300', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022006', N'Carp Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'18', N'3200', N'0', N'3', N'2', N'300', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022007', N'Suede Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'21', N'3200', N'0', N'3', N'2', N'300', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022008', N'Nubuck Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'24', N'3200', N'0', N'3', N'2', N'300', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022009', N'Slink Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'27', N'3200', N'0', N'3', N'2', N'300', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022010', N'Hide Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'300', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022011', N'Buckskin Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'33', N'3200', N'0', N'3', N'2', N'300', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022012', N'Shagreen Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'36', N'3200', N'0', N'3', N'2', N'300', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022013', N'Lamellar Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'39', N'3200', N'0', N'3', N'2', N'300', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022014', N'Brigandine Belt of Blood', N'1', N'0', N'0', N'2', N'2', N'42', N'3200', N'0', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022015', N'Great Lorica Belt', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'300', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022016', N'Great Swollen Leather Belt', N'1', N'0', N'0', N'2', N'2', N'48', N'3200', N'0', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022017', N'Great Sinful Leather Belt', N'1', N'0', N'0', N'2', N'2', N'51', N'3200', N'0', N'3', N'2', N'300', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616022018', N'Improved DS Leather Belt', N'1', N'0', N'0', N'2', N'2', N'54', N'3200', N'0', N'3', N'2', N'300', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024001', N'Authentic Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'3400', N'1', N'3', N'2', N'300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024002', N'Camouflage Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'3400', N'1', N'3', N'2', N'300', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024003', N'Illicit Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'3400', N'1', N'3', N'2', N'300', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024004', N'Rugged Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'300', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024005', N'Dread Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'3400', N'1', N'3', N'2', N'300', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024006', N'Tough Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024007', N'Haken-hide Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'3400', N'1', N'3', N'2', N'300', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024008', N'Combat Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024009', N'Genuine Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024010', N'Superior Leather Belt of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616024011', N'Improved Posh Leather Belt', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'300', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025001', N'Tanned Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'3600', N'1', N'3', N'2', N'300', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025002', N'Rawhide Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'300', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025003', N'Demonic Leather Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025004', N'Praetorian Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025005', N'Lacrimal Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025006', N'Eminent Leather Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'3600', N'1', N'3', N'2', N'300', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025007', N'Aquarius Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025008', N'Rogue Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'300', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025009', N'Fianna Belt of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025010', N'Improved Arcane Leather Belt', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'300', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025102', N'Bloody Dried Leather Belt', N'1', N'1', N'3', N'2', N'5', N'15', N'3600', N'1', N'3', N'2', N'300', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025103', N'Bloody Descend Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025104', N'Bloody Predator Leather Belt', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025201', N'Shadow Descend Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616025202', N'Shadow Praeterita Leather Belt', N'1', N'1', N'3', N'2', N'5', N'25', N'3600', N'1', N'3', N'2', N'300', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026001', N'Airgetlam Leather Belt', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026002', N'Lir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026003', N'Mir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026004', N'Ellodi Leather Belt', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026005', N'Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026006', N'Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026101', N'Bloody Alrget-Lamh Leather Belt', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026102', N'Bloody Lyre Leather Belt', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026103', N'Bloody Mir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026104', N'Bloody Elody Leather Belt', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026105', N'Bloody Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026106', N'Bloody Levices Belt', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026203', N'Shadow Airgetlam Leather Belt', N'1', N'1', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026204', N'Shadow Lir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'35', N'4000', N'1', N'3', N'2', N'300', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026205', N'Shadow Mir Leather Belt', N'1', N'1', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026206', N'Shadow Elody Leather Belt', N'1', N'1', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026207', N'Shadow Blast Leather Belt', N'1', N'1', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616026208', N'Shadow Levices Belt', N'1', N'1', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031001', N'Great Tedder Belt', N'1', N'0', N'0', N'3', N'1', N'2', N'3000', N'0', N'0', N'2', N'500', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031002', N'Chain Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'5', N'3000', N'0', N'0', N'2', N'500', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031003', N'Wire Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'8', N'3000', N'0', N'0', N'2', N'500', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031004', N'Hunter Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'11', N'3000', N'0', N'0', N'2', N'500', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031005', N'Battle Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'14', N'3000', N'0', N'0', N'2', N'500', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031006', N'Devout Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'17', N'3000', N'0', N'0', N'2', N'500', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031007', N'Banded Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031008', N'Linked Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'23', N'3000', N'0', N'0', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031009', N'Splinted Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'26', N'3000', N'0', N'0', N'2', N'500', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031010', N'Rivet Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'29', N'3000', N'0', N'0', N'2', N'500', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031011', N'Venetian Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'32', N'3000', N'0', N'0', N'2', N'500', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031012', N'Arquebus Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'35', N'3000', N'0', N'0', N'2', N'500', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031013', N'Acorn Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'38', N'3000', N'0', N'0', N'2', N'500', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031014', N'Aventail Belt of Blood', N'1', N'0', N'0', N'3', N'1', N'41', N'3000', N'0', N'0', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031015', N'Great Chain Belt', N'1', N'0', N'0', N'3', N'1', N'44', N'3000', N'0', N'0', N'2', N'500', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031016', N'Great Genovese Belt', N'1', N'0', N'0', N'3', N'1', N'47', N'3000', N'0', N'0', N'2', N'500', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031017', N'Great Peltman Chain Belt', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616031018', N'Improved Concours Chain Belt', N'1', N'0', N'0', N'3', N'1', N'53', N'3000', N'0', N'0', N'2', N'500', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032001', N'Great Tedder Belt', N'1', N'0', N'0', N'3', N'2', N'3', N'3200', N'0', N'3', N'2', N'500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032002', N'Chain Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'6', N'3200', N'0', N'3', N'2', N'500', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032003', N'Wire Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'9', N'3200', N'0', N'3', N'2', N'500', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032004', N'Hunter Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'12', N'3200', N'0', N'3', N'2', N'500', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032005', N'Battle Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'15', N'3200', N'0', N'3', N'2', N'500', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032006', N'Devout Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'18', N'3200', N'0', N'3', N'2', N'500', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032007', N'Banded Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'21', N'3200', N'0', N'3', N'2', N'500', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032008', N'Linked Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'24', N'3200', N'0', N'3', N'2', N'500', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032009', N'Splinted Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'27', N'3200', N'0', N'3', N'2', N'500', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032010', N'Rivet Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'500', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032011', N'Venetian Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'33', N'3200', N'0', N'3', N'2', N'500', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032012', N'Arquebus Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'36', N'3200', N'0', N'3', N'2', N'500', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032013', N'Acorn Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'39', N'3200', N'0', N'3', N'2', N'500', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032014', N'Aventail Belt of Blood', N'1', N'0', N'0', N'3', N'2', N'42', N'3200', N'0', N'3', N'2', N'500', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032015', N'Great Chain Belt', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'500', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032016', N'Great Genovese Belt', N'1', N'0', N'0', N'3', N'2', N'48', N'3200', N'0', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032017', N'Great Peltman Chain Belt', N'1', N'0', N'0', N'3', N'2', N'51', N'3200', N'0', N'3', N'2', N'500', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616032018', N'Improved Natura Chain Belt', N'1', N'0', N'0', N'3', N'2', N'54', N'3200', N'0', N'3', N'2', N'500', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034001', N'Gritty Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'3400', N'1', N'3', N'2', N'500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034002', N'Heavy Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'3400', N'1', N'3', N'2', N'500', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034003', N'Ultimate Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'3400', N'1', N'3', N'2', N'500', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034004', N'Brisk Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'500', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034005', N'Bound Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'3400', N'1', N'3', N'2', N'500', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034006', N'Secure Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034007', N'Devout Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'3400', N'1', N'3', N'2', N'500', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034008', N'Solid Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034009', N'Discarded Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034010', N'Engraved Chain Belt of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616034011', N'Improved Cure Chain Belt', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'500', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035001', N'Dense Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'3600', N'1', N'3', N'2', N'500', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035002', N'Burnished Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'500', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035003', N'Ribbed Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035004', N'Arcane Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035005', N'Ashen Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035006', N'Placidus Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'3600', N'1', N'3', N'2', N'500', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035007', N'Armadillo Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035008', N'Bulwark Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'500', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035009', N'Cardiff Chain Belt of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035010', N'Improved Armed Chain Belt', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'500', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035102', N'Bloody Pleasure Chain Belt', N'1', N'1', N'3', N'3', N'5', N'15', N'3600', N'1', N'3', N'2', N'500', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035103', N'Bloody Rebellion Chain Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035104', N'Bloody Velum Chain Belt', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035201', N'Shadow Riberion Chain Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616035202', N'Shadow Velum Chain Belt', N'1', N'1', N'3', N'3', N'5', N'25', N'3600', N'1', N'3', N'2', N'500', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036001', N'Ecne Chain Belt', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036002', N'Jamel Ducob Chain Belt', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036003', N'Badb Catha Chain Belt', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036004', N'Hinchi Chain Belt', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036005', N'Soul Eater''s Chain Belt', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036006', N'Soul Eater''s Chain Belt', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036101', N'Bloody Ecne Chain Belt', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036102', N'Bloody Jamelducov Chain Belt', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036103', N'Bloody Badhdh Cath Chain Belt', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036104', N'Bloody Hinche Chain Belt', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036105', N'Bloody Soul-Eater Chain Belt', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036106', N'Bloody Silver Tinge Belt', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036203', N'Shadow Ecne Chain Belt', N'1', N'1', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036204', N'Shadow Jamel Ducob Chain Belt', N'1', N'1', N'2', N'3', N'6', N'35', N'4000', N'1', N'3', N'2', N'500', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036205', N'Shadow Babd Catha Chain Belt', N'1', N'1', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036206', N'Shadow Hinchi Chain Belt', N'1', N'1', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036207', N'Shadow Soul Eater''s Chain Belt', N'1', N'1', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616036208', N'Shadow Silver Tinge Belt', N'1', N'1', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041001', N'Great Fryderyk War Belt', N'1', N'0', N'0', N'4', N'1', N'2', N'3000', N'0', N'0', N'2', N'900', N'60', N'9') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041002', N'Padded War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'5', N'3000', N'0', N'0', N'2', N'900', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041003', N'Hauberk War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'8', N'3000', N'0', N'0', N'2', N'900', N'330', N'55') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041004', N'Scale War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'11', N'3000', N'0', N'0', N'2', N'900', N'500', N'82') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041005', N'Steel War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'14', N'3000', N'0', N'0', N'2', N'900', N'720', N'118') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041006', N'Spiral War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'17', N'3000', N'0', N'0', N'2', N'900', N'960', N'158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041007', N'Hoplite Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041008', N'Full War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'23', N'3000', N'0', N'0', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041009', N'Ornate War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'26', N'3000', N'0', N'0', N'2', N'900', N'1870', N'309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041010', N'Rune War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'29', N'3000', N'0', N'0', N'2', N'900', N'2240', N'369') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041011', N'Raven War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'32', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041012', N'Castilian Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'35', N'3000', N'0', N'0', N'2', N'900', N'3060', N'504') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041013', N'Baleog War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'38', N'3000', N'0', N'0', N'2', N'900', N'3520', N'580') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041014', N'Drake War Belt of Blood', N'1', N'0', N'0', N'4', N'1', N'41', N'3000', N'0', N'0', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041015', N'Great Crysis War Belt', N'1', N'0', N'0', N'4', N'1', N'44', N'3000', N'0', N'0', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041016', N'Great Traviron War Belt', N'1', N'0', N'0', N'4', N'1', N'47', N'3000', N'0', N'0', N'2', N'900', N'5090', N'840') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041017', N'Great Dragoon Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616041018', N'Improved Watcher''s War Belt', N'1', N'0', N'0', N'4', N'1', N'53', N'3000', N'0', N'0', N'2', N'900', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042001', N'Great Fryderyk War Belt', N'1', N'0', N'0', N'4', N'2', N'3', N'3200', N'0', N'3', N'2', N'900', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042002', N'Padded War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'6', N'3200', N'0', N'3', N'2', N'900', N'240', N'39') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042003', N'Hauberk War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'9', N'3200', N'0', N'3', N'2', N'900', N'410', N'68') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042004', N'Scale War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'12', N'3200', N'0', N'3', N'2', N'900', N'610', N'101') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042005', N'Steel War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'15', N'3200', N'0', N'3', N'2', N'900', N'840', N'138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042006', N'Spiral War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'18', N'3200', N'0', N'3', N'2', N'900', N'1110', N'183') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042007', N'Hoplite Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'21', N'3200', N'0', N'3', N'2', N'900', N'1410', N'233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042008', N'Full War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'24', N'3200', N'0', N'3', N'2', N'900', N'1750', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042009', N'Ornate War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'27', N'3200', N'0', N'3', N'2', N'900', N'2120', N'349') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042010', N'Rune War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2520', N'415') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042011', N'Raven War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'33', N'3200', N'0', N'3', N'2', N'900', N'2950', N'487') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042012', N'Castilian Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'36', N'3200', N'0', N'3', N'2', N'900', N'3420', N'564') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042013', N'Baleog War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'39', N'3200', N'0', N'3', N'2', N'900', N'3920', N'646') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042014', N'Drake War Belt of Blood', N'1', N'0', N'0', N'4', N'2', N'42', N'3200', N'0', N'3', N'2', N'900', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042015', N'Great Crysis War Belt', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042016', N'Great Traviron War Belt', N'1', N'0', N'0', N'4', N'2', N'48', N'3200', N'0', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042017', N'Great Dragoon Belt', N'1', N'0', N'0', N'4', N'2', N'51', N'3200', N'0', N'3', N'2', N'900', N'6240', N'1029') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616042018', N'Improved Repel War Belt', N'1', N'0', N'0', N'4', N'2', N'54', N'3200', N'0', N'3', N'2', N'900', N'6910', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044001', N'Shining Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'3400', N'1', N'3', N'2', N'900', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044002', N'Dazzling Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'3400', N'1', N'3', N'2', N'900', N'520', N'85') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044003', N'Assault War Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'3400', N'1', N'3', N'2', N'900', N'940', N'155') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044004', N'Gendarme Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1460', N'240') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044005', N'Enduring War Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'3400', N'1', N'3', N'2', N'900', N'2090', N'345') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044006', N'Jousting Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044007', N'Stark Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'3400', N'1', N'3', N'2', N'900', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044008', N'Menacing Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044009', N'Hazardous War Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044010', N'Expert Belt of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616044011', N'Improved Suspicious War Belt', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'7980', N'1317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045001', N'Doomed Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'3600', N'1', N'3', N'2', N'900', N'550', N'91') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045002', N'Essential War Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045003', N'Blazing Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045004', N'Infernal War Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045005', N'Field Marshal Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045006', N'Destined Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'3600', N'1', N'3', N'2', N'900', N'3830', N'632') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045007', N'Knightly Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045008', N'Fergana War Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045009', N'Avernus Belt of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045010', N'Improved Flame War Belt', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045102', N'Bloody Essential War Belt', N'1', N'1', N'3', N'4', N'5', N'15', N'3600', N'1', N'3', N'2', N'900', N'990', N'163') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045103', N'Bloody Blaze War Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045104', N'Bloody Inferna War Belt', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045201', N'Shadow Blaze War Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616045202', N'Shadow Infernal War Belt', N'1', N'1', N'3', N'4', N'5', N'25', N'3600', N'1', N'3', N'2', N'900', N'2200', N'363') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046001', N'Cruach War Belt', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046002', N'Moyitura War Belt', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046003', N'Forwar War Belt', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046004', N'Banded War Belt', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046005', N'Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046006', N'Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046101', N'Bloody Cruaich War Belt', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046102', N'Bloody Moitura War Belt', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046103', N'Bloody For War War Belt', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046104', N'Bloody Bandeda War Belt', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046105', N'Bloody Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046106', N'Bloody Dual Prop Belt', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046203', N'Shadow Cruach War Belt', N'1', N'1', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046204', N'Shadow Moyitura War Belt', N'1', N'1', N'2', N'4', N'6', N'35', N'4000', N'1', N'3', N'2', N'900', N'4020', N'663') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046205', N'Shadow Forwar War Belt', N'1', N'1', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046206', N'Shadow Banded War Belt', N'1', N'1', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6080', N'1004') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046207', N'Shadow Unbreakable War Belt', N'1', N'1', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7110', N'1175') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'616046208', N'Shadow Dual Prop Belt', N'1', N'1', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011001', N'Fabric Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'3', N'4000', N'0', N'0', N'2', N'300', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011002', N'Linen Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'6', N'4000', N'0', N'0', N'2', N'300', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011003', N'Fleece Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'9', N'4000', N'0', N'0', N'2', N'300', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011004', N'Silky Yarn Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'12', N'4000', N'0', N'0', N'2', N'300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011005', N'Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'15', N'4000', N'0', N'0', N'2', N'300', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011006', N'Silk Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'18', N'4000', N'0', N'0', N'2', N'300', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011007', N'Ram''s Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'21', N'4000', N'0', N'0', N'2', N'300', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011008', N'Muslin Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'24', N'4000', N'0', N'0', N'2', N'300', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011009', N'Luna Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'27', N'4000', N'0', N'0', N'2', N'300', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011010', N'Celestial Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011011', N'Mystical Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'33', N'4000', N'0', N'0', N'2', N'300', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011012', N'Sorceress Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'36', N'4000', N'0', N'0', N'2', N'300', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011013', N'Angora Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'39', N'4000', N'0', N'0', N'2', N'300', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011014', N'Aramid Gloves of Blood', N'1', N'0', N'0', N'1', N'1', N'42', N'4000', N'0', N'0', N'2', N'300', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011015', N'Great Berber Gloves', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011016', N'Great Brocade Gloves', N'1', N'0', N'0', N'1', N'1', N'48', N'4000', N'0', N'0', N'2', N'300', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011017', N'Great Doeskin Gloves', N'1', N'0', N'0', N'1', N'1', N'51', N'4000', N'0', N'0', N'2', N'300', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620011018', N'Improved Weaving Gloves', N'1', N'0', N'0', N'1', N'1', N'54', N'4000', N'0', N'0', N'2', N'300', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012001', N'Fabric Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'4', N'4200', N'0', N'3', N'2', N'300', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012002', N'Linen Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'7', N'4200', N'0', N'3', N'2', N'300', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012003', N'Fleece Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'10', N'4200', N'0', N'3', N'2', N'300', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012004', N'Silky Yarn Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'13', N'4200', N'0', N'3', N'2', N'300', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012005', N'Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'16', N'4200', N'0', N'3', N'2', N'300', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012006', N'Silk Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'19', N'4200', N'0', N'3', N'2', N'300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012007', N'Ram''s Wool Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'22', N'4200', N'0', N'3', N'2', N'300', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012008', N'Muslin Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'25', N'4200', N'0', N'3', N'2', N'300', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012009', N'Luna Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'28', N'4200', N'0', N'3', N'2', N'300', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012010', N'Celestial Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'31', N'4200', N'0', N'3', N'2', N'300', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012011', N'Mystical Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'34', N'4200', N'0', N'3', N'2', N'300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012012', N'Sorceress Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'37', N'4200', N'0', N'3', N'2', N'300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012013', N'Angora Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012014', N'Aramid Gloves of Blood', N'1', N'0', N'0', N'1', N'2', N'43', N'4200', N'0', N'3', N'2', N'300', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012015', N'Great Berber Gloves', N'1', N'0', N'0', N'1', N'2', N'46', N'4200', N'0', N'3', N'2', N'300', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012016', N'Great Brocade Gloves', N'1', N'0', N'0', N'1', N'2', N'49', N'4200', N'0', N'3', N'2', N'300', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012017', N'Great Doeskin Gloves', N'1', N'0', N'0', N'1', N'2', N'52', N'4200', N'0', N'3', N'2', N'300', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620012018', N'Improved Nea Gloves', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014001', N'Lavish Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'5', N'4400', N'1', N'3', N'2', N'300', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014002', N'Insidious Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'10', N'4400', N'1', N'3', N'2', N'300', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014003', N'Exceptional Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'15', N'4400', N'1', N'3', N'2', N'300', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014004', N'Fervid Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014005', N'Nefarious Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'25', N'4400', N'1', N'3', N'2', N'300', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014006', N'Diabolic Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014007', N'Sacred Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'35', N'4400', N'1', N'3', N'2', N'300', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014008', N'Devious Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014009', N'Distinct Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014010', N'Taffeta Gloves of Blood', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620014011', N'Improved Obscure Gloves', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015001', N'Vital Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'10', N'4600', N'1', N'3', N'2', N'300', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015002', N'Wisdom Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'300', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015003', N'Bentus Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015004', N'Raschel Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015005', N'Calico Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015006', N'Lumen Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'35', N'4600', N'1', N'3', N'2', N'300', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015007', N'Starlight Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015008', N'Fluer Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015009', N'Pincord Gloves of Blood', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015010', N'Improved Dusk Gloves', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015102', N'Bloody Wisdom Gloves', N'1', N'1', N'3', N'1', N'5', N'15', N'4600', N'1', N'3', N'2', N'300', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015103', N'Bloody Ventus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015104', N'Bloody Silentium Gloves', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015201', N'Shadow Bentus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620015202', N'Shadow Sirenchium Gloves', N'1', N'1', N'3', N'1', N'5', N'25', N'4600', N'1', N'3', N'2', N'300', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016001', N'Danu Gloves', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016002', N'Morpheus Gloves', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016003', N'Memoria Gloves', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016004', N'Lindsey Gloves', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016005', N'Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016006', N'Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016101', N'Bloody Danu Gloves', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016102', N'Bloody Morphous Gloves', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016103', N'Bloody Memoria Gloves', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016104', N'Bloody Lingee Gloves', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016105', N'Bloody Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016106', N'Bloody Dominator Gloves', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016203', N'Shadow Danu Gloves', N'1', N'1', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016204', N'Shadow Morpheus Gloves', N'1', N'1', N'2', N'1', N'6', N'35', N'5000', N'1', N'3', N'2', N'300', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016205', N'Shadow Memoria Gloves', N'1', N'1', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016206', N'Shadow Linsey Gloves', N'1', N'1', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016207', N'Shadow Grace Gloves', N'1', N'1', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620016208', N'Shadow Dominator Gloves', N'1', N'1', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021001', N'Light Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'3', N'4000', N'0', N'0', N'2', N'400', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021002', N'Layered Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'6', N'4000', N'0', N'0', N'2', N'400', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021003', N'Quilted Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'9', N'4000', N'0', N'0', N'2', N'400', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021004', N'Studded Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'12', N'4000', N'0', N'0', N'2', N'400', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021005', N'Hunter Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'15', N'4000', N'0', N'0', N'2', N'400', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021006', N'Carp Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'18', N'4000', N'0', N'0', N'2', N'400', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021007', N'Suede Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'21', N'4000', N'0', N'0', N'2', N'400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021008', N'Nubuck Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'24', N'4000', N'0', N'0', N'2', N'400', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021009', N'Slink Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'27', N'4000', N'0', N'0', N'2', N'400', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021010', N'Hide Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'400', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021011', N'Buckskin Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'33', N'4000', N'0', N'0', N'2', N'400', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021012', N'Shagreen Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'36', N'4000', N'0', N'0', N'2', N'400', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021013', N'Lamellar Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'39', N'4000', N'0', N'0', N'2', N'400', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021014', N'Brigandine Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'1', N'42', N'4000', N'0', N'0', N'2', N'400', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021015', N'Great Lorica Gloves', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'400', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021016', N'Great Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'48', N'4000', N'0', N'0', N'2', N'400', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021017', N'Great Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'51', N'4000', N'0', N'0', N'2', N'400', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620021018', N'Improved Artisanal Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'54', N'4000', N'0', N'0', N'2', N'400', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022001', N'Light Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'4', N'4200', N'0', N'3', N'2', N'400', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022002', N'Layered Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'7', N'4200', N'0', N'3', N'2', N'400', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022003', N'Quilted Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'10', N'4200', N'0', N'3', N'2', N'400', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022004', N'Studded Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'13', N'4200', N'0', N'3', N'2', N'400', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022005', N'Hunter Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'16', N'4200', N'0', N'3', N'2', N'400', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022006', N'Carp Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'19', N'4200', N'0', N'3', N'2', N'400', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022007', N'Suede Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'22', N'4200', N'0', N'3', N'2', N'400', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022008', N'Nubuck Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'25', N'4200', N'0', N'3', N'2', N'400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022009', N'Slink Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'28', N'4200', N'0', N'3', N'2', N'400', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022010', N'Hide Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'31', N'4200', N'0', N'3', N'2', N'400', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022011', N'Buckskin Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'34', N'4200', N'0', N'3', N'2', N'400', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022012', N'Shagreen Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'37', N'4200', N'0', N'3', N'2', N'400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022013', N'Lamellar Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'400', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022014', N'Brigandine Leather Gloves of Blood', N'1', N'0', N'0', N'2', N'2', N'43', N'4200', N'0', N'3', N'2', N'400', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022015', N'Great Lorica Gloves', N'1', N'0', N'0', N'2', N'2', N'46', N'4200', N'0', N'3', N'2', N'400', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022016', N'Great Swollen Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'49', N'4200', N'0', N'3', N'2', N'400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022017', N'Great Sinful Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'52', N'4200', N'0', N'3', N'2', N'400', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620022018', N'Improved DS Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'400', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024001', N'Authentic Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'5', N'4400', N'1', N'3', N'2', N'400', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024002', N'Camouflage Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'10', N'4400', N'1', N'3', N'2', N'400', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024003', N'Illicit Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'15', N'4400', N'1', N'3', N'2', N'400', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024004', N'Rugged Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'400', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024005', N'Dread Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'25', N'4400', N'1', N'3', N'2', N'400', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024006', N'Tough Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'400', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024007', N'Haken-hide Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'35', N'4400', N'1', N'3', N'2', N'400', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024008', N'Combat Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'400', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024009', N'Genuine Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'400', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024010', N'Superior Leather Gloves of Blood', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'400', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620024011', N'Improved Posh Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'400', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025001', N'Tanned Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'10', N'4600', N'1', N'3', N'2', N'400', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025002', N'Rawhide Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'400', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025003', N'Demonic Leather Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025004', N'Praetorian Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025005', N'Lacrimal Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'400', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025006', N'Eminent Leather Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'35', N'4600', N'1', N'3', N'2', N'400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025007', N'Aquarius Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'400', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025008', N'Rogue Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'400', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025009', N'Fianna Gloves of Blood', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'400', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025010', N'Improved Arcane Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'400', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025102', N'Bloody Dried Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'15', N'4600', N'1', N'3', N'2', N'400', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025103', N'Bloody Descend Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025104', N'Bloody Predator Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025201', N'Shadow Descend Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'400', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620025202', N'Shadow Praeterita Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'25', N'4600', N'1', N'3', N'2', N'400', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026001', N'Airgetlam Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'400', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026002', N'Lir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'400', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026003', N'Mir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'400', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026004', N'Ellodi Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026005', N'Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'400', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026006', N'Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'400', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026101', N'Bloody Alrget-Lamh Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'400', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026102', N'Bloody Lyre Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'400', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026103', N'Bloody Mir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'400', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026104', N'Bloody Elody Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026105', N'Bloody Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'400', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026106', N'Bloody Levices Gloves', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'400', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026203', N'Shadow Airgetlam Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'400', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026204', N'Shadow Lir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'35', N'5000', N'1', N'3', N'2', N'400', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026205', N'Shadow Mir Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'400', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026206', N'Shadow Elody Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'400', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026207', N'Shadow Blast Leather Gloves', N'1', N'1', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'400', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620026208', N'Shadow Levices Gloves', N'1', N'1', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'400', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031001', N'Ringed Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'3', N'4000', N'0', N'0', N'2', N'600', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031002', N'Hooked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'6', N'4000', N'0', N'0', N'2', N'600', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031003', N'Wire Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'9', N'4000', N'0', N'0', N'2', N'600', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031004', N'Hunter Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'12', N'4000', N'0', N'0', N'2', N'600', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031005', N'Battle Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'15', N'4000', N'0', N'0', N'2', N'600', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031006', N'Devout Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'18', N'4000', N'0', N'0', N'2', N'600', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031007', N'Banded Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'21', N'4000', N'0', N'0', N'2', N'600', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031008', N'Linked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'24', N'4000', N'0', N'0', N'2', N'600', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031009', N'Splinted Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'27', N'4000', N'0', N'0', N'2', N'600', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031010', N'Rivet Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031011', N'Venetian Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'33', N'4000', N'0', N'0', N'2', N'600', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031012', N'Arquebus Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'36', N'4000', N'0', N'0', N'2', N'600', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031013', N'Acorn Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'39', N'4000', N'0', N'0', N'2', N'600', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031014', N'Aventail Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'1', N'42', N'4000', N'0', N'0', N'2', N'600', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031015', N'Great Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031016', N'Great Genovese Gloves', N'1', N'0', N'0', N'3', N'1', N'48', N'4000', N'0', N'0', N'2', N'600', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031017', N'Great Peltman Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'51', N'4000', N'0', N'0', N'2', N'600', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620031018', N'Improved Concours Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'54', N'4000', N'0', N'0', N'2', N'600', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032001', N'Ringed Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'4', N'4200', N'0', N'3', N'2', N'600', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032002', N'Hooked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'7', N'4200', N'0', N'3', N'2', N'600', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032003', N'Wire Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'10', N'4200', N'0', N'3', N'2', N'600', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032004', N'Hunter Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'13', N'4200', N'0', N'3', N'2', N'600', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032005', N'Battle Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'16', N'4200', N'0', N'3', N'2', N'600', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032006', N'Devout Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'19', N'4200', N'0', N'3', N'2', N'600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032007', N'Banded Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'22', N'4200', N'0', N'3', N'2', N'600', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032008', N'Linked Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'25', N'4200', N'0', N'3', N'2', N'600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032009', N'Splinted Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'28', N'4200', N'0', N'3', N'2', N'600', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032010', N'Rivet Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'31', N'4200', N'0', N'3', N'2', N'600', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032011', N'Venetian Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'34', N'4200', N'0', N'3', N'2', N'600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032012', N'Arquebus Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'37', N'4200', N'0', N'3', N'2', N'600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032013', N'Acorn Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032014', N'Aventail Chain Gloves of Blood', N'1', N'0', N'0', N'3', N'2', N'43', N'4200', N'0', N'3', N'2', N'600', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032015', N'Great Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'46', N'4200', N'0', N'3', N'2', N'600', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032016', N'Great Genovese Gloves', N'1', N'0', N'0', N'3', N'2', N'49', N'4200', N'0', N'3', N'2', N'600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032017', N'Great Peltman Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'52', N'4200', N'0', N'3', N'2', N'600', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620032018', N'Improved Natura Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034001', N'Gritty Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'5', N'4400', N'1', N'3', N'2', N'600', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034002', N'Heavy Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'10', N'4400', N'1', N'3', N'2', N'600', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034003', N'Ultimate Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'15', N'4400', N'1', N'3', N'2', N'600', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034004', N'Brisk Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034005', N'Bound Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'25', N'4400', N'1', N'3', N'2', N'600', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034006', N'Secure Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034007', N'Devout Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'35', N'4400', N'1', N'3', N'2', N'600', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034008', N'Solid Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034009', N'Discarded Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034010', N'Engraved Chain Gloves of Blood', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620034011', N'Improved Cure Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035001', N'Dense Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'10', N'4600', N'1', N'3', N'2', N'600', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035002', N'Burnished Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035003', N'Ribbed Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035004', N'Arcane Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035005', N'Ashen Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035006', N'Placidus Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'35', N'4600', N'1', N'3', N'2', N'600', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035007', N'Armadillo Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035008', N'Bulwark Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035009', N'Cardiff Chain Gloves of Blood', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035010', N'Improved Armed Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035102', N'Bloody Pleasure Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'15', N'4600', N'1', N'3', N'2', N'600', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035103', N'Bloody Rebellion Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035104', N'Bloody Velum Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035201', N'Shadow Riberion Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620035202', N'Shadow Velum Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'25', N'4600', N'1', N'3', N'2', N'600', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036001', N'Ecne Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036002', N'Jamel Ducob Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036003', N'Badb Catha Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036004', N'Hinchi Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036005', N'Soul Eater''s Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036006', N'Soul Eater''s Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036101', N'Bloody Ecne Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036102', N'Bloody Jamelducov Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036103', N'Bloody Badhdh Cath Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036104', N'Bloody Hinche Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036105', N'Bloody Soul-Eater Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036106', N'Bloody Silver Tinge Gloves', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036203', N'Shadow Ecne Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036204', N'Shadow Jamel Ducob Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'35', N'5000', N'1', N'3', N'2', N'600', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036205', N'Shadow Babd Catha Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036206', N'Shadow Hinchi Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036207', N'Shadow Soul Eater''s Chain Gloves', N'1', N'1', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620036208', N'Shadow Silver Tinge Gloves', N'1', N'1', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041001', N'Prelic War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'3', N'4000', N'0', N'0', N'2', N'1100', N'120', N'19') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041002', N'Padded War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'6', N'4000', N'0', N'0', N'2', N'1100', N'270', N'45') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041003', N'Hauberk War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'9', N'4000', N'0', N'0', N'2', N'1100', N'470', N'78') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041004', N'Scale War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'12', N'4000', N'0', N'0', N'2', N'1100', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041005', N'Steel War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'15', N'4000', N'0', N'0', N'2', N'1100', N'970', N'160') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041006', N'Spiral War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'18', N'4000', N'0', N'0', N'2', N'1100', N'1280', N'211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041007', N'Hoplite Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'21', N'4000', N'0', N'0', N'2', N'1100', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041008', N'Full War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'24', N'4000', N'0', N'0', N'2', N'1100', N'2010', N'332') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041009', N'Ornate War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'27', N'4000', N'0', N'0', N'2', N'1100', N'2430', N'401') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041010', N'Rune War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'1100', N'2900', N'478') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041011', N'Raven War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'33', N'4000', N'0', N'0', N'2', N'1100', N'3390', N'559') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041012', N'Castilian Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'36', N'4000', N'0', N'0', N'2', N'1100', N'3930', N'649') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041013', N'Baleog War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'39', N'4000', N'0', N'0', N'2', N'1100', N'4500', N'742') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041014', N'Drake War Gloves of Blood', N'1', N'0', N'0', N'4', N'1', N'42', N'4000', N'0', N'0', N'2', N'1100', N'5110', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041015', N'Great Crysis War Gloves', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'1100', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041016', N'Great Traviron War Gloves', N'1', N'0', N'0', N'4', N'1', N'48', N'4000', N'0', N'0', N'2', N'1100', N'6460', N'1065') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041017', N'Great Dragoon Gloves', N'1', N'0', N'0', N'4', N'1', N'51', N'4000', N'0', N'0', N'2', N'1100', N'7180', N'1184') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620041018', N'Improved Watcher''s War Gloves', N'1', N'0', N'0', N'4', N'1', N'54', N'4000', N'0', N'0', N'2', N'1100', N'7940', N'1310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042001', N'Prelic War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'4', N'4200', N'0', N'3', N'2', N'1100', N'180', N'29') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042002', N'Padded War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'7', N'4200', N'0', N'3', N'2', N'1100', N'360', N'59') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042003', N'Hauberk War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'10', N'4200', N'0', N'3', N'2', N'1100', N'580', N'95') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042004', N'Scale War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'13', N'4200', N'0', N'3', N'2', N'1100', N'830', N'137') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042005', N'Steel War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'16', N'4200', N'0', N'3', N'2', N'1100', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042006', N'Spiral War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'19', N'4200', N'0', N'3', N'2', N'1100', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042007', N'Hoplite Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'22', N'4200', N'0', N'3', N'2', N'1100', N'1860', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042008', N'Full War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'25', N'4200', N'0', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042009', N'Ornate War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'28', N'4200', N'0', N'3', N'2', N'1100', N'2750', N'454') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042010', N'Rune War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'31', N'4200', N'0', N'3', N'2', N'1100', N'3250', N'536') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042011', N'Raven War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'34', N'4200', N'0', N'3', N'2', N'1100', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042012', N'Castilian Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'37', N'4200', N'0', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042013', N'Baleog War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'1100', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042014', N'Drake War Gloves of Blood', N'1', N'0', N'0', N'4', N'2', N'43', N'4200', N'0', N'3', N'2', N'1100', N'5660', N'933') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042015', N'Great Crysis War Gloves', N'1', N'0', N'0', N'4', N'2', N'46', N'4200', N'0', N'3', N'2', N'1100', N'6370', N'1051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042016', N'Great Traviron War Gloves', N'1', N'0', N'0', N'4', N'2', N'49', N'4200', N'0', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042017', N'Great Dragoon Gloves', N'1', N'0', N'0', N'4', N'2', N'52', N'4200', N'0', N'3', N'2', N'1100', N'7900', N'1303') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620042018', N'Improved Repel War Gloves', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'1100', N'8720', N'1439') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044001', N'Shining Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'5', N'4400', N'1', N'3', N'2', N'1100', N'260', N'42') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044002', N'Dazzling Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'10', N'4400', N'1', N'3', N'2', N'1100', N'650', N'107') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044003', N'Assault War Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'15', N'4400', N'1', N'3', N'2', N'1100', N'1150', N'190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044004', N'Gendarme Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'1100', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044005', N'Enduring War Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'25', N'4400', N'1', N'3', N'2', N'1100', N'2550', N'421') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044006', N'Jousting Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'1100', N'3440', N'567') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044007', N'Stark Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'35', N'4400', N'1', N'3', N'2', N'1100', N'4450', N'734') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044008', N'Menacing Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'1100', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044009', N'Hazardous War Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'1100', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044010', N'Expert Gloves of Blood', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'1100', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620044011', N'Improved Suspicious War Gloves', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'1100', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045001', N'Doomed Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'10', N'4600', N'1', N'3', N'2', N'1100', N'680', N'112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045002', N'Essential War Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'1100', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045003', N'Blazing Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045004', N'Infernal War Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045005', N'Field Marshal Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'1100', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045006', N'Destined Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'35', N'4600', N'1', N'3', N'2', N'1100', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045007', N'Knightly Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'1100', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045008', N'Fergana War Gloves of Blood', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'1100', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045009', N'Avernus Vambraces of Blood', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'1100', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045010', N'Improved Flame War Gloves', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'1100', N'10260', N'1693') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045102', N'Bloody Essential War Gloves', N'1', N'1', N'3', N'4', N'5', N'15', N'4600', N'1', N'3', N'2', N'1100', N'1210', N'200') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045103', N'Bloody Blaze War Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045104', N'Bloody Inferna War Gloves', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045201', N'Shadow Blaze War Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'1100', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620045202', N'Shadow Infernal War Gloves', N'1', N'1', N'3', N'4', N'5', N'25', N'4600', N'1', N'3', N'2', N'1100', N'2680', N'442') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046001', N'Cruach War Gloves', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'1100', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046002', N'Moyitura War Gloves', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'1100', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046003', N'Forwar War Gloves', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'1100', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046004', N'Banded War Gloves', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046005', N'Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'1100', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046006', N'Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'1100', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046101', N'Bloody Cruaich War Gloves', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'1100', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046102', N'Bloody Moitura War Gloves', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'1100', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046103', N'Bloody For War Gloves', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'1100', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046104', N'Bloody Bandeda War Gloves', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046105', N'Bloody Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'1100', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046106', N'Bloody Dual Prop Gloves', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'1100', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046203', N'Shadow Cruach War Gloves', N'1', N'1', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'1100', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046204', N'Shadow Moyitura War Gloves', N'1', N'1', N'2', N'4', N'6', N'35', N'5000', N'1', N'3', N'2', N'1100', N'4910', N'810') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046205', N'Shadow Forwar War Gloves', N'1', N'1', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'1100', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046206', N'Shadow Banded War Gloves', N'1', N'1', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'1100', N'7430', N'1226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046207', N'Shadow Unbreakable War Gloves', N'1', N'1', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'1100', N'8690', N'1434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'620046208', N'Shadow Dual Prop Gloves', N'1', N'1', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'1100', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011001', N'Aura Robe', N'1', N'0', N'0', N'1', N'1', N'40', N'5000', N'0', N'0', N'2', N'1400', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011002', N'Arcane Robe', N'1', N'0', N'0', N'1', N'1', N'45', N'5000', N'0', N'0', N'2', N'1400', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011003', N'Gior Robe', N'1', N'0', N'0', N'1', N'1', N'50', N'5000', N'0', N'0', N'2', N'1400', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011004', N'Oukase Robe', N'1', N'0', N'0', N'1', N'1', N'55', N'5000', N'0', N'0', N'2', N'1400', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011005', N'Kyaglu Robe', N'1', N'0', N'0', N'1', N'1', N'60', N'5000', N'0', N'0', N'2', N'1400', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011006', N'Top Quality Lambswool Robe', N'1', N'0', N'0', N'1', N'1', N'20', N'5000', N'0', N'0', N'2', N'1400', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712011007', N'Finest Shroud Robe', N'1', N'0', N'0', N'1', N'1', N'30', N'5000', N'0', N'0', N'2', N'1400', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012001', N'Aura Robe', N'1', N'0', N'0', N'1', N'2', N'40', N'5500', N'0', N'3', N'2', N'1400', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012002', N'Arcane Robe', N'1', N'0', N'0', N'1', N'2', N'45', N'5500', N'0', N'3', N'2', N'1400', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012003', N'Gior Robe', N'1', N'0', N'0', N'1', N'2', N'50', N'5500', N'0', N'3', N'2', N'1400', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012004', N'Oukase Robe', N'1', N'0', N'0', N'1', N'2', N'55', N'5500', N'0', N'3', N'2', N'1400', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012005', N'Kyaglu Robe', N'1', N'0', N'0', N'1', N'2', N'60', N'5500', N'0', N'3', N'2', N'1400', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012006', N'Top Quality Lambswool Robe', N'1', N'0', N'0', N'1', N'2', N'20', N'5500', N'0', N'3', N'2', N'1400', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712012007', N'Finest Shroud Robe', N'1', N'0', N'0', N'1', N'2', N'30', N'5500', N'0', N'3', N'2', N'1400', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014001', N'Shady Robe', N'1', N'1', N'5', N'1', N'4', N'40', N'6000', N'1', N'3', N'2', N'1400', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014002', N'Charmed Robe', N'1', N'1', N'5', N'1', N'4', N'45', N'6000', N'1', N'3', N'2', N'1400', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014003', N'Knit Robe', N'1', N'1', N'5', N'1', N'4', N'50', N'6000', N'1', N'3', N'2', N'1400', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014004', N'Falcata Robe', N'1', N'1', N'5', N'1', N'4', N'55', N'6000', N'1', N'3', N'2', N'1400', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014005', N'Yeroti Robe', N'1', N'1', N'5', N'1', N'4', N'60', N'6000', N'1', N'3', N'2', N'1400', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014006', N'Finest Forbidden Robe', N'1', N'1', N'5', N'1', N'4', N'20', N'6000', N'1', N'3', N'2', N'1400', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712014007', N'Finest Indent Robe', N'1', N'1', N'5', N'1', N'4', N'30', N'6000', N'1', N'3', N'2', N'1400', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015001', N'Rainbow Robe', N'1', N'1', N'3', N'1', N'5', N'40', N'6500', N'1', N'3', N'2', N'1400', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015002', N'Gnomish Robe', N'1', N'1', N'3', N'1', N'5', N'45', N'6500', N'1', N'3', N'2', N'1400', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015003', N'Joyeuse Robe', N'1', N'1', N'3', N'1', N'5', N'50', N'6500', N'1', N'3', N'2', N'1400', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015004', N'Protector Robe', N'1', N'1', N'3', N'1', N'5', N'55', N'6500', N'1', N'3', N'2', N'1400', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015005', N'Amarow Robe', N'1', N'1', N'3', N'1', N'5', N'60', N'6500', N'1', N'3', N'2', N'1400', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015006', N'Finest Ventus Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015007', N'Finest Caligo Robe', N'1', N'1', N'3', N'1', N'5', N'30', N'6500', N'1', N'3', N'2', N'1400', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712015306', N'Finest Garnet Robe', N'1', N'2', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016001', N'Jigoku Robe', N'1', N'2', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016002', N'Quintara Robe', N'1', N'2', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016003', N'Yufnae Robe', N'1', N'2', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016004', N'Kilij-Kalkhan Robe', N'1', N'2', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016005', N'Opaline Robe', N'1', N'2', N'2', N'1', N'6', N'60', N'7000', N'1', N'3', N'2', N'1400', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016007', N'Finest Valfare Robe', N'1', N'2', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016301', N'Finest Agate Robe', N'1', N'2', N'2', N'1', N'6', N'40', N'7000', N'1', N'3', N'2', N'1400', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016302', N'Finest Lapis Lazuli Robe', N'1', N'2', N'2', N'1', N'6', N'45', N'7000', N'1', N'3', N'2', N'1400', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016303', N'Finest Aquamarine Robe', N'1', N'2', N'2', N'1', N'6', N'50', N'7000', N'1', N'3', N'2', N'1400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016304', N'Finest Inca Rose Robe', N'1', N'2', N'2', N'1', N'6', N'55', N'7000', N'1', N'3', N'2', N'1400', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712016307', N'Finest Carnelian Robe', N'1', N'2', N'2', N'1', N'6', N'30', N'7000', N'1', N'3', N'2', N'1400', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021001', N'Callous Armor', N'1', N'0', N'0', N'2', N'1', N'40', N'5000', N'0', N'0', N'2', N'1900', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021002', N'Oiled Armor', N'1', N'0', N'0', N'2', N'1', N'45', N'5000', N'0', N'0', N'2', N'1900', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021003', N'Telek Armor', N'1', N'0', N'0', N'2', N'1', N'50', N'5000', N'0', N'0', N'2', N'1900', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021004', N'Alifae Armor', N'1', N'0', N'0', N'2', N'1', N'55', N'5000', N'0', N'0', N'2', N'1900', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021005', N'Groovy Armor', N'1', N'0', N'0', N'2', N'1', N'60', N'5000', N'0', N'0', N'2', N'1900', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021006', N'Finest Suede Leather Armor', N'1', N'0', N'0', N'2', N'1', N'20', N'5000', N'0', N'0', N'2', N'1900', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712021007', N'Finest Veil Leather Armor', N'1', N'0', N'0', N'2', N'1', N'30', N'5000', N'0', N'0', N'2', N'1900', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022001', N'Callous Armor', N'1', N'0', N'0', N'2', N'2', N'40', N'5500', N'0', N'3', N'2', N'1900', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022002', N'Oiled Armor', N'1', N'0', N'0', N'2', N'2', N'45', N'5500', N'0', N'3', N'2', N'1900', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022003', N'Telek Armor', N'1', N'0', N'0', N'2', N'2', N'50', N'5500', N'0', N'3', N'2', N'1900', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022004', N'Alifae Armor', N'1', N'0', N'0', N'2', N'2', N'55', N'5500', N'0', N'3', N'2', N'1900', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022005', N'Groovy Armor', N'1', N'0', N'0', N'2', N'2', N'60', N'5500', N'0', N'3', N'2', N'1900', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022006', N'Finest Suede Leather Armor', N'1', N'0', N'0', N'2', N'2', N'20', N'5500', N'0', N'3', N'2', N'1900', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712022007', N'Finest Veil Leather Armor', N'1', N'0', N'0', N'2', N'2', N'30', N'5500', N'0', N'3', N'2', N'1900', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024001', N'Diavolu Armor', N'1', N'1', N'5', N'2', N'4', N'40', N'6000', N'1', N'3', N'2', N'1900', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024002', N'Guardian''s Armor', N'1', N'1', N'5', N'2', N'4', N'45', N'6000', N'1', N'3', N'2', N'1900', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024003', N'Uraso Armor', N'1', N'1', N'5', N'2', N'4', N'50', N'6000', N'1', N'3', N'2', N'1900', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024004', N'Cool Armor', N'1', N'1', N'5', N'2', N'4', N'55', N'6000', N'1', N'3', N'2', N'1900', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024005', N'Ithrojay Armor', N'1', N'1', N'5', N'2', N'4', N'60', N'6000', N'1', N'3', N'2', N'1900', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024006', N'Finest Facility Leather Armor', N'1', N'1', N'5', N'2', N'4', N'20', N'6000', N'1', N'3', N'2', N'1900', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712024007', N'Finest Deliver Leather Armor', N'1', N'1', N'5', N'2', N'4', N'30', N'6000', N'1', N'3', N'2', N'1900', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025001', N'Mictlan Armor', N'1', N'1', N'3', N'2', N'5', N'40', N'6500', N'1', N'3', N'2', N'1900', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025002', N'Agile Armor', N'1', N'1', N'3', N'2', N'5', N'45', N'6500', N'1', N'3', N'2', N'1900', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025003', N'Velita Armor', N'1', N'1', N'3', N'2', N'5', N'50', N'6500', N'1', N'3', N'2', N'1900', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025004', N'Fossa Armor', N'1', N'1', N'3', N'2', N'5', N'55', N'6500', N'1', N'3', N'2', N'1900', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025005', N'Refrell Armor', N'1', N'1', N'3', N'2', N'5', N'60', N'6500', N'1', N'3', N'2', N'1900', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025006', N'Finest Descend Leather Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025007', N'Finest Lagrimas Leather Armor', N'1', N'1', N'3', N'2', N'5', N'30', N'6500', N'1', N'3', N'2', N'1900', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712025306', N'Finest Garnet Leather Armor', N'1', N'2', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026001', N'Aaru Armor', N'1', N'2', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026002', N'Angler Armor', N'1', N'2', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026003', N'Uriel Armor', N'1', N'2', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026004', N'Gust Armor', N'1', N'2', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026005', N'Uzalluet Armor', N'1', N'2', N'2', N'2', N'6', N'60', N'7000', N'1', N'3', N'2', N'1900', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026007', N'Finest Catalus Leather Armor', N'1', N'2', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026301', N'Finest Agate Leather Armor', N'1', N'2', N'2', N'2', N'6', N'40', N'7000', N'1', N'3', N'2', N'1900', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026302', N'Finest Lapis Lazuli Leather Armor', N'1', N'2', N'2', N'2', N'6', N'45', N'7000', N'1', N'3', N'2', N'1900', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026303', N'Finest Aquamarine Leather Armor', N'1', N'2', N'2', N'2', N'6', N'50', N'7000', N'1', N'3', N'2', N'1900', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026304', N'Finest Inca Rose Leather Armor', N'1', N'2', N'2', N'2', N'6', N'55', N'7000', N'1', N'3', N'2', N'1900', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712026307', N'Finest Carnelian Leather Armor', N'1', N'2', N'2', N'2', N'6', N'30', N'7000', N'1', N'3', N'2', N'1900', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031001', N'Spectral Chainmail', N'1', N'0', N'0', N'3', N'1', N'40', N'5000', N'0', N'0', N'2', N'3000', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031002', N'Sapphire Chainmail', N'1', N'0', N'0', N'3', N'1', N'45', N'5000', N'0', N'0', N'2', N'3000', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031003', N'Zuhr Chainmail', N'1', N'0', N'0', N'3', N'1', N'50', N'5000', N'0', N'0', N'2', N'3000', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031004', N'Fedora Chainmail', N'1', N'0', N'0', N'3', N'1', N'55', N'5000', N'0', N'0', N'2', N'3000', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031005', N'Jaymic Chainmail', N'1', N'0', N'0', N'3', N'1', N'60', N'5000', N'0', N'0', N'2', N'3000', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031006', N'Finest Banded Chain Mail', N'1', N'0', N'0', N'3', N'1', N'20', N'5000', N'0', N'0', N'2', N'3000', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712031007', N'Finest Birni Chain Mail', N'1', N'0', N'0', N'3', N'1', N'30', N'5000', N'0', N'0', N'2', N'3000', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032001', N'Spectral Chainmail', N'1', N'0', N'0', N'3', N'2', N'40', N'5500', N'0', N'3', N'2', N'3000', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032002', N'Sapphire Chainmail', N'1', N'0', N'0', N'3', N'2', N'45', N'5500', N'0', N'3', N'2', N'3000', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032003', N'Zuhr Chainmail', N'1', N'0', N'0', N'3', N'2', N'50', N'5500', N'0', N'3', N'2', N'3000', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032004', N'Fedora Chainmail', N'1', N'0', N'0', N'3', N'2', N'55', N'5500', N'0', N'3', N'2', N'3000', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032005', N'Jaymic Chainmail', N'1', N'0', N'0', N'3', N'2', N'60', N'5500', N'0', N'3', N'2', N'3000', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032006', N'Finest Banded Chain Mail', N'1', N'0', N'0', N'3', N'2', N'20', N'5500', N'0', N'3', N'2', N'3000', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712032007', N'Finest Birni Chain Mail', N'1', N'0', N'0', N'3', N'2', N'30', N'5500', N'0', N'3', N'2', N'3000', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034001', N'Necuratu Chainmail', N'1', N'1', N'5', N'3', N'4', N'40', N'6000', N'1', N'3', N'2', N'3000', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034002', N'Crude Chainmail', N'1', N'1', N'5', N'3', N'4', N'45', N'6000', N'1', N'3', N'2', N'3000', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034003', N'Triton Chainmail', N'1', N'1', N'5', N'3', N'4', N'50', N'6000', N'1', N'3', N'2', N'3000', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034004', N'Kalavolg Chainmail', N'1', N'1', N'5', N'3', N'4', N'55', N'6000', N'1', N'3', N'2', N'3000', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034005', N'Necuratu Chainmail', N'1', N'1', N'5', N'3', N'4', N'60', N'6000', N'1', N'3', N'2', N'3000', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034006', N'Finest Brisk Chain Mail', N'1', N'1', N'5', N'3', N'4', N'20', N'6000', N'1', N'3', N'2', N'3000', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712034007', N'Finest Rivert Chain Mail', N'1', N'1', N'5', N'3', N'4', N'30', N'6000', N'1', N'3', N'2', N'3000', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035001', N'Pangolin Chainmail', N'1', N'1', N'3', N'3', N'5', N'40', N'6500', N'1', N'3', N'2', N'3000', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035002', N'Bared Chainmail', N'1', N'1', N'3', N'3', N'5', N'45', N'6500', N'1', N'3', N'2', N'3000', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035003', N'Harpy Chainmail', N'1', N'1', N'3', N'3', N'5', N'50', N'6500', N'1', N'3', N'2', N'3000', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035004', N'Laughter Chainmail', N'1', N'1', N'3', N'3', N'5', N'55', N'6500', N'1', N'3', N'2', N'3000', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035005', N'Zhichava Chainmail', N'1', N'1', N'3', N'3', N'5', N'60', N'6500', N'1', N'3', N'2', N'3000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035006', N'Finest Libion Chain Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035007', N'Finest Monochromatic Chain Mail', N'1', N'1', N'3', N'3', N'5', N'30', N'6500', N'1', N'3', N'2', N'3000', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712035306', N'Finest Garnet Chain Mail', N'1', N'2', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036001', N'Ekera Chainmail', N'1', N'2', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036002', N'Nettle Chainmail', N'1', N'2', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036003', N'Poniard Chainmail', N'1', N'2', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036004', N'Aspis Chainmail', N'1', N'2', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036005', N'Kraloo Chainmail', N'1', N'2', N'2', N'3', N'6', N'60', N'7000', N'1', N'3', N'2', N'3000', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036007', N'Finest Surtr Chain Mail', N'1', N'2', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036301', N'Finest Agate Chain Mail', N'1', N'2', N'2', N'3', N'6', N'40', N'7000', N'1', N'3', N'2', N'3000', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036302', N'Finest Lapis Lazuli Chain Mail', N'1', N'2', N'2', N'3', N'6', N'45', N'7000', N'1', N'3', N'2', N'3000', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036303', N'Finest Aquamarine Chain Mail', N'1', N'2', N'2', N'3', N'6', N'50', N'7000', N'1', N'3', N'2', N'3000', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036304', N'Finest Inca Rose Chain Mail', N'1', N'2', N'2', N'3', N'6', N'55', N'7000', N'1', N'3', N'2', N'3000', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712036307', N'Finest Carnelian Chain Mail', N'1', N'2', N'2', N'3', N'6', N'30', N'7000', N'1', N'3', N'2', N'3000', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041001', N'Ethereal Plate', N'1', N'0', N'0', N'4', N'1', N'40', N'5000', N'0', N'0', N'2', N'5700', N'6420', N'1059') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041002', N'Kalypsys Plate', N'1', N'0', N'0', N'4', N'1', N'45', N'5000', N'0', N'0', N'2', N'5700', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041003', N'Lorelei Plate', N'1', N'0', N'0', N'4', N'1', N'50', N'5000', N'0', N'0', N'2', N'5700', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041004', N'Titan Plate', N'1', N'0', N'0', N'4', N'1', N'55', N'5000', N'0', N'0', N'2', N'5700', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041005', N'Chromatic Plate', N'1', N'0', N'0', N'4', N'1', N'60', N'5000', N'0', N'0', N'2', N'5700', N'13070', N'2157') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041006', N'Finest Transitional Plate', N'1', N'0', N'0', N'4', N'1', N'20', N'5000', N'0', N'0', N'2', N'5700', N'2060', N'340') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712041007', N'Finest Raven Plate', N'1', N'0', N'0', N'4', N'1', N'30', N'5000', N'0', N'0', N'2', N'5700', N'3940', N'650') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042001', N'Ethereal Plate', N'1', N'0', N'0', N'4', N'2', N'40', N'5500', N'0', N'3', N'2', N'5700', N'6820', N'1125') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042002', N'Kalypsys Plate', N'1', N'0', N'0', N'4', N'2', N'45', N'5500', N'0', N'3', N'2', N'5700', N'8360', N'1379') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042003', N'Lorelei Plate', N'1', N'0', N'0', N'4', N'2', N'50', N'5500', N'0', N'3', N'2', N'5700', N'10050', N'1658') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042004', N'Titan Plate', N'1', N'0', N'0', N'4', N'2', N'55', N'5500', N'0', N'3', N'2', N'5700', N'11890', N'1962') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042005', N'Chromatic Plate', N'1', N'0', N'0', N'4', N'2', N'60', N'5500', N'0', N'3', N'2', N'5700', N'13890', N'2292') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042006', N'Finest Transitional Plate', N'1', N'0', N'0', N'4', N'2', N'20', N'5500', N'0', N'3', N'2', N'5700', N'2180', N'360') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712042007', N'Finest Raven Plate', N'1', N'0', N'0', N'4', N'2', N'30', N'5500', N'0', N'3', N'2', N'5700', N'4190', N'691') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044001', N'Noble Plate', N'1', N'1', N'5', N'4', N'4', N'40', N'6000', N'1', N'3', N'2', N'5700', N'7620', N'1257') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044002', N'Morgana Plate', N'1', N'1', N'5', N'4', N'4', N'45', N'6000', N'1', N'3', N'2', N'5700', N'9340', N'1541') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044003', N'Arcanite Plate', N'1', N'1', N'5', N'4', N'4', N'50', N'6000', N'1', N'3', N'2', N'5700', N'11230', N'1853') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044004', N'Kharavela Plate', N'1', N'1', N'5', N'4', N'4', N'55', N'6000', N'1', N'3', N'2', N'5700', N'13290', N'2193') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044005', N'Clockwork Plate', N'1', N'1', N'5', N'4', N'4', N'60', N'6000', N'1', N'3', N'2', N'5700', N'15520', N'2560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044006', N'Finest Effort Plate', N'1', N'1', N'5', N'4', N'4', N'20', N'6000', N'1', N'3', N'2', N'5700', N'2440', N'403') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712044007', N'Finest Empulroy Plate', N'1', N'1', N'5', N'4', N'4', N'30', N'6000', N'1', N'3', N'2', N'5700', N'4680', N'772') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045001', N'Brave Plate', N'1', N'1', N'3', N'4', N'5', N'40', N'6500', N'1', N'3', N'2', N'5700', N'8020', N'1323') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045002', N'Crypt Plate', N'1', N'1', N'3', N'4', N'5', N'45', N'6500', N'1', N'3', N'2', N'5700', N'9830', N'1622') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045003', N'Celestine Plate', N'1', N'1', N'3', N'4', N'5', N'50', N'6500', N'1', N'3', N'2', N'5700', N'11820', N'1950') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045004', N'Era Plate', N'1', N'1', N'3', N'4', N'5', N'55', N'6500', N'1', N'3', N'2', N'5700', N'13990', N'2308') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045005', N'Blaghty Plate', N'1', N'1', N'3', N'4', N'5', N'60', N'6500', N'1', N'3', N'2', N'5700', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045006', N'Finest Blaze Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045007', N'Finest Fandom-Versus Plate', N'1', N'1', N'3', N'4', N'5', N'30', N'6500', N'1', N'3', N'2', N'5700', N'4930', N'813') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712045306', N'Finest Garnet Plate', N'1', N'2', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046001', N'Stygia Plate', N'1', N'2', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046002', N'Vengeance Plate', N'1', N'2', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046003', N'Willas Plate', N'1', N'2', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046004', N'Camilla Plate', N'1', N'2', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046005', N'Foiblo Plate', N'1', N'2', N'2', N'4', N'6', N'60', N'7000', N'1', N'3', N'2', N'5700', N'17160', N'2831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046007', N'Finest Baldr Plate', N'1', N'2', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046301', N'Finest Agate Plate', N'1', N'2', N'2', N'4', N'6', N'40', N'7000', N'1', N'3', N'2', N'5700', N'8420', N'1389') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046302', N'Finest Lapis Lazuli Plate', N'1', N'2', N'2', N'4', N'6', N'45', N'7000', N'1', N'3', N'2', N'5700', N'10320', N'1702') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046303', N'Finest Aquamarine Plate', N'1', N'2', N'2', N'4', N'6', N'50', N'7000', N'1', N'3', N'2', N'5700', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046304', N'Finest Inca Rose Plate', N'1', N'2', N'2', N'4', N'6', N'55', N'7000', N'1', N'3', N'2', N'5700', N'14690', N'2424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'712046307', N'Finest Carnelian Plate', N'1', N'2', N'2', N'4', N'6', N'30', N'7000', N'1', N'3', N'2', N'5700', N'5180', N'855') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011001', N'Aura Hood', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011002', N'Arcane Hood', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011003', N'Gior Hood', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011004', N'Oukase Hood', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011005', N'Kyaglu Hood', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011006', N'Top Quality Lambswool Hood', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713011007', N'Finest Shroud Hood', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012001', N'Aura Hood', N'1', N'0', N'0', N'1', N'2', N'40', N'3200', N'0', N'3', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012002', N'Arcane Hood', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012003', N'Gior Hood', N'1', N'0', N'0', N'1', N'2', N'50', N'3200', N'0', N'3', N'2', N'900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012004', N'Oukase Hood', N'1', N'0', N'0', N'1', N'2', N'55', N'3200', N'0', N'3', N'2', N'900', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012005', N'Kyaglu Hood', N'1', N'0', N'0', N'1', N'2', N'60', N'3200', N'0', N'3', N'2', N'900', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012006', N'Top Quality Lambswool Hood', N'1', N'0', N'0', N'1', N'2', N'20', N'3200', N'0', N'3', N'2', N'900', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713012007', N'Finest Shroud Hood', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014001', N'Shady Hood', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014002', N'Charmed Hood', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014003', N'Knit Hood', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014004', N'Falcata Hood', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014005', N'Yeroti Hood', N'1', N'1', N'5', N'1', N'4', N'60', N'3400', N'1', N'3', N'2', N'900', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014006', N'Finest Forbidden Hood', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713014007', N'Finest Indent Hood', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015001', N'Rainbow Hood', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015002', N'Gnomish Hood', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015003', N'Joyeuse Hood', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015004', N'Protector Hood', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015005', N'Amarow Hood', N'1', N'1', N'3', N'1', N'5', N'60', N'3600', N'1', N'3', N'2', N'900', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015006', N'Finest Ventus Hood', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015007', N'Finest Caligo Hood', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713015306', N'Finest Garnet Hood', N'1', N'2', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016001', N'Jigoku Hood', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016002', N'Quintara Hood', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016003', N'Yufnae Hood', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016004', N'Kilij-Kalkhan Hood', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016005', N'Opaline Hood', N'1', N'2', N'2', N'1', N'6', N'60', N'4000', N'1', N'3', N'2', N'900', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016007', N'Finest Valfare Hood', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016301', N'Finest Agate Hood', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016302', N'Finest Lapis Lazuli Hood', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016303', N'Finest Aquamarine Hood', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016304', N'Finest Inca Rose Hood', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713016307', N'Finest Carnelian Hood', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021001', N'Callous Cap', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021002', N'Oiled Cap', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021003', N'Telek Cap', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021004', N'Alifae Cap', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021005', N'Groovy Cap', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021006', N'Finest Suede Leather Cap', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713021007', N'Finest Veil Leather Cap', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022001', N'Callous Cap', N'1', N'0', N'0', N'2', N'2', N'40', N'3200', N'0', N'3', N'2', N'900', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022002', N'Oiled Cap', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022003', N'Telek Cap', N'1', N'0', N'0', N'2', N'2', N'50', N'3200', N'0', N'3', N'2', N'900', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022004', N'Alifae Cap', N'1', N'0', N'0', N'2', N'2', N'55', N'3200', N'0', N'3', N'2', N'900', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022005', N'Groovy Cap', N'1', N'0', N'0', N'2', N'2', N'60', N'3200', N'0', N'3', N'2', N'900', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022006', N'Finest Suede Leather Cap', N'1', N'0', N'0', N'2', N'2', N'20', N'3200', N'0', N'3', N'2', N'900', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713022007', N'Finest Veil Leather Cap', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024001', N'Diavolu Cap', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024002', N'Guardian''s Cap', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024003', N'Uraso Cap', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024004', N'Cool Cap', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024005', N'Ithrojay Cap', N'1', N'1', N'5', N'2', N'4', N'60', N'3400', N'1', N'3', N'2', N'900', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024006', N'Finest Facility Leather Cap', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713024007', N'Finest Deliver Leather Cap', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025001', N'Mictlan Cap', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025002', N'Agile Cap', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025003', N'Velita Cap', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025004', N'Fossa Cap', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025005', N'Refrell Cap', N'1', N'1', N'3', N'2', N'5', N'60', N'3600', N'1', N'3', N'2', N'900', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025006', N'Finest Descend Leather Cap', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025007', N'Finest Lagrimas Leather Cap', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713025306', N'Finest Garnet Leather Cap', N'1', N'2', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026001', N'Aaru Cap', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026002', N'Angler Cap', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026003', N'Uriel Cap', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026004', N'Gust Cap', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026005', N'Uzalluet Cap', N'1', N'2', N'2', N'2', N'6', N'60', N'4000', N'1', N'3', N'2', N'900', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026007', N'Finest Catalus Leather Cap', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026301', N'Finest Agate Leather Cap', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026302', N'Finest Lapis Lazuli Leather Cap', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026303', N'Finest Aquamarine Leather Cap', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026304', N'Finest Inca Rose Leather Cap', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713026307', N'Finest Carnelian Leather Cap', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031001', N'Spectral Coif', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'1800', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031002', N'Sapphire Coif', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'1800', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031003', N'Zuhr Coif', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'1800', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031004', N'Fedora Coif', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'1800', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031005', N'Jaymic Coif', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'1800', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031006', N'Finest Banded Chain Helm', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'1800', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713031007', N'Finest Birni Chain Helm', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'1800', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032001', N'Spectral Coif', N'1', N'0', N'0', N'3', N'2', N'40', N'3200', N'0', N'3', N'2', N'1800', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032002', N'Sapphire Coif', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'1800', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032003', N'Zuhr Coif', N'1', N'0', N'0', N'3', N'2', N'50', N'3200', N'0', N'3', N'2', N'1800', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032004', N'Fedora Coif', N'1', N'0', N'0', N'3', N'2', N'55', N'3200', N'0', N'3', N'2', N'1800', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032005', N'Jaymic Coif', N'1', N'0', N'0', N'3', N'2', N'60', N'3200', N'0', N'3', N'2', N'1800', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032006', N'Finest Banded Chain Helm', N'1', N'0', N'0', N'3', N'2', N'20', N'3200', N'0', N'3', N'2', N'1800', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713032007', N'Finest Birni Chain Helm', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'1800', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034001', N'Necuratu Coif', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'1800', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034002', N'Crude Coif', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'1800', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034003', N'Triton Coif', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'1800', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034004', N'Kalavolg Coif', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'1800', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034005', N'Necuratu Coif', N'1', N'1', N'5', N'3', N'4', N'60', N'3400', N'1', N'3', N'2', N'1800', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034006', N'Finest Brisk Chain Helm', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'1800', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713034007', N'Finest Rivert Chain Helm', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'1800', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035001', N'Pangolin Coif', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'1800', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035002', N'Bared Coif', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'1800', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035003', N'Harpy Coif', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'1800', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035004', N'Laughter Coif', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'1800', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035005', N'Zhichava Coif', N'1', N'1', N'3', N'3', N'5', N'60', N'3600', N'1', N'3', N'2', N'1800', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035006', N'Finest Libion Chain Helm', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035007', N'Finest Monochromatic Chain Helm', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'1800', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713035306', N'Finest Garnet Chain Helm', N'1', N'2', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'1800', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036001', N'Ekera Coif', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036002', N'Nettle Coif', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036003', N'Poniard Coif', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036004', N'Aspis Coif', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036005', N'Kraloo Coif', N'1', N'2', N'2', N'3', N'6', N'60', N'4000', N'1', N'3', N'2', N'1800', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036007', N'Finest Surtr Helm', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036301', N'Finest Agate Helm', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'1800', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036302', N'Finest Lapis Lazuli Helm', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'1800', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036303', N'Finest Aquamarine Helm', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'1800', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036304', N'Finest Inca Rose Helm', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'1800', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713036307', N'Finest Carnelian Helm', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'1800', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041001', N'Ethereal Helm', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'3400', N'4270', N'705') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041002', N'Kalypsys Helm', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'3400', N'5240', N'864') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041003', N'Lorelei Helm', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'3400', N'6300', N'1039') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041004', N'Titan Helm', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'3400', N'7460', N'1230') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041005', N'Chromatic Helm', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'3400', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041006', N'Finest Transitional War Helm', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'3400', N'1370', N'226') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713041007', N'Finest Raven War Helm', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'3400', N'2630', N'434') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042001', N'Ethereal Helm', N'1', N'0', N'0', N'4', N'2', N'40', N'3200', N'0', N'3', N'2', N'3400', N'4540', N'749') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042002', N'Kalypsys Helm', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'3400', N'5570', N'919') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042003', N'Lorelei Helm', N'1', N'0', N'0', N'4', N'2', N'50', N'3200', N'0', N'3', N'2', N'3400', N'6700', N'1105') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042004', N'Titan Helm', N'1', N'0', N'0', N'4', N'2', N'55', N'3200', N'0', N'3', N'2', N'3400', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042005', N'Chromatic Helm', N'1', N'0', N'0', N'4', N'2', N'60', N'3200', N'0', N'3', N'2', N'3400', N'9270', N'1530') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042006', N'Finest Transitional War Helm', N'1', N'0', N'0', N'4', N'2', N'20', N'3200', N'0', N'3', N'2', N'3400', N'1450', N'239') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713042007', N'Finest Raven War Helm', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'3400', N'2800', N'462') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044001', N'Noble Helm', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'3400', N'5070', N'837') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044002', N'Morgana Helm', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'3400', N'6220', N'1026') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044003', N'Arcanite Helm', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'3400', N'7490', N'1236') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044004', N'Kharavela Helm', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'3400', N'8860', N'1461') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044005', N'Clockwork Helm', N'1', N'1', N'5', N'4', N'4', N'60', N'3400', N'1', N'3', N'2', N'3400', N'10360', N'1709') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044006', N'Finest Effort War Helm', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'3400', N'1620', N'267') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713044007', N'Finest Empulroy War Helm', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'3400', N'3130', N'516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045001', N'Brave Helm', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'3400', N'5340', N'881') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045002', N'Crypt War Helm', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'3400', N'6550', N'1081') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045003', N'Celestine Helm', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'3400', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045004', N'Era Helm', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'3400', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045005', N'Blaghty Helm', N'1', N'1', N'3', N'4', N'5', N'60', N'3600', N'1', N'3', N'2', N'3400', N'10900', N'1798') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045006', N'Finest Blaze War Helm', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045007', N'Finest Fandom-Versus War Helm', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'3400', N'3290', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713045306', N'Finest Garnet War Helm', N'1', N'2', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'3400', N'1710', N'282') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046001', N'Stygia Helm', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046002', N'Vengeance Helm', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046003', N'Willas Helm', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046004', N'Camilla Helm', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046005', N'Foiblo Helm', N'1', N'2', N'2', N'4', N'6', N'60', N'4000', N'1', N'3', N'2', N'3400', N'11450', N'1889') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046007', N'Finest Baldr Helm', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046301', N'Finest Agate Helm', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'3400', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046302', N'Finest Lapis Lazuli Helm', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'3400', N'6880', N'1135') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046303', N'Finest Aquamarine Helm', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'3400', N'8270', N'1365') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046304', N'Finest Inca Rose Helm', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'3400', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'713046307', N'Finest Carnelian Helm', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'3400', N'3450', N'569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011001', N'Aura Leggings', N'1', N'0', N'0', N'1', N'1', N'40', N'4500', N'0', N'0', N'2', N'1100', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011002', N'Arcane Leggings', N'1', N'0', N'0', N'1', N'1', N'45', N'4500', N'0', N'0', N'2', N'1100', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011003', N'Gior Leggings', N'1', N'0', N'0', N'1', N'1', N'50', N'4500', N'0', N'0', N'2', N'1100', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011004', N'Oukase Leggings', N'1', N'0', N'0', N'1', N'1', N'55', N'4500', N'0', N'0', N'2', N'1100', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011005', N'Kyaglu Leggings', N'1', N'0', N'0', N'1', N'1', N'60', N'4500', N'0', N'0', N'2', N'1100', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011006', N'Top Quality Lambswool Leggings', N'1', N'0', N'0', N'1', N'1', N'20', N'4500', N'0', N'0', N'2', N'1100', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714011007', N'Finest Shroud Leggings', N'1', N'0', N'0', N'1', N'1', N'30', N'4500', N'0', N'0', N'2', N'1100', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012001', N'Aura Leggings', N'1', N'0', N'0', N'1', N'2', N'40', N'5000', N'0', N'3', N'2', N'1100', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012002', N'Arcane Leggings', N'1', N'0', N'0', N'1', N'2', N'45', N'5000', N'0', N'3', N'2', N'1100', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012003', N'Gior Leggings', N'1', N'0', N'0', N'1', N'2', N'50', N'5000', N'0', N'3', N'2', N'1100', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012004', N'Oukase Leggings', N'1', N'0', N'0', N'1', N'2', N'55', N'5000', N'0', N'3', N'2', N'1100', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012005', N'Kyaglu Leggings', N'1', N'0', N'0', N'1', N'2', N'60', N'5000', N'0', N'3', N'2', N'1100', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012006', N'Top Quality Lambswool Leggings', N'1', N'0', N'0', N'1', N'2', N'20', N'5000', N'0', N'3', N'2', N'1100', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714012007', N'Finest Shroud Leggings', N'1', N'0', N'0', N'1', N'2', N'30', N'5000', N'0', N'3', N'2', N'1100', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014001', N'Shady Leggings', N'1', N'1', N'5', N'1', N'4', N'40', N'5500', N'1', N'3', N'2', N'1100', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014002', N'Charmed Leggings', N'1', N'1', N'5', N'1', N'4', N'45', N'5500', N'1', N'3', N'2', N'1100', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014003', N'Knit Leggings', N'1', N'1', N'5', N'1', N'4', N'50', N'5500', N'1', N'3', N'2', N'1100', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014004', N'Falcata Leggings', N'1', N'1', N'5', N'1', N'4', N'55', N'5500', N'1', N'3', N'2', N'1100', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014005', N'Yeroti Leggings', N'1', N'1', N'5', N'1', N'4', N'60', N'5500', N'1', N'3', N'2', N'1100', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014006', N'Finest Forbidden Leggings', N'1', N'1', N'5', N'1', N'4', N'20', N'5500', N'1', N'3', N'2', N'1100', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714014007', N'Finest Indent Leggings', N'1', N'1', N'5', N'1', N'4', N'30', N'5500', N'1', N'3', N'2', N'1100', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015001', N'Rainbow Leggings', N'1', N'1', N'3', N'1', N'5', N'40', N'6000', N'1', N'3', N'2', N'1100', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015002', N'Gnomish Leggings', N'1', N'1', N'3', N'1', N'5', N'45', N'6000', N'1', N'3', N'2', N'1100', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015003', N'Joyeuse Leggings', N'1', N'1', N'3', N'1', N'5', N'50', N'6000', N'1', N'3', N'2', N'1100', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015004', N'Protector Leggings', N'1', N'1', N'3', N'1', N'5', N'55', N'6000', N'1', N'3', N'2', N'1100', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015005', N'Amarow Leggings', N'1', N'1', N'3', N'1', N'5', N'60', N'6000', N'1', N'3', N'2', N'1100', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015006', N'Finest Ventus Leggings', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015007', N'Finest Caligo Leggings', N'1', N'1', N'3', N'1', N'5', N'30', N'6000', N'1', N'3', N'2', N'1100', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714015306', N'Finest Garnet Leggings', N'1', N'2', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016001', N'Jigoku Leggings', N'1', N'2', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016002', N'Quintara Leggings', N'1', N'2', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016003', N'Yufnae Leggings', N'1', N'2', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016004', N'Kilij-Kalkhan Leggings', N'1', N'2', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016005', N'Opaline Leggings', N'1', N'2', N'2', N'1', N'6', N'60', N'6500', N'1', N'3', N'2', N'1100', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016007', N'Finest Valfare Leggings', N'1', N'2', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016301', N'Finest Agate Leggings', N'1', N'2', N'2', N'1', N'6', N'40', N'6500', N'1', N'3', N'2', N'1100', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016302', N'Finest Lapis Lazuli Leggings', N'1', N'2', N'2', N'1', N'6', N'45', N'6500', N'1', N'3', N'2', N'1100', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016303', N'Finest Aquamarine Leggings', N'1', N'2', N'2', N'1', N'6', N'50', N'6500', N'1', N'3', N'2', N'1100', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016304', N'Finest Inca Rose Leggings', N'1', N'2', N'2', N'1', N'6', N'55', N'6500', N'1', N'3', N'2', N'1100', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714016307', N'Finest Carnelian Leggings', N'1', N'2', N'2', N'1', N'6', N'30', N'6500', N'1', N'3', N'2', N'1100', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021001', N'Callous Pants', N'1', N'0', N'0', N'2', N'1', N'40', N'4500', N'0', N'0', N'2', N'1600', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021002', N'Oiled Pants', N'1', N'0', N'0', N'2', N'1', N'45', N'4500', N'0', N'0', N'2', N'1600', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021003', N'Telek Pants', N'1', N'0', N'0', N'2', N'1', N'50', N'4500', N'0', N'0', N'2', N'1600', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021004', N'Alifae Pants', N'1', N'0', N'0', N'2', N'1', N'55', N'4500', N'0', N'0', N'2', N'1600', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021005', N'Groovy Pants', N'1', N'0', N'0', N'2', N'1', N'60', N'4500', N'0', N'0', N'2', N'1600', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021006', N'Finest Suede Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'20', N'4500', N'0', N'0', N'2', N'1600', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714021007', N'Finest Veil Leather Leggings', N'1', N'0', N'0', N'2', N'1', N'30', N'4500', N'0', N'0', N'2', N'1600', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022001', N'Callous Pants', N'1', N'0', N'0', N'2', N'2', N'40', N'5000', N'0', N'3', N'2', N'1600', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022002', N'Oiled Pants', N'1', N'0', N'0', N'2', N'2', N'45', N'5000', N'0', N'3', N'2', N'1600', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022003', N'Telek Pants', N'1', N'0', N'0', N'2', N'2', N'50', N'5000', N'0', N'3', N'2', N'1600', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022004', N'Alifae Pants', N'1', N'0', N'0', N'2', N'2', N'55', N'5000', N'0', N'3', N'2', N'1600', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022005', N'Groovy Pants', N'1', N'0', N'0', N'2', N'2', N'60', N'5000', N'0', N'3', N'2', N'1600', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022006', N'Finest Suede Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'20', N'5000', N'0', N'3', N'2', N'1600', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714022007', N'Finest Veil Leather Leggings', N'1', N'0', N'0', N'2', N'2', N'30', N'5000', N'0', N'3', N'2', N'1600', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024001', N'Diavolu Pants', N'1', N'1', N'5', N'2', N'4', N'40', N'5500', N'1', N'3', N'2', N'1600', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024002', N'Guardian''s Pants', N'1', N'1', N'5', N'2', N'4', N'45', N'5500', N'1', N'3', N'2', N'1600', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024003', N'Uraso Pants', N'1', N'1', N'5', N'2', N'4', N'50', N'5500', N'1', N'3', N'2', N'1600', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024004', N'Cool Pants', N'1', N'1', N'5', N'2', N'4', N'55', N'5500', N'1', N'3', N'2', N'1600', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024005', N'Ithrojay Pants', N'1', N'1', N'5', N'2', N'4', N'60', N'5500', N'1', N'3', N'2', N'1600', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024006', N'Finest Facility Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'20', N'5500', N'1', N'3', N'2', N'1600', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714024007', N'Finest Deliver Leather Leggings', N'1', N'1', N'5', N'2', N'4', N'30', N'5500', N'1', N'3', N'2', N'1600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025001', N'Mictlan Pants', N'1', N'1', N'3', N'2', N'5', N'40', N'6000', N'1', N'3', N'2', N'1600', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025002', N'Agile Pants', N'1', N'1', N'3', N'2', N'5', N'45', N'6000', N'1', N'3', N'2', N'1600', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025003', N'Velita Pants', N'1', N'1', N'3', N'2', N'5', N'50', N'6000', N'1', N'3', N'2', N'1600', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025004', N'Fossa Pants', N'1', N'1', N'3', N'2', N'5', N'55', N'6000', N'1', N'3', N'2', N'1600', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025005', N'Refrell Pants', N'1', N'1', N'3', N'2', N'5', N'60', N'6000', N'1', N'3', N'2', N'1600', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025006', N'Finest Descend Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025007', N'Finest Lagrimas Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'30', N'6000', N'1', N'3', N'2', N'1600', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714025306', N'Finest Garnet Leather Leggings', N'1', N'2', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026001', N'Aaru Leather Pants', N'1', N'2', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026002', N'Angler Pants', N'1', N'2', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026003', N'Uriel Pants', N'1', N'2', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026004', N'Gust Pants', N'1', N'2', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026005', N'Uzalluet Pants', N'1', N'2', N'2', N'2', N'6', N'60', N'6500', N'1', N'3', N'2', N'1600', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026007', N'Finest Catalus Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026301', N'Finest Agate Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'40', N'6500', N'1', N'3', N'2', N'1600', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026302', N'Finest Lapis Lazuli Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'45', N'6500', N'1', N'3', N'2', N'1600', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026303', N'Finest Aquamarine Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'50', N'6500', N'1', N'3', N'2', N'1600', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026304', N'Finest Inca Rose Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'55', N'6500', N'1', N'3', N'2', N'1600', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714026307', N'Finest Carnelian Leather Leggings', N'1', N'2', N'2', N'2', N'6', N'30', N'6500', N'1', N'3', N'2', N'1600', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031001', N'Spectral Chausses', N'1', N'0', N'0', N'3', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031002', N'Sapphire Chausses', N'1', N'0', N'0', N'3', N'1', N'45', N'4500', N'0', N'0', N'2', N'2400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031003', N'Zuhr Chausses', N'1', N'0', N'0', N'3', N'1', N'50', N'4500', N'0', N'0', N'2', N'2400', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031004', N'Fedora Chausses', N'1', N'0', N'0', N'3', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031005', N'Jaymic Chausses', N'1', N'0', N'0', N'3', N'1', N'60', N'4500', N'0', N'0', N'2', N'2400', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031006', N'Finest Banded Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'20', N'4500', N'0', N'0', N'2', N'2400', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714031007', N'Finest Birni Chain Greaves', N'1', N'0', N'0', N'3', N'1', N'30', N'4500', N'0', N'0', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032001', N'Spectral Chausses', N'1', N'0', N'0', N'3', N'2', N'40', N'5000', N'0', N'3', N'2', N'2400', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032002', N'Sapphire Chausses', N'1', N'0', N'0', N'3', N'2', N'45', N'5000', N'0', N'3', N'2', N'2400', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032003', N'Zuhr Chausses', N'1', N'0', N'0', N'3', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032004', N'Fedora Chausses', N'1', N'0', N'0', N'3', N'2', N'55', N'5000', N'0', N'3', N'2', N'2400', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032005', N'Jaymic Chausses', N'1', N'0', N'0', N'3', N'2', N'60', N'5000', N'0', N'3', N'2', N'2400', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032006', N'Finest Banded Chain Greaves', N'1', N'0', N'0', N'3', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714032007', N'Finest Birni Chain Greaves', N'1', N'0', N'0', N'3', N'2', N'30', N'5000', N'0', N'3', N'2', N'2400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034001', N'Necuratu Chausses', N'1', N'1', N'5', N'3', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034002', N'Crude Chausses', N'1', N'1', N'5', N'3', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034003', N'Triton Chausses', N'1', N'1', N'5', N'3', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034004', N'Kalavolg Chausses', N'1', N'1', N'5', N'3', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034005', N'Necuratu Chausses', N'1', N'1', N'5', N'3', N'4', N'60', N'5500', N'1', N'3', N'2', N'2400', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034006', N'Finest Brisk Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714034007', N'Finest Rivert Chain Greaves', N'1', N'1', N'5', N'3', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035001', N'Pangolin Chausses', N'1', N'1', N'3', N'3', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035002', N'Bared Chausses', N'1', N'1', N'3', N'3', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035003', N'Harpy Chausses', N'1', N'1', N'3', N'3', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035004', N'Laughter Chausses', N'1', N'1', N'3', N'3', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035005', N'Zhichava Chausses', N'1', N'1', N'3', N'3', N'5', N'60', N'6000', N'1', N'3', N'2', N'2400', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035006', N'Finest Libion Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035007', N'Finest Monochromatic Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714035306', N'Finest Garnet Chain Greaves', N'1', N'2', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036001', N'Ekera Chausses', N'1', N'2', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036002', N'Nettle Chausses', N'1', N'2', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036003', N'Poniard Chausses', N'1', N'2', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036004', N'Aspis Chausses', N'1', N'2', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036005', N'Kraloo Chausses', N'1', N'2', N'2', N'3', N'6', N'60', N'6500', N'1', N'3', N'2', N'2400', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036007', N'Finest Surtr Greaves', N'1', N'2', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036301', N'Finest Agate Greaves', N'1', N'2', N'2', N'3', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036302', N'Finest Lapis Lazuli Greaves', N'1', N'2', N'2', N'3', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036303', N'Finest Aquamarine Greaves', N'1', N'2', N'2', N'3', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036304', N'Finest Inca Rose Greaves', N'1', N'2', N'2', N'3', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714036307', N'Finest Carnelian Greaves', N'1', N'2', N'2', N'3', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041001', N'Ethereal Greaves', N'1', N'0', N'0', N'4', N'1', N'40', N'4500', N'0', N'0', N'2', N'2400', N'5980', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041002', N'Kalypsys Greaves', N'1', N'0', N'0', N'4', N'1', N'45', N'4500', N'0', N'0', N'2', N'2400', N'7340', N'1211') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041003', N'Lorelei Greaves', N'1', N'0', N'0', N'4', N'1', N'50', N'4500', N'0', N'0', N'2', N'2400', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041004', N'Titan Greaves', N'1', N'0', N'0', N'4', N'1', N'55', N'4500', N'0', N'0', N'2', N'2400', N'10450', N'1724') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041005', N'Chromatic Greaves', N'1', N'0', N'0', N'4', N'1', N'60', N'4500', N'0', N'0', N'2', N'2400', N'12200', N'2013') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041006', N'Finest Transitional War Greaves', N'1', N'0', N'0', N'4', N'1', N'20', N'4500', N'0', N'0', N'2', N'2400', N'1920', N'317') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714041007', N'Finest Raven War Greaves', N'1', N'0', N'0', N'4', N'1', N'30', N'4500', N'0', N'0', N'2', N'2400', N'3680', N'607') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042001', N'Ethereal Greaves', N'1', N'0', N'0', N'4', N'2', N'40', N'5000', N'0', N'3', N'2', N'2400', N'6360', N'1049') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042002', N'Kalypsys Greaves', N'1', N'0', N'0', N'4', N'2', N'45', N'5000', N'0', N'3', N'2', N'2400', N'7790', N'1285') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042003', N'Lorelei Greaves', N'1', N'0', N'0', N'4', N'2', N'50', N'5000', N'0', N'3', N'2', N'2400', N'9380', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042004', N'Titan Greaves', N'1', N'0', N'0', N'4', N'2', N'55', N'5000', N'0', N'3', N'2', N'2400', N'11100', N'1831') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042005', N'Chromatic Greaves', N'1', N'0', N'0', N'4', N'2', N'60', N'5000', N'0', N'3', N'2', N'2400', N'12960', N'2138') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042006', N'Finest Transitional War Greaves', N'1', N'0', N'0', N'4', N'2', N'20', N'5000', N'0', N'3', N'2', N'2400', N'2040', N'337') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714042007', N'Finest Raven War Greaves', N'1', N'0', N'0', N'4', N'2', N'30', N'5000', N'0', N'3', N'2', N'2400', N'3910', N'645') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044001', N'Noble Greaves', N'1', N'1', N'5', N'4', N'4', N'40', N'5500', N'1', N'3', N'2', N'2400', N'7110', N'1173') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044002', N'Morgana Greaves', N'1', N'1', N'5', N'4', N'4', N'45', N'5500', N'1', N'3', N'2', N'2400', N'8710', N'1437') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044003', N'Arcanite Greaves', N'1', N'1', N'5', N'4', N'4', N'50', N'5500', N'1', N'3', N'2', N'2400', N'10480', N'1729') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044004', N'Kharavela Greaves', N'1', N'1', N'5', N'4', N'4', N'55', N'5500', N'1', N'3', N'2', N'2400', N'12410', N'2048') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044005', N'Clockwork Greaves', N'1', N'1', N'5', N'4', N'4', N'60', N'5500', N'1', N'3', N'2', N'2400', N'14490', N'2391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044006', N'Finest Effort War Greaves', N'1', N'1', N'5', N'4', N'4', N'20', N'5500', N'1', N'3', N'2', N'2400', N'2280', N'376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714044007', N'Finest Empulroy War Greaves', N'1', N'1', N'5', N'4', N'4', N'30', N'5500', N'1', N'3', N'2', N'2400', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045001', N'Brave Greaves', N'1', N'1', N'3', N'4', N'5', N'40', N'6000', N'1', N'3', N'2', N'2400', N'7480', N'1234') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045002', N'Crypt War Greaves', N'1', N'1', N'3', N'4', N'5', N'45', N'6000', N'1', N'3', N'2', N'2400', N'9170', N'1513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045003', N'Celestine Greaves', N'1', N'1', N'3', N'4', N'5', N'50', N'6000', N'1', N'3', N'2', N'2400', N'11030', N'1820') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045004', N'Era Greaves', N'1', N'1', N'3', N'4', N'5', N'55', N'6000', N'1', N'3', N'2', N'2400', N'13060', N'2154') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045005', N'Blaghty Greaves', N'1', N'1', N'3', N'4', N'5', N'60', N'6000', N'1', N'3', N'2', N'2400', N'15250', N'2516') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045006', N'Finest Blaze War Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045007', N'Finest Fandom-Versus War Greaves', N'1', N'1', N'3', N'4', N'5', N'30', N'6000', N'1', N'3', N'2', N'2400', N'4600', N'759') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714045306', N'Finest Garnet War Greaves', N'1', N'2', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046001', N'Stygia Greaves', N'1', N'2', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046002', N'Vengeance Greaves', N'1', N'2', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046003', N'Willas Greaves', N'1', N'2', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046004', N'Camilla Greaves', N'1', N'2', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046005', N'Foiblo Greaves', N'1', N'2', N'2', N'4', N'6', N'60', N'6500', N'1', N'3', N'2', N'2400', N'16010', N'2642') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046007', N'Finest Baldr Greaves', N'1', N'2', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046301', N'Finest Agate Greaves', N'1', N'2', N'2', N'4', N'6', N'40', N'6500', N'1', N'3', N'2', N'2400', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046302', N'Finest Lapis Lazuli Greaves', N'1', N'2', N'2', N'4', N'6', N'45', N'6500', N'1', N'3', N'2', N'2400', N'9630', N'1589') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046303', N'Finest Aquamarine Greaves', N'1', N'2', N'2', N'4', N'6', N'50', N'6500', N'1', N'3', N'2', N'2400', N'11580', N'1910') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046304', N'Finest Inca Rose Greaves', N'1', N'2', N'2', N'4', N'6', N'55', N'6500', N'1', N'3', N'2', N'2400', N'13710', N'2262') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'714046307', N'Finest Carnelian Greaves', N'1', N'2', N'2', N'4', N'6', N'30', N'6500', N'1', N'3', N'2', N'2400', N'4830', N'797') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011001', N'Aura Slippers', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'600', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011002', N'Louvette Slippers', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'600', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011003', N'Hollis Slippers', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'600', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011004', N'Tizona Slippers', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'600', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011005', N'Remy Slippers', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'600', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011006', N'Top Quality Lambswool Shoes', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'600', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715011007', N'Finest Shroud Shoes', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'600', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012001', N'Aura Slippers', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'600', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012002', N'Louvette Slippers', N'1', N'0', N'0', N'1', N'2', N'45', N'4200', N'0', N'3', N'2', N'600', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012003', N'Hollis Slippers', N'1', N'0', N'0', N'1', N'2', N'50', N'4200', N'0', N'3', N'2', N'600', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012004', N'Tizona Slippers', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'600', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012005', N'Remy Slippers', N'1', N'0', N'0', N'1', N'2', N'60', N'4200', N'0', N'3', N'2', N'600', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012006', N'Top Quality Lambswool Shoes', N'1', N'0', N'0', N'1', N'2', N'20', N'4200', N'0', N'3', N'2', N'600', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715012007', N'Finest Shroud Shoes', N'1', N'0', N'0', N'1', N'2', N'30', N'4200', N'0', N'3', N'2', N'600', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014001', N'Shady Slippers', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'600', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014002', N'Charmed Slippers', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'600', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014003', N'Knit Slippers', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'600', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014004', N'Falcata Slippers', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'600', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014005', N'Yeroti Slippers', N'1', N'1', N'5', N'1', N'4', N'60', N'4400', N'1', N'3', N'2', N'600', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014006', N'Finest Forbidden Shoes', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'600', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715014007', N'Finest Indent Shoes', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'600', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015001', N'Rainbow Slippers', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'600', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015002', N'Gnomish Slippers', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'600', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015003', N'Joyeuse Slippers', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'600', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015004', N'Protector Slippers', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'600', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015005', N'Amarow Slippers', N'1', N'1', N'3', N'1', N'5', N'60', N'4600', N'1', N'3', N'2', N'600', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015006', N'Finest Ventus Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015007', N'Finest Caligo Shoes', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'600', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715015306', N'Finest Garnet Shoes', N'1', N'2', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016001', N'Jigoku Slippers', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016002', N'Quintara Slippers', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016003', N'Yufnae Slippers', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016004', N'Kilij-Kalkhan Slippers', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016005', N'Opaline Slippers', N'1', N'2', N'2', N'1', N'6', N'60', N'5000', N'1', N'3', N'2', N'600', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016007', N'Finest Valfare Shoes', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016301', N'Finest Agate Shoes', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'600', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016302', N'Finest Lapis Lazuli Shoes', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'600', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016303', N'Finest Aquamarine Shoes', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'600', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016304', N'Finest Inca Rose Shoes', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'600', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715016307', N'Finest Carnelian Shoes', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'600', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021001', N'Callous Shoes', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'800', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021002', N'Cryption Shoes', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'800', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021003', N'Firey Shoes', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'800', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021004', N'Bogart Shoes', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'800', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021005', N'Hefeydd Shoes', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'800', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021006', N'Finest Suede Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'800', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715021007', N'Finest Veil Leather Shoes', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'800', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022001', N'Callous Shoes', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'800', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022002', N'Cryption Shoes', N'1', N'0', N'0', N'2', N'2', N'45', N'4200', N'0', N'3', N'2', N'800', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022003', N'Firey Shoes', N'1', N'0', N'0', N'2', N'2', N'50', N'4200', N'0', N'3', N'2', N'800', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022004', N'Bogart Shoes', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'800', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022005', N'Hefeydd Shoes', N'1', N'0', N'0', N'2', N'2', N'60', N'4200', N'0', N'3', N'2', N'800', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022006', N'Finest Suede Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'20', N'4200', N'0', N'3', N'2', N'800', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715022007', N'Finest Veil Leather Shoes', N'1', N'0', N'0', N'2', N'2', N'30', N'4200', N'0', N'3', N'2', N'800', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024001', N'Diavolu Shoes', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'800', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024002', N'Guardian''s Shoes', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'800', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024003', N'Uraso Shoes', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'800', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024004', N'Cool Shoes', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'800', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024005', N'Ithrojay Shoes', N'1', N'1', N'5', N'2', N'4', N'60', N'4400', N'1', N'3', N'2', N'800', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024006', N'Finest Facility Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'800', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715024007', N'Finest Deliver Leather Shoes', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'800', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025001', N'Mictlan Shoes', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'800', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025002', N'Agile Shoes', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'800', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025003', N'Velita Shoes', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'800', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025004', N'Fossa Shoes', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'800', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025005', N'Refrell Shoes', N'1', N'1', N'3', N'2', N'5', N'60', N'4600', N'1', N'3', N'2', N'800', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025006', N'Finest Descend Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025007', N'Finest Lagrimas Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'800', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715025306', N'Finest Garnet Leather Shoes', N'1', N'2', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026001', N'Aaru Shoes', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026002', N'Angler Shoes', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026003', N'Uriel Shoes', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026004', N'Gust Shoes', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026005', N'Uzalluet Shoes', N'1', N'2', N'2', N'2', N'6', N'60', N'5000', N'1', N'3', N'2', N'800', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026007', N'Finest Catalus Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026301', N'Finest Agate Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'800', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026302', N'Finest Lapis Lazuli Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'800', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026303', N'Finest Aquamarine Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'800', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026304', N'Finest Inca Rose Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'800', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715026307', N'Finest Carnelian Leather Shoes', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'800', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031001', N'Spectral Jackboots', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'1200', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031002', N'Gothic Jackboots', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'1200', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031003', N'Ylliana Jackboots', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'1200', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031004', N'Huntress Jackboots', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'1200', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031005', N'Drora Jackboots', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'1200', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031006', N'Finest Banded Chain Boots', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'1200', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715031007', N'Finest Birni Chain Boots', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'1200', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032001', N'Spectral Jackboots', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'1200', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032002', N'Gothic Jackboots', N'1', N'0', N'0', N'3', N'2', N'45', N'4200', N'0', N'3', N'2', N'1200', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032003', N'Ylliana Jackboots', N'1', N'0', N'0', N'3', N'2', N'50', N'4200', N'0', N'3', N'2', N'1200', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032004', N'Huntress Jackboots', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'1200', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032005', N'Drora Jackboots', N'1', N'0', N'0', N'3', N'2', N'60', N'4200', N'0', N'3', N'2', N'1200', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032006', N'Finest Banded Chain Boots', N'1', N'0', N'0', N'3', N'2', N'20', N'4200', N'0', N'3', N'2', N'1200', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715032007', N'Finest Birni Chain Boots', N'1', N'0', N'0', N'3', N'2', N'30', N'4200', N'0', N'3', N'2', N'1200', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034001', N'Necuratu Jackboots', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'1200', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034002', N'Crude Jackboots', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'1200', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034003', N'Triton Jackboots', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'1200', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034004', N'Kalavolg Jackboots', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'1200', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034005', N'Necuratu Jackboots', N'1', N'1', N'5', N'3', N'4', N'60', N'4400', N'1', N'3', N'2', N'1200', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034006', N'Finest Brisk Chain Boots', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'1200', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715034007', N'Finest Rivert Chain Boots', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'1200', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035001', N'Pangolin Jackboots', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'1200', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035002', N'Bared Jackboots', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'1200', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035003', N'Harpy Jackboots', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'1200', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035004', N'Laughter Jackboots', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'1200', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035005', N'Zhichava Jackboots', N'1', N'1', N'3', N'3', N'5', N'60', N'4600', N'1', N'3', N'2', N'1200', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035006', N'Finest Libion Chain Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035007', N'Finest Monochromatic Chain Boots', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'1200', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715035306', N'Finest Garnet Chain Boots', N'1', N'2', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036001', N'Ekera Jackboots', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036002', N'Nettle Jackboots', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036003', N'Poniard Jackboots', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036004', N'Aspis Jackboots', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036005', N'Kraloo Jackboots', N'1', N'2', N'2', N'3', N'6', N'60', N'5000', N'1', N'3', N'2', N'1200', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036007', N'Finest Surtr Boots', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036301', N'Finest Agate Boots', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'1200', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036302', N'Finest Lapis Lazuli Boots', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'1200', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036303', N'Finest Aquamarine Boots', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'1200', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036304', N'Finest Inca Rose Boots', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'1200', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715036307', N'Finest Carnelian Boots', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'1200', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041001', N'Ethereal Boots', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'2300', N'5130', N'847') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041002', N'Gemmed Boots', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'2300', N'6290', N'1038') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041003', N'Fourbe Boots', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'2300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041004', N'Callia Boots', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'2300', N'8950', N'1477') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041005', N'Chiclau Boots', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'2300', N'10460', N'1725') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041006', N'Finest Transitional War Boots', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'2300', N'1640', N'271') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715041007', N'Finest Raven War Boots', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'2300', N'3160', N'521') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042001', N'Ethereal Boots', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'2300', N'5450', N'899') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042002', N'Gemmed Boots', N'1', N'0', N'0', N'4', N'2', N'45', N'4200', N'0', N'3', N'2', N'2300', N'6680', N'1102') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042003', N'Fourbe Boots', N'1', N'0', N'0', N'4', N'2', N'50', N'4200', N'0', N'3', N'2', N'2300', N'8040', N'1326') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042004', N'Callia Boots', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'2300', N'9510', N'1569') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042005', N'Chiclau Boots', N'1', N'0', N'0', N'4', N'2', N'60', N'4200', N'0', N'3', N'2', N'2300', N'11120', N'1834') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042006', N'Finest Transitional War Boots', N'1', N'0', N'0', N'4', N'2', N'20', N'4200', N'0', N'3', N'2', N'2300', N'1740', N'287') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715042007', N'Finest Raven War Boots', N'1', N'0', N'0', N'4', N'2', N'30', N'4200', N'0', N'3', N'2', N'2300', N'3360', N'554') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044001', N'Noble Boots', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'2300', N'6090', N'1005') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044002', N'Morgana Boots', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'2300', N'7470', N'1233') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044003', N'Arcanite Boots', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'2300', N'8990', N'1483') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044004', N'Kharavela Boots', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'2300', N'10630', N'1754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044005', N'Clockwork Boots', N'1', N'1', N'5', N'4', N'4', N'60', N'4400', N'1', N'3', N'2', N'2300', N'12430', N'2051') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044006', N'Finest Effort War Boots', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'2300', N'1950', N'322') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715044007', N'Finest Empulroy War Boots', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'2300', N'3750', N'619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045001', N'Brave Boots', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'2300', N'6410', N'1058') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045002', N'Crypt War Boots', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'2300', N'7860', N'1296') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045003', N'Celestine Boots', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'2300', N'9460', N'1560') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045004', N'Era Boots', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'2300', N'11190', N'1846') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045005', N'Blaghty Boots', N'1', N'1', N'3', N'4', N'5', N'60', N'4600', N'1', N'3', N'2', N'2300', N'13080', N'2158') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045006', N'Finest Blaze War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045007', N'Finest Fandom-Versus War Boots', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'2300', N'3950', N'652') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715045306', N'Finest Garnet War Boots', N'1', N'2', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046001', N'Stygia Boots', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046002', N'Vengeance Boots', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046003', N'Willas Boots', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046004', N'Camilla Boots', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046005', N'Foiblo Boots', N'1', N'2', N'2', N'4', N'6', N'60', N'5000', N'1', N'3', N'2', N'2300', N'13730', N'2266') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046007', N'Finest Baldr War Boots', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046301', N'Finest Agate War Boots', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'2300', N'6730', N'1111') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046302', N'Finest Lapis Lazuli War Boots', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'2300', N'8250', N'1361') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046303', N'Finest Aquamarine War Boots', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'2300', N'9930', N'1639') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046304', N'Finest Inca Rose War Boots', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'2300', N'11750', N'1939') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'715046307', N'Finest Carnelian War Boots', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'2300', N'4150', N'685') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011001', N'Aura Sash', N'1', N'0', N'0', N'1', N'1', N'40', N'3000', N'0', N'0', N'2', N'200', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011002', N'Arcane Sash', N'1', N'0', N'0', N'1', N'1', N'45', N'3000', N'0', N'0', N'2', N'200', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011003', N'Gior Sash', N'1', N'0', N'0', N'1', N'1', N'50', N'3000', N'0', N'0', N'2', N'200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011004', N'Oukase Sash', N'1', N'0', N'0', N'1', N'1', N'55', N'3000', N'0', N'0', N'2', N'200', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011005', N'Kyaglu Sash', N'1', N'0', N'0', N'1', N'1', N'60', N'3000', N'0', N'0', N'2', N'200', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011006', N'Top Quality Lambswool Belt', N'1', N'0', N'0', N'1', N'1', N'20', N'3000', N'0', N'0', N'2', N'200', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716011007', N'Finest Shroud Belt', N'1', N'0', N'0', N'1', N'1', N'30', N'3000', N'0', N'0', N'2', N'200', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012001', N'Aura Sash', N'1', N'0', N'0', N'1', N'2', N'40', N'3200', N'0', N'3', N'2', N'200', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012002', N'Arcane Sash', N'1', N'0', N'0', N'1', N'2', N'45', N'3200', N'0', N'3', N'2', N'200', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012003', N'Gior Sash', N'1', N'0', N'0', N'1', N'2', N'50', N'3200', N'0', N'3', N'2', N'200', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012004', N'Oukase Sash', N'1', N'0', N'0', N'1', N'2', N'55', N'3200', N'0', N'3', N'2', N'200', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012005', N'Kyaglu Sash', N'1', N'0', N'0', N'1', N'2', N'60', N'3200', N'0', N'3', N'2', N'200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012006', N'Top Quality Lambswool Belt', N'1', N'0', N'0', N'1', N'2', N'20', N'3200', N'0', N'3', N'2', N'200', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716012007', N'Finest Shroud Belt', N'1', N'0', N'0', N'1', N'2', N'30', N'3200', N'0', N'3', N'2', N'200', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014001', N'Shady Sash', N'1', N'1', N'5', N'1', N'4', N'40', N'3400', N'1', N'3', N'2', N'200', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014002', N'Charmed Sash', N'1', N'1', N'5', N'1', N'4', N'45', N'3400', N'1', N'3', N'2', N'200', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014003', N'Knit Sash', N'1', N'1', N'5', N'1', N'4', N'50', N'3400', N'1', N'3', N'2', N'200', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014004', N'Falcata Sash', N'1', N'1', N'5', N'1', N'4', N'55', N'3400', N'1', N'3', N'2', N'200', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014005', N'Yeroti Sash', N'1', N'1', N'5', N'1', N'4', N'60', N'3400', N'1', N'3', N'2', N'200', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014006', N'Finest Forbidden Belt', N'1', N'1', N'5', N'1', N'4', N'20', N'3400', N'1', N'3', N'2', N'200', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716014007', N'Finest Indent Belt', N'1', N'1', N'5', N'1', N'4', N'30', N'3400', N'1', N'3', N'2', N'200', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015001', N'Rainbow Sash', N'1', N'1', N'3', N'1', N'5', N'40', N'3600', N'1', N'3', N'2', N'200', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015002', N'Gnomish Sash', N'1', N'1', N'3', N'1', N'5', N'45', N'3600', N'1', N'3', N'2', N'200', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015003', N'Joyeuse Sash', N'1', N'1', N'3', N'1', N'5', N'50', N'3600', N'1', N'3', N'2', N'200', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015004', N'Protector Sash', N'1', N'1', N'3', N'1', N'5', N'55', N'3600', N'1', N'3', N'2', N'200', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015005', N'Amarow Sash', N'1', N'1', N'3', N'1', N'5', N'60', N'3600', N'1', N'3', N'2', N'200', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015006', N'Finest Ventus Belt', N'1', N'1', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015007', N'Finest Caligo Belt', N'1', N'1', N'3', N'1', N'5', N'30', N'3600', N'1', N'3', N'2', N'200', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716015306', N'Finest Garnet Belt', N'1', N'2', N'3', N'1', N'5', N'20', N'3600', N'1', N'3', N'2', N'200', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016001', N'Jigoku Sash', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016002', N'Quintara Sash', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016003', N'Yufnae Sash', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016004', N'Kilij-Kalkhan Sash', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016005', N'Opaline Sash', N'1', N'2', N'2', N'1', N'6', N'60', N'4000', N'1', N'3', N'2', N'200', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016007', N'Finest Valfare Belt', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016301', N'Finest Agate Belt', N'1', N'2', N'2', N'1', N'6', N'40', N'4000', N'1', N'3', N'2', N'200', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016302', N'Finest Lapis Lazuli Belt', N'1', N'2', N'2', N'1', N'6', N'45', N'4000', N'1', N'3', N'2', N'200', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016303', N'Finest Aquamarine Belt', N'1', N'2', N'2', N'1', N'6', N'50', N'4000', N'1', N'3', N'2', N'200', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016304', N'Finest Inca Rose Belt', N'1', N'2', N'2', N'1', N'6', N'55', N'4000', N'1', N'3', N'2', N'200', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716016307', N'Finest Carnelian Belt', N'1', N'2', N'2', N'1', N'6', N'30', N'4000', N'1', N'3', N'2', N'200', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021001', N'Callous Cinture', N'1', N'0', N'0', N'2', N'1', N'40', N'3000', N'0', N'0', N'2', N'300', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021002', N'Oiled Cinture', N'1', N'0', N'0', N'2', N'1', N'45', N'3000', N'0', N'0', N'2', N'300', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021003', N'Telek Cinture', N'1', N'0', N'0', N'2', N'1', N'50', N'3000', N'0', N'0', N'2', N'300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021004', N'Alifae Cinture', N'1', N'0', N'0', N'2', N'1', N'55', N'3000', N'0', N'0', N'2', N'300', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021005', N'Groovy Cinture', N'1', N'0', N'0', N'2', N'1', N'60', N'3000', N'0', N'0', N'2', N'300', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021006', N'Finest Suede Leather Belt', N'1', N'0', N'0', N'2', N'1', N'20', N'3000', N'0', N'0', N'2', N'300', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716021007', N'Finest Veil Leather Belt', N'1', N'0', N'0', N'2', N'1', N'30', N'3000', N'0', N'0', N'2', N'300', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022001', N'Callous Cinture', N'1', N'0', N'0', N'2', N'2', N'40', N'3200', N'0', N'3', N'2', N'300', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022002', N'Oiled Cinture', N'1', N'0', N'0', N'2', N'2', N'45', N'3200', N'0', N'3', N'2', N'300', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022003', N'Telek Cinture', N'1', N'0', N'0', N'2', N'2', N'50', N'3200', N'0', N'3', N'2', N'300', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022004', N'Alifae Cinture', N'1', N'0', N'0', N'2', N'2', N'55', N'3200', N'0', N'3', N'2', N'300', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022005', N'Groovy Cinture', N'1', N'0', N'0', N'2', N'2', N'60', N'3200', N'0', N'3', N'2', N'300', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022006', N'Finest Suede Leather Belt', N'1', N'0', N'0', N'2', N'2', N'20', N'3200', N'0', N'3', N'2', N'300', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716022007', N'Finest Veil Leather Belt', N'1', N'0', N'0', N'2', N'2', N'30', N'3200', N'0', N'3', N'2', N'300', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024001', N'Diavolu Cinture', N'1', N'1', N'5', N'2', N'4', N'40', N'3400', N'1', N'3', N'2', N'300', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024002', N'Guardian''s Cinture', N'1', N'1', N'5', N'2', N'4', N'45', N'3400', N'1', N'3', N'2', N'300', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024003', N'Uraso Cinture', N'1', N'1', N'5', N'2', N'4', N'50', N'3400', N'1', N'3', N'2', N'300', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024004', N'Cool Cinture', N'1', N'1', N'5', N'2', N'4', N'55', N'3400', N'1', N'3', N'2', N'300', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024005', N'Ithrojay Cinture', N'1', N'1', N'5', N'2', N'4', N'60', N'3400', N'1', N'3', N'2', N'300', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024006', N'Finest Facility Leather Belt', N'1', N'1', N'5', N'2', N'4', N'20', N'3400', N'1', N'3', N'2', N'300', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716024007', N'Finest Deliver Leather Belt', N'1', N'1', N'5', N'2', N'4', N'30', N'3400', N'1', N'3', N'2', N'300', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025001', N'Mictlan Cinture', N'1', N'1', N'3', N'2', N'5', N'40', N'3600', N'1', N'3', N'2', N'300', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025002', N'Agile Cinture', N'1', N'1', N'3', N'2', N'5', N'45', N'3600', N'1', N'3', N'2', N'300', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025003', N'Velita Cinture', N'1', N'1', N'3', N'2', N'5', N'50', N'3600', N'1', N'3', N'2', N'300', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025004', N'Fossa Cinture', N'1', N'1', N'3', N'2', N'5', N'55', N'3600', N'1', N'3', N'2', N'300', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025005', N'Refrell Cinture', N'1', N'1', N'3', N'2', N'5', N'60', N'3600', N'1', N'3', N'2', N'300', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025006', N'Finest Descend Leather Belt', N'1', N'1', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025007', N'Finest Lagrimas Leather Belt', N'1', N'1', N'3', N'2', N'5', N'30', N'3600', N'1', N'3', N'2', N'300', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716025306', N'Finest Garnet Leather Belt', N'1', N'2', N'3', N'2', N'5', N'20', N'3600', N'1', N'3', N'2', N'300', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026001', N'Aaru Cinture', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026002', N'Angler Cinture', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026003', N'Uriel Cinture', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026004', N'Gust Cinture', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026005', N'Uzalluet Cinture', N'1', N'2', N'2', N'2', N'6', N'60', N'4000', N'1', N'3', N'2', N'300', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026007', N'Finest Catalus Leather Belt', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026301', N'Finest Agate Leather Belt', N'1', N'2', N'2', N'2', N'6', N'40', N'4000', N'1', N'3', N'2', N'300', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026302', N'Finest Lapis Lazuli Leather Belt', N'1', N'2', N'2', N'2', N'6', N'45', N'4000', N'1', N'3', N'2', N'300', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026303', N'Finest Aquamarine Leather Belt', N'1', N'2', N'2', N'2', N'6', N'50', N'4000', N'1', N'3', N'2', N'300', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026304', N'Finest Inca Rose Leather Belt', N'1', N'2', N'2', N'2', N'6', N'55', N'4000', N'1', N'3', N'2', N'300', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716026307', N'Finest Carnelian Leather Belt', N'1', N'2', N'2', N'2', N'6', N'30', N'4000', N'1', N'3', N'2', N'300', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031001', N'Spectral Binding', N'1', N'0', N'0', N'3', N'1', N'40', N'3000', N'0', N'0', N'2', N'500', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031002', N'Sapphire Binding', N'1', N'0', N'0', N'3', N'1', N'45', N'3000', N'0', N'0', N'2', N'500', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031003', N'Zuhr Binding', N'1', N'0', N'0', N'3', N'1', N'50', N'3000', N'0', N'0', N'2', N'500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031004', N'Fedora Binding', N'1', N'0', N'0', N'3', N'1', N'55', N'3000', N'0', N'0', N'2', N'500', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031005', N'Jaymic Binding', N'1', N'0', N'0', N'3', N'1', N'60', N'3000', N'0', N'0', N'2', N'500', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031006', N'Finest Banded Chain Belt', N'1', N'0', N'0', N'3', N'1', N'20', N'3000', N'0', N'0', N'2', N'500', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716031007', N'Finest Birni Chain Belt', N'1', N'0', N'0', N'3', N'1', N'30', N'3000', N'0', N'0', N'2', N'500', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032001', N'Spectral Binding', N'1', N'0', N'0', N'3', N'2', N'40', N'3200', N'0', N'3', N'2', N'500', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032002', N'Sapphire Binding', N'1', N'0', N'0', N'3', N'2', N'45', N'3200', N'0', N'3', N'2', N'500', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032003', N'Zuhr Binding', N'1', N'0', N'0', N'3', N'2', N'50', N'3200', N'0', N'3', N'2', N'500', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032004', N'Fedora Binding', N'1', N'0', N'0', N'3', N'2', N'55', N'3200', N'0', N'3', N'2', N'500', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032005', N'Jaymic Binding', N'1', N'0', N'0', N'3', N'2', N'60', N'3200', N'0', N'3', N'2', N'500', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032006', N'Finest Banded Chain Belt', N'1', N'0', N'0', N'3', N'2', N'20', N'3200', N'0', N'3', N'2', N'500', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716032007', N'Finest Birni Chain Belt', N'1', N'0', N'0', N'3', N'2', N'30', N'3200', N'0', N'3', N'2', N'500', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034001', N'Necuratu Binding', N'1', N'1', N'5', N'3', N'4', N'40', N'3400', N'1', N'3', N'2', N'500', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034002', N'Crude Binding', N'1', N'1', N'5', N'3', N'4', N'45', N'3400', N'1', N'3', N'2', N'500', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034003', N'Triton Binding', N'1', N'1', N'5', N'3', N'4', N'50', N'3400', N'1', N'3', N'2', N'500', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034004', N'Kalavolg Binding', N'1', N'1', N'5', N'3', N'4', N'55', N'3400', N'1', N'3', N'2', N'500', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034005', N'Necuratu Binding', N'1', N'1', N'5', N'3', N'4', N'60', N'3400', N'1', N'3', N'2', N'500', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034006', N'Finest Brisk Chain Belt', N'1', N'1', N'5', N'3', N'4', N'20', N'3400', N'1', N'3', N'2', N'500', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716034007', N'Finest Rivert Chain Belt', N'1', N'1', N'5', N'3', N'4', N'30', N'3400', N'1', N'3', N'2', N'500', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035001', N'Pangolin Binding', N'1', N'1', N'3', N'3', N'5', N'40', N'3600', N'1', N'3', N'2', N'500', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035002', N'Bared Binding', N'1', N'1', N'3', N'3', N'5', N'45', N'3600', N'1', N'3', N'2', N'500', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035003', N'Harpy Binding', N'1', N'1', N'3', N'3', N'5', N'50', N'3600', N'1', N'3', N'2', N'500', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035004', N'Laughter Binding', N'1', N'1', N'3', N'3', N'5', N'55', N'3600', N'1', N'3', N'2', N'500', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035005', N'Zhichava Binding', N'1', N'1', N'3', N'3', N'5', N'60', N'3600', N'1', N'3', N'2', N'500', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035006', N'Finest Libion Chain Belt', N'1', N'1', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035007', N'Finest Monochromatic Chain Belt', N'1', N'1', N'3', N'3', N'5', N'30', N'3600', N'1', N'3', N'2', N'500', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716035306', N'Finest Garnet Chain Belt', N'1', N'2', N'3', N'3', N'5', N'20', N'3600', N'1', N'3', N'2', N'500', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036001', N'Ekera Binding', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036002', N'Nettle Binding', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036003', N'Poniard Binding', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036004', N'Aspis Binding', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036005', N'Kraloo Binding', N'1', N'2', N'2', N'3', N'6', N'60', N'4000', N'1', N'3', N'2', N'500', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036007', N'Finest Surtr Chain Belt', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036301', N'Finest Agate Chain Belt', N'1', N'2', N'2', N'3', N'6', N'40', N'4000', N'1', N'3', N'2', N'500', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036302', N'Finest Lapis Lazuli Chain Belt', N'1', N'2', N'2', N'3', N'6', N'45', N'4000', N'1', N'3', N'2', N'500', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036303', N'Finest Aquamarine Chain Belt', N'1', N'2', N'2', N'3', N'6', N'50', N'4000', N'1', N'3', N'2', N'500', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036304', N'Finest Inca Rose Chain Belt', N'1', N'2', N'2', N'3', N'6', N'55', N'4000', N'1', N'3', N'2', N'500', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716036307', N'Finest Carnelian Chain Belt', N'1', N'2', N'2', N'3', N'6', N'30', N'4000', N'1', N'3', N'2', N'500', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041001', N'Ethereal Belt', N'1', N'0', N'0', N'4', N'1', N'40', N'3000', N'0', N'0', N'2', N'900', N'3850', N'635') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041002', N'Kalypsys Belt', N'1', N'0', N'0', N'4', N'1', N'45', N'3000', N'0', N'0', N'2', N'900', N'4720', N'778') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041003', N'Lorelei Belt', N'1', N'0', N'0', N'4', N'1', N'50', N'3000', N'0', N'0', N'2', N'900', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041004', N'Titan Belt', N'1', N'0', N'0', N'4', N'1', N'55', N'3000', N'0', N'0', N'2', N'900', N'6720', N'1108') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041005', N'Chromatic Belt', N'1', N'0', N'0', N'4', N'1', N'60', N'3000', N'0', N'0', N'2', N'900', N'7850', N'1295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041006', N'Finest Transitional War Belt', N'1', N'0', N'0', N'4', N'1', N'20', N'3000', N'0', N'0', N'2', N'900', N'1230', N'203') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716041007', N'Finest Raven War Belt', N'1', N'0', N'0', N'4', N'1', N'30', N'3000', N'0', N'0', N'2', N'900', N'2370', N'391') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042001', N'Ethereal Belt', N'1', N'0', N'0', N'4', N'2', N'40', N'3200', N'0', N'3', N'2', N'900', N'4090', N'675') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042002', N'Kalypsys Belt', N'1', N'0', N'0', N'4', N'2', N'45', N'3200', N'0', N'3', N'2', N'900', N'5020', N'828') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042003', N'Lorelei Belt', N'1', N'0', N'0', N'4', N'2', N'50', N'3200', N'0', N'3', N'2', N'900', N'6030', N'995') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042004', N'Titan Belt', N'1', N'0', N'0', N'4', N'2', N'55', N'3200', N'0', N'3', N'2', N'900', N'7140', N'1178') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042005', N'Chromatic Belt', N'1', N'0', N'0', N'4', N'2', N'60', N'3200', N'0', N'3', N'2', N'900', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042006', N'Finest Transitional War Belt', N'1', N'0', N'0', N'4', N'2', N'20', N'3200', N'0', N'3', N'2', N'900', N'1310', N'216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716042007', N'Finest Raven War Belt', N'1', N'0', N'0', N'4', N'2', N'30', N'3200', N'0', N'3', N'2', N'900', N'2520', N'416') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044001', N'Noble Belt', N'1', N'1', N'5', N'4', N'4', N'40', N'3400', N'1', N'3', N'2', N'900', N'4570', N'754') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044002', N'Morgana Belt', N'1', N'1', N'5', N'4', N'4', N'45', N'3400', N'1', N'3', N'2', N'900', N'5610', N'926') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044003', N'Arcanite Belt', N'1', N'1', N'5', N'4', N'4', N'50', N'3400', N'1', N'3', N'2', N'900', N'6740', N'1112') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044004', N'Kharavela Belt', N'1', N'1', N'5', N'4', N'4', N'55', N'3400', N'1', N'3', N'2', N'900', N'7980', N'1316') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044005', N'Clockwork Belt', N'1', N'1', N'5', N'4', N'4', N'60', N'3400', N'1', N'3', N'2', N'900', N'9320', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044006', N'Finest Effort War Belt', N'1', N'1', N'5', N'4', N'4', N'20', N'3400', N'1', N'3', N'2', N'900', N'1460', N'241') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716044007', N'Finest Empulroy War Belt', N'1', N'1', N'5', N'4', N'4', N'30', N'3400', N'1', N'3', N'2', N'900', N'2810', N'464') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045001', N'Brave Belt', N'1', N'1', N'3', N'4', N'5', N'40', N'3600', N'1', N'3', N'2', N'900', N'4810', N'794') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045002', N'Crypt War Belt', N'1', N'1', N'3', N'4', N'5', N'45', N'3600', N'1', N'3', N'2', N'900', N'5900', N'973') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045003', N'Celestine Belt', N'1', N'1', N'3', N'4', N'5', N'50', N'3600', N'1', N'3', N'2', N'900', N'7090', N'1170') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045004', N'Era Belt', N'1', N'1', N'3', N'4', N'5', N'55', N'3600', N'1', N'3', N'2', N'900', N'8400', N'1386') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045005', N'Blaghty Belt', N'1', N'1', N'3', N'4', N'5', N'60', N'3600', N'1', N'3', N'2', N'900', N'9810', N'1619') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045006', N'Finest Blaze War Belt', N'1', N'1', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045007', N'Finest Fandom-Versus War Belt', N'1', N'1', N'3', N'4', N'5', N'30', N'3600', N'1', N'3', N'2', N'900', N'2960', N'488') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716045306', N'Finest Garnet War Belt', N'1', N'2', N'3', N'4', N'5', N'20', N'3600', N'1', N'3', N'2', N'900', N'1540', N'254') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046001', N'Stygia Belt', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046002', N'Vengeance Belt', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046003', N'Willas Belt', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046004', N'Camilla Belt', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046005', N'Foiblo Belt', N'1', N'2', N'2', N'4', N'6', N'60', N'4000', N'1', N'3', N'2', N'900', N'10300', N'1699') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046007', N'Finest Baldr War Belt', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046301', N'Finest Agate War Belt', N'1', N'2', N'2', N'4', N'6', N'40', N'4000', N'1', N'3', N'2', N'900', N'5050', N'833') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046302', N'Finest Lapis Lazuli War Belt', N'1', N'2', N'2', N'4', N'6', N'45', N'4000', N'1', N'3', N'2', N'900', N'6200', N'1023') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046303', N'Finest Aquamarine War Belt', N'1', N'2', N'2', N'4', N'6', N'50', N'4000', N'1', N'3', N'2', N'900', N'7440', N'1227') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046304', N'Finest Inca Rose War Belt', N'1', N'2', N'2', N'4', N'6', N'55', N'4000', N'1', N'3', N'2', N'900', N'8820', N'1455') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'716046307', N'Finest Carnelian War Belt', N'1', N'2', N'2', N'4', N'6', N'30', N'4000', N'1', N'3', N'2', N'900', N'3110', N'513') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011001', N'Aura Mittens', N'1', N'0', N'0', N'1', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011002', N'Louvette Mittens', N'1', N'0', N'0', N'1', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011003', N'Hollis Mittens', N'1', N'0', N'0', N'1', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011004', N'Tizona Mittens', N'1', N'0', N'0', N'1', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011005', N'Remy Mittens', N'1', N'0', N'0', N'1', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011006', N'Top Quality Lambswool Gloves', N'1', N'0', N'0', N'1', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720011007', N'Finest Shroud Gloves', N'1', N'0', N'0', N'1', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012001', N'Aura Mittens', N'1', N'0', N'0', N'1', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012002', N'Louvette Mittens', N'1', N'0', N'0', N'1', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012003', N'Hollis Mittens', N'1', N'0', N'0', N'1', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012004', N'Tizona Mittens', N'1', N'0', N'0', N'1', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012005', N'Remy Mittens', N'1', N'0', N'0', N'1', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012006', N'Top Quality Lambswool Gloves', N'1', N'0', N'0', N'1', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720012007', N'Finest Shroud Gloves', N'1', N'0', N'0', N'1', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014001', N'Shady Mittens', N'1', N'1', N'5', N'1', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014002', N'Charmed Mittens', N'1', N'1', N'5', N'1', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014003', N'Knit Mittens', N'1', N'1', N'5', N'1', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014004', N'Falcata Mittens', N'1', N'1', N'5', N'1', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014005', N'Yeroti Mittens', N'1', N'1', N'5', N'1', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014006', N'Finest Forbidden Gloves', N'1', N'1', N'5', N'1', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720014007', N'Finest Indent Gloves', N'1', N'1', N'5', N'1', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015001', N'Rainbow Mittens', N'1', N'1', N'3', N'1', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015002', N'Gnomish Mittens', N'1', N'1', N'3', N'1', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015003', N'Joyeuse Mittens', N'1', N'1', N'3', N'1', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015004', N'Protector Mittens', N'1', N'1', N'3', N'1', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015005', N'Amarow Mittens', N'1', N'1', N'3', N'1', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015006', N'Finest Ventus Gloves', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015007', N'Finest Caligo Gloves', N'1', N'1', N'3', N'1', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720015306', N'Finest Garnet Gloves', N'1', N'2', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016001', N'Jigoku Mittens', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016002', N'Quintara Mittens', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016003', N'Yufnae Mittens', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016004', N'Kilij-Kalkhan Mittens', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016005', N'Opaline Mittens', N'1', N'2', N'2', N'1', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016007', N'Finest Valfare Gloves', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016301', N'Finest Agate Gloves', N'1', N'2', N'2', N'1', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016302', N'Finest Lapis Lazuli Gloves', N'1', N'2', N'2', N'1', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016303', N'Finest Aquamarine Gloves', N'1', N'2', N'2', N'1', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016304', N'Finest Inca Rose Gloves', N'1', N'2', N'2', N'1', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720016307', N'Finest Carnelian Gloves', N'1', N'2', N'2', N'1', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021001', N'Callous Bracers', N'1', N'0', N'0', N'2', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021002', N'Cryption Bracers', N'1', N'0', N'0', N'2', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021003', N'Firey Bracers', N'1', N'0', N'0', N'2', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021004', N'Bogart Bracers', N'1', N'0', N'0', N'2', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021005', N'Hefeydd Bracers', N'1', N'0', N'0', N'2', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021006', N'Finest Suede Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720021007', N'Finest Veil Leather Gloves', N'1', N'0', N'0', N'2', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022001', N'Callous Bracers', N'1', N'0', N'0', N'2', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022002', N'Cryption Bracers', N'1', N'0', N'0', N'2', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022003', N'Firey Bracers', N'1', N'0', N'0', N'2', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022004', N'Bogart Bracers', N'1', N'0', N'0', N'2', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022005', N'Hefeydd Bracers', N'1', N'0', N'0', N'2', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022006', N'Finest Suede Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720022007', N'Finest Veil Leather Gloves', N'1', N'0', N'0', N'2', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024001', N'Diavolu Bracers', N'1', N'1', N'5', N'2', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024002', N'Guardian''s Bracers', N'1', N'1', N'5', N'2', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024003', N'Uraso Bracers', N'1', N'1', N'5', N'2', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024004', N'Cool Bracers', N'1', N'1', N'5', N'2', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024005', N'Ithrojay Bracers', N'1', N'1', N'5', N'2', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024006', N'Finest Facility Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720024007', N'Finest Deliver Leather Gloves', N'1', N'1', N'5', N'2', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025001', N'Mictlan Bracers', N'1', N'1', N'3', N'2', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025002', N'Agile Bracers', N'1', N'1', N'3', N'2', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025003', N'Velita Bracers', N'1', N'1', N'3', N'2', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025004', N'Fossa Bracers', N'1', N'1', N'3', N'2', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025005', N'Refrell Bracers', N'1', N'1', N'3', N'2', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025006', N'Finest Descend Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025007', N'Finest Lagrimas Leather Gloves', N'1', N'1', N'3', N'2', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720025306', N'Finest Garnet Leather Gloves', N'1', N'2', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026001', N'Aaru Bracers', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026002', N'Angler Bracers', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026003', N'Uriel Bracers', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026004', N'Gust Bracers', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026005', N'Uzalluet Bracers', N'1', N'2', N'2', N'2', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026007', N'Finest Catalus Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026301', N'Finest Agate Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026302', N'Finest Lapis Lazuli Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026303', N'Finest Aquamarine Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026304', N'Finest Inca Rose Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720026307', N'Finest Carnelian Leather Gloves', N'1', N'2', N'2', N'2', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031001', N'Spectral Gloves', N'1', N'0', N'0', N'3', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031002', N'Gothic Gloves', N'1', N'0', N'0', N'3', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031003', N'Ylliana Gloves', N'1', N'0', N'0', N'3', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031004', N'Huntress Gloves', N'1', N'0', N'0', N'3', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031005', N'Drora Gloves', N'1', N'0', N'0', N'3', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031006', N'Finest Banded Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720031007', N'Finest Birni Chain Gloves', N'1', N'0', N'0', N'3', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032001', N'Spectral Gloves', N'1', N'0', N'0', N'3', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032002', N'Gothic Gloves', N'1', N'0', N'0', N'3', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032003', N'Ylliana Gloves', N'1', N'0', N'0', N'3', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032004', N'Huntress Gloves', N'1', N'0', N'0', N'3', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032005', N'Drora Gloves', N'1', N'0', N'0', N'3', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032006', N'Finest Banded Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720032007', N'Finest Birni Chain Gloves', N'1', N'0', N'0', N'3', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034001', N'Necuratu Gloves', N'1', N'1', N'5', N'3', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034002', N'Crude Gloves', N'1', N'1', N'5', N'3', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034003', N'Triton Gloves', N'1', N'1', N'5', N'3', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034004', N'Kalavolg Gloves', N'1', N'1', N'5', N'3', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034005', N'Necuratu Gloves', N'1', N'1', N'5', N'3', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034006', N'Finest Brisk Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720034007', N'Finest Rivert Chain Gloves', N'1', N'1', N'5', N'3', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035001', N'Pangolin Gloves', N'1', N'1', N'3', N'3', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035002', N'Bared Gloves', N'1', N'1', N'3', N'3', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035003', N'Harpy Gloves', N'1', N'1', N'3', N'3', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035004', N'Laughter Gloves', N'1', N'1', N'3', N'3', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035005', N'Zhichava Gloves', N'1', N'1', N'3', N'3', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035006', N'Finest Libion Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035007', N'Finest Monochromatic Chain Gloves', N'1', N'1', N'3', N'3', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720035306', N'Finest Garnet Chain Gloves', N'1', N'2', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036001', N'Ekera Gloves', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036002', N'Nettle Gloves', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036003', N'Poniard Gloves', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036004', N'Aspis Gloves', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036005', N'Kraloo Gloves', N'1', N'2', N'2', N'3', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036007', N'Finest Surtr Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036301', N'Finest Agate Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036302', N'Finest Lapis Lazuli Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036303', N'Finest Aquamarine Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036304', N'Finest Inca Rose Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720036307', N'Finest Carnelian Chain Gloves', N'1', N'2', N'2', N'3', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041001', N'Ethereal Vambraces', N'1', N'0', N'0', N'4', N'1', N'40', N'4000', N'0', N'0', N'2', N'300', N'4700', N'775') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041002', N'Gemmed Vambraces', N'1', N'0', N'0', N'4', N'1', N'45', N'4000', N'0', N'0', N'2', N'300', N'5770', N'952') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041003', N'Fourbe Vambraces', N'1', N'0', N'0', N'4', N'1', N'50', N'4000', N'0', N'0', N'2', N'300', N'6940', N'1145') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041004', N'Callia Vambraces', N'1', N'0', N'0', N'4', N'1', N'55', N'4000', N'0', N'0', N'2', N'300', N'8210', N'1355') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041005', N'Chiclau Vambraces', N'1', N'0', N'0', N'4', N'1', N'60', N'4000', N'0', N'0', N'2', N'300', N'9590', N'1582') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041006', N'Finest Transitional War Gloves', N'1', N'0', N'0', N'4', N'1', N'20', N'4000', N'0', N'0', N'2', N'300', N'1500', N'248') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720041007', N'Finest Raven War Gloves', N'1', N'0', N'0', N'4', N'1', N'30', N'4000', N'0', N'0', N'2', N'300', N'2900', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042001', N'Ethereal Vambraces', N'1', N'0', N'0', N'4', N'2', N'40', N'4200', N'0', N'3', N'2', N'300', N'5000', N'825') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042002', N'Gemmed Vambraces', N'1', N'0', N'0', N'4', N'2', N'45', N'4200', N'0', N'3', N'2', N'300', N'6130', N'1012') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042003', N'Fourbe Vambraces', N'1', N'0', N'0', N'4', N'2', N'50', N'4200', N'0', N'3', N'2', N'300', N'7370', N'1216') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042004', N'Callia Vambraces', N'1', N'0', N'0', N'4', N'2', N'55', N'4200', N'0', N'3', N'2', N'300', N'8720', N'1438') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042005', N'Chiclau Vambraces', N'1', N'0', N'0', N'4', N'2', N'60', N'4200', N'0', N'3', N'2', N'300', N'10190', N'1681') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042006', N'Finest Transitional War Gloves', N'1', N'0', N'0', N'4', N'2', N'20', N'4200', N'0', N'3', N'2', N'300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720042007', N'Finest Raven War Gloves', N'1', N'0', N'0', N'4', N'2', N'30', N'4200', N'0', N'3', N'2', N'300', N'3080', N'508') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044001', N'Noble Vambraces', N'1', N'1', N'5', N'4', N'4', N'40', N'4400', N'1', N'3', N'2', N'300', N'5590', N'922') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044002', N'Morgana Vambraces', N'1', N'1', N'5', N'4', N'4', N'45', N'4400', N'1', N'3', N'2', N'300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044003', N'Arcanite Vambraces', N'1', N'1', N'5', N'4', N'4', N'50', N'4400', N'1', N'3', N'2', N'300', N'8240', N'1359') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044004', N'Kharavela Vambraces', N'1', N'1', N'5', N'4', N'4', N'55', N'4400', N'1', N'3', N'2', N'300', N'9750', N'1609') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044005', N'Clockwork Vambraces', N'1', N'1', N'5', N'4', N'4', N'60', N'4400', N'1', N'3', N'2', N'300', N'11390', N'1879') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044006', N'Finest Effort War Gloves', N'1', N'1', N'5', N'4', N'4', N'20', N'4400', N'1', N'3', N'2', N'300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720044007', N'Finest Empulroy War Gloves', N'1', N'1', N'5', N'4', N'4', N'30', N'4400', N'1', N'3', N'2', N'300', N'3440', N'568') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045001', N'Brave Vambraces', N'1', N'1', N'3', N'4', N'5', N'40', N'4600', N'1', N'3', N'2', N'300', N'5880', N'970') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045002', N'Crypt War Gloves', N'1', N'1', N'3', N'4', N'5', N'45', N'4600', N'1', N'3', N'2', N'300', N'7210', N'1190') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045003', N'Celestine Vambraces', N'1', N'1', N'3', N'4', N'5', N'50', N'4600', N'1', N'3', N'2', N'300', N'8670', N'1431') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045004', N'Era Vambraces', N'1', N'1', N'3', N'4', N'5', N'55', N'4600', N'1', N'3', N'2', N'300', N'10260', N'1692') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045005', N'Blaghty Vambraces', N'1', N'1', N'3', N'4', N'5', N'60', N'4600', N'1', N'3', N'2', N'300', N'11990', N'1978') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045006', N'Finest Blaze War Gloves', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045007', N'Finest Fandom-Versus War Gloves', N'1', N'1', N'3', N'4', N'5', N'30', N'4600', N'1', N'3', N'2', N'300', N'3620', N'597') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720045306', N'Finest Garnet War Gloves', N'1', N'2', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'300', N'1880', N'310') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046001', N'Stygia Vambraces', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046002', N'Vengeance Vambraces', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046003', N'Willas Vambraces', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046004', N'Camilla Vambraces', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046005', N'Foiblo Vambraces', N'1', N'2', N'2', N'4', N'6', N'60', N'5000', N'1', N'3', N'2', N'300', N'12590', N'2077') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046007', N'Finest Baldr War Gloves', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046301', N'Finest Agate War Gloves', N'1', N'2', N'2', N'4', N'6', N'40', N'5000', N'1', N'3', N'2', N'300', N'6170', N'1018') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046302', N'Finest Lapis Lazuli War Gloves', N'1', N'2', N'2', N'4', N'6', N'45', N'5000', N'1', N'3', N'2', N'300', N'7570', N'1249') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046303', N'Finest Aquamarine War Gloves', N'1', N'2', N'2', N'4', N'6', N'50', N'5000', N'1', N'3', N'2', N'300', N'9100', N'1501') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046304', N'Finest Inca Rose War Gloves', N'1', N'2', N'2', N'4', N'6', N'55', N'5000', N'1', N'3', N'2', N'300', N'10770', N'1777') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'720046307', N'Finest Carnelian War Gloves', N'1', N'2', N'2', N'4', N'6', N'30', N'5000', N'1', N'3', N'2', N'300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015001', N'White Robe', N'1', N'1', N'3', N'1', N'5', N'24', N'6500', N'1', N'3', N'2', N'1400', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015002', N'Cursed Cataphract Robe', N'1', N'1', N'3', N'1', N'5', N'22', N'6500', N'1', N'3', N'2', N'1400', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015003', N'Giant Mole Robe', N'1', N'1', N'3', N'1', N'5', N'20', N'6500', N'1', N'3', N'2', N'1400', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015004', N'Seraph Robe', N'1', N'1', N'3', N'1', N'5', N'26', N'6500', N'1', N'3', N'2', N'1400', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912015005', N'Massive Butcher Robe', N'1', N'1', N'3', N'1', N'5', N'29', N'6500', N'1', N'3', N'2', N'1400', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025001', N'White Armor', N'1', N'1', N'3', N'2', N'5', N'24', N'6500', N'1', N'3', N'2', N'1900', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025002', N'Cursed Cataphract Armor', N'1', N'1', N'3', N'2', N'5', N'22', N'6500', N'1', N'3', N'2', N'1900', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025003', N'Giant Mole Armor', N'1', N'1', N'3', N'2', N'5', N'20', N'6500', N'1', N'3', N'2', N'1900', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025004', N'Seraph Armor', N'1', N'1', N'3', N'2', N'5', N'26', N'6500', N'1', N'3', N'2', N'1900', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912025005', N'Massive Butcher Armor', N'1', N'1', N'3', N'2', N'5', N'29', N'6500', N'1', N'3', N'2', N'1900', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035001', N'White Mail', N'1', N'1', N'3', N'3', N'5', N'24', N'6500', N'1', N'3', N'2', N'3000', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035002', N'Cursed Cataphract Mail', N'1', N'1', N'3', N'3', N'5', N'22', N'6500', N'1', N'3', N'2', N'3000', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035003', N'Giant Mole Mail', N'1', N'1', N'3', N'3', N'5', N'20', N'6500', N'1', N'3', N'2', N'3000', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035004', N'Seraph Mail', N'1', N'1', N'3', N'3', N'5', N'26', N'6500', N'1', N'3', N'2', N'3000', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912035005', N'Massive Butcher Mail', N'1', N'1', N'3', N'3', N'5', N'29', N'6500', N'1', N'3', N'2', N'3000', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045001', N'White Plate', N'1', N'1', N'3', N'4', N'5', N'24', N'6500', N'1', N'3', N'2', N'5700', N'3430', N'566') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045002', N'Cursed Cataphract Plate', N'1', N'1', N'3', N'4', N'5', N'22', N'6500', N'1', N'3', N'2', N'5700', N'2980', N'491') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045003', N'Giant Mole Plate', N'1', N'1', N'3', N'4', N'5', N'20', N'6500', N'1', N'3', N'2', N'5700', N'2570', N'424') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045004', N'Seraph Plate', N'1', N'1', N'3', N'4', N'5', N'26', N'6500', N'1', N'3', N'2', N'5700', N'3900', N'643') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'912045005', N'Massive Butcher Plate', N'1', N'1', N'3', N'4', N'5', N'29', N'6500', N'1', N'3', N'2', N'5700', N'4660', N'768') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015001', N'White Pants', N'1', N'1', N'3', N'1', N'5', N'24', N'6000', N'1', N'3', N'2', N'1100', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015002', N'Cursed Cataphract Pants', N'1', N'1', N'3', N'1', N'5', N'22', N'6000', N'1', N'3', N'2', N'1100', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015003', N'Giant Mole Pants', N'1', N'1', N'3', N'1', N'5', N'20', N'6000', N'1', N'3', N'2', N'1100', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015004', N'Seraph Pants', N'1', N'1', N'3', N'1', N'5', N'26', N'6000', N'1', N'3', N'2', N'1100', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914015005', N'Massive Butcher Leggings', N'1', N'1', N'3', N'1', N'5', N'29', N'6000', N'1', N'3', N'2', N'1100', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025001', N'White Leather Pants', N'1', N'1', N'3', N'2', N'5', N'24', N'6000', N'1', N'3', N'2', N'1600', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025002', N'Cursed Cataphract Leather Pants', N'1', N'1', N'3', N'2', N'5', N'22', N'6000', N'1', N'3', N'2', N'1600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025003', N'Giant Mole Leather Pants', N'1', N'1', N'3', N'2', N'5', N'20', N'6000', N'1', N'3', N'2', N'1600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025004', N'Seraph Leather Pants', N'1', N'1', N'3', N'2', N'5', N'26', N'6000', N'1', N'3', N'2', N'1600', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914025005', N'Massive Butcher Leather Leggings', N'1', N'1', N'3', N'2', N'5', N'29', N'6000', N'1', N'3', N'2', N'1600', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035001', N'White Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'24', N'6000', N'1', N'3', N'2', N'2400', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035002', N'Cursed Cataphract Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'22', N'6000', N'1', N'3', N'2', N'2400', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035003', N'Giant Mole Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'20', N'6000', N'1', N'3', N'2', N'2400', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035004', N'Seraph Chain Greaves', N'1', N'1', N'3', N'3', N'5', N'26', N'6000', N'1', N'3', N'2', N'2400', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914035005', N'Massive Butcher Chain Greave', N'1', N'1', N'3', N'3', N'5', N'29', N'6000', N'1', N'3', N'2', N'2400', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045001', N'White Greaves', N'1', N'1', N'3', N'4', N'5', N'24', N'6000', N'1', N'3', N'2', N'4600', N'3200', N'528') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045002', N'Cursed Cataphract Greaves', N'1', N'1', N'3', N'4', N'5', N'22', N'6000', N'1', N'3', N'2', N'4600', N'2780', N'458') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045003', N'Giant Mole Greaves', N'1', N'1', N'3', N'4', N'5', N'20', N'6000', N'1', N'3', N'2', N'4600', N'2400', N'396') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045004', N'Seraph Greaves', N'1', N'1', N'3', N'4', N'5', N'26', N'6000', N'1', N'3', N'2', N'4600', N'3640', N'600') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'914045005', N'Massive Butcher Greave', N'1', N'1', N'3', N'4', N'5', N'29', N'6000', N'1', N'3', N'2', N'4600', N'4350', N'718') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015001', N'White Shoes', N'1', N'1', N'3', N'1', N'5', N'24', N'4600', N'1', N'3', N'2', N'600', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015002', N'Cursed Cataphract Shoes', N'1', N'1', N'3', N'1', N'5', N'22', N'4600', N'1', N'3', N'2', N'600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015003', N'Giant Mole Shoes', N'1', N'1', N'3', N'1', N'5', N'20', N'4600', N'1', N'3', N'2', N'600', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015004', N'Seraph Shoes', N'1', N'1', N'3', N'1', N'5', N'26', N'4600', N'1', N'3', N'2', N'600', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915015005', N'Massive Butcher Shoes', N'1', N'1', N'3', N'1', N'5', N'29', N'4600', N'1', N'3', N'2', N'600', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025001', N'White Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'24', N'4600', N'1', N'3', N'2', N'800', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025002', N'Cursed Cataphract Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'22', N'4600', N'1', N'3', N'2', N'800', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025003', N'Giant Mole Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'20', N'4600', N'1', N'3', N'2', N'800', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025004', N'Seraph Leather Shoes', N'1', N'1', N'3', N'2', N'5', N'26', N'4600', N'1', N'3', N'2', N'800', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915025005', N'Massive Butcher LeatherShoes', N'1', N'1', N'3', N'2', N'5', N'29', N'4600', N'1', N'3', N'2', N'800', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035001', N'White Boots', N'1', N'1', N'3', N'3', N'5', N'24', N'4600', N'1', N'3', N'2', N'1200', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035002', N'Cursed Cataphract Boots', N'1', N'1', N'3', N'3', N'5', N'22', N'4600', N'1', N'3', N'2', N'1200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035003', N'Giant Mole Boots', N'1', N'1', N'3', N'3', N'5', N'20', N'4600', N'1', N'3', N'2', N'1200', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035004', N'Seraph Boots', N'1', N'1', N'3', N'3', N'5', N'26', N'4600', N'1', N'3', N'2', N'1200', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915035005', N'Massive Butcher Boots', N'1', N'1', N'3', N'3', N'5', N'29', N'4600', N'1', N'3', N'2', N'1200', N'3730', N'616') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045001', N'White War Boots', N'1', N'1', N'3', N'4', N'5', N'24', N'4600', N'1', N'3', N'2', N'2300', N'2740', N'452') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045002', N'Cursed Cataphract War Boots', N'1', N'1', N'3', N'4', N'5', N'22', N'4600', N'1', N'3', N'2', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045003', N'Giant Mole War Boots', N'1', N'1', N'3', N'4', N'5', N'20', N'4600', N'1', N'3', N'2', N'2300', N'2050', N'338') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045004', N'Seraph War Boots', N'1', N'1', N'3', N'4', N'5', N'26', N'4600', N'1', N'3', N'2', N'2300', N'3120', N'514') GO INSERT INTO [dbo].[Base_ItemTable_Armor] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'915045005', N'Massive Butcher War Boots', N'1', N'1', N'3', N'4', N'5', N'29', N'4600', N'1', N'3', N'2', N'2300', N'3730', N'616') GO -- ---------------------------- -- Table structure for Base_ItemTable_Costume -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_ItemTable_Costume]') AND type IN ('U')) DROP TABLE [dbo].[Base_ItemTable_Costume] GO CREATE TABLE [dbo].[Base_ItemTable_Costume] ( [id] int NOT NULL, [name] nvarchar(100) COLLATE Korean_Wansung_CI_AS NOT NULL, [inventory_type] int DEFAULT 0 NOT NULL, [RestraintType] int NOT NULL, [ReconstructionMax] int NOT NULL, [Category] int NOT NULL, [Branch] int NOT NULL, [LevelLimit] int NOT NULL, [max_dur] int DEFAULT 0 NOT NULL, [is_socket] int DEFAULT 0 NOT NULL, [max_socket_num] int DEFAULT 0 NOT NULL, [kind] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL, [BuyPrice] int NOT NULL, [SellPrice] int NOT NULL ) GO ALTER TABLE [dbo].[Base_ItemTable_Costume] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_ItemTable_Costume -- ---------------------------- INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'926', N'Grey Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'927', N'Red Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'928', N'Dark Blue Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'929', N'Yellow Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'930', N'White Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'931', N'Purple Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'932', N'Wine Color Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'933', N'Afro Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'934', N'Frantz Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'935', N'Frantz Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'936', N'Frantz Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'937', N'Frantz Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'938', N'Frantz Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'939', N'Black Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'940', N'White Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'941', N'Yellow Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'942', N'Pink Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'943', N'Green Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'944', N'Blue Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'945', N'Grey Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'946', N'Afro Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'947', N'Angela Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'948', N'Angela Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'949', N'Angela Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'950', N'Angela Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'951', N'Angela Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'952', N'White Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'953', N'Purple Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'954', N'Grey Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'955', N'Silver Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'956', N'Black Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'957', N'White Streaked Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'958', N'Red Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'959', N'Afro Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'960', N'Tude Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'961', N'Tude Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'962', N'Tude Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'963', N'Tude Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'964', N'Tude Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'965', N'Standard Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'966', N'Standard Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'967', N'Standard Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'968', N'Meilin Chen Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'969', N'Meilin Chen Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'970', N'Meilin Chen Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'971', N'Meilin Chen Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'972', N'Meilin Chen Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'973', N'Meilin Chen Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'974', N'Meilin Chen Standard Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'975', N'Meilin Chen Standard Accessory1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'976', N'Roselle Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'977', N'Roselle Failed Hair1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'978', N'Roselle Failed Hair2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'979', N'Roselle Failed Hair3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'980', N'Roselle Failed Hair4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'981', N'Roselle Failed Hair5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'982', N'Roselle Standard Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'983', N'Edgar Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'984', N'Edgar Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'985', N'Edgar Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'986', N'Edgar Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'987', N'Edgar Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'988', N'Edgar Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'989', N'Edgar Standard Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'990', N'Noble Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'991', N'Tied Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'992', N'Trendy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'993', N'Noble Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'994', N'Tied Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'995', N'Trendy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'996', N'Noble Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'997', N'Tied Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'998', N'Trendy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'999', N'Noble Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000', N'Tied Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1001', N'Trendy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1002', N'Noble Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1003', N'Tied Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1004', N'Trendy Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1005', N'Noble Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1006', N'Tied Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1007', N'Trendy Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1008', N'Afro Perm', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1009', N'Leila Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1010', N'Leila Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1011', N'Leila Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1012', N'Leila Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1013', N'Leila Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1014', N'Straight Perm', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1015', N'Ian Afro Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1016', N'Ian Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1017', N'Ian Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1018', N'Ian Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1019', N'Ian Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1020', N'Ian Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1021', N'Ian Straight Perm', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1022', N'Noble Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1023', N'Tied Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1024', N'Trendy Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21222', N'Shark Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21246', N'Octopus Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'21274', N'Carp Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70009', N'Basic Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'18', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70010', N'Basic Pants 1 [Frantz]', N'5', N'0', N'0', N'18', N'6', N'18', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70011', N'Basic Pants 2 [Frantz]', N'5', N'0', N'0', N'18', N'6', N'24', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70013', N'Teddy Bear Body [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70014', N'Teddy Bear Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70015', N'Teddy Bear Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70016', N'Teddy Bear Head Hood [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70017', N'Teddy Bear Body [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70018', N'Teddy Bear Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70019', N'Teddy Bear Head Hood [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70020', N'Teddy Bear Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70022', N'Dark Seal Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70023', N'Dark Seal Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70024', N'Dark Seal Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70025', N'Dark Seal Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70026', N'Dark Seal Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70027', N'Dark Seal Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70028', N'White Devil Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70029', N'White Devil Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70030', N'White Devil Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70031', N'White Devil Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70032', N'White Devil Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70033', N'White Devil Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70034', N'Blue Seal Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70035', N'Blue Seal Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70036', N'Blue Seal Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70037', N'Blue Seal Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70038', N'Blue Seal Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70039', N'Blue Seal Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70040', N'Red Formal Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70041', N'Red Formal Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70042', N'Red Formal Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70043', N'Red Formal Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70044', N'Red Formal Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70045', N'Red Formal Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70046', N'Swallowtail Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70047', N'Swallowtail Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70048', N'Swallowtail Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70049', N'Swallowtail Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70050', N'Swallowtail Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70051', N'Swallowtail Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70052', N'Hunter Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70053', N'Hunter Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70054', N'Hunter Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70055', N'Hunter Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70056', N'Hunter Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70057', N'Hunter Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70058', N'White Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70059', N'White Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70060', N'White Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70061', N'White Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70062', N'White Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70063', N'White Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70064', N'White Cowboy Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70065', N'Red Seal Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70066', N'Red Seal Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70067', N'Red Seal Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70068', N'Red Seal Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70069', N'Red Seal Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70070', N'Red Seal Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70071', N'Plaid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70072', N'Plaid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70073', N'Plaid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70074', N'Plaid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70075', N'Plaid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70076', N'Plaid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70077', N'Night Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70078', N'Night Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70079', N'Night Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70080', N'Night Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70081', N'Night Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70082', N'Night Witch Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70083', N'Plum Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70084', N'Plum Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70085', N'Plum Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70086', N'Plum Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70087', N'Plum Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70088', N'Plum Witch Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70089', N'Red Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70090', N'Red Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70091', N'Red Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70092', N'Red Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70093', N'Red Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70094', N'Red Witch Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70095', N'Red Spider Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70096', N'Red Spider Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70097', N'Red Spider Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70098', N'Red Spider Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70099', N'Red Spider Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70100', N'Red Spider Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70101', N'White Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70102', N'White Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70103', N'White Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70104', N'White Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70105', N'White Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70106', N'White Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70107', N'White Cowgirl Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70108', N'Brown Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70109', N'Brown Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70110', N'Brown Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70111', N'Brown Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70112', N'Brown Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70113', N'Brown Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70114', N'Hooligan Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70115', N'Hooligan Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70116', N'Hooligan Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70117', N'Hooligan Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70118', N'Hooligan Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70119', N'Hooligan Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70120', N'Bright Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70121', N'Bright Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70122', N'Bright Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70123', N'Bright Uniform Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70124', N'Bright Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70125', N'Bright Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70126', N'Rustic Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70127', N'Rustic Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70128', N'Rustic Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70129', N'Rustic Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70130', N'Rustic Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70131', N'Rustic Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70132', N'Dark Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70133', N'Dark Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70134', N'Dark Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70135', N'Dark Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70136', N'Dark Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70137', N'Dark Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70138', N'Conquest Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70139', N'Conquest Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70140', N'Conquest Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70141', N'Conquest Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70142', N'Conquest Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70143', N'Conquest Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70144', N'Brown Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70145', N'Hooligan Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70146', N'Bright Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70147', N'Rustic Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70148', N'Dark Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70149', N'Conquest Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70150', N'Basic Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70151', N'Basic Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70152', N'Basic Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70153', N'Basic Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70154', N'Basic Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70155', N'Basic Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70156', N'Basic Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70157', N'Basic Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70158', N'Basic Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70159', N'Basic Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70160', N'Basic Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70161', N'Basic Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70162', N'Basic Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70163', N'Basic Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70164', N'Basic Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70165', N'Basic Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70166', N'Basic Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70167', N'Basic Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70168', N'Basic Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70169', N'Teddy Bear Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70170', N'Teddy Bear Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70171', N'Teddy Bear Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70172', N'Teddy Bear Head Hood [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70173', N'Basic Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70174', N'Basic Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70175', N'Basic Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70176', N'Cat Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70177', N'Fly Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70178', N'Pig Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70179', N'Cat Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70180', N'Fly Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70181', N'Pig Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70182', N'Cat Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70183', N'Fly Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70184', N'Pig Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70185', N'Red Fox Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70186', N'Red Fox Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70187', N'Red Fox Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70188', N'Red Fox Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70189', N'Red Fox Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70190', N'Red Fox Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70191', N'White Blaze Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70192', N'White Blaze Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70193', N'White Blaze Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70194', N'White Blaze Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70195', N'White Blaze Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70196', N'White Sol Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70197', N'White Sol Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70198', N'White Sol Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70199', N'White Sol Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70200', N'White Sol Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70201', N'White Sol Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70202', N'White Sol Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70203', N'Golden Pattern Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70204', N'Golden Pattern Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70205', N'Golden Pattern Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70206', N'Golden Pattern Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70207', N'Golden Pattern Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70208', N'Golden Pattern Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70209', N'Black Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70210', N'Black Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70211', N'Black Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70212', N'Black Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70213', N'Black Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70214', N'Black Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70215', N'Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70216', N'Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70217', N'Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70218', N'Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70219', N'Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70220', N'Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70221', N'Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70222', N'Shark Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70223', N'Navy Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70224', N'Navy Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70225', N'Navy Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70226', N'Navy Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70227', N'Navy Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70228', N'Golden Pattern Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70229', N'Golden Pattern Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70230', N'Golden Pattern Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70231', N'Golden Pattern Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70232', N'Golden Pattern Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70233', N'Golden Pattern Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70234', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70235', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70236', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70237', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70238', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70239', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70240', N'Dark Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70241', N'Dark Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70242', N'Dark Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70243', N'Dark Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70244', N'Dark Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70245', N'Dark Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70246', N'Octopus Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70247', N'Pin-Striped Punk Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70248', N'Pin-Striped Punk Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70249', N'Pin-Striped Punk Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70250', N'Pin-Striped Punk Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70251', N'Pin-Striped Punk Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70252', N'Pin-Striped Punk Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70253', N'Pin-Striped Punk Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70254', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70255', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70256', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70257', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70258', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70259', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70260', N'Black Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70261', N'Black Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70262', N'Black Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70263', N'Black Leather Headband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70264', N'Black Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70265', N'Black Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70266', N'Black Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70267', N'Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70268', N'Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70269', N'Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70270', N'Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70271', N'Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70272', N'Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70273', N'Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70274', N'Carp Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70275', N'Pale Rider Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70276', N'Pale Rider Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70277', N'Pale Rider Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70278', N'Pale Rider Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70279', N'Pale Rider Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70280', N'Pale Rider Bandana [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70281', N'White Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70282', N'Golden Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70283', N'Golden Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70284', N'Golden Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70285', N'Golden Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70286', N'Golden Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70287', N'Golden Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70288', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70289', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70290', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70291', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70292', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70293', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70294', N'Mantis Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70295', N'Roach Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70296', N'Locust Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70297', N'Boy Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70298', N'Elephant Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70299', N'Girl Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70300', N'Skull Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70301', N'TV Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70302', N'Boy Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70303', N'Elephant Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70304', N'Girl Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70305', N'Skull Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70306', N'TV Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70307', N'Boy Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70308', N'Elephant Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70309', N'Girl Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70310', N'Skull Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70311', N'TV Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70312', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70313', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70314', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70315', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70316', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70317', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70318', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70319', N'Brown Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70320', N'Red Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70321', N'Indigo Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70322', N'Yellow Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70323', N'White Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70324', N'Purple Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70325', N'Burgundy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70326', N'Black Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70327', N'White Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70328', N'Yellow Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70329', N'Pink Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70330', N'Green Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70331', N'Blue Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70332', N'Brown Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70333', N'White Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70334', N'Purple Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70335', N'Brown Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70336', N'Silver Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70337', N'Black Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70338', N'White Bridge Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70339', N'Red Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70340', N'Afro Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70341', N'Afro Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70342', N'Afro Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70343', N'Purple Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70344', N'Purple Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70345', N'Purple Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70346', N'Purple Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70347', N'Purple Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70348', N'Purple Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70349', N'Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70350', N'Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70351', N'Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70352', N'Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70353', N'Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70354', N'Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70355', N'Traditional Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70356', N'Black Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70357', N'Black Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70358', N'Black Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70359', N'Black Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70360', N'Black Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70361', N'Black Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70362', N'Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70363', N'Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70364', N'Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70365', N'Traditional Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70366', N'Traditional Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70367', N'Traditional Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70368', N'Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70369', N'Black Striped Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70370', N'Black Striped Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70371', N'Black Striped Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70372', N'Black Striped Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70373', N'Black Striped Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70374', N'Black Striped Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70375', N'Black Striped Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70376', N'Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70377', N'Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70378', N'Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70379', N'Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70380', N'Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70381', N'Traditional Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70382', N'Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70383', N'Basic Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70384', N'Basic Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70385', N'Basic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70386', N'Basic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70387', N'Basic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70388', N'Basic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70389', N'Basic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70390', N'Basic Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70391', N'Ranger Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70392', N'Ranger Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70393', N'Ranger Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70394', N'Ranger Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70395', N'Ranger Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70396', N'Ranger Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70397', N'Ranger Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70398', N'Orange Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70399', N'Orange Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70400', N'Orange Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70401', N'Orange Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70402', N'Orange Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70403', N'Orange Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70404', N'Orange Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70405', N'Red Check Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70406', N'Red Check Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70407', N'Red Check Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70408', N'Red Check Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70409', N'Red Check Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70410', N'Red Check Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70411', N'Red Check Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70412', N'Pink Dress Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70413', N'Pink Dress Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70414', N'Pink Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70415', N'Pink Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70416', N'Pink Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70417', N'Pink Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70418', N'Pink Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70419', N'Grey Formal Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70420', N'Grey Formal Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70421', N'Grey Formal Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70422', N'Grey Formal Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70423', N'Grey Formal Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70424', N'Grey Formal Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70425', N'Grey Formal Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70426', N'White Dress Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70427', N'White Dress Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70428', N'White Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70429', N'White Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70430', N'White Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70431', N'White Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70432', N'White Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70433', N'Blue Frill Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70434', N'Blue Frill Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70435', N'Blue Frill Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70436', N'Blue Frill Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70437', N'Blue Frill Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70438', N'Blue Frill Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70439', N'Blue Frill Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70440', N'Basic Costume Coat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70441', N'Basic Costume Pants [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70442', N'Basic Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70443', N'Basic Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70444', N'Basic Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70445', N'Basic Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70446', N'Basic Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70447', N'Teddy Bear Body [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70448', N'Teddy Bear Head [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70449', N'Teddy Bear Head Hood [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70450', N'Teddy Bear Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70451', N'Roach Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70452', N'Mohican [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70453', N'Dandy Cut [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70454', N'Gold Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70455', N'Navy Leather Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70489', N'Navy Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70490', N'Pale Rider Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70491', N'Imperial Officer Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70492', N'Imperial Officer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70493', N'Imperial Officer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70494', N'Imperial Officer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70495', N'Imperial Officer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70496', N'Imperial Officer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70497', N'Imperial Officer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70498', N'Angela Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70499', N'Frantz Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70500', N'Tude Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70501', N'Chicken Box Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70502', N'Angela Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70503', N'Frantz Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70504', N'Tude Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70505', N'Chicken Box Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70506', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70507', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70508', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70509', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70510', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70511', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70512', N'Golden Deacon Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70513', N'Golden Deacon Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70514', N'Golden Deacon Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70515', N'Golden Deacon Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70516', N'Golden Deacon Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70517', N'Golden Deacon Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70518', N'Golden Deacon Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70519', N'Angela Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70520', N'Frantz Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70521', N'Tude Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70522', N'Chicken Box Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70523', N'Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70524', N'Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70525', N'Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70526', N'Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70527', N'Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70528', N'Casual Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70529', N'Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70530', N'Stylish Cellmate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70531', N'Stylish Cellmate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70532', N'Stylish Cellmate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70533', N'Stylish Cellmate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70534', N'Stylish Cellmate Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70535', N'Stylish Cellmate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70536', N'Stylish Cellmate Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70537', N'Shaggy Cut [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70538', N'Danny Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70539', N'Mohican [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70540', N'Layered Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70541', N'Mohican [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70542', N'Danny Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70543', N'Wind Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70544', N'Mushroom Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70545', N'Bob Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70546', N'Navy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70547', N'White Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70548', N'Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70549', N'Pink Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70550', N'Sky Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70551', N'Red Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70552', N'Grey Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70553', N'Bee Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70554', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70555', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70556', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70557', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70558', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70559', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70560', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70561', N'Chinese-Style Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70562', N'Chinese-Style Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70563', N'Chinese-Style Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70564', N'Chinese-Style Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70565', N'Chinese-Style Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70566', N'Chinese-Style Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70567', N'Chinese-Style Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70568', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70569', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70570', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70571', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70572', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70573', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70574', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70575', N'Angela Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70576', N'Boy Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70577', N'Cat Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70578', N'Chicken Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70579', N'Elephant Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70580', N'Fly Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70581', N'Frantz Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70582', N'Girl Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70583', N'Pig Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70584', N'Skull Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70585', N'Tude Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70586', N'TV Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'10', N'0', N'0', N'2', N'10', N'10', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70587', N'Afro Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70588', N'Standard Hair01 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70589', N'Standard Hair02 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70590', N'Standard Hair03 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70591', N'Golden Pattern Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70592', N'Black Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70593', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70594', N'Purple Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70595', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70596', N'Black Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70597', N'Natasha Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70598', N'Natasha Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70599', N'Navy Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70600', N'Golden Pattern Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70601', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70602', N'Dark Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70603', N'Golden Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70604', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70605', N'Black Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70606', N'Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70607', N'Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70608', N'Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70609', N'Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70610', N'Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70611', N'Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70612', N'Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70613', N'Violet Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70614', N'Violet Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70615', N'Violet Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70616', N'Violet Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70617', N'Violet Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70618', N'Violet Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70619', N'Violet Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70620', N'Golden Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70621', N'Golden Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70622', N'Golden Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70623', N'Golden Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70624', N'Golden Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70625', N'Golden Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70626', N'Golden Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70627', N'Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70628', N'Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70629', N'Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70630', N'Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70631', N'Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70632', N'Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70633', N'Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70634', N'Winter Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70635', N'Winter Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70636', N'Winter Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70637', N'Winter Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70638', N'Winter Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70639', N'Winter Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70640', N'Winter Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70641', N'Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70642', N'Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70643', N'Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70644', N'Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70645', N'Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70646', N'Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70647', N'Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70648', N'Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70649', N'Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70650', N'Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70651', N'Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70652', N'Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70653', N'Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70654', N'Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70655', N'Flustered Face', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70656', N'Battle Damage', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70657', N'Crazy Clown', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70658', N'Carnival Face-Paint', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70659', N'Wild Beast', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70660', N'Masquerade Face[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70661', N'Face7', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70662', N'Face8', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70663', N'Face9', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70664', N'Face10', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70665', N'Brown Farsighted Glasses[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70666', N'White Wing Glasses[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70667', N'Orange Snowboarding Goggle[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70668', N'Yellow Sport Glasses[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70669', N'Brown Detective Monocle[Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70670', N'Couple Costume Pants[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70671', N'Couple Costume Gloves[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70672', N'Couple Costume Knit[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70673', N'Couple Costume Hat[Male]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70674', N'Couple Costume Skirt[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70675', N'Couple Costume Gloves[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70676', N'Couple Costume Knit[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'70677', N'Couple Costume Hat[Female]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75440', N'Teddy Bear Body [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75441', N'Teddy Bear Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75442', N'Deep Sea Fish Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75443', N'Traditional Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75444', N'Traditional Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75445', N'Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75446', N'Traditional Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75447', N'Traditional Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75448', N'Traditional Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75449', N'Traditional Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75450', N'White Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75451', N'White Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75452', N'White Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75453', N'White Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75454', N'White Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75455', N'White Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75456', N'White Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75457', N'Brown Striped Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75458', N'Brown Striped Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75459', N'Brown Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75460', N'Brown Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75461', N'Brown Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75462', N'Brown Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75463', N'Brown Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75464', N'Brown Striped Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75465', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75466', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75467', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75468', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75469', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75470', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75471', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75472', N'Red Side Open Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75473', N'Blue Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75474', N'Blue Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75475', N'Blue Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75476', N'Blue Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75477', N'Blue Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75478', N'Blue Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75479', N'Blue Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75480', N'Pirate Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75481', N'Pirate Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75482', N'Pirate Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75483', N'Pirate Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75484', N'Pirate Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75485', N'Pirate Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75486', N'Pirate Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75487', N'Navy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75488', N'White Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75489', N'Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75490', N'Pink Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75491', N'Sky Blue Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75492', N'Red Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75493', N'Grey Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75494', N'Bee Costume', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75495', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75496', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75497', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75498', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75499', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75500', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75501', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75502', N'Chinese-Style Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75503', N'Chinese-Style Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75504', N'Chinese-Style Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75505', N'Chinese-Style Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75506', N'Chinese-Style Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75507', N'Chinese-Style Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75508', N'Chinese-Style Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75509', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75510', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75511', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75512', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75513', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75514', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75515', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75516', N'Angela Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75517', N'Boy Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75518', N'Cat Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75519', N'Chicken Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75520', N'Elephant Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75521', N'Fly Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75522', N'Frantz Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75523', N'Girl Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75524', N'Pig Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75525', N'Skull Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75526', N'Tude Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75527', N'TV Box Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75528', N'Afro Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75529', N'Standard Hair01 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75530', N'Standard Hair02 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75531', N'Standard Hair03 [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75532', N'Natasha Failed Haircut1', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75533', N'Natasha Failed Haircut2', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75534', N'Natasha Failed Haircut3', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75535', N'Natasha Failed Haircut4', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75536', N'Natasha Failed Haircut5', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75537', N'Dress 01 Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75538', N'Dress 02 Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75539', N'Vice-Minister Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75540', N'Vice-Minister Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75541', N'Vice-Minister Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75542', N'Vice-Minister Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75543', N'Vice-Minister Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75544', N'Vice-Minister Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75545', N'Vice-Minister Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75546', N'Navy Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75547', N'Navy Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75548', N'Navy Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75549', N'Navy Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75550', N'Navy Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75551', N'Navy Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75552', N'Navy Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75553', N'Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75554', N'Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75555', N'Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75556', N'Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75557', N'Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75558', N'Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75559', N'Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75560', N'Swimsuit Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75561', N'Swimsuit Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75562', N'Swimsuit Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75563', N'Swimsuit Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75564', N'Swimsuit Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75565', N'Swimsuit Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75566', N'Swimsuit Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75567', N'Afro Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75568', N'Basic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75569', N'Brown Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75570', N'Brown Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75571', N'Brown Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75572', N'Brown Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75573', N'Brown Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75574', N'Brown Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75575', N'Brown Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75576', N'Navy Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75577', N'Navy Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75578', N'Navy Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75579', N'Navy Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75580', N'Navy Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75581', N'Navy Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75582', N'Navy Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75583', N'Pink Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75584', N'Pink Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75585', N'Pink Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75586', N'Pink Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75587', N'Pink Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75588', N'Pink Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75589', N'Pink Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75590', N'Pink Striped Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75591', N'Grey Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75592', N'Grey Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75593', N'Grey Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75594', N'Grey Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75595', N'Grey Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75596', N'Grey Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75597', N'Grey Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75598', N'Grey Striped Accessory [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75599', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75600', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75601', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75602', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75603', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75604', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75605', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75606', N'Black Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75607', N'Black Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75608', N'Black Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75609', N'Black Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75610', N'Black Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75611', N'Black Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75612', N'Black Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75613', N'Blue Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75614', N'Blue Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75615', N'Blue Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75616', N'Blue Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75617', N'Blue Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75618', N'Blue Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75619', N'Blue Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75620', N'Violet Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75621', N'Violet Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75622', N'Violet Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75623', N'Violet Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75624', N'Violet Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75625', N'Violet Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75626', N'Violet Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75627', N'Green Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75628', N'Green Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75629', N'Green Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75630', N'Green Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75631', N'Green Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75632', N'Green Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75633', N'Green Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75634', N'Orange Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75635', N'Orange Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75636', N'Orange Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75637', N'Orange Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75638', N'Orange Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75639', N'Orange Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75640', N'Orange Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75641', N'Skeleton Body [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75642', N'Skeleton Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75643', N'Snowman Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75644', N'Dragon Costume Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75645', N'Dragon Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75646', N'Dragon Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75647', N'Purple Foxy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75648', N'Red Foxy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75649', N'Rose Foxy Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75650', N'Purple Wild Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75651', N'Red Wild Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75652', N'Rose Wild Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75653', N'Plum Regent Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75654', N'Red Regent Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75655', N'Rose Regent Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75656', N'Aviators', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75657', N'Pink Spinners', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75658', N'Super Star Shades', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75659', N'White Shutter Shades', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75660', N'Grouchy Glasses', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75661', N'[Test] Transparent Glasses that cannot be seen [Common]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75662', N'Bear Doll Hair with Hole [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75663', N'Rabbit Doll Head [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75664', N'Rabbit Doll Body [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75665', N'Rabbit Doll Glove [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75666', N'Rabbit Doll Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75667', N'Basic Coat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75668', N'Basic Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75669', N'Basic Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75670', N'Basic Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75671', N'Basic Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75672', N'Basic Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75673', N'Basic Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75674', N'Upsweep Brown Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75675', N'Upsweep Blue Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75676', N'Upsweep Red Hairstyle Design [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75677', N'Dandy Brown Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75678', N'Dandy Blue Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75679', N'Dandy Yellow Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75680', N'Pompadour Brown Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75681', N'Pompadour Blue Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75682', N'Pompadour Yellow Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75683', N'Indigo Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75684', N'Indigo Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75685', N'Indigo Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75686', N'Indigo Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75687', N'Indigo Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75688', N'Indigo Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75689', N'Black Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75690', N'Black Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75691', N'Black Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75692', N'Black Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75693', N'Black Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75694', N'Black Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75695', N'Dapple Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75696', N'Dapple Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75697', N'Dapple Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75698', N'Dapple Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75699', N'Dapple Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75700', N'Dapple Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75701', N'Red Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75702', N'Red Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75703', N'Red Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75704', N'Red Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75705', N'Red Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75706', N'Red Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75707', N'Leopard Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75708', N'Leopard Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75709', N'Leopard Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75710', N'Leopard Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75711', N'Leopard Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75712', N'Leopard Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75713', N'White Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75714', N'White Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75715', N'White Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75716', N'White Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75717', N'White Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75718', N'White Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75719', N'Brown Outlaw Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75720', N'Brown Outlaw Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75721', N'Brown Outlaw Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75722', N'Brown Outlaw Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75723', N'Brown Outlaw Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'75724', N'Brown Outlaw Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76001', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76002', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76003', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76004', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76005', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76006', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76007', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76008', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76009', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76010', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76011', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76012', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76013', N'Summer Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76014', N'Summer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76015', N'Summer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76016', N'Summer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76017', N'Summer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76018', N'Summer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76019', N'Brown Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76020', N'Brown Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76021', N'Brown Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76022', N'Brown Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76023', N'Brown Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76024', N'Brown Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76025', N'Brown Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76026', N'Navy Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76027', N'Navy Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76028', N'Navy Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76029', N'Navy Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76030', N'Navy Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76031', N'Navy Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76032', N'Navy Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76033', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76034', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76035', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76036', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76037', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76038', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76039', N'Blue Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76040', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76041', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76042', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76043', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76044', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76045', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76046', N'Purplish Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76047', N'Pink Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76048', N'Pink Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76049', N'Pink Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76050', N'Pink Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76051', N'Pink Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76052', N'Pink Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76053', N'Pink Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76054', N'Grey Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76055', N'Grey Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76056', N'Grey Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76057', N'Grey Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76058', N'Grey Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76059', N'Grey Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76060', N'Grey Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76061', N'White Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76062', N'White Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76063', N'White Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76064', N'White Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76065', N'White Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76066', N'White Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76067', N'White Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76068', N'Black Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76069', N'Black Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76070', N'Black Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76071', N'Black Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76072', N'Black Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76073', N'Black Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76074', N'Black Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76075', N'Summer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76076', N'Green Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76077', N'Green Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76078', N'Green Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76079', N'Green Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76080', N'Green Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76081', N'Green Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76082', N'Green Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76083', N'Orange Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76084', N'Orange Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76085', N'Orange Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76086', N'Orange Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76087', N'Orange Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76088', N'Orange Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76089', N'Orange Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76090', N'Skeleton Body [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76091', N'Skeleton Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76092', N'Standard Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76093', N'Standard Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76094', N'Standard Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76095', N'Standard Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76096', N'Standard Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76097', N'Standard Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76098', N'Standard Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76099', N'Snowman Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76100', N'Standard Costume Coat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76101', N'Standard Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76102', N'Standard Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76103', N'Standard Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76104', N'Standard Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76105', N'Standard Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76106', N'Standard Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76107', N'Dragon Costume Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76108', N'Dragon Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76109', N'Dragon Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76110', N'Black Hawk Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76111', N'Grey Hawk Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76112', N'Pink Hawk Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76113', N'Grey Trimmed Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76114', N'Red Trim Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76115', N'Pink Trim Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76116', N'Lovely Black Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76117', N'Lovely Yellow Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76118', N'Lovely Red Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76119', N'Black Flowing Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76120', N'Grey Flowing Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76121', N'Pink Flowing Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76122', N'Black Regent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76123', N'Grey Regent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76124', N'Pink Regent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76125', N'Grey Apple Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76126', N'Red Apple Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76127', N'Pink Apple Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76128', N'Grey Regent Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76129', N'Red Regent Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76130', N'Pink Regent Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76131', N'Majestic Black Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76132', N'Majestic Yellow Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76133', N'Majestic Red Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76134', N'Black Regent Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76135', N'Yellow Regent Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76136', N'Red Regent Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76137', N'Beige Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76138', N'Beige Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76139', N'Beige Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76140', N'Beige Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76141', N'Beige Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76142', N'Beige Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76143', N'Beige Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76144', N'White Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76145', N'White Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76146', N'White Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76147', N'White Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76148', N'White Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76149', N'White Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76150', N'White Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76151', N'Green Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76152', N'Green Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76153', N'Green Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76154', N'Green Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76155', N'Green Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76156', N'Green Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76157', N'Green Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76158', N'Yellow Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76159', N'Yellow Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76160', N'Yellow Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76161', N'Yellow Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76162', N'Yellow Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76163', N'Yellow Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76164', N'Yellow Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76165', N'Purple Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76166', N'Purple Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76167', N'Purple Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76168', N'Purple Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76169', N'Purple Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76170', N'Purple Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76171', N'Purple Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76172', N'Red Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76173', N'Red Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76174', N'Red Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76175', N'Red Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76176', N'Red Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76177', N'Red Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76178', N'Red Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76179', N'Dark Slayer Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76180', N'Dark Slayer Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76181', N'Dark Slayer Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76182', N'Dark Slayer Glove [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76183', N'Dark Slayer Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76184', N'Dark Slayer Tights [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76185', N'Dark Slayer Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76186', N'Teal Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76187', N'Teal Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76188', N'Teal Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76189', N'Teal Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76190', N'Teal Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76191', N'Teal Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76192', N'Teal Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76193', N'Purple Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76194', N'Purple Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76195', N'Purple Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76196', N'Purple Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76197', N'Purple Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76198', N'Purple Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76199', N'Purple Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76200', N'Green Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76201', N'Green Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76202', N'Green Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76203', N'Green Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76204', N'Green Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76205', N'Green Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76206', N'Green Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76207', N'Pink Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76208', N'Pink Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76209', N'Pink Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76210', N'Pink Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76211', N'Pink Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76212', N'Pink Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76213', N'Pink Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76214', N'Black Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76215', N'Black Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76216', N'Black Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76217', N'Black Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76218', N'Black Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76219', N'Black Dutchess Tights [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76220', N'Black Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76221', N'White Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76222', N'White Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76223', N'White Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76224', N'White Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76225', N'White Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76226', N'White Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76227', N'White Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76228', N'Beige Dutchess Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76229', N'Beige Dutchess Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76230', N'Beige Dutchess Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76231', N'Beige Dutchess Glove [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76232', N'Beige Dutchess Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76233', N'Beige Dutchess Bow [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76234', N'Beige Dutchess Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76235', N'Rabbit Doll Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76236', N'Rabbit Doll Body [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76237', N'Rabbit Doll Glove [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'76238', N'Rabbit Doll Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77001', N'Swimsuit Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77002', N'Swimsuit Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77003', N'Swimsuit Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77004', N'Swimsuit Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77005', N'Swimsuit Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77006', N'Swimsuit Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77007', N'Swimsuit Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77008', N'Brown Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77009', N'Brown Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77010', N'Brown Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77011', N'Brown Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77012', N'Brown Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77013', N'Brown Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77014', N'Brown Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77015', N'Navy Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77016', N'Navy Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77017', N'Navy Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77018', N'Navy Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77019', N'Navy Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77020', N'Navy Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77021', N'Navy Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77022', N'Maid Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77023', N'Maid Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77024', N'Maid Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77025', N'Maid Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77026', N'Maid Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77027', N'Maid Costume Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77028', N'Maid Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77029', N'Leather Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77030', N'Leather Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77031', N'Leather Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77032', N'Leather Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77033', N'Leather Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77034', N'Leather Costume Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77035', N'Leather Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77036', N'Pink Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77037', N'Pink Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77038', N'Pink Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77039', N'Pink Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77040', N'Pink Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77041', N'Pink Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77042', N'Pink Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77043', N'Grey Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77044', N'Grey Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77045', N'Grey Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77046', N'Grey Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77047', N'Grey Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77048', N'Grey Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77049', N'Grey Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77050', N'White Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77051', N'White Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77052', N'White Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77053', N'White Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77054', N'White Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77055', N'White Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77056', N'White Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77057', N'Black Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77058', N'Black Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77059', N'Black Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77060', N'Black Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77061', N'Black Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77062', N'Black Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77063', N'Black Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77064', N'Blue Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77065', N'Blue Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77066', N'Blue Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77067', N'Blue Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77068', N'Blue Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77069', N'Blue Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77070', N'Blue Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77071', N'Violet Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77072', N'Violet Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77073', N'Violet Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77074', N'Violet Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77075', N'Violet Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77076', N'Violet Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77077', N'Violet Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77078', N'Green Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77079', N'Green Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77080', N'Green Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77081', N'Green Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77082', N'Green Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77083', N'Green Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77084', N'Green Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77085', N'Orange Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77086', N'Orange Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77087', N'Orange Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77088', N'Orange Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77089', N'Orange Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77090', N'Orange Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77091', N'Orange Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77092', N'Skeleton Body [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77093', N'Skeleton Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77094', N'Snowman Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77095', N'Standard Costume Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77096', N'Standard Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77097', N'Standard Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77098', N'Standard Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77099', N'Standard Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77100', N'Standard Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77101', N'Standard Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77102', N'Dragon Costume Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77103', N'Dragon Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77104', N'Dragon Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77105', N'Red Pinned Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77106', N'Purple Pinned Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77107', N'Grey Pinned Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77108', N'Cute Yellow Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77109', N'Cute Pink Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77110', N'Cute Black Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77111', N'Upbeat Red Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77112', N'Upbeat Purple Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77113', N'Upbeat Grey Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77114', N'Red Regent Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77115', N'Plum Regent Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77116', N'Grey Regent Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77117', N'Yellow Tied Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77118', N'Pink Tied Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77119', N'Black Tied Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77120', N'Yellow Regent Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77121', N'Pink Regent Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77122', N'Black Regent Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77123', N'Brown Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77124', N'Brown Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77125', N'Brown Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77126', N'Brown Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77127', N'Brown Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77128', N'Brown Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77129', N'Brown Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77130', N'Purple Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77131', N'Purple Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77132', N'Purple Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77133', N'Purple Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77134', N'Purple Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77135', N'Purple Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77136', N'Purple Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77137', N'Green Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77138', N'Green Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77139', N'Green Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77140', N'Green Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77141', N'Green Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77142', N'Green Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77143', N'Green Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77144', N'Violet Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77145', N'Violet Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77146', N'Violet Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77147', N'Violet Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77148', N'Violet Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77149', N'Violet Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77150', N'Violet Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77151', N'Black Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77152', N'Black Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77153', N'Black Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77154', N'Black Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77155', N'Black Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77156', N'Black Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77157', N'Black Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77158', N'White Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77159', N'White Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77160', N'White Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77161', N'White Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77162', N'White Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77163', N'White Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77164', N'White Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77165', N'Beige Noble Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77166', N'Beige Noble Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77167', N'Beige Noble Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77168', N'Beige Noble Glove [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77169', N'Beige Noble Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77170', N'Beige Noble Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77171', N'Beige Noble Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77172', N'Rabbit Doll Head [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77173', N'Rabbit Doll Body [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77174', N'Rabbit Doll Glove [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'77175', N'Rabbit Doll Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78001', N'Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78002', N'Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78003', N'Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78004', N'Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78005', N'Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78006', N'Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78007', N'Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78008', N'Brown Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78009', N'Brown Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78010', N'Brown Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78011', N'Brown Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78012', N'Brown Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78013', N'Brown Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78014', N'Brown Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78015', N'Navy Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78016', N'Navy Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78017', N'Navy Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78018', N'Navy Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78019', N'Navy Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78020', N'Navy Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78021', N'Navy Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78022', N'Pink Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78023', N'Pink Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78024', N'Pink Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78025', N'Pink Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78026', N'Pink Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78027', N'Pink Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78028', N'Pink Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78029', N'Grey Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78030', N'Grey Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78031', N'Grey Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78032', N'Grey Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78033', N'Grey Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78034', N'Grey Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78035', N'Grey Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78036', N'Blue Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78037', N'Blue Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78038', N'Blue Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78039', N'Blue Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78040', N'Blue Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78041', N'Blue Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78042', N'Blue Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78043', N'Purple Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78044', N'Purple Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78045', N'Purple Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78046', N'Purple Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78047', N'Purple Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78048', N'Purple Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78049', N'Purple Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78050', N'White Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78051', N'White Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78052', N'White Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78053', N'White Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78054', N'White Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78055', N'White Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78056', N'White Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78057', N'Black Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78058', N'Black Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78059', N'Black Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78060', N'Black Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78061', N'Black Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78062', N'Black Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78063', N'Black Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78064', N'Beach Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78065', N'Beach Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78066', N'Beach Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78067', N'Beach Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78068', N'Beach Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78069', N'Beach Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78070', N'Beach Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78071', N'Green Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78072', N'Green Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78073', N'Green Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78074', N'Green Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78075', N'Green Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78076', N'Green Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78077', N'Green Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78078', N'Orange Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78079', N'Orange Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78080', N'Orange Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78081', N'Orange Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78082', N'Orange Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78083', N'Orange Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78084', N'Orange Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78085', N'Skeleton Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78086', N'Skeleton Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78087', N'Snowman Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78088', N'Dragon Costume Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78089', N'Dragon Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78090', N'Dragon Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78091', N'Yellow Reggae Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78092', N'Purple Reggae Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78093', N'Green Reggae Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78094', N'Floral Black Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78095', N'Floral Red Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78096', N'Floral Yellow Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78097', N'Dreamy Yellow Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78098', N'Dreamy Purple Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78099', N'Dreamy Green Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78100', N'Yellow Regent Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78101', N'Plum Regent Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78102', N'Green Regent Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78103', N'Wavy Black Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78104', N'Wavy Red Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78105', N'Wavy Yellow Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78106', N'Black Regent Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78107', N'Red Regent Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78108', N'Yellow Regent Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78109', N'Brown Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78110', N'Brown Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78111', N'Brown Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78112', N'Brown Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78113', N'Brown Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78114', N'Brown Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78115', N'Brown Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78116', N'Green Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78117', N'Green Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78118', N'Green Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78119', N'Green Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78120', N'Green Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78121', N'Green Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78122', N'Green Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78123', N'Purple Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78124', N'Purple Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78125', N'Purple Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78126', N'Purple Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78127', N'Purple Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78128', N'Purple Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78129', N'Purple Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78130', N'Grey Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78131', N'Grey Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78132', N'Grey Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78133', N'Grey Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78134', N'Grey Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78135', N'Grey Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78136', N'Grey Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78137', N'Red Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78138', N'Red Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78139', N'Red Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78140', N'Red Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78141', N'Red Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78142', N'Red Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78143', N'Red Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78144', N'Black Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78145', N'Black Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78146', N'Black Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78147', N'Black Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78148', N'Black Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78149', N'Black Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78150', N'Black Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78151', N'White Chen Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78152', N'White Chen Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78153', N'White Chen Glove [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78154', N'White Chen Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78155', N'White Chen Charm [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78156', N'White Chen Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78157', N'White Chen Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78164', N'Rabbit Doll Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78165', N'Rabbit Doll Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78166', N'Rabbit Doll Glove [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'78167', N'Rabbit Doll Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'10', N'10') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001001', N'Golden Deacon Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001002', N'Golden Deacon Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001003', N'Golden Deacon Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001004', N'Golden Deacon Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001005', N'Golden Deacon Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001006', N'Golden Deacon Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51001007', N'Golden Deacon Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002001', N'Grey Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002002', N'Grey Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002003', N'Grey Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002004', N'Grey Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002005', N'Grey Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002006', N'Grey Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51002007', N'Grey Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003001', N'Black Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003002', N'Black Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003003', N'Black Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003004', N'Black Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003005', N'Black Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003006', N'Black Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51003007', N'Black Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004001', N'Navy Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004002', N'Navy Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004003', N'Navy Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004004', N'Navy Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004005', N'Navy Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004006', N'Navy Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51004007', N'Navy Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005001', N'Imperial Officer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005002', N'Imperial Officer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005003', N'Imperial Officer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005004', N'Imperial Officer Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005005', N'Imperial Officer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005006', N'Imperial Officer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51005007', N'Imperial Officer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51006001', N'Danny Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51007001', N'Mohican [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008001', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008002', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008003', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008004', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008005', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008006', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51008007', N'Purplish Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009001', N'Brown Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009002', N'Brown Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009003', N'Brown Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009004', N'Brown Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009005', N'Brown Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009006', N'Brown Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51009007', N'Brown Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010001', N'Black Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010002', N'Black Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010003', N'Black Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010004', N'Black Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010005', N'Black Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010006', N'Black Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51010007', N'Black Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51011001', N'Shaggy Cut [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012001', N'Purple Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012002', N'Purple Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012003', N'Purple Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012004', N'Purple Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012005', N'Purple Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012006', N'Purple Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51012007', N'Purple Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013001', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013002', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013003', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013004', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013005', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013006', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51013007', N'Blue Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014001', N'Pink Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014002', N'Pink Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014003', N'Pink Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014004', N'Pink Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014005', N'Pink Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014006', N'Pink Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51014007', N'Pink Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015001', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015002', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015003', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015004', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015005', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015006', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51015007', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016001', N'Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016002', N'Traditional Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016003', N'Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016004', N'Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016005', N'Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016006', N'Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51016007', N'Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017001', N'Indigo Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017002', N'Indigo Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017003', N'Indigo Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017004', N'Indigo Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017005', N'Indigo Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017006', N'Indigo Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51017007', N'Indigo Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018001', N'White Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018002', N'White Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018003', N'White Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018004', N'White Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018005', N'White Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018006', N'White Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018007', N'White Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018008', N'White Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018009', N'White Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018010', N'White Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018011', N'White Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018012', N'White Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018013', N'White Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51018014', N'White Cowboy Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019001', N'Golden Pattern Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019002', N'Golden Pattern Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019003', N'Golden Pattern Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019004', N'Golden Pattern Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019005', N'Golden Pattern Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019006', N'Golden Pattern Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51019007', N'Golden Pattern Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020001', N'Blue Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020002', N'Blue Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020003', N'Blue Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020004', N'Blue Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020005', N'Blue Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020006', N'Blue Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51020007', N'Blue Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021001', N'Red Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021002', N'Red Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021003', N'Red Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021004', N'Red Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021005', N'Red Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021006', N'Red Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51021007', N'Red Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022001', N'Violent Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022002', N'Violent Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022003', N'Violent Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022004', N'Violent Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022005', N'Violent Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022006', N'Violent Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51022007', N'Violent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023001', N'Golden Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023002', N'Golden Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023003', N'Golden Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023004', N'Golden Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023005', N'Golden Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023006', N'Golden Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51023007', N'Golden Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024001', N'Brown Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024002', N'Brown Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024003', N'Brown Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024004', N'Brown Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024005', N'Brown Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024006', N'Brown Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51024007', N'Brown Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025001', N'Green Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025002', N'Green Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025003', N'Green Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025004', N'Green Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025005', N'Green Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025006', N'Green Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51025007', N'Green Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026001', N'Orange Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026002', N'Orange Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026003', N'Orange Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026004', N'Orange Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026005', N'Orange Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026006', N'Orange Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51026007', N'Orange Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027001', N'Masquerade Ball Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027002', N'Masquerade Ball Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027003', N'Masquerade Ball Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027004', N'Masquerade Ball Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027005', N'Masquerade Ball Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027006', N'Masquerade Ball Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51027007', N'Masquerade Ball Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028001', N'Orange Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028002', N'Orange Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028003', N'Orange Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028004', N'Orange Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028005', N'Orange Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028006', N'Orange Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51028007', N'Orange Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029001', N'Pinstripe Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029002', N'Pinstripe Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029003', N'Pinstripe Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029004', N'Pinstripe Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029005', N'Pinstripe Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029006', N'Pinstripe Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51029007', N'Pinstripe Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030001', N'Santa Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030002', N'Santa Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030003', N'Santa Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030004', N'Santa Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030005', N'Santa Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030006', N'Santa Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51030007', N'Santa Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031001', N'New Traditional - Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031002', N'New Traditional - Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031003', N'New Traditional - Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031004', N'New Traditional - Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031005', N'New Traditional - Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031006', N'New Traditional - Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51031007', N'New Traditional - Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032001', N'Red Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032002', N'Red Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032003', N'Red Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032004', N'Red Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032005', N'Red Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032006', N'Red Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51032007', N'Red Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033001', N'Black Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033002', N'Black Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033003', N'Black Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033004', N'Black Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033005', N'Black Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033006', N'Black Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51033007', N'Black Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034001', N'Purplish Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034002', N'Purplish Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034003', N'Purplish Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034004', N'Purplish Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034005', N'Purplish Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034006', N'Purplish Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51034007', N'Purplish Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035001', N'Brown Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035002', N'Brown Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035003', N'Brown Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035004', N'Brown Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035005', N'Brown Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035006', N'Brown Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51035007', N'Brown Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036001', N'Pied Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036002', N'Pied Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036003', N'Pied Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036004', N'Pied Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036005', N'Pied Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036006', N'Pied Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51036007', N'Pied Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037001', N'Black Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037002', N'Black Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037003', N'Black Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037004', N'Black Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037005', N'Black Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037006', N'Black Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51037007', N'Black Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038001', N'Red Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038002', N'Red Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038003', N'Red Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038004', N'Red Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038005', N'Red Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038006', N'Red Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51038007', N'Red Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039001', N'Blue Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039002', N'Blue Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039003', N'Blue Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039004', N'Blue Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039005', N'Blue Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039006', N'Blue Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51039007', N'Blue Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040001', N'Dark Green Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040002', N'Dark Green Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040003', N'Dark Green Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040004', N'Dark Green Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040005', N'Dark Green Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040006', N'Dark Green Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51040007', N'Dark Green Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041001', N'Scuba Octopus [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041002', N'Scuba Lower Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041003', N'Scuba Flippers [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041004', N'Scuba Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041005', N'Scuba Upper Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041006', N'Scuba Goggles [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51041007', N'Scuba Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042001', N'Radiant Wedding Costume Tuxedo [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042002', N'Radiant Wedding Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042003', N'Radiant Wedding Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042004', N'Radiant Wedding Costume Watch [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042005', N'Radiant Wedding Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042006', N'Radiant Wedding Costume Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51042007', N'Radiant Wedding Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043001', N'Devil Prince Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043002', N'Devil Prince Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043003', N'Devil Prince Leather Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043004', N'Devil Prince Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043005', N'Devil Prince Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043006', N'Devil Prince Necktie', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51043007', N'Devil Prince Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044001', N'Red Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044002', N'Red Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044003', N'Red Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044004', N'Red Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044005', N'Red Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044006', N'Red Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51044007', N'Red Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045001', N'Blue Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045002', N'Blue Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045003', N'Blue Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045004', N'Blue Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045005', N'Blue Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045006', N'Blue Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51045007', N'Blue Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046001', N'White Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046002', N'White Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046003', N'White Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046004', N'White Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046005', N'White Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046006', N'White Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51046007', N'White Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047001', N'Snow Wolf''s Cloak [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047002', N'Snow Wolf''s Fur Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047003', N'Snow Wolf''s Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047004', N'Snow Wolf''s Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047005', N'Snow Wolf''s Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047006', N'Snow Wolf''s Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51047007', N'Snow Wolf''s Topknot [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048001', N'White School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048002', N'White School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048003', N'White School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048004', N'White School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048005', N'White School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048006', N'White School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51048007', N'White School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049001', N'Purple School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049002', N'Purple School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049003', N'Purple School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049004', N'Purple School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049005', N'Purple School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049006', N'Purple School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51049007', N'Purple School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050001', N'Brown School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050002', N'Brown School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050003', N'Brown School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050004', N'Brown School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050005', N'Brown School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050006', N'Brown School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51050007', N'Brown School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051002', N'Gold Chain-Deco Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051003', N'Red Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051004', N'Black Snake Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051005', N'Deviant Crease Lined Red Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051006', N'Metal Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51051007', N'Sharp Black Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052001', N'Shining Ark Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052002', N'Shining Ark Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052003', N'Shining Ark Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052004', N'Shining Ark Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052005', N'Shining Ark Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052006', N'Shining Ark Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51052007', N'Shining Ark Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101001', N'Black Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101002', N'Black Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101003', N'Black Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101004', N'Black Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101005', N'Black Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101006', N'Black Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51101007', N'Black Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102001', N'White Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102002', N'White Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102003', N'White Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102004', N'White Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102005', N'White Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102006', N'White Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51102007', N'White Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103001', N'Red Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103002', N'Red Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103003', N'Red Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103004', N'Red Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103005', N'Red Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103006', N'Red Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51103007', N'Red Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104001', N'Brown Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104002', N'Brown Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104003', N'Brown Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104004', N'Brown Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104005', N'Brown Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104006', N'Brown Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51104007', N'Brown Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105001', N'White Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105002', N'White Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105003', N'White Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105004', N'White Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105005', N'White Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105006', N'White Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51105007', N'White Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106001', N'Green Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106002', N'Green Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106003', N'Green Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106004', N'Green Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106005', N'Green Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106006', N'Green Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51106007', N'Green Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107001', N'Santa Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107002', N'Santa Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107003', N'Santa Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107004', N'Santa Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107005', N'Santa Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107006', N'Santa Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51107007', N'Santa Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108001', N'Navy Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108002', N'Navy Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108003', N'Navy Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108004', N'Navy Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108005', N'Navy Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108006', N'Navy Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51108007', N'Navy Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109001', N'Green Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109002', N'Green Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109003', N'Green Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109004', N'Green Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109005', N'Green Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109006', N'Green Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51109007', N'Green Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110001', N'Violet Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110002', N'Violet Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110003', N'Violet Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110004', N'Violet Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110005', N'Violet Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110006', N'Violet Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51110007', N'Violet Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111001', N'New Traditional - Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111002', N'New Traditional - Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111003', N'New Traditional - Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111004', N'New Traditional - Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111005', N'New Traditional - Top [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111006', N'New Traditional - Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51111007', N'New Traditional - Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112001', N'Black Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112002', N'Black Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112003', N'Black Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112004', N'Black Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112005', N'Black Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112006', N'Black Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51112007', N'Black Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113001', N'Red Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113002', N'Red Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113003', N'Red Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113004', N'Red Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113005', N'Red Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113006', N'Red Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51113007', N'Red Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114001', N'Emerald Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114002', N'Emerald Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114003', N'Emerald Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114004', N'Emerald Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114005', N'Emerald Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114006', N'Emerald Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51114007', N'Emerald Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115001', N'Pink Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115002', N'Pink Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115003', N'Pink Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115004', N'Pink Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115005', N'Pink Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115006', N'Pink Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51115007', N'Pink Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116001', N'Blue Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116002', N'Blue Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116003', N'Blue Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116004', N'Blue Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116005', N'Blue Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116006', N'Blue Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51116007', N'Blue Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117001', N'Yellow Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117002', N'Yellow Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117003', N'Yellow Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117004', N'Yellow Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117005', N'Yellow Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117006', N'Yellow Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51117007', N'Yellow Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118001', N'Blue Pirate Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118002', N'Blue Pirate Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118003', N'Blue Pirate Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118004', N'Blue Pirate Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118005', N'Blue Pirate Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118006', N'Blue Pirate Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51118007', N'Blue Pirate Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119001', N'Scuba Surfing Board [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119002', N'Scuba Lower Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119003', N'Scuba Flippers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119004', N'Scuba Bracelet [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119005', N'Scuba Upper Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119006', N'Scuba Goggles [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51119007', N'Scuba Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120001', N'Purple Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120002', N'Purple Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120003', N'Purple Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120004', N'Purple Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120005', N'Purple Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120006', N'Purple Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51120007', N'Purple Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121001', N'Blue Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121002', N'Blue Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121003', N'Blue Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121004', N'Blue Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121005', N'Blue Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121006', N'Blue Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51121007', N'Blue Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122001', N'Black Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122002', N'Black Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122003', N'Black Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122004', N'Black Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122005', N'Black Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122006', N'Black Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51122007', N'Black Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123001', N'Radiant Wedding Costume Adornment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123002', N'Radiant Wedding Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123003', N'Radiant Wedding Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123004', N'Radiant Wedding Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123005', N'Radiant Wedding Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123006', N'Radiant Wedding Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51123007', N'Radiant Wedding Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124001', N'Vampire Skeleton Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124002', N'Vampire Zipper Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124003', N'Vampire Metal Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124004', N'Vampire Leather Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124005', N'Vampire Skeleton Tanktop', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124006', N'Vampire Pumpkin Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51124007', N'Vampire Bat-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125001', N'Red Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125002', N'Red Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125003', N'Red Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125004', N'Red Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125005', N'Red Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125006', N'Red Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51125007', N'Red Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126001', N'Blue Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126002', N'Blue Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126003', N'Blue Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126004', N'Blue Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126005', N'Blue Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126006', N'Blue Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51126007', N'Blue Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127001', N'White Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127002', N'White Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127003', N'White Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127004', N'White Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127005', N'White Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127006', N'White Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51127007', N'White Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128001', N'Blue Kingbird''s Feather Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128002', N'Blue Kingbird''s Fur Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128003', N'Blue Kingbird''s Heels [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128004', N'Blue Kingbird''s Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128005', N'Blue Kingbird''s Belted Tunic [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128006', N'Blue Kingbird''s Feathers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51128007', N'Blue Kingbird''s Plume [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129001', N'Black School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129002', N'Black School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129003', N'Black School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129004', N'Black School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129005', N'Black School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129006', N'Black School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51129007', N'Black School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130001', N'Yellow School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130002', N'Yellow School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130003', N'Yellow School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130004', N'Yellow School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130005', N'Yellow School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130006', N'Yellow School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51130007', N'Yellow School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131001', N'White School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131002', N'White School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131003', N'White School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131004', N'White School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131005', N'White School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131006', N'White School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131007', N'White School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51131008', N'White School Uniform Costume Shirt [Roselle] [JPN]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132001', N'Snake-Deco Phoenix Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132002', N'Chain-Deco Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132003', N'Black Strap Sandals', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132004', N'Gold Ornament Bracelet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132005', N'Hot Snake-Deco Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132006', N'Gold Ornament Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51132007', N'Pink Snake-Deco Upsweep Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133001', N'Shining Ark Costume Wing [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133002', N'Shining Ark Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133003', N'Shining Ark Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133004', N'Shining Ark Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133005', N'Shining Ark Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133006', N'Shining Ark Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51133007', N'Shining Ark Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201001', N'Blue Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201002', N'Blue Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201003', N'Blue Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201004', N'Blue Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201005', N'Blue Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201006', N'Blue Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51201007', N'Blue Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202001', N'Black Floral Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202002', N'Black Floral Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202003', N'Black Floral Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202004', N'Black Floral Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202005', N'Black Floral Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202006', N'Black Floral Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51202007', N'Black Floral Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203001', N'Yellow Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203002', N'Yellow Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203003', N'Yellow Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203004', N'Yellow Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203005', N'Yellow Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203006', N'Yellow Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51203007', N'Yellow Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204001', N'New Traditional - Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204002', N'New Traditional - Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204003', N'New Traditional - Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204004', N'New Traditional - Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204005', N'New Traditional - Top [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204006', N'New Traditional - Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51204007', N'New Traditional - Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205001', N'Purple Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205002', N'Purple Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205003', N'Purple Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205004', N'Purple Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205005', N'Purple Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205006', N'Purple Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51205007', N'Purple Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206001', N'Emerald Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206002', N'Emerald Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206003', N'Emerald Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206004', N'Emerald Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206005', N'Emerald Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206006', N'Emerald Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51206007', N'Emerald Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207001', N'Yellow Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207002', N'Yellow Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207003', N'Yellow Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207004', N'Yellow Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207005', N'Yellow Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207006', N'Yellow Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51207007', N'Yellow Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208001', N'Purple Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208002', N'Purple Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208003', N'Purple Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208004', N'Purple Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208005', N'Purple Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208006', N'Purple Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51208007', N'Purple Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209001', N'Black Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209002', N'Black Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209003', N'Black Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209004', N'Black Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209005', N'Black Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209006', N'Black Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51209007', N'Black Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210001', N'Pink Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210002', N'Pink Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210003', N'Pink Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210004', N'Pink Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210005', N'Pink Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210006', N'Pink Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51210007', N'Pink Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211001', N'Brown Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211002', N'Brown Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211003', N'Brown Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211004', N'Brown Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211005', N'Brown Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211006', N'Brown Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51211007', N'Brown Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212001', N'Green Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212002', N'Green Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212003', N'Green Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212004', N'Green Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212005', N'Green Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212006', N'Green Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51212007', N'Green Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213001', N'Red Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213002', N'Red Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213003', N'Red Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213004', N'Red Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213005', N'Red Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213006', N'Red Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51213007', N'Red Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214001', N'White Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214002', N'White Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214003', N'White Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214004', N'White Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214005', N'White Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214006', N'White Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51214007', N'White Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215001', N'Blue Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215002', N'Blue Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215003', N'Blue Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215004', N'Blue Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215005', N'Blue Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215006', N'Blue Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51215007', N'Blue Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216001', N'Pink Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216002', N'Pink Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216003', N'Pink Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216004', N'Pink Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216005', N'Pink Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216006', N'Pink Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51216007', N'Pink Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217001', N'Scuba Water Gun [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217002', N'Scuba Lower Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217003', N'Scuba Flippers [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217004', N'Scuba Bracelet [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217005', N'Scuba Upper Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217006', N'Scuba Goggles [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51217007', N'Scuba Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218001', N'Black Pirate Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218002', N'Black Pirate Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218003', N'Black Pirate Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218004', N'Black Pirate Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218005', N'Black Pirate Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218006', N'Black Pirate Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51218007', N'Black Pirate Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219001', N'Blue Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219002', N'Blue Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219003', N'Blue Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219004', N'Blue Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219005', N'Blue Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219006', N'Blue Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51219007', N'Blue Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220001', N'Emerald Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220002', N'Emerald Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220003', N'Emerald Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220004', N'Emerald Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220005', N'Emerald Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220006', N'Emerald Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51220007', N'Emerald Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221001', N'Green Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221002', N'Green Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221003', N'Green Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221004', N'Green Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221005', N'Green Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221006', N'Green Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51221007', N'Green Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222001', N'Radiant Wedding Costume Adornment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222002', N'Radiant Wedding Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222003', N'Radiant Wedding Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222004', N'Radiant Wedding Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222005', N'Radiant Wedding Costume Dress [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222006', N'Radiant Wedding Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51222007', N'Radiant Wedding Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223001', N'Fairy Butterfly Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223002', N'Fairy Star Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223003', N'Fairy Ribbon Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223004', N'Fairy Flower Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223005', N'Fairy Skeleton Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223006', N'Fairy Heart Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51223007', N'Fairy Candy-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224001', N'Red Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224002', N'Red Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224003', N'Red Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224004', N'Red Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224005', N'Red Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224006', N'Red Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51224007', N'Red Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225001', N'Blue Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225002', N'Blue Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225003', N'Blue Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225004', N'Blue Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225005', N'Blue Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225006', N'Blue Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51225007', N'Blue Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226001', N'White Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226002', N'White Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226003', N'White Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226004', N'White Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226005', N'White Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226006', N'White Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51226007', N'White Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227001', N'White Bear''s Overcoat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227002', N'White Bear''s Bon Bon Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227003', N'White Bear''s Fur Boots [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227004', N'White Bear''s Fur Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227005', N'White Bear''s Adorned Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227006', N'White Bear''s Fur Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51227007', N'White Bear''s Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228001', N'White School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228002', N'White School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228003', N'White School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228004', N'White School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228005', N'White School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228006', N'White School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51228007', N'White School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229001', N'Plum School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229002', N'Plum School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229003', N'Plum School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229004', N'Plum School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229005', N'Plum School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229006', N'Plum School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51229007', N'Plum School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230001', N'Black School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230002', N'Black School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230003', N'Black School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230004', N'Black School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230005', N'Black School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230006', N'Black School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51230007', N'Black School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231001', N'Red Frill Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231002', N'Gold Ornament Volume Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231003', N'Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231004', N'Gold Snake-Deco Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231005', N'Red Frill Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231006', N'Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'51231007', N'Gold Snake-Deco Lovely Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001001', N'Golden Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001002', N'Golden Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001003', N'Golden Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001004', N'Golden Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001005', N'Golden Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001006', N'Golden Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52001007', N'Golden Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002001', N'Grey Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002002', N'Grey Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002003', N'Grey Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002004', N'Grey Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002005', N'Grey Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002006', N'Grey Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52002007', N'Grey Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003001', N'Navy Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003002', N'Navy Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003003', N'Navy Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003004', N'Navy Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003005', N'Navy Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003006', N'Navy Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52003007', N'Navy Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004001', N'Navy Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004002', N'Navy Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004003', N'Navy Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004004', N'Navy Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004005', N'Navy Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004006', N'Navy Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52004007', N'Navy Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005001', N'Dark Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005002', N'Dark Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005003', N'Dark Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005004', N'Dark Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005005', N'Dark Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005006', N'Dark Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52005007', N'Dark Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52006001', N'Bob Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52007001', N'Mushroom Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52008001', N'Wind Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009001', N'Violet Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009002', N'Violet Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009003', N'Violet Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009004', N'Violet Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009005', N'Violet Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009006', N'Violet Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009007', N'Violet Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009008', N'Blue Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009009', N'Blue Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009010', N'Blue Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009011', N'Blue Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009012', N'Blue Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009013', N'Blue Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009014', N'Blue Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009015', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009016', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009017', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009018', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009019', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009020', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52009021', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010001', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010002', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010003', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010004', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010005', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010006', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52010007', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011001', N'Brown Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011002', N'Brown Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011003', N'Brown Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011004', N'Brown Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011005', N'Brown Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011006', N'Brown Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52011007', N'Brown Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012001', N'Black Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012002', N'Black Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012003', N'Black Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012004', N'Black Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012005', N'Black Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012006', N'Black Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012007', N'Black Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012008', N'Black Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012009', N'Black Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012010', N'Black Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012011', N'Black Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012012', N'Black Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012013', N'Black Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52012014', N'Black Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013001', N'Pink Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013002', N'Pink Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013003', N'Pink Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013004', N'Pink Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013005', N'Pink Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013006', N'Pink Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52013007', N'Pink Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014001', N'Traditional Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014002', N'Traditional Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014003', N'Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014004', N'Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014005', N'Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014006', N'Traditional Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52014007', N'Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015001', N'White Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015002', N'White Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015003', N'White Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015004', N'White Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015005', N'White Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015006', N'White Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015007', N'White Cowgirl Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015008', N'White Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015009', N'White Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015010', N'White Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015011', N'White Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015012', N'White Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015013', N'White Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52015014', N'White Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52016001', N'Golden Pattern Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017001', N'Golden Pattern Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017002', N'Golden Pattern Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017003', N'Golden Pattern Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017004', N'Golden Pattern Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017005', N'Golden Pattern Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017006', N'Golden Pattern Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52017007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018001', N'Crimson Conjurer Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018002', N'Crimson Conjurer Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018003', N'Crimson Conjurer Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018004', N'Crimson Conjurer Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018005', N'Crimson Conjurer Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018006', N'Crimson Conjurer Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52018007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019001', N'Blue Gold Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019002', N'Blue Gold Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019003', N'Blue Gold Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019004', N'Blue Gold Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019005', N'Blue Gold Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019006', N'Blue Gold Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52019007', N'Blue Gold Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020001', N'Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020002', N'Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020003', N'Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020004', N'Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020005', N'Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020006', N'Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52020007', N'Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021001', N'Winter Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021002', N'Winter Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021003', N'Winter Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021004', N'Winter Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021005', N'Winter Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021006', N'Winter Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52021007', N'Winter Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022001', N'Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022002', N'Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022003', N'Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022004', N'Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022005', N'Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022006', N'Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52022007', N'Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023001', N'Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023002', N'Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023003', N'Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023004', N'Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023005', N'Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023006', N'Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52023007', N'Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024001', N'Green Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024002', N'Green Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024003', N'Green Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024004', N'Green Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024005', N'Green Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024006', N'Green Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52024007', N'Green Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025001', N'Orange Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025002', N'Orange Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025003', N'Orange Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025004', N'Orange Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025005', N'Orange Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025006', N'Orange Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52025007', N'Orange Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026001', N'Pumpkin Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026002', N'Pumpkin Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026003', N'Pumpkin Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026004', N'Pumpkin Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026005', N'Pumpkin Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026006', N'Pumpkin Witch Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52026007', N'Pumpkin Witch Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027001', N'Pink Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027002', N'Pink Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027003', N'Pink Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027004', N'Pink Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027005', N'Pink Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027006', N'Pink Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52027007', N'Pink Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028001', N'Emerald Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028002', N'Emerald Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028003', N'Emerald Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028004', N'Emerald Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028005', N'Emerald Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028006', N'Emerald Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52028007', N'Emerald Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029001', N'Santa Cape [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029002', N'Santa Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029003', N'Santa Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029004', N'Santa Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029005', N'Santa Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029006', N'Santa Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52029007', N'Santa Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030001', N'New Traditional - Shirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030002', N'New Traditional - Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030003', N'New Traditional - Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030004', N'New Traditional - Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030005', N'New Traditional - Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030006', N'New Traditional - Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52030007', N'New Traditional - Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031001', N'Yellow Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031002', N'Yellow Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031003', N'Yellow Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031004', N'Yellow Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031005', N'Yellow Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031006', N'Yellow Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52031007', N'Yellow Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032001', N'Blue Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032002', N'Blue Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032003', N'Blue Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032004', N'Blue Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032005', N'Blue Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032006', N'Blue Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52032007', N'Blue Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033001', N'Grey Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033002', N'Grey Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033003', N'Grey Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033004', N'Grey Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033005', N'Grey Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033006', N'Grey Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52033007', N'Grey Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034001', N'Black Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034002', N'Black Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034003', N'Black Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034004', N'Black Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034005', N'Black Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034006', N'Black Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52034007', N'Black Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035001', N'Red Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035002', N'Red Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035003', N'Red Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035004', N'Red Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035005', N'Red Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035006', N'Red Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52035007', N'Red Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036001', N'Emerald Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036002', N'Emerald Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036003', N'Emerald Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036004', N'Emerald Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036005', N'Emerald Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036006', N'Emerald Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52036007', N'Emerald Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037001', N'Blue Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037002', N'Blue Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037003', N'Blue Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037004', N'Blue Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037005', N'Blue Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037006', N'Blue Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52037007', N'Blue Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038001', N'Pink Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038002', N'Pink Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038003', N'Pink Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038004', N'Pink Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038005', N'Pink Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038006', N'Pink Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52038007', N'Pink Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039001', N'Purple Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039002', N'Purple Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039003', N'Purple Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039004', N'Purple Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039005', N'Purple Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039006', N'Purple Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52039007', N'Purple Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040001', N'White Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040002', N'White Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040003', N'White Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040004', N'White Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040005', N'White Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040006', N'White Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52040007', N'White Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041001', N'Scuba Sea Horse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041002', N'Scuba Lower Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041003', N'Scuba Flippers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041004', N'Scuba Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041005', N'Scuba Upper Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041006', N'Scuba Goggles [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52041007', N'Scuba Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042001', N'Red Pirate Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042002', N'Red Pirate Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042003', N'Red Pirate Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042004', N'Red Pirate Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042005', N'Red Pirate Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042006', N'Red Pirate Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52042007', N'Red Pirate Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043001', N'Radiant Wedding Costume Adornment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043002', N'Radiant Wedding Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043003', N'Radiant Wedding Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043004', N'Radiant Wedding Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043005', N'Radiant Wedding Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043006', N'Radiant Wedding Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52043007', N'Radiant Wedding Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044001', N'Red Witch Mini Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044002', N'Red Witch Dress Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044003', N'Red Witch Mesh Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044004', N'Red Witch Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044005', N'Red Witch Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044006', N'Red Witch Ribbon Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52044007', N'Red Witch Silver Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045001', N'Red Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045002', N'Red Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045003', N'Red Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045004', N'Red Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045005', N'Red Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045006', N'Red Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52045007', N'Red Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046001', N'Blue Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046002', N'Blue Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046003', N'Blue Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046004', N'Blue Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046005', N'Blue Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046006', N'Blue Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52046007', N'Blue Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047001', N'White Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047002', N'White Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047003', N'White Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047004', N'White Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047005', N'White Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047006', N'White Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52047007', N'White Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048001', N'Arctic Fox''s Hood [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048002', N'Arctic Fox''s Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048003', N'Arctic Fox''s Fur Boots [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048004', N'Arctic Fox''s Hand Warmers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048005', N'Arctic Fox''s Tank Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048006', N'Arctic Fox''s Pendant [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52048007', N'Arctic Fox''s Pigtail''s [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049001', N'Beige School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049002', N'Beige School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049003', N'Beige School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049004', N'Beige School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049005', N'Beige School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049006', N'Beige School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52049007', N'Beige School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050001', N'Dark Brown School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050002', N'Dark Brown School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050003', N'Dark Brown School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050004', N'Dark Brown School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050005', N'Dark Brown School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050006', N'Dark Brown School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52050007', N'Dark Brown School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051001', N'Black School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051002', N'Black School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051003', N'Black School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051004', N'Black School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051005', N'Black School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051006', N'Black School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52051007', N'Black School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052001', N'Red Belt Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052002', N'Snake Skin Leggings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052003', N'Black Strap Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052004', N'Black Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052005', N'Red Tight Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052006', N'Red Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52052007', N'Snake-Deco Palm Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053001', N'Shining Ark Costume Wing [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053002', N'Shining Ark Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053003', N'Shining Ark Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053004', N'Shining Ark Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053005', N'Shining Ark Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053006', N'Shining Ark Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52053007', N'Shining Ark Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101001', N'Santa Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101002', N'Santa Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101003', N'Santa Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101004', N'Santa Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101005', N'Santa Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101006', N'Santa Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52101007', N'Santa Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102001', N'Blue Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102002', N'Blue Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102003', N'Blue Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102004', N'Blue Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102005', N'Blue Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102006', N'Blue Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52102007', N'Blue Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103001', N'Purple Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103002', N'Purple Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103003', N'Purple Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103004', N'Purple Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103005', N'Purple Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103006', N'Purple Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52103007', N'Purple Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104001', N'Magenta Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104002', N'Magenta Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104003', N'Magenta Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104004', N'Magenta Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104005', N'Magenta Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104006', N'Magenta Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52104007', N'Magenta Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105001', N'Little Blue-Blood Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105002', N'Little Blue-Blood Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105003', N'Little Blue-Blood Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105004', N'Little Blue-Blood Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105005', N'Little Blue-Blood Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105006', N'Little Blue-Blood Bow Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52105007', N'Little Blue-Blood Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106001', N'New Traditional - Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106002', N'New Traditional - Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106003', N'New Traditional - Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106004', N'New Traditional - Bracelet [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106005', N'New Traditional - Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106006', N'New Traditional - Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52106007', N'New Traditional - Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107001', N'Red Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107002', N'Red Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107003', N'Red Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107004', N'Red Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107005', N'Red Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107006', N'Red Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52107007', N'Red Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108001', N'Purple Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108002', N'Purple Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108003', N'Purple Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108004', N'Purple Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108005', N'Purple Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108006', N'Purple Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52108007', N'Purple Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109001', N'Emerald Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109002', N'Emerald Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109003', N'Emerald Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109004', N'Emerald Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109005', N'Emerald Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109006', N'Emerald Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52109007', N'Emerald Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110001', N'Green Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110002', N'Green Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110003', N'Green Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110004', N'Green Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110005', N'Green Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110006', N'Green Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52110007', N'Green Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111001', N'Red Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111002', N'Red Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111003', N'Red Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111004', N'Red Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111005', N'Red Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111006', N'Red Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52111007', N'Red Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112001', N'Brown Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112002', N'Brown Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112003', N'Brown Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112004', N'Brown Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112005', N'Brown Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112006', N'Brown Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52112007', N'Brown Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113001', N'Black Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113002', N'Black Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113003', N'Black Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113004', N'Black Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113005', N'Black Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113006', N'Black Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52113007', N'Black Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114001', N'Red Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114002', N'Red Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114003', N'Red Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114004', N'Red Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114005', N'Red Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114006', N'Red Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52114007', N'Red Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115001', N'Black Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115002', N'Black Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115003', N'Black Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115004', N'Black Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115005', N'Black Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115006', N'Black Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52115007', N'Black Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116001', N'Brown Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116002', N'Brown Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116003', N'Brown Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116004', N'Brown Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116005', N'Brown Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116006', N'Brown Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52116007', N'Brown Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117001', N'Red Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117002', N'Red Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117003', N'Red Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117004', N'Red Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117005', N'Red Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117006', N'Red Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52117007', N'Red Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118001', N'Scuba Turtle [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118002', N'Scuba Lower Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118003', N'Scuba Flippers [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118004', N'Scuba Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118005', N'Scuba Upper Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118006', N'Scuba Goggles [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52118007', N'Scuba Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119001', N'Brown Pirate Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119002', N'Brown Pirate Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119003', N'Brown Pirate Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119004', N'Brown Pirate Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119005', N'Brown Pirate Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119006', N'Brown Pirate Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52119007', N'Brown Pirate Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120001', N'Radiant Wedding Costume Tuxedo [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120002', N'Radiant Wedding Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120003', N'Radiant Wedding Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120004', N'Radiant Wedding Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120005', N'Radiant Wedding Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120006', N'Radiant Wedding Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52120007', N'Radiant Wedding Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121001', N'Brown Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121002', N'Brown Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121003', N'Brown Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121004', N'Brown Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121005', N'Brown Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121006', N'Brown Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52121007', N'Brown Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122001', N'Green Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122002', N'Green Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122003', N'Green Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122004', N'Green Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122005', N'Green Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122006', N'Green Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52122007', N'Green Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123001', N'Plum Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123002', N'Plum Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123003', N'Plum Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123004', N'Plum Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123005', N'Plum Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123006', N'Plum Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52123007', N'Plum Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124001', N'Andromeda Star Cloak', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124002', N'Andromeda Slim Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124003', N'Andromeda Pumpkin Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124004', N'Andromeda Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124005', N'Andromeda Pumpkin Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124006', N'Andromeda Muffler', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52124007', N'Andromeda Pumpkin Helmet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125001', N'Red Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125002', N'Red Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125003', N'Red Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125004', N'Red Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125005', N'Red Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125006', N'Red Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52125007', N'Red Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126001', N'Blue Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126002', N'Blue Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126003', N'Blue Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126004', N'Blue Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126005', N'Blue Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126006', N'Blue Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52126007', N'Blue Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127001', N'White Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127002', N'White Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127003', N'White Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127004', N'White Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127005', N'White Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127006', N'White Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52127007', N'White Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128001', N'Wild Bull''s Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128002', N'Wild Bull''s Leather Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128003', N'Wild Bull''s Woolly Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128004', N'Wild Bull''s Woolly Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128005', N'Wild Bull''s Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128006', N'Wild Bull''s Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52128007', N'Wild Bull''s Cap [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129001', N'Dark Brown School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129002', N'Dark Brown School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129003', N'Dark Brown School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129004', N'Dark Brown School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129005', N'Dark Brown School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129006', N'Dark Brown School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52129007', N'Dark Brown School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130001', N'Pink School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130002', N'Pink School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130003', N'Pink School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130004', N'Pink School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130005', N'Pink School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130006', N'Pink School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52130007', N'Pink School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131001', N'Yellow School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131002', N'Yellow School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131003', N'Yellow School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131004', N'Yellow School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131005', N'Yellow School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131006', N'Yellow School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52131007', N'Yellow School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132002', N'Red Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132003', N'Metal Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132004', N'Black Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132005', N'Slim Mesh Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132006', N'Snake Patterned Silver Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'52132007', N'Snake-Deco Red Pointed Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001001', N'Black Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001002', N'Black Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001003', N'Black Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001004', N'Black Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001005', N'Black Oldie Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001006', N'Black Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53001007', N'Black Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002001', N'Grey Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002002', N'Grey Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002003', N'Grey Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002004', N'Grey Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002005', N'Grey Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002006', N'Grey Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53002007', N'Grey Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003001', N'Black Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003002', N'Black Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003003', N'Black Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003004', N'Black Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003005', N'Black Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003006', N'Black Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53003007', N'Black Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004001', N'Navy Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004002', N'Navy Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004003', N'Navy Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004004', N'Navy Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004005', N'Navy Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004006', N'Navy Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53004007', N'Navy Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005001', N'Pin-Striped Punk Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005002', N'Pin-Striped Punk Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005003', N'Pin-Striped Punk Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005004', N'Pin-Striped Punk Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005005', N'Pin-Striped Punk Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005006', N'Pin-Striped Punk Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53005007', N'Pin-Striped Punk Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53006001', N'Danny Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53007001', N'Layered Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53008001', N'Mohican [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009001', N'Purple Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009002', N'Purple Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009003', N'Purple Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009004', N'Purple Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009005', N'Purple Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009006', N'Purple Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53009007', N'Purple Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010001', N'Brown Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010002', N'Brown Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010003', N'Brown Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010004', N'Brown Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010005', N'Brown Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010006', N'Brown Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53010007', N'Brown Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011001', N'Stylish Cellmate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011002', N'Stylish Cellmate Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011003', N'Stylish Cellmate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011004', N'Stylish Cellmate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011005', N'Stylish Cellmate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011006', N'Stylish Cellmate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53011007', N'Stylish Cellmate Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012001', N'Black Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012002', N'Black Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012003', N'Black Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012004', N'Black Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012005', N'Black Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012006', N'Black Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53012007', N'Black Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013001', N'White Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013002', N'White Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013003', N'White Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013004', N'White Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013005', N'White Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013006', N'White Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53013007', N'White Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014001', N'Casual Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014002', N'Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014003', N'Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014004', N'Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014005', N'Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014006', N'Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53014007', N'Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015001', N'Blue Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015002', N'Blue Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015003', N'Blue Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015004', N'Blue Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015005', N'Blue Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015006', N'Blue Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53015007', N'Blue Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016001', N'Pink Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016002', N'Pink Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016003', N'Pink Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016004', N'Pink Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016005', N'Pink Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016006', N'Pink Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53016007', N'Pink Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017001', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017002', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017003', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017004', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017005', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017006', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53017007', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018001', N'Traditional Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018002', N'Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018003', N'Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018004', N'Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018005', N'Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018006', N'Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53018007', N'Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019001', N'Black Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019002', N'Black Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019003', N'Black Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019004', N'Black Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019005', N'Black Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019006', N'Black Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53019007', N'Black Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020001', N'Pale Rider Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020002', N'Pale Rider Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020003', N'Pale Rider Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020004', N'Pale Rider Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020005', N'Pale Rider Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020006', N'Pale Rider Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53020007', N'Pale Rider Bandana [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021001', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021002', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021003', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021004', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021005', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021006', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53021007', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022001', N'Brown Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022002', N'Brown Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022003', N'Brown Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022004', N'Brown Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022005', N'Brown Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022006', N'Brown Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53022007', N'Brown Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023001', N'Blue Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023002', N'Blue Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023003', N'Blue Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023004', N'Blue Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023005', N'Blue Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023006', N'Blue Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53023007', N'Blue Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024001', N'Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024002', N'Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024003', N'Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024004', N'Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024005', N'Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024006', N'Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53024007', N'Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025001', N'Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025002', N'Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025003', N'Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025004', N'Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025005', N'Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025006', N'Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53025007', N'Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026001', N'Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026002', N'Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026003', N'Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026004', N'Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026005', N'Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026006', N'Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53026007', N'Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027001', N'Green Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027002', N'Green Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027003', N'Green Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027004', N'Green Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027005', N'Green Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027006', N'Green Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53027007', N'Green Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028001', N'Orange Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028002', N'Orange Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028003', N'Orange Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028004', N'Orange Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028005', N'Orange Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028006', N'Orange Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53028007', N'Orange Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029001', N'Cipher''s Monster Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029002', N'Cipher''s Monster Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029003', N'Cipher''s Monster Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029004', N'Cipher''s Monster Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029005', N'Cipher''s Monster Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029006', N'Cipher''s Monster Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53029007', N'Cipher''s Monster Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030001', N'Yellow Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030002', N'Yellow Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030003', N'Yellow Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030004', N'Yellow Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030005', N'Yellow Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030006', N'Yellow Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53030007', N'Yellow Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031001', N'Blue Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031002', N'Blue Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031003', N'Blue Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031004', N'Blue Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031005', N'Blue Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031006', N'Blue Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53031007', N'Blue Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032001', N'Santa Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032002', N'Santa Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032003', N'Santa Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032004', N'Santa Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032005', N'Santa Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032006', N'Santa Scarf [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53032007', N'Santa Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033001', N'New Traditional - Robe [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033002', N'New Traditional - Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033003', N'New Traditional - Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033004', N'New Traditional - Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033005', N'New Traditional - Vest [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033006', N'New Traditional - Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53033007', N'New Traditional - Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034001', N'Black Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034002', N'Black Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034003', N'Black Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034004', N'Black Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034005', N'Black Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034006', N'Black Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53034007', N'Black Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035001', N'Check Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035002', N'Check Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035003', N'Check Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035004', N'Check Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035005', N'Check Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035006', N'Check Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53035007', N'Check Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036001', N'Brown Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036002', N'Brown Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036003', N'Brown Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036004', N'Brown Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036005', N'Brown Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036006', N'Brown Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53036007', N'Brown Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037001', N'White Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037002', N'White Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037003', N'White Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037004', N'White Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037005', N'White Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037006', N'White Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53037007', N'White Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038001', N'Black Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038002', N'Black Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038003', N'Black Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038004', N'Black Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038005', N'Black Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038006', N'Black Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53038007', N'Black Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039001', N'Green Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039002', N'Green Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039003', N'Green Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039004', N'Green Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039005', N'Green Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039006', N'Green Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53039007', N'Green Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040001', N'Purple Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040002', N'Purple Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040003', N'Purple Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040004', N'Purple Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040005', N'Purple Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040006', N'Purple Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53040007', N'Purple Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041001', N'Blue Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041002', N'Blue Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041003', N'Blue Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041004', N'Blue Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041005', N'Blue Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041006', N'Blue Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53041007', N'Blue Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042001', N'Scuba Oxy Cylinders [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042002', N'Scuba Lower Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042003', N'Scuba Flippers [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042004', N'Scuba Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042005', N'Scuba Upper Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042006', N'Scuba Goggles [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53042007', N'Scuba Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043001', N'Radiant Wedding Costume Tuxedo [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043002', N'Radiant Wedding Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043003', N'Radiant Wedding Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043004', N'Radiant Wedding Costume Ring [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043005', N'Radiant Wedding Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043006', N'Radiant Wedding Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53043007', N'Radiant Wedding Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044001', N'Pierrot Agile Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044002', N'Pierrot Striped Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044003', N'Pierrot Star Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044004', N'Pierrot Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044005', N'Pierrot Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044006', N'Pierrot Skeleton Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53044007', N'Pierrot Magician Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045001', N'Red Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045002', N'Red Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045003', N'Red Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045004', N'Red Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045005', N'Red Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045006', N'Red Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53045007', N'Red Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046001', N'Blue Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046002', N'Blue Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046003', N'Blue Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046004', N'Blue Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046005', N'Blue Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046006', N'Blue Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53046007', N'Blue Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047001', N'White Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047002', N'White Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047003', N'White Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047004', N'White Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047005', N'White Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047006', N'White Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53047007', N'White Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048001', N'Black Leopard''s Mantle [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048002', N'Black Leopard''s Chaps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048003', N'Black Leopard''s Boots [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048004', N'Black Leopard''s Wristlets [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048005', N'Black Leopard''s Chest Straps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048006', N'Black Leopard''s Clan Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53048007', N'Black Leopard''s Topknot [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049001', N'Indigo School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049002', N'Indigo School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049003', N'Indigo School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049004', N'Indigo School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049005', N'Indigo School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049006', N'Indigo School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53049007', N'Indigo School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050001', N'Green School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050002', N'Green School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050003', N'Green School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050004', N'Green School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050005', N'Green School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050006', N'Green School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53050007', N'Green School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051001', N'Plum School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051002', N'Plum School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051003', N'Plum School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051004', N'Plum School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051005', N'Plum School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051006', N'Plum School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53051007', N'Plum School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052001', N'Red Deviant Crease Lined Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052002', N'Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052003', N'Black Walker Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052005', N'V-neck T-Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052006', N'Snake Patterned Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53052007', N'Snake-Deco Tied Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053001', N'Shining Ark Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053002', N'Shining Ark Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053003', N'Shining Ark Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053004', N'Shining Ark Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053005', N'Shining Ark Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053006', N'Shining Ark Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53053007', N'Shining Ark Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101001', N'Plum Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101002', N'Plum Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101003', N'Plum Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101004', N'Plum Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101005', N'Plum Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101006', N'Plum Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53101007', N'Plum Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102001', N'Sky Blue Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102002', N'Sky Blue Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102003', N'Sky Blue Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102004', N'Sky Blue Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102005', N'Sky Blue Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102006', N'Sky Blue Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53102007', N'Sky Blue Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103001', N'Midnight Green Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103002', N'Midnight Green Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103003', N'Midnight Green Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103004', N'Midnight Green Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103005', N'Midnight Green Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103006', N'Midnight Green Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53103007', N'Midnight Green Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104001', N'Red Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104002', N'Red Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104003', N'Red Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104004', N'Red Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104005', N'Red Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104006', N'Red Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53104007', N'Red Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105001', N'Black Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105002', N'Black Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105003', N'Black Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105004', N'Black Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105005', N'Black Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105006', N'Black Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53105007', N'Black Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106001', N'Yellow Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106002', N'Yellow Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106003', N'Yellow Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106004', N'Yellow Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106005', N'Yellow Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106006', N'Yellow Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53106007', N'Yellow Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107001', N'Cursed Soul Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107002', N'Cursed Soul Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107003', N'Cursed Soul Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107004', N'Cursed Soul Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107005', N'Cursed Soul Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107006', N'Cursed Soul Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53107007', N'Cursed Soul Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108001', N'Santa Cape [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108002', N'Santa Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108003', N'Santa Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108004', N'Santa Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108005', N'Santa Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108006', N'Santa Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53108007', N'Santa Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109001', N'New Traditional - Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109002', N'New Traditional - Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109003', N'New Traditional - Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109004', N'New Traditional - Top [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109005', N'New Traditional - Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109006', N'New Traditional - Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53109007', N'New Traditional - Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110001', N'Red Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110002', N'Red Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110003', N'Red Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110004', N'Red Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110005', N'Red Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110006', N'Red Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53110007', N'Red Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111001', N'Blue Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111002', N'Blue Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111003', N'Blue Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111004', N'Blue Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111005', N'Blue Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111006', N'Blue Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53111007', N'Blue Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112001', N'Pink Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112002', N'Pink Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112003', N'Pink Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112004', N'Pink Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112005', N'Pink Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112006', N'Pink Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53112007', N'Pink Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113001', N'Pink Sagunja[Plum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113002', N'Pink Sagunja[Plum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113003', N'Pink Sagunja[Plum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113004', N'Pink Sagunja[Plum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113005', N'Pink Sagunja[Plum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113006', N'Pink Sagunja[Plum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53113007', N'Pink Sagunja[Plum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114001', N'Yellow Sagunja[Chrysanthemum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114002', N'Yellow Sagunja[Chrysanthemum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114003', N'Yellow Sagunja[Chrysanthemum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114004', N'Yellow Sagunja[Chrysanthemum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114005', N'Yellow Sagunja[Chrysanthemum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114006', N'Yellow Sagunja[Chrysanthemum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53114007', N'Yellow Sagunja[Chrysanthemum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115001', N'Green Sagunja[Bamboo] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115002', N'Green Sagunja[Bamboo] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115003', N'Green Sagunja[Bamboo] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115004', N'Green Sagunja[Bamboo] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115005', N'Green Sagunja[Bamboo] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115006', N'Green Sagunja[Bamboo] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53115007', N'Green Sagunja[Bamboo] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116001', N'Purple Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116002', N'Purple Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116003', N'Purple Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116004', N'Purple Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116005', N'Purple Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116006', N'Purple Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53116007', N'Purple Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117001', N'Emerald Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117002', N'Emerald Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117003', N'Emerald Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117004', N'Emerald Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117005', N'Emerald Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117006', N'Emerald Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53117007', N'Emerald Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118001', N'Red Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118002', N'Red Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118003', N'Red Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118004', N'Red Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118005', N'Red Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118006', N'Red Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53118007', N'Red Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119001', N'Brown Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119002', N'Brown Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119003', N'Brown Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119004', N'Brown Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119005', N'Brown Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119006', N'Brown Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53119007', N'Brown Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120001', N'Emerald Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120002', N'Emerald Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120003', N'Emerald Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120004', N'Emerald Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120005', N'Emerald Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120006', N'Emerald Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53120007', N'Emerald Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121001', N'Purple Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121002', N'Purple Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121003', N'Purple Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121004', N'Purple Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121005', N'Purple Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121006', N'Purple Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53121007', N'Purple Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122001', N'Scuba Salamander [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122002', N'Scuba Flippers [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122003', N'Scuba Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122004', N'Scuba Diving Suit [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122005', N'Scuba Goggles [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122006', N'Scuba Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53122007', N'Scuba Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123001', N'Blue Pirate Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123002', N'Blue Pirate Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123003', N'Blue Pirate Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123004', N'Blue Pirate Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123005', N'Blue Pirate Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123006', N'Blue Pirate Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53123007', N'Blue Pirate Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124001', N'Emerald Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124002', N'Emerald Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124003', N'Emerald Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124004', N'Emerald Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124005', N'Emerald Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124006', N'Emerald Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53124007', N'Emerald Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125001', N'Purple Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125002', N'Purple Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125003', N'Purple Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125004', N'Purple Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125005', N'Purple Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125006', N'Purple Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53125007', N'Purple Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126001', N'Pink Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126002', N'Pink Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126003', N'Pink Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126004', N'Pink Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126005', N'Pink Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126006', N'Pink Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53126007', N'Pink Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127001', N'Radiant Wedding Costume Adornment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127002', N'Radiant Wedding Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127003', N'Radiant Wedding Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127004', N'Radiant Wedding Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127005', N'Radiant Wedding Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127006', N'Radiant Wedding Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53127007', N'Radiant Wedding Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128001', N'Pumpkin Girl Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128002', N'Pumpkin Girl Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128003', N'Pumpkin Girl Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128004', N'Pumpkin Girl Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128005', N'Pumpkin Girl Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128006', N'Pumpkin Girl Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53128007', N'Pumpkin Girl Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129001', N'Red Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129002', N'Red Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129003', N'Red Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129004', N'Red Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129005', N'Red Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129006', N'Red Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53129007', N'Red Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130001', N'Blue Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130002', N'Blue Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130003', N'Blue Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130004', N'Blue Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130005', N'Blue Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130006', N'Blue Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53130007', N'Blue Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131001', N'White Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131002', N'White Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131003', N'White Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131004', N'White Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131005', N'White Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131006', N'White Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53131007', N'White Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132001', N'Sly Coyote''s Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132002', N'Sly Coyote''s Shell-Toe Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132003', N'Sly Coyote''s Fur Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132004', N'Sly Coyote''s Fur Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132005', N'Sly Coyote''s Talisman [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132006', N'Sly Coyote''s Tail [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53132007', N'Sly Coyote''s Pendant [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133001', N'Pink School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133002', N'Pink School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133003', N'Pink School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133004', N'Pink School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133005', N'Pink School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133006', N'Pink School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53133007', N'Pink School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134001', N'Brown School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134002', N'Brown School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134003', N'Brown School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134004', N'Brown School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134005', N'Brown School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134006', N'Brown School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53134007', N'Brown School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135001', N'White School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135002', N'White School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135003', N'White School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135004', N'White School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135005', N'White School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135006', N'White School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53135007', N'White School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136001', N'Gold Short Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136002', N'Mesh Leggings Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136003', N'Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136004', N'Metal Garment Set', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136005', N'Gold Snake Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136006', N'Indigo Bridge Snake-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53136007', N'Gold Snake Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137001', N'Shining Ark Costume Wing [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137002', N'Shining Ark Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137003', N'Shining Ark Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137004', N'Shining Ark Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137005', N'Shining Ark Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137006', N'Shining Ark Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'53137007', N'Shining Ark Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001001', N'Black Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001002', N'Black Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001003', N'Black Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001004', N'Black Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001005', N'Black Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001006', N'Black Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54001007', N'Black Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002001', N'Grey Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002002', N'Grey Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002003', N'Grey Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002004', N'Grey Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002005', N'Grey Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002006', N'Grey Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54002007', N'Grey Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003001', N'Navy Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003002', N'Navy Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003003', N'Navy Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003004', N'Navy Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003005', N'Navy Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003006', N'Navy Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54003007', N'Navy Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004001', N'Brown Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004002', N'Brown Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004003', N'Brown Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004004', N'Brown Striped Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004005', N'Brown Striped Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004006', N'Brown Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54004007', N'Brown Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005001', N'Violet Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005002', N'Violet Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005003', N'Violet Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005004', N'Violet Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005005', N'Violet Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005006', N'Violet Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54005007', N'Violet Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006001', N'Brown Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006002', N'Brown Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006003', N'Brown Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006004', N'Brown Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006005', N'Brown Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006006', N'Brown Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54006007', N'Brown Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007001', N'Blue Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007002', N'Blue Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007003', N'Blue Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007004', N'Blue Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007005', N'Blue Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007006', N'Blue Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54007007', N'Blue Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008001', N'Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008002', N'Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008003', N'Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008004', N'Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008005', N'Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008006', N'Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54008007', N'Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009001', N'Blue Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009002', N'Blue Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009003', N'Blue Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009004', N'Blue Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009005', N'Blue Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009006', N'Blue Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54009007', N'Blue Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010001', N'Pink Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010002', N'Pink Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010003', N'Pink Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010004', N'Pink Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010005', N'Pink Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010006', N'Pink Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54010007', N'Pink Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011001', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011002', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011003', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011004', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011005', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011006', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54011007', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012001', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012002', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012003', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012004', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012005', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012006', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54012007', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013001', N'White Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013002', N'White Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013003', N'White Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013004', N'White Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013005', N'White Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013006', N'White Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54013007', N'White Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014001', N'Traditional Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014002', N'Traditional Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014003', N'Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014004', N'Traditional Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014005', N'Traditional Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014006', N'Traditional Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54014007', N'Traditional Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015001', N'Red Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015002', N'Red Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015003', N'Red Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015004', N'Red Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015005', N'Red Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015006', N'Red Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54015007', N'Red Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016001', N'White Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016002', N'White Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016003', N'White Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016004', N'White Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016005', N'White Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016006', N'White Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54016007', N'White Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017001', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017002', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017003', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017004', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017005', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017006', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54017007', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018001', N'Chinese Dress Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018002', N'Chinese Dress Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018003', N'Chinese Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018004', N'Chinese Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018005', N'Chinese Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018006', N'Chinese Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54018007', N'Chinese Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019001', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019002', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019003', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019004', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019005', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019006', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54019007', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020001', N'Brown Pirate Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020002', N'Brown Pirate Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020003', N'Brown Pirate Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020004', N'Brown Pirate Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020005', N'Brown Pirate Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020006', N'Brown Pirate Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54020007', N'Brown Pirate Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021001', N'Vice-Minister Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021002', N'Vice-Minister Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021003', N'Vice-Minister Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021004', N'Vice-Minister Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021005', N'Vice-Minister Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021006', N'Vice-Minister Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54021007', N'Vice-Minister Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022001', N'Navy Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022002', N'Navy Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022003', N'Navy Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022004', N'Navy Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022005', N'Navy Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022006', N'Navy Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54022007', N'Navy Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023001', N'Green Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023002', N'Green Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023003', N'Green Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023004', N'Green Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023005', N'Green Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023006', N'Green Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54023007', N'Green Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024001', N'Orange Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024002', N'Orange Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024003', N'Orange Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024004', N'Orange Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024005', N'Orange Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024006', N'Orange Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54024007', N'Orange Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025001', N'Feral Feline Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025002', N'Feral Feline Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025003', N'Feral Feline Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025004', N'Feral Feline Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025005', N'Feral Feline Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025006', N'Feral Feline Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54025007', N'Feral Feline Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026001', N'Purple Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026002', N'Purple Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026003', N'Purple Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026004', N'Purple Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026005', N'Purple Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026006', N'Purple Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54026007', N'Purple Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027001', N'Blue Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027002', N'Blue Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027003', N'Blue Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027004', N'Blue Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027005', N'Blue Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027006', N'Blue Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54027007', N'Blue Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028001', N'Santa Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028002', N'Santa Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028003', N'Santa Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028004', N'Santa Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028005', N'Santa Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028006', N'Santa Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54028007', N'Santa Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029001', N'New Traditional - Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029002', N'New Traditional - Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029003', N'New Traditional - Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029004', N'New Traditional - Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029005', N'New Traditional - Top [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029006', N'New Traditional - Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54029007', N'New Traditional - Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030001', N'Pink Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030002', N'Pink Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030003', N'Pink Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030004', N'Pink Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030005', N'Pink Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030006', N'Pink Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54030007', N'Pink Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031001', N'Emerald Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031002', N'Emerald Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031003', N'Emerald Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031004', N'Emerald Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031005', N'Emerald Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031006', N'Emerald Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54031007', N'Emerald Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032001', N'Red Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032002', N'Red Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032003', N'Red Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032004', N'Red Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032005', N'Red Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032006', N'Red Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54032007', N'Red Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033001', N'White Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033002', N'White Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033003', N'White Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033004', N'White Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033005', N'White Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033006', N'White Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54033007', N'White Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034001', N'Orange Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034002', N'Orange Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034003', N'Orange Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034004', N'Orange Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034005', N'Orange Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034006', N'Orange Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54034007', N'Orange Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035001', N'Sky Blue Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035002', N'Sky Blue Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035003', N'Sky Blue Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035004', N'Sky Blue Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035005', N'Sky Blue Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035006', N'Sky Blue Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54035007', N'Sky Blue Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036001', N'Scuba Otter [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036002', N'Scuba Lower Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036003', N'Scuba Flippers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036004', N'Scuba Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036005', N'Scuba Upper Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036006', N'Scuba Goggles [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54036007', N'Scuba Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037001', N'Radiant Wedding Costume Adornment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037002', N'Radiant Wedding Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037003', N'Radiant Wedding Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037004', N'Radiant Wedding Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037005', N'Radiant Wedding Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037006', N'Radiant Wedding Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54037007', N'Radiant Wedding Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038001', N'Skull Rider Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038002', N'Skull Rider Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038003', N'Skull Rider Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038004', N'Skull Rider Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038005', N'Skull Rider T-shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038006', N'Skull Rider Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54038007', N'Skull Rider Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039001', N'Red Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039002', N'Red Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039003', N'Red Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039004', N'Red Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039005', N'Red Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039006', N'Red Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54039007', N'Red Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040001', N'Blue Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040002', N'Blue Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040003', N'Blue Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040004', N'Blue Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040005', N'Blue Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040006', N'Blue Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54040007', N'Blue Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041001', N'White Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041002', N'White Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041003', N'White Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041004', N'White Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041005', N'White Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041006', N'White Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54041007', N'White Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042001', N'White Phoenix''s Wings [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042002', N'White Phoenix''s Tail Feathers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042003', N'White Phoenix''s Boots [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042004', N'White Phoenix''s Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042005', N'White Phoenix''s Fur Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042006', N'White Phoenix''s Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54042007', N'White Phoenix''s Plume [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043001', N'Yellow School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043002', N'Yellow School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043003', N'Yellow School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043004', N'Yellow School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043005', N'Yellow School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043006', N'Yellow School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54043007', N'Yellow School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044001', N'Red School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044002', N'Red School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044003', N'Red School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044004', N'Red School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044005', N'Red School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044006', N'Red School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54044007', N'Red School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045001', N'Black School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045002', N'Black School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045003', N'Black School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045004', N'Black School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045005', N'Black School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045006', N'Black School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54045007', N'Black School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046001', N'Snake-Deco Mesh Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046002', N'Deviant Crease Lined Short Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046003', N'Deviant Crease Lined Gold Ornament Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046004', N'Red Frill Arm Warmer', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046005', N'Snake Patterned Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046006', N'Double Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54046007', N'Snake-Deco Long Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047001', N'Shining Ark Costume Wing [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047002', N'Shining Ark Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047003', N'Shining Ark Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047004', N'Shining Ark Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047005', N'Shining Ark Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047006', N'Shining Ark Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54047007', N'Shining Ark Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101001', N'Dictator''s Costume(B) - Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101002', N'Black Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101003', N'Black Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101004', N'Black Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101005', N'Black Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101006', N'Black Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54101007', N'Black Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54102007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54103007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104001', N'Orange Color Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104002', N'Orange Color Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104003', N'Orange Color Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104004', N'Orange Color Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104005', N'Orange Color Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104006', N'Orange Color Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54104007', N'Orange Color Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105001', N'Blue Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105002', N'Blue Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105003', N'Blue Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105004', N'Blue Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105005', N'Blue Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105006', N'Blue Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54105007', N'Blue Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106001', N'Gray Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106002', N'Gray Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106003', N'Gray Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106004', N'Gray Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106005', N'Gray Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106006', N'Gray Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54106007', N'Gray Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107001', N'Radiant Wedding Costume Tuxedo [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107002', N'Radiant Wedding Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107003', N'Radiant Wedding Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107004', N'Radiant Wedding Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107005', N'Radiant Wedding Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107006', N'Radiant Wedding Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54107007', N'Radiant Wedding Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108001', N'Ghost Hunter Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108002', N'Ghost Hunter Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108003', N'Ghost Hunter Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108004', N'Ghost Hunter Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108005', N'Ghost Hunter Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108006', N'Ghost Hunter Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54108007', N'Ghost Hunter Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109001', N'Red Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109002', N'Red Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109003', N'Red Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109004', N'Red Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109005', N'Red Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109006', N'Red Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54109007', N'Red Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110001', N'Blue Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110002', N'Blue Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110003', N'Blue Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110004', N'Blue Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110005', N'Blue Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110006', N'Blue Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54110007', N'Blue Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111001', N'White Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111002', N'White Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111003', N'White Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111004', N'White Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111005', N'White Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111006', N'White Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54111007', N'White Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112001', N'Orange Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112002', N'Orange Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112003', N'Orange Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112004', N'Orange Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112005', N'Orange Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112006', N'Orange Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54112007', N'Orange Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113001', N'White Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113002', N'White Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113003', N'White Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113004', N'White Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113005', N'White Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113006', N'White Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54113007', N'White Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114001', N'Purple Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114002', N'Purple Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114003', N'Purple Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114004', N'Purple Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114005', N'Purple Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114006', N'Purple Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54114007', N'Purple Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115001', N'White School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115002', N'White School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115003', N'White School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115004', N'White School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115005', N'White School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115006', N'White School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54115007', N'White School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116001', N'Bluish Green School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116002', N'Bluish Green School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116003', N'Bluish Green School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116004', N'Bluish Green School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116005', N'Bluish Green School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116006', N'Bluish Green School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54116007', N'Bluish Green School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117001', N'Black School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117002', N'Black School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117003', N'Black School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117004', N'Black School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117005', N'Black School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117006', N'Black School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54117007', N'Black School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118001', N'Snake Patterned Long Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118002', N'Snake Patterned Red Belt Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118003', N'Snake Patterned Long Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118005', N'Snake Pattered Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118006', N'Emerald Snake Patterned Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54118007', N'Black Two Block Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119001', N'Shining Ark Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119002', N'Shining Ark Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119003', N'Shining Ark Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119004', N'Shining Ark Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119005', N'Shining Ark Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119006', N'Shining Ark Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'54119007', N'Shining Ark Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001001', N'Golden Deacon Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001002', N'Golden Deacon Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001003', N'Golden Deacon Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001004', N'Golden Deacon Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001005', N'Golden Deacon Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001006', N'Golden Deacon Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61001007', N'Golden Deacon Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002001', N'Grey Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002002', N'Grey Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002003', N'Grey Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002004', N'Grey Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002005', N'Grey Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002006', N'Grey Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61002007', N'Grey Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003001', N'Black Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003002', N'Black Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003003', N'Black Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003004', N'Black Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003005', N'Black Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003006', N'Black Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61003007', N'Black Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004001', N'Navy Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004002', N'Navy Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004003', N'Navy Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004004', N'Navy Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004005', N'Navy Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004006', N'Navy Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61004007', N'Navy Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005001', N'Imperial Officer Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005002', N'Imperial Officer Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005003', N'Imperial Officer Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005004', N'Imperial Officer Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005005', N'Imperial Officer Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005006', N'Imperial Officer Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61005007', N'Imperial Officer Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61006001', N'Danny Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61007001', N'Mohican [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008001', N'Purplish Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008002', N'Purplish Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008003', N'Purplish Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008004', N'Purplish Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008005', N'Purplish Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008006', N'Purplish Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61008007', N'Purplish Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009001', N'Brown Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009002', N'Brown Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009003', N'Brown Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009004', N'Brown Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009005', N'Brown Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009006', N'Brown Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61009007', N'Brown Cowboy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010001', N'Black Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010002', N'Black Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010003', N'Black Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010004', N'Black Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010005', N'Black Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010006', N'Black Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61010007', N'Black Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61011001', N'Shaggy Cut [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012001', N'Purple Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012002', N'Purple Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012003', N'Purple Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012004', N'Purple Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012005', N'Purple Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012006', N'Purple Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61012007', N'Purple Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013001', N'Blue Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013002', N'Blue Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013003', N'Blue Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013004', N'Blue Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013005', N'Blue Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013006', N'Blue Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61013007', N'Blue Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014001', N'Pink Dining Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014002', N'Pink Dining Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014003', N'Pink Dining Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014004', N'Pink Dining Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014005', N'Pink Dining Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014006', N'Pink Dining Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61014007', N'Pink Dining Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015001', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015002', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015003', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015004', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015005', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015006', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61015007', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016001', N'Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016002', N'Traditional Head [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016003', N'Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016004', N'Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016005', N'Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016006', N'Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61016007', N'Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017001', N'Indigo Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017002', N'Indigo Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017003', N'Indigo Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017004', N'Indigo Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017005', N'Indigo Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017006', N'Indigo Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61017007', N'Indigo Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018001', N'White Magician Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018002', N'White Magician Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018003', N'White Magician Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018004', N'White Magician Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018005', N'White Magician Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018006', N'White Magician Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018007', N'White Magician Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018008', N'White Cowboy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018009', N'White Cowboy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018010', N'White Cowboy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018011', N'White Cowboy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018012', N'White Cowboy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018013', N'White Cowboy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61018014', N'White Cowboy Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019001', N'Golden Pattern Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019002', N'Golden Pattern Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019003', N'Golden Pattern Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019004', N'Golden Pattern Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019005', N'Golden Pattern Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019006', N'Golden Pattern Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61019007', N'Golden Pattern Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020001', N'Blue Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020002', N'Blue Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020003', N'Blue Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020004', N'Blue Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020005', N'Blue Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020006', N'Blue Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61020007', N'Blue Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021001', N'Red Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021002', N'Red Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021003', N'Red Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021004', N'Red Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021005', N'Red Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021006', N'Red Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61021007', N'Red Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022001', N'Violent Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022002', N'Violent Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022003', N'Violent Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022004', N'Violent Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022005', N'Violent Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022006', N'Violent Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61022007', N'Violent Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023001', N'Golden Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023002', N'Golden Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023003', N'Golden Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023004', N'Golden Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023005', N'Golden Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023006', N'Golden Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61023007', N'Golden Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024001', N'Brown Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024002', N'Brown Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024003', N'Brown Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024004', N'Brown Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024005', N'Brown Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024006', N'Brown Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61024007', N'Brown Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025001', N'Green Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025002', N'Green Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025003', N'Green Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025004', N'Green Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025005', N'Green Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025006', N'Green Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61025007', N'Green Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026001', N'Orange Fancy Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026002', N'Orange Fancy Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026003', N'Orange Fancy Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026004', N'Orange Fancy Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026005', N'Orange Fancy Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026006', N'Orange Fancy Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61026007', N'Orange Fancy Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027001', N'Masquerade Ball Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027002', N'Masquerade Ball Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027003', N'Masquerade Ball Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027004', N'Masquerade Ball Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027005', N'Masquerade Ball Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027006', N'Masquerade Ball Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61027007', N'Masquerade Ball Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028001', N'Orange Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028002', N'Orange Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028003', N'Orange Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028004', N'Orange Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028005', N'Orange Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028006', N'Orange Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61028007', N'Orange Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029001', N'Pinstripe Chain Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029002', N'Pinstripe Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029003', N'Pinstripe Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029004', N'Pinstripe Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029005', N'Pinstripe Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029006', N'Pinstripe Chain Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61029007', N'Pinstripe Chain Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030001', N'Santa Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030002', N'Santa Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030003', N'Santa Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030004', N'Santa Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030005', N'Santa Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030006', N'Santa Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61030007', N'Santa Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031001', N'New Traditional Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031002', N'New Traditional Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031003', N'New Traditional Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031004', N'New Traditional Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031005', N'New Traditional Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031006', N'New Traditional Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61031007', N'New Traditional Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032001', N'Red Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032002', N'Red Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032003', N'Red Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032004', N'Red Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032005', N'Red Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032006', N'Red Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61032007', N'Red Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033001', N'Black Chain Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033002', N'Black Chain Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033003', N'Black Chain Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033004', N'Black Chain Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033005', N'Black Chain Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033006', N'Black Chain Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61033007', N'Black Chain Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034001', N'White Party Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034002', N'White Party Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034003', N'White Party Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034004', N'White Party Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034005', N'White Party Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034006', N'White Party Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61034007', N'White Party Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035001', N'Purplish Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035002', N'Purplish Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035003', N'Purplish Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035004', N'Purplish Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035005', N'Purplish Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035006', N'Purplish Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61035007', N'Purplish Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036001', N'Brown Cross Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036002', N'Brown Cross Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036003', N'Brown Cross Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036004', N'Brown Cross Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036005', N'Brown Cross Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036006', N'Brown Cross Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61036007', N'Brown Cross Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037001', N'Pied Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037002', N'Pied Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037003', N'Pied Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037004', N'Pied Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037005', N'Pied Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037006', N'Pied Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61037007', N'Pied Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038001', N'Black Mafia Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038002', N'Black Mafia Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038003', N'Black Mafia Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038004', N'Black Mafia Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038005', N'Black Mafia Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038006', N'Black Mafia Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61038007', N'Black Mafia Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039001', N'Red Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039002', N'Red Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039003', N'Red Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039004', N'Red Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039005', N'Red Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039006', N'Red Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61039007', N'Red Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040001', N'Blue Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040002', N'Blue Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040003', N'Blue Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040004', N'Blue Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040005', N'Blue Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040006', N'Blue Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61040007', N'Blue Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041001', N'Dark Green Hermit Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041002', N'Dark Green Hermit Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041003', N'Dark Green Hermit Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041004', N'Dark Green Hermit Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041005', N'Dark Green Hermit Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041006', N'Dark Green Hermit Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61041007', N'Dark Green Hermit Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042001', N'Purple Chain Dress Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042002', N'Purple Chain Dress Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042003', N'Purple Chain Dress Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042004', N'Purple Chain Dress Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042005', N'Purple Chain Dress Shirts [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042006', N'Purple Chain Dress Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61042007', N'Purple Chain Dress Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043001', N'Scuba Octopus [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043002', N'Scuba Lower Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043003', N'Scuba Flippers [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043004', N'Scuba Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043005', N'Scuba Upper Garment [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043006', N'Scuba Goggles [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61043007', N'Scuba Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044001', N'Red Gold Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044002', N'Red Gold Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044003', N'Red Gold Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044004', N'Red Gold Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044005', N'Red Gold Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044006', N'Red Gold Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61044007', N'Red Gold Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045001', N'Radiant Wedding Costume Tuxedo [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045002', N'Radiant Wedding Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045003', N'Radiant Wedding Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045004', N'Radiant Wedding Costume Watch [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045005', N'Radiant Wedding Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045006', N'Radiant Wedding Costume Necklace [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61045007', N'Radiant Wedding Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046001', N'Devil Prince Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046002', N'Devil Prince Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046003', N'Devil Prince Leather Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046004', N'Devil Prince Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046005', N'Devil Prince Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046006', N'Devil Prince Necktie', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61046007', N'Devil Prince Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047001', N'Red Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047002', N'Red Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047003', N'Red Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047004', N'Red Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047005', N'Red Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047006', N'Red Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61047007', N'Red Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048001', N'Blue Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048002', N'Blue Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048003', N'Blue Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048004', N'Blue Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048005', N'Blue Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048006', N'Blue Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61048007', N'Blue Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049001', N'White Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049002', N'White Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049003', N'White Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049004', N'White Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049005', N'White Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049006', N'White Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61049007', N'White Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050001', N'Indigo Pirate Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050002', N'Indigo Pirate Hat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050003', N'Indigo Pirate Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050004', N'Indigo Pirate Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050005', N'Indigo Pirate Coat [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050006', N'Indigo Pirate Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61050007', N'Indigo Pirate Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051001', N'Snow Wolf''s Cloak [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051002', N'Snow Wolf''s Fur Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051003', N'Snow Wolf''s Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051004', N'Snow Wolf''s Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051005', N'Snow Wolf''s Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051006', N'Snow Wolf''s Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61051007', N'Snow Wolf''s Topknot [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052001', N'White School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052002', N'White School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052003', N'White School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052004', N'White School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052005', N'White School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052006', N'White School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61052007', N'White School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053001', N'Purple School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053002', N'Purple School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053003', N'Purple School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053004', N'Purple School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053005', N'Purple School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053006', N'Purple School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61053007', N'Purple School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054001', N'Brown School Uniform Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054002', N'Brown School Uniform Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054003', N'Brown School Uniform Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054004', N'Brown School Uniform Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054005', N'Brown School Uniform Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054006', N'Brown School Uniform Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61054007', N'Brown School Uniform Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055002', N'Gold Chain-Deco Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055003', N'Red Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055004', N'Black Snake Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055005', N'Deviant Crease Lined Red Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055006', N'Metal Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61055007', N'Sharp Black Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056001', N'Shining Ark Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056002', N'Shining Ark Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056003', N'Shining Ark Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056004', N'Shining Ark Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056005', N'Shining Ark Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056006', N'Shining Ark Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61056007', N'Shining Ark Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057001', N'White Flaming Costume Jacket [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057002', N'White Flaming Costume Pants [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057003', N'White Flaming Costume Shoes [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057004', N'White Flaming Costume Gloves [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057005', N'White Flaming Costume Shirt [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057006', N'White Flaming Costume Tie [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61057007', N'White Flaming Costume Hair [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101001', N'Black Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101002', N'Black Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101003', N'Black Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101004', N'Black Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101005', N'Black Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101006', N'Black Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61101007', N'Black Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102001', N'White Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102002', N'White Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102003', N'White Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102004', N'White Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102005', N'White Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102006', N'White Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61102007', N'White Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103001', N'Red Queen Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103002', N'Red Queen Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103003', N'Red Queen Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103004', N'Red Queen Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103005', N'Red Queen Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103006', N'Red Queen Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61103007', N'Red Queen Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104001', N'Brown Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104002', N'Brown Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104003', N'Brown Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104004', N'Brown Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104005', N'Brown Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104006', N'Brown Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61104007', N'Brown Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105001', N'White Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105002', N'White Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105003', N'White Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105004', N'White Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105005', N'White Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105006', N'White Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61105007', N'White Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106001', N'Green Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106002', N'Green Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106003', N'Green Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106004', N'Green Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106005', N'Green Military Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106006', N'Green Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61106007', N'Green Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107001', N'Santa Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107002', N'Santa Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107003', N'Santa Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107004', N'Santa Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107005', N'Santa Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107006', N'Santa Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61107007', N'Santa Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108001', N'Navy Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108002', N'Navy Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108003', N'Navy Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108004', N'Navy Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108005', N'Navy Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108006', N'Navy Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61108007', N'Navy Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109001', N'Green Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109002', N'Green Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109003', N'Green Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109004', N'Green Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109005', N'Green Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109006', N'Green Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61109007', N'Green Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110001', N'Violet Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110002', N'Violet Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110003', N'Violet Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110004', N'Violet Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110005', N'Violet Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110006', N'Violet Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61110007', N'Violet Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111001', N'New Traditional Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111002', N'New Traditional Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111003', N'New Traditional Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111004', N'New Traditional Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111005', N'New Traditional Top [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111006', N'New Traditional Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61111007', N'New Traditional Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112001', N'Black Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112002', N'Black Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112003', N'Black Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112004', N'Black Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112005', N'Black Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112006', N'Black Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61112007', N'Black Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113001', N'Red Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113002', N'Red Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113003', N'Red Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113004', N'Red Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113005', N'Red Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113006', N'Red Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61113007', N'Red Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114001', N'Emerald Gangster Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114002', N'Emerald Gangster Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114003', N'Emerald Gangster Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114004', N'Emerald Gangster Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114005', N'Emerald Gangster Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114006', N'Emerald Gangster Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61114007', N'Emerald Gangster Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115001', N'Pink Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115002', N'Pink Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115003', N'Pink Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115004', N'Pink Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115005', N'Pink Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115006', N'Pink Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61115007', N'Pink Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116001', N'Blue Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116002', N'Blue Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116003', N'Blue Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116004', N'Blue Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116005', N'Blue Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116006', N'Blue Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61116007', N'Blue Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117001', N'Yellow Lace Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117002', N'Yellow Lace Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117003', N'Yellow Lace Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117004', N'Yellow Lace Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117005', N'Yellow Lace Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117006', N'Yellow Lace Neck Decoration [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61117007', N'Yellow Lace Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118001', N'Red Military Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118002', N'Red Military Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118003', N'Red Military Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118004', N'Red Military Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118005', N'Red Military Shirts [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118006', N'Red Military Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61118007', N'Red Military Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119001', N'Blue Pirate Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119002', N'Blue Pirate Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119003', N'Blue Pirate Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119004', N'Blue Pirate Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119005', N'Blue Pirate Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119006', N'Blue Pirate Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61119007', N'Blue Pirate Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120001', N'Scuba Surfing Board [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120002', N'Scuba Lower Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120003', N'Scuba Flippers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120004', N'Scuba Bracelet [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120005', N'Scuba Upper Garment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120006', N'Scuba Goggles [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61120007', N'Scuba Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121001', N'Violet Amazon Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121002', N'Violet Amazon Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121003', N'Violet Amazon Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121004', N'Violet Amazon Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121005', N'Violet Amazon Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121006', N'Violet Amazon Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61121007', N'Violet Amazon Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122001', N'Purple Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122002', N'Purple Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122003', N'Purple Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122004', N'Purple Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122005', N'Purple Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122006', N'Purple Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61122007', N'Purple Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123001', N'Blue Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123002', N'Blue Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123003', N'Blue Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123004', N'Blue Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123005', N'Blue Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123006', N'Blue Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61123007', N'Blue Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124001', N'Black Opera Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124002', N'Black Opera Costume Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124003', N'Black Opera Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124004', N'Black Opera Costume Ring [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124005', N'Black Opera Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124006', N'Black Opera Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61124007', N'Black Opera Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125001', N'Radiant Wedding Costume Adornment [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125002', N'Radiant Wedding Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125003', N'Radiant Wedding Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125004', N'Radiant Wedding Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125005', N'Radiant Wedding Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125006', N'Radiant Wedding Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61125007', N'Radiant Wedding Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126001', N'Vampire Skeleton Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126002', N'Vampire Zipper Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126003', N'Vampire Metal Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126004', N'Vampire Leather Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126005', N'Vampire Skeleton Tanktop', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126006', N'Vampire Pumpkin Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61126007', N'Vampire Bat-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127001', N'Red Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127002', N'Red Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127003', N'Red Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127004', N'Red Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127005', N'Red Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127006', N'Red Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61127007', N'Red Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128001', N'Blue Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128002', N'Blue Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128003', N'Blue Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128004', N'Blue Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128005', N'Blue Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128006', N'Blue Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61128007', N'Blue Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129001', N'White Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129002', N'White Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129003', N'White Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129004', N'White Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129005', N'White Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129006', N'White Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61129007', N'White Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130001', N'Blue Pirate Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130002', N'Blue Pirate Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130003', N'Blue Pirate Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130004', N'Blue Pirate Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130005', N'Blue Pirate Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130006', N'Blue Pirate Tie [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61130007', N'Blue Pirate Hat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131001', N'Blue Kingbird''s Feather Coat [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131002', N'Blue Kingbird''s Fur Skirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131003', N'Blue Kingbird''s Heels [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131004', N'Blue Kingbird''s Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131005', N'Blue Kingbird''s Belted Tunic [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131006', N'Blue Kingbird''s Feathers [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61131007', N'Blue Kingbird''s Plume [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132001', N'Black School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132002', N'Black School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132003', N'Black School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132004', N'Black School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132005', N'Black School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132006', N'Black School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61132007', N'Black School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133001', N'Yellow School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133002', N'Yellow School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133003', N'Yellow School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133004', N'Yellow School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133005', N'Yellow School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133006', N'Yellow School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61133007', N'Yellow School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134001', N'White School Uniform Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134002', N'White School Uniform Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134003', N'White School Uniform Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134004', N'White School Uniform Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134005', N'White School Uniform Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134006', N'White School Uniform Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134007', N'White School Uniform Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61134008', N'White School Uniform Costume Shirt [Roselle] [JPN]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135001', N'Snake-Deco Phoenix Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135002', N'Chain-Deco Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135003', N'Black Strap Sandals', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135004', N'Gold Ornament Bracelet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135005', N'Hot Snake-Deco Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135006', N'Gold Ornament Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61135007', N'Pink Snake-Deco Upsweep Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136001', N'Shining Ark Costume Wing [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136002', N'Shining Ark Costume Skirt[Rokelle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136003', N'Shining Ark Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136004', N'Shining Ark Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136005', N'Shining Ark Costume Dress [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136006', N'Shining Ark Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61136007', N'Shining Ark Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143001', N'White Flaming Costume Jacket [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143002', N'White Flaming Costume Pants [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143003', N'White Flaming Costume Shoes [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143004', N'White Flaming Costume Gloves [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143005', N'White Flaming Costume Shirt [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143006', N'White Flaming Costume Necklace [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61143007', N'White Flaming Costume Hair [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201001', N'Blue Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201002', N'Blue Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201003', N'Blue Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201004', N'Blue Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201005', N'Blue Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201006', N'Blue Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61201007', N'Blue Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202001', N'Black Floral Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202002', N'Black Floral Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202003', N'Black Floral Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202004', N'Black Floral Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202005', N'Black Floral Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202006', N'Black Floral Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61202007', N'Black Floral Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203001', N'Yellow Flower Dress Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203002', N'Yellow Flower Dress Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203003', N'Yellow Flower Dress Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203004', N'Yellow Flower Dress Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203005', N'Yellow Flower Dress Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203006', N'Yellow Flower Dress Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61203007', N'Yellow Flower Dress Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204001', N'New Traditional - Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204002', N'New Traditional - Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204003', N'New Traditional - Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204004', N'New Traditional - Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204005', N'New Traditional - Top [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204006', N'New Traditional - Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61204007', N'New Traditional - Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205001', N'Purple Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205002', N'Purple Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205003', N'Purple Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205004', N'Purple Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205005', N'Purple Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205006', N'Purple Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61205007', N'Purple Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206001', N'Emerald Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206002', N'Emerald Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206003', N'Emerald Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206004', N'Emerald Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206005', N'Emerald Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206006', N'Emerald Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61206007', N'Emerald Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207001', N'Yellow Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207002', N'Yellow Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207003', N'Yellow Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207004', N'Yellow Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207005', N'Yellow Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207006', N'Yellow Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61207007', N'Yellow Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208001', N'Purple Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208002', N'Purple Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208003', N'Purple Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208004', N'Purple Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208005', N'Purple Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208006', N'Purple Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61208007', N'Purple Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209001', N'Black Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209002', N'Black Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209003', N'Black Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209004', N'Black Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209005', N'Black Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209006', N'Black Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61209007', N'Black Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210001', N'Pink Black Magic Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210002', N'Pink Black Magic Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210003', N'Pink Black Magic Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210004', N'Pink Black Magic Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210005', N'Pink Black Magic Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210006', N'Pink Black Magic Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61210007', N'Pink Black Magic Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211001', N'Brown Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211002', N'Brown Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211003', N'Brown Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211004', N'Brown Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211005', N'Brown Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211006', N'Brown Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61211007', N'Brown Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212001', N'Green Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212002', N'Green Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212003', N'Green Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212004', N'Green Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212005', N'Green Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212006', N'Green Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61212007', N'Green Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213001', N'Red Budlet Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213002', N'Red Budlet Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213003', N'Red Budlet Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213004', N'Red Budlet Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213005', N'Red Budlet Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213006', N'Red Budlet Ribbon [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61213007', N'Red Budlet Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214001', N'White Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214002', N'White Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214003', N'White Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214004', N'White Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214005', N'White Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214006', N'White Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61214007', N'White Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215001', N'Blue Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215002', N'Blue Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215003', N'Blue Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215004', N'Blue Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215005', N'Blue Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215006', N'Blue Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61215007', N'Blue Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216001', N'Pink Snow Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216002', N'Pink Snow Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216003', N'Pink Snow Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216004', N'Pink Snow Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216005', N'Pink Snow Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216006', N'Pink Snow Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61216007', N'Pink Snow Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217001', N'Scuba Water Gun [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217002', N'Scuba Lower Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217003', N'Scuba Flippers [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217004', N'Scuba Bracelet [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217005', N'Scuba Upper Garment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217006', N'Scuba Goggles [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61217007', N'Scuba Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218001', N'Black Pirate Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218002', N'Black Pirate Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218003', N'Black Pirate Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218004', N'Black Pirate Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218005', N'Black Pirate Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218006', N'Black Pirate Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61218007', N'Black Pirate Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219001', N'Yellow Lady Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219002', N'Yellow Lady Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219003', N'Yellow Lady Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219004', N'Yellow Lady Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219005', N'Yellow Lady Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219006', N'Yellow Lady Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61219007', N'Yellow Lady Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220001', N'Blue Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220002', N'Blue Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220003', N'Blue Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220004', N'Blue Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220005', N'Blue Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220006', N'Blue Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61220007', N'Blue Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221001', N'Emerald Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221002', N'Emerald Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221003', N'Emerald Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221004', N'Emerald Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221005', N'Emerald Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221006', N'Emerald Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61221007', N'Emerald Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222001', N'Green Little Lady Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222002', N'Green Little Lady Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222003', N'Green Little Lady Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222004', N'Green Little Lady Costume Ring [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222005', N'Green Little Lady Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222006', N'Green Little Lady Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61222007', N'Green Little Lady Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223001', N'Radiant Wedding Costume Adornment [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223002', N'Radiant Wedding Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223003', N'Radiant Wedding Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223004', N'Radiant Wedding Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223005', N'Radiant Wedding Costume Dress [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223006', N'Radiant Wedding Costume Necklace [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61223007', N'Radiant Wedding Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224001', N'Fairy Butterfly Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224002', N'Fairy Star Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224003', N'Fairy Ribbon Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224004', N'Fairy Flower Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224005', N'Fairy Skeleton Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224006', N'Fairy Heart Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61224007', N'Fairy Candy-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225001', N'Red Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225002', N'Red Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225003', N'Red Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225004', N'Red Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225005', N'Red Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225006', N'Red Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61225007', N'Red Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226001', N'Blue Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226002', N'Blue Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226003', N'Blue Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226004', N'Blue Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226005', N'Blue Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226006', N'Blue Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61226007', N'Blue Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227001', N'White Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227002', N'White Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227003', N'White Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227004', N'White Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227005', N'White Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227006', N'White Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61227007', N'White Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228001', N'Black Pirate Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228002', N'Black Pirate Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228003', N'Black Pirate Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228004', N'Black Pirate Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228005', N'Black Pirate Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228006', N'Black Pirate Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61228007', N'Black Pirate Costume Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229001', N'White Bear''s Overcoat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229002', N'White Bear''s Bon Bon Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229003', N'White Bear''s Fur Boots [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229004', N'White Bear''s Fur Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229005', N'White Bear''s Adorned Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229006', N'White Bear''s Fur Scarf [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61229007', N'White Bear''s Fur Hat [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230001', N'White School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230002', N'White School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230003', N'White School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230004', N'White School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230005', N'White School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230006', N'White School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61230007', N'White School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231001', N'Plum School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231002', N'Plum School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231003', N'Plum School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231004', N'Plum School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231005', N'Plum School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231006', N'Plum School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61231007', N'Plum School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232001', N'Black School Uniform Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232002', N'Black School Uniform Costume Skirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232003', N'Black School Uniform Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232004', N'Black School Uniform Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232005', N'Black School Uniform Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232006', N'Black School Uniform Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61232007', N'Black School Uniform Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233001', N'Red Frill Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233002', N'Gold Ornament Volume Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233003', N'Deviant Crease Lined Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233004', N'Gold Snake-Deco Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233005', N'Red Frill Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233006', N'Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61233007', N'Gold Snake-Deco Lovely Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234001', N'White Flaming Costume Jacket [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234002', N'White Flaming Costume Pants [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234003', N'White Flaming Costume Shoes [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234004', N'White Flaming Costume Gloves [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234005', N'White Flaming Costume Shirt [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234006', N'White Flaming Costume Tie [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'61234007', N'White Flaming Costume Hair [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001001', N'Golden Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001002', N'Golden Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001003', N'Golden Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001004', N'Golden Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001005', N'Golden Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001006', N'Golden Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62001007', N'Golden Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002001', N'Grey Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002002', N'Grey Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002003', N'Grey Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002004', N'Grey Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002005', N'Grey Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002006', N'Grey Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62002007', N'Grey Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003001', N'Navy Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003002', N'Navy Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003003', N'Navy Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003004', N'Navy Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003005', N'Navy Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003006', N'Navy Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62003007', N'Navy Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004001', N'Navy Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004002', N'Navy Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004003', N'Navy Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004004', N'Navy Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004005', N'Navy Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004006', N'Navy Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62004007', N'Navy Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005001', N'Dark Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005002', N'Dark Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005003', N'Dark Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005004', N'Dark Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005005', N'Dark Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005006', N'Dark Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62005007', N'Dark Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62006001', N'Bob Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62007001', N'Mushroom Cut [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62008001', N'Wind Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009001', N'Violet Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009002', N'Violet Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009003', N'Violet Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009004', N'Violet Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009005', N'Violet Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009006', N'Violet Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009007', N'Violet Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009008', N'Blue Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009009', N'Blue Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009010', N'Blue Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009011', N'Blue Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009012', N'Blue Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009013', N'Blue Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009014', N'Blue Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009015', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009016', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009017', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009018', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009019', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009020', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62009021', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010001', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010002', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010003', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010004', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010005', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010006', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62010007', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011001', N'Brown Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011002', N'Brown Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011003', N'Brown Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011004', N'Brown Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011005', N'Brown Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011006', N'Brown Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62011007', N'Brown Cowgirl Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012001', N'Black Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012002', N'Black Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012003', N'Black Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012004', N'Black Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012005', N'Black Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012006', N'Black Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012007', N'Black Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012008', N'Black Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012009', N'Black Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012010', N'Black Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012011', N'Black Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012012', N'Black Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012013', N'Black Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62012014', N'Black Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013001', N'Pink Princess Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013002', N'Pink Princess Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013003', N'Pink Princess Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013004', N'Pink Princess Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013005', N'Pink Princess Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013006', N'Pink Princess Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62013007', N'Pink Princess Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014001', N'Traditional Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014002', N'Traditional Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014003', N'Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014004', N'Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014005', N'Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014006', N'Traditional Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62014007', N'Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015001', N'White Cowgirl Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015002', N'White Cowgirl Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015003', N'White Cowgirl Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015004', N'White Cowgirl Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015005', N'White Cowgirl Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015006', N'White Cowgirl Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015007', N'White Cowgirl Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015008', N'White Fairy Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015009', N'White Fairy Pants [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015010', N'White Fairy Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015011', N'White Fairy Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015012', N'White Fairy Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015013', N'White Fairy Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62015014', N'White Fairy Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62016001', N'Golden Pattern Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017001', N'Golden Pattern Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017002', N'Golden Pattern Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017003', N'Golden Pattern Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017004', N'Golden Pattern Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017005', N'Golden Pattern Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017006', N'Golden Pattern Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62017007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018001', N'Crimson Conjurer Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018002', N'Crimson Conjurer Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018003', N'Crimson Conjurer Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018004', N'Crimson Conjurer Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018005', N'Crimson Conjurer Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018006', N'Crimson Conjurer Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62018007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019001', N'Blue Gold Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019002', N'Blue Gold Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019003', N'Blue Gold Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019004', N'Blue Gold Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019005', N'Blue Gold Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019006', N'Blue Gold Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62019007', N'Blue Gold Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020001', N'Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020002', N'Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020003', N'Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020004', N'Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020005', N'Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020006', N'Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62020007', N'Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021001', N'Winter Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021002', N'Winter Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021003', N'Winter Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021004', N'Winter Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021005', N'Winter Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021006', N'Winter Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62021007', N'Winter Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022001', N'Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022002', N'Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022003', N'Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022004', N'Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022005', N'Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022006', N'Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62022007', N'Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023001', N'Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023002', N'Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023003', N'Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023004', N'Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023005', N'Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023006', N'Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62023007', N'Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024001', N'Green Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024002', N'Green Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024003', N'Green Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024004', N'Green Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024005', N'Green Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024006', N'Green Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62024007', N'Green Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025001', N'Orange Striped Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025002', N'Orange Striped Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025003', N'Orange Striped Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025004', N'Orange Striped Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025005', N'Orange Striped Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025006', N'Orange Striped Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62025007', N'Orange Striped Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026001', N'Pumpkin Witch Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026002', N'Pumpkin Witch Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026003', N'Pumpkin Witch Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026004', N'Pumpkin Witch Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026005', N'Pumpkin Witch Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026006', N'Pumpkin Witch Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62026007', N'Pumpkin Witch Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027001', N'Pink Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027002', N'Pink Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027003', N'Pink Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027004', N'Pink Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027005', N'Pink Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027006', N'Pink Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62027007', N'Pink Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028001', N'Emerald Label Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028002', N'Emerald Label Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028003', N'Emerald Label Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028004', N'Emerald Label Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028005', N'Emerald Label Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028006', N'Emerald Label Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62028007', N'Emerald Label Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029001', N'Santa Cape [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029002', N'Santa Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029003', N'Santa Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029004', N'Santa Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029005', N'Santa Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029006', N'Santa Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62029007', N'Santa Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030001', N'New Traditional Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030002', N'New Traditional Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030003', N'New Traditional Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030004', N'New Traditional Ring [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030005', N'New Traditional Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030006', N'New Traditional Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62030007', N'New Traditional Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031001', N'Yellow Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031002', N'Yellow Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031003', N'Yellow Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031004', N'Yellow Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031005', N'Yellow Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031006', N'Yellow Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62031007', N'Yellow Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032001', N'Blue Magician Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032002', N'Blue Magician Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032003', N'Blue Magician Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032004', N'Blue Magician Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032005', N'Blue Magician Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032006', N'Blue Magician Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62032007', N'Blue Magician Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033001', N'White Star Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033002', N'White Star Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033003', N'White Star Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033004', N'White Star Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033005', N'White Star Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033006', N'White Star Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62033007', N'White Star Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034001', N'Grey Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034002', N'Grey Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034003', N'Grey Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034004', N'Grey Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034005', N'Grey Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034006', N'Grey Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62034007', N'Grey Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035001', N'Black Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035002', N'Black Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035003', N'Black Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035004', N'Black Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035005', N'Black Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035006', N'Black Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62035007', N'Black Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036001', N'Red Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036002', N'Red Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036003', N'Red Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036004', N'Red Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036005', N'Red Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036006', N'Red Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62036007', N'Red Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037001', N'Emerald Trench Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037002', N'Emerald Trench Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037003', N'Emerald Trench Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037004', N'Emerald Trench Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037005', N'Emerald Trench Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037006', N'Emerald Trench Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62037007', N'Emerald Trench Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038001', N'Blue Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038002', N'Blue Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038003', N'Blue Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038004', N'Blue Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038005', N'Blue Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038006', N'Blue Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62038007', N'Blue Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039001', N'Pink Maid Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039002', N'Pink Maid Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039003', N'Pink Maid Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039004', N'Pink Maid Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039005', N'Pink Maid Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039006', N'Pink Maid Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62039007', N'Pink Maid Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040001', N'Purple Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040002', N'Purple Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040003', N'Purple Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040004', N'Purple Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040005', N'Purple Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040006', N'Purple Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62040007', N'Purple Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041001', N'White Leather Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041002', N'White Leather Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041003', N'White Leather Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041004', N'White Leather Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041005', N'White Leather Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041006', N'White Leather Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62041007', N'White Leather Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042001', N'Pink Fur Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042002', N'Pink Fur Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042003', N'Pink Fur Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042004', N'Pink Fur Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042005', N'Pink Fur Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042006', N'Pink Fur Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62042007', N'Pink Fur Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043001', N'Scuba Sea Horse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043002', N'Scuba Lower Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043003', N'Scuba Flippers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043004', N'Scuba Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043005', N'Scuba Upper Garment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043006', N'Scuba Goggles [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62043007', N'Scuba Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044001', N'Red Pirate Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044002', N'Red Pirate Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044003', N'Red Pirate Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044004', N'Red Pirate Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044005', N'Red Pirate Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044006', N'Red Pirate Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62044007', N'Red Pirate Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045001', N'Crimson Conjurer Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045002', N'Crimson Conjurer Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045003', N'Crimson Conjurer Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045004', N'Crimson Conjurer Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045005', N'Crimson Conjurer Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045006', N'Crimson Conjurer Tie [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62045007', N'Crimson Conjurer Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046001', N'Radiant Wedding Costume Adornment [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046002', N'Radiant Wedding Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046003', N'Radiant Wedding Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046004', N'Radiant Wedding Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046005', N'Radiant Wedding Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046006', N'Radiant Wedding Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62046007', N'Radiant Wedding Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047001', N'Red Witch Mini Wings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047002', N'Red Witch Dress Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047003', N'Red Witch Mesh Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047004', N'Red Witch Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047005', N'Red Witch Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047006', N'Red Witch Ribbon Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62047007', N'Red Witch Silver Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048001', N'Red Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048002', N'Red Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048003', N'Red Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048004', N'Red Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048005', N'Red Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048006', N'Red Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62048007', N'Red Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049001', N'Blue Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049002', N'Blue Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049003', N'Blue Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049004', N'Blue Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049005', N'Blue Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049006', N'Blue Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62049007', N'Blue Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050001', N'White Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050002', N'White Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050003', N'White Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050004', N'White Flaming Costume Hand Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050005', N'White Flaming Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050006', N'White Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62050007', N'White Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051001', N'Red Pirate Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051002', N'Red Pirate Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051003', N'Red Pirate Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051004', N'Red Pirate Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051005', N'Red Pirate Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051006', N'Red Pirate Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62051007', N'Red Pirate Hat [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052001', N'Arctic Fox''s Hood [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052002', N'Arctic Fox''s Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052003', N'Arctic Fox''s Fur Boots [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052004', N'Arctic Fox''s Hand Warmers [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052005', N'Arctic Fox''s Tank Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052006', N'Arctic Fox''s Pendant [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62052007', N'Arctic Fox''s Pigtail''s [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053001', N'Beige School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053002', N'Beige School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053003', N'Beige School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053004', N'Beige School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053005', N'Beige School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053006', N'Beige School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62053007', N'Beige School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054001', N'Dark Brown School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054002', N'Dark Brown School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054003', N'Dark Brown School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054004', N'Dark Brown School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054005', N'Dark Brown School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054006', N'Dark Brown School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62054007', N'Dark Brown School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055001', N'Black School Uniform Costume Muffler [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055002', N'Black School Uniform Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055003', N'Black School Uniform Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055004', N'Black School Uniform Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055005', N'Black School Uniform Costume Blouse [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055006', N'Black School Uniform Costume Ribbon [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62055007', N'Black School Uniform Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056001', N'Red Belt Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056002', N'Snake Skin Leggings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056003', N'Black Strap Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056004', N'Black Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056005', N'Red Tight Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056006', N'Red Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62056007', N'Snake-Deco Palm Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057001', N'Shining Ark Costume Wing [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057002', N'Shining Ark Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057003', N'Shining Ark Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057004', N'Shining Ark Costume Gloves [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057005', N'Shining Ark Costume Dress [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057006', N'Shining Ark Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62057007', N'Shining Ark Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063001', N'White Flaming Costume Jacket [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063002', N'White Flaming Costume Skirt [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063003', N'White Flaming Costume Shoes [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063004', N'White Flaming Costume Back Tattoo [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063005', N'White Flaming Costume Tank Top [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063006', N'White Flaming Costume Necklace [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62063007', N'White Flaming Costume Hair [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101001', N'Santa Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101002', N'Santa Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101003', N'Santa Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101004', N'Santa Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101005', N'Santa Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101006', N'Santa Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62101007', N'Santa Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102001', N'Blue Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102002', N'Blue Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102003', N'Blue Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102004', N'Blue Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102005', N'Blue Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102006', N'Blue Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62102007', N'Blue Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103001', N'Purple Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103002', N'Purple Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103003', N'Purple Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103004', N'Purple Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103005', N'Purple Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103006', N'Purple Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62103007', N'Purple Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104001', N'Magenta Winter Hood [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104002', N'Magenta Winter Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104003', N'Magenta Winter Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104004', N'Magenta Winter Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104005', N'Magenta Winter Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104006', N'Magenta Winter Scarf [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62104007', N'Magenta Winter Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105001', N'Little Blue-Blood Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105002', N'Little Blue-Blood Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105003', N'Little Blue-Blood Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105004', N'Little Blue-Blood Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105005', N'Little Blue-Blood Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105006', N'Little Blue-Blood Bow Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62105007', N'Little Blue-Blood Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106001', N'New Traditional Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106002', N'New Traditional Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106003', N'New Traditional Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106004', N'New Traditional Bracelet [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106005', N'New Traditional Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106006', N'New Traditional Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62106007', N'New Traditional Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107001', N'Red Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107002', N'Red Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107003', N'Red Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107004', N'Red Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107005', N'Red Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107006', N'Red Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62107007', N'Red Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108001', N'Purple Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108002', N'Purple Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108003', N'Purple Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108004', N'Purple Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108005', N'Purple Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108006', N'Purple Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62108007', N'Purple Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109001', N'Emerald Troubadour Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109002', N'Emerald Troubadour Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109003', N'Emerald Troubadour Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109004', N'Emerald Troubadour Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109005', N'Emerald Troubadour Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109006', N'Emerald Troubadour Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62109007', N'Emerald Troubadour Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110001', N'Green Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110002', N'Green Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110003', N'Green Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110004', N'Green Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110005', N'Green Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110006', N'Green Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62110007', N'Green Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111001', N'Red Young Master Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111002', N'Red Young Master Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111003', N'Red Young Master Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111004', N'Red Young Master Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111005', N'Red Young Master Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111006', N'Red Young Master Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62111007', N'Red Young Master Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112001', N'Brown Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112002', N'Brown Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112003', N'Brown Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112004', N'Brown Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112005', N'Brown Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112006', N'Brown Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62112007', N'Brown Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113001', N'Black Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113002', N'Black Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113003', N'Black Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113004', N'Black Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113005', N'Black Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113006', N'Black Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62113007', N'Black Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114001', N'Red Sherlock Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114002', N'Red Sherlock Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114003', N'Red Sherlock Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114004', N'Red Sherlock Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114005', N'Red Sherlock Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114006', N'Red Sherlock Tights [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62114007', N'Red Sherlock Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115001', N'Black Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115002', N'Black Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115003', N'Black Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115004', N'Black Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115005', N'Black Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115006', N'Black Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62115007', N'Black Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116001', N'Brown Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116002', N'Brown Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116003', N'Brown Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116004', N'Brown Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116005', N'Brown Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116006', N'Brown Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62116007', N'Brown Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117001', N'Red Tailcoat Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117002', N'Red Tailcoat Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117003', N'Red Tailcoat Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117004', N'Red Tailcoat Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117005', N'Red Tailcoat Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117006', N'Red Tailcoat Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62117007', N'Red Tailcoat Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118001', N'Scuba Turtle [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118002', N'Scuba Lower Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118003', N'Scuba Flippers [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118004', N'Scuba Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118005', N'Scuba Upper Garment [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118006', N'Scuba Goggles [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62118007', N'Scuba Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119001', N'Brown Pirate Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119002', N'Brown Pirate Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119003', N'Brown Pirate Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119004', N'Brown Pirate Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119005', N'Brown Pirate Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119006', N'Brown Pirate Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62119007', N'Brown Pirate Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120001', N'Little Blue-Blood Cape [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120002', N'Little Blue-Blood Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120003', N'Little Blue-Blood Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120004', N'Little Blue-Blood Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120005', N'Little Blue-Blood Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120006', N'Little Blue-Blood Bow Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62120007', N'Little Blue-Blood Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121001', N'Radiant Wedding Costume Tuxedo [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121002', N'Radiant Wedding Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121003', N'Radiant Wedding Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121004', N'Radiant Wedding Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121005', N'Radiant Wedding Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121006', N'Radiant Wedding Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62121007', N'Radiant Wedding Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122001', N'Brown Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122002', N'Brown Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122003', N'Brown Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122004', N'Brown Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122005', N'Brown Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122006', N'Brown Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62122007', N'Brown Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123001', N'Green Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123002', N'Green Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123003', N'Green Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123004', N'Green Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123005', N'Green Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123006', N'Green Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62123007', N'Green Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124001', N'Plum Duke Costume Cloak [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124002', N'Plum Duke Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124003', N'Plum Duke Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124004', N'Plum Duke Costume Ring [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124005', N'Plum Duke Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124006', N'Plum Duke Costume Ribbon [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62124007', N'Plum Duke Costume Hat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125001', N'Andromeda Star Cloak', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125002', N'Andromeda Slim Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125003', N'Andromeda Pumpkin Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125004', N'Andromeda Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125005', N'Andromeda Pumpkin Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125006', N'Andromeda Muffler', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62125007', N'Andromeda Pumpkin Helmet', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126001', N'Red Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126002', N'Red Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126003', N'Red Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126004', N'Red Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126005', N'Red Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126006', N'Red Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62126007', N'Red Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127001', N'Blue Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127002', N'Blue Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127003', N'Blue Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127004', N'Blue Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127005', N'Blue Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127006', N'Blue Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62127007', N'Blue Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128001', N'White Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128002', N'White Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128003', N'White Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128004', N'White Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128005', N'White Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128006', N'White Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62128007', N'White Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129001', N'Brown Pirate Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129002', N'Brown Pirate Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129003', N'Brown Pirate Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129004', N'Brown Pirate Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129005', N'Brown Pirate Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129006', N'Brown Pirate Costume Tie [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62129007', N'Brown Pirate Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130001', N'Wild Bull''s Coat [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130002', N'Wild Bull''s Leather Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130003', N'Wild Bull''s Woolly Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130004', N'Wild Bull''s Woolly Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130005', N'Wild Bull''s Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130006', N'Wild Bull''s Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62130007', N'Wild Bull''s Cap [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131001', N'Dark Brown School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131002', N'Dark Brown School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131003', N'Dark Brown School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131004', N'Dark Brown School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131005', N'Dark Brown School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131006', N'Dark Brown School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62131007', N'Dark Brown School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132001', N'Pink School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132002', N'Pink School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132003', N'Pink School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132004', N'Pink School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132005', N'Pink School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132006', N'Pink School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62132007', N'Pink School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133001', N'Yellow School Uniform Costume Vest [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133002', N'Yellow School Uniform Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133003', N'Yellow School Uniform Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133004', N'Yellow School Uniform Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133005', N'Yellow School Uniform Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133006', N'Yellow School Uniform Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62133007', N'Yellow School Uniform Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134001', N'Snake Patterned Feather Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134002', N'Red Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134003', N'Metal Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134004', N'Black Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134005', N'Slim Mesh Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134006', N'Snake Patterned Silver Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62134007', N'Snake-Deco Red Pointed Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135001', N'White Flaming Costume Jacket [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135002', N'White Flaming Costume Pants [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135003', N'White Flaming Costume Shoes [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135004', N'White Flaming Costume Gloves [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135005', N'White Flaming Costume Shirt [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135006', N'White Flaming Costume Necklace [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'62135007', N'White Flaming Costume Hair [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001001', N'Black Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001002', N'Black Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001003', N'Black Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001004', N'Black Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001005', N'Black Oldie Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001006', N'Black Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63001007', N'Black Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002001', N'Grey Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002002', N'Grey Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002003', N'Grey Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002004', N'Grey Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002005', N'Grey Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002006', N'Grey Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63002007', N'Grey Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003001', N'Black Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003002', N'Black Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003003', N'Black Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003004', N'Black Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003005', N'Black Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003006', N'Black Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63003007', N'Black Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004001', N'Navy Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004002', N'Navy Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004003', N'Navy Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004004', N'Navy Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004005', N'Navy Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004006', N'Navy Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63004007', N'Navy Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005001', N'Pin-Striped Punk Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005002', N'Pin-Striped Punk Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005003', N'Pin-Striped Punk Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005004', N'Pin-Striped Punk Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005005', N'Pin-Striped Punk Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005006', N'Pin-Striped Punk Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63005007', N'Pin-Striped Punk Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63006001', N'Danny Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63007001', N'Layered Cut [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63008001', N'Mohican [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009001', N'Purple Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009002', N'Purple Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009003', N'Purple Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009004', N'Purple Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009005', N'Purple Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009006', N'Purple Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63009007', N'Purple Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010001', N'Brown Cowboy Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010002', N'Brown Cowboy Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010003', N'Brown Cowboy Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010004', N'Brown Cowboy Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010005', N'Brown Cowboy Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010006', N'Brown Cowboy Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63010007', N'Brown Cowboy Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011001', N'Stylish Cellmate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011002', N'Stylish Cellmate Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011003', N'Stylish Cellmate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011004', N'Stylish Cellmate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011005', N'Stylish Cellmate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011006', N'Stylish Cellmate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63011007', N'Stylish Cellmate Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012001', N'Black Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012002', N'Black Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012003', N'Black Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012004', N'Black Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012005', N'Black Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012006', N'Black Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63012007', N'Black Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013001', N'White Papillon Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013002', N'White Papillon Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013003', N'White Papillon Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013004', N'White Papillon Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013005', N'White Papillon Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013006', N'White Papillon Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63013007', N'White Papillon Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014001', N'Casual Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014002', N'Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014003', N'Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014004', N'Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014005', N'Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014006', N'Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63014007', N'Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015001', N'Blue Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015002', N'Blue Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015003', N'Blue Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015004', N'Blue Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015005', N'Blue Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015006', N'Blue Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63015007', N'Blue Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016001', N'Pink Slim-Fit Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016002', N'Pink Slim-Fit Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016003', N'Pink Slim-Fit Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016004', N'Pink Slim-Fit Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016005', N'Pink Slim-Fit Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016006', N'Pink Slim-Fit Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63016007', N'Pink Slim-Fit Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017001', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017002', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017003', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017004', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017005', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017006', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63017007', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018001', N'Traditional Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018002', N'Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018003', N'Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018004', N'Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018005', N'Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018006', N'Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63018007', N'Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019001', N'Black Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019002', N'Black Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019003', N'Black Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019004', N'Black Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019005', N'Black Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019006', N'Black Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63019007', N'Black Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020001', N'Pale Rider Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020002', N'Pale Rider Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020003', N'Pale Rider Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020004', N'Pale Rider Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020005', N'Pale Rider Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020006', N'Pale Rider Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63020007', N'Pale Rider Bandana [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021001', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021002', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021003', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021004', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021005', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021006', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63021007', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022001', N'Brown Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022002', N'Brown Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022003', N'Brown Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022004', N'Brown Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022005', N'Brown Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022006', N'Brown Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63022007', N'Brown Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023001', N'Blue Gold Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023002', N'Blue Gold Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023003', N'Blue Gold Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023004', N'Blue Gold Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023005', N'Blue Gold Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023006', N'Blue Gold Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63023007', N'Blue Gold Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024001', N'Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024002', N'Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024003', N'Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024004', N'Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024005', N'Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024006', N'Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63024007', N'Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025001', N'Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025002', N'Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025003', N'Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025004', N'Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025005', N'Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025006', N'Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63025007', N'Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026001', N'Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026002', N'Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026003', N'Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026004', N'Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026005', N'Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026006', N'Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63026007', N'Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027001', N'Green Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027002', N'Green Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027003', N'Green Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027004', N'Green Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027005', N'Green Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027006', N'Green Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63027007', N'Green Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028001', N'Orange Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028002', N'Orange Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028003', N'Orange Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028004', N'Orange Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028005', N'Orange Leather Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028006', N'Orange Leather Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63028007', N'Orange Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029001', N'Cipher''s Monster Body [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029002', N'Cipher''s Monster Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029003', N'Cipher''s Monster Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029004', N'Cipher''s Monster Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029005', N'Cipher''s Monster Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029006', N'Cipher''s Monster Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63029007', N'Cipher''s Monster Head [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030001', N'Yellow Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030002', N'Yellow Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030003', N'Yellow Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030004', N'Yellow Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030005', N'Yellow Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030006', N'Yellow Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63030007', N'Yellow Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031001', N'Blue Oldie Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031002', N'Blue Oldie Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031003', N'Blue Oldie Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031004', N'Blue Oldie Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031005', N'Blue Oldie Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031006', N'Blue Oldie Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63031007', N'Blue Oldie Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032001', N'Santa Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032002', N'Santa Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032003', N'Santa Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032004', N'Santa Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032005', N'Santa Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032006', N'Santa Scarf [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63032007', N'Santa Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033001', N'New Traditional Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033002', N'New Traditional Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033003', N'New Traditional Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033004', N'New Traditional Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033005', N'New Traditional Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033006', N'New Traditional Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63033007', N'New Traditional Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034001', N'Black Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034002', N'Black Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034003', N'Black Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034004', N'Black Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034005', N'Black Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034006', N'Black Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63034007', N'Black Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035001', N'Check Casual Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035002', N'Check Casual Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035003', N'Check Casual Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035004', N'Check Casual Wristband [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035005', N'Check Casual Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035006', N'Check Casual Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63035007', N'Check Casual Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036001', N'White Wanderer Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036002', N'White Wanderer Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036003', N'White Wanderer Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036004', N'White Wanderer Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036005', N'White Wanderer Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036006', N'White Wanderer Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63036007', N'White Wanderer Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037001', N'Brown Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037002', N'Brown Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037003', N'Brown Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037004', N'Brown Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037005', N'Brown Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037006', N'Brown Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63037007', N'Brown Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038001', N'White Military Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038002', N'White Military Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038003', N'White Military Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038004', N'White Military Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038005', N'White Military Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038006', N'White Military Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63038007', N'White Military Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039001', N'Black Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039002', N'Black Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039003', N'Black Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039004', N'Black Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039005', N'Black Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039006', N'Black Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63039007', N'Black Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040001', N'Green Boxing Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040002', N'Green Boxing Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040003', N'Green Boxing Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040004', N'Green Boxing Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040005', N'Green Boxing Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040006', N'Green Boxing Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63040007', N'Green Boxing Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041001', N'Purple Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041002', N'Purple Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041003', N'Purple Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041004', N'Purple Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041005', N'Purple Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041006', N'Purple Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63041007', N'Purple Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042001', N'Blue Uniform Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042002', N'Blue Uniform Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042003', N'Blue Uniform Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042004', N'Blue Uniform Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042005', N'Blue Uniform Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042006', N'Blue Uniform Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63042007', N'Blue Uniform Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63043001', N'ID ??? ????', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044001', N'Brown Leather Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044002', N'Brown Leather Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044003', N'Brown Leather Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044004', N'Brown Leather Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044005', N'Brown Leather Shirts [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044006', N'Brown Leather Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63044007', N'Brown Leather Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045001', N'Scuba Oxy Cylinders [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045002', N'Scuba Lower Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045003', N'Scuba Flippers [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045004', N'Scuba Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045005', N'Scuba Upper Garment [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045006', N'Scuba Goggles [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63045007', N'Scuba Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046001', N'Silver Sage Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046002', N'Silver Sage Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046003', N'Silver Sage Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046004', N'Silver Sage Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046005', N'Silver Sage Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046006', N'Silver Sage Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63046007', N'Silver Sage Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047001', N'Radiant Wedding Costume Tuxedo [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047002', N'Radiant Wedding Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047003', N'Radiant Wedding Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047004', N'Radiant Wedding Costume Ring [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047005', N'Radiant Wedding Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047006', N'Radiant Wedding Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63047007', N'Radiant Wedding Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048001', N'Pierrot Agile Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048002', N'Pierrot Striped Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048003', N'Pierrot Star Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048004', N'Pierrot Pumpkin Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048005', N'Pierrot Slim Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048006', N'Pierrot Skeleton Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63048007', N'Pierrot Magician Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049001', N'Red Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049002', N'Red Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049003', N'Red Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049004', N'Red Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049005', N'Red Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049006', N'Red Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63049007', N'Red Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050001', N'Blue Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050002', N'Blue Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050003', N'Blue Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050004', N'Blue Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050005', N'Blue Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050006', N'Blue Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63050007', N'Blue Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051001', N'White Flaming Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051002', N'White Flaming Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051003', N'White Flaming Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051004', N'White Flaming Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051005', N'White Flaming Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051006', N'White Flaming Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63051007', N'White Flaming Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052001', N'Black Pirate Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052002', N'Black Pirate Hat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052003', N'Black Pirate Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052004', N'Black Pirate Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052005', N'Black Pirate Coat [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052006', N'Black Pirate Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63052007', N'Black Pirate Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053001', N'Black Leopard''s Mantle [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053002', N'Black Leopard''s Chaps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053003', N'Black Leopard''s Boots [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053004', N'Black Leopard''s Wristlets [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053005', N'Black Leopard''s Chest Straps [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053006', N'Black Leopard''s Clan Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63053007', N'Black Leopard''s Topknot [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054001', N'Indigo School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054002', N'Indigo School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054003', N'Indigo School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054004', N'Indigo School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054005', N'Indigo School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054006', N'Indigo School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63054007', N'Indigo School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055001', N'Green School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055002', N'Green School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055003', N'Green School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055004', N'Green School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055005', N'Green School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055006', N'Green School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63055007', N'Green School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056001', N'Plum School Uniform Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056002', N'Plum School Uniform Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056003', N'Plum School Uniform Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056004', N'Plum School Uniform Costume Bracelet [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056005', N'Plum School Uniform Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056006', N'Plum School Uniform Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63056007', N'Plum School Uniform Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057001', N'Red Deviant Crease Lined Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057002', N'Snake Patterned Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057003', N'Black Walker Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057005', N'V-neck T-Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057006', N'Snake Patterned Long Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63057007', N'Snake-Deco Tied Hairstyle', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058001', N'Shining Ark Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058002', N'Shining Ark Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058003', N'Shining Ark Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058004', N'Shining Ark Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058005', N'Shining Ark Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058006', N'Shining Ark Costume Necklace [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63058007', N'Shining Ark Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059001', N'White Fire Costume Jacket [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059002', N'White Fire Costume Pants [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059003', N'White Fire Costume Shoes [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059004', N'White Fire Costume Gloves [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059005', N'White Fire Costume Shirt [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059006', N'White Fire Costume Tie [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63059007', N'White Fire Costume Hair [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101001', N'Plum Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101002', N'Plum Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101003', N'Plum Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101004', N'Plum Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101005', N'Plum Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101006', N'Plum Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63101007', N'Plum Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102001', N'Sky Blue Bird Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102002', N'Sky Blue Bird Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102003', N'Sky Blue Bird Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102004', N'Sky Blue Bird Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102005', N'Sky Blue Bird Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102006', N'Sky Blue Bird Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63102007', N'Sky Blue Bird Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103001', N'Midnight Green Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103002', N'Midnight Green Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103003', N'Midnight Green Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103004', N'Midnight Green Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103005', N'Midnight Green Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103006', N'Midnight Green Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63103007', N'Midnight Green Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104001', N'Red Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104002', N'Red Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104003', N'Red Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104004', N'Red Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104005', N'Red Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104006', N'Red Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63104007', N'Red Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105001', N'Black Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105002', N'Black Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105003', N'Black Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105004', N'Black Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105005', N'Black Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105006', N'Black Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63105007', N'Black Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106001', N'Yellow Flame Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106002', N'Yellow Flame Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106003', N'Yellow Flame Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106004', N'Yellow Flame Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106005', N'Yellow Flame Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106006', N'Yellow Flame Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63106007', N'Yellow Flame Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107001', N'Cursed Soul Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107002', N'Cursed Soul Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107003', N'Cursed Soul Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107004', N'Cursed Soul Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107005', N'Cursed Soul Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107006', N'Cursed Soul Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63107007', N'Cursed Soul Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108001', N'Santa Cape [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108002', N'Santa Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108003', N'Santa Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108004', N'Santa Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108005', N'Santa Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108006', N'Santa Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63108007', N'Santa Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109001', N'New Traditional Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109002', N'New Traditional Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109003', N'New Traditional Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109004', N'New Traditional Top [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109005', N'New Traditional Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109006', N'New Traditional Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63109007', N'New Traditional Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110001', N'Red Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110002', N'Red Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110003', N'Red Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110004', N'Red Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110005', N'Red Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110006', N'Red Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63110007', N'Red Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111001', N'Blue Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111002', N'Blue Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111003', N'Blue Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111004', N'Blue Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111005', N'Blue Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111006', N'Blue Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63111007', N'Blue Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112001', N'Pink Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112002', N'Pink Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112003', N'Pink Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112004', N'Pink Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112005', N'Pink Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112006', N'Pink Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63112007', N'Pink Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113001', N'Pink Sagunja[Plum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113002', N'Pink Sagunja[Plum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113003', N'Pink Sagunja[Plum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113004', N'Pink Sagunja[Plum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113005', N'Pink Sagunja[Plum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113006', N'Pink Sagunja[Plum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63113007', N'Pink Sagunja[Plum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114001', N'Yellow Sagunja[Chrysanthemum] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114002', N'Yellow Sagunja[Chrysanthemum] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114003', N'Yellow Sagunja[Chrysanthemum] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114004', N'Yellow Sagunja[Chrysanthemum] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114005', N'Yellow Sagunja[Chrysanthemum] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114006', N'Yellow Sagunja[Chrysanthemum] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63114007', N'Yellow Sagunja[Chrysanthemum] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115001', N'Green Sagunja[Bamboo] Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115002', N'Green Sagunja[Bamboo] Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115003', N'Green Sagunja[Bamboo] Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115004', N'Green Sagunja[Bamboo] Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115005', N'Green Sagunja[Bamboo] Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115006', N'Green Sagunja[Bamboo] Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63115007', N'Green Sagunja[Bamboo] Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116001', N'Purple Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116002', N'Purple Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116003', N'Purple Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116004', N'Purple Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116005', N'Purple Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116006', N'Purple Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63116007', N'Purple Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117001', N'Emerald Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117002', N'Emerald Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117003', N'Emerald Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117004', N'Emerald Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117005', N'Emerald Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117006', N'Emerald Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63117007', N'Emerald Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118001', N'Red Shaman Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118002', N'Red Shaman Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118003', N'Red Shaman Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118004', N'Red Shaman Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118005', N'Red Shaman Tights [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118006', N'Red Shaman Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63118007', N'Red Shaman Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119001', N'Black Flame Pattern Vest [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119002', N'Black Flame Pattern Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119003', N'Black Flame Pattern Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119004', N'Black Flame Pattern Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119005', N'Black Flame Pattern Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119006', N'Black Flame Pattern Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63119007', N'Black Flame Pattern Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120001', N'Brown Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120002', N'Brown Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120003', N'Brown Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120004', N'Brown Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120005', N'Brown Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120006', N'Brown Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63120007', N'Brown Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121001', N'Emerald Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121002', N'Emerald Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121003', N'Emerald Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121004', N'Emerald Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121005', N'Emerald Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121006', N'Emerald Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63121007', N'Emerald Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122001', N'Purple Cowgirl Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122002', N'Purple Cowgirl Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122003', N'Purple Cowgirl Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122004', N'Purple Cowgirl Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122005', N'Purple Cowgirl Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122006', N'Purple Cowgirl Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63122007', N'Purple Cowgirl Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123001', N'Scuba Salamander [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123002', N'Scuba Flippers [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123003', N'Scuba Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123004', N'Scuba Dive Suit [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123005', N'Scuba Goggles [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123006', N'Scuba Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63123007', N'Scuba Earring [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124001', N'Blue Pirate Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124002', N'Blue Pirate Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124003', N'Blue Pirate Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124004', N'Blue Pirate Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124005', N'Blue Pirate Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124006', N'Blue Pirate Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63124007', N'Blue Pirate Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125001', N'Blue Star Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125002', N'Blue Star Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125003', N'Blue Star Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125004', N'Blue Star Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125005', N'Blue Star Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125006', N'Blue Star Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63125007', N'Blue Star Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126001', N'Emerald Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126002', N'Emerald Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126003', N'Emerald Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126004', N'Emerald Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126005', N'Emerald Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126006', N'Emerald Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63126007', N'Emerald Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127001', N'Purple Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127002', N'Purple Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127003', N'Purple Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127004', N'Purple Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127005', N'Purple Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127006', N'Purple Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63127007', N'Purple Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128001', N'Pink Madame Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128002', N'Pink Madame Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128003', N'Pink Madame Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128004', N'Pink Madame Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128005', N'Pink Madame Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128006', N'Pink Madame Costume Hat [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63128007', N'Pink Madame Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129001', N'Radiant Wedding Costume Adornment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129002', N'Radiant Wedding Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129003', N'Radiant Wedding Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129004', N'Radiant Wedding Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129005', N'Radiant Wedding Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129006', N'Radiant Wedding Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63129007', N'Radiant Wedding Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130001', N'Pumpkin Girl Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130002', N'Pumpkin Girl Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130003', N'Pumpkin Girl Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130004', N'Pumpkin Girl Blouse', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130005', N'Pumpkin Girl Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130006', N'Pumpkin Girl Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63130007', N'Pumpkin Girl Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131001', N'Red Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131002', N'Red Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131003', N'Red Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131004', N'Red Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131005', N'Red Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131006', N'Red Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63131007', N'Red Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132001', N'Blue Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132002', N'Blue Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132003', N'Blue Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132004', N'Blue Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132005', N'Blue Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132006', N'Blue Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63132007', N'Blue Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133001', N'White Flaming Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133002', N'White Flaming Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133003', N'White Flaming Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133004', N'White Flaming Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133005', N'White Flaming Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133006', N'White Flaming Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63133007', N'White Flaming Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134001', N'Blue Pirate Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134002', N'Blue Pirate Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134003', N'Blue Pirate Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134004', N'Blue Pirate Costume Shirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134005', N'Blue Pirate Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134006', N'Blue Pirate Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63134007', N'Blue Pirate Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135001', N'Sly Coyote''s Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135002', N'Sly Coyote''s Shell-Toe Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135003', N'Sly Coyote''s Fur Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135004', N'Sly Coyote''s Fur Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135005', N'Sly Coyote''s Talisman [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135006', N'Sly Coyote''s Tail [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63135007', N'Sly Coyote''s Pendant [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136001', N'Pink School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136002', N'Pink School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136003', N'Pink School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136004', N'Pink School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136005', N'Pink School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136006', N'Pink School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63136007', N'Pink School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137001', N'Brown School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137002', N'Brown School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137003', N'Brown School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137004', N'Brown School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137005', N'Brown School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137006', N'Brown School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63137007', N'Brown School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138001', N'White School Uniform Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138002', N'White School Uniform Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138003', N'White School Uniform Costume Bracelet [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138004', N'White School Uniform Costume Garment [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138005', N'White School Uniform Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138006', N'White School Uniform Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63138007', N'White School Uniform Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139001', N'Gold Short Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139002', N'Mesh Leggings Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139003', N'Mesh Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139004', N'Metal Garment Set', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139005', N'Gold Snake Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139006', N'Indigo Bridge Snake-Deco Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63139007', N'Gold Snake Earrings', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140001', N'Shining Ark Costume Wing [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140002', N'Shining Ark Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140003', N'Shining Ark Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140004', N'Shining Ark Costume Dress [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140005', N'Shining Ark Costume Tie [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140006', N'Shining Ark Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63140007', N'Shining Ark Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141001', N'White Fire Costume Jacket [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141002', N'White Fire Costume Shoes [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141003', N'White Fire Costume Gloves [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141004', N'White Fire Costume Skirt [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141005', N'White Fire Costume Necklace [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141006', N'White Fire Costume Hair [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'63141007', N'White Fire Costume Earrings [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001001', N'Black Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001002', N'Black Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001003', N'Black Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001004', N'Black Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001005', N'Black Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001006', N'Black Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64001007', N'Black Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002001', N'Grey Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002002', N'Grey Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002003', N'Grey Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002004', N'Grey Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002005', N'Grey Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002006', N'Grey Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64002007', N'Grey Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003001', N'Navy Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003002', N'Navy Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003003', N'Navy Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003004', N'Navy Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003005', N'Navy Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003006', N'Navy Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64003007', N'Navy Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004001', N'Brown Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004002', N'Brown Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004003', N'Brown Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004004', N'Brown Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004005', N'Brown Striped Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004006', N'Brown Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64004007', N'Brown Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005001', N'Violet Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005002', N'Violet Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005003', N'Violet Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005004', N'Violet Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005005', N'Violet Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005006', N'Violet Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64005007', N'Violet Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006001', N'Brown Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006002', N'Brown Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006003', N'Brown Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006004', N'Brown Cowgirl Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006005', N'Brown Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006006', N'Brown Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64006007', N'Brown Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007001', N'Blue Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007002', N'Blue Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007003', N'Blue Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007004', N'Blue Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007005', N'Blue Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007006', N'Blue Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64007007', N'Blue Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008001', N'Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008002', N'Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008003', N'Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008004', N'Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008005', N'Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008006', N'Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64008007', N'Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009001', N'Blue Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009002', N'Blue Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009003', N'Blue Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009004', N'Blue Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009005', N'Blue Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009006', N'Blue Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64009007', N'Blue Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010001', N'Pink Striped Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010002', N'Pink Striped Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010003', N'Pink Striped Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010004', N'Pink Striped Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010005', N'Pink Striped Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010006', N'Pink Striped Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64010007', N'Pink Striped Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011001', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011002', N'White Military Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011003', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011004', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011005', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011006', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64011007', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012001', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012002', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012003', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012004', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012005', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012006', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64012007', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013001', N'White Cowgirl Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013002', N'White Cowgirl Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013003', N'White Cowgirl Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013004', N'White Cowgirl Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013005', N'White Cowgirl Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013006', N'White Cowgirl Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64013007', N'White Cowgirl Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014001', N'Traditional Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014002', N'Traditional Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014003', N'Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014004', N'Traditional Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014005', N'Traditional Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014006', N'Traditional Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64014007', N'Traditional Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015001', N'Red Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015002', N'Red Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015003', N'Red Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015004', N'Red Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015005', N'Red Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015006', N'Red Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64015007', N'Red Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016001', N'White Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016002', N'White Nun Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016003', N'White Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016004', N'White Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016005', N'White Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016006', N'White Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64016007', N'White Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017001', N'Nun Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017002', N'Nun Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017003', N'Nun Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017004', N'Nun Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017005', N'Nun Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017006', N'Nun Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64017007', N'Nun Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018001', N'Chinese Dress Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018002', N'Chinese Dress Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018003', N'Chinese Dress Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018004', N'Chinese Dress Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018005', N'Chinese Dress Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018006', N'Chinese Dress Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64018007', N'Chinese Dress Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019001', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019002', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019003', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019004', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019005', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019006', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64019007', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020001', N'Brown Pirate Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020002', N'Brown Pirate Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020003', N'Brown Pirate Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020004', N'Brown Pirate Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020005', N'Brown Pirate Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020006', N'Brown Pirate Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64020007', N'Brown Pirate Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021001', N'Vice-Minister Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021002', N'Vice-Minister Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021003', N'Vice-Minister Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021004', N'Vice-Minister Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021005', N'Vice-Minister Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021006', N'Vice-Minister Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64021007', N'Vice-Minister Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022001', N'Navy Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022002', N'Navy Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022003', N'Navy Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022004', N'Navy Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022005', N'Navy Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022006', N'Navy Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64022007', N'Navy Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023001', N'Green Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023002', N'Green Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023003', N'Green Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023004', N'Green Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023005', N'Green Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023006', N'Green Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64023007', N'Green Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024001', N'Orange Rider Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024002', N'Orange Rider Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024003', N'Orange Rider Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024004', N'Orange Rider Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024005', N'Orange Rider Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024006', N'Orange Rider Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64024007', N'Orange Rider Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025001', N'Feral Feline Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025002', N'Feral Feline Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025003', N'Feral Feline Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025004', N'Feral Feline Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025005', N'Feral Feline Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025006', N'Feral Feline Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64025007', N'Feral Feline Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026001', N'Purple Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026002', N'Purple Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026003', N'Purple Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026004', N'Purple Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026005', N'Purple Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026006', N'Purple Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64026007', N'Purple Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027001', N'Blue Fashion Icon Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027002', N'Blue Fashion Icon Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027003', N'Blue Fashion Icon Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027004', N'Blue Fashion Icon Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027005', N'Blue Fashion Icon Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027006', N'Blue Fashion Icon Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64027007', N'Blue Fashion Icon Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028001', N'Santa Coat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028002', N'Santa Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028003', N'Santa Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028004', N'Santa Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028005', N'Santa Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028006', N'Santa Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64028007', N'Santa Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029001', N'New Traditional Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029002', N'New Traditional Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029003', N'New Traditional Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029004', N'New Traditional Ring [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029005', N'New Traditional Top [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029006', N'New Traditional Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64029007', N'New Traditional Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030001', N'Pink Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030002', N'Pink Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030003', N'Pink Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030004', N'Pink Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030005', N'Pink Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030006', N'Pink Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64030007', N'Pink Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031001', N'Emerald Undersecretary Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031002', N'Emerald Undersecretary Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031003', N'Emerald Undersecretary Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031004', N'Emerald Undersecretary Bracelet [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031005', N'Emerald Undersecretary Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031006', N'Emerald Undersecretary Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64031007', N'Emerald Undersecretary Hat [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032001', N'White Feather Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032002', N'White Feather Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032003', N'White Feather Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032004', N'White Feather Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032005', N'White Feather Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032006', N'White Feather Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64032007', N'White Feather Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033001', N'Red Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033002', N'Red Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033003', N'Red Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033004', N'Red Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033005', N'Red Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033006', N'Red Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64033007', N'Red Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034001', N'White Chinese Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034002', N'White Chinese Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034003', N'White Chinese Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034004', N'White Chinese Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034005', N'White Chinese Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034006', N'White Chinese Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64034007', N'White Chinese Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035001', N'Orange Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035002', N'Orange Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035003', N'Orange Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035004', N'Orange Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035005', N'Orange Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035006', N'Orange Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64035007', N'Orange Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036001', N'Sky Blue Joker Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036002', N'Sky Blue Joker Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036003', N'Sky Blue Joker Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036004', N'Sky Blue Joker Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036005', N'Sky Blue Joker Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036006', N'Sky Blue Joker Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64036007', N'Sky Blue Joker Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037001', N'White Military Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037002', N'White Military Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037003', N'White Military Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037004', N'White Military Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037005', N'White Military Shirts [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037006', N'White Military Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64037007', N'White Military Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038001', N'Scuba Otter [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038002', N'Scuba Lower Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038003', N'Scuba Flippers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038004', N'Scuba Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038005', N'Scuba Upper Garment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038006', N'Scuba Goggles [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64038007', N'Scuba Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039001', N'Scarlet Chic Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039002', N'Scarlet Chic Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039003', N'Scarlet Chic Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039004', N'Scarlet Chic Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039005', N'Scarlet Chic Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039006', N'Scarlet Chic Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64039007', N'Scarlet Chic Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040001', N'Radiant Wedding Costume Adornment [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040002', N'Radiant Wedding Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040003', N'Radiant Wedding Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040004', N'Radiant Wedding Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040005', N'Radiant Wedding Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040006', N'Radiant Wedding Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64040007', N'Radiant Wedding Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041001', N'Skull Rider Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041002', N'Skull Rider Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041003', N'Skull Rider Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041004', N'Skull Rider Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041005', N'Skull Rider T-shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041006', N'Skull Rider Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64041007', N'Skull Rider Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042001', N'Red Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042002', N'Red Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042003', N'Red Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042004', N'Red Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042005', N'Red Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042006', N'Red Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64042007', N'Red Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043001', N'Blue Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043002', N'Blue Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043003', N'Blue Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043004', N'Blue Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043005', N'Blue Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043006', N'Blue Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64043007', N'Blue Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044001', N'White Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044002', N'White Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044003', N'White Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044004', N'White Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044005', N'White Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044006', N'White Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64044007', N'White Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045001', N'Brown Pirate Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045002', N'Brown Pirate Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045003', N'Brown Pirate Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045004', N'Brown Pirate Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045005', N'Brown Pirate Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045006', N'Brown Pirate Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64045007', N'Brown Pirate Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046001', N'White Phoenix''s Wings [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046002', N'White Phoenix''s Tail Feathers [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046003', N'White Phoenix''s Boots [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046004', N'White Phoenix''s Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046005', N'White Phoenix''s Fur Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046006', N'White Phoenix''s Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64046007', N'White Phoenix''s Plume [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047001', N'Yellow School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047002', N'Yellow School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047003', N'Yellow School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047004', N'Yellow School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047005', N'Yellow School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047006', N'Yellow School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64047007', N'Yellow School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048001', N'Red School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048002', N'Red School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048003', N'Red School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048004', N'Red School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048005', N'Red School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048006', N'Red School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64048007', N'Red School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049001', N'Black School Uniform Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049002', N'Black School Uniform Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049003', N'Black School Uniform Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049004', N'Black School Uniform Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049005', N'Black School Uniform Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049006', N'Black School Uniform Costume Ribbon [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64049007', N'Black School Uniform Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050001', N'Snake-Deco Mesh Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050002', N'Deviant Crease Lined Short Skirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050003', N'Deviant Crease Lined Gold Ornament Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050004', N'Red Frill Arm Warmer', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050005', N'Snake Patterned Corset', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050006', N'Double Amber Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64050007', N'Snake-Deco Long Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051001', N'Shining Ark Costume Wing [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051002', N'Shining Ark Costume Skirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051003', N'Shining Ark Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051004', N'Shining Ark Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051005', N'Shining Ark Costume Dress [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051006', N'Shining Ark Costume Necklace [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64051007', N'Shining Ark Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052001', N'White Flaming Costume Jacket [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052002', N'White Flaming Costume Pants [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052003', N'White Flaming Costume Shoes [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052004', N'White Flaming Costume Gloves [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052005', N'White Flaming Costume Shirt [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052006', N'White Flaming Costume Tie [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64052007', N'White Flaming Costume Hair [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101001', N'Dictator''s Costume(B) - Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101002', N'Black Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101003', N'Black Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101004', N'Black Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101005', N'Black Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101006', N'Black Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64101007', N'Black Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64102007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103001', N'Brown Dictator Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103002', N'Brown Dictator Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103003', N'Brown Dictator Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103004', N'Brown Dictator Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103005', N'Brown Dictator Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103006', N'Brown Dictator Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64103007', N'Brown Dictator Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104001', N'Orange Color Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104002', N'Orange Color Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104003', N'Orange Color Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104004', N'Orange Color Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104005', N'Orange Color Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104006', N'Orange Color Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64104007', N'Orange Color Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105001', N'Blue Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105002', N'Blue Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105003', N'Blue Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105004', N'Blue Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105005', N'Blue Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105006', N'Blue Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64105007', N'Blue Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106001', N'Gray Hunter Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106002', N'Gray Hunter Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106003', N'Gray Hunter Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106004', N'Gray Hunter Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106005', N'Gray Hunter Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106006', N'Gray Hunter Costume Tie [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64106007', N'Gray Hunter Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107001', N'Radiant Wedding Costume Tuxedo [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107002', N'Radiant Wedding Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107003', N'Radiant Wedding Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107004', N'Radiant Wedding Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107005', N'Radiant Wedding Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107006', N'Radiant Wedding Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64107007', N'Radiant Wedding Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108001', N'Ghost Hunter Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108002', N'Ghost Hunter Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108003', N'Ghost Hunter Shoes', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108004', N'Ghost Hunter Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108005', N'Ghost Hunter Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108006', N'Ghost Hunter Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64108007', N'Ghost Hunter Hat', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109001', N'Red Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109002', N'Red Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109003', N'Red Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109004', N'Red Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109005', N'Red Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109006', N'Red Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64109007', N'Red Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110001', N'Blue Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110002', N'Blue Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110003', N'Blue Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110004', N'Blue Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110005', N'Blue Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110006', N'Blue Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64110007', N'Blue Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111001', N'White Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111002', N'White Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111003', N'White Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111004', N'White Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111005', N'White Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111006', N'White Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64111007', N'White Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112001', N'Orange Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112002', N'Orange Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112003', N'Orange Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112004', N'Orange Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112005', N'Orange Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112006', N'Orange Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64112007', N'Orange Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113001', N'White Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113002', N'White Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113003', N'White Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113004', N'White Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113005', N'White Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113006', N'White Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64113007', N'White Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114001', N'Purple Cowboy Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114002', N'Purple Cowboy Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114003', N'Purple Cowboy Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114004', N'Purple Cowboy Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114005', N'Purple Cowboy Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114006', N'Purple Cowboy Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64114007', N'Purple Cowboy Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115001', N'White School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115002', N'White School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115003', N'White School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115004', N'White School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115005', N'White School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115006', N'White School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64115007', N'White School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116001', N'Bluish Green School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116002', N'Bluish Green School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116003', N'Bluish Green School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116004', N'Bluish Green School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116005', N'Bluish Green School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116006', N'Bluish Green School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64116007', N'Bluish Green School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117001', N'Black School Uniform Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117002', N'Black School Uniform Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117003', N'Black School Uniform Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117004', N'Black School Uniform Costume Bracelet [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117005', N'Black School Uniform Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117006', N'Black School Uniform Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64117007', N'Black School Uniform Costume Hat [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118001', N'Snake Patterned Long Jacket', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118002', N'Snake Patterned Red Belt Pants', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118003', N'Snake Patterned Long Boots', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118004', N'Snake Patterned Gloves', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118005', N'Snake Pattered Shirt', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118006', N'Emerald Snake Patterned Necklace', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64118007', N'Black Two Block Hair', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119001', N'Shining Ark Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119002', N'Shining Ark Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119003', N'Shining Ark Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119004', N'Shining Ark Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119005', N'Shining Ark Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119006', N'Shining Ark Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64119007', N'Shining Ark Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120001', N'White Flaming Costume Jacket [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120002', N'White Flaming Costume Pants [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120003', N'White Flaming Costume Shoes [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120004', N'White Flaming Costume Gloves [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120005', N'White Flaming Costume Shirt [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120006', N'White Flaming Costume Necklace [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'64120007', N'White Flaming Costume Hair [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000153', N'Gold Deacon Coat [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000154', N'Gold Deacon Pants [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000155', N'Gold Deacon Shoes [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000156', N'Gold Deacon Gloves [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000157', N'Gold Deacon Shirt [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000158', N'Gold Deacon Tie [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000159', N'Gold Deacon Hair [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000160', N'Imperial Officer Coat [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000161', N'Imperial Officer Pants [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000162', N'Imperial Officer Shoes [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000163', N'Imperial Officer Gloves [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000164', N'Imperial Officer Shirt [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000165', N'Imperial Officer Tie [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000166', N'Imperial Officer Hair [Frantz] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000167', N'Cowgirl Jacket [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000168', N'Cowgirl Skirt [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000169', N'Cowgirl Shoes [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000170', N'Cowgirl Gloves [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000171', N'Cowgirl Blouse [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000172', N'Cowgirl Tie [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000173', N'Cowgirl Hair [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000174', N'Princess Jacket [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000175', N'Princess Skirt [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000176', N'Princess Shoes [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000177', N'Princess Gloves [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000178', N'Princess Blouse [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000179', N'Princess Tie [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000180', N'Afro Hair [Angela] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000181', N'Pin-Striped Punk Coat [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000182', N'Pin-Striped Punk Pants [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000183', N'Pin-Striped Punk Shoes [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000184', N'Pin-Striped Punk Gloves [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000185', N'Pin-Striped Punk Shirt [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000186', N'Pin-Striped Punk Necklace [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000187', N'Pin-Striped Punk Hair [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000188', N'Stylish Cellmate Coat [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000189', N'Stylish Cellmate Pants [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000190', N'Stylish Cellmate Shoes [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000191', N'Stylish Cellmate Gloves [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000192', N'Stylish Cellmate Shirt [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000193', N'Stylish Cellmate Necklace [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80000194', N'Stylish Cellmate Hair [Tude] [Trial]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100041', N'Frantz Facial [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100042', N'Basic Facial [Frantz]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100043', N'Basic Facial [Angela]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100044', N'Basic Facial [Tude]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100045', N'Basic Facial [Natasha]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100046', N'Basic Facial [Roselle]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100047', N'Basic Facial [Edgar]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100048', N'Basic Facial [Meilin]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100049', N'Basic Facial [Leila]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Costume] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'80100050', N'Basic Facial [Ian]', N'5', N'0', N'0', N'18', N'6', N'1', N'0', N'0', N'0', N'2', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for Base_ItemTable_Weapon -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_ItemTable_Weapon]') AND type IN ('U')) DROP TABLE [dbo].[Base_ItemTable_Weapon] GO CREATE TABLE [dbo].[Base_ItemTable_Weapon] ( [id] int NOT NULL, [name] nvarchar(100) COLLATE Korean_Wansung_CI_AS NOT NULL, [inventory_type] int DEFAULT 0 NOT NULL, [RestraintType] int NOT NULL, [ReconstructionMax] int NOT NULL, [Category] int NOT NULL, [Branch] int NOT NULL, [LevelLimit] int NOT NULL, [max_dur] int DEFAULT 0 NOT NULL, [is_socket] int DEFAULT 0 NOT NULL, [max_socket_num] int DEFAULT 0 NOT NULL, [kind] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL, [BuyPrice] int NOT NULL, [SellPrice] int NOT NULL ) GO ALTER TABLE [dbo].[Base_ItemTable_Weapon] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_ItemTable_Weapon -- ---------------------------- INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000001', N'Frantz Invinsible Sword for testing', N'1', N'0', N'3', N'5', N'5', N'1', N'9500', N'1', N'3', N'1', N'2000', N'108240', N'11906') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000002', N'Angela Invinsible Magic for testing', N'1', N'0', N'3', N'7', N'5', N'1', N'9500', N'1', N'3', N'1', N'2500', N'108240', N'11906') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000003', N'Tude Invinsible Gauntlet for testing', N'1', N'0', N'3', N'9', N'5', N'1', N'9500', N'1', N'3', N'1', N'1800', N'108240', N'11906') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'1000004', N'Old Mithril Sword', N'1', N'0', N'0', N'39', N'6', N'1', N'100000', N'0', N'0', N'1', N'2000', N'0', N'0') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011000', N'Practice Sword', N'1', N'0', N'0', N'5', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011001', N'Starter Sword', N'1', N'0', N'0', N'5', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011002', N'Short Sword', N'1', N'0', N'0', N'5', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011003', N'Long Sword', N'1', N'0', N'0', N'5', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011004', N'War Sword', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011005', N'Sharp Sword', N'1', N'0', N'0', N'5', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011006', N'Battle Sword', N'1', N'0', N'0', N'5', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011007', N'Strong Sword', N'1', N'0', N'0', N'5', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011008', N'Sturdy Sword', N'1', N'0', N'0', N'5', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011009', N'Broad Sword', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011010', N'Celt Sword', N'1', N'0', N'0', N'5', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011011', N'Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011012', N'Primal Sword', N'1', N'0', N'0', N'5', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011013', N'Royal Sword', N'1', N'0', N'0', N'5', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011014', N'Gothic Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011015', N'Templar Sword', N'1', N'0', N'0', N'5', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011016', N'Keen Sword', N'1', N'0', N'0', N'5', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011017', N'Zephyr Sword', N'1', N'0', N'0', N'5', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011018', N'Demonic Sword', N'1', N'0', N'0', N'5', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11011019', N'Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012001', N'Starter Sword', N'1', N'0', N'0', N'5', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012002', N'Short Sword', N'1', N'0', N'0', N'5', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012003', N'Long Sword', N'1', N'0', N'0', N'5', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012004', N'War Sword', N'1', N'0', N'0', N'5', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012005', N'Sharp Sword', N'1', N'0', N'0', N'5', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012006', N'Battle Sword', N'1', N'0', N'0', N'5', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012007', N'Strong Sword', N'1', N'0', N'0', N'5', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012008', N'Sturdy Sword', N'1', N'0', N'0', N'5', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012009', N'Broad Sword', N'1', N'0', N'0', N'5', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012010', N'Celt Sword', N'1', N'0', N'0', N'5', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012011', N'Gallant Sword', N'1', N'0', N'0', N'5', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012012', N'Primal Sword', N'1', N'0', N'0', N'5', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012013', N'Royal Sword', N'1', N'0', N'0', N'5', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012014', N'Gothic Sword', N'1', N'0', N'0', N'5', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012015', N'Templar Sword', N'1', N'0', N'0', N'5', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012016', N'Keen Sword', N'1', N'0', N'0', N'5', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012017', N'Zephyr Sword', N'1', N'0', N'0', N'5', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012018', N'Demonic Sword', N'1', N'0', N'0', N'5', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11012019', N'Shadow Sword', N'1', N'0', N'0', N'5', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014001', N'Bone Blade', N'1', N'0', N'0', N'5', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014002', N'Dark Blade', N'1', N'1', N'5', N'5', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014003', N'Assault Sword', N'1', N'1', N'5', N'5', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014004', N'Unholy Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014005', N'Lavinunce Edge', N'1', N'1', N'5', N'5', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014006', N'Massacre Edge', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014007', N'Demonic Blade', N'1', N'1', N'5', N'5', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014008', N'Oathbreaker', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014009', N'Al-Hajad', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014010', N'Dark Eye', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014011', N'Infinity Reavers', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014104', N'Delicate Unholy Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014106', N'Delicate Massacre Edge', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014108', N'Delicate Oathbreaker', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11014110', N'Delicate Darkeye', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015001', N'Shark Tooth', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015002', N'Dark Prince', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015003', N'Black Fang', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015004', N'Blood Moon', N'1', N'1', N'3', N'5', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015005', N'Dark Stream', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015006', N'Gram', N'1', N'1', N'3', N'5', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015007', N'Death Bringer', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015008', N'Caliburn', N'1', N'1', N'3', N'5', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015009', N'Tirbing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015010', N'Sinister', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015011', N'Dark Stream', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015103', N'Delicate Black Fang', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015105', N'Delicate Navioo', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015107', N'Delicate Death Bringer', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11015109', N'Delicate Tirbing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021001', N'Hand Axe', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2200', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021002', N'Broad Mace', N'1', N'0', N'0', N'6', N'1', N'13', N'7000', N'0', N'0', N'1', N'2200', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021003', N'Buroba Axe', N'1', N'0', N'0', N'6', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021004', N'Steel Axe', N'1', N'0', N'0', N'6', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021005', N'Celt Axe', N'1', N'0', N'0', N'6', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021006', N'Two-Handed Axe', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021007', N'Great Axe', N'1', N'0', N'0', N'6', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021008', N'Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021009', N'Gothic Axe', N'1', N'0', N'0', N'6', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021010', N'War Axe', N'1', N'0', N'0', N'6', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021011', N'Bardiche Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021012', N'Bearded Axe', N'1', N'0', N'0', N'6', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021013', N'Buster Slayer', N'1', N'0', N'0', N'6', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021014', N'Stingray', N'1', N'0', N'0', N'6', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021015', N'Bone Slayer', N'1', N'0', N'0', N'6', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11021016', N'Battle Axe', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022001', N'Hand Axe', N'1', N'0', N'0', N'6', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022002', N'Broad Mace', N'1', N'0', N'0', N'6', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022003', N'Buroba Axe', N'1', N'0', N'0', N'6', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022004', N'Steel Axe', N'1', N'0', N'0', N'6', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022005', N'Celt Axe', N'1', N'0', N'0', N'6', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022006', N'Two-Handed Axe', N'1', N'0', N'0', N'6', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022007', N'Great Axe', N'1', N'0', N'0', N'6', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022008', N'Lokaber Mace', N'1', N'0', N'0', N'6', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022009', N'Gothic Axe', N'1', N'0', N'0', N'6', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022010', N'War Axe', N'1', N'0', N'0', N'6', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022011', N'Bardiche Axe', N'1', N'0', N'0', N'6', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022012', N'Bearded Axe', N'1', N'0', N'0', N'6', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022013', N'Buster Slayer', N'1', N'0', N'0', N'6', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022014', N'Stingray', N'1', N'0', N'0', N'6', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022015', N'Bone Slayer', N'1', N'0', N'0', N'6', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022016', N'Battle Axe', N'1', N'0', N'0', N'6', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022101', N'Grid Axe', N'1', N'0', N'0', N'6', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11022102', N'Small Axe', N'1', N'0', N'0', N'6', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024001', N'Assault Mace', N'1', N'1', N'5', N'6', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024002', N'Tabar Jin', N'1', N'1', N'5', N'6', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024003', N'Lumberjack', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024004', N'Fury', N'1', N'1', N'5', N'6', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024005', N'Kingsbane', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024006', N'Demonic Slayer', N'1', N'1', N'5', N'6', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024007', N'Minotauros', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024008', N'Ironcleaver', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024009', N'Savage Murderer', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024010', N'Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024103', N'Delicate Lumberjack', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024105', N'Delicate Kingsbane', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024107', N'Delicate Minotaur', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024109', N'Delicate Bloody Murderer', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11024110', N'Exquisite Destruction', N'1', N'1', N'5', N'6', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025001', N'Francisca', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025002', N'Palstave', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025003', N'Spontun', N'1', N'1', N'3', N'6', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025004', N'Grandis', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025005', N'Chaser', N'1', N'1', N'3', N'6', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025006', N'El-Nas', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025007', N'Earthquake', N'1', N'1', N'3', N'6', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025008', N'Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025009', N'Gigantes', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025102', N'Delicate Palstave', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025104', N'Delicate Grandis', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025106', N'Delicate El-Nas', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025108', N'Delicate Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11025109', N'Exquisite Gigantes', N'1', N'1', N'3', N'6', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031000', N'Practice Magic Sword', N'1', N'0', N'0', N'7', N'1', N'1', N'100000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031001', N'Gnarled Sword', N'1', N'0', N'0', N'7', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031002', N'Magic Sword', N'1', N'0', N'0', N'7', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031003', N'Lunar Magic Sword', N'1', N'0', N'0', N'7', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031004', N'Crystal Magic Sword', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031005', N'Runic Sword', N'1', N'0', N'0', N'7', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031006', N'Spell Sword', N'1', N'0', N'0', N'7', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031007', N'Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031008', N'Spellweaver', N'1', N'0', N'0', N'7', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031009', N'Rune Spell Sword', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031010', N'Spell Breaker', N'1', N'0', N'0', N'7', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031011', N'Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031012', N'Nether Blade', N'1', N'0', N'0', N'7', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031013', N'Elven Spell Sword', N'1', N'0', N'0', N'7', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031014', N'Karma Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031015', N'Rune Breaker', N'1', N'0', N'0', N'7', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031016', N'Obsidian Sword', N'1', N'0', N'0', N'7', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031017', N'Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031018', N'Witchblade', N'1', N'0', N'0', N'7', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11031019', N'Demon Witch Sword', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032001', N'Gnarled Sword', N'1', N'0', N'0', N'7', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032002', N'Magic Sword', N'1', N'0', N'0', N'7', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032003', N'Lunar Magic Sword', N'1', N'0', N'0', N'7', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032004', N'Crystal Magic Sword', N'1', N'0', N'0', N'7', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032005', N'Runic Sword', N'1', N'0', N'0', N'7', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032006', N'Spell Sword', N'1', N'0', N'0', N'7', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032007', N'Druidic Blade', N'1', N'0', N'0', N'7', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032008', N'Spellweaver', N'1', N'0', N'0', N'7', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032009', N'Rune Spell Sword', N'1', N'0', N'0', N'7', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032010', N'Spell Breaker', N'1', N'0', N'0', N'7', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032011', N'Sorceress Sword', N'1', N'0', N'0', N'7', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032012', N'Nether Blade', N'1', N'0', N'0', N'7', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032013', N'Elven Spell Sword', N'1', N'0', N'0', N'7', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032014', N'Karma Edge', N'1', N'0', N'0', N'7', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032015', N'Rune Breaker', N'1', N'0', N'0', N'7', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032016', N'Obsidian Sword', N'1', N'0', N'0', N'7', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032017', N'Warlock Sword', N'1', N'0', N'0', N'7', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032018', N'Witchblade', N'1', N'0', N'0', N'7', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11032019', N'Demon Witch Sword', N'1', N'0', N'0', N'7', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034001', N'Bone Sword', N'1', N'0', N'0', N'7', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034002', N'Spatha', N'1', N'1', N'5', N'7', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034003', N'Orchid Sword', N'1', N'1', N'5', N'7', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034004', N'Bane Blade', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034005', N'Misericorde', N'1', N'1', N'5', N'7', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034006', N'Curtis Doom Witch Sword', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034007', N'Demon Witch Sword', N'1', N'1', N'5', N'7', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034008', N'Winter''s Heart', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034009', N'Tahelum', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034010', N'Avenger', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034011', N'Exceed', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034104', N'Delicate Bane Blade', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034106', N'Delicate Curtis Doom Witch Sword', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034108', N'Delicate Winter''s Heart', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034110', N'Delicate Avenger', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11034111', N'Exquisite Exceed', N'1', N'1', N'5', N'7', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035001', N'Bansi', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035002', N'Vanquish', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035003', N'Pendulum', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035004', N'Chrysaor', N'1', N'1', N'3', N'7', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035005', N'Mimang', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035006', N'Nigling', N'1', N'1', N'3', N'7', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035007', N'Acubens', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035008', N'Nagelring', N'1', N'1', N'3', N'7', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035009', N'Naegling', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035010', N'Kalabog', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035103', N'Delicate Pendulum', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035105', N'Delicate Illusion', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035107', N'Delicate Aquvence', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035109', N'Delicate Negling', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11035110', N'Exquisite Kalabog', N'1', N'1', N'3', N'7', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041001', N'Scythe', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041002', N'Nordic Scythe', N'1', N'0', N'0', N'8', N'1', N'13', N'7000', N'0', N'0', N'1', N'2600', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041003', N'Jagged Scythe', N'1', N'0', N'0', N'8', N'1', N'16', N'7000', N'0', N'0', N'1', N'2600', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041004', N'Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'19', N'7000', N'0', N'0', N'1', N'2600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041005', N'Celt Scythe', N'1', N'0', N'0', N'8', N'1', N'22', N'7000', N'0', N'0', N'1', N'2600', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041006', N'Dusk Scythe', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041007', N'Battle Scythe', N'1', N'0', N'0', N'8', N'1', N'28', N'7000', N'0', N'0', N'1', N'2600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041008', N'Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'31', N'7000', N'0', N'0', N'1', N'2600', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041009', N'Gothic Scythe', N'1', N'0', N'0', N'8', N'1', N'34', N'7000', N'0', N'0', N'1', N'2600', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041010', N'Crimson Scythe', N'1', N'0', N'0', N'8', N'1', N'37', N'7000', N'0', N'0', N'1', N'2600', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041011', N'Stella Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041012', N'Gloomy Scythe', N'1', N'0', N'0', N'8', N'1', N'43', N'7000', N'0', N'0', N'1', N'2600', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041013', N'Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'46', N'7000', N'0', N'0', N'1', N'2600', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041014', N'Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'49', N'7000', N'0', N'0', N'1', N'2600', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041015', N'Runic Scythe', N'1', N'0', N'0', N'8', N'1', N'52', N'7000', N'0', N'0', N'1', N'2600', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11041016', N'Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042001', N'Scythe', N'1', N'0', N'0', N'8', N'2', N'11', N'7500', N'0', N'3', N'1', N'2600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042002', N'Nordic Scythe', N'1', N'0', N'0', N'8', N'2', N'14', N'7500', N'0', N'3', N'1', N'2600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042003', N'Jagged Scythe', N'1', N'0', N'0', N'8', N'2', N'17', N'7500', N'0', N'3', N'1', N'2600', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042004', N'Witch Scythe', N'1', N'0', N'0', N'8', N'2', N'20', N'7500', N'0', N'3', N'1', N'2600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042005', N'Celt Scythe', N'1', N'0', N'0', N'8', N'2', N'23', N'7500', N'0', N'3', N'1', N'2600', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042006', N'Dusk Scythe', N'1', N'0', N'0', N'8', N'2', N'26', N'7500', N'0', N'3', N'1', N'2600', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042007', N'Battle Scythe', N'1', N'0', N'0', N'8', N'2', N'29', N'7500', N'0', N'3', N'1', N'2600', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042008', N'Barbed Scythe', N'1', N'0', N'0', N'8', N'2', N'32', N'7500', N'0', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042009', N'Gothic Scythe', N'1', N'0', N'0', N'8', N'2', N'35', N'7500', N'0', N'3', N'1', N'2600', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042010', N'Crimson Scythe', N'1', N'0', N'0', N'8', N'2', N'38', N'7500', N'0', N'3', N'1', N'2600', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042011', N'Stella Scythe', N'1', N'0', N'0', N'8', N'2', N'41', N'7500', N'0', N'3', N'1', N'2600', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042012', N'Gloomy Scythe', N'1', N'0', N'0', N'8', N'2', N'44', N'7500', N'0', N'3', N'1', N'2600', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042013', N'Demonic Scythe', N'1', N'0', N'0', N'8', N'2', N'47', N'7500', N'0', N'3', N'1', N'2600', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042014', N'Scorching Scythe', N'1', N'0', N'0', N'8', N'2', N'50', N'7500', N'0', N'3', N'1', N'2600', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042015', N'Runic Scythe', N'1', N'0', N'0', N'8', N'2', N'53', N'7500', N'0', N'3', N'1', N'2600', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042016', N'Tera Scythe', N'1', N'0', N'0', N'8', N'2', N'56', N'7500', N'0', N'3', N'1', N'2600', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042101', N'Handy Scythe', N'1', N'0', N'0', N'8', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11042102', N'Scythe', N'1', N'0', N'0', N'8', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044001', N'Grey Phantom', N'1', N'1', N'5', N'8', N'4', N'10', N'8000', N'1', N'3', N'1', N'2600', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044002', N'Foereaper', N'1', N'1', N'5', N'8', N'4', N'15', N'8000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044003', N'Osprey', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044004', N'Dark Scythe', N'1', N'1', N'5', N'8', N'4', N'25', N'8000', N'1', N'3', N'1', N'2600', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044005', N'Wicked Claw', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044006', N'Angry Buzzard', N'1', N'1', N'5', N'8', N'4', N'35', N'8000', N'1', N'3', N'1', N'2600', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044007', N'Rosemary', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044008', N'Chaos', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044009', N'Albatros', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044010', N'Silence', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044103', N'Delicate Osprey', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044105', N'Delicate Wicked Claw', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044107', N'Delicate Rosemary', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044109', N'Delicate Albatros', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11044110', N'Exquisite Silence', N'1', N'1', N'5', N'8', N'4', N'60', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045001', N'Knight-Hag', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045002', N'Alhena', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045003', N'Death Scythe', N'1', N'1', N'3', N'8', N'5', N'25', N'9000', N'1', N'3', N'1', N'2600', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045004', N'Canine', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045005', N'Shubalt''s Hex', N'1', N'1', N'3', N'8', N'5', N'35', N'9000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045006', N'Axelus', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045007', N'Badb Catha', N'1', N'1', N'3', N'8', N'5', N'45', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045008', N'Freya', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045009', N'Sirpidium', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045102', N'Delicate Alhena', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045104', N'Delicate Canine', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045106', N'Delicate Axelus', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045108', N'Delicate Freya', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11045109', N'Exquisite Sirpidium', N'1', N'1', N'3', N'8', N'5', N'60', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051000', N'Practice Gauntlets', N'1', N'0', N'0', N'9', N'1', N'1', N'100000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051001', N'Gauntlet', N'1', N'0', N'0', N'9', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051002', N'Light Gauntlets', N'1', N'0', N'0', N'9', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051003', N'Low Gauntlets', N'1', N'0', N'0', N'9', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051004', N'Metal Gauntlets', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051005', N'Buster Fist', N'1', N'0', N'0', N'9', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051006', N'Battle Gauntlets', N'1', N'0', N'0', N'9', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051007', N'Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051008', N'Rigid Gauntlet', N'1', N'0', N'0', N'9', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051009', N'Jagged Knuckle', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051010', N'Lord Gauntlets', N'1', N'0', N'0', N'9', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051011', N'War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051012', N'Evil Gauntlets', N'1', N'0', N'0', N'9', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051013', N'Mighty Gauntlets', N'1', N'0', N'0', N'9', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051014', N'Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051015', N'Ogre Gauntlet', N'1', N'0', N'0', N'9', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051016', N'Battle Fist', N'1', N'0', N'0', N'9', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051017', N'Iron Fist', N'1', N'0', N'0', N'9', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051018', N'Demon Fist', N'1', N'0', N'0', N'9', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11051019', N'War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052001', N'Gauntlet', N'1', N'0', N'0', N'9', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052002', N'Light Gauntlets', N'1', N'0', N'0', N'9', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052003', N'Low Gauntlets', N'1', N'0', N'0', N'9', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052004', N'Metal Gauntlets', N'1', N'0', N'0', N'9', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052005', N'Buster Fist', N'1', N'0', N'0', N'9', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052006', N'Battle Gauntlets', N'1', N'0', N'0', N'9', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052007', N'Chain Gauntlets', N'1', N'0', N'0', N'9', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052008', N'Rigid Gauntlet', N'1', N'0', N'0', N'9', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052009', N'Jagged Knuckle', N'1', N'0', N'0', N'9', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052010', N'Lord Gauntlets', N'1', N'0', N'0', N'9', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052011', N'War Gauntlets', N'1', N'0', N'0', N'9', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052012', N'Evil Gauntlets', N'1', N'0', N'0', N'9', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052013', N'Mighty Gauntlets', N'1', N'0', N'0', N'9', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052014', N'Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052015', N'Ogre Gauntlet', N'1', N'0', N'0', N'9', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052016', N'Battle Fist', N'1', N'0', N'0', N'9', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052017', N'Iron Fist', N'1', N'0', N'0', N'9', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052018', N'Demon Fist', N'1', N'0', N'0', N'9', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11052019', N'War Gauntlets', N'1', N'0', N'0', N'9', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054001', N'Bone Gauntlets', N'1', N'0', N'0', N'9', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054002', N'Howler', N'1', N'1', N'5', N'9', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054003', N'Envy', N'1', N'1', N'5', N'9', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054004', N'Blasted Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054005', N'Jade Gauntlets', N'1', N'1', N'5', N'9', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054006', N'Titan Arm', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054007', N'Black Rose', N'1', N'1', N'5', N'9', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054008', N'White Wolf', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054009', N'Spirit Keeper', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054010', N'Fiend Fist', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054011', N'Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054104', N'Delicate Cursed War Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054106', N'Delicate Curtis Doom Gauntlet', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054108', N'Delicate White Wolf', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054110', N'Delicate Fiend Fist', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11054111', N'Exquisite Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055001', N'Shark Skin', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055002', N'Wolf Tail', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055003', N'Godhand', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055004', N'Scavenger', N'1', N'1', N'3', N'9', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055005', N'Vex-Servant', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055006', N'War Crisis', N'1', N'1', N'3', N'9', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055007', N'Kornephoros', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055008', N'Skadi', N'1', N'1', N'3', N'9', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055009', N'Garum', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055010', N'Nejad', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055103', N'Delicate Godhand', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055105', N'Delicate Vex-Servant', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055107', N'Delicate Kornephoros', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055109', N'Delicate Ifrit', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11055110', N'Exquisite Nejad', N'1', N'1', N'3', N'9', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061001', N'Claw', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061002', N'Talons', N'1', N'0', N'0', N'10', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061003', N'Steel Claw', N'1', N'0', N'0', N'10', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061004', N'War Claw', N'1', N'0', N'0', N'10', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061005', N'Tickler', N'1', N'0', N'0', N'10', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061006', N'Battle Claw', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061007', N'Wild Claw', N'1', N'0', N'0', N'10', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061008', N'Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061009', N'Scissor Claw', N'1', N'0', N'0', N'10', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061010', N'Iron Claw', N'1', N'0', N'0', N'10', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061011', N'Valiant Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061012', N'Avenging Claw', N'1', N'0', N'0', N'10', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061013', N'Demon Claw', N'1', N'0', N'0', N'10', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061014', N'Blade Talon', N'1', N'0', N'0', N'10', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061015', N'Biting Talon', N'1', N'0', N'0', N'10', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11061016', N'Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062001', N'Claw', N'1', N'0', N'0', N'10', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062002', N'Talons', N'1', N'0', N'0', N'10', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062003', N'Steel Claw', N'1', N'0', N'0', N'10', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062004', N'War Claw', N'1', N'0', N'0', N'10', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062005', N'Tickler', N'1', N'0', N'0', N'10', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062006', N'Battle Claw', N'1', N'0', N'0', N'10', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062007', N'Wild Claw', N'1', N'0', N'0', N'10', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062008', N'Fatal Claw', N'1', N'0', N'0', N'10', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062009', N'Scissor Claw', N'1', N'0', N'0', N'10', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062010', N'Iron Claw', N'1', N'0', N'0', N'10', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062011', N'Valiant Claw', N'1', N'0', N'0', N'10', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062012', N'Avenging Claw', N'1', N'0', N'0', N'10', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062013', N'Demon Claw', N'1', N'0', N'0', N'10', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062014', N'Blade Talon', N'1', N'0', N'0', N'10', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062015', N'Biting Talon', N'1', N'0', N'0', N'10', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062016', N'Zapper Claw', N'1', N'0', N'0', N'10', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062101', N'Bone Claw', N'1', N'0', N'0', N'10', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11062102', N'Howling Claw', N'1', N'0', N'0', N'10', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064001', N'Ghost Claw', N'1', N'1', N'5', N'10', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064002', N'Pride', N'1', N'1', N'5', N'10', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064003', N'Gleaming Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064004', N'Cestus', N'1', N'1', N'5', N'10', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064005', N'Shackled Talon', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064006', N'Ogre Mitt', N'1', N'1', N'5', N'10', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064007', N'Mithril Claw', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064008', N'Chimera', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064009', N'Storm Rider', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064010', N'Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064103', N'Delicate Cursed War Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064105', N'Delicate Curtis Doom Claw', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064107', N'Delicate Mithril Claw', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064109', N'Delicate Storm Rider', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11064110', N'Exquisite Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065001', N'Agni', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065002', N'Mangler', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065003', N'Dark Crow', N'1', N'1', N'3', N'10', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065004', N'Shadow-Killer', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065005', N'Kaiser Knuckle', N'1', N'1', N'3', N'10', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065006', N'Wraith Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065007', N'Deneb', N'1', N'1', N'3', N'10', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065008', N'Typhon', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065009', N'Radeath', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065102', N'Delicate Mangler', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065104', N'Delicate Shadow-Killer', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065106', N'Delicate Wraith Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065108', N'Delicate Typhon', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11065109', N'Exquisite Radeath', N'1', N'1', N'3', N'10', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071000', N'Training Revolver ', N'1', N'0', N'0', N'11', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071001', N'Derringer', N'1', N'0', N'0', N'11', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071002', N'Auto Revolver', N'1', N'0', N'0', N'11', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071003', N'Light Revolver', N'1', N'0', N'0', N'11', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071004', N'Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071005', N'Flintlock', N'1', N'0', N'0', N'11', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071006', N'Blazing Revolver', N'1', N'0', N'0', N'11', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071007', N'Stinger', N'1', N'0', N'0', N'11', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071008', N'Deck Pistol', N'1', N'0', N'0', N'11', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071009', N'Blaster', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071010', N'Burning Revolver', N'1', N'0', N'0', N'11', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071011', N'Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071012', N'Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071013', N'Magnum Revolver', N'1', N'0', N'0', N'11', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071014', N'Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071015', N'Matchlock', N'1', N'0', N'0', N'11', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071016', N'Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071017', N'Slugger', N'1', N'0', N'0', N'11', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071018', N'Precise Pistol', N'1', N'0', N'0', N'11', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11071019', N'Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072001', N'Derringer', N'1', N'0', N'0', N'11', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072002', N'Auto Revolver', N'1', N'0', N'0', N'11', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072003', N'Light Revolver', N'1', N'0', N'0', N'11', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072004', N'Pepperbox', N'1', N'0', N'0', N'11', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072005', N'Flintlock', N'1', N'0', N'0', N'11', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072006', N'Blazing Revolver', N'1', N'0', N'0', N'11', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072007', N'Stinger', N'1', N'0', N'0', N'11', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072008', N'Deck Pistol', N'1', N'0', N'0', N'11', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072009', N'Blaster', N'1', N'0', N'0', N'11', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072010', N'Burning Revolver', N'1', N'0', N'0', N'11', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072011', N'Gauss Revolver', N'1', N'0', N'0', N'11', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072012', N'Imperial Revolver', N'1', N'0', N'0', N'11', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072013', N'Magnum Revolver', N'1', N'0', N'0', N'11', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072014', N'Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072015', N'Matchlock', N'1', N'0', N'0', N'11', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072016', N'Chinook Revolver', N'1', N'0', N'0', N'11', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072017', N'Slugger', N'1', N'0', N'0', N'11', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072018', N'Precise Pistol', N'1', N'0', N'0', N'11', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11072019', N'Nebula Revolver', N'1', N'0', N'0', N'11', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074001', N'Peashooter', N'1', N'0', N'0', N'11', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074002', N'Bolt Action', N'1', N'1', N'5', N'11', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074003', N'Six Shooter', N'1', N'1', N'5', N'11', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074004', N'Spitfire', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074005', N'Engraved Pistol', N'1', N'1', N'5', N'11', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074006', N'Pearl-Handled Pistol', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074007', N'Burning Worm', N'1', N'1', N'5', N'11', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074008', N'Dirge', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074009', N'Hand Cannon', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074010', N'Beretto', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074011', N'Dark Raven', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074104', N'Delicate Spitfire', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074106', N'Delicate Straight Shooter', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074108', N'Delicate Dirge', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074110', N'Delicate Beretto', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11074111', N'Exquisite Dark Raven', N'1', N'1', N'5', N'11', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075001', N'Counter-Attack', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075002', N'Peacemaker', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075003', N'Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075004', N'.44 Revolver', N'1', N'1', N'3', N'11', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075005', N'Salamander ', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075006', N'Dune Falcon', N'1', N'1', N'3', N'11', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075007', N'Valentine ', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075008', N'King Cobra', N'1', N'1', N'3', N'11', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075009', N'Webley', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075010', N'Chrome', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075103', N'Delicate Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075105', N'Delicate Salamander', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075107', N'Delicate Valentine', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075109', N'Delicate Magnum', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11075110', N'Exquisite Chrome', N'1', N'1', N'3', N'11', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081000', N'Training Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081001', N'Kentucky Musket', N'1', N'0', N'0', N'12', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081002', N'Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081003', N'Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081004', N'Sharps Musket', N'1', N'0', N'0', N'12', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081005', N'Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081006', N'Blunderbuss', N'1', N'0', N'0', N'12', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081007', N'Wild Musket', N'1', N'0', N'0', N'12', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081008', N'Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081009', N'Rumanian Carbine', N'1', N'0', N'0', N'12', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081010', N'Searing Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081011', N'Breech-Loader', N'1', N'0', N'0', N'12', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081012', N'Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081013', N'Coach Gun', N'1', N'0', N'0', N'12', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081014', N'Juarez Special', N'1', N'0', N'0', N'12', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11081015', N'Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082001', N'Musket', N'1', N'0', N'0', N'12', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082002', N'Kentucky Musket', N'1', N'0', N'0', N'12', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082003', N'Mighty Musket', N'1', N'0', N'0', N'12', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082004', N'Roaring Musket', N'1', N'0', N'0', N'12', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082005', N'Sharps Musket', N'1', N'0', N'0', N'12', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082006', N'Blazing Musket', N'1', N'0', N'0', N'12', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082007', N'Blunderbuss', N'1', N'0', N'0', N'12', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082008', N'Wild Musket', N'1', N'0', N'0', N'12', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082009', N'Ornate Rifle', N'1', N'0', N'0', N'12', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082010', N'Rumanian Carbine', N'1', N'0', N'0', N'12', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082011', N'Searing Musket', N'1', N'0', N'0', N'12', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082012', N'Breech-Loader', N'1', N'0', N'0', N'12', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082013', N'Wheellock Rifle', N'1', N'0', N'0', N'12', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082014', N'Coach Gun', N'1', N'0', N'0', N'12', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082015', N'Juarez Special', N'1', N'0', N'0', N'12', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082016', N'Pult Musket', N'1', N'0', N'0', N'12', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082101', N'Handy Musket', N'1', N'0', N'0', N'12', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11082102', N'Bolt Musket', N'1', N'0', N'0', N'12', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084001', N'Lever Action', N'1', N'1', N'5', N'12', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084002', N'Enfield', N'1', N'1', N'5', N'12', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084003', N'Saddleback', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084004', N'Side Winder', N'1', N'1', N'5', N'12', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084005', N'Benelli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084006', N'Fire Cracker', N'1', N'1', N'5', N'12', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084007', N'Blessed Musket', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084008', N'Fever-Shot', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084009', N'Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084010', N'The Veteran', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084103', N'Delicate Saddleback', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084105', N'Delicate Benelli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084107', N'Delicate Blessed Musket', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084109', N'Delicate Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11084110', N'Exquisite The Veteran', N'1', N'1', N'5', N'12', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085001', N'Hawkeye', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085002', N'Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085003', N'Eraser', N'1', N'1', N'3', N'12', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085004', N'Liberator', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085005', N'Deluxe Carbine', N'1', N'1', N'3', N'12', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085006', N'Hell Fire', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085007', N'Black Rose', N'1', N'1', N'3', N'12', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085008', N'Conqueror', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085009', N'Serpent', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085102', N'Delicate Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085104', N'Delicate Liberator', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085106', N'Delicate Hell Fire', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085108', N'Delicate Conqueror', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11085109', N'Exquisite Serpent', N'1', N'1', N'3', N'12', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091000', N'Practice Twin Swords', N'1', N'0', N'0', N'55', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091001', N'Cracked Twin Swords', N'1', N'0', N'0', N'55', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091002', N'Disrupt Twin Swords', N'1', N'0', N'0', N'55', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091003', N'Fragmentary Twin Swords', N'1', N'0', N'0', N'55', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091004', N'Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091005', N'Distinctive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091006', N'Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091007', N'Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091008', N'Symmetrical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091009', N'Congenial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091010', N'Vibrant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091011', N'Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091012', N'Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091013', N'Rigid Twin Swords', N'1', N'0', N'0', N'55', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091014', N'Harsh Twin Swords', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091015', N'Frantical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091016', N'Dormant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091017', N'Revengers Twin Swords', N'1', N'0', N'0', N'55', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091018', N'Transient Twin Swords', N'1', N'0', N'0', N'55', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11091019', N'Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092001', N'Cracked Twin Swords', N'1', N'0', N'0', N'55', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092002', N'Disrupt Twin Swords', N'1', N'0', N'0', N'55', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092003', N'Fragmentary Twin Swords', N'1', N'0', N'0', N'55', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092004', N'Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092005', N'Distinctive Twin Swords', N'1', N'0', N'0', N'55', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092006', N'Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092007', N'Identical Twin Swords', N'1', N'0', N'0', N'55', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092008', N'Symmetrical Twin Swords', N'1', N'0', N'0', N'55', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092009', N'Congenial Twin Swords', N'1', N'0', N'0', N'55', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092010', N'Vibrant Twin Swords', N'1', N'0', N'0', N'55', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092011', N'Crucial Twin Swords', N'1', N'0', N'0', N'55', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092012', N'Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092013', N'Rigid Twin Swords', N'1', N'0', N'0', N'55', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092014', N'Harsh Twin Swords', N'1', N'0', N'0', N'55', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092015', N'Frantical Twin Swords', N'1', N'0', N'0', N'55', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092016', N'Dormant Twin Swords', N'1', N'0', N'0', N'55', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092017', N'Revengers Twin Swords', N'1', N'0', N'0', N'55', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092018', N'Transient Twin Swords', N'1', N'0', N'0', N'55', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11092019', N'Destructive Twin Swords', N'1', N'0', N'0', N'55', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094001', N'Ailantus', N'1', N'0', N'0', N'55', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094002', N'Ramnus', N'1', N'1', N'5', N'55', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094003', N'Diospiros', N'1', N'1', N'5', N'55', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094004', N'Illex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094005', N'Actinidia', N'1', N'1', N'5', N'55', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094006', N'Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094007', N'Prunus', N'1', N'1', N'5', N'55', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094008', N'Kapainus', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094009', N'Vitis', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094010', N'Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094011', N'Strobe', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094104', N'Delicate Illex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094106', N'Delicate Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094108', N'Delicate Kapainus', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094110', N'Delicate Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11094111', N'Exquisite Strobe', N'1', N'1', N'5', N'55', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095001', N'Ronisera', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095002', N'Laisium', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095003', N'Castanopsis', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095004', N'Cudrania', N'1', N'1', N'3', N'55', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095005', N'Yuonimus', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095006', N'Deucia', N'1', N'1', N'3', N'55', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095007', N'Kornus', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095008', N'Paderia', N'1', N'1', N'3', N'55', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095009', N'Acer', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095010', N'Lithido', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095103', N'Delicate Castanopsis', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095105', N'Delicate Yuonimus', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095107', N'Delicate Kornus', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095109', N'Delicate Acer', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11095110', N'Exquisite Lithido', N'1', N'1', N'3', N'55', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111000', N'Practice Glaive', N'1', N'0', N'0', N'56', N'1', N'1', N'100000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111001', N'Chaotic Glaive', N'1', N'0', N'0', N'56', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111002', N'Divine Glaive', N'1', N'0', N'0', N'56', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111003', N'Glitters Glaive', N'1', N'0', N'0', N'56', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111004', N'Twilight Glaive', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111005', N'Edge Glaive', N'1', N'0', N'0', N'56', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111006', N'Modest Glaive', N'1', N'0', N'0', N'56', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111007', N'Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111008', N'Vested Glaive', N'1', N'0', N'0', N'56', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111009', N'Adept Glaive', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111010', N'Shrewd Glaive', N'1', N'0', N'0', N'56', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111011', N'Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111012', N'Precious Glaive', N'1', N'0', N'0', N'56', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111013', N'Astute Glaive', N'1', N'0', N'0', N'56', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111014', N'Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111015', N'Intense Glaive', N'1', N'0', N'0', N'56', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111016', N'Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111017', N'Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111018', N'Fever Glaive', N'1', N'0', N'0', N'56', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11111019', N'Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112001', N'Chaotic Glaive', N'1', N'0', N'0', N'56', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112002', N'Divine Glaive', N'1', N'0', N'0', N'56', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112003', N'Glitters Glaive', N'1', N'0', N'0', N'56', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112004', N'Twilight Glaive', N'1', N'0', N'0', N'56', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112005', N'Edge Glaive', N'1', N'0', N'0', N'56', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112006', N'Modest Glaive', N'1', N'0', N'0', N'56', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112007', N'Mighty Glaive', N'1', N'0', N'0', N'56', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112008', N'Vested Glaive', N'1', N'0', N'0', N'56', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112009', N'Adept Glaive', N'1', N'0', N'0', N'56', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112010', N'Shrewd Glaive', N'1', N'0', N'0', N'56', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112011', N'Avent Glaive', N'1', N'0', N'0', N'56', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112012', N'Precious Glaive', N'1', N'0', N'0', N'56', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112013', N'Astute Glaive', N'1', N'0', N'0', N'56', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112014', N'Ardent Glaive', N'1', N'0', N'0', N'56', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112015', N'Intense Glaive', N'1', N'0', N'0', N'56', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112016', N'Tanned Glaive', N'1', N'0', N'0', N'56', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112017', N'Permanent Glaive', N'1', N'0', N'0', N'56', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112018', N'Fever Glaive', N'1', N'0', N'0', N'56', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11112019', N'Zucky Glaive', N'1', N'0', N'0', N'56', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114001', N'Aeumops', N'1', N'0', N'0', N'56', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114002', N'Peramequinum', N'1', N'1', N'5', N'56', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114003', N'Hippocideridae', N'1', N'1', N'5', N'56', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114004', N'Juvatus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114005', N'Leucogaster', N'1', N'1', N'5', N'56', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114006', N'Aserodon', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114007', N'Rapinesqui', N'1', N'1', N'5', N'56', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114008', N'Marianus', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114009', N'Shirof Terra', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114010', N'Megarotis', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114011', N'Plekotooth', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114104', N'Delicate Juvatus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114106', N'Delicate Aserodon', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114108', N'Delicate Marianus', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114110', N'Delicate Megarotis', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11114111', N'Exquisite Plekotooth', N'1', N'1', N'5', N'56', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115001', N'Borealis', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115002', N'Pormosus', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115003', N'Seminolus', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115004', N'Philotis', N'1', N'1', N'3', N'56', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115005', N'Pipistrelus', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115006', N'Gigas', N'1', N'1', N'3', N'56', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115007', N'Megarophila', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115008', N'Cinereus', N'1', N'1', N'3', N'56', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115009', N'Noctivegans', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115010', N'Kairoptera', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115103', N'Delicate Seminolus', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115105', N'Delicate Pipistrelus', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115107', N'Delicate Megarophila', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115109', N'Delicate Noctivegans', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11115110', N'Exquisite Kairoptera', N'1', N'1', N'3', N'56', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131000', N'Practice Demon Hands', N'1', N'0', N'0', N'57', N'1', N'1', N'100000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131001', N'Archaic Demon Hands', N'1', N'0', N'0', N'57', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131002', N'Scars Demon Hands', N'1', N'0', N'0', N'57', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131003', N'Primitive Demon Hands', N'1', N'0', N'0', N'57', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131004', N'Binding Demon Hands', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131005', N'Compact Demon Hands', N'1', N'0', N'0', N'57', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131006', N'Colossal Demon Hands', N'1', N'0', N'0', N'57', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131007', N'Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131008', N'Flawless Demon Hands', N'1', N'0', N'0', N'57', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131009', N'Robust Demon Hands', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131010', N'Bulk Demon Hands', N'1', N'0', N'0', N'57', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131011', N'Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131012', N'Vast Demon Hands', N'1', N'0', N'0', N'57', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131013', N'Harsh Demon Hands', N'1', N'0', N'0', N'57', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131014', N'Immense Demon Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131015', N'Barbaric Demon Hands', N'1', N'0', N'0', N'57', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131016', N'Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131017', N'Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131018', N'Slaves Demon Hands', N'1', N'0', N'0', N'57', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11131019', N'Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132001', N'Archaic Demon Hands', N'1', N'0', N'0', N'57', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132002', N'Scars Demon Hands', N'1', N'0', N'0', N'57', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132003', N'Primitive Demon Hands', N'1', N'0', N'0', N'57', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132004', N'Binding Demon Hands', N'1', N'0', N'0', N'57', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132005', N'Compact Demon Hands', N'1', N'0', N'0', N'57', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132006', N'Colossal Demon Hands', N'1', N'0', N'0', N'57', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132007', N'Formidable Demon Hands', N'1', N'0', N'0', N'57', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132008', N'Flawless Demon Hands', N'1', N'0', N'0', N'57', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132009', N'Robust Demon Hands', N'1', N'0', N'0', N'57', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132010', N'Bulk Demon Hands', N'1', N'0', N'0', N'57', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132011', N'Frexius Demon Hands', N'1', N'0', N'0', N'57', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132012', N'Vast Demon Hands', N'1', N'0', N'0', N'57', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132013', N'Harsh Demon Hands', N'1', N'0', N'0', N'57', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132014', N'Immense Demon Hands', N'1', N'0', N'0', N'57', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132015', N'Barbaric Demon Hands', N'1', N'0', N'0', N'57', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132016', N'Herz Demon Hands', N'1', N'0', N'0', N'57', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132017', N'Punch Demon Hands', N'1', N'0', N'0', N'57', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132018', N'Slaves Demon Hands', N'1', N'0', N'0', N'57', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11132019', N'Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134001', N'Lepture', N'1', N'0', N'0', N'57', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134002', N'Malpinus', N'1', N'1', N'5', N'57', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134003', N'Adustus', N'1', N'1', N'5', N'57', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134004', N'Pumosus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134005', N'Hesperius', N'1', N'1', N'5', N'57', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134006', N'Infuscus', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134007', N'Jabanikus', N'1', N'1', N'5', N'57', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134008', N'Premaebus', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134009', N'Sumatransis', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134010', N'Dookunensis', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134011', N'Diceros', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134104', N'Delicate Pumosus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134106', N'Delicate Infuscus', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134108', N'Delicate Premaebus', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134110', N'Delicate Dookunensis', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11134111', N'Exquisite Diceros', N'1', N'1', N'5', N'57', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135001', N'Aureus', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135002', N'Aljerensis', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135003', N'Antus', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135004', N'Vea', N'1', N'1', N'3', N'57', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135005', N'Crusemani', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135006', N'Indicus', N'1', N'1', N'3', N'57', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135007', N'Rupaster', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135008', N'Naria', N'1', N'1', N'3', N'57', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135009', N'Liparius', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135010', N'Bison', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135103', N'Delicate Antus', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135105', N'Delicate Crusemani', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135107', N'Delicate Rupaster', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135109', N'Delicate Liparius', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11135110', N'Exquisite Bison', N'1', N'1', N'3', N'57', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151000', N'Practice Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151001', N'Classic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151002', N'Unsigned Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151003', N'Untrained Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151004', N'Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151005', N'Preeminent Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151006', N'Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151007', N'Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151008', N'Bustling Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151009', N'Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151010', N'Adroit Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151011', N'Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151012', N'Integral Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151013', N'Avid Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151014', N'Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151015', N'Rain Rose Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151016', N'Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151017', N'Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151018', N'Stressed Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11151019', N'Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152001', N'Classic Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152002', N'Unsigned Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152003', N'Untrained Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152004', N'Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152005', N'Preeminent Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152006', N'Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152007', N'Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152008', N'Bustling Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152009', N'Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152010', N'Adroit Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152011', N'Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152012', N'Integral Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152013', N'Avid Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152014', N'Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152015', N'Rain Rose Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152016', N'Bited Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152017', N'Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152018', N'Stressed Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11152019', N'Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154001', N'Polifemus', N'1', N'0', N'0', N'58', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154002', N'Repidokelis', N'1', N'1', N'5', N'58', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154003', N'Kelodina', N'1', N'1', N'5', N'58', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154004', N'Clemis', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154005', N'Testudinidae', N'1', N'1', N'5', N'58', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154006', N'Crisemis', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154007', N'Kelidra', N'1', N'1', N'5', N'58', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154008', N'Sudaemidura', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154009', N'Kinosternon', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154010', N'Onata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154011', N'Musk Bag', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154104', N'Delicate Clemis', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154106', N'Delicate Crisemis', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154108', N'Delicate Sudaemidura', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154110', N'Delicate Onata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11154111', N'Exquisite Musk Bag', N'1', N'1', N'5', N'58', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155001', N'Terapene', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155002', N'Malaclemis', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155003', N'Lactopris', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155004', N'Kelis', N'1', N'1', N'3', N'58', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155005', N'Hydromedusa', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155006', N'Xiokelon', N'1', N'1', N'3', N'58', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155007', N'Midas', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155008', N'Kareta', N'1', N'1', N'3', N'58', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155009', N'Selgata', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155010', N'Leather Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155103', N'Delicate Lactopris', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155105', N'Delicate Hydromedusa', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155107', N'Delicate Midas', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155109', N'Delicate Selgata', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'11155110', N'Exquisite Leather Bag', N'1', N'1', N'3', N'58', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014001', N'Golden Seal''s Dark Blade', N'1', N'2', N'0', N'5', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014002', N'Golden Seal''s Assault Sword', N'1', N'2', N'0', N'5', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014003', N'Golden Seal''s Lavinunce Edge', N'1', N'2', N'0', N'5', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014004', N'Golden Seal''s Demonic Blade', N'1', N'2', N'0', N'5', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014005', N'Golden Seal''s Al-Hajad', N'1', N'2', N'0', N'5', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014006', N'Golden Seal''s Infinity Reavers', N'1', N'2', N'0', N'5', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014007', N'Golden Seal''s Colossus Blade', N'1', N'2', N'0', N'5', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014008', N'Golden Seal''s Cursed Greed', N'1', N'2', N'0', N'5', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014009', N'Golden Seal Team Al-Hazard', N'1', N'2', N'0', N'5', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014010', N'Golden Seal Team Dark Eyes', N'1', N'2', N'0', N'5', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90014011', N'Golden Seal Team''s Infinity Reavers', N'1', N'2', N'0', N'5', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015001', N'Golden Seal Team''s Sharp Blade', N'1', N'2', N'0', N'5', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015002', N'Golden Seal Team''s Shark Tooth', N'1', N'2', N'0', N'5', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015003', N'Golden Seal Team''s Dark Prince', N'1', N'2', N'0', N'5', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015004', N'Golden Seal Team''s Snare', N'1', N'2', N'0', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015005', N'Golden Seal Team''s Blood Moon', N'1', N'2', N'0', N'5', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015006', N'Golden Seal Team''s Navioo', N'1', N'2', N'0', N'5', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015007', N'Golden Seal Team''s Gram', N'1', N'2', N'0', N'5', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015008', N'Golden Seal Team''s Death Bringer', N'1', N'2', N'0', N'5', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015009', N'Golden Seal Team''s Caliburn', N'1', N'2', N'0', N'5', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015010', N'Golden Seal Team''s Tyrfing', N'1', N'2', N'0', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90015011', N'Golden Seal Team''s Dark Stream', N'1', N'2', N'0', N'5', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016001', N'Specialist''s Bone Blade', N'1', N'2', N'2', N'5', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016002', N'Specialist''s Glazed', N'1', N'2', N'2', N'5', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016003', N'Specialist''s Colada', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016004', N'Specialist''s Durendal', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016005', N'Specialist''s Arondite', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016006', N'Specialist''s Anelas', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016007', N'Specialist''s Death Caliver', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016008', N'Specialist''s Balisarda', N'1', N'2', N'2', N'5', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90016009', N'Specialist''s Juda', N'1', N'2', N'2', N'5', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024001', N'Golden Seal''s Tabar Jin Mace', N'1', N'2', N'0', N'6', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024002', N'Golden Seal''s Lumberjack', N'1', N'2', N'0', N'6', N'4', N'17', N'8000', N'1', N'3', N'1', N'2200', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024003', N'Golden Seal''s Kingsbane', N'1', N'2', N'0', N'6', N'4', N'22', N'8000', N'1', N'3', N'1', N'2200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024004', N'Golden Seal''s Minotauros', N'1', N'2', N'0', N'6', N'4', N'27', N'8000', N'1', N'3', N'1', N'2200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024005', N'Golden Seal''s Bloody Murderer', N'1', N'2', N'0', N'6', N'4', N'32', N'8000', N'1', N'3', N'1', N'2200', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024006', N'Golden Seal''s Bloody Axe', N'1', N'2', N'0', N'6', N'4', N'37', N'8000', N'1', N'3', N'1', N'2200', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024007', N'Golden Seal''s Abyss Roar', N'1', N'2', N'0', N'6', N'4', N'42', N'8000', N'1', N'3', N'1', N'2200', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024008', N'Golden Seal Team Iron Slayer', N'1', N'2', N'0', N'6', N'4', N'47', N'8000', N'1', N'3', N'1', N'2200', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024009', N'Golden Seal Team Bloody Murderer', N'1', N'2', N'0', N'6', N'4', N'52', N'8000', N'1', N'3', N'1', N'2200', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90024010', N'Golden Seal Team''s Destruction', N'1', N'2', N'0', N'6', N'4', N'57', N'8000', N'1', N'3', N'1', N'2200', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025001', N'Golden Seal Team''s Ginger Axe', N'1', N'2', N'0', N'6', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025002', N'Golden Seal Team''s Fransica', N'1', N'2', N'0', N'6', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025003', N'Golden Seal Team''s Prokion', N'1', N'2', N'0', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025004', N'Golden Seal Team''s Spontoon', N'1', N'2', N'0', N'6', N'5', N'27', N'9000', N'1', N'3', N'1', N'2200', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025005', N'Golden Seal Team''s Grandis', N'1', N'2', N'0', N'6', N'5', N'32', N'9000', N'1', N'3', N'1', N'2200', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025006', N'Golden Seal Team''s Chancer', N'1', N'2', N'0', N'6', N'5', N'37', N'9000', N'1', N'3', N'1', N'2200', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025007', N'Golden Seal Team''s El-Nas', N'1', N'2', N'0', N'6', N'5', N'42', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025008', N'Golden Seal Team''s Earthquake', N'1', N'2', N'0', N'6', N'5', N'47', N'9000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025009', N'Golden Seal Team''s Grand Cross', N'1', N'2', N'0', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90025010', N'Golden Seal Team''s Gigantes', N'1', N'2', N'0', N'6', N'5', N'57', N'9000', N'1', N'3', N'1', N'2200', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026001', N'Specialist''s Assault Axe', N'1', N'2', N'2', N'6', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026002', N'Specialist''s Jair', N'1', N'2', N'2', N'6', N'6', N'20', N'10000', N'1', N'3', N'1', N'2200', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026003', N'Specialist''s Crushinator', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026004', N'Specialist''s Vajrayuda', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026005', N'Specialist''s Laevatain', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026006', N'Specialist''s Mjollnir', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026007', N'Specialist''s Amaterus', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026008', N'Specialist''s Abyss Lore', N'1', N'2', N'2', N'6', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90026009', N'Specialist''s Ouroboros', N'1', N'2', N'2', N'6', N'6', N'65', N'10000', N'1', N'3', N'1', N'2200', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034001', N'Golden Seal''s Spatha', N'1', N'2', N'0', N'7', N'4', N'7', N'8000', N'1', N'3', N'1', N'2500', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034002', N'Golden Seal''s Orchid Sword', N'1', N'2', N'0', N'7', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034003', N'Golden Seal Team''s Misericorde', N'1', N'2', N'0', N'7', N'4', N'17', N'8000', N'1', N'3', N'1', N'2500', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034004', N'Golden Seal''s Demon Witch Sword', N'1', N'2', N'0', N'7', N'4', N'22', N'8000', N'1', N'3', N'1', N'2500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034005', N'Golden Seal''s Tahelum', N'1', N'2', N'0', N'7', N'4', N'27', N'8000', N'1', N'3', N'1', N'2500', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034006', N'Golden Seal''s Exceed', N'1', N'2', N'0', N'7', N'4', N'32', N'8000', N'1', N'3', N'1', N'2500', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034007', N'Golden Seal''s Burster Blade', N'1', N'2', N'0', N'7', N'4', N'37', N'8000', N'1', N'3', N'1', N'2500', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034008', N'Golden Seal''s Winter Hearts', N'1', N'2', N'0', N'7', N'4', N'42', N'8000', N'1', N'3', N'1', N'2500', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034009', N'Golden Seal Team Tathlum', N'1', N'2', N'0', N'7', N'4', N'47', N'8000', N'1', N'3', N'1', N'2500', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034010', N'Golden Seal Team Avengers', N'1', N'2', N'0', N'7', N'4', N'52', N'8000', N'1', N'3', N'1', N'2500', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90034011', N'Golden Seal Team''s Exceed', N'1', N'2', N'0', N'7', N'4', N'57', N'8000', N'1', N'3', N'1', N'2500', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035001', N'Golden Seal Team''s Sharp Magic Sword', N'1', N'2', N'0', N'7', N'5', N'7', N'9000', N'1', N'3', N'1', N'2500', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035002', N'Golden Seal Team''s Bansh', N'1', N'2', N'0', N'7', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035003', N'Golden Seal Team''s Vanquish', N'1', N'2', N'0', N'7', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035004', N'Golden Seal Team''s Pendulum', N'1', N'2', N'0', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035005', N'Golden Seal Team''s Chrysaor', N'1', N'2', N'0', N'7', N'5', N'27', N'9000', N'1', N'3', N'1', N'2500', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035006', N'Golden Seal Team''s Mimang', N'1', N'2', N'0', N'7', N'5', N'32', N'9000', N'1', N'3', N'1', N'2500', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035007', N'Golden Seal Team''s Niggling', N'1', N'2', N'0', N'7', N'5', N'37', N'9000', N'1', N'3', N'1', N'2500', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035008', N'Golden Seal Team''s Acuvence', N'1', N'2', N'0', N'7', N'5', N'42', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035009', N'Golden Seal Team''s Nagelling', N'1', N'2', N'0', N'7', N'5', N'47', N'9000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035010', N'Golden Seal Team''s Neggling', N'1', N'2', N'0', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90035011', N'Golden Seal Team''s Kalabog', N'1', N'2', N'0', N'7', N'5', N'57', N'9000', N'1', N'3', N'1', N'2500', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036001', N'Specialist''s Bone Magic Sword', N'1', N'2', N'2', N'7', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036002', N'Specialist''s Samuel', N'1', N'2', N'2', N'7', N'6', N'20', N'10000', N'1', N'3', N'1', N'2500', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036003', N'Specialist''s Schukref', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036004', N'Specialist''s Angervadil', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036005', N'Specialist''s Ascalon', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036006', N'Specialist''s Haute-Claire', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036007', N'Specialist''s Birmore', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036008', N'Specialist''s Gembringer', N'1', N'2', N'2', N'7', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90036009', N'Specialist''s Eiger', N'1', N'2', N'2', N'7', N'6', N'65', N'10000', N'1', N'3', N'1', N'2500', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044001', N'Golden Seal''s Phantom Scythe', N'1', N'2', N'0', N'8', N'4', N'12', N'8000', N'1', N'3', N'1', N'2600', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044002', N'Golden Seal''s Osprey', N'1', N'2', N'0', N'8', N'4', N'17', N'8000', N'1', N'3', N'1', N'2600', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044003', N'Golden Seal''s Wicked Scythe', N'1', N'2', N'0', N'8', N'4', N'22', N'8000', N'1', N'3', N'1', N'2600', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044004', N'Golden Seal''s Rosemary', N'1', N'2', N'0', N'8', N'4', N'27', N'8000', N'1', N'3', N'1', N'2600', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044005', N'Golden Seal''s Albatros', N'1', N'2', N'0', N'8', N'4', N'32', N'8000', N'1', N'3', N'1', N'2600', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044006', N'Golden Seal''s Hell-Judgment', N'1', N'2', N'0', N'8', N'4', N'37', N'8000', N'1', N'3', N'1', N'2600', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044007', N'Golden Seal''s Apocalypse', N'1', N'2', N'0', N'8', N'4', N'42', N'8000', N'1', N'3', N'1', N'2600', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044008', N'Golden Seal Team Chaos', N'1', N'2', N'0', N'8', N'4', N'47', N'8000', N'1', N'3', N'1', N'2600', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044009', N'Golden Seal Team Albatross', N'1', N'2', N'0', N'8', N'4', N'52', N'8000', N'1', N'3', N'1', N'2600', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90044010', N'Golden Seal Team''s Silence', N'1', N'2', N'0', N'8', N'4', N'57', N'8000', N'1', N'3', N'1', N'2600', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045001', N'Golden Seal Team''s Sharp Phantom', N'1', N'2', N'0', N'8', N'5', N'12', N'9000', N'1', N'3', N'1', N'2600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045002', N'Golden Seal Team''s Night-Hag', N'1', N'2', N'0', N'8', N'5', N'17', N'9000', N'1', N'3', N'1', N'2600', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045003', N'Golden Seal Team''s Al-Haena', N'1', N'2', N'0', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045004', N'Golden Seal Team''s Death Scythe', N'1', N'2', N'0', N'8', N'5', N'27', N'9000', N'1', N'3', N'1', N'2600', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045005', N'Golden Seal Team''s Canine', N'1', N'2', N'0', N'8', N'5', N'32', N'9000', N'1', N'3', N'1', N'2600', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045006', N'Golden Seal Team''s Schwarz-Hex', N'1', N'2', N'0', N'8', N'5', N'37', N'9000', N'1', N'3', N'1', N'2600', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045007', N'Golden Seal Team''s Achellus', N'1', N'2', N'0', N'8', N'5', N'42', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045008', N'Golden Seal Team''s Badhdh Cath', N'1', N'2', N'0', N'8', N'5', N'47', N'9000', N'1', N'3', N'1', N'2600', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045009', N'Golden Seal Team''s Fraiya', N'1', N'2', N'0', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90045010', N'Golden Seal Team''s Sirpidium', N'1', N'2', N'0', N'8', N'5', N'57', N'9000', N'1', N'3', N'1', N'2600', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046001', N'Specialist''s Grey Phantom', N'1', N'2', N'2', N'8', N'6', N'10', N'10000', N'1', N'3', N'1', N'2600', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046002', N'Specialist''s Blooming', N'1', N'2', N'2', N'8', N'6', N'20', N'10000', N'1', N'3', N'1', N'2600', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046003', N'Specialist''s Genocide', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046004', N'Specialist''s Al-kide', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046005', N'Specialist''s Sirius', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046006', N'Specialist''s Apocalypse', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046007', N'Specialist''s Saturn', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046008', N'Specialist''s Aintree', N'1', N'2', N'2', N'8', N'6', N'60', N'10000', N'1', N'3', N'1', N'2600', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90046009', N'Specialist''s Kaizen', N'1', N'2', N'2', N'8', N'6', N'65', N'10000', N'1', N'3', N'1', N'2600', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054001', N'Golden Seal''s Howler', N'1', N'2', N'0', N'9', N'4', N'7', N'8000', N'1', N'3', N'1', N'2300', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054002', N'Golden Seal''s Envy', N'1', N'2', N'0', N'9', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054003', N'Golden Seal''s Jade Gauntlets', N'1', N'2', N'0', N'9', N'4', N'17', N'8000', N'1', N'3', N'1', N'2300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054004', N'Golden Seal''s Black Rose', N'1', N'2', N'0', N'9', N'4', N'22', N'8000', N'1', N'3', N'1', N'2300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054005', N'Golden Seal''s Spirit Keeper', N'1', N'2', N'0', N'9', N'4', N'27', N'8000', N'1', N'3', N'1', N'2300', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054006', N'Golden Seal''s Hammer Leech', N'1', N'2', N'0', N'9', N'4', N'32', N'8000', N'1', N'3', N'1', N'2300', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054007', N'Golden Seal''s Armor Breaker ', N'1', N'2', N'0', N'9', N'4', N'37', N'8000', N'1', N'3', N'1', N'2300', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054008', N'Golden Seal''s Wale-Wolf', N'1', N'2', N'0', N'9', N'4', N'42', N'8000', N'1', N'3', N'1', N'2300', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054009', N'Golden Seal Team Spirit Keeper', N'1', N'2', N'0', N'9', N'4', N'47', N'8000', N'1', N'3', N'1', N'2300', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054010', N'Golden Seal Team Oxbreed', N'1', N'2', N'0', N'9', N'4', N'52', N'8000', N'1', N'3', N'1', N'2300', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90054011', N'Golden Seal Team''s Hammer Leech', N'1', N'2', N'0', N'9', N'4', N'57', N'8000', N'1', N'3', N'1', N'2300', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055001', N'Golden Seal Team''s Sharp Gauntlet', N'1', N'2', N'0', N'9', N'5', N'7', N'9000', N'1', N'3', N'1', N'2300', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055002', N'Golden Seal Team''s Shark Skin', N'1', N'2', N'0', N'9', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055003', N'Golden Seal Team''s Wolf Tale', N'1', N'2', N'0', N'9', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055004', N'Golden Seal Team''s Duve', N'1', N'2', N'0', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055005', N'Golden Seal Team''s Scavenger', N'1', N'2', N'0', N'9', N'5', N'27', N'9000', N'1', N'3', N'1', N'2300', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055006', N'Golden Seal Team''s Bex-Servant', N'1', N'2', N'0', N'9', N'5', N'32', N'9000', N'1', N'3', N'1', N'2300', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055007', N'Golden Seal Team''s War Crysis', N'1', N'2', N'0', N'9', N'5', N'37', N'9000', N'1', N'3', N'1', N'2300', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055008', N'Golden Seal Team''s Kornephoros', N'1', N'2', N'0', N'9', N'5', N'42', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055009', N'Golden Seal Team''s Scardi', N'1', N'2', N'0', N'9', N'5', N'47', N'9000', N'1', N'3', N'1', N'2300', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055010', N'Golden Seal Team''s Ifrit', N'1', N'2', N'0', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90055011', N'Golden Seal Team''s Nejad', N'1', N'2', N'0', N'9', N'5', N'57', N'9000', N'1', N'3', N'1', N'2300', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056001', N'Specialist''s Bone Gauntlet', N'1', N'2', N'2', N'9', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056002', N'Specialist''s Wakening', N'1', N'2', N'2', N'9', N'6', N'20', N'10000', N'1', N'3', N'1', N'2300', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056003', N'Specialist''s Inferno', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056004', N'Specialist''s Baowulfwolf', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056005', N'Specialist''s Hildebrant', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056006', N'Specialist''s Ginnungagap', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056007', N'Specialist''s The Cloud', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056008', N'Specialist''s Rebellion', N'1', N'2', N'2', N'9', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90056009', N'Specialist''s Remedy', N'1', N'2', N'2', N'9', N'6', N'65', N'10000', N'1', N'3', N'1', N'2300', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064001', N'Golden Seal''s Ghost Claw', N'1', N'2', N'0', N'10', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064002', N'Golden Seal''s Gleaming Claw', N'1', N'2', N'0', N'10', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064003', N'Golden Seal''s Shackled Talon', N'1', N'2', N'0', N'10', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064004', N'Golden Seal''s Slaughterer', N'1', N'2', N'0', N'10', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064005', N'Golden Seal''s Storm Rider', N'1', N'2', N'0', N'10', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064006', N'Golden Seal''s Croa Zephir', N'1', N'2', N'0', N'10', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064007', N'Golden Seal''s Demon-Hunt', N'1', N'2', N'0', N'10', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064008', N'Golden Seal Team Dignity', N'1', N'2', N'0', N'10', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064009', N'Golden Seal Team Storm Rider', N'1', N'2', N'0', N'10', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90064010', N'Golden Seal Team''s Dual Ghost', N'1', N'2', N'0', N'10', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065001', N'Golden Seal Team''s Sharp Claw', N'1', N'2', N'0', N'10', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065002', N'Golden Seal Team''s Agne', N'1', N'2', N'0', N'10', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065003', N'Golden Seal Team''s Cat Foot', N'1', N'2', N'0', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065004', N'Golden Seal Team''s Dark Crow', N'1', N'2', N'0', N'10', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065005', N'Golden Seal Team''s Shadow-Killer', N'1', N'2', N'0', N'10', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065006', N'Golden Seal Team''s Kayser Knuckle', N'1', N'2', N'0', N'10', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065007', N'Golden Seal Team''s Rain Force', N'1', N'2', N'0', N'10', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065008', N'Golden Seal Team''s Deneve', N'1', N'2', N'0', N'10', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065009', N'Golden Seal Team''s Enneagram', N'1', N'2', N'0', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90065010', N'Golden Seal Team''s Radeath', N'1', N'2', N'0', N'10', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066001', N'Specialist''s Ghost Claw', N'1', N'2', N'2', N'10', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066002', N'Specialist''s Cloaker', N'1', N'2', N'2', N'10', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066003', N'Specialist''s Bagh Nakh', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066004', N'Specialist''s Berserk', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066005', N'Specialist''s Bloody-Mir', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066006', N'Specialist''s Asura', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066007', N'Specialist''s Coon-Broki', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066008', N'Specialist''s Daemon-Hunter', N'1', N'2', N'2', N'10', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90066009', N'Specialist''s Striker', N'1', N'2', N'2', N'10', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074001', N'Golden Seal''s Bolt Action', N'1', N'2', N'0', N'11', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'178') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074002', N'Golden Seal''s Six Shooter', N'1', N'2', N'0', N'11', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074003', N'Golden Seal''s Gravity', N'1', N'2', N'0', N'11', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074004', N'Golden Seal''s Burning Worm', N'1', N'2', N'0', N'11', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074005', N'Golden Seal''s Hand Cannon', N'1', N'2', N'0', N'11', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074006', N'Golden Seal''s Dark Raven', N'1', N'2', N'0', N'11', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074007', N'Golden Seal''s Desire', N'1', N'2', N'0', N'11', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074008', N'Golden Seal''s Abyss Rapsody', N'1', N'2', N'0', N'11', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16230', N'2678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074009', N'Golden Seal Team Renovation', N'1', N'2', N'0', N'11', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074010', N'Golden Seal Team Ignore', N'1', N'2', N'0', N'11', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90074011', N'Golden Seal Team''s Dark Raven', N'1', N'2', N'0', N'11', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075001', N'Golden Seal Team''s Sharp Device', N'1', N'2', N'0', N'11', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'188') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075002', N'Golden Seal Team''s Counter-Attack', N'1', N'2', N'0', N'11', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075003', N'Golden Seal Team''s Rapid', N'1', N'2', N'0', N'11', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075004', N'Golden Seal Team''s Sharp Shooter', N'1', N'2', N'0', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075005', N'Golden Seal Team''s 44 Magnum', N'1', N'2', N'0', N'11', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075006', N'Golden Seal Team''s Salamander', N'1', N'2', N'0', N'11', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075007', N'Golden Seal Team''s Desert Eagle', N'1', N'2', N'0', N'11', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075008', N'Golden Seal Team''s Valentine', N'1', N'2', N'0', N'11', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075009', N'Golden Seal Team''s Turn Red', N'1', N'2', N'0', N'11', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075010', N'Golden Seal Team''s Stylish', N'1', N'2', N'0', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90075011', N'Golden Seal Team''s Hell Singer', N'1', N'2', N'0', N'11', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076001', N'Specialist''s Device', N'1', N'2', N'2', N'11', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076002', N'Specialist''s Burning Action', N'1', N'2', N'2', N'11', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076003', N'Specialist''s Stardust', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076004', N'Specialist''s Berkana', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076005', N'Specialist''s Desperado', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076006', N'Specialist''s Twilight', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076007', N'Specialist''s Croix', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076008', N'Specialist''s Raymond', N'1', N'2', N'2', N'11', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90076009', N'Specialist''s Blur', N'1', N'2', N'2', N'11', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084001', N'Golden Seal''s Lever Action', N'1', N'2', N'0', N'12', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084002', N'Golden Seal''s Saddleback', N'1', N'2', N'0', N'12', N'4', N'17', N'8000', N'1', N'3', N'1', N'2200', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084003', N'Golden Seal''s Benelli', N'1', N'2', N'0', N'12', N'4', N'22', N'8000', N'1', N'3', N'1', N'2200', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084004', N'Golden Seal''s Blessed Musket', N'1', N'2', N'0', N'12', N'4', N'27', N'8000', N'1', N'3', N'1', N'2200', N'7880', N'1300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084005', N'Golden Seal''s Contractor', N'1', N'2', N'0', N'12', N'4', N'32', N'8000', N'1', N'3', N'1', N'2200', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084006', N'Golden Seal''s Explorer', N'1', N'2', N'0', N'12', N'4', N'37', N'8000', N'1', N'3', N'1', N'2200', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084007', N'Golden Seal''s Bust Hold', N'1', N'2', N'0', N'12', N'4', N'42', N'8000', N'1', N'3', N'1', N'2200', N'16570', N'2734') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084008', N'Golden Seal Team Fever-Shot', N'1', N'2', N'0', N'12', N'4', N'47', N'8000', N'1', N'3', N'1', N'2200', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084009', N'Golden Seal Team Contractor', N'1', N'2', N'0', N'12', N'4', N'52', N'8000', N'1', N'3', N'1', N'2200', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90084010', N'Golden Seal Team''s The Veteran', N'1', N'2', N'0', N'12', N'4', N'57', N'8000', N'1', N'3', N'1', N'2200', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085001', N'Golden Seal Team''s Sharp Action', N'1', N'2', N'0', N'12', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085002', N'Golden Seal Team''s Hawk Eye', N'1', N'2', N'0', N'12', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085003', N'Golden Seal Team''s Sonic Boon', N'1', N'2', N'0', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085004', N'Golden Seal Team''s Eraser', N'1', N'2', N'0', N'12', N'5', N'27', N'9000', N'1', N'3', N'1', N'2200', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085005', N'Golden Seal Team''s Liberate', N'1', N'2', N'0', N'12', N'5', N'32', N'9000', N'1', N'3', N'1', N'2200', N'10980', N'1811') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085006', N'Golden Seal Team''s Conquerer', N'1', N'2', N'0', N'12', N'5', N'37', N'9000', N'1', N'3', N'1', N'2200', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085007', N'Golden Seal Team''s Hell Fire', N'1', N'2', N'0', N'12', N'5', N'42', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085008', N'Golden Seal''s Armor Breaker ', N'1', N'2', N'0', N'12', N'5', N'47', N'9000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085009', N'Golden Seal Team''s Trace', N'1', N'2', N'0', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90085010', N'Golden Seal Team''s Serpent', N'1', N'2', N'0', N'12', N'5', N'57', N'9000', N'1', N'3', N'1', N'2200', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086001', N'Specialist''s Lever Action', N'1', N'2', N'2', N'12', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086002', N'Specialist''s Revive', N'1', N'2', N'2', N'12', N'6', N'20', N'10000', N'1', N'3', N'1', N'2200', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086003', N'Specialist''s Phlogiston', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086004', N'Specialist''s Hagaraz', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086005', N'Specialist''s Boreas', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086006', N'Specialist''s Jephiroth', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086007', N'Specialist''s Crimson Swear', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086008', N'Specialist''s Plainus', N'1', N'2', N'2', N'12', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90086009', N'Specialist''s Bandid Shot', N'1', N'2', N'2', N'12', N'6', N'65', N'10000', N'1', N'3', N'1', N'2200', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094001', N'Golden Seal Team Ailantus', N'1', N'2', N'0', N'55', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094002', N'Golden Seal Team Ramnus', N'1', N'2', N'0', N'55', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094003', N'Golden Seal Team Diospiros', N'1', N'2', N'0', N'55', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094004', N'Golden Seal Team Illex', N'1', N'2', N'0', N'55', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094005', N'Golden Seal Team Actinidia', N'1', N'2', N'0', N'55', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094006', N'Golden Seal Team Betula', N'1', N'2', N'0', N'55', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094007', N'Golden Seal Team Prunus', N'1', N'2', N'0', N'55', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094008', N'Golden Seal Team Kapainus', N'1', N'2', N'0', N'55', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094009', N'Golden Seal Team Vitis', N'1', N'2', N'0', N'55', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094010', N'Golden Seal Team Ribeth', N'1', N'2', N'0', N'55', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90094011', N'Golden Seal Team''s Strobe', N'1', N'2', N'0', N'55', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095001', N'Golden Seal Team Keened Twin Swords', N'1', N'2', N'0', N'55', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095002', N'Golden Seal Team Ronisera', N'1', N'2', N'0', N'55', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095003', N'Golden Seal Team Laisium', N'1', N'2', N'0', N'55', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095004', N'Golden Seal Team Castanopsis', N'1', N'2', N'0', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095005', N'Golden Seal Team Cudrania', N'1', N'2', N'0', N'55', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095006', N'Golden Seal Team Yuonimus', N'1', N'2', N'0', N'55', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095007', N'Golden Seal Team Deucia', N'1', N'2', N'0', N'55', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095008', N'Golden Seal Team Kornus', N'1', N'2', N'0', N'55', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095009', N'Golden Seal Team Paderia', N'1', N'2', N'0', N'55', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095010', N'Golden Seal Team Acer', N'1', N'2', N'0', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90095011', N'Golden Seal Team''s Lithido', N'1', N'2', N'0', N'55', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096001', N'Specialist Ailantus', N'1', N'2', N'2', N'55', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096002', N'Specialist Yuglans', N'1', N'2', N'2', N'55', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096003', N'Specialist Ritzia', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096004', N'Specialist Salix', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096005', N'Specialist Katalfa', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096006', N'Specialist Ligustrum', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096007', N'Specialist Occidental', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096008', N'Specialist Twin Swords Epic', N'1', N'2', N'2', N'55', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90096009', N'Specialist Twin Swords Epic', N'1', N'2', N'2', N'55', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114001', N'Golden Seal Team Aeumops', N'1', N'2', N'0', N'56', N'4', N'7', N'8000', N'1', N'3', N'1', N'2500', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114002', N'Golden Seal Team Peramequinum', N'1', N'2', N'0', N'56', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114003', N'Golden Seal Team Hippocideridae', N'1', N'2', N'0', N'56', N'4', N'17', N'8000', N'1', N'3', N'1', N'2500', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114004', N'Golden Seal Team Juvatus', N'1', N'2', N'0', N'56', N'4', N'22', N'8000', N'1', N'3', N'1', N'2500', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114005', N'Golden Seal Team Leucogaster', N'1', N'2', N'0', N'56', N'4', N'27', N'8000', N'1', N'3', N'1', N'2500', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114006', N'Golden Seal Team Aserodon', N'1', N'2', N'0', N'56', N'4', N'32', N'8000', N'1', N'3', N'1', N'2500', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114007', N'Golden Seal Team Rapinesqui', N'1', N'2', N'0', N'56', N'4', N'37', N'8000', N'1', N'3', N'1', N'2500', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114008', N'Golden Seal Team Marianus', N'1', N'2', N'0', N'56', N'4', N'42', N'8000', N'1', N'3', N'1', N'2500', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114009', N'Golden Seal Team Shirof Terra', N'1', N'2', N'0', N'56', N'4', N'47', N'8000', N'1', N'3', N'1', N'2500', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114010', N'Golden Seal Team Megarotis', N'1', N'2', N'0', N'56', N'4', N'52', N'8000', N'1', N'3', N'1', N'2500', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90114011', N'Golden Seal Team''s Plekotooth', N'1', N'2', N'0', N'56', N'4', N'57', N'8000', N'1', N'3', N'1', N'2500', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115001', N'Golden Seal Team Keened Glaive', N'1', N'2', N'0', N'56', N'5', N'7', N'9000', N'1', N'3', N'1', N'2500', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115002', N'Golden Seal Team Borealis', N'1', N'2', N'0', N'56', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115003', N'Golden Seal Team Pormosus', N'1', N'2', N'0', N'56', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115004', N'Golden Seal Team Seminolus', N'1', N'2', N'0', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115005', N'Golden Seal Team Philotis', N'1', N'2', N'0', N'56', N'5', N'27', N'9000', N'1', N'3', N'1', N'2500', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115006', N'Golden Seal Team Pipistrelus', N'1', N'2', N'0', N'56', N'5', N'32', N'9000', N'1', N'3', N'1', N'2500', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115007', N'Golden Seal Team Gigas', N'1', N'2', N'0', N'56', N'5', N'37', N'9000', N'1', N'3', N'1', N'2500', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115008', N'Golden Seal Team Megarophila', N'1', N'2', N'0', N'56', N'5', N'42', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115009', N'Golden Seal Team Cinereus', N'1', N'2', N'0', N'56', N'5', N'47', N'9000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115010', N'Golden Seal Team Noctivegans', N'1', N'2', N'0', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90115011', N'Golden Seal Team''s Kairoptera', N'1', N'2', N'0', N'56', N'5', N'57', N'9000', N'1', N'3', N'1', N'2500', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116001', N'Specialist Aeumops', N'1', N'2', N'2', N'56', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116002', N'Specialist Humeralis', N'1', N'2', N'2', N'56', N'6', N'20', N'10000', N'1', N'3', N'1', N'2500', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116003', N'Specialist Nicteride', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116004', N'Specialist Molosidae', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116005', N'Specialist Eduderma', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116006', N'Specialist Maculatum', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116007', N'Specialist Mormoph', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116008', N'Specialist Glaive Epic', N'1', N'2', N'2', N'56', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90116009', N'Specialist Glaive Epic', N'1', N'2', N'2', N'56', N'6', N'65', N'10000', N'1', N'3', N'1', N'2500', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134001', N'Golden Seal Team Lepture', N'1', N'2', N'0', N'57', N'4', N'7', N'8000', N'1', N'3', N'1', N'2300', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134002', N'Golden Seal Team Malpinus', N'1', N'2', N'0', N'57', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134003', N'Golden Seal Team Adustus', N'1', N'2', N'0', N'57', N'4', N'17', N'8000', N'1', N'3', N'1', N'2300', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134004', N'Golden Seal Team Pumosus', N'1', N'2', N'0', N'57', N'4', N'22', N'8000', N'1', N'3', N'1', N'2300', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134005', N'Golden Seal Team Hesperius', N'1', N'2', N'0', N'57', N'4', N'27', N'8000', N'1', N'3', N'1', N'2300', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134006', N'Golden Seal Team Infuscus', N'1', N'2', N'0', N'57', N'4', N'32', N'8000', N'1', N'3', N'1', N'2300', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134007', N'Golden Seal Team Jabanikus', N'1', N'2', N'0', N'57', N'4', N'37', N'8000', N'1', N'3', N'1', N'2300', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134008', N'Golden Seal Team Premaebus', N'1', N'2', N'0', N'57', N'4', N'42', N'8000', N'1', N'3', N'1', N'2300', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134009', N'Golden Seal Team Sumatransis', N'1', N'2', N'0', N'57', N'4', N'47', N'8000', N'1', N'3', N'1', N'2300', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134010', N'Golden Seal Team Dookunensis', N'1', N'2', N'0', N'57', N'4', N'52', N'8000', N'1', N'3', N'1', N'2300', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90134011', N'Golden Seal Team''s Diceros', N'1', N'2', N'0', N'57', N'4', N'57', N'8000', N'1', N'3', N'1', N'2300', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135001', N'Golden Seal Team Keened Demon Hands', N'1', N'2', N'0', N'57', N'5', N'7', N'9000', N'1', N'3', N'1', N'2300', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135002', N'Golden Seal Team Aureus', N'1', N'2', N'0', N'57', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135003', N'Golden Seal Team Aljerensis', N'1', N'2', N'0', N'57', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135004', N'Golden Seal Team Antus', N'1', N'2', N'0', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135005', N'Golden Seal Team Vea', N'1', N'2', N'0', N'57', N'5', N'27', N'9000', N'1', N'3', N'1', N'2300', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135006', N'Golden Seal Team Crusemani', N'1', N'2', N'0', N'57', N'5', N'32', N'9000', N'1', N'3', N'1', N'2300', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135007', N'Golden Seal Team Indicus', N'1', N'2', N'0', N'57', N'5', N'37', N'9000', N'1', N'3', N'1', N'2300', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135008', N'Golden Seal Team Rupaster', N'1', N'2', N'0', N'57', N'5', N'42', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135009', N'Golden Seal Team Naria', N'1', N'2', N'0', N'57', N'5', N'47', N'9000', N'1', N'3', N'1', N'2300', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135010', N'Golden Seal Team Liparius', N'1', N'2', N'0', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90135011', N'Golden Seal Team''s Bison', N'1', N'2', N'0', N'57', N'5', N'57', N'9000', N'1', N'3', N'1', N'2300', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136001', N'Specialist Lepture', N'1', N'2', N'2', N'57', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136002', N'Specialist Arkstos', N'1', N'2', N'2', N'57', N'6', N'20', N'10000', N'1', N'3', N'1', N'2300', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136003', N'Specialist Richaon', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136004', N'Specialist Lanixer', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136005', N'Specialist Dingo', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136006', N'Specialist Lupers', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136007', N'Specialist Wolverine', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136008', N'Specialist Demon Hands Epic', N'1', N'2', N'2', N'57', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90136009', N'Specialist Demon Hands Epic', N'1', N'2', N'2', N'57', N'6', N'65', N'10000', N'1', N'3', N'1', N'2300', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154001', N'Golden Seal Team Polifemus', N'1', N'2', N'0', N'58', N'4', N'7', N'8000', N'1', N'3', N'1', N'2000', N'1080', N'179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154002', N'Golden Seal Team Repidokelis', N'1', N'2', N'0', N'58', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154003', N'Golden Seal Team Kelodina', N'1', N'2', N'0', N'58', N'4', N'17', N'8000', N'1', N'3', N'1', N'2000', N'3800', N'627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154004', N'Golden Seal Team Clemis', N'1', N'2', N'0', N'58', N'4', N'22', N'8000', N'1', N'3', N'1', N'2000', N'5670', N'936') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154005', N'Golden Seal Team Testudinidae', N'1', N'2', N'0', N'58', N'4', N'27', N'8000', N'1', N'3', N'1', N'2000', N'7880', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154006', N'Golden Seal Team Crisemis', N'1', N'2', N'0', N'58', N'4', N'32', N'8000', N'1', N'3', N'1', N'2000', N'10430', N'1721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154007', N'Golden Seal Team Kelidra', N'1', N'2', N'0', N'58', N'4', N'37', N'8000', N'1', N'3', N'1', N'2000', N'13330', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154008', N'Golden Seal Team Sudaemidura', N'1', N'2', N'0', N'58', N'4', N'42', N'8000', N'1', N'3', N'1', N'2000', N'16570', N'2735') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154009', N'Golden Seal Team Kinosternon', N'1', N'2', N'0', N'58', N'4', N'47', N'8000', N'1', N'3', N'1', N'2000', N'20150', N'3325') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154010', N'Golden Seal Team Onata', N'1', N'2', N'0', N'58', N'4', N'52', N'8000', N'1', N'3', N'1', N'2000', N'24060', N'3970') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90154011', N'Golden Seal Team''s Musk Bag', N'1', N'2', N'0', N'58', N'4', N'57', N'8000', N'1', N'3', N'1', N'2000', N'28330', N'4674') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155001', N'Golden Seal Team Keened Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'7', N'9000', N'1', N'3', N'1', N'2000', N'1140', N'189') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155002', N'Golden Seal Team Terapene', N'1', N'2', N'0', N'58', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155003', N'Golden Seal Team Malaclemis', N'1', N'2', N'0', N'58', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155004', N'Golden Seal Team Lactopris', N'1', N'2', N'0', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155005', N'Golden Seal Team Kelis', N'1', N'2', N'0', N'58', N'5', N'27', N'9000', N'1', N'3', N'1', N'2000', N'8290', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155006', N'Golden Seal Team Hydromedusa', N'1', N'2', N'0', N'58', N'5', N'32', N'9000', N'1', N'3', N'1', N'2000', N'10980', N'1812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155007', N'Golden Seal Team Xiokelon', N'1', N'2', N'0', N'58', N'5', N'37', N'9000', N'1', N'3', N'1', N'2000', N'14030', N'2315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155008', N'Golden Seal Team Midas', N'1', N'2', N'0', N'58', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155009', N'Golden Seal Team Kareta', N'1', N'2', N'0', N'58', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155010', N'Golden Seal Team Selgata', N'1', N'2', N'0', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90155011', N'Golden Seal Team''s Leather Bag', N'1', N'2', N'0', N'58', N'5', N'57', N'9000', N'1', N'3', N'1', N'2000', N'29820', N'4920') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156001', N'Specialist Demakelis', N'1', N'2', N'2', N'58', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'321') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156002', N'Specialist Repidokelis', N'1', N'2', N'2', N'58', N'6', N'20', N'10000', N'1', N'3', N'1', N'2000', N'5400', N'891') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156003', N'Specialist Kelodina', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156004', N'Specialist Clemis', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156005', N'Specialist Testudinidae', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156006', N'Specialist Crisemis', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156007', N'Specialist Clemis', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156008', N'Specialist Sudaemidura', N'1', N'2', N'2', N'58', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'90156009', N'Specialist Kinosternon', N'1', N'2', N'2', N'58', N'6', N'65', N'10000', N'1', N'3', N'1', N'2000', N'39640', N'6541') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999991', N'Poor Cutlassfish', N'1', N'2', N'0', N'5', N'5', N'20', N'7500', N'1', N'3', N'1', N'2000', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999992', N'Cutlassfish', N'1', N'2', N'0', N'5', N'5', N'30', N'7500', N'1', N'3', N'1', N'2000', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999993', N'Great Cutlassfish', N'1', N'2', N'0', N'5', N'5', N'40', N'7500', N'1', N'3', N'1', N'2000', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999994', N'Poor Giant Tuna', N'1', N'2', N'0', N'7', N'5', N'20', N'7500', N'1', N'3', N'1', N'2500', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999995', N'Giant Tuna', N'1', N'2', N'0', N'7', N'5', N'30', N'7500', N'1', N'3', N'1', N'2500', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999996', N'Great Giant Tuna', N'1', N'2', N'0', N'7', N'5', N'40', N'7500', N'1', N'3', N'1', N'2500', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999997', N'Poor Ammonite', N'1', N'2', N'0', N'9', N'5', N'20', N'7500', N'1', N'3', N'1', N'2300', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999998', N'Ammonite', N'1', N'2', N'0', N'9', N'5', N'30', N'7500', N'1', N'3', N'1', N'2300', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'98999999', N'Great Ammonite', N'1', N'2', N'0', N'9', N'5', N'40', N'7500', N'1', N'3', N'1', N'2300', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000000', N'Poor Squid', N'1', N'2', N'0', N'11', N'5', N'20', N'7500', N'1', N'3', N'1', N'2000', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000001', N'Squid', N'1', N'2', N'0', N'11', N'5', N'30', N'7500', N'1', N'3', N'1', N'2000', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000002', N'Great Squid', N'1', N'2', N'0', N'11', N'5', N'40', N'7500', N'1', N'3', N'1', N'2000', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000003', N'Poor Starfish', N'1', N'2', N'0', N'6', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000004', N'Starfish', N'1', N'2', N'0', N'6', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000005', N'Great Starfish', N'1', N'2', N'0', N'6', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000006', N'Poor Swordfish', N'1', N'2', N'0', N'8', N'5', N'20', N'7500', N'1', N'3', N'1', N'2600', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000007', N'Swordfish', N'1', N'2', N'0', N'8', N'5', N'30', N'7500', N'1', N'3', N'1', N'2600', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000008', N'Great Swordfish', N'1', N'2', N'0', N'8', N'5', N'40', N'7500', N'1', N'3', N'1', N'2600', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000009', N'Poor Lobster Claw', N'1', N'2', N'0', N'10', N'5', N'20', N'7500', N'1', N'3', N'1', N'2300', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000010', N'Lobster Claw', N'1', N'2', N'0', N'10', N'5', N'30', N'7500', N'1', N'3', N'1', N'2300', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000011', N'Great Lobster Claw', N'1', N'2', N'0', N'10', N'5', N'40', N'7500', N'1', N'3', N'1', N'2300', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000012', N'Poor Hammerhead', N'1', N'2', N'0', N'12', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000013', N'Hammerhead', N'1', N'2', N'0', N'12', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000014', N'Great Hammerhead', N'1', N'2', N'0', N'12', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000015', N'Poor Twin Shrimp', N'1', N'2', N'0', N'55', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000016', N'Twin Shrimp', N'1', N'2', N'0', N'55', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000017', N'Great Twin Shrimp', N'1', N'2', N'0', N'55', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000018', N'Poor Salty Sea Horse', N'1', N'2', N'0', N'56', N'5', N'20', N'7500', N'1', N'3', N'1', N'2600', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000019', N'Salty Sea Horse', N'1', N'2', N'0', N'56', N'5', N'30', N'7500', N'1', N'3', N'1', N'2600', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000020', N'Great Salty Sea Horse', N'1', N'2', N'0', N'56', N'5', N'40', N'7500', N'1', N'3', N'1', N'2600', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000021', N'Poor Lobster Hands', N'1', N'2', N'0', N'57', N'5', N'20', N'7500', N'1', N'3', N'1', N'2300', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000022', N'Lobster Hands', N'1', N'2', N'0', N'57', N'5', N'30', N'7500', N'1', N'3', N'1', N'2300', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000023', N'Great Lobster Hands', N'1', N'2', N'0', N'57', N'5', N'40', N'7500', N'1', N'3', N'1', N'2300', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000024', N'Poor Loggerhead', N'1', N'2', N'0', N'58', N'5', N'20', N'7500', N'1', N'3', N'1', N'2200', N'5970', N'990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000025', N'Loggerhead', N'1', N'2', N'0', N'58', N'5', N'30', N'7500', N'1', N'3', N'1', N'2200', N'10420', N'1716') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99000026', N'Great Loggerhead', N'1', N'2', N'0', N'58', N'5', N'40', N'7500', N'1', N'3', N'1', N'2200', N'16730', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001501', N'Candy Cane', N'1', N'2', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001502', N'Merry Candy Cane', N'1', N'2', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001503', N'Silent Candy Cane', N'1', N'2', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001504', N'Holy Candy Cane', N'1', N'2', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001505', N'Santa''s Candy Cane', N'1', N'2', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001511', N'Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001512', N'Merry Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001513', N'Silent Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001514', N'Holy Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99001515', N'Santa''s Poinsettia Cross', N'1', N'2', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002501', N'Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002502', N'Merry Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002503', N'Silent Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002504', N'Holy Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002505', N'Santa''s Bell Hammer', N'1', N'2', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002511', N'Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002512', N'Merry Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002513', N'Silent Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002514', N'Holy Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99002515', N'Santa''s Candelabra Axe', N'1', N'2', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003501', N'Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003502', N'Merry Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003503', N'Silent Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003504', N'Holy Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003505', N'Santa''s Poinsettia Wing', N'1', N'2', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003511', N'Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003512', N'Merry Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003513', N'Silent Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003514', N'Holy Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99003515', N'Santa''s Wreath Wrecker', N'1', N'2', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004501', N'Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004502', N'Merry Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004503', N'Silent Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004504', N'Holy Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004505', N'Santa''s Sleigh Scythe', N'1', N'2', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004511', N'Birch Branch', N'1', N'2', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004512', N'Merry Birch Branch', N'1', N'2', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004513', N'Silent Birch Branch', N'1', N'2', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004514', N'Holy Birch Branch', N'1', N'2', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99004515', N'Santa''s Birch Branch', N'1', N'2', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005501', N'Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005502', N'Merry Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005503', N'Silent Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005504', N'Holy Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005505', N'Santa''s Stocking Socker', N'1', N'2', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005511', N'Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005512', N'Merry Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005513', N'Silent Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005514', N'Holy Giftwrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99005515', N'Santa''s Gift-Wrap Gauntlet', N'1', N'2', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006501', N'Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006502', N'Merry Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006503', N'Silent Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006504', N'Holy Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006505', N'Santa''s Snowman Claw', N'1', N'2', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006511', N'Santa Claw', N'1', N'2', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006512', N'Merry Santa Claw', N'1', N'2', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006513', N'Silent Santa Claw', N'1', N'2', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006514', N'Holy Santa Claw', N'1', N'2', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99006515', N'Santa''s Claw', N'1', N'2', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007501', N'Tree Topper', N'1', N'2', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007502', N'Merry Tree Topper', N'1', N'2', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007503', N'Silent Tree Topper', N'1', N'2', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007504', N'Holy Tree Topper', N'1', N'2', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007505', N'Santa''s Tree Topper', N'1', N'2', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007511', N'Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007512', N'Merry Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007513', N'Silent Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007514', N'Holy Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99007515', N'Santa''s Jingle Blaster', N'1', N'2', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008501', N'Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008502', N'Merry Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008503', N'Silent Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008504', N'Holy Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008505', N'Santa''s Cookie Cutter', N'1', N'2', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008511', N'Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008512', N'Merry Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008513', N'Silent Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008514', N'Holy Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99008515', N'Santa''s Trumpet Musket', N'1', N'2', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009501', N'Twin Forks', N'1', N'2', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009502', N'Merry Twin Forks', N'1', N'2', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009503', N'Silent Twin Forks', N'1', N'2', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009504', N'Holy Twin Forks', N'1', N'2', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009505', N'Santa''s Twin Forks', N'1', N'2', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009511', N'Twin Candles', N'1', N'2', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009512', N'Merry Twin Candles', N'1', N'2', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009513', N'Silent Twin Candles', N'1', N'2', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009514', N'Holy Twin Candles', N'1', N'2', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99009515', N'Santa''s Twin Candles', N'1', N'2', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011501', N'Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011502', N'Merry Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011503', N'Silent Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011504', N'Holy Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011505', N'Santa''s Snow Shovel', N'1', N'2', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011511', N'Mistletoe', N'1', N'2', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011512', N'Merry Mistletoe', N'1', N'2', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011513', N'Silent Mistletoe', N'1', N'2', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011514', N'Holy Mistletoe', N'1', N'2', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99011515', N'Santa''s Mistletoe', N'1', N'2', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013501', N'Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013502', N'Merry Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013503', N'Silent Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013504', N'Holy Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013505', N'Santa''s Reindeer Mitts', N'1', N'2', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013511', N'Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013512', N'Merry Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013513', N' Silent Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013514', N'Holy Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99013515', N'Santa''s Chimney Fists', N'1', N'2', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015501', N'Gift Box', N'1', N'2', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015502', N'Merry Gift Box', N'1', N'2', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015503', N'Silent Gift Box', N'1', N'2', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015504', N'Holy Gift Box', N'1', N'2', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015505', N'Santa''s Gift Box', N'1', N'2', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015511', N'Cookie Box', N'1', N'2', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'278') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015512', N'Merry Cookie Box', N'1', N'2', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'771') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015513', N'Silent Cookie Box', N'1', N'2', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015514', N'Holy Cookie Box', N'1', N'2', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99015515', N'Santa''s Cookie Box', N'1', N'2', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999991', N'Frantz Default Primary Weapon', N'1', N'0', N'0', N'5', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999992', N'Angela Default Primary Weapon', N'1', N'0', N'0', N'7', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999993', N'Tude Default Primary Weapon', N'1', N'0', N'0', N'9', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999994', N'Natasha Default Primary Weapon', N'1', N'0', N'0', N'11', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999995', N'Frantz Default Secondary Weapon', N'1', N'0', N'0', N'6', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999996', N'Angela Default Secondary Weapon', N'1', N'0', N'0', N'8', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999997', N'Tude Default Secondary Weapon', N'1', N'0', N'0', N'10', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'99999998', N'Natasha Default Secondary Weapon', N'1', N'0', N'0', N'12', N'1', N'1', N'7500', N'0', N'0', N'1', N'0', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111012001', N'Technical Officer''s Small Sword', N'1', N'2', N'0', N'5', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111012002', N'Recon Long Sword', N'1', N'2', N'0', N'5', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111014001', N'Ruben''s Bone Blade', N'1', N'2', N'0', N'5', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111014002', N'War Sword', N'1', N'2', N'0', N'5', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111014003', N'Joheim''s Lavinunce Edge', N'1', N'2', N'0', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015001', N'Sword of Agony', N'1', N'2', N'0', N'5', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015002', N'Sword of Despair', N'1', N'2', N'0', N'5', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015003', N'Sword of Sorrow', N'1', N'2', N'0', N'5', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015004', N'Joheim''s Snare', N'1', N'2', N'0', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015101', N'Skeletal Sword', N'1', N'2', N'3', N'5', N'5', N'42', N'8000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015201', N'Catacomb Sword', N'1', N'2', N'3', N'5', N'5', N'47', N'8000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111015301', N'Catacomb Sword', N'1', N'2', N'3', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111016101', N'Bonehewn Sword', N'1', N'2', N'2', N'5', N'6', N'43', N'8000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111016201', N'Hidden Catacomb Sword', N'1', N'2', N'2', N'5', N'6', N'48', N'8000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111016301', N'Hidden Catacomb Sword', N'1', N'2', N'2', N'5', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111022002', N'Recon Grid Axe', N'1', N'2', N'0', N'6', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111024001', N'Ruben''s Small Axe', N'1', N'2', N'0', N'6', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111024002', N'Tabar Jin Mace', N'1', N'2', N'0', N'6', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111024003', N'Fury of Joheim', N'1', N'2', N'0', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025001', N'Axe of Agony', N'1', N'2', N'0', N'6', N'4', N'19', N'8000', N'1', N'3', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025002', N'Mace of Despair', N'1', N'2', N'0', N'6', N'4', N'29', N'8000', N'1', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025003', N'Axe of Sorrow', N'1', N'2', N'0', N'6', N'4', N'39', N'8000', N'1', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025004', N'Joheim''s Procyon', N'1', N'2', N'0', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025101', N'Skeletal Axe', N'1', N'2', N'3', N'6', N'5', N'42', N'8000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025201', N'Catacomb Axe', N'1', N'2', N'3', N'6', N'5', N'47', N'8000', N'1', N'3', N'1', N'2300', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111025301', N'Catacomb Axe', N'1', N'2', N'3', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111026101', N'Bonehewn Axe', N'1', N'2', N'2', N'6', N'6', N'43', N'8000', N'1', N'3', N'1', N'2300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111026201', N'Hidden Catacomb Axe', N'1', N'2', N'2', N'6', N'6', N'48', N'8000', N'1', N'3', N'1', N'2300', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111026301', N'Hidden Catacomb Axe', N'1', N'2', N'2', N'6', N'6', N'53', N'10000', N'1', N'3', N'1', N'2300', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111032001', N'Technical Officer''s Magic Sword', N'1', N'2', N'0', N'7', N'2', N'4', N'7500', N'0', N'3', N'1', N'2500', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111032002', N'Recon Lunar Magic Sword', N'1', N'2', N'0', N'7', N'2', N'6', N'7500', N'0', N'3', N'1', N'2500', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111034001', N'Ruben''s Bone Sword', N'1', N'2', N'0', N'7', N'4', N'8', N'8000', N'1', N'3', N'1', N'2500', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111034002', N'Crystal Magic Sword', N'1', N'2', N'0', N'7', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111034003', N'Estel''s Misericorde ', N'1', N'2', N'0', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035001', N'Magic Sword of Mischief', N'1', N'2', N'0', N'7', N'4', N'19', N'8000', N'1', N'3', N'1', N'2500', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035002', N'Magic Sword of Chicanery', N'1', N'2', N'0', N'7', N'4', N'29', N'8000', N'1', N'3', N'1', N'2500', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035003', N'Magic Sword of Devilry', N'1', N'2', N'0', N'7', N'4', N'39', N'8000', N'1', N'3', N'1', N'2500', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035004', N'Estel''s Pendulum', N'1', N'2', N'0', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035101', N'Skeletal Magic Sword', N'1', N'2', N'3', N'7', N'5', N'42', N'8000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035201', N'Catacomb Magic Sword', N'1', N'2', N'3', N'7', N'5', N'47', N'8000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111035301', N'Catacomb Magic Sword', N'1', N'2', N'3', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111036101', N'Bonehewn Magic Sword', N'1', N'2', N'2', N'7', N'6', N'43', N'8000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111036201', N'Hidden Catacomb Magic Sword', N'1', N'2', N'2', N'7', N'6', N'48', N'8000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111036301', N'Hidden Catacomb Magic Sword', N'1', N'2', N'2', N'7', N'6', N'53', N'10000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111042002', N'Recon Handy Scythe', N'1', N'2', N'0', N'8', N'2', N'6', N'7500', N'0', N'3', N'1', N'2500', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111044001', N'Ruben''s Moon Magic Scythe', N'1', N'2', N'0', N'8', N'4', N'8', N'8000', N'1', N'3', N'1', N'2500', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111044002', N'Phantom Scythe', N'1', N'2', N'0', N'8', N'4', N'12', N'8000', N'1', N'3', N'1', N'2600', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111044003', N'Estel''s Dark Scythe', N'1', N'2', N'0', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045001', N'Scythe of Mischief', N'1', N'2', N'0', N'8', N'4', N'19', N'8000', N'1', N'3', N'1', N'2600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045002', N'Scythe of Chicanery', N'1', N'2', N'0', N'8', N'4', N'29', N'8000', N'1', N'3', N'1', N'2600', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045003', N'Scythe of Devilry', N'1', N'2', N'0', N'8', N'4', N'39', N'8000', N'1', N'3', N'1', N'2600', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045004', N'Estel''s Al-Henna', N'1', N'2', N'0', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045101', N'Skeletal Scythe', N'1', N'2', N'3', N'8', N'5', N'42', N'8000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045201', N'Catacomb Scythe', N'1', N'2', N'3', N'8', N'5', N'47', N'8000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111045301', N'Catacomb Scythe', N'1', N'2', N'3', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111046101', N'Bonehewn Scythe', N'1', N'2', N'2', N'8', N'6', N'43', N'8000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111046201', N'Hidden Catacomb Scythe', N'1', N'2', N'2', N'8', N'6', N'48', N'8000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111046301', N'Hidden Catacomb Scythe', N'1', N'2', N'2', N'8', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111052001', N'Technical Officer''s Light Gauntlet', N'1', N'2', N'0', N'9', N'2', N'4', N'7500', N'0', N'3', N'1', N'2300', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111052002', N'Recon Low Gauntlet', N'1', N'2', N'0', N'9', N'2', N'6', N'7500', N'0', N'3', N'1', N'2300', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111054001', N'Ruben''s Bone Gauntlets', N'1', N'2', N'0', N'9', N'4', N'8', N'8000', N'1', N'3', N'1', N'2300', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111054002', N'Metal Gauntlets', N'1', N'2', N'0', N'9', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111054003', N'Gorgon''s Jade Gauntlet', N'1', N'2', N'0', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055001', N'Foolish Gauntlet', N'1', N'2', N'0', N'9', N'4', N'19', N'8000', N'1', N'3', N'1', N'2300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055002', N'Playful Gauntlet', N'1', N'2', N'0', N'9', N'4', N'29', N'8000', N'1', N'3', N'1', N'2300', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055003', N'Scoundrel Gauntlet', N'1', N'2', N'0', N'9', N'4', N'39', N'8000', N'1', N'3', N'1', N'2300', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055004', N'Gorgon''s Dube', N'1', N'2', N'0', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055101', N'Skeletal Gauntlet', N'1', N'2', N'3', N'9', N'5', N'42', N'8000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055201', N'Catacomb Gauntlet', N'1', N'2', N'3', N'9', N'5', N'47', N'8000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111055301', N'Catacomb Gauntlet', N'1', N'2', N'3', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111056101', N'Bonehewn Gauntlet', N'1', N'2', N'2', N'9', N'6', N'43', N'8000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111056201', N'Hidden Catacomb Gauntlet', N'1', N'2', N'2', N'9', N'6', N'48', N'8000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111056301', N'Hidden Catacomb Gauntlet', N'1', N'2', N'2', N'9', N'6', N'53', N'10000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111062002', N'Recon Light Claw', N'1', N'2', N'0', N'10', N'2', N'6', N'7500', N'0', N'3', N'1', N'2300', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111064001', N'Ruben''s Howling Claw', N'1', N'2', N'0', N'10', N'4', N'8', N'8000', N'1', N'3', N'1', N'2300', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111064002', N'Jin Ghost Claw', N'1', N'2', N'0', N'10', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111064003', N'Gorgon''s Cestus', N'1', N'2', N'0', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065001', N'Foolish Claw', N'1', N'2', N'0', N'10', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065002', N'Playful Claw', N'1', N'2', N'0', N'10', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065003', N'Scoundrel Claw', N'1', N'2', N'0', N'10', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065004', N'Gorgon''s Cat Foot', N'1', N'2', N'0', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065101', N'Skeletal Claw', N'1', N'2', N'3', N'10', N'5', N'42', N'8000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065201', N'Catacomb Claw', N'1', N'2', N'3', N'10', N'5', N'47', N'8000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111065301', N'Catacomb Claw', N'1', N'2', N'3', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111066101', N'Bonehewn Claw', N'1', N'2', N'2', N'10', N'6', N'43', N'8000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111066201', N'Hidden Catacomb Claw', N'1', N'2', N'2', N'10', N'6', N'48', N'8000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111066301', N'Hidden Catacomb Claw', N'1', N'2', N'2', N'10', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111072001', N'Technical Officer''s Auto Pistol', N'1', N'2', N'0', N'11', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'79') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111072002', N'Recon Flight Pistol', N'1', N'2', N'0', N'11', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111074001', N'Ruben''s Peashooter', N'1', N'2', N'0', N'11', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111074002', N'Brief Pistol', N'1', N'2', N'0', N'11', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111074003', N'Unoa''s Shud Revolver', N'1', N'2', N'0', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075001', N'Deceiver''s Revolver', N'1', N'2', N'0', N'11', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075002', N'Charlatan''s Revolver', N'1', N'2', N'0', N'11', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075003', N'Swindler''s Revolver', N'1', N'2', N'0', N'11', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075004', N'Unoa''s Sharp Shooter', N'1', N'2', N'0', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075101', N'Skeletal Revolver', N'1', N'2', N'3', N'11', N'5', N'42', N'8000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075201', N'Catacomb Revolver', N'1', N'2', N'3', N'11', N'5', N'47', N'8000', N'1', N'3', N'1', N'2600', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111075301', N'Catacomb Revolver', N'1', N'2', N'3', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111076101', N'Bonehewn Revolver', N'1', N'2', N'2', N'11', N'6', N'43', N'8000', N'1', N'3', N'1', N'2600', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111076201', N'Hidden Catacomb Revolver', N'1', N'2', N'2', N'11', N'6', N'48', N'8000', N'1', N'3', N'1', N'2600', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111076301', N'Hidden Catacomb Revolver', N'1', N'2', N'2', N'11', N'6', N'53', N'10000', N'1', N'3', N'1', N'2600', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111082002', N'Recon Handy Musket', N'1', N'2', N'0', N'12', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111084001', N'Ruben''s Bolt Gun', N'1', N'2', N'0', N'12', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111084002', N'Lever Action', N'1', N'2', N'0', N'12', N'4', N'12', N'8000', N'1', N'3', N'1', N'2200', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111084003', N'Unoa''s .44 Magnum', N'1', N'2', N'0', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085001', N'Deceiver''s Musket', N'1', N'2', N'0', N'12', N'4', N'19', N'8000', N'1', N'3', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085002', N'Charlatan''s Musket', N'1', N'2', N'0', N'12', N'4', N'29', N'8000', N'1', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085003', N'Swindler''s Musket', N'1', N'2', N'0', N'12', N'4', N'39', N'8000', N'1', N'3', N'1', N'2200', N'23590', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085004', N'Unoa''s Sonic Boom', N'1', N'2', N'0', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085101', N'Skeletal Musket', N'1', N'2', N'3', N'12', N'5', N'42', N'8000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085201', N'Catacomb Musket', N'1', N'2', N'3', N'12', N'5', N'47', N'8000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111085301', N'Catacomb Musket', N'1', N'2', N'3', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111086101', N'Bonehewn Musket', N'1', N'2', N'2', N'12', N'6', N'43', N'8000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111086201', N'Hidden Catacomb Musket', N'1', N'2', N'2', N'12', N'6', N'48', N'8000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111086301', N'Hidden Catacomb Musket', N'1', N'2', N'2', N'12', N'6', N'53', N'10000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111092001', N'Technical Officers Disrupt Twin Swords', N'1', N'2', N'0', N'55', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111092002', N'Ricon Fragmentary Twin Swords', N'1', N'2', N'0', N'55', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111094001', N'Ruben''s Ailantus', N'1', N'2', N'0', N'55', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111094002', N'Asymmetric Twin Swords', N'1', N'2', N'0', N'55', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111094003', N'Joheims Actinidia', N'1', N'2', N'0', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095001', N'Goldoha Expeditions Solemn Twin Swords', N'1', N'2', N'0', N'55', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095002', N'Goldoha Expeditions Noble Twin Swords', N'1', N'2', N'0', N'55', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095003', N'Goldoha Expeditions Honorable Twin Swords', N'1', N'2', N'0', N'55', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095004', N'Joheim''s Illex', N'1', N'2', N'0', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095101', N'Skeletal Twin Swords', N'1', N'2', N'3', N'55', N'5', N'42', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095201', N'Catacomb Twin Swords', N'1', N'2', N'3', N'55', N'5', N'47', N'9000', N'1', N'3', N'1', N'2000', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111095301', N'Catacomb Twin Swords', N'1', N'2', N'3', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111096101', N'Bonehewn Twin Swords', N'1', N'2', N'2', N'55', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111096201', N'Hidden Catacomb Twin Swords', N'1', N'2', N'2', N'55', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111096301', N'Hidden Catacomb Twin Swords', N'1', N'2', N'2', N'55', N'6', N'53', N'10000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111112001', N'Technical Officers Divine Glaive', N'1', N'2', N'0', N'56', N'2', N'4', N'7500', N'0', N'3', N'1', N'2500', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111112002', N'Ricon Glitters Glaive', N'1', N'2', N'0', N'56', N'2', N'6', N'7500', N'0', N'3', N'1', N'2500', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111114001', N'Ruben''s Aeumops', N'1', N'2', N'0', N'56', N'4', N'8', N'8000', N'1', N'3', N'1', N'2500', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111114002', N'Twilight Glaive', N'1', N'2', N'0', N'56', N'4', N'12', N'8000', N'1', N'3', N'1', N'2500', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111114003', N'Estels Leucogaster', N'1', N'2', N'0', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115001', N'Goldoha Expeditions Solemn Glaive', N'1', N'2', N'0', N'56', N'4', N'19', N'8000', N'1', N'3', N'1', N'2500', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115002', N'Goldoha Expeditions Noble Glaive', N'1', N'2', N'0', N'56', N'4', N'29', N'8000', N'1', N'3', N'1', N'2500', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115003', N'Goldoha Expeditions Honorable Glaive', N'1', N'2', N'0', N'56', N'4', N'39', N'8000', N'1', N'3', N'1', N'2500', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115004', N'Estels Juvatus', N'1', N'2', N'0', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115101', N'Skeletal Glaive', N'1', N'2', N'3', N'56', N'5', N'42', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115201', N'Catacomb Glaive', N'1', N'2', N'3', N'56', N'5', N'47', N'9000', N'1', N'3', N'1', N'2200', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111115301', N'Catacomb Glaive', N'1', N'2', N'3', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111116101', N'Bonehewn Glaive', N'1', N'2', N'2', N'56', N'6', N'43', N'10000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111116201', N'Hidden Catacomb Glaive', N'1', N'2', N'2', N'56', N'6', N'48', N'10000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111116301', N'Hidden Catacomb Glaive', N'1', N'2', N'2', N'56', N'6', N'53', N'10000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111132001', N'Technical Officer''s Scars Demon Hands', N'1', N'2', N'0', N'57', N'2', N'4', N'7500', N'0', N'3', N'1', N'2300', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111132002', N'Ricon Primitive Demon Hands', N'1', N'2', N'0', N'57', N'2', N'6', N'7500', N'0', N'3', N'1', N'2300', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111134001', N'Ruben''s Lepture', N'1', N'2', N'0', N'57', N'4', N'8', N'8000', N'1', N'3', N'1', N'2300', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111134002', N'Binding Demon Hands', N'1', N'2', N'0', N'57', N'4', N'12', N'8000', N'1', N'3', N'1', N'2300', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111134003', N'Gorgons Hesperius', N'1', N'2', N'0', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135001', N'Goldoha Expeditions Solemn Demon Hands', N'1', N'2', N'0', N'57', N'4', N'19', N'8000', N'1', N'3', N'1', N'2300', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135002', N'Goldoha Expeditions Noble Demon Hands', N'1', N'2', N'0', N'57', N'4', N'29', N'8000', N'1', N'3', N'1', N'2300', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135003', N'Goldoha Expeditions Honorable Demon Hands', N'1', N'2', N'0', N'57', N'4', N'39', N'8000', N'1', N'3', N'1', N'2300', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135004', N'Gorgons Pumosus', N'1', N'2', N'0', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135101', N'Skeletal Demon Hands', N'1', N'2', N'3', N'57', N'5', N'42', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135201', N'Catacomb Demon Hands', N'1', N'2', N'3', N'57', N'5', N'47', N'9000', N'1', N'3', N'1', N'2500', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111135301', N'Catacomb Demon Hands', N'1', N'2', N'3', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111136101', N'Bonehewn Demon Hands', N'1', N'2', N'2', N'57', N'6', N'43', N'10000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111136201', N'Hidden Catacomb Demon Hands', N'1', N'2', N'2', N'57', N'6', N'48', N'10000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111136301', N'Hidden Catacomb Demon Hands', N'1', N'2', N'2', N'57', N'6', N'53', N'10000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111152001', N'Technical Officers Unsigned Weapon Bag', N'1', N'2', N'0', N'58', N'2', N'4', N'7500', N'0', N'3', N'1', N'2000', N'480', N'80') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111152002', N'Ricon Untrained Weapon Bag', N'1', N'2', N'0', N'58', N'2', N'6', N'7500', N'0', N'3', N'1', N'2000', N'800', N'132') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111154001', N'Ruben''s Polifemus', N'1', N'2', N'0', N'58', N'4', N'8', N'8000', N'1', N'3', N'1', N'2000', N'1290', N'213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111154002', N'Qualified Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'12', N'8000', N'1', N'3', N'1', N'2000', N'2270', N'375') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111154003', N'Unoa''s Testudinidae', N'1', N'2', N'0', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155001', N'Goldoha Expeditions Solemn Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'19', N'8000', N'1', N'3', N'1', N'2000', N'4500', N'743') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155002', N'Goldoha Expeditions Noble Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'29', N'8000', N'1', N'3', N'1', N'2000', N'8860', N'1462') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155003', N'Goldoha Expeditions Honorable Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'39', N'8000', N'1', N'3', N'1', N'2000', N'14580', N'2406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155004', N'Unoa''s Clemis', N'1', N'2', N'0', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155101', N'Skeletal Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'42', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2878') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155201', N'Catacomb Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'47', N'9000', N'1', N'3', N'1', N'2600', N'21210', N'3500') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111155301', N'Catacomb Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'4179') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111156101', N'Bonehewn Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'43', N'10000', N'1', N'3', N'1', N'2600', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111156201', N'Hidden Catacomb Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'48', N'10000', N'1', N'3', N'1', N'2600', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'111156301', N'Hidden Catacomb Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'53', N'10000', N'1', N'3', N'1', N'2600', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014001', N'Bronze Blade', N'1', N'1', N'5', N'5', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014002', N'Iron Edge', N'1', N'1', N'5', N'5', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014003', N'Silver Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014004', N'Titanium Tyrant', N'1', N'1', N'5', N'5', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014005', N'Platinum Ray', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014006', N'Excellence', N'1', N'1', N'5', N'5', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014007', N'Phoenix', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014008', N'Golden Beam', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014009', N'Expert Dark Eye', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211014010', N'Expert Hell Hound', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015001', N'Gloves Sword', N'1', N'1', N'3', N'5', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015002', N'Armored Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015003', N'Boozatron Sword', N'1', N'1', N'3', N'5', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015004', N'Hammer Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015005', N'Cursed Cataphract Sword', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015006', N'Giant Mole Sword', N'1', N'1', N'3', N'5', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015007', N'Dewey Decimator Sword', N'1', N'1', N'3', N'5', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015008', N'Cataphract Sword', N'1', N'1', N'3', N'5', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015009', N'Crimson Gloves Sword', N'1', N'1', N'3', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015010', N'Minotauros Lord Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015011', N'Sinful Seraph Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015012', N'Massive Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015013', N'Haken Platina Sword', N'1', N'1', N'3', N'5', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015014', N'Viper Sword', N'1', N'1', N'3', N'5', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015015', N'Stone Golem Sword', N'1', N'1', N'3', N'5', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015016', N'Massive Mole Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015017', N'Goliath Gorilla Sword', N'1', N'1', N'3', N'5', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015018', N'Giant Rafflesia Sword', N'1', N'1', N'3', N'5', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015019', N'Cyborg Gorilla Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015020', N'Sand Golem Sword', N'1', N'1', N'3', N'5', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015021', N'Giant Sandworm Sword', N'1', N'1', N'3', N'5', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015022', N'Spider Lady Sword', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015023', N'Baron Sword', N'1', N'1', N'3', N'5', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015024', N'Joker Sword', N'1', N'1', N'3', N'5', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015025', N'Chimera Sword', N'1', N'1', N'3', N'5', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015026', N'Conjugo Sword', N'1', N'1', N'3', N'5', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015027', N'Dire Knight Sword', N'1', N'1', N'3', N'5', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015028', N'Sparkle Sword', N'1', N'1', N'3', N'5', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015029', N'Demon King Sword', N'1', N'1', N'3', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015030', N'Mad Latiel Replica Sword', N'1', N'1', N'3', N'5', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015031', N'Gagarth Replica Sword', N'1', N'1', N'3', N'5', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015032', N'Aurosiac Replica Sword', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015501', N'Gloves Precious Sword', N'1', N'1', N'3', N'5', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015502', N'Armored Butcher Precious Sword', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015503', N'Boozatron Precious Sword', N'1', N'1', N'3', N'5', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015504', N'Hammer Butcher Precious Sword', N'1', N'1', N'3', N'5', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015505', N'Cursed Cataphract Precious Sword', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015506', N'Giant Mole Precious Sword', N'1', N'1', N'3', N'5', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015507', N'Dewey Decimator Precious Sword', N'1', N'1', N'3', N'5', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015508', N'Cataphract Precious Sword', N'1', N'1', N'3', N'5', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015509', N'Crimson Gloves Precious Sword', N'1', N'1', N'3', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015510', N'Minotauros Lord Precious Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015511', N'Sinful Seraph Precious Sword', N'1', N'1', N'3', N'5', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015512', N'Massive Butcher Precious Sword', N'1', N'1', N'3', N'5', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015513', N'Haken Platina Precious Sword', N'1', N'1', N'3', N'5', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015514', N'Viper Precious Sword', N'1', N'1', N'3', N'5', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015515', N'Stone Golem Precious Sword', N'1', N'1', N'3', N'5', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015516', N'Massive Mole Precious Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015517', N'Goliath Gorilla Precious Sword', N'1', N'1', N'3', N'5', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015518', N'Giant Rafflesia Precious Sword', N'1', N'1', N'3', N'5', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015519', N'Cyborg Gorilla Precious Sword', N'1', N'1', N'3', N'5', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015520', N'Sand Golem Precious Sword', N'1', N'1', N'3', N'5', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015521', N'Giant Sandworm Precious Sword', N'1', N'1', N'3', N'5', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015522', N'Spider Lady Precious Sword', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015523', N'Baron Precious Sword', N'1', N'1', N'3', N'5', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015524', N'Joker Precious Sword', N'1', N'1', N'3', N'5', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015525', N'Chimera Precious Sword', N'1', N'1', N'3', N'5', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015526', N'Conjugo Precious Sword', N'1', N'1', N'3', N'5', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015527', N'Dire Knight Precious Sword', N'1', N'1', N'3', N'5', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015528', N'Sparkle Precious Sword', N'1', N'1', N'3', N'5', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015529', N'Demon King Precious Sword', N'1', N'1', N'3', N'5', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015530', N'Mad Latiel Precious Sword', N'1', N'1', N'3', N'5', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015531', N'Gagarth Precious Sword', N'1', N'1', N'3', N'5', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211015532', N'Aurosiac Precious Sword', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016001', N'Gloves Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016002', N'Armored Butcher Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016003', N'Boozatron Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016004', N'Hammer Butcher Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016005', N'Cursed Cataphract Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016006', N'Giant Mole Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016007', N'Dewey Decimator Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016008', N'Cataphract Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016009', N'Crimson Gloves Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016010', N'Minotauros Lord Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016011', N'Sinful Seraph Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016012', N'Massive Butcher Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016013', N'Haken Platina Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016014', N'Viper Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016015', N'Stone Golem Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016016', N'Massive Mole Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016017', N'Goliath Gorilla Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016018', N'Giant Rafflesia Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016019', N'Cyborg Gorilla Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016020', N'Sand Golem Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016021', N'Giant Sandworm Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016022', N'Spider Lady Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016023', N'Baron Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016024', N'Joker Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016025', N'Chimera Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016026', N'Conjugo Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016027', N'Dire Knight Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016028', N'Sparkle Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016029', N'Demon King Genuine Sword', N'1', N'2', N'2', N'5', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016030', N'Mad Latiel Genuine Sword', N'1', N'2', N'3', N'5', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016031', N'Gagarth Genuine Sword', N'1', N'2', N'3', N'5', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211016032', N'Aurosiac Genuine Sword', N'1', N'2', N'3', N'5', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024001', N'Outrage Mace', N'1', N'1', N'5', N'6', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024002', N'Violent Axe', N'1', N'1', N'5', N'6', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024003', N'Malice Axe', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024004', N'Tormenter', N'1', N'1', N'5', N'6', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024005', N'Turbulence', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024006', N'Chopper', N'1', N'1', N'5', N'6', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024007', N'Mauler', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024008', N'Bloodspill', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024009', N'Expert Bloody Murderer', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2203', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211024010', N'Expert Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2203', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025001', N'Gloves Mace', N'1', N'1', N'3', N'6', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025002', N'Armored Butcher Axe', N'1', N'1', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025003', N'Boozatron Axe', N'1', N'1', N'3', N'6', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025004', N'Hammer Butcher Axe', N'1', N'1', N'3', N'6', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025005', N'Cursed Cataphract Axe', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025006', N'Giant Mole Axe', N'1', N'1', N'3', N'6', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025007', N'Dewey Decimator Axe', N'1', N'1', N'3', N'6', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025008', N'Cataphract Axe', N'1', N'1', N'3', N'6', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025009', N'Crimson Gloves Axe', N'1', N'1', N'3', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025010', N'Minotauros Lord Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025011', N'Sinful Seraph Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025012', N'Massive Butcher Mace', N'1', N'1', N'3', N'6', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025013', N'Haken Platina Mace', N'1', N'1', N'3', N'6', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025014', N'Viper Axe', N'1', N'1', N'3', N'6', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025015', N'Stone Golem Mace', N'1', N'1', N'3', N'6', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025016', N'Massive Mole Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025017', N'Goliath Gorilla Axe', N'1', N'1', N'3', N'6', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025018', N'Giant Rafflesia Axe', N'1', N'1', N'3', N'6', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025019', N'Cyborg Gorilla Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025020', N'Sand Golem Axe', N'1', N'1', N'3', N'6', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025021', N'Giant Sandworm Axe', N'1', N'1', N'3', N'6', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025022', N'Spider Lady Axe', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025023', N'Baron Axe', N'1', N'1', N'3', N'6', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025024', N'Joker Axe', N'1', N'1', N'3', N'6', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025025', N'Chimera Axe', N'1', N'1', N'3', N'6', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025026', N'Conjugo Axe', N'1', N'1', N'3', N'6', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025027', N'Dire Knight Axe', N'1', N'1', N'3', N'6', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025028', N'Sparkle Axe', N'1', N'1', N'3', N'6', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025029', N'Demon King Axe', N'1', N'1', N'3', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025030', N'Mad Latiel Replica Axe', N'1', N'1', N'3', N'6', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025031', N'Gagarth Replica Axe', N'1', N'1', N'3', N'6', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025032', N'Aurosiac Replica Axe', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025501', N'Gloves Precious Axe', N'1', N'1', N'3', N'6', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025502', N'Armored Butcher Precious Axe', N'1', N'1', N'3', N'6', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025503', N'Boozatron Precious Axe', N'1', N'1', N'3', N'6', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025504', N'Hammer Butcher Precious Axe', N'1', N'1', N'3', N'6', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025505', N'Cursed Cataphract Precious Axe', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025506', N'Giant Mole Precious Axe', N'1', N'1', N'3', N'6', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025507', N'Dewey Decimator Precious Axe', N'1', N'1', N'3', N'6', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025508', N'Cataphract Precious Axe', N'1', N'1', N'3', N'6', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025509', N'Crimson Gloves Precious Axe', N'1', N'1', N'3', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025510', N'Minotauros Lord Precious Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025511', N'Sinful Seraph Precious Axe', N'1', N'1', N'3', N'6', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025512', N'Massive Butcher Precious Axe', N'1', N'1', N'3', N'6', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025513', N'Haken Platina Precious Axe', N'1', N'1', N'3', N'6', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025514', N'Viper Precious Axe', N'1', N'1', N'3', N'6', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025515', N'Stone Golem Precious Axe', N'1', N'1', N'3', N'6', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025516', N'Massive Mole Precious Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025517', N'Goliath Gorilla Precious Axe', N'1', N'1', N'3', N'6', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025518', N'Giant Rafflesia Precious Axe', N'1', N'1', N'3', N'6', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025519', N'Cyborg Gorilla Precious Axe', N'1', N'1', N'3', N'6', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025520', N'Sand Golem Precious Axe', N'1', N'1', N'3', N'6', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025521', N'Giant Sandworm Precious Axe', N'1', N'1', N'3', N'6', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025522', N'Spider Lady Precious Axe', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025523', N'Baron Precious Axe', N'1', N'1', N'3', N'6', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025524', N'Joker Precious Axe', N'1', N'1', N'3', N'6', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025525', N'Chimera Precious Axe', N'1', N'1', N'3', N'6', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025526', N'Conjugo Precious Axe', N'1', N'1', N'3', N'6', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025527', N'Dire Knight Precious Axe', N'1', N'1', N'3', N'6', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025528', N'Sparkle Precious Axe', N'1', N'1', N'3', N'6', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025529', N'Demon King Precious Axe', N'1', N'1', N'3', N'6', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025530', N'Mad Latiel Precious Axe', N'1', N'1', N'3', N'6', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025531', N'Gagarth Precious Axe', N'1', N'1', N'3', N'6', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211025532', N'Aurosiac Precious Axe', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026001', N'Gloves Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'9', N'10000', N'1', N'3', N'1', N'2200', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026002', N'Armored Butcher Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026003', N'Boozatron Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'12', N'10000', N'1', N'3', N'1', N'2200', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026004', N'Hammer Butcher Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'14', N'10000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026005', N'Cursed Cataphract Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'15', N'10000', N'1', N'3', N'1', N'2200', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026006', N'Giant Mole Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'17', N'10000', N'1', N'3', N'1', N'2200', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026007', N'Dewey Decimator Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'19', N'10000', N'1', N'3', N'1', N'2200', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026008', N'Cataphract Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'21', N'10000', N'1', N'3', N'1', N'2200', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026009', N'Crimson Gloves Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'22', N'10000', N'1', N'3', N'1', N'2200', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026010', N'Minotauros Lord Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026011', N'Sinful Seraph Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026012', N'Massive Butcher Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'28', N'10000', N'1', N'3', N'1', N'2200', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026013', N'Haken Platina Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'26', N'10000', N'1', N'3', N'1', N'2200', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026014', N'Viper Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'31', N'10000', N'1', N'3', N'1', N'2200', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026015', N'Stone Golem Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'29', N'10000', N'1', N'3', N'1', N'2200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026016', N'Massive Mole Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026017', N'Goliath Gorilla Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'33', N'10000', N'1', N'3', N'1', N'2200', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026018', N'Giant Rafflesia Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'38', N'10000', N'1', N'3', N'1', N'2200', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026019', N'Cyborg Gorilla Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026020', N'Sand Golem Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'36', N'10000', N'1', N'3', N'1', N'2200', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026021', N'Giant Sandworm Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'39', N'10000', N'1', N'3', N'1', N'2200', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026022', N'Spider Lady Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026023', N'Baron Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'43', N'10000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026024', N'Joker Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'44', N'10000', N'1', N'3', N'1', N'2200', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026025', N'Chimera Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'46', N'10000', N'1', N'3', N'1', N'2200', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026026', N'Conjugo Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'48', N'10000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026027', N'Dire Knight Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'49', N'10000', N'1', N'3', N'1', N'2200', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026028', N'Sparkle Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'51', N'10000', N'1', N'3', N'1', N'2200', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026029', N'Demon King Genuine Axe', N'1', N'2', N'2', N'6', N'6', N'52', N'10000', N'1', N'3', N'1', N'2200', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026030', N'Mad Latiel Genuine Axe', N'1', N'2', N'3', N'6', N'6', N'53', N'9000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026031', N'Gagarth Genuine Axe', N'1', N'2', N'3', N'6', N'6', N'54', N'9000', N'1', N'3', N'1', N'2200', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211026032', N'Aurosiac Genuine Axe', N'1', N'2', N'3', N'6', N'6', N'55', N'9000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034001', N'Super Magic Sword', N'1', N'1', N'5', N'7', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034002', N'Marvelous Magic Sword', N'1', N'1', N'5', N'7', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034003', N'Superb Magic Sword', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034004', N'Soul Slicer', N'1', N'1', N'5', N'7', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034005', N'Demon Dicer', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034006', N'Gremlin Gasher', N'1', N'1', N'5', N'7', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034007', N'Maniac Melter', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034008', N'Demon King Slayer', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034009', N'Expert Avenger', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211034010', N'Maniac Melter', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035001', N'Gloves Magic Sword', N'1', N'1', N'3', N'7', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035002', N'Armored Butcher Magic Sword', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035003', N'Boozatron Magic Sword', N'1', N'1', N'3', N'7', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035004', N'Hammer Butcher Magic Sword', N'1', N'1', N'3', N'7', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035005', N'Cursed Cataphract Magic Sword', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035006', N'Giant Mole Magic Sword', N'1', N'1', N'3', N'7', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035007', N'Dewey Decimator Magic Sword', N'1', N'1', N'3', N'7', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035008', N'Cataphract Magic Sword', N'1', N'1', N'3', N'7', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035009', N'Crimson Gloves Magic Sword', N'1', N'1', N'3', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035010', N'Minotauros Lord Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035011', N'Sinful Seraph Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035012', N'Massive Butcher Magic Sword', N'1', N'1', N'3', N'7', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035013', N'Haken Platina Magic Sword', N'1', N'1', N'3', N'7', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035014', N'Viper Magic Sword', N'1', N'1', N'3', N'7', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035015', N'Stone Golem Magic Sword', N'1', N'1', N'3', N'7', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035016', N'Massive Mole Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035017', N'Goliath Gorilla Magic Sword', N'1', N'1', N'3', N'7', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035018', N'Giant Rafflesia Magic Sword', N'1', N'1', N'3', N'7', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035019', N'Cyborg Gorilla Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035020', N'Sand Golem Magic Sword', N'1', N'1', N'3', N'7', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035021', N'Giant Sandworm Magic Sword', N'1', N'1', N'3', N'7', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035022', N'Spider Lady Magic Sword', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035023', N'Baron Witch Sword', N'1', N'1', N'3', N'7', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035024', N'Joker Witch Sword', N'1', N'1', N'3', N'7', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035025', N'Chimera Witch Sword', N'1', N'1', N'3', N'7', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035026', N'Conjugo Magic Sword', N'1', N'1', N'3', N'7', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035027', N'Dire Knight Magic Sword', N'1', N'1', N'3', N'7', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035028', N'Sparkle Magic Sword', N'1', N'1', N'3', N'7', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035029', N'Demon King Magic Sword', N'1', N'1', N'3', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035030', N'Mad Latiel Replica Witch Sword', N'1', N'1', N'3', N'7', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035031', N'Gagarth Replica Witch Sword', N'1', N'1', N'3', N'7', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035032', N'Aurosiac Replica Witch Sword', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035501', N'Gloves Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035502', N'Armored Butcher Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035503', N'Boozatron Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035504', N'Hammer Butcher Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035505', N'Cursed Cataphract Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035506', N'Giant Mole Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035507', N'Dewey Decimator Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035508', N'Cataphract Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035509', N'Crimson Gloves Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035510', N'Minotauros Lord Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035511', N'Sinful Seraph Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035512', N'Massive Butcher Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035513', N'Haken Platina Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035514', N'Viper Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035515', N'Stone Golem Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035516', N'Massive Mole Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035517', N'Goliath Gorilla Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035518', N'Giant Rafflesia Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035519', N'Cyborg Gorilla Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035520', N'Sand Golem Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035521', N'Giant Sandworm Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035522', N'Spider Lady Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035523', N'Baron Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035524', N'Joker Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035525', N'Chimera Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035526', N'Conjugo Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035527', N'Dire Knight Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035528', N'Sparkle Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035529', N'Demon King Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035530', N'Mad Latiel Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035531', N'Gagarth Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211035532', N'Aurosiac Precious Magic Sword', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036001', N'Gloves Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'9', N'10000', N'1', N'3', N'1', N'2500', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036002', N'Armored Butcher Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036003', N'Boozatron Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'12', N'10000', N'1', N'3', N'1', N'2500', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036004', N'Hammer Butcher Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'14', N'10000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036005', N'Cursed Cataphract Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'15', N'10000', N'1', N'3', N'1', N'2500', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036006', N'Giant Mole Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'17', N'10000', N'1', N'3', N'1', N'2500', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036007', N'Dewey Decimator Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'19', N'10000', N'1', N'3', N'1', N'2500', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036008', N'Cataphract Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'21', N'10000', N'1', N'3', N'1', N'2500', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036009', N'Crimson Gloves Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'22', N'10000', N'1', N'3', N'1', N'2500', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036010', N'Minotauros Lord Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036011', N'Sinful Seraph Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036012', N'Massive Butcher Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'28', N'10000', N'1', N'3', N'1', N'2500', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036013', N'Haken Platina Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'26', N'10000', N'1', N'3', N'1', N'2500', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036014', N'Viper Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'31', N'10000', N'1', N'3', N'1', N'2500', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036015', N'Stone Golem Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'29', N'10000', N'1', N'3', N'1', N'2500', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036016', N'Massive Mole Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036017', N'Goliath Gorilla Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'33', N'10000', N'1', N'3', N'1', N'2500', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036018', N'Giant Rafflesia Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'38', N'10000', N'1', N'3', N'1', N'2500', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036019', N'Cyborg Gorilla Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036020', N'Sand Golem Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'36', N'10000', N'1', N'3', N'1', N'2500', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036021', N'Giant Sandworm Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'39', N'10000', N'1', N'3', N'1', N'2500', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036022', N'Spider Lady Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036023', N'Baron Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'43', N'10000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036024', N'Joker Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'44', N'10000', N'1', N'3', N'1', N'2500', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036025', N'Chimera Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'46', N'10000', N'1', N'3', N'1', N'2500', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036026', N'Conjugo Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'48', N'10000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036027', N'Dire Knight Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'49', N'10000', N'1', N'3', N'1', N'2500', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036028', N'Sparkle Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'51', N'10000', N'1', N'3', N'1', N'2500', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036029', N'Demon King Genuine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'52', N'10000', N'1', N'3', N'1', N'2500', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036030', N'Mad Latiel Genuine Witch Sword', N'1', N'2', N'3', N'7', N'6', N'53', N'9000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036031', N'Gagarth Genuine Witch Sword', N'1', N'2', N'3', N'7', N'6', N'54', N'9000', N'1', N'3', N'1', N'2500', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211036032', N'Aurosiac Genuine Witch Sword', N'1', N'2', N'3', N'7', N'6', N'55', N'9000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044001', N'Trickster Scythe', N'1', N'1', N'5', N'8', N'4', N'10', N'8000', N'1', N'3', N'1', N'2600', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044002', N'Charmer Scythe', N'1', N'1', N'5', N'8', N'4', N'15', N'8000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044003', N'Soothsayer Scythe', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044004', N'Aquila', N'1', N'1', N'5', N'8', N'4', N'25', N'8000', N'1', N'3', N'1', N'2600', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044005', N'Buteo', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044006', N'Bateleur', N'1', N'1', N'5', N'8', N'4', N'35', N'8000', N'1', N'3', N'1', N'2600', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044007', N'Caracara', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044008', N'Lammergeier', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044009', N'Expert Albatross', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211044010', N'Bateleur', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045001', N'Gloves Scythe', N'1', N'1', N'3', N'8', N'5', N'9', N'9000', N'1', N'3', N'1', N'2600', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045002', N'Armored Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045003', N'Boozatron Scythe', N'1', N'1', N'3', N'8', N'5', N'12', N'9000', N'1', N'3', N'1', N'2600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045004', N'Hammer Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'14', N'9000', N'1', N'3', N'1', N'2600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045005', N'Cursed Cataphract Scythe', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045006', N'Giant Mole Scythe', N'1', N'1', N'3', N'8', N'5', N'17', N'9000', N'1', N'3', N'1', N'2600', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045007', N'Dewey Decimator Scythe', N'1', N'1', N'3', N'8', N'5', N'19', N'9000', N'1', N'3', N'1', N'2600', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045008', N'Cataphract Scythe', N'1', N'1', N'3', N'8', N'5', N'21', N'9000', N'1', N'3', N'1', N'2600', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045009', N'Crimson Gloves Scythe', N'1', N'1', N'3', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045010', N'Minotauros Lord Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045011', N'Sinful Seraph Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045012', N'Massive Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'28', N'9000', N'1', N'3', N'1', N'2600', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045013', N'Haken Platina Scythe', N'1', N'1', N'3', N'8', N'5', N'26', N'9000', N'1', N'3', N'1', N'2600', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045014', N'Viper Scythe', N'1', N'1', N'3', N'8', N'5', N'31', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045015', N'Stone Golem Scythe', N'1', N'1', N'3', N'8', N'5', N'29', N'9000', N'1', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045016', N'Massive Mole Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045017', N'Goliath Gorilla Scythe', N'1', N'1', N'3', N'8', N'5', N'33', N'9000', N'1', N'3', N'1', N'2600', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045018', N'Giant Rafflesia Scythe', N'1', N'1', N'3', N'8', N'5', N'38', N'9000', N'1', N'3', N'1', N'2600', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045019', N'Cyborg Gorilla Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045020', N'Sand Golem Scythe', N'1', N'1', N'3', N'8', N'5', N'36', N'9000', N'1', N'3', N'1', N'2600', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045021', N'Giant Sandworm Scythe', N'1', N'1', N'3', N'8', N'5', N'39', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045022', N'Spider Lady Scythe', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045023', N'Baron Scythe', N'1', N'1', N'3', N'8', N'5', N'43', N'9000', N'1', N'3', N'1', N'2600', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045024', N'Joker Scythe', N'1', N'1', N'3', N'8', N'5', N'44', N'9000', N'1', N'3', N'1', N'2600', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045025', N'Chimera Scythe', N'1', N'1', N'3', N'8', N'5', N'46', N'9000', N'1', N'3', N'1', N'2600', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045026', N'Conjugo Scythe', N'1', N'1', N'3', N'8', N'5', N'48', N'9000', N'1', N'3', N'1', N'2600', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045027', N'Dire Knight Scythe', N'1', N'1', N'3', N'8', N'5', N'49', N'9000', N'1', N'3', N'1', N'2600', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045028', N'Sparkle Scythe', N'1', N'1', N'3', N'8', N'5', N'51', N'9000', N'1', N'3', N'1', N'2600', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045029', N'Demon King Scythe', N'1', N'1', N'3', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045030', N'Mad Latiel Replica Scythe', N'1', N'1', N'3', N'8', N'5', N'53', N'9000', N'1', N'3', N'1', N'2600', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045031', N'Gagarth Replica Scythe', N'1', N'1', N'3', N'8', N'5', N'54', N'9000', N'1', N'3', N'1', N'2600', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045032', N'Aurosiac Replica Scythe', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045501', N'Gloves Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'9', N'9000', N'1', N'3', N'1', N'2600', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045502', N'Armored Butcher Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'10', N'9000', N'1', N'3', N'1', N'2600', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045503', N'Boozatron Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'12', N'9000', N'1', N'3', N'1', N'2600', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045504', N'Hammer Butcher Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'14', N'9000', N'1', N'3', N'1', N'2600', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045505', N'Cursed Cataphract Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045506', N'Giant Mole Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'17', N'9000', N'1', N'3', N'1', N'2600', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045507', N'Dewey Decimator Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'19', N'9000', N'1', N'3', N'1', N'2600', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045508', N'Cataphract Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'21', N'9000', N'1', N'3', N'1', N'2600', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045509', N'Crimson Gloves Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045510', N'Minotauros Lord Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045511', N'Sinful Seraph Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'23', N'9000', N'1', N'3', N'1', N'2600', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045512', N'Massive Butcher Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'28', N'9000', N'1', N'3', N'1', N'2600', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045513', N'Haken Platina Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'26', N'9000', N'1', N'3', N'1', N'2600', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045514', N'Viper Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'31', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045515', N'Stone Golem Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'29', N'9000', N'1', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045516', N'Massive Mole Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045517', N'Goliath Gorilla Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'33', N'9000', N'1', N'3', N'1', N'2600', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045518', N'Giant Rafflesia Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'38', N'9000', N'1', N'3', N'1', N'2600', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045519', N'Cyborg Gorilla Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'34', N'9000', N'1', N'3', N'1', N'2600', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045520', N'Sand Golem Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'36', N'9000', N'1', N'3', N'1', N'2600', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045521', N'Giant Sandworm Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'39', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045522', N'Spider Lady Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045523', N'Baron Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'43', N'9000', N'1', N'3', N'1', N'2600', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045524', N'Joker Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'44', N'9000', N'1', N'3', N'1', N'2600', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045525', N'Chimera Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'46', N'9000', N'1', N'3', N'1', N'2600', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045526', N'Conjugo Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'48', N'9000', N'1', N'3', N'1', N'2600', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045527', N'Dire Knight Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'49', N'9000', N'1', N'3', N'1', N'2600', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045528', N'Sparkle Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'51', N'9000', N'1', N'3', N'1', N'2600', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045529', N'Demon King Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'52', N'9000', N'1', N'3', N'1', N'2600', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045530', N'Mad Latiel Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'53', N'9000', N'1', N'3', N'1', N'2600', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045531', N'Gagarth Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'54', N'9000', N'1', N'3', N'1', N'2600', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211045532', N'Aurosiac Precious Scythe', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046001', N'Gloves Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'9', N'10000', N'1', N'3', N'1', N'2600', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046002', N'Armored Butcher Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'10', N'10000', N'1', N'3', N'1', N'2600', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046003', N'Boozatron Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'12', N'10000', N'1', N'3', N'1', N'2600', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046004', N'Hammer Butcher Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'14', N'10000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046005', N'Cursed Cataphract Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'15', N'10000', N'1', N'3', N'1', N'2600', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046006', N'Giant Mole Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'17', N'10000', N'1', N'3', N'1', N'2600', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046007', N'Dewey Decimator Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'19', N'10000', N'1', N'3', N'1', N'2600', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046008', N'Cataphract Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'21', N'10000', N'1', N'3', N'1', N'2600', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046009', N'Crimson Gloves Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'22', N'10000', N'1', N'3', N'1', N'2600', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046010', N'Minotauros Lord Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'23', N'10000', N'1', N'3', N'1', N'2600', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046011', N'Sinful Seraph Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'23', N'10000', N'1', N'3', N'1', N'2600', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046012', N'Massive Butcher Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'28', N'10000', N'1', N'3', N'1', N'2600', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046013', N'Haken Platina Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'26', N'10000', N'1', N'3', N'1', N'2600', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046014', N'Viper Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'31', N'10000', N'1', N'3', N'1', N'2600', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046015', N'Stone Golem Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'29', N'10000', N'1', N'3', N'1', N'2600', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046016', N'Massive Mole Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'34', N'10000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046017', N'Goliath Gorilla Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'33', N'10000', N'1', N'3', N'1', N'2600', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046018', N'Giant Rafflesia Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'38', N'10000', N'1', N'3', N'1', N'2600', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046019', N'Cyborg Gorilla Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'34', N'10000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046020', N'Sand Golem Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'36', N'10000', N'1', N'3', N'1', N'2600', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046021', N'Giant Sandworm Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'39', N'10000', N'1', N'3', N'1', N'2600', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046022', N'Spider Lady Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046023', N'Baron Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'43', N'10000', N'1', N'3', N'1', N'2600', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046024', N'Joker Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'44', N'10000', N'1', N'3', N'1', N'2600', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046025', N'Chimera Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'46', N'10000', N'1', N'3', N'1', N'2600', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046026', N'Conjugo Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'48', N'10000', N'1', N'3', N'1', N'2600', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046027', N'Dire Knight Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'49', N'10000', N'1', N'3', N'1', N'2600', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046028', N'Sparkle Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'51', N'10000', N'1', N'3', N'1', N'2600', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046029', N'Demon King Genuine Scythe', N'1', N'2', N'2', N'8', N'6', N'52', N'10000', N'1', N'3', N'1', N'2600', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046030', N'Mad Latiel Genuine Scythe', N'1', N'2', N'3', N'8', N'6', N'53', N'9000', N'1', N'3', N'1', N'2600', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046031', N'Gagarth Genuine Scythe', N'1', N'2', N'3', N'8', N'6', N'54', N'9000', N'1', N'3', N'1', N'2600', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211046032', N'Aurosiac Genuine Scythe', N'1', N'2', N'3', N'8', N'6', N'55', N'9000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054001', N'Grasper Gauntlet', N'1', N'1', N'5', N'9', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054002', N'Hook Gauntlet', N'1', N'1', N'5', N'9', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054003', N'Grip Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054004', N'Clang', N'1', N'1', N'5', N'9', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054005', N'Bang', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054006', N'Crasher', N'1', N'1', N'5', N'9', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054007', N'Clatter', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054008', N'Booming Roar', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054009', N'Expert Ox Breed', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211054010', N'Expert Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055001', N'Gloves Gauntlets', N'1', N'1', N'3', N'9', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055002', N'Armored Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055003', N'Boozatron Gauntlets', N'1', N'1', N'3', N'9', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055004', N'Hammer Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055005', N'Cursed Cataphract Gauntlets', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055006', N'Giant Mole Gauntlets', N'1', N'1', N'3', N'9', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055007', N'Dewey Decimator Gauntlets', N'1', N'1', N'3', N'9', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055008', N'Cataphract Gauntlets', N'1', N'1', N'3', N'9', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055009', N'Crimson Gloves Gauntlets', N'1', N'1', N'3', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055010', N'Minotauros Lord Gauntlets', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055011', N'Sinful Seraph Gauntlets', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055012', N'Massive Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055013', N'Haken Platina Gauntlets', N'1', N'1', N'3', N'9', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055014', N'Viper Gauntlets', N'1', N'1', N'3', N'9', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055015', N'Stone Golem Gauntlets', N'1', N'1', N'3', N'9', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055016', N'Massive Mole Gauntlets', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055017', N'Goliath Gorilla Gauntlets', N'1', N'1', N'3', N'9', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055018', N'Giant Rafflesia Gauntlets', N'1', N'1', N'3', N'9', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055019', N'Cyborg Gorilla Gauntlets', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055020', N'Sand Golem Gauntlets', N'1', N'1', N'3', N'9', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055021', N'Giant Sandworm Gauntlets', N'1', N'1', N'3', N'9', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055022', N'Spider Lady Gauntlets', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055023', N'Baron Gauntlet', N'1', N'1', N'3', N'9', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055024', N'Joker Gauntlet', N'1', N'1', N'3', N'9', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055025', N'Chimera Gauntlet', N'1', N'1', N'3', N'9', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055026', N'Conjugo Gauntlet', N'1', N'1', N'3', N'9', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055027', N'Dire Knight Gauntlet', N'1', N'1', N'3', N'9', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055028', N'Sparkle Gauntlet', N'1', N'1', N'3', N'9', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055029', N'Demon King Gauntlet', N'1', N'1', N'3', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055030', N'Mad Latiel Replica Gauntlets', N'1', N'1', N'3', N'9', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055031', N'Gagarth Replica Gauntlets', N'1', N'1', N'3', N'9', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055032', N'Aurosiac Replica Gauntlets', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055501', N'Gloves Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055502', N'Armored Butcher Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055503', N'Boozatron Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055504', N'Hammer Butcher Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055505', N'Cursed Cataphract Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055506', N'Giant Mole Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055507', N'Dewey Decimator Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055508', N'Cataphract Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055509', N'Crimson Gloves Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055510', N'Minotauros Lord Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055511', N'Sinful Seraph Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055512', N'Massive Butcher Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055513', N'Haken Platina Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055514', N'Viper Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055515', N'Stone Golem Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055516', N'Massive Mole Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055517', N'Goliath Gorilla Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055518', N'Giant Rafflesia Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055519', N'Cyborg Gorilla Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055520', N'Sand Golem Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055521', N'Giant Sandworm Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055522', N'Spider Lady Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055523', N'Baron Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055524', N'Joker Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055525', N'Chimera Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055526', N'Conjugo Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055527', N'Dire Knight Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055528', N'Sparkle Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055529', N'Demon King Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055530', N'Mad Latiel Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055531', N'Gagarth Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211055532', N'Aurosiac Precious Gauntlet', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056001', N'Gloves Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'9', N'10000', N'1', N'3', N'1', N'2300', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056002', N'Armored Butcher Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056003', N'Boozatron Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'12', N'10000', N'1', N'3', N'1', N'2300', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056004', N'Hammer Butcher Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'14', N'10000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056005', N'Cursed Cataphract Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'15', N'10000', N'1', N'3', N'1', N'2300', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056006', N'Giant Mole Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'17', N'10000', N'1', N'3', N'1', N'2300', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056007', N'Dewey Decimator Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'19', N'10000', N'1', N'3', N'1', N'2300', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056008', N'Cataphract Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'21', N'10000', N'1', N'3', N'1', N'2300', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056009', N'Crimson Gloves Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'22', N'10000', N'1', N'3', N'1', N'2300', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056010', N'Minotauros Lord Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056011', N'Sinful Seraph Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056012', N'Massive Butcher Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'28', N'10000', N'1', N'3', N'1', N'2300', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056013', N'Haken Platina Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'26', N'10000', N'1', N'3', N'1', N'2300', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056014', N'Viper Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'31', N'10000', N'1', N'3', N'1', N'2300', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056015', N'Stone Golem Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'29', N'10000', N'1', N'3', N'1', N'2300', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056016', N'Massive Mole Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056017', N'Goliath Gorilla Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'33', N'10000', N'1', N'3', N'1', N'2300', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056018', N'Giant Rafflesia Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'38', N'10000', N'1', N'3', N'1', N'2300', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056019', N'Cyborg Gorilla Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056020', N'Sand Golem Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'36', N'10000', N'1', N'3', N'1', N'2300', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056021', N'Giant Sandworm Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'39', N'10000', N'1', N'3', N'1', N'2300', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056022', N'Spider Lady Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056023', N'Baron Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'43', N'10000', N'1', N'3', N'1', N'2300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056024', N'Joker Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'44', N'10000', N'1', N'3', N'1', N'2300', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056025', N'Chimera Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'46', N'10000', N'1', N'3', N'1', N'2300', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056026', N'Conjugo Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'48', N'10000', N'1', N'3', N'1', N'2300', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056027', N'Dire Knight Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'49', N'10000', N'1', N'3', N'1', N'2300', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056028', N'Sparkle Genuine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'51', N'10000', N'1', N'3', N'1', N'2300', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056029', N'Demon King Genuine Sword', N'1', N'2', N'2', N'9', N'6', N'52', N'10000', N'1', N'3', N'1', N'2300', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056030', N'Mad Latiel Genuine Gauntlets', N'1', N'2', N'3', N'9', N'6', N'53', N'9000', N'1', N'3', N'1', N'2300', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056031', N'Gagarth Genuine Gauntlets', N'1', N'2', N'3', N'9', N'6', N'54', N'9000', N'1', N'3', N'1', N'2300', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211056032', N'Aurosiac Genuine Gauntlets', N'1', N'2', N'3', N'9', N'6', N'55', N'9000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064001', N'Edged Claw', N'1', N'1', N'5', N'10', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064002', N'Serrated Claw', N'1', N'1', N'5', N'10', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064003', N'Salient Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064004', N'Shifter', N'1', N'1', N'5', N'10', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064005', N'Ripper', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064006', N'Leviathan', N'1', N'1', N'5', N'10', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064007', N'Monstrosity', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064008', N'Big Paw', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064009', N'Expert Storm Rider', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211064010', N'Expert Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065001', N'Gloves Claw', N'1', N'1', N'3', N'10', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065002', N'Armored Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065003', N'Boozatron Claw', N'1', N'1', N'3', N'10', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065004', N'Hammer Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065005', N'Cursed Cataphract Claw', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065006', N'Giant Mole Claw', N'1', N'1', N'3', N'10', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065007', N'Dewey Decimator Claw', N'1', N'1', N'3', N'10', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065008', N'Cataphract Claw', N'1', N'1', N'3', N'10', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065009', N'Crimson Gloves Claw', N'1', N'1', N'3', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065010', N'Minotauros Lord Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065011', N'Sinful Seraph Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065012', N'Massive Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065013', N'Haken Platina Claw', N'1', N'1', N'3', N'10', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065014', N'Viper Claw', N'1', N'1', N'3', N'10', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065015', N'Stone Golem Claw', N'1', N'1', N'3', N'10', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065016', N'Massive Mole Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065017', N'Goliath Gorilla Claw', N'1', N'1', N'3', N'10', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065018', N'Giant Rafflesia Claw', N'1', N'1', N'3', N'10', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065019', N'Cyborg Gorilla Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065020', N'Sand Golem Claw', N'1', N'1', N'3', N'10', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065021', N'Giant Sandworm Claw', N'1', N'1', N'3', N'10', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065022', N'Spider Lady Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065023', N'Baron Claw', N'1', N'1', N'3', N'10', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065024', N'Joker Claw', N'1', N'1', N'3', N'10', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065025', N'Chimera Claw', N'1', N'1', N'3', N'10', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065026', N'Conjugo Claw', N'1', N'1', N'3', N'10', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065027', N'Dire Knight Claw', N'1', N'1', N'3', N'10', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065028', N'Sparkle Claw', N'1', N'1', N'3', N'10', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065029', N'Demon King Claw', N'1', N'1', N'3', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065030', N'Mad Latiel Replica Claw', N'1', N'1', N'3', N'10', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065031', N'Gagarth Replica Claw', N'1', N'1', N'3', N'10', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065032', N'Aurosiac Replica Claw', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065501', N'Gloves Precious Claw', N'1', N'1', N'3', N'10', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065502', N'Armored Butcher Precious Claw', N'1', N'1', N'3', N'10', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065503', N'Boozatron Precious Claw', N'1', N'1', N'3', N'10', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065504', N'Hammer Butcher Precious Claw', N'1', N'1', N'3', N'10', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065505', N'Cursed Cataphract Precious Claw', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065506', N'Giant Mole Precious Claw', N'1', N'1', N'3', N'10', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065507', N'Dewey Decimator Precious Claw', N'1', N'1', N'3', N'10', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065508', N'Cataphract Precious Claw', N'1', N'1', N'3', N'10', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065509', N'Crimson Gloves Precious Claw', N'1', N'1', N'3', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065510', N'Minotauros Lord Precious Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065511', N'Sinful Seraph Precious Claw', N'1', N'1', N'3', N'10', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065512', N'Massive Butcher Precious Claw', N'1', N'1', N'3', N'10', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065513', N'Haken Platina Precious Claw', N'1', N'1', N'3', N'10', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065514', N'Viper Precious Claw', N'1', N'1', N'3', N'10', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065515', N'Stone Golem Precious Claw', N'1', N'1', N'3', N'10', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065516', N'Massive Mole Precious Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065517', N'Goliath Gorilla Precious Claw', N'1', N'1', N'3', N'10', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065518', N'Giant Rafflesia Precious Claw', N'1', N'1', N'3', N'10', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065519', N'Cyborg Gorilla Precious Claw', N'1', N'1', N'3', N'10', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065520', N'Sand Golem Precious Claw', N'1', N'1', N'3', N'10', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065521', N'Giant Sandworm Precious Claw', N'1', N'1', N'3', N'10', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065522', N'Spider Lady Precious Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065523', N'Baron Precious Claw', N'1', N'1', N'3', N'10', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065524', N'Joker Precious Claw', N'1', N'1', N'3', N'10', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065525', N'Chimera Precious Claw', N'1', N'1', N'3', N'10', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065526', N'Conjugo Precious Claw', N'1', N'1', N'3', N'10', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065527', N'Dire Knight Precious Claw', N'1', N'1', N'3', N'10', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065528', N'Sparkle Precious Claw', N'1', N'1', N'3', N'10', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065529', N'Demon King Precious Claw', N'1', N'1', N'3', N'10', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065530', N'Mad Latiel Precious Claw', N'1', N'1', N'3', N'10', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065531', N'Gagarth Precious Claw', N'1', N'1', N'3', N'10', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211065532', N'Aurosiac Precious Claw', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066001', N'Gloves Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066002', N'Armored Butcher Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066003', N'Boozatron Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066004', N'Hammer Butcher Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066005', N'Cursed Cataphract Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066006', N'Giant Mole Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066007', N'Dewey Decimator Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066008', N'Cataphract Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066009', N'Crimson Gloves Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066010', N'Minotauros Lord Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066011', N'Sinful Seraph Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066012', N'Massive Butcher Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066013', N'Haken Platina Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066014', N'Viper Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066015', N'Stone Golem Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066016', N'Massive Mole Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066017', N'Goliath Gorilla Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066018', N'Giant Rafflesia Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066019', N'Cyborg Gorilla Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066020', N'Sand Golem Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066021', N'Giant Sandworm Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066022', N'Spider Lady Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066023', N'Baron Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066024', N'Joker Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066025', N'Chimera Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066026', N'Conjugo Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066027', N'Dire Knight Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066028', N'Sparkle Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066029', N'Demon King Genuine Claw', N'1', N'2', N'2', N'10', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066030', N'Mad Latiel Genuine Claw', N'1', N'2', N'3', N'10', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066031', N'Gagarth Genuine Claw', N'1', N'2', N'3', N'10', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211066032', N'Aurosiac Genuine Claw', N'1', N'2', N'3', N'10', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074001', N'Speedy Revolver', N'1', N'1', N'5', N'11', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074002', N'Rapid Revolver', N'1', N'1', N'5', N'11', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074003', N'Swift Revolver', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074004', N'Bee', N'1', N'1', N'5', N'11', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074005', N'Yellowjacket', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074006', N'Wily Wasp', N'1', N'1', N'5', N'11', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074007', N'Sneaky Stinger', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074008', N'Hasty Hornet', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074009', N'Expert Ignore', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211074010', N'Sneaky Stinger', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075001', N'Gloves Revolver', N'1', N'1', N'3', N'11', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075002', N'Armored Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075003', N'Boozatron Revolver', N'1', N'1', N'3', N'11', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075004', N'Hammer Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075005', N'Cursed Cataphract Revolver', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075006', N'Giant Mole Revolver', N'1', N'1', N'3', N'11', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075007', N'Dewey Decimator Revolver', N'1', N'1', N'3', N'11', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075008', N'Cataphract Revolver', N'1', N'1', N'3', N'11', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075009', N'Crimson Gloves Revolver', N'1', N'1', N'3', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075010', N'Minotauros Lord Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075011', N'Sinful Seraph Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075012', N'Massive Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075013', N'Haken Platina Revolver', N'1', N'1', N'3', N'11', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075014', N'Viper Revolver', N'1', N'1', N'3', N'11', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075015', N'Stone Golem Revolver', N'1', N'1', N'3', N'11', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075016', N'Massive Mole Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075017', N'Goliath Gorilla Revolver', N'1', N'1', N'3', N'11', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075018', N'Giant Rafflesia Revolver', N'1', N'1', N'3', N'11', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075019', N'Cyborg Gorilla Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075020', N'Sand Golem Revolver', N'1', N'1', N'3', N'11', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075021', N'Giant Sandworm Revolver', N'1', N'1', N'3', N'11', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075022', N'Spider Lady Revolver', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075023', N'Baron Revolver', N'1', N'1', N'3', N'11', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075024', N'Joker Revolver', N'1', N'1', N'3', N'11', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075025', N'Chimera Revolver', N'1', N'1', N'3', N'11', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075026', N'Conjugo Revolver', N'1', N'1', N'3', N'11', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075027', N'Dire Knight Revolver', N'1', N'1', N'3', N'11', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075028', N'Sparkle Revolver', N'1', N'1', N'3', N'11', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075029', N'Demon King Revolver', N'1', N'1', N'3', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075030', N'Mad Latiel Replica Revolver', N'1', N'1', N'3', N'11', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075031', N'Gagarth Replica Revolver', N'1', N'1', N'3', N'11', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075032', N'Aurosiac Replica Revolver', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075501', N'Gloves Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075502', N'Armored Butcher Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075503', N'Boozatron Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075504', N'Hammer Butcher Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075505', N'Cursed Cataphract Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075506', N'Giant Mole Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075507', N'Dewey Decimator Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075508', N'Cataphract Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075509', N'Crimson Gloves Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075510', N'Minotauros Lord Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075511', N'Sinful Seraph Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075512', N'Massive Butcher Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075513', N'Haken Platina Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075514', N'Viper Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075515', N'Stone Golem Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075516', N'Massive Mole Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075517', N'Goliath Gorilla Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075518', N'Giant Rafflesia Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075519', N'Cyborg Gorilla Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075520', N'Sand Golem Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075521', N'Giant Sandworm Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075522', N'Spider Lady Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075523', N'Baron Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075524', N'Joker Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075525', N'Chimera Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075526', N'Conjugo Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075527', N'Dire Knight Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075528', N'Sparkle Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075529', N'Demon King Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075530', N'Mad Latiel Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075531', N'Gagarth Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211075532', N'Aurosiac Precious Revolver', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076001', N'Gloves Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076002', N'Armored Butcher Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076003', N'Boozatron Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076004', N'Hammer Butcher Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076005', N'Cursed Cataphract Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076006', N'Giant Mole Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076007', N'Dewey Decimator Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076008', N'Cataphract Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076009', N'Crimson Gloves Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076010', N'Minotauros Lord Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076011', N'Sinful Seraph Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076012', N'Massive Butcher Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076013', N'Haken Platina Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076014', N'Viper Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076015', N'Stone Golem Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076016', N'Massive Mole Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076017', N'Goliath Gorilla Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076018', N'Giant Rafflesia Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076019', N'Cyborg Gorilla Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076020', N'Sand Golem Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076021', N'Giant Sandworm Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076022', N'Spider Lady Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076023', N'Baron Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076024', N'Joker Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076025', N'Chimera Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076026', N'Conjugo Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076027', N'Dire Knight Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076028', N'Sparkle Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076029', N'Demon King Genuine Revolver', N'1', N'2', N'2', N'11', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076030', N'Mad Latiel Genuine Revolver', N'1', N'2', N'3', N'11', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076031', N'Gagarth Genuine Revolver', N'1', N'2', N'3', N'11', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211076032', N'Aurosiac Genuine Revolver', N'1', N'2', N'3', N'11', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084001', N'Bold Musket', N'1', N'1', N'5', N'12', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084002', N'Quick Musket', N'1', N'1', N'5', N'12', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084003', N'Slick Musket', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084004', N'Rattler', N'1', N'1', N'5', N'12', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084005', N'Taipan', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084006', N'Krait', N'1', N'1', N'5', N'12', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084007', N'Vicious Viper', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084008', N'Black Mamba', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18330', N'3025') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084009', N'Expert Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3369') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211084010', N'Krait', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085001', N'Gloves Musket', N'1', N'1', N'3', N'12', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085002', N'Armored Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085003', N'Boozatron Musket', N'1', N'1', N'3', N'12', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085004', N'Hammer Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085005', N'Cursed Cataphract Musket', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085006', N'Giant Mole Musket', N'1', N'1', N'3', N'12', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085007', N'Dewey Decimator Musket', N'1', N'1', N'3', N'12', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085008', N'Cataphract Musket', N'1', N'1', N'3', N'12', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085009', N'Crimson Gloves Musket', N'1', N'1', N'3', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085010', N'Minotauros Lord Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085011', N'Sinful Seraph Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085012', N'Massive Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085013', N'Haken Platina Musket', N'1', N'1', N'3', N'12', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085014', N'Viper Musket', N'1', N'1', N'3', N'12', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085015', N'Stone Golem Musket', N'1', N'1', N'3', N'12', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085016', N'Massive Mole Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085017', N'Goliath Gorilla Musket', N'1', N'1', N'3', N'12', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085018', N'Giant Rafflesia Musket', N'1', N'1', N'3', N'12', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085019', N'Cyborg Gorilla Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085020', N'Sand Golem Musket', N'1', N'1', N'3', N'12', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085021', N'Giant Sandworm Musket', N'1', N'1', N'3', N'12', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085022', N'Spider Lady Musket', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085023', N'Baron Musket', N'1', N'1', N'3', N'12', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085024', N'Joker Musket', N'1', N'1', N'3', N'12', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085025', N'Chimera Musket', N'1', N'1', N'3', N'12', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085026', N'Conjugo Musket', N'1', N'1', N'3', N'12', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085027', N'Dire Knight Musket', N'1', N'1', N'3', N'12', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085028', N'Sparkle Musket', N'1', N'1', N'3', N'12', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085029', N'Demon King Musket', N'1', N'1', N'3', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085030', N'Mad Latiel Replica Musket', N'1', N'1', N'3', N'12', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085031', N'Gagarth Replica Musket', N'1', N'1', N'3', N'12', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085032', N'Aurosiac Replica Musket', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085501', N'Gloves Precious Musket', N'1', N'1', N'3', N'12', N'5', N'9', N'9000', N'1', N'3', N'1', N'2200', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085502', N'Armored Butcher Precious Musket', N'1', N'1', N'3', N'12', N'5', N'10', N'9000', N'1', N'3', N'1', N'2200', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085503', N'Boozatron Precious Musket', N'1', N'1', N'3', N'12', N'5', N'12', N'9000', N'1', N'3', N'1', N'2200', N'2390', N'394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085504', N'Hammer Butcher Precious Musket', N'1', N'1', N'3', N'12', N'5', N'14', N'9000', N'1', N'3', N'1', N'2200', N'2990', N'493') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085505', N'Cursed Cataphract Precious Musket', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085506', N'Giant Mole Precious Musket', N'1', N'1', N'3', N'12', N'5', N'17', N'9000', N'1', N'3', N'1', N'2200', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085507', N'Dewey Decimator Precious Musket', N'1', N'1', N'3', N'12', N'5', N'19', N'9000', N'1', N'3', N'1', N'2200', N'4740', N'782') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085508', N'Cataphract Precious Musket', N'1', N'1', N'3', N'12', N'5', N'21', N'9000', N'1', N'3', N'1', N'2200', N'5540', N'914') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085509', N'Crimson Gloves Precious Musket', N'1', N'1', N'3', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085510', N'Minotauros Lord Precious Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085511', N'Sinful Seraph Precious Musket', N'1', N'1', N'3', N'12', N'5', N'23', N'9000', N'1', N'3', N'1', N'2200', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085512', N'Massive Butcher Precious Musket', N'1', N'1', N'3', N'12', N'5', N'28', N'9000', N'1', N'3', N'1', N'2200', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085513', N'Haken Platina Precious Musket', N'1', N'1', N'3', N'12', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085514', N'Viper Precious Musket', N'1', N'1', N'3', N'12', N'5', N'31', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'1719') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085515', N'Stone Golem Precious Musket', N'1', N'1', N'3', N'12', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085516', N'Massive Mole Precious Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'10420', N'2794') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085517', N'Goliath Gorilla Precious Musket', N'1', N'1', N'3', N'12', N'5', N'33', N'9000', N'1', N'3', N'1', N'2200', N'11560', N'1907') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085518', N'Giant Rafflesia Precious Musket', N'1', N'1', N'3', N'12', N'5', N'38', N'9000', N'1', N'3', N'1', N'2200', N'14680', N'2422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085519', N'Cyborg Gorilla Precious Musket', N'1', N'1', N'3', N'12', N'5', N'34', N'9000', N'1', N'3', N'1', N'2200', N'12160', N'2006') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085520', N'Sand Golem Precious Musket', N'1', N'1', N'3', N'12', N'5', N'36', N'9000', N'1', N'3', N'1', N'2200', N'13390', N'2209') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085521', N'Giant Sandworm Precious Musket', N'1', N'1', N'3', N'12', N'5', N'39', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085522', N'Spider Lady Precious Musket', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'17440', N'2877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085523', N'Baron Precious Musket', N'1', N'1', N'3', N'12', N'5', N'43', N'9000', N'1', N'3', N'1', N'2200', N'18160', N'2966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085524', N'Joker Precious Musket', N'1', N'1', N'3', N'12', N'5', N'44', N'9000', N'1', N'3', N'1', N'2200', N'19240', N'3022') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085525', N'Chimera Precious Musket', N'1', N'1', N'3', N'12', N'5', N'46', N'9000', N'1', N'3', N'1', N'2200', N'23590', N'4254') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085526', N'Conjugo Precious Musket', N'1', N'1', N'3', N'12', N'5', N'48', N'9000', N'1', N'3', N'1', N'2200', N'22000', N'3300') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085527', N'Dire Knight Precious Musket', N'1', N'1', N'3', N'12', N'5', N'49', N'9000', N'1', N'3', N'1', N'2200', N'22810', N'3422') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085528', N'Sparkle Precious Musket', N'1', N'1', N'3', N'12', N'5', N'51', N'9000', N'1', N'3', N'1', N'2200', N'24480', N'3672') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085529', N'Demon King Precious Musket', N'1', N'1', N'3', N'12', N'5', N'52', N'9000', N'1', N'3', N'1', N'2200', N'25330', N'3800') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085530', N'Mad Latiel Precious Musket', N'1', N'1', N'3', N'12', N'5', N'53', N'9000', N'1', N'3', N'1', N'2200', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085531', N'Gagarth Precious Musket', N'1', N'1', N'3', N'12', N'5', N'54', N'9000', N'1', N'3', N'1', N'2200', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211085532', N'Aurosiac Precious Musket', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086001', N'Gloves Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'9', N'10000', N'1', N'3', N'1', N'2200', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086002', N'Armored Butcher Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'10', N'10000', N'1', N'3', N'1', N'2200', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086003', N'Boozatron Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'12', N'10000', N'1', N'3', N'1', N'2200', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086004', N'Hammer Butcher Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'14', N'10000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086005', N'Cursed Cataphract Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'15', N'10000', N'1', N'3', N'1', N'2200', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086006', N'Giant Mole Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'17', N'10000', N'1', N'3', N'1', N'2200', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086007', N'Dewey Decimator Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'19', N'10000', N'1', N'3', N'1', N'2200', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086008', N'Cataphract Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'21', N'10000', N'1', N'3', N'1', N'2200', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086009', N'Crimson Gloves Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'22', N'10000', N'1', N'3', N'1', N'2200', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086010', N'Minotauros Lord Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086011', N'Sinful Seraph Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'23', N'10000', N'1', N'3', N'1', N'2200', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086012', N'Massive Butcher Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'28', N'10000', N'1', N'3', N'1', N'2200', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086013', N'Haken Platina Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'26', N'10000', N'1', N'3', N'1', N'2200', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086014', N'Viper Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'31', N'10000', N'1', N'3', N'1', N'2200', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086015', N'Stone Golem Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'29', N'10000', N'1', N'3', N'1', N'2200', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086016', N'Massive Mole Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086017', N'Goliath Gorilla Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'33', N'10000', N'1', N'3', N'1', N'2200', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086018', N'Giant Rafflesia Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'38', N'10000', N'1', N'3', N'1', N'2200', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086019', N'Cyborg Gorilla Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'34', N'10000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086020', N'Sand Golem Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'36', N'10000', N'1', N'3', N'1', N'2200', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086021', N'Giant Sandworm Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'39', N'10000', N'1', N'3', N'1', N'2200', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086022', N'Spider Lady Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086023', N'Baron Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'43', N'10000', N'1', N'3', N'1', N'2200', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086024', N'Joker Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'44', N'10000', N'1', N'3', N'1', N'2200', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086025', N'Chimera Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'46', N'10000', N'1', N'3', N'1', N'2200', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086026', N'Conjugo Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'48', N'10000', N'1', N'3', N'1', N'2200', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086027', N'Dire Knight Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'49', N'10000', N'1', N'3', N'1', N'2200', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086028', N'Sparkle Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'51', N'10000', N'1', N'3', N'1', N'2200', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086029', N'Demon King Genuine Musket', N'1', N'2', N'2', N'12', N'6', N'52', N'10000', N'1', N'3', N'1', N'2200', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086030', N'Mad Latiel Genuine Musket', N'1', N'2', N'3', N'12', N'6', N'53', N'9000', N'1', N'3', N'1', N'2200', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086031', N'Gagarth Genuine Musket', N'1', N'2', N'3', N'12', N'6', N'54', N'9000', N'1', N'3', N'1', N'2200', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211086032', N'Aurosiac Genuine Musket', N'1', N'2', N'3', N'12', N'6', N'55', N'9000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094001', N'Expert Ramnus', N'1', N'1', N'5', N'55', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094002', N'Expert Diospiros', N'1', N'1', N'5', N'55', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094003', N'Expert Illex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094004', N'Expert Actinidia', N'1', N'1', N'5', N'55', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094005', N'Expert Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094006', N'Expert Prunus', N'1', N'1', N'5', N'55', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094007', N'Expert Kapainus', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094008', N'Expert Vitis', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094009', N'Expert Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211094010', N'Expert Strobe', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095001', N'Gloves Twin Swords', N'1', N'1', N'3', N'55', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095002', N'Armored Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095003', N'Boozatron Twin Swords', N'1', N'1', N'3', N'55', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095004', N'Hammer Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095005', N'Cursed Cataphract Twin Swords', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095006', N'Giant Mole Twin Swords', N'1', N'1', N'3', N'55', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095007', N'Dewey Decimator Twin Swords', N'1', N'1', N'3', N'55', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095008', N'Cataphract Twin Swords', N'1', N'1', N'3', N'55', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095009', N'Crimson Gloves Twin Swords', N'1', N'1', N'3', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095010', N'Minotauros Lord Twin Swords', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095011', N'Sinful Seraph Twin Swords', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095012', N'Massive Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095013', N'Haken Platina Twin Swords', N'1', N'1', N'3', N'55', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095014', N'Viper Twin Swords', N'1', N'1', N'3', N'55', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095015', N'Stone Golem Twin Swords', N'1', N'1', N'3', N'55', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095016', N'Massive Mole Twin Swords', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095017', N'Goliath Gorilla Twin Swords', N'1', N'1', N'3', N'55', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095018', N'Giant Rafflesia Twin Swords', N'1', N'1', N'3', N'55', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095019', N'Cyborg Gorilla Twin Swords', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095020', N'Sand Golem Twin Swords', N'1', N'1', N'3', N'55', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095021', N'Giant Sandworm Twin Swords', N'1', N'1', N'3', N'55', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095022', N'Spider Lady Twin Swords', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095023', N'Baron Twin Swords', N'1', N'1', N'3', N'55', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095024', N'Joker Twin Swords', N'1', N'1', N'3', N'55', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095025', N'Chimera Twin Swords', N'1', N'1', N'3', N'55', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095026', N'Conjugo Twin Swords', N'1', N'1', N'3', N'55', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095027', N'Dire Knight Twin Swords', N'1', N'1', N'3', N'55', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095028', N'Sparkle Twin Swords', N'1', N'1', N'3', N'55', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095029', N'Demon King Twin Swords', N'1', N'1', N'3', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095030', N'Mad Latiel Replica Twin Swords', N'1', N'1', N'3', N'55', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095031', N'Gagarth Replica Twin Swords', N'1', N'1', N'3', N'55', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095032', N'Aurosiac Replica Twin Swords', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095501', N'Gloves Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095502', N'Armored Butcher Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095503', N'Boozatron Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095504', N'Hammer Butcher Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095505', N'Cursed Cataphract Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095506', N'Giant Mole Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095507', N'Dewey Decimator Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095508', N'Cataphract Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095509', N'Crimson Gloves Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095510', N'Minotauros Lord Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095511', N'Sinful Seraph Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095512', N'Massive Butcher Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095513', N'Haken Platina Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095514', N'Viper Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095515', N'Stone Golem Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095516', N'Massive Mole Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095517', N'Goliath Gorilla Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095518', N'Giant Rafflesia Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095519', N'Cyborg Gorilla Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095520', N'Sand Golem Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095521', N'Giant Sandworm Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095522', N'Spider Lady Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095523', N'Baron Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095524', N'Joker Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095525', N'Chimera Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095526', N'Conjugo Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095527', N'Dire Knight Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095528', N'Sparkle Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095529', N'Demon King Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095530', N'Mad Latiel Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095531', N'Gagarth Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211095532', N'Aurosiac Precious Magic Sword', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096001', N'Gloves Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096002', N'Armored Butcher Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096003', N'Boozatron Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096004', N'Hammer Butcher Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096005', N'Cursed Cataphract Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096006', N'Giant Mole Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096007', N'Dewey Decimator Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096008', N'Cataphract Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096009', N'Crimson Gloves Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096010', N'Minotauros Lord Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096011', N'Sinful Seraph Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096012', N'Massive Butcher Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096013', N'Haken Platina Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096014', N'Viper Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096015', N'Stone Golem Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096016', N'Massive Mole Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096017', N'Goliath Gorilla Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096018', N'Giant Rafflesia Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096019', N'Cyborg Gorilla Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096020', N'Sand Golem Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096021', N'Giant Sandworm Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096022', N'Spider Lady Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096023', N'Baron Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096024', N'Joker Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096025', N'Chimera Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096026', N'Conjugo Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096027', N'Dire Knight Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096028', N'Sparkle Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096029', N'Demon King Genuine Twin Sword', N'1', N'2', N'2', N'55', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096030', N'Mad Latiel Genuine Twin Swords', N'1', N'2', N'3', N'55', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096031', N'Gagarth Genuine Twin Swords', N'1', N'2', N'3', N'55', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211096032', N'Aurosiac Genuine Twin Swords', N'1', N'2', N'3', N'55', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114001', N'Expert Borealis', N'1', N'1', N'5', N'56', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114002', N'Expert Pormosus', N'1', N'1', N'5', N'56', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114003', N'Expert Seminolus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114004', N'Expert Philotis', N'1', N'1', N'5', N'56', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114005', N'Expert Pipistrelus', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114006', N'Expert Gigas', N'1', N'1', N'5', N'56', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114007', N'Expert Megarophila', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114008', N'Expert Cinereus', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114009', N'Expert Noctivegans', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211114010', N'Expert Plekotooth', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115001', N'Gloves Glaive', N'1', N'1', N'3', N'56', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115002', N'Armored Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115003', N'Boozatron Glaive', N'1', N'1', N'3', N'56', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115004', N'Hammer Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115005', N'Cursed Cataphract Glaive', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115006', N'Giant Mole Glaive', N'1', N'1', N'3', N'56', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115007', N'Dewey Decimator Glaive', N'1', N'1', N'3', N'56', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115008', N'Cataphract Glaive', N'1', N'1', N'3', N'56', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115009', N'Crimson Gloves Glaive', N'1', N'1', N'3', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115010', N'Minotauros Lord Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115011', N'Sinful Seraph Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115012', N'Massive Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115013', N'Haken Platina Glaive', N'1', N'1', N'3', N'56', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115014', N'Viper Glaive', N'1', N'1', N'3', N'56', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115015', N'Stone Golem Glaive', N'1', N'1', N'3', N'56', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115016', N'Massive Mole Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115017', N'Goliath Gorilla Glaive', N'1', N'1', N'3', N'56', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115018', N'Giant Rafflesia Glaive', N'1', N'1', N'3', N'56', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115019', N'Cyborg Gorilla Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115020', N'Sand Golem Glaive', N'1', N'1', N'3', N'56', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115021', N'Giant Sandworm Glaive', N'1', N'1', N'3', N'56', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115022', N'Spider Lady Glaive', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115023', N'Baron Glaive', N'1', N'1', N'3', N'56', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115024', N'Joker Glaive', N'1', N'1', N'3', N'56', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115025', N'Chimera Glaive', N'1', N'1', N'3', N'56', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115026', N'Conjugo Glaive', N'1', N'1', N'3', N'56', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115027', N'Dire Knight Glaive', N'1', N'1', N'3', N'56', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115028', N'Sparkle Glaive', N'1', N'1', N'3', N'56', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115029', N'Demon King Glaive', N'1', N'1', N'3', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115030', N'Mad Latiel Replica Glaive', N'1', N'1', N'3', N'56', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115031', N'Gagarth Replica Glaive', N'1', N'1', N'3', N'56', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115032', N'Aurosiac Replica Glaive', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115501', N'Gloves Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'9', N'9000', N'1', N'3', N'1', N'2500', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115502', N'Armored Butcher Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115503', N'Boozatron Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'12', N'9000', N'1', N'3', N'1', N'2500', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115504', N'Hammer Butcher Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'14', N'9000', N'1', N'3', N'1', N'2500', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115505', N'Cursed Cataphract Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115506', N'Giant Mole Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'17', N'9000', N'1', N'3', N'1', N'2500', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115507', N'Dewey Decimator Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'19', N'9000', N'1', N'3', N'1', N'2500', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115508', N'Cataphract Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'21', N'9000', N'1', N'3', N'1', N'2500', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115509', N'Crimson Gloves Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115510', N'Minotauros Lord Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115511', N'Sinful Seraph Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'23', N'9000', N'1', N'3', N'1', N'2500', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115512', N'Massive Butcher Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'28', N'9000', N'1', N'3', N'1', N'2500', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115513', N'Haken Platina Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115514', N'Viper Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'31', N'9000', N'1', N'3', N'1', N'2500', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115515', N'Stone Golem Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115516', N'Massive Mole Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115517', N'Goliath Gorilla Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'33', N'9000', N'1', N'3', N'1', N'2500', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115518', N'Giant Rafflesia Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'38', N'9000', N'1', N'3', N'1', N'2500', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115519', N'Cyborg Gorilla Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'34', N'9000', N'1', N'3', N'1', N'2500', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115520', N'Sand Golem Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'36', N'9000', N'1', N'3', N'1', N'2500', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115521', N'Giant Sandworm Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'39', N'9000', N'1', N'3', N'1', N'2500', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115522', N'Spider Lady Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115523', N'Baron Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'43', N'9000', N'1', N'3', N'1', N'2500', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115524', N'Joker Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'44', N'9000', N'1', N'3', N'1', N'2500', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115525', N'Chimera Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'46', N'9000', N'1', N'3', N'1', N'2500', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115526', N'Conjugo Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'48', N'9000', N'1', N'3', N'1', N'2500', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115527', N'Dire Knight Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'49', N'9000', N'1', N'3', N'1', N'2500', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115528', N'Sparkle Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'51', N'9000', N'1', N'3', N'1', N'2500', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115529', N'Demon King Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'52', N'9000', N'1', N'3', N'1', N'2500', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115530', N'Mad Latiel Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'53', N'9000', N'1', N'3', N'1', N'2500', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115531', N'Gagarth Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'54', N'9000', N'1', N'3', N'1', N'2500', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211115532', N'Aurosiac Precious Glaive', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116001', N'Gloves Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'9', N'10000', N'1', N'3', N'1', N'2500', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116002', N'Armored Butcher Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'10', N'10000', N'1', N'3', N'1', N'2500', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116003', N'Boozatron Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'12', N'10000', N'1', N'3', N'1', N'2500', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116004', N'Hammer Butcher Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'14', N'10000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116005', N'Cursed Cataphract Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'15', N'10000', N'1', N'3', N'1', N'2500', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116006', N'Giant Mole Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'17', N'10000', N'1', N'3', N'1', N'2500', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116007', N'Dewey Decimator Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'19', N'10000', N'1', N'3', N'1', N'2500', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116008', N'Cataphract Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'21', N'10000', N'1', N'3', N'1', N'2500', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116009', N'Crimson Gloves Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'22', N'10000', N'1', N'3', N'1', N'2500', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116010', N'Minotauros Lord Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116011', N'Sinful Seraph Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'23', N'10000', N'1', N'3', N'1', N'2500', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116012', N'Massive Butcher Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'28', N'10000', N'1', N'3', N'1', N'2500', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116013', N'Haken Platina Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'26', N'10000', N'1', N'3', N'1', N'2500', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116014', N'Viper Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'31', N'10000', N'1', N'3', N'1', N'2500', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116015', N'Stone Golem Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'29', N'10000', N'1', N'3', N'1', N'2500', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116016', N'Massive Mole Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116017', N'Goliath Gorilla Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'33', N'10000', N'1', N'3', N'1', N'2500', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116018', N'Giant Rafflesia Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'38', N'10000', N'1', N'3', N'1', N'2500', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116019', N'Cyborg Gorilla Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'34', N'10000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116020', N'Sand Golem Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'36', N'10000', N'1', N'3', N'1', N'2500', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116021', N'Giant Sandworm Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'39', N'10000', N'1', N'3', N'1', N'2500', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116022', N'Spider Lady Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116023', N'Baron Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'43', N'10000', N'1', N'3', N'1', N'2500', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116024', N'Joker Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'44', N'10000', N'1', N'3', N'1', N'2500', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116025', N'Chimera Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'46', N'10000', N'1', N'3', N'1', N'2500', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116026', N'Conjugo Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'48', N'10000', N'1', N'3', N'1', N'2500', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116027', N'Dire Knight Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'49', N'10000', N'1', N'3', N'1', N'2500', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116028', N'Sparkle Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'51', N'10000', N'1', N'3', N'1', N'2500', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116029', N'Demon King Genuine Glaive', N'1', N'2', N'2', N'56', N'6', N'52', N'10000', N'1', N'3', N'1', N'2500', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116030', N'Mad Latiel Genuine Glaive', N'1', N'2', N'3', N'56', N'6', N'53', N'9000', N'1', N'3', N'1', N'2500', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116031', N'Gagarth Genuine Glaive', N'1', N'2', N'3', N'56', N'6', N'54', N'9000', N'1', N'3', N'1', N'2500', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211116032', N'Aurosiac Genuine Glaive', N'1', N'2', N'3', N'56', N'6', N'55', N'9000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134001', N'Expert Aureus', N'1', N'1', N'5', N'57', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134002', N'Expert Aljerensis', N'1', N'1', N'5', N'57', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134003', N'Expert Antus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134004', N'Expert Vea', N'1', N'1', N'5', N'57', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134005', N'Expert Crusemani', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134006', N'Expert Indicus', N'1', N'1', N'5', N'57', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134007', N'Expert Rupaster', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134008', N'Expert Naria', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134009', N'Expert Liparius', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211134010', N'Expert Diceros', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135001', N'Gloves Demon Hands', N'1', N'1', N'3', N'57', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135002', N'Armored Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135003', N'Boozatron Demon Hands', N'1', N'1', N'3', N'57', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135004', N'Hammer Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135005', N'Cursed Cataphract Demon Hands', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135006', N'Giant Mole Demon Hands', N'1', N'1', N'3', N'57', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135007', N'Dewey Decimator Demon Hands', N'1', N'1', N'3', N'57', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135008', N'Cataphract Demon Hands', N'1', N'1', N'3', N'57', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135009', N'Crimson Gloves Demon Hands', N'1', N'1', N'3', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135010', N'Minotauros Lord Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135011', N'Sinful Seraph Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135012', N'Massive Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135013', N'Haken Platina Demon Hands', N'1', N'1', N'3', N'57', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135014', N'Viper Demon Hands', N'1', N'1', N'3', N'57', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135015', N'Stone Golem Demon Hands', N'1', N'1', N'3', N'57', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135016', N'Massive Mole Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135017', N'Goliath Gorilla Demon Hands', N'1', N'1', N'3', N'57', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135018', N'Giant Rafflesia Demon Hands', N'1', N'1', N'3', N'57', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135019', N'Cyborg Gorilla Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135020', N'Sand Golem Demon Hands', N'1', N'1', N'3', N'57', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135021', N'Giant Sandworm Demon Hands', N'1', N'1', N'3', N'57', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135022', N'Spider Lady Demon Hands', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135023', N'Baron Demon Hands', N'1', N'1', N'3', N'57', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135024', N'Joker Demon Hands', N'1', N'1', N'3', N'57', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135025', N'Chimera Demon Hands', N'1', N'1', N'3', N'57', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135026', N'Conjugo Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135027', N'Dire Knight Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135028', N'Sparkle Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135029', N'Demon King Replica Demon Hands', N'1', N'1', N'3', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135030', N'Mad Latiel Replica Heavy Gauntlets', N'1', N'1', N'3', N'57', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135031', N'Gagarth Replica Heavy Gauntlets', N'1', N'1', N'3', N'57', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135032', N'Aurosiac Replica Heavy Gauntlets', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135501', N'Gloves Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'9', N'9000', N'1', N'3', N'1', N'2300', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135502', N'Armored Butcher Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135503', N'Boozatron Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'12', N'9000', N'1', N'3', N'1', N'2300', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135504', N'Hammer Butcher Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'14', N'9000', N'1', N'3', N'1', N'2300', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135505', N'Cursed Cataphract Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135506', N'Giant Mole Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'17', N'9000', N'1', N'3', N'1', N'2300', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135507', N'Dewey Decimator Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'19', N'9000', N'1', N'3', N'1', N'2300', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135508', N'Cataphract Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'21', N'9000', N'1', N'3', N'1', N'2300', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135509', N'Crimson Gloves Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135510', N'Minotauros Lord Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135511', N'Sinful Seraph Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'23', N'9000', N'1', N'3', N'1', N'2300', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135512', N'Massive Butcher Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'28', N'9000', N'1', N'3', N'1', N'2300', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135513', N'Haken Platina Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135514', N'Viper Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'31', N'9000', N'1', N'3', N'1', N'2300', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135515', N'Stone Golem Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135516', N'Massive Mole Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135517', N'Goliath Gorilla Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'33', N'9000', N'1', N'3', N'1', N'2300', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135518', N'Giant Rafflesia Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'38', N'9000', N'1', N'3', N'1', N'2300', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135519', N'Cyborg Gorilla Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'34', N'9000', N'1', N'3', N'1', N'2300', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135520', N'Sand Golem Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'36', N'9000', N'1', N'3', N'1', N'2300', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135521', N'Giant Sandworm Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'39', N'9000', N'1', N'3', N'1', N'2300', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135522', N'Spider Lady Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135523', N'Baron Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'43', N'9000', N'1', N'3', N'1', N'2300', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135524', N'Joker Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'44', N'9000', N'1', N'3', N'1', N'2300', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135525', N'Chimera Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'46', N'9000', N'1', N'3', N'1', N'2300', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135526', N'Conjugo Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'48', N'9000', N'1', N'3', N'1', N'2300', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135527', N'Dire Knight Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'49', N'9000', N'1', N'3', N'1', N'2300', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135528', N'Sparkle Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'51', N'9000', N'1', N'3', N'1', N'2300', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135529', N'Demon King Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'52', N'9000', N'1', N'3', N'1', N'2300', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135530', N'Mad Latiel Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'53', N'9000', N'1', N'3', N'1', N'2300', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135531', N'Gagarth Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'54', N'9000', N'1', N'3', N'1', N'2300', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211135532', N'Aurosiac Precious Demon Hands', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136001', N'Gloves Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'9', N'10000', N'1', N'3', N'1', N'2300', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136002', N'Armored Butcher Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'10', N'10000', N'1', N'3', N'1', N'2300', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136003', N'Boozatron Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'12', N'10000', N'1', N'3', N'1', N'2300', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136004', N'Hammer Butcher Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'14', N'10000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136005', N'Cursed Cataphract Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'15', N'10000', N'1', N'3', N'1', N'2300', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136006', N'Giant Mole Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'17', N'10000', N'1', N'3', N'1', N'2300', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136007', N'Dewey Decimator Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'19', N'10000', N'1', N'3', N'1', N'2300', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136008', N'Cataphract Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'21', N'10000', N'1', N'3', N'1', N'2300', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136009', N'Crimson Gloves Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'22', N'10000', N'1', N'3', N'1', N'2300', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136010', N'Minotauros Lord Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136011', N'Sinful Seraph Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'23', N'10000', N'1', N'3', N'1', N'2300', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136012', N'Massive Butcher Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'28', N'10000', N'1', N'3', N'1', N'2300', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136013', N'Haken Platina Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'26', N'10000', N'1', N'3', N'1', N'2300', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136014', N'Viper Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'31', N'10000', N'1', N'3', N'1', N'2300', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136015', N'Stone Golem Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'29', N'10000', N'1', N'3', N'1', N'2300', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136016', N'Massive Mole Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136017', N'Goliath Gorilla Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'33', N'10000', N'1', N'3', N'1', N'2300', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136018', N'Giant Rafflesia Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'38', N'10000', N'1', N'3', N'1', N'2300', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136019', N'Cyborg Gorilla Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'34', N'10000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136020', N'Sand Golem Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'36', N'10000', N'1', N'3', N'1', N'2300', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136021', N'Giant Sandworm Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'39', N'10000', N'1', N'3', N'1', N'2300', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136022', N'Spider Lady Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136023', N'Baron Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'43', N'10000', N'1', N'3', N'1', N'2300', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136024', N'Joker Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'44', N'10000', N'1', N'3', N'1', N'2300', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136025', N'Chimera Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'46', N'10000', N'1', N'3', N'1', N'2300', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136026', N'Conjugo Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'48', N'10000', N'1', N'3', N'1', N'2300', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136027', N'Dire Knight Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'49', N'10000', N'1', N'3', N'1', N'2300', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136028', N'Sparkle Genuine Heavy Gauntlet', N'1', N'2', N'2', N'57', N'6', N'51', N'10000', N'1', N'3', N'1', N'2300', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136029', N'Demon King Genuine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'52', N'10000', N'1', N'3', N'1', N'2300', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136030', N'Mad Latiel Genuine Heavy Gauntlets', N'1', N'2', N'3', N'57', N'6', N'53', N'9000', N'1', N'3', N'1', N'2300', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136031', N'Gagarth Genuine Heavy Gauntlets', N'1', N'2', N'3', N'57', N'6', N'54', N'9000', N'1', N'3', N'1', N'2300', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211136032', N'Aurosiac Genuine Heavy Gauntlets', N'1', N'2', N'3', N'57', N'6', N'55', N'9000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154001', N'Expert Terapene', N'1', N'1', N'5', N'58', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'291') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154002', N'Expert Malaclemis', N'1', N'1', N'5', N'58', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'519') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154003', N'Expert Lactopris', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'806') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154004', N'Expert Kelis', N'1', N'1', N'5', N'58', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154005', N'Expert Hydromedusa', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154006', N'Expert Xiokelon', N'1', N'1', N'5', N'58', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154007', N'Expert Midas', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154008', N'Expert Kareta', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154009', N'Expert Selgata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211154010', N'Expert Musk Bag', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155001', N'Gloves Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155002', N'Armored Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155003', N'Boozatron Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155004', N'Hammer Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155005', N'Cursed Cataphract Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155006', N'Giant Mole Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155007', N'Dewey Decimator Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155008', N'Cataphract Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155009', N'Crimson Gloves Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155010', N'Minotauros Lord Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155011', N'Sinful Seraph Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155012', N'Massive Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155013', N'Haken Platina Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155014', N'Viper Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155015', N'Stone Golem Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155016', N'Massive Mole Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155017', N'Goliath Gorilla Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155018', N'Giant Rafflesia Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155019', N'Cyborg Gorilla Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155020', N'Sand Golem Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155021', N'Giant Sandworm Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155022', N'Spider Lady Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155023', N'Baron Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155024', N'Joker Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155025', N'Chimera Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155026', N'Conjugo Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155027', N'Dire Knight Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155028', N'Sparkle Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155029', N'Demon King Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155030', N'Mad Latiel Replica Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155031', N'Gagarth Replica Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155032', N'Aurosiac Replica Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155501', N'Gloves Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'9', N'9000', N'1', N'3', N'1', N'2000', N'1600', N'264') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155502', N'Armored Butcher Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'306') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155503', N'Boozatron Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'12', N'9000', N'1', N'3', N'1', N'2000', N'2390', N'395') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155504', N'Hammer Butcher Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'14', N'9000', N'1', N'3', N'1', N'2000', N'2990', N'494') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155505', N'Cursed Cataphract Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'547') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155506', N'Giant Mole Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'17', N'9000', N'1', N'3', N'1', N'2000', N'4000', N'660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155507', N'Dewey Decimator Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'19', N'9000', N'1', N'3', N'1', N'2000', N'4740', N'783') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155508', N'Cataphract Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'21', N'9000', N'1', N'3', N'1', N'2000', N'5540', N'915') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155509', N'Crimson Gloves Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155510', N'Minotauros Lord Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155511', N'Sinful Seraph Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'23', N'9000', N'1', N'3', N'1', N'2000', N'6400', N'1056') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155512', N'Massive Butcher Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'28', N'9000', N'1', N'3', N'1', N'2000', N'8800', N'1452') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155513', N'Haken Platina Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155514', N'Viper Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'31', N'9000', N'1', N'3', N'1', N'2000', N'10420', N'1720') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155515', N'Stone Golem Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155516', N'Massive Mole Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155517', N'Goliath Gorilla Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'33', N'9000', N'1', N'3', N'1', N'2000', N'11560', N'1908') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155518', N'Giant Rafflesia Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'38', N'9000', N'1', N'3', N'1', N'2000', N'14680', N'2423') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155519', N'Cyborg Gorilla Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'34', N'9000', N'1', N'3', N'1', N'2000', N'12160', N'2007') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155520', N'Sand Golem Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'36', N'9000', N'1', N'3', N'1', N'2000', N'13390', N'2210') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155521', N'Giant Sandworm Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'39', N'9000', N'1', N'3', N'1', N'2000', N'15350', N'2533') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155522', N'Spider Lady Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155523', N'Baron Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'43', N'9000', N'1', N'3', N'1', N'2000', N'18160', N'2997') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155524', N'Joker Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'44', N'9000', N'1', N'3', N'1', N'2000', N'18900', N'3119') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155525', N'Chimera Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'46', N'9000', N'1', N'3', N'1', N'2000', N'20420', N'3370') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155526', N'Conjugo Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'48', N'9000', N'1', N'3', N'1', N'2000', N'22000', N'3630') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155527', N'Dire Knight Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'49', N'9000', N'1', N'3', N'1', N'2000', N'22810', N'3764') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155528', N'Sparkle Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'51', N'9000', N'1', N'3', N'1', N'2000', N'24480', N'4040') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155529', N'Demon King Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'52', N'9000', N'1', N'3', N'1', N'2000', N'25330', N'4180') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155530', N'Mad Latiel Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'53', N'9000', N'1', N'3', N'1', N'2000', N'26200', N'4323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155531', N'Gagarth Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'54', N'9000', N'1', N'3', N'1', N'2000', N'27090', N'4470') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211155532', N'Aurosiac Precious Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156001', N'Gloves Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'9', N'10000', N'1', N'3', N'1', N'2000', N'1680', N'277') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156002', N'Armored Butcher Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'10', N'10000', N'1', N'3', N'1', N'2000', N'1940', N'320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156003', N'Boozatron Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'12', N'10000', N'1', N'3', N'1', N'2000', N'2510', N'414') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156004', N'Hammer Butcher Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'14', N'10000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156005', N'Cursed Cataphract Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'15', N'10000', N'1', N'3', N'1', N'2000', N'3480', N'574') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156006', N'Giant Mole Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'17', N'10000', N'1', N'3', N'1', N'2000', N'4200', N'693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156007', N'Dewey Decimator Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'19', N'10000', N'1', N'3', N'1', N'2000', N'4980', N'822') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156008', N'Cataphract Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'21', N'10000', N'1', N'3', N'1', N'2000', N'5820', N'960') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156009', N'Crimson Gloves Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'22', N'10000', N'1', N'3', N'1', N'2000', N'6270', N'1035') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156010', N'Minotauros Lord Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156011', N'Sinful Seraph Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'23', N'10000', N'1', N'3', N'1', N'2000', N'6720', N'1109') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156012', N'Massive Butcher Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'28', N'10000', N'1', N'3', N'1', N'2000', N'9240', N'1525') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156013', N'Haken Platina Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'26', N'10000', N'1', N'3', N'1', N'2000', N'8190', N'1351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156014', N'Viper Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'31', N'10000', N'1', N'3', N'1', N'2000', N'10940', N'1805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156015', N'Stone Golem Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'29', N'10000', N'1', N'3', N'1', N'2000', N'9800', N'1617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156016', N'Massive Mole Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156017', N'Goliath Gorilla Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'33', N'10000', N'1', N'3', N'1', N'2000', N'12140', N'2003') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156018', N'Giant Rafflesia Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'38', N'10000', N'1', N'3', N'1', N'2000', N'15410', N'2543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156019', N'Cyborg Gorilla Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'34', N'10000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156020', N'Sand Golem Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'36', N'10000', N'1', N'3', N'1', N'2000', N'14060', N'2320') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156021', N'Giant Sandworm Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'39', N'10000', N'1', N'3', N'1', N'2000', N'16120', N'2660') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156022', N'Spider Lady Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156023', N'Baron Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'43', N'10000', N'1', N'3', N'1', N'2000', N'19070', N'3147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156024', N'Joker Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'44', N'10000', N'1', N'3', N'1', N'2000', N'19850', N'3275') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156025', N'Chimera Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'46', N'10000', N'1', N'3', N'1', N'2000', N'21440', N'3538') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156026', N'Conjugo Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'48', N'10000', N'1', N'3', N'1', N'2000', N'23100', N'3812') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156027', N'Dire Knight Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'49', N'10000', N'1', N'3', N'1', N'2000', N'23950', N'3952') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156028', N'Sparkle Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'51', N'10000', N'1', N'3', N'1', N'2000', N'25700', N'4241') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156029', N'Demon King Genuine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'52', N'10000', N'1', N'3', N'1', N'2000', N'26600', N'4389') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156030', N'Mad Latiel Genuine Weapon Bag', N'1', N'2', N'3', N'58', N'6', N'53', N'9000', N'1', N'3', N'1', N'2000', N'27510', N'4539') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156031', N'Gagarth Genuine Weapon Bag', N'1', N'2', N'3', N'58', N'6', N'54', N'9000', N'1', N'3', N'1', N'2000', N'28440', N'4693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'211156032', N'Aurosiac Genuine Weapon Bag', N'1', N'2', N'3', N'58', N'6', N'55', N'9000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311012001', N'Unfinished Monarch Sword', N'1', N'2', N'0', N'5', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014001', N'Monarch Sword', N'1', N'2', N'0', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014003', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014004', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014005', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311014006', N'Ice Sword', N'1', N'2', N'0', N'5', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015001', N'Absolute Monarch Sword', N'1', N'2', N'0', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015002', N'Brawlers Mirage Sword', N'1', N'2', N'0', N'5', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015003', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015004', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015005', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311015006', N'Glacial Sword', N'1', N'2', N'0', N'5', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311022001', N'Unfinished Monarch Slayer', N'1', N'2', N'0', N'6', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024001', N'Monarch Slayer', N'1', N'2', N'0', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024003', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'20', N'500', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024004', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'30', N'500', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024005', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'40', N'500', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311024006', N'Ice Axe', N'1', N'2', N'0', N'6', N'4', N'50', N'500', N'1', N'3', N'1', N'2200', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025001', N'Absolute Monarch Slayer', N'1', N'2', N'0', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025002', N'Brawlers Mirage Axe', N'1', N'2', N'0', N'6', N'5', N'1', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025003', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'20', N'500', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025004', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'30', N'500', N'1', N'3', N'1', N'2200', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025005', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'40', N'500', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311025006', N'Glacial Axe', N'1', N'2', N'0', N'6', N'5', N'50', N'500', N'1', N'3', N'1', N'2200', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311032001', N'Unfinished Monarch Witch Sword', N'1', N'2', N'0', N'7', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034001', N'Monarch Witch Sword', N'1', N'2', N'0', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034003', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'20', N'500', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034004', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'30', N'500', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034005', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'40', N'500', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311034006', N'Ice Witch Sword', N'1', N'2', N'0', N'7', N'4', N'50', N'500', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035001', N'Absolute Monarch Witch Sword', N'1', N'2', N'0', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035002', N'Brawlers Mirage Witch Sword', N'1', N'2', N'0', N'7', N'5', N'1', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035003', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'20', N'500', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035004', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'30', N'500', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035005', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'40', N'500', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311035006', N'Glacial Witch Sword', N'1', N'2', N'0', N'7', N'5', N'50', N'500', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311042001', N'Unfinished Monarch Popular Scythe', N'1', N'2', N'0', N'8', N'2', N'40', N'7500', N'0', N'3', N'1', N'2600', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044001', N'Monarch Popular Scythe', N'1', N'2', N'0', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044003', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'20', N'500', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044004', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'30', N'500', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044005', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'40', N'500', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311044006', N'Ice Scythe', N'1', N'2', N'0', N'8', N'4', N'50', N'500', N'1', N'3', N'1', N'2600', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045001', N'Absolute Monarch Popular Scythe', N'1', N'2', N'0', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045002', N'Brawlers Mirage Scythe', N'1', N'2', N'0', N'8', N'5', N'1', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045003', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'20', N'500', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045004', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'30', N'500', N'1', N'3', N'1', N'2600', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045005', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'40', N'500', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311045006', N'Glacial Scythe', N'1', N'2', N'0', N'8', N'5', N'50', N'500', N'1', N'3', N'1', N'2600', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311052001', N'Unfinished Monarch Fist', N'1', N'2', N'0', N'9', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054001', N'Monarch Fist', N'1', N'2', N'0', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054003', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054004', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054005', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311054006', N'Ice Fist', N'1', N'2', N'0', N'9', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055001', N'Absolute Monarch Fist', N'1', N'2', N'0', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055002', N'Brawlers Mirage Gauntlets', N'1', N'2', N'0', N'9', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055003', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055004', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055005', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311055006', N'Glacial Fist', N'1', N'2', N'0', N'9', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311062001', N'Unfinished Monarch Claw', N'1', N'2', N'0', N'10', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064001', N'Monarch Claw', N'1', N'2', N'0', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064003', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064004', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064005', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311064006', N'Ice Claw', N'1', N'2', N'0', N'10', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065001', N'Absolute Monarch Claw', N'1', N'2', N'0', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065002', N'Brawlers Mirage Claw', N'1', N'2', N'0', N'10', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065003', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065004', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065005', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311065006', N'Glacial Claw', N'1', N'2', N'0', N'10', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311072001', N'Unfinished Monarch Revolver', N'1', N'2', N'0', N'11', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074001', N'Monarch Revolver', N'1', N'2', N'0', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074003', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074004', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074005', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311074006', N'Ice Revolver', N'1', N'2', N'0', N'11', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075001', N'Absolute Monarch Revolver', N'1', N'2', N'0', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075002', N'Brawlers Mirage Revolver', N'1', N'2', N'0', N'11', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075003', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075004', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075005', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311075006', N'Glacial Revolver', N'1', N'2', N'0', N'11', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311082001', N'Unfinished Monarch Musket', N'1', N'2', N'0', N'12', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084001', N'Monarch Musket', N'1', N'2', N'0', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084003', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084004', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084005', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311084006', N'Ice Musket', N'1', N'2', N'0', N'12', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085001', N'Absolute Monarch Musket', N'1', N'2', N'0', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085002', N'Brawlers Mirage Musket', N'1', N'2', N'0', N'12', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085003', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085004', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085005', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311085006', N'Glacial Musket', N'1', N'2', N'0', N'12', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311092001', N'Unfinished Monarch Twin Swords', N'1', N'2', N'0', N'55', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094001', N'Monarch Twin Swords', N'1', N'2', N'0', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094003', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'20', N'500', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094004', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'30', N'500', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094005', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'40', N'500', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311094006', N'Ice Twin Sword', N'1', N'2', N'0', N'55', N'4', N'50', N'500', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095001', N'Absolute Monarch Twin Swords', N'1', N'2', N'0', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095002', N'Brawlers Mirage Twin Swords', N'1', N'2', N'0', N'55', N'5', N'1', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095003', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'20', N'500', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095004', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'30', N'500', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095005', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'40', N'500', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311095006', N'Glacial Twin Sword', N'1', N'2', N'0', N'55', N'5', N'50', N'500', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311112001', N'Unfinished Monarch Glaive', N'1', N'2', N'0', N'56', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114001', N'Monarch Glaive', N'1', N'2', N'0', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114003', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'20', N'500', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114004', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'30', N'500', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114005', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'40', N'500', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311114006', N'Ice Glave', N'1', N'2', N'0', N'56', N'4', N'50', N'500', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115001', N'Absolute Monarch Glaive', N'1', N'2', N'0', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115002', N'Brawlers Mirage Glaive', N'1', N'2', N'0', N'56', N'5', N'1', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115003', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'20', N'500', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115004', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'30', N'500', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115005', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'40', N'500', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311115006', N'Glacial Glave', N'1', N'2', N'0', N'56', N'5', N'50', N'500', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311132001', N'Unfinished Monarch Demon Hands', N'1', N'2', N'0', N'57', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134001', N'Monarch Demon Hands', N'1', N'2', N'0', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134003', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134004', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134005', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311134006', N'Ice Heavy Gauntlet', N'1', N'2', N'0', N'57', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135001', N'Absolute Monarch Demon Hands', N'1', N'2', N'0', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135002', N'Brawlers Mirage Demon Hands', N'1', N'2', N'0', N'57', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135003', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135004', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135005', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311135006', N'Glacial Heavy Gauntlet', N'1', N'2', N'0', N'57', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311152001', N'Unfinished Monarch Weapon Bag', N'1', N'2', N'0', N'58', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154001', N'Monarch Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154003', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'20', N'500', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154004', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'30', N'500', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154005', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'40', N'500', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311154006', N'Ice Weapon Bag', N'1', N'2', N'0', N'58', N'4', N'50', N'500', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155001', N'Absolute Monarch Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155002', N'Brawlers Mirage Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'1', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155003', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'20', N'500', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155004', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'30', N'500', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155005', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'40', N'500', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'311155006', N'Glacial Weapon Bag', N'1', N'2', N'0', N'58', N'5', N'50', N'500', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011001', N'Short Sword', N'1', N'0', N'0', N'5', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011002', N'Strong Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011003', N'Ruben''s War Sword', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011004', N'Ruben''s Battle Sword', N'1', N'0', N'0', N'5', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011005', N'Ruben''s Strong Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011006', N'Ruben''s Broad Sword', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011007', N'Ruben''s Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011008', N'Ruben''s Primal Sword', N'1', N'0', N'0', N'5', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011009', N'Ruben''s Gothic Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011010', N'Ruben''s Bastard Sword', N'1', N'0', N'0', N'5', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011011', N'Ruben''s Valiant Sword', N'1', N'0', N'0', N'5', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011012', N'Ruben''s Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011101', N'Ruska''s War Sword', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011102', N'Ruska''s Battle Sword', N'1', N'0', N'0', N'5', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011103', N'Ruben''s Strong Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011104', N'Ruben''s Broad Sword', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011105', N'Ruben''s Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011106', N'Ruben''s Primal Sword', N'1', N'0', N'0', N'5', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011107', N'Ruben''s Gothic Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011108', N'Ruska''s Bastard Sword', N'1', N'0', N'0', N'5', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011109', N'Ruska''s Valiant Sword', N'1', N'0', N'0', N'5', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011110', N'Ruska''s Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511011301', N'Gallant Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021001', N'Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021002', N'Ruben''s Hand Axe', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021003', N'Ruben''s Buroba Axe', N'1', N'0', N'0', N'6', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021004', N'Ruben''s Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021005', N'Ruben''s Two-Handed Axe', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021006', N'Ruben''s Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021007', N'Ruben''s Gothic Axe', N'1', N'0', N'0', N'6', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021008', N'Ruben''s Bardiche Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021009', N'Ruben''s Pole Axe', N'1', N'0', N'0', N'6', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021010', N'Ruben''s Tabar Axe', N'1', N'0', N'0', N'6', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021011', N'Ruben''s Battle Axe', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021101', N'Ruska''s Hand Axe', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021102', N'Ruska''s Buroba Axe', N'1', N'0', N'0', N'6', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021103', N'Ruben''s Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021104', N'Ruben''s Two-Handed Axe', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021105', N'Ruben''s Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021106', N'Ruben''s Gothic Axe', N'1', N'0', N'0', N'6', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021107', N'Ruben''s Bardiche Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021108', N'Ruska''s Pole Axe', N'1', N'0', N'0', N'6', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021109', N'Ruska''s Tabar Axe', N'1', N'0', N'0', N'6', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021110', N'Ruska''s Battle Axe', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511021301', N'Lokaber Mace', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031001', N'Magic Sword', N'1', N'0', N'0', N'7', N'1', N'5', N'7000', N'0', N'0', N'1', N'2500', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031002', N'Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031003', N'Ruben''s Crystal Magic Sword', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031004', N'Ruben''s Spell Sword', N'1', N'0', N'0', N'7', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031005', N'Ruben''s Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031006', N'Ruben''s Rune Spell Sword', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031007', N'Ruben''s Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031008', N'Ruben''s Nether Blade', N'1', N'0', N'0', N'7', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031009', N'Ruben''s Karma Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031010', N'Ruben''s Witch Sword', N'1', N'0', N'0', N'7', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031011', N'Ruben''s Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031012', N'Ruben''s Demonic Witch Sword', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031101', N'Ruska''s Crystal Magic Sword', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031102', N'Ruska''s Spell Sword', N'1', N'0', N'0', N'7', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031103', N'Ruben''s Druidic Blade', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031104', N'Ruben''s Rune Spell Sword', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031105', N'Ruben''s Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031106', N'Ruben''s Nether Blade', N'1', N'0', N'0', N'7', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031107', N'Ruben''s Karma Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031108', N'Ruska''s Witch Sword', N'1', N'0', N'0', N'7', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031109', N'Ruska''s Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031110', N'Ruska''s Demonic Witch Sword', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511031301', N'Sorceress Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041001', N'Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041002', N'Ruben''s Scythe', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041003', N'Ruben''s Jagged Scythe', N'1', N'0', N'0', N'8', N'1', N'15', N'7000', N'0', N'0', N'1', N'2600', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041004', N'Ruben''s Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041005', N'Ruben''s Dusk Scythe', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041006', N'Ruben''s Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041007', N'Ruben''s Gothic Scythe', N'1', N'0', N'0', N'8', N'1', N'35', N'7000', N'0', N'0', N'1', N'2600', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041008', N'Ruben''s Stella Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041009', N'Ruben''s Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'45', N'7000', N'0', N'0', N'1', N'2600', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041010', N'Ruben''s Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'50', N'7000', N'0', N'0', N'1', N'2600', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041011', N'Ruben''s Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041101', N'Ruska''s Scythe', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041102', N'Ruska''s Jagged Scythe', N'1', N'0', N'0', N'8', N'1', N'15', N'7000', N'0', N'0', N'1', N'2600', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041103', N'Ruben''s Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041104', N'Ruben''s Dusk Scythe', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041105', N'Ruben''s Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041106', N'Ruben''s Gothic Scythe', N'1', N'0', N'0', N'8', N'1', N'35', N'7000', N'0', N'0', N'1', N'2600', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041107', N'Ruben''s Stella Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041108', N'Ruska''s Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'45', N'7000', N'0', N'0', N'1', N'2600', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041109', N'Ruska''s Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'50', N'7000', N'0', N'0', N'1', N'2600', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041110', N'Ruska''s Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511041301', N'Barbed Scythe', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051001', N'Light Gauntlets', N'1', N'0', N'0', N'9', N'1', N'5', N'7000', N'0', N'0', N'1', N'2300', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051002', N'Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051003', N'Ruben''s Metal Gauntlets', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051004', N'Ruben''s Battle Gauntlets', N'1', N'0', N'0', N'9', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051005', N'Ruben''s Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051006', N'Ruben''s Jagged Knuckle', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051007', N'Ruben''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051008', N'Ruben''s Evil Gauntlets', N'1', N'0', N'0', N'9', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051009', N'Ruben''s Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051010', N'Ruben''s Fist', N'1', N'0', N'0', N'9', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051011', N'Ruben''s Battle Fist', N'1', N'0', N'0', N'9', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051012', N'Ruben''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051101', N'Ruska''s Metal Gauntlets', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051102', N'Ruska''s Battle Gauntlets', N'1', N'0', N'0', N'9', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051103', N'Ruben''s Chain Gauntlets', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051104', N'Ruben''s Jagged Knuckle', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051105', N'Ruben''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051106', N'Ruben''s Evil Gauntlets', N'1', N'0', N'0', N'9', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051107', N'Ruben''s Nimbus Gauntlets', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051108', N'Ruska''s Fist', N'1', N'0', N'0', N'9', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051109', N'Ruska''s Battle Fist', N'1', N'0', N'0', N'9', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051110', N'Ruska''s War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511051301', N'War Gauntlets', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061001', N'War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061002', N'Ruben''s Claw', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061003', N'Ruben''s Steel Claw', N'1', N'0', N'0', N'10', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061004', N'Ruben''s War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061005', N'Ruben''s Battle Claw', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061006', N'Ruben''s Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061007', N'Ruben''s Scissor Claw', N'1', N'0', N'0', N'10', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061008', N'Ruben''s Valiant Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061009', N'Ruska''s Blade Claw', N'1', N'0', N'0', N'10', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061010', N'Ruben''s Blade Talons', N'1', N'0', N'0', N'10', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061011', N'Ruben''s Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061101', N'Ruska''s Claw', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061102', N'Ruska''s Steel Claw', N'1', N'0', N'0', N'10', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061103', N'Ruben''s War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061104', N'Ruben''s Battle Claw', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061105', N'Ruben''s Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061106', N'Ruben''s Scissor Claw', N'1', N'0', N'0', N'10', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061107', N'Ruben''s Valiant Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061108', N'Ruska''s Blade Claw', N'1', N'0', N'0', N'10', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061109', N'Ruska''s Blade Talons', N'1', N'0', N'0', N'10', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061110', N'Ruska''s Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511061301', N'Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071001', N'Auto Revolver', N'1', N'0', N'0', N'11', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'97') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071002', N'Stinger', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071003', N'Ruben''s Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071004', N'Ruben''s Plush Revolver', N'1', N'0', N'0', N'11', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071005', N'Ruben''s Stinger', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071006', N'Ruben''s Shud Revolver', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071007', N'Ruben''s Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071008', N'Ruben''s Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071009', N'Ruben''s Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071010', N'Ruben''s Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071011', N'Ruben''s Slugger', N'1', N'0', N'0', N'11', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071012', N'Ruben''s Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071101', N'Ruska''s Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071102', N'Ruska''s Plush Revolver', N'1', N'0', N'0', N'11', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071103', N'Ruben''s Stinger', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071104', N'Ruben''s Shud Revolver', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071105', N'Ruben''s Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071106', N'Ruben''s Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071107', N'Ruben''s Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071108', N'Ruska''s Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071109', N'Ruska''s Slugger', N'1', N'0', N'0', N'11', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071110', N'Ruska''s Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511071301', N'Gauss Pistol', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081001', N'Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081002', N'Ruben''s Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081003', N'Ruben''s Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081004', N'Ruben''s Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081005', N'Ruben''s Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081006', N'Ruben''s Wild Musket', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081007', N'Ruben''s Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081008', N'Ruben''s Searer Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081009', N'Ruben''s Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081010', N'Ruben''s Coach Gun', N'1', N'0', N'0', N'12', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081011', N'Ruben''s Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081101', N'Ruska''s Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2200', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081102', N'Ruska''s Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'15', N'7000', N'0', N'0', N'1', N'2200', N'2650', N'437') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081103', N'Ruben''s Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081104', N'Ruben''s Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081105', N'Ruben''s Wild Musket', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081106', N'Ruben''s Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'35', N'7000', N'0', N'0', N'1', N'2200', N'10220', N'1686') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081107', N'Ruben''s Searer Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081108', N'Ruska''s Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081109', N'Ruska''s Coach Gun', N'1', N'0', N'0', N'12', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081110', N'Ruska''s Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511081301', N'Wild Rifle', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091001', N'Disrupt Twin Swords', N'1', N'0', N'0', N'55', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091002', N'Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091003', N'Ruben''s Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091004', N'Ruben''s Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091005', N'Ruben''s Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091006', N'Ruben''s Congenial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091007', N'Ruben''s Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091008', N'Ruben''s Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091009', N'Ruben''s Harsh Twin Swords', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091010', N'Ruben''s Dormant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091011', N'Ruben''s Revengers Twin Swords', N'1', N'0', N'0', N'55', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091012', N'Ruben''s Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091101', N'Ruskas Asymmetric Twin Swords', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091102', N'Ruskas Duplicate Twin Swords', N'1', N'0', N'0', N'55', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091103', N'Ruben''s Identical Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091104', N'Ruben''s Congenial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091105', N'Ruben''s Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091106', N'Ruben''s Pessimistic Twin Swords', N'1', N'0', N'0', N'55', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091107', N'Ruben''s Harsh Twin Swords', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091108', N'Ruskas Dormant Twin Swords', N'1', N'0', N'0', N'55', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091109', N'Ruskas Revengers Twin Swords', N'1', N'0', N'0', N'55', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091110', N'Ruska''s Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511091301', N'Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111001', N'Divine Glaive', N'1', N'0', N'0', N'56', N'1', N'5', N'7000', N'0', N'0', N'1', N'2500', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111002', N'Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111003', N'Ruben''s Twilight Glaive', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111004', N'Ruben''s Modest Glaive', N'1', N'0', N'0', N'56', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111005', N'Ruben''s Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111006', N'Ruben''s Latigent Glaive', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111007', N'Ruben''s Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111008', N'Ruben''s Precious Glaive', N'1', N'0', N'0', N'56', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111009', N'Ruben''s Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111010', N'Ruben''s Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111011', N'Ruben''s Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111012', N'Ruben''s Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111101', N'Ruskas Twilight Glaive', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111102', N'Ruskas Modest Glaive', N'1', N'0', N'0', N'56', N'1', N'15', N'7000', N'0', N'0', N'1', N'2500', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111103', N'Ruben''s Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111104', N'Ruben''s Latigent Glaive', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111105', N'Ruben''s Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111106', N'Ruben''s Precious Glaive', N'1', N'0', N'0', N'56', N'1', N'35', N'7000', N'0', N'0', N'1', N'2500', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111107', N'Ruben''s Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111108', N'Ruskas Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111109', N'Ruskas Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111110', N'Ruska''s Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511111301', N'Avent Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131001', N'Scars Demon Hands', N'1', N'0', N'0', N'57', N'1', N'5', N'7000', N'0', N'0', N'1', N'2300', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131002', N'Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131003', N'Ruben''s Binding Demon Hands', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131004', N'Ruben''s Colossal Demon Hands', N'1', N'0', N'0', N'57', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131005', N'Ruben''s Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131006', N'Ruben''s Robust Demon Hands', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131007', N'Ruben''s Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131008', N'Ruben''s Vast Demon Hands', N'1', N'0', N'0', N'57', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131009', N'Ruben''s Immense Demon Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131010', N'Ruben''s Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131011', N'Ruben''s Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131012', N'Ruben''s Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131101', N'Ruskas Binding Demon Hands', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131102', N'Ruskas Colossal Demon Hands', N'1', N'0', N'0', N'57', N'1', N'15', N'7000', N'0', N'0', N'1', N'2300', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131103', N'Ruben''s Formidable Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131104', N'Ruben''s Robust Demon Hands', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131105', N'Ruben''s Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131106', N'Ruben''s Vast Demon Hands', N'1', N'0', N'0', N'57', N'1', N'35', N'7000', N'0', N'0', N'1', N'2300', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131107', N'Ruben''s Immense Demon Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131108', N'Ruskas Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131109', N'Ruskas Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131110', N'Ruska''s Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511131301', N'Frexius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151001', N'Unsigned Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'5', N'7000', N'0', N'0', N'1', N'2000', N'590', N'98') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151002', N'Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151003', N'Ruben''s Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151004', N'Ruben''s Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151005', N'Ruben''s Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151006', N'Ruben''s Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151007', N'Ruben''s Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151008', N'Ruben''s Integral Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151009', N'Ruben''s Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151010', N'Ruben''s Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151011', N'Ruben''s Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151012', N'Ruben''s Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151101', N'Ruskas Qualified Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'245') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151102', N'Ruskas Celebrated Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'15', N'7000', N'0', N'0', N'1', N'2000', N'2650', N'438') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151103', N'Ruben''s Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'679') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151104', N'Ruben''s Versatile Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'967') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151105', N'Ruben''s Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151106', N'Ruben''s Integral Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'35', N'7000', N'0', N'0', N'1', N'2000', N'10220', N'1687') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151107', N'Ruben''s Sleek Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151108', N'Ruskas Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151109', N'Ruskas Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151110', N'Ruska''s Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'511151301', N'Brisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011000', N'Practice Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011001', N'Starter Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011002', N'Short Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011003', N'Long Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011004', N'War Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011005', N'Sharp Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011006', N'Battle Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011007', N'Strong Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011008', N'Sturdy Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011009', N'Broad Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011010', N'Celt Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011011', N'Gallant Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011012', N'Primal Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011013', N'Royal Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011014', N'Gothic Sword of Blood', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011015', N'Great Templar Sword', N'1', N'0', N'0', N'5', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011016', N'Great Keen Sword', N'1', N'0', N'0', N'5', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011017', N'Great Zephyr Sword', N'1', N'0', N'0', N'5', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011018', N'Great Demon Sword', N'1', N'0', N'0', N'5', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611011019', N'Improved Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012001', N'Starter Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012002', N'Short Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012003', N'Long Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012004', N'War Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012005', N'Sharp Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012006', N'Battle Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012007', N'Strong Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012008', N'Sturdy Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012009', N'Broad Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012010', N'Celt Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012011', N'Gallant Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012012', N'Primal Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012013', N'Royal Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012014', N'Gothic Sword of Blood', N'1', N'0', N'0', N'5', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012015', N'Great Templar Sword', N'1', N'0', N'0', N'5', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012016', N'Great Keen Sword', N'1', N'0', N'0', N'5', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012017', N'Great Zephyr Sword', N'1', N'0', N'0', N'5', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012018', N'Great Demon Sword', N'1', N'0', N'0', N'5', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611012019', N'Improved Shadow Sword', N'1', N'0', N'0', N'5', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014001', N'Bone Blade of Blood', N'1', N'1', N'5', N'5', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014002', N'Dark Blade of Blood', N'1', N'1', N'5', N'5', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014003', N'Assault Sword of Blood', N'1', N'1', N'5', N'5', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014004', N'Unholy Sword of Blood', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014005', N'Lavinunce Edge of Blood', N'1', N'1', N'5', N'5', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014006', N'Massacre Edge of Blood', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014007', N'Demonic Blade of Blood', N'1', N'1', N'5', N'5', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014008', N'Oathbreaker of Blood', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014009', N'Al-Hajad of Blood', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014010', N'Dark Eye of Blood', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014011', N'Improved Infinity Reavers', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014104', N'Delicate Unholy Sword of Blood', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014106', N'Delicate Massacre Edge of Blood', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014108', N'Delicate Creed of Blood', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611014110', N'Delicate Darkeye of Blood', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015001', N'Shark Tooth of Blood', N'1', N'1', N'3', N'5', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015002', N'Dark Prince of Blood', N'1', N'1', N'3', N'5', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015003', N'Black Fang of Blood', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015004', N'Blood Moon of Blood', N'1', N'1', N'3', N'5', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015005', N'Dark Stream of Blood', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015006', N'Gram of Blood', N'1', N'1', N'3', N'5', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015007', N'Death Bringer of Blood', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015008', N'Caliburn of Blood', N'1', N'1', N'3', N'5', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015009', N'Tirbing of Blood', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015010', N'Sinister of Blood', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015011', N'Improved Dark Stream', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015103', N'Delicate Black Fang of Blood', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015105', N'Delicate Navioo of Blood', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015107', N'Delicate Death Bringer', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611015109', N'Delicate High Tyrfing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016001', N'Korada', N'1', N'1', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016002', N'Mogray', N'1', N'1', N'2', N'5', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016003', N'Durendal', N'1', N'1', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016004', N'Arondite', N'1', N'1', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016005', N'Annelas', N'1', N'1', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016006', N'Death Caliber', N'1', N'1', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016007', N'Barisada', N'1', N'1', N'2', N'5', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016103', N'Fell Durendal', N'1', N'1', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016104', N'Fell Arondite', N'1', N'1', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016105', N'Anelas Mutant', N'1', N'1', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016106', N'Deathcalibur Mutant', N'1', N'1', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016205', N'Anelas the Other', N'1', N'1', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611016206', N'Deathcalibur ''The Other''', N'1', N'1', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021001', N'Hand Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'10', N'7000', N'0', N'0', N'1', N'2200', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021002', N'Broad Mace of Blood', N'1', N'0', N'0', N'6', N'1', N'13', N'7000', N'0', N'0', N'1', N'2200', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021003', N'Buroba Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021004', N'Steel Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021005', N'Celt Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021006', N'Two-Handed Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021007', N'Great Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021008', N'Lokaber Mace of Blood', N'1', N'0', N'0', N'6', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021009', N'Gothic Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021010', N'War Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021011', N'Bardiche Axe of Blood', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021012', N'Great Bearded Axe', N'1', N'0', N'0', N'6', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021013', N'Great Buster Slayer', N'1', N'0', N'0', N'6', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021014', N'Great Stingray', N'1', N'0', N'0', N'6', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021015', N'Great Bone Slayer', N'1', N'0', N'0', N'6', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611021016', N'Improved Battle Slayer', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022001', N'Hand Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022002', N'Broad Mace of Blood', N'1', N'0', N'0', N'6', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022003', N'Buroba Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022004', N'Steel Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022005', N'Celt Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022006', N'Two-Handed Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022007', N'Great Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022008', N'Lokaber Mace of Blood', N'1', N'0', N'0', N'6', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022009', N'Gothic Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022010', N'War Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022011', N'Bardiche Axe of Blood', N'1', N'0', N'0', N'6', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022012', N'Great Bearded Axe', N'1', N'0', N'0', N'6', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022013', N'Great Buster Slayer', N'1', N'0', N'0', N'6', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022014', N'Great Stingray', N'1', N'0', N'0', N'6', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022015', N'Great Bone Slayer', N'1', N'0', N'0', N'6', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611022016', N'Improved Battle Slayer', N'1', N'0', N'0', N'6', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024001', N'Assault Mace of Blood', N'1', N'1', N'5', N'6', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024002', N'Tabar Jin of Blood', N'1', N'1', N'5', N'6', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024003', N'Lumberjack of Blood', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024004', N'Fury of Blood', N'1', N'1', N'5', N'6', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024005', N'Kingsbane of Blood', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024006', N'Demonic Slayer of Blood', N'1', N'1', N'5', N'6', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024007', N'Minotauros of Blood', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024008', N'Ironcleaver of Blood', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024009', N'Bloody Murderer of Blood', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024010', N'Improved Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024103', N'Delicate Lumberjack of Blood', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024105', N'Delicate Kingsbane of Blood', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024107', N'Delicate Minotaur of Blood', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024109', N'Delicate Bloody Murderer of Blood', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611024110', N'Exquisite Improved Destruction', N'1', N'1', N'5', N'6', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025001', N'Francisca of Blood', N'1', N'1', N'3', N'6', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025002', N'Frokion of Blood', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025003', N'Spontun of Blood', N'1', N'1', N'3', N'6', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025004', N'Grandis of Blood', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025005', N'Chaser of Blood', N'1', N'1', N'3', N'6', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025006', N'El-Nas of Blood', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025007', N'Earthquake of Blood', N'1', N'1', N'3', N'6', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025008', N'Grand Cross of Blood', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025009', N'Improved Gigantes', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025102', N'Delicate Prokion of Blood', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025104', N'Delicate Grandis of Blood', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025106', N'Delicate El-Nas of Blood', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025108', N'Delicate High Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611025109', N'Exquisite Improved Gigantes', N'1', N'1', N'3', N'6', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026001', N'Crushinator', N'1', N'1', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026002', N'Morgenstern', N'1', N'1', N'2', N'6', N'6', N'35', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026003', N'Vajrayuda', N'1', N'1', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026004', N'Raevatine', N'1', N'1', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026005', N'Molnir', N'1', N'1', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026006', N'Amaterras', N'1', N'1', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026007', N'Abyss Roar', N'1', N'1', N'2', N'6', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026103', N'Fell Vajrayuda', N'1', N'1', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026104', N'Fell Raevatine', N'1', N'1', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026105', N'Mornir Mutant', N'1', N'1', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026106', N'Amaterasu Mutant', N'1', N'1', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026205', N'Mornir the Other', N'1', N'1', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611026206', N'Amaterasu ''The Other''', N'1', N'1', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031000', N'Practice Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'1', N'100000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031001', N'Gnarled Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031002', N'Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031003', N'Lunar Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031004', N'Crystal Magic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031005', N'Runic Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031006', N'Spell Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031007', N'Druidic Blade of Blood', N'1', N'0', N'0', N'7', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031008', N'Spellweaver of Blood', N'1', N'0', N'0', N'7', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031009', N'Rune Spell Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031010', N'Spell Breaker of Blood', N'1', N'0', N'0', N'7', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031011', N'Sorceress Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031012', N'Nether Blade of Blood', N'1', N'0', N'0', N'7', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031013', N'Elven Spell Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031014', N'Karma Edge of Blood', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031015', N'Great Rune Breaker', N'1', N'0', N'0', N'7', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031016', N'Great Obsidian Sword', N'1', N'0', N'0', N'7', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031017', N'Great Warlock Sword', N'1', N'0', N'0', N'7', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031018', N'Great Witchblade', N'1', N'0', N'0', N'7', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611031019', N'Demon Witch Sword of Blood', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032001', N'Gnarled Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032002', N'Magic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032003', N'Lunar Magic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032004', N'Crystal Magic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032005', N'Runic Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032006', N'Spell Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032007', N'Druidic Blade of Blood', N'1', N'0', N'0', N'7', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032008', N'Spellweaver of Blood', N'1', N'0', N'0', N'7', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032009', N'Rune Spell Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032010', N'Spell Breaker of Blood', N'1', N'0', N'0', N'7', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032011', N'Sorceress Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032012', N'Nether Blade of Blood', N'1', N'0', N'0', N'7', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032013', N'Elven Spell Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032014', N'Karma Edge of Blood', N'1', N'0', N'0', N'7', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032015', N'Great Rune Breaker', N'1', N'0', N'0', N'7', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032016', N'Great Obsidian Sword', N'1', N'0', N'0', N'7', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032017', N'Great Warlock Sword', N'1', N'0', N'0', N'7', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032018', N'Great Witchblade', N'1', N'0', N'0', N'7', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611032019', N'Demon Witch Sword of Blood', N'1', N'0', N'0', N'7', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034001', N'Bone Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034002', N'Spatha of Blood', N'1', N'1', N'5', N'7', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034003', N'Orchid Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034004', N'Bane Blade of Blood', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034005', N'Misericorde of Blood', N'1', N'1', N'5', N'7', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034006', N'Curtis Doom Witch Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034007', N'Demon Witch Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034008', N'Winter''s Heart of Blood', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034009', N'Tahelum of Blood', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034010', N'Avenger of Blood', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034011', N'Improved Exceed', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034104', N'Delicate Bane Blade of Blood', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034106', N'Delicate Curtis Doom Witch Sword of Blood', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034108', N'Delicate Winter''s Heart of Blood', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034110', N'Delicate Avenger of Blood', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611034111', N'Exquisite Improved Exceed', N'1', N'1', N'5', N'7', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035001', N'Bansi of Blood', N'1', N'1', N'3', N'7', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035002', N'Vanquish of Blood', N'1', N'1', N'3', N'7', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035003', N'Pendulum of Blood', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035004', N'Chrysaor of Blood', N'1', N'1', N'3', N'7', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035005', N'Mimang of Blood', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035006', N'Nigling of Blood', N'1', N'1', N'3', N'7', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035007', N'Acubens of Blood', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035008', N'Nagelring of Blood', N'1', N'1', N'3', N'7', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035009', N'Naegling of Blood', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035010', N'Improved Kalabog', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035103', N'Delicate Pendulum of Blood', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035105', N'Delicate Illustion of Blood', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035107', N'Delicate Aquvence of Blood', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035109', N'Delicate High Negelring', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611035110', N'Exquisite Improved Kalabog', N'1', N'1', N'3', N'7', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036001', N'Sukrep', N'1', N'1', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036002', N'Frunting', N'1', N'1', N'2', N'7', N'6', N'35', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036003', N'Angervadil', N'1', N'1', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036004', N'Askaron', N'1', N'1', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036005', N'Haute-Claire', N'1', N'1', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036006', N'Byrmoar', N'1', N'1', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036007', N'Gembringer', N'1', N'1', N'2', N'7', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036103', N'Fell Angervadil', N'1', N'1', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036104', N'Fell Askaron', N'1', N'1', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036105', N'Hott-Claire Mutant', N'1', N'1', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036106', N'Wirmor Mutant', N'1', N'1', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036205', N'Hott-Claire the Other', N'1', N'1', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611036206', N'Wirmor ''The Other''', N'1', N'1', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041001', N'Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'10', N'7000', N'0', N'0', N'1', N'2600', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041002', N'Nordic Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'13', N'7000', N'0', N'0', N'1', N'2600', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041003', N'Jagged Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'16', N'7000', N'0', N'0', N'1', N'2600', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041004', N'Witch Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'19', N'7000', N'0', N'0', N'1', N'2600', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041005', N'Celt Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'22', N'7000', N'0', N'0', N'1', N'2600', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041006', N'Dusk Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'25', N'7000', N'0', N'0', N'1', N'2600', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041007', N'Battle Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'28', N'7000', N'0', N'0', N'1', N'2600', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041008', N'Barbed Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'31', N'7000', N'0', N'0', N'1', N'2600', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041009', N'Gothic Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'34', N'7000', N'0', N'0', N'1', N'2600', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041010', N'Crimson Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'37', N'7000', N'0', N'0', N'1', N'2600', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041011', N'Stella Scythe of Blood', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041012', N'Great Gloomy Scythe', N'1', N'0', N'0', N'8', N'1', N'43', N'7000', N'0', N'0', N'1', N'2600', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041013', N'Great Demonic Scythe', N'1', N'0', N'0', N'8', N'1', N'46', N'7000', N'0', N'0', N'1', N'2600', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041014', N'Great Scorching Scythe', N'1', N'0', N'0', N'8', N'1', N'49', N'7000', N'0', N'0', N'1', N'2600', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041015', N'Great Runic Scythe', N'1', N'0', N'0', N'8', N'1', N'52', N'7000', N'0', N'0', N'1', N'2600', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611041016', N'Improved Tera Scythe', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042001', N'Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'11', N'7500', N'0', N'3', N'1', N'2600', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042002', N'Nordic Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'14', N'7500', N'0', N'3', N'1', N'2600', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042003', N'Jagged Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'17', N'7500', N'0', N'3', N'1', N'2600', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042004', N'Witch Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'20', N'7500', N'0', N'3', N'1', N'2600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042005', N'Celt Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'23', N'7500', N'0', N'3', N'1', N'2600', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042006', N'Dusk Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'26', N'7500', N'0', N'3', N'1', N'2600', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042007', N'Battle Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'29', N'7500', N'0', N'3', N'1', N'2600', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042008', N'Barbed Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'32', N'7500', N'0', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042009', N'Gothic Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'35', N'7500', N'0', N'3', N'1', N'2600', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042010', N'Crimson Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'38', N'7500', N'0', N'3', N'1', N'2600', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042011', N'Stella Scythe of Blood', N'1', N'0', N'0', N'8', N'2', N'41', N'7500', N'0', N'3', N'1', N'2600', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042012', N'Great Gloomy Scythe', N'1', N'0', N'0', N'8', N'2', N'44', N'7500', N'0', N'3', N'1', N'2600', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042013', N'Great Demonic Scythe', N'1', N'0', N'0', N'8', N'2', N'47', N'7500', N'0', N'3', N'1', N'2600', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042014', N'Great Scorching Scythe', N'1', N'0', N'0', N'8', N'2', N'50', N'7500', N'0', N'3', N'1', N'2600', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042015', N'Great Runic Scythe', N'1', N'0', N'0', N'8', N'2', N'53', N'7500', N'0', N'3', N'1', N'2600', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611042016', N'Improved Tera Scythe', N'1', N'0', N'0', N'8', N'2', N'56', N'7500', N'0', N'3', N'1', N'2600', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044001', N'Grey Phantom of Blood', N'1', N'1', N'5', N'8', N'4', N'10', N'8000', N'1', N'3', N'1', N'2600', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044002', N'Foereaper of Blood', N'1', N'1', N'5', N'8', N'4', N'15', N'8000', N'1', N'3', N'1', N'2600', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044003', N'Osprey of Blood', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044004', N'Dark Scythe of Blood', N'1', N'1', N'5', N'8', N'4', N'25', N'8000', N'1', N'3', N'1', N'2600', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044005', N'Wicked Claw of Blood', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044006', N'Angry Buzzard of Blood', N'1', N'1', N'5', N'8', N'4', N'35', N'8000', N'1', N'3', N'1', N'2600', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044007', N'Rosemary of Blood', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044008', N'Chaos of Blood', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044009', N'Albatros of Blood', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044010', N'Improved Silence', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044103', N'Delicate Osprey of Blood', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044105', N'Delicate Wicked Claw of Blood', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044107', N'Delicate Rose Mare of Blood', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044109', N'Albatros of Blood', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611044110', N'Exquisite Improved Silence', N'1', N'1', N'5', N'8', N'4', N'60', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045001', N'Knight-Hag of Blood', N'1', N'1', N'3', N'8', N'5', N'15', N'9000', N'1', N'3', N'1', N'2600', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045002', N'Alhena of Blood', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045003', N'Death Scythe of Blood', N'1', N'1', N'3', N'8', N'5', N'25', N'9000', N'1', N'3', N'1', N'2600', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045004', N'Canine of Blood', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045005', N'Shubalt''s Hex of Blood', N'1', N'1', N'3', N'8', N'5', N'35', N'9000', N'1', N'3', N'1', N'2600', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045006', N'Axelus of Blood', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045007', N'Badb Catha of Blood', N'1', N'1', N'3', N'8', N'5', N'45', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045008', N'Freya of Blood', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045009', N'Improved Sirpidium', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045102', N'Delicate Al-Hana of Blood', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045104', N'Delicate Canine of Blood', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045106', N'Delicate Asellus of Blood', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045108', N'Delicate High Freyja', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611045109', N'Exquisite Improved Sirpidium', N'1', N'1', N'3', N'8', N'5', N'60', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046001', N'Genocide', N'1', N'1', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046002', N'Crescent Moon', N'1', N'1', N'2', N'8', N'6', N'35', N'10000', N'1', N'3', N'1', N'2600', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046003', N'Alkaid', N'1', N'1', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046004', N'Cyrious', N'1', N'1', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046005', N'Apocalypse', N'1', N'1', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046006', N'Saturnous', N'1', N'1', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046007', N'Eintree', N'1', N'1', N'2', N'8', N'6', N'60', N'10000', N'1', N'3', N'1', N'2600', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046103', N'Fell Alkaid', N'1', N'1', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046104', N'Fell Cyrious', N'1', N'1', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20010', N'3302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046105', N'Apocalypse Mutant', N'1', N'1', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046106', N'Saturnus Mutant', N'1', N'1', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046205', N'Apocalypse the Other', N'1', N'1', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611046206', N'Saturnus ''The Other''', N'1', N'1', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051000', N'Practice Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'1', N'100000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051001', N'Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051002', N'Light Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051003', N'Low Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051004', N'Metal Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051005', N'Buster Fist of Blood', N'1', N'0', N'0', N'9', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051006', N'Battle Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051007', N'Chain Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051008', N'Rigid Gauntlet of Blood', N'1', N'0', N'0', N'9', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051009', N'Jagged Knuckle of Blood', N'1', N'0', N'0', N'9', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051010', N'Lord Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051011', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051012', N'Evil Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051013', N'Mighty Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051014', N'Nimbus Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051015', N'Great Ogre Gauntlet', N'1', N'0', N'0', N'9', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051016', N'Great Battle Fist', N'1', N'0', N'0', N'9', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051017', N'Great Iron Fist', N'1', N'0', N'0', N'9', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051018', N'Great Demon Fist', N'1', N'0', N'0', N'9', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611051019', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052001', N'Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052002', N'Light Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052003', N'Low Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052004', N'Metal Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052005', N'Buster Fist of Blood', N'1', N'0', N'0', N'9', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052006', N'Battle Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052007', N'Chain Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052008', N'Rigid Gauntlet of Blood', N'1', N'0', N'0', N'9', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052009', N'Jagged Knuckle of Blood', N'1', N'0', N'0', N'9', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052010', N'Lord Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052011', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052012', N'Evil Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052013', N'Mighty Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052014', N'Nimbus Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052015', N'Great Ogre Gauntlet', N'1', N'0', N'0', N'9', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052016', N'Great Battle Fist', N'1', N'0', N'0', N'9', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052017', N'Great Iron Fist', N'1', N'0', N'0', N'9', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052018', N'Great Demon Fist', N'1', N'0', N'0', N'9', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611052019', N'War Gauntlets of Blood', N'1', N'0', N'0', N'9', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054001', N'Bone Gauntlets of Blood', N'1', N'1', N'5', N'9', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054002', N'Howler of Blood', N'1', N'1', N'5', N'9', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054003', N'Envy of Blood', N'1', N'1', N'5', N'9', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054004', N'Blasted Gauntlet of Blood', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054005', N'Jade Gauntlets of Blood', N'1', N'1', N'5', N'9', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054006', N'Titan Arm of Blood', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054007', N'Black Rose of Blood', N'1', N'1', N'5', N'9', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054008', N'White Wolf of Blood', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054009', N'Spirit Keeper of Blood', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054010', N'Fiend Fist of Blood', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054011', N'Improved Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054104', N'Delicate Cursed War Gauntlet of Blood', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054106', N'Delicate Curtis Doom Gauntlet of Blood', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054108', N'Delicate White Wolf of Blood', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054110', N'Delicate Fiend Fist of Blood', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611054111', N'Exquisite Improved Hammer Leech', N'1', N'1', N'5', N'9', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055001', N'Shark Skin of Blood', N'1', N'1', N'3', N'9', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055002', N'Wolf Tail of Blood', N'1', N'1', N'3', N'9', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055003', N'Godhand of Blood', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055004', N'Scavenger of Blood', N'1', N'1', N'3', N'9', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055005', N'Vex-Servant of Blood', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055006', N'War Crisis of Blood', N'1', N'1', N'3', N'9', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055007', N'Kornephoros of Blood', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055008', N'Skadi of Blood', N'1', N'1', N'3', N'9', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055009', N'Garum of Blood', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055010', N'Improved Nejad', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055103', N'Delicate Duve of Blood', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055105', N'Delicate Vex-Serpant of Blood', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055107', N'Delicate Kornephoros of Blood', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055109', N'Delicate High Efreet', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611055110', N'Exquisite Improved Nejad', N'1', N'1', N'3', N'9', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056001', N'Inferno', N'1', N'1', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056002', N'Ifrit', N'1', N'1', N'2', N'9', N'6', N'35', N'10000', N'1', N'3', N'1', N'2300', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056003', N'Beowulf', N'1', N'1', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056004', N'Hildebrant', N'1', N'1', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056005', N'Ginnungagap', N'1', N'1', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056006', N'The Cloud', N'1', N'1', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056007', N'Lybarion', N'1', N'1', N'2', N'9', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056103', N'Fell Beowulf', N'1', N'1', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056104', N'Fell Hildebrandt', N'1', N'1', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056105', N'Ginung Gagaf Mutant', N'1', N'1', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056106', N'The Cloud Mutant', N'1', N'1', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056205', N'Ginung Gagaf the Other', N'1', N'1', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611056206', N'The Cloud ''The Other''', N'1', N'1', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061001', N'Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061002', N'Talons of Blood', N'1', N'0', N'0', N'10', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061003', N'Steel Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061004', N'War Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061005', N'Tickler of Blood', N'1', N'0', N'0', N'10', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061006', N'Battle Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061007', N'Wild Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061008', N'Fatal Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061009', N'Scissor Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061010', N'Iron Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061011', N'Valiant Claws of Blood', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061012', N'Great Avenging Claw', N'1', N'0', N'0', N'10', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061013', N'Great Demon Claw', N'1', N'0', N'0', N'10', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061014', N'Great Blade Talon', N'1', N'0', N'0', N'10', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061015', N'Great Biting Talon', N'1', N'0', N'0', N'10', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611061016', N'Improved Zapper Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062001', N'Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062002', N'Talons of Blood', N'1', N'0', N'0', N'10', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062003', N'Steel Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062004', N'War Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062005', N'Tickler of Blood', N'1', N'0', N'0', N'10', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062006', N'Battle Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062007', N'Wild Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062008', N'Fatal Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062009', N'Scissor Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062010', N'Iron Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062011', N'Valiant Claws of Blood', N'1', N'0', N'0', N'10', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062012', N'Great Avenging Claw', N'1', N'0', N'0', N'10', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062013', N'Great Demon Claw', N'1', N'0', N'0', N'10', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062014', N'Great Blade Talon', N'1', N'0', N'0', N'10', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062015', N'Great Biting Talon', N'1', N'0', N'0', N'10', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611062016', N'Improved Zapper Claw', N'1', N'0', N'0', N'10', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064001', N'Ghost Claws of Blood', N'1', N'1', N'5', N'10', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064002', N'Pride of Blood', N'1', N'1', N'5', N'10', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064003', N'Gleaming Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064004', N'Cestus of Blood', N'1', N'1', N'5', N'10', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064005', N'Shackled Talon of Blood', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064006', N'Ogre Mitt of Blood', N'1', N'1', N'5', N'10', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064007', N'Mithril Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064008', N'Chimera of Blood', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064009', N'Storm Rider of Blood', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064010', N'Improved Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064103', N'Delicate Cursed War Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064105', N'Delicate Curtis Doom Claw of Blood', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064107', N'Delicate Slaughter of Blood', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064109', N'Delicate Storm Rider of Blood', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611064110', N'Exquisite Improved Dual Ghost', N'1', N'1', N'5', N'10', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065001', N'Agni of Blood', N'1', N'1', N'3', N'10', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065002', N'Mangler of Blood', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065003', N'Dark Crow of Blood', N'1', N'1', N'3', N'10', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065004', N'Shadow-Killer of Blood', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065005', N'Wraith Claw of Blood', N'1', N'1', N'3', N'10', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065006', N'Deneb of Blood', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065007', N'Typhon of Blood', N'1', N'1', N'3', N'10', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065008', N'Radeath of Blood', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065009', N'Improved Radeath', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065102', N'Delicate Cat foot of Blood', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065104', N'Delicate Shadow Killer of Blood', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065106', N'Delicate Wraith Claw', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065108', N'Delicate High Enneagram', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611065109', N'Exquisite Improved Radeath', N'1', N'1', N'3', N'10', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066001', N'Bagh Nakh', N'1', N'1', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066002', N'Kaiser Knuckle', N'1', N'1', N'2', N'10', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066003', N'Fenrir', N'1', N'1', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066004', N'Vladimyr', N'1', N'1', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066005', N'Asura', N'1', N'1', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066006', N'Kunbrogi', N'1', N'1', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066007', N'Demon-Hunt', N'1', N'1', N'2', N'10', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066103', N'Fell Fenrir', N'1', N'1', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066104', N'Fell Vladimyr', N'1', N'1', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066105', N'Asura Mutant', N'1', N'1', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066106', N'Kunbrogi Mutant', N'1', N'1', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066205', N'Asura the Other', N'1', N'1', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611066206', N'Kunbrogi ''The Other''', N'1', N'1', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071000', N'Great Training Revolver', N'1', N'0', N'0', N'11', N'1', N'1', N'100000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071001', N'Great Derringer', N'1', N'0', N'0', N'11', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'16') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071002', N'Great Auto Revolver', N'1', N'0', N'0', N'11', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'75') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071003', N'Great Light Revolver', N'1', N'0', N'0', N'11', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071004', N'Great Pepperbox', N'1', N'0', N'0', N'11', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071005', N'Great Flintlock', N'1', N'0', N'0', N'11', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071006', N'Great Flush Revolver', N'1', N'0', N'0', N'11', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071007', N'Great Stinger', N'1', N'0', N'0', N'11', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071008', N'Great Deck Pistol', N'1', N'0', N'0', N'11', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071009', N'Great Blaster', N'1', N'0', N'0', N'11', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071010', N'Great Burning Revolver', N'1', N'0', N'0', N'11', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071011', N'Great Gauss Revolver', N'1', N'0', N'0', N'11', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071012', N'Great Imperial Revolver', N'1', N'0', N'0', N'11', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071013', N'Great Magnum Revolver', N'1', N'0', N'0', N'11', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071014', N'Great Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071015', N'Great Matchlock', N'1', N'0', N'0', N'11', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071016', N'Great Chinook Revolver', N'1', N'0', N'0', N'11', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071017', N'Great Slugger', N'1', N'0', N'0', N'11', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071018', N'Great Precise Pistol', N'1', N'0', N'0', N'11', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611071019', N'Improved Nebula Revolver', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072001', N'Great Derringer', N'1', N'0', N'0', N'11', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072002', N'Great Auto Revolver', N'1', N'0', N'0', N'11', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072003', N'Great Light Revolver', N'1', N'0', N'0', N'11', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072004', N'Great Pepperbox', N'1', N'0', N'0', N'11', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072005', N'Great Flintlock', N'1', N'0', N'0', N'11', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072006', N'Great Flush Revolver', N'1', N'0', N'0', N'11', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072007', N'Great Stinger', N'1', N'0', N'0', N'11', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072008', N'Great Deck Pistol', N'1', N'0', N'0', N'11', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072009', N'Great Blaster', N'1', N'0', N'0', N'11', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072010', N'Great Burning Revolver', N'1', N'0', N'0', N'11', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072011', N'Great Gauss Revolver', N'1', N'0', N'0', N'11', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072012', N'Great Imperial Revolver', N'1', N'0', N'0', N'11', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072013', N'Great Magnum Revolver', N'1', N'0', N'0', N'11', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072014', N'Great Snub-Nosed Revolver', N'1', N'0', N'0', N'11', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072015', N'Great Matchlock', N'1', N'0', N'0', N'11', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072016', N'Great Chinook Revolver', N'1', N'0', N'0', N'11', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072017', N'Great Slugger', N'1', N'0', N'0', N'11', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072018', N'Great Precise Pistol', N'1', N'0', N'0', N'11', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611072019', N'Improved Nebula Revolver', N'1', N'0', N'0', N'11', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074001', N'Great Peashooter', N'1', N'1', N'5', N'11', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074002', N'Great Bolt Action', N'1', N'1', N'5', N'11', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074003', N'Great Six Shooter', N'1', N'1', N'5', N'11', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074004', N'Great Spitfire', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074005', N'Great Gravity', N'1', N'1', N'5', N'11', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074006', N'Great Pearl-Handled Pistol', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074007', N'Great Burning Wom', N'1', N'1', N'5', N'11', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074008', N'Great Abyss Rhapsody', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074009', N'Great Hand Cannon', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074010', N'Great Beretto', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074011', N'Improved Dark Raven', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074104', N'Delicate Stead Body of Blood', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074106', N'Delicate Straight Shooter of Blood', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074108', N'Delicate Dirge of Blood', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074110', N'Delicate Beretto of Blood', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611074111', N'Exquisite Improved Dark Raven', N'1', N'1', N'5', N'11', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075001', N'Great Counter-Attack', N'1', N'1', N'3', N'11', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'305') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075002', N'Great Peacemaker', N'1', N'1', N'3', N'11', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075003', N'Great Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075004', N'Great 44 Magnum', N'1', N'1', N'3', N'11', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075005', N'Great Salamander', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075006', N'Great Desert Eagle', N'1', N'1', N'3', N'11', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075007', N'Great Valentine', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075008', N'Great King Cobra', N'1', N'1', N'3', N'11', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075009', N'Great Webley', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075010', N'Improved Hell Singer', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075103', N'Delicate Sharp Shooter of Blood', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075105', N'Delicate Salamander of Blood', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075107', N'Delicate Valentine of Blood', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075109', N'Delicate High Stylish', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611075110', N'Exquisite Improved Hell Singer', N'1', N'1', N'3', N'11', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076001', N'Stardust', N'1', N'1', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076002', N'Luminus', N'1', N'1', N'2', N'11', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076003', N'Berkana', N'1', N'1', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076004', N'Desperado', N'1', N'1', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076005', N'Twilight', N'1', N'1', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076006', N'Crua', N'1', N'1', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076007', N'Raymond', N'1', N'1', N'2', N'11', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076103', N'Fell Berkana', N'1', N'1', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076104', N'Fell Desperado', N'1', N'1', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076105', N'Twilight Mutant', N'1', N'1', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076106', N'Cruach Mutant', N'1', N'1', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076205', N'Twilight the Other', N'1', N'1', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611076206', N'Cruach ''The Other''', N'1', N'1', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081000', N'Great Musket', N'1', N'0', N'0', N'12', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081001', N'Great Kentucky Musket', N'1', N'0', N'0', N'12', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'353') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081002', N'Great Mighty Musket', N'1', N'0', N'0', N'12', N'1', N'16', N'7000', N'0', N'0', N'1', N'2200', N'2920', N'481') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081003', N'Great Roaring Musket', N'1', N'0', N'0', N'12', N'1', N'19', N'7000', N'0', N'0', N'1', N'2200', N'3790', N'625') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081004', N'Great Sharps Musket', N'1', N'0', N'0', N'12', N'1', N'22', N'7000', N'0', N'0', N'1', N'2200', N'4780', N'788') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081005', N'Great Blazing Musket', N'1', N'0', N'0', N'12', N'1', N'25', N'7000', N'0', N'0', N'1', N'2200', N'5860', N'966') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081006', N'Great Blunderbuss', N'1', N'0', N'0', N'12', N'1', N'28', N'7000', N'0', N'0', N'1', N'2200', N'7040', N'1161') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081007', N'Great Wild Musket', N'1', N'0', N'0', N'12', N'1', N'31', N'7000', N'0', N'0', N'1', N'2200', N'8340', N'1376') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081008', N'Great Ornate Rifle', N'1', N'0', N'0', N'12', N'1', N'34', N'7000', N'0', N'0', N'1', N'2200', N'9730', N'1606') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081009', N'Great Rumanian Carbine', N'1', N'0', N'0', N'12', N'1', N'37', N'7000', N'0', N'0', N'1', N'2200', N'11220', N'1851') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081010', N'Great Searing Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081011', N'Great Breech-Loader', N'1', N'0', N'0', N'12', N'1', N'43', N'7000', N'0', N'0', N'1', N'2200', N'14530', N'2398') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081012', N'Great Wheellock Rifle', N'1', N'0', N'0', N'12', N'1', N'46', N'7000', N'0', N'0', N'1', N'2200', N'16340', N'2696') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081013', N'Great Coach Gun', N'1', N'0', N'0', N'12', N'1', N'49', N'7000', N'0', N'0', N'1', N'2200', N'18250', N'3011') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081014', N'Great Juarez Special', N'1', N'0', N'0', N'12', N'1', N'52', N'7000', N'0', N'0', N'1', N'2200', N'20260', N'3342') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611081015', N'Improved Pult Musket', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082001', N'Great Musket', N'1', N'0', N'0', N'12', N'2', N'11', N'7500', N'0', N'3', N'1', N'2200', N'1790', N'295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082002', N'Great Kentucky Musket', N'1', N'0', N'0', N'12', N'2', N'14', N'7500', N'0', N'3', N'1', N'2200', N'2540', N'419') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082003', N'Great Mighty Musket', N'1', N'0', N'0', N'12', N'2', N'17', N'7500', N'0', N'3', N'1', N'2200', N'3400', N'561') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082004', N'Great Roaring Musket', N'1', N'0', N'0', N'12', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082005', N'Great Sharps Musket', N'1', N'0', N'0', N'12', N'2', N'23', N'7500', N'0', N'3', N'1', N'2200', N'5440', N'897') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082006', N'Great Blazing Musket', N'1', N'0', N'0', N'12', N'2', N'26', N'7500', N'0', N'3', N'1', N'2200', N'6630', N'1094') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082007', N'Great Blunderbuss', N'1', N'0', N'0', N'12', N'2', N'29', N'7500', N'0', N'3', N'1', N'2200', N'7930', N'1309') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082008', N'Great Wild Musket', N'1', N'0', N'0', N'12', N'2', N'32', N'7500', N'0', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082009', N'Great Ornate Rifle', N'1', N'0', N'0', N'12', N'2', N'35', N'7500', N'0', N'3', N'1', N'2200', N'10850', N'1790') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082010', N'Great Rumanian Carbine', N'1', N'0', N'0', N'12', N'2', N'38', N'7500', N'0', N'3', N'1', N'2200', N'12480', N'2059') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082011', N'Great Searing Musket', N'1', N'0', N'0', N'12', N'2', N'41', N'7500', N'0', N'3', N'1', N'2200', N'14220', N'2346') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082012', N'Great Breech-Loader', N'1', N'0', N'0', N'12', N'2', N'44', N'7500', N'0', N'3', N'1', N'2200', N'16070', N'2652') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082013', N'Great Wheellock Rifle', N'1', N'0', N'0', N'12', N'2', N'47', N'7500', N'0', N'3', N'1', N'2200', N'18030', N'2975') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082014', N'Great Coach Gun', N'1', N'0', N'0', N'12', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082015', N'Great Juarez Special', N'1', N'0', N'0', N'12', N'2', N'53', N'7500', N'0', N'3', N'1', N'2200', N'22270', N'3675') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611082016', N'Improved Pult Musket', N'1', N'0', N'0', N'12', N'2', N'56', N'7500', N'0', N'3', N'1', N'2200', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084001', N'Great Lever action', N'1', N'1', N'5', N'12', N'4', N'10', N'8000', N'1', N'3', N'1', N'2200', N'1760', N'290') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084002', N'Great Enfield', N'1', N'1', N'5', N'12', N'4', N'15', N'8000', N'1', N'3', N'1', N'2200', N'3140', N'518') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084003', N'Great Saddleback', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084004', N'Great Sidewinder', N'1', N'1', N'5', N'12', N'4', N'25', N'8000', N'1', N'3', N'1', N'2200', N'6950', N'1147') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084005', N'Great Benneli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084006', N'Great Fire Cracker', N'1', N'1', N'5', N'12', N'4', N'35', N'8000', N'1', N'3', N'1', N'2200', N'12130', N'2002') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084007', N'Great Blessed Musket', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084008', N'Great Fever-shot', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084009', N'Great Contractor', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084010', N'Improved The Veteran', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084103', N'Delicate Saddleback of Blood', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084105', N'Delicate Benelli of Blood', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084107', N'Delicate Stike of Blood', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084109', N'Delicate Contractor of Blood', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611084110', N'Exquisite Improved The Veteran', N'1', N'1', N'5', N'12', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085001', N'Great Hawk Eye', N'1', N'1', N'3', N'12', N'5', N'15', N'9000', N'1', N'3', N'1', N'2200', N'3310', N'546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085002', N'Great Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085003', N'Great Eraser', N'1', N'1', N'3', N'12', N'5', N'25', N'9000', N'1', N'3', N'1', N'2200', N'7320', N'1207') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085004', N'Great Liberator', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085005', N'Great Deluxe Carbine', N'1', N'1', N'3', N'12', N'5', N'35', N'9000', N'1', N'3', N'1', N'2200', N'12770', N'2107') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085006', N'Great Hell Fire', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085007', N'Black Rose of Blood', N'1', N'1', N'3', N'12', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085008', N'Great Conqueror', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085009', N'Improved Serpent', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085102', N'Delicate Sonic Boom of Blood', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085104', N'Delicate Liberator of Blood', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1626') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085106', N'Delicate Hell Fire of Blood', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085108', N'Delicate High Trace', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611085109', N'Exquisite Improved Serpent', N'1', N'1', N'3', N'12', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086001', N'Phlogiston', N'1', N'1', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086002', N'Resistance', N'1', N'1', N'2', N'12', N'6', N'35', N'10000', N'1', N'3', N'1', N'2200', N'13410', N'2213') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086003', N'Hagaras', N'1', N'1', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086004', N'Boreas', N'1', N'1', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086005', N'Jephiroth', N'1', N'1', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086006', N'Crimson Swayer', N'1', N'1', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086007', N'Flainus', N'1', N'1', N'2', N'12', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086103', N'Fell Hagaras', N'1', N'1', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086104', N'Fell Boreas', N'1', N'1', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20250', N'3341') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086105', N'Zepiros Mutant', N'1', N'1', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086106', N'Crimson Swear Mutant', N'1', N'1', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086205', N'Zepiros the Other', N'1', N'1', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611086206', N'Crimson Swear ''The Other''', N'1', N'1', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091000', N'Practice Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091001', N'Cracked Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091002', N'Disrupt Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091003', N'Fragmentary Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091004', N'Asymmetric Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091005', N'Distinctive Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091006', N'Duplicate Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091007', N'Identical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091008', N'Symmetrical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091009', N'Congenial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091010', N'Vibrant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091011', N'Crucial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091012', N'Pessimistic Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091013', N'Rigid Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091014', N'Harsh Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091015', N'Frantical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091016', N'Dormant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091017', N'Revengers Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091018', N'Transient Twin Swords of Blood', N'1', N'0', N'0', N'55', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611091019', N'Improved Destructive Twin Swords', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092001', N'Cracked Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092002', N'Disrupt Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092003', N'Fragmentary Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092004', N'Asymmetric Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092005', N'Distinctive Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092006', N'Duplicate Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092007', N'Identical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092008', N'Symmetrical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092009', N'Congenial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092010', N'Vibrant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092011', N'Crucial Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092012', N'Pessimistic Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092013', N'Rigid Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092014', N'Harsh Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092015', N'Frantical Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092016', N'Dormant Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092017', N'Revengers Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092018', N'Transient Twin Swords of Blood', N'1', N'0', N'0', N'55', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611092019', N'Improved Destructive Twin Swords', N'1', N'0', N'0', N'55', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094001', N'Ailantus of Blood', N'1', N'1', N'5', N'55', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094002', N'Ramnus of Blood', N'1', N'1', N'5', N'55', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094003', N'Diospiros of Blood', N'1', N'1', N'5', N'55', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094004', N'Illex of Blood', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094005', N'Actinidia of Blood', N'1', N'1', N'5', N'55', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094006', N'Betula of Blood', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094007', N'Prunus of Blood', N'1', N'1', N'5', N'55', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094008', N'Kapainus of Blood', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094009', N'Vitis of Blood', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094010', N'Ribeth of Blood', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094011', N'Improved Strobe', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094104', N'Delicate Illex of Blood', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094106', N'Delicate Betula of Blood', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094108', N'Delicate Kapainus of Blood', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094110', N'Delicate Ribeth of Blood', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611094111', N'Exquisite Improved Strobe', N'1', N'1', N'5', N'55', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095001', N'Ronisera of Blood', N'1', N'1', N'3', N'55', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095002', N'Laisium of Blood', N'1', N'1', N'3', N'55', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095003', N'Castanopsis of Blood', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095004', N'Cudrania of Blood', N'1', N'1', N'3', N'55', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095005', N'Yuonimus of Blood', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095006', N'Deucia of Blood', N'1', N'1', N'3', N'55', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095007', N'Kornus of Blood', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095008', N'Paderia of Blood', N'1', N'1', N'3', N'55', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095009', N'Acer of Blood', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095010', N'Improved Lithido', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095103', N'Delicate Castanopsis of Blood', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095105', N'Delicate Yuonimus of Blood', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095107', N'Delicate Kornus of Blood', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095109', N'Delicate Acer of Blood', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611095110', N'Exquisite Improved Lithido', N'1', N'1', N'3', N'55', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096001', N'Ritzia', N'1', N'1', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096002', N'Querkus', N'1', N'1', N'2', N'55', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096003', N'Salix', N'1', N'1', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096004', N'Katalfa', N'1', N'1', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096005', N'Ligustrum', N'1', N'1', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096006', N'Occidental', N'1', N'1', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096007', N'Twin Swords Epic', N'1', N'1', N'2', N'55', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096103', N'Fell Salix', N'1', N'1', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096104', N'Fell Katalfa', N'1', N'1', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096105', N'Ligustrum Mutant', N'1', N'1', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096106', N'Occidental Mutant', N'1', N'1', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096205', N'Ligustrum the Other', N'1', N'1', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611096206', N'Occidental ''The Other', N'1', N'1', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111000', N'Practice Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111001', N'Chaotic Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'1', N'7000', N'0', N'0', N'1', N'2500', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111002', N'Divine Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'4', N'7000', N'0', N'0', N'1', N'2500', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111003', N'Glitters Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'7', N'7000', N'0', N'0', N'1', N'2500', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111004', N'Twilight Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'10', N'7000', N'0', N'0', N'1', N'2500', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111005', N'Edge Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'13', N'7000', N'0', N'0', N'1', N'2500', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111006', N'Modest Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'16', N'7000', N'0', N'0', N'1', N'2500', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111007', N'Mighty Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'19', N'7000', N'0', N'0', N'1', N'2500', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111008', N'Vested Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'22', N'7000', N'0', N'0', N'1', N'2500', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111009', N'Latigent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'25', N'7000', N'0', N'0', N'1', N'2500', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111010', N'Shrewd Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'28', N'7000', N'0', N'0', N'1', N'2500', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111011', N'Avent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'31', N'7000', N'0', N'0', N'1', N'2500', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111012', N'Precious Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'34', N'7000', N'0', N'0', N'1', N'2500', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111013', N'Astute Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'37', N'7000', N'0', N'0', N'1', N'2500', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111014', N'Ardent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111015', N'Intense Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'43', N'7000', N'0', N'0', N'1', N'2500', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111016', N'Tanned Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'46', N'7000', N'0', N'0', N'1', N'2500', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111017', N'Permanent Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'49', N'7000', N'0', N'0', N'1', N'2500', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111018', N'Fever Glaive of Blood', N'1', N'0', N'0', N'56', N'1', N'52', N'7000', N'0', N'0', N'1', N'2500', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611111019', N'Improved Zucky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112001', N'Chaotic Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'2', N'7500', N'0', N'3', N'1', N'2500', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112002', N'Divine Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'5', N'7500', N'0', N'3', N'1', N'2500', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112003', N'Glitters Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'8', N'7500', N'0', N'3', N'1', N'2500', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112004', N'Twilight Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'11', N'7500', N'0', N'3', N'1', N'2500', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112005', N'Edge Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'14', N'7500', N'0', N'3', N'1', N'2500', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112006', N'Modest Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'17', N'7500', N'0', N'3', N'1', N'2500', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112007', N'Mighty Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112008', N'Vested Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'23', N'7500', N'0', N'3', N'1', N'2500', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112009', N'Latigent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'26', N'7500', N'0', N'3', N'1', N'2500', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112010', N'Shrewd Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'29', N'7500', N'0', N'3', N'1', N'2500', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112011', N'Avent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'32', N'7500', N'0', N'3', N'1', N'2500', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112012', N'Precious Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'35', N'7500', N'0', N'3', N'1', N'2500', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112013', N'Astute Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'38', N'7500', N'0', N'3', N'1', N'2500', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112014', N'Ardent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'41', N'7500', N'0', N'3', N'1', N'2500', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112015', N'Intense Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'44', N'7500', N'0', N'3', N'1', N'2500', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112016', N'Tanned Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'47', N'7500', N'0', N'3', N'1', N'2500', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112017', N'Permanent Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112018', N'Fever Glaive of Blood', N'1', N'0', N'0', N'56', N'2', N'53', N'7500', N'0', N'3', N'1', N'2500', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611112019', N'Improved Zucky Glaive', N'1', N'0', N'0', N'56', N'2', N'56', N'7500', N'0', N'3', N'1', N'2500', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114001', N'Aeumops of Blood', N'1', N'1', N'5', N'56', N'4', N'5', N'8000', N'1', N'3', N'1', N'2500', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114002', N'Peramequinum of Blood', N'1', N'1', N'5', N'56', N'4', N'10', N'8000', N'1', N'3', N'1', N'2500', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114003', N'Hippocideridae of Blood', N'1', N'1', N'5', N'56', N'4', N'15', N'8000', N'1', N'3', N'1', N'2500', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114004', N'Juvatus of Blood', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114005', N'Leucogaster of Blood', N'1', N'1', N'5', N'56', N'4', N'25', N'8000', N'1', N'3', N'1', N'2500', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114006', N'Aserodon of Blood', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114007', N'Rapinesqui of Blood', N'1', N'1', N'5', N'56', N'4', N'35', N'8000', N'1', N'3', N'1', N'2500', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114008', N'Marianus of Blood', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114009', N'Shirof Terra of Blood', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114010', N'Megarotis of Blood', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114011', N'Improved Plekotooth', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114104', N'Delicate Juvatus of Blood', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114106', N'Delicate Aserodon of Blood', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114108', N'Delicate Marianus of Blood', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114110', N'Delicate Megarotis of Blood', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611114111', N'Exquisite Improved Plekotooth', N'1', N'1', N'5', N'56', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115001', N'Borealis of Blood', N'1', N'1', N'3', N'56', N'5', N'10', N'9000', N'1', N'3', N'1', N'2500', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115002', N'Pormosus of Blood', N'1', N'1', N'3', N'56', N'5', N'15', N'9000', N'1', N'3', N'1', N'2500', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115003', N'Seminolus of Blood', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115004', N'Philotis of Blood', N'1', N'1', N'3', N'56', N'5', N'25', N'9000', N'1', N'3', N'1', N'2500', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115005', N'Pipistrelus of Blood', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115006', N'Gigas of Blood', N'1', N'1', N'3', N'56', N'5', N'35', N'9000', N'1', N'3', N'1', N'2500', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115007', N'Megarophila of Blood', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115008', N'Cinereus of Blood', N'1', N'1', N'3', N'56', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115009', N'Noctivegans of Blood', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115010', N'Improved Kairoptera', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115103', N'Delicate Seminolus of Blood', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115105', N'Delicate Pipistrelus of Blood', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115107', N'Delicate Megarophila of Blood', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115109', N'Delicate Noctivegans of Blood', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611115110', N'Exquisite Improved Kairoptera', N'1', N'1', N'3', N'56', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116001', N'Nicteride', N'1', N'1', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116002', N'Puskus', N'1', N'1', N'2', N'56', N'6', N'35', N'10000', N'1', N'3', N'1', N'2500', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116003', N'Molosidae', N'1', N'1', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116004', N'Eduderma', N'1', N'1', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116005', N'Maculatum', N'1', N'1', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116006', N'Mormoph', N'1', N'1', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116007', N'Glaive Epic', N'1', N'1', N'2', N'56', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116103', N'Fell Molosidae', N'1', N'1', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116104', N'Fell Eduderma', N'1', N'1', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116105', N'Maculatum Mutant', N'1', N'1', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116106', N'Mormoph Mutant', N'1', N'1', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116205', N'Maculatum the Other', N'1', N'1', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611116206', N'Mormoph ''The Other''', N'1', N'1', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131000', N'Practice Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131001', N'Archaic Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'1', N'7000', N'0', N'0', N'1', N'2300', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131002', N'Scars Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'4', N'7000', N'0', N'0', N'1', N'2300', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131003', N'Primitive Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'7', N'7000', N'0', N'0', N'1', N'2300', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131004', N'Binding Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'10', N'7000', N'0', N'0', N'1', N'2300', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131005', N'Compact Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'13', N'7000', N'0', N'0', N'1', N'2300', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131006', N'Colossal Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'16', N'7000', N'0', N'0', N'1', N'2300', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131007', N'Formidable Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'19', N'7000', N'0', N'0', N'1', N'2300', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131008', N'Flawless Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'22', N'7000', N'0', N'0', N'1', N'2300', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131009', N'Robust Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'25', N'7000', N'0', N'0', N'1', N'2300', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131010', N'Bulk Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'28', N'7000', N'0', N'0', N'1', N'2300', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131011', N'Frexius Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'31', N'7000', N'0', N'0', N'1', N'2300', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131012', N'Vast Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'34', N'7000', N'0', N'0', N'1', N'2300', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131013', N'Harsh Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'37', N'7000', N'0', N'0', N'1', N'2300', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131014', N'Immense Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131015', N'Barbaric Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'43', N'7000', N'0', N'0', N'1', N'2300', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131016', N'Herz Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'46', N'7000', N'0', N'0', N'1', N'2300', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131017', N'Punch Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'49', N'7000', N'0', N'0', N'1', N'2300', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131018', N'Slaves Demon Hands of Blood', N'1', N'0', N'0', N'57', N'1', N'52', N'7000', N'0', N'0', N'1', N'2300', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611131019', N'Improved Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132001', N'Archaic Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'2', N'7500', N'0', N'3', N'1', N'2300', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132002', N'Scars Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'5', N'7500', N'0', N'3', N'1', N'2300', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132003', N'Primitive Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'8', N'7500', N'0', N'3', N'1', N'2300', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132004', N'Binding Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'11', N'7500', N'0', N'3', N'1', N'2300', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132005', N'Compact Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'14', N'7500', N'0', N'3', N'1', N'2300', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132006', N'Colossal Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'17', N'7500', N'0', N'3', N'1', N'2300', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132007', N'Formidable Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132008', N'Flawless Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'23', N'7500', N'0', N'3', N'1', N'2300', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132009', N'Robust Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'26', N'7500', N'0', N'3', N'1', N'2300', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132010', N'Bulk Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'29', N'7500', N'0', N'3', N'1', N'2300', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132011', N'Frexius Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'32', N'7500', N'0', N'3', N'1', N'2300', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132012', N'Vast Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'35', N'7500', N'0', N'3', N'1', N'2300', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132013', N'Harsh Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'38', N'7500', N'0', N'3', N'1', N'2300', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132014', N'Immense Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'41', N'7500', N'0', N'3', N'1', N'2300', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132015', N'Barbaric Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'44', N'7500', N'0', N'3', N'1', N'2300', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132016', N'Herz Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'47', N'7500', N'0', N'3', N'1', N'2300', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132017', N'Punch Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132018', N'Slaves Demon Hands of Blood', N'1', N'0', N'0', N'57', N'2', N'53', N'7500', N'0', N'3', N'1', N'2300', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611132019', N'Improved Skold Heavy Gauntlets', N'1', N'0', N'0', N'57', N'2', N'56', N'7500', N'0', N'3', N'1', N'2300', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134001', N'Lepture of Blood', N'1', N'1', N'5', N'57', N'4', N'5', N'8000', N'1', N'3', N'1', N'2300', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134002', N'Malpinus of Blood', N'1', N'1', N'5', N'57', N'4', N'10', N'8000', N'1', N'3', N'1', N'2300', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134003', N'Adustus of Blood', N'1', N'1', N'5', N'57', N'4', N'15', N'8000', N'1', N'3', N'1', N'2300', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134004', N'Pumosus of Blood', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134005', N'Hesperius of Blood', N'1', N'1', N'5', N'57', N'4', N'25', N'8000', N'1', N'3', N'1', N'2300', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134006', N'Infuscus of Blood', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134007', N'Jabanikus of Blood', N'1', N'1', N'5', N'57', N'4', N'35', N'8000', N'1', N'3', N'1', N'2300', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134008', N'Premaebus of Blood', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134009', N'Sumatransis of Blood', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134010', N'Dookunensis of Blood', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134011', N'Improved Diceros', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134104', N'Delicate Pumosus of Blood', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134106', N'Delicate Infuscus of Blood', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134108', N'Delicate Premaebus of Blood', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134110', N'Delicate Dookunensis of Blood', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611134111', N'Exquisite Improved Diceros', N'1', N'1', N'5', N'57', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135001', N'Aureus of Blood', N'1', N'1', N'3', N'57', N'5', N'10', N'9000', N'1', N'3', N'1', N'2300', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135002', N'Aljerensis of Blood', N'1', N'1', N'3', N'57', N'5', N'15', N'9000', N'1', N'3', N'1', N'2300', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135003', N'Antus of Blood', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135004', N'Vea of Blood', N'1', N'1', N'3', N'57', N'5', N'25', N'9000', N'1', N'3', N'1', N'2300', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135005', N'Crusemani of Blood', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135006', N'Indicus of Blood', N'1', N'1', N'3', N'57', N'5', N'35', N'9000', N'1', N'3', N'1', N'2300', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135007', N'Rupaster of Blood', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135008', N'Naria of Blood', N'1', N'1', N'3', N'57', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135009', N'Liparius of Blood', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135010', N'Improved Bison', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135103', N'Delicate Antus of Blood', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135105', N'Delicate Crusemani of Blood', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135107', N'Delicate Rupaster of Blood', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135109', N'Delicate Liparius of Blood', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611135110', N'Exquisite Improved Bison', N'1', N'1', N'3', N'57', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136001', N'Richaon', N'1', N'1', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136002', N'Vilerey', N'1', N'1', N'2', N'57', N'6', N'35', N'10000', N'1', N'3', N'1', N'2300', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136003', N'Lanixer', N'1', N'1', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136004', N'Dingo', N'1', N'1', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136005', N'Lupers', N'1', N'1', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136006', N'Wolverine', N'1', N'1', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136007', N'Epic Demon Hands', N'1', N'1', N'2', N'57', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136103', N'Fell Lanixer', N'1', N'1', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136104', N'Fell Dingo', N'1', N'1', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136105', N'Lupers Mutant', N'1', N'1', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136106', N'Wolverine Mutant', N'1', N'1', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136205', N'Lupers the Other', N'1', N'1', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611136206', N'Wolverine ''The Other''', N'1', N'1', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151000', N'Practice Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151001', N'Classic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'1', N'7000', N'0', N'0', N'1', N'2000', N'100', N'17') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151002', N'Unsigned Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'4', N'7000', N'0', N'0', N'1', N'2000', N'460', N'76') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151003', N'Untrained Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'7', N'7000', N'0', N'0', N'1', N'2000', N'910', N'150') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151004', N'Qualified Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'10', N'7000', N'0', N'0', N'1', N'2000', N'1480', N'243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151005', N'Preeminent Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'13', N'7000', N'0', N'0', N'1', N'2000', N'2140', N'351') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151006', N'Celebrated Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'16', N'7000', N'0', N'0', N'1', N'2000', N'2920', N'479') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151007', N'Exotic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'19', N'7000', N'0', N'0', N'1', N'2000', N'3790', N'622') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151008', N'Bustling Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'22', N'7000', N'0', N'0', N'1', N'2000', N'4780', N'784') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151009', N'Versatile Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'25', N'7000', N'0', N'0', N'1', N'2000', N'5860', N'962') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151010', N'Adroit Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'28', N'7000', N'0', N'0', N'1', N'2000', N'7040', N'1155') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151011', N'Brisk Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'31', N'7000', N'0', N'0', N'1', N'2000', N'8340', N'1368') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151012', N'Integral Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'34', N'7000', N'0', N'0', N'1', N'2000', N'9730', N'1596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151013', N'Avid Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'37', N'7000', N'0', N'0', N'1', N'2000', N'11220', N'1841') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151014', N'Sleek Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2103') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151015', N'Rain Rose Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'43', N'7000', N'0', N'0', N'1', N'2000', N'14530', N'2383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151016', N'Bited Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'46', N'7000', N'0', N'0', N'1', N'2000', N'16340', N'2680') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151017', N'Stagnant Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'49', N'7000', N'0', N'0', N'1', N'2000', N'18250', N'2993') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151018', N'Stressed Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'1', N'52', N'7000', N'0', N'0', N'1', N'2000', N'20260', N'3323') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611151019', N'Improved Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152001', N'Classic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'2', N'7500', N'0', N'3', N'1', N'2000', N'210', N'35') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152002', N'Unsigned Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'5', N'7500', N'0', N'3', N'1', N'2000', N'630', N'104') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152003', N'Untrained Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'8', N'7500', N'0', N'3', N'1', N'2000', N'1160', N'191') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152004', N'Qualified Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'11', N'7500', N'0', N'3', N'1', N'2000', N'1790', N'294') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152005', N'Preeminent Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'14', N'7500', N'0', N'3', N'1', N'2000', N'2540', N'417') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152006', N'Celebrated Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'17', N'7500', N'0', N'3', N'1', N'2000', N'3400', N'558') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152007', N'Exotic Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'717') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152008', N'Bustling Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'23', N'7500', N'0', N'3', N'1', N'2000', N'5440', N'893') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152009', N'Versatile Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'26', N'7500', N'0', N'3', N'1', N'2000', N'6630', N'1088') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152010', N'Adroit Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'29', N'7500', N'0', N'3', N'1', N'2000', N'7930', N'1301') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152011', N'Brisk Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'32', N'7500', N'0', N'3', N'1', N'2000', N'9330', N'1531') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152012', N'Integral Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'35', N'7500', N'0', N'3', N'1', N'2000', N'10850', N'1780') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152013', N'Avid Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'38', N'7500', N'0', N'3', N'1', N'2000', N'12480', N'2047') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152014', N'Sleek Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'41', N'7500', N'0', N'3', N'1', N'2000', N'14220', N'2333') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152015', N'Rain Rose Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'44', N'7500', N'0', N'3', N'1', N'2000', N'16070', N'2636') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152016', N'Bited Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'47', N'7500', N'0', N'3', N'1', N'2000', N'18030', N'2957') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152017', N'Stagnant Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3295') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152018', N'Stressed Weapon Bag of Blood', N'1', N'0', N'0', N'58', N'2', N'53', N'7500', N'0', N'3', N'1', N'2000', N'22270', N'3653') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611152019', N'Improved Vonoff Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'56', N'7500', N'0', N'3', N'1', N'2000', N'24570', N'4054') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154001', N'Polifemus of Blood', N'1', N'1', N'5', N'58', N'4', N'5', N'8000', N'1', N'3', N'1', N'2000', N'700', N'115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154002', N'Repidokelis of Blood', N'1', N'1', N'5', N'58', N'4', N'10', N'8000', N'1', N'3', N'1', N'2000', N'1760', N'289') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154003', N'Kelodina of Blood', N'1', N'1', N'5', N'58', N'4', N'15', N'8000', N'1', N'3', N'1', N'2000', N'3140', N'515') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154004', N'Clemis of Blood', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154005', N'Testudinidae of Blood', N'1', N'1', N'5', N'58', N'4', N'25', N'8000', N'1', N'3', N'1', N'2000', N'6950', N'1140') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154006', N'Crisemis of Blood', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154007', N'Kelidra of Blood', N'1', N'1', N'5', N'58', N'4', N'35', N'8000', N'1', N'3', N'1', N'2000', N'12130', N'1990') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154008', N'Sudaemidura of Blood', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154009', N'Kinosternon of Blood', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3064') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154010', N'Onata of Blood', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154011', N'Improved Musk Bag', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154104', N'Delicate Clemis of Blood', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'801') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154106', N'Delicate Crisemis of Blood', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1537') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154108', N'Delicate Sudaemidura of Blood', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2498') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154110', N'Delicate Onata of Blood', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3684') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611154111', N'Exquisite Improved Musk Bag', N'1', N'1', N'5', N'58', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155001', N'Terapene of Blood', N'1', N'1', N'3', N'58', N'5', N'10', N'9000', N'1', N'3', N'1', N'2000', N'1850', N'304') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155002', N'Malaclemis of Blood', N'1', N'1', N'3', N'58', N'5', N'15', N'9000', N'1', N'3', N'1', N'2000', N'3310', N'543') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155003', N'Lactopris of Blood', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155004', N'Kelis of Blood', N'1', N'1', N'3', N'58', N'5', N'25', N'9000', N'1', N'3', N'1', N'2000', N'7320', N'1201') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155005', N'Hydromedusa of Blood', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155006', N'Xiokelon of Blood', N'1', N'1', N'3', N'58', N'5', N'35', N'9000', N'1', N'3', N'1', N'2000', N'12770', N'2095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155007', N'Midas of Blood', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155008', N'Kareta of Blood', N'1', N'1', N'3', N'58', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3225') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155009', N'Selgata of Blood', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155010', N'Improved Leather Bag', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155103', N'Delicate Lactopris of Blood', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'843') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155105', N'Delicate Hydromedusa of Blood', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1618') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155107', N'Delicate Midas of Blood', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155109', N'Delicate Selgata of Blood', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3877') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611155110', N'Exquisite Improved Leather Bag', N'1', N'1', N'3', N'58', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156001', N'Lactopris', N'1', N'1', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1698') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156002', N'Arakana', N'1', N'1', N'2', N'58', N'6', N'35', N'10000', N'1', N'3', N'1', N'2000', N'13410', N'2200') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156003', N'Eljeyah', N'1', N'1', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156004', N'Serpentina', N'1', N'1', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156005', N'Maximiliani', N'1', N'1', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156006', N'Clemis', N'1', N'1', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4819') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156007', N'Weapon Bag Epic', N'1', N'1', N'2', N'58', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5629') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156103', N'Fell Eljeyah', N'1', N'1', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2761') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156104', N'Fell Serpentina', N'1', N'1', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156105', N'Maximiliani Mutant', N'1', N'1', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156106', N'Clemis Mutant', N'1', N'1', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156205', N'Maximiliani the Other', N'1', N'1', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4071') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'611156206', N'Clemis ''The Other''', N'1', N'1', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011001', N'Knell Sword', N'1', N'0', N'0', N'5', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011002', N'Mighty Lucas Sword', N'1', N'0', N'0', N'5', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011003', N'Mighty Jeffery Sword', N'1', N'0', N'0', N'5', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011004', N'Dark Shadow Sword', N'1', N'0', N'0', N'5', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011005', N'Dex Aie', N'1', N'0', N'0', N'5', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011006', N'Finest Force Sword', N'1', N'0', N'0', N'5', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711011007', N'Finest Charge Sword', N'1', N'0', N'0', N'5', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012001', N'Knell Sword', N'1', N'0', N'0', N'5', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012002', N'Mighty Lucas Sword', N'1', N'0', N'0', N'5', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012003', N'Mighty Jeffery Sword', N'1', N'0', N'0', N'5', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012004', N'Dark Shadow Sword', N'1', N'0', N'0', N'5', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012005', N'Dex Aie', N'1', N'0', N'0', N'5', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012006', N'Finest Force Sword', N'1', N'0', N'0', N'5', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711012007', N'Finest Charge Sword', N'1', N'0', N'0', N'5', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014001', N'Assassin', N'1', N'1', N'5', N'5', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014002', N'Desperata Ferro', N'1', N'1', N'5', N'5', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014003', N'Arago', N'1', N'1', N'5', N'5', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014004', N'Bij Mordu', N'1', N'1', N'5', N'5', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014005', N'Hell Hound', N'1', N'1', N'5', N'5', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014006', N'Finest Cursed Unholy Sword', N'1', N'1', N'5', N'5', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711014007', N'Finest Curtis Doom Blinger', N'1', N'1', N'5', N'5', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015001', N'Anathema', N'1', N'1', N'3', N'5', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015002', N'Caliburn', N'1', N'1', N'3', N'5', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015003', N'Tyrfing', N'1', N'1', N'3', N'5', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015004', N'Best Dark Stream', N'1', N'1', N'3', N'5', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015005', N'Mithriltain Sword', N'1', N'1', N'3', N'5', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015006', N'Snare', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015007', N'Nabiu', N'1', N'1', N'3', N'5', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711015306', N'Finest Garnet Sword', N'1', N'2', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016001', N'Hell Scream: Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016002', N'Full Moon: Sword', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016003', N'Soul Catar: Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016004', N'Turvatio: Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016005', N'Mortalis: Sword', N'1', N'2', N'2', N'5', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016007', N'Sabat: Sword', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016101', N'Divine Scream: Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016102', N'New Moon: Sword', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016103', N'Soul Catalyst: Mutant Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016104', N'Turbatio: Mutant Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016107', N'Sabat: The Other Sword', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016203', N'Soul Catalyst: the Other Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016204', N'Turbatio: ''The Other'' Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016301', N'Finest Agate Sword', N'1', N'2', N'2', N'5', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016302', N'Finest Lapis Lazuli Sword', N'1', N'2', N'2', N'5', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016303', N'Finest Aquamarine Sword', N'1', N'2', N'2', N'5', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016304', N'Finest Inca Rose Sword', N'1', N'2', N'2', N'5', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711016307', N'Finest Carnelian Sword', N'1', N'2', N'2', N'5', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021001', N'Mort Axe', N'1', N'0', N'0', N'6', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021002', N'Nomi-Slayer', N'1', N'0', N'0', N'6', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021003', N'Metal Slayer', N'1', N'0', N'0', N'6', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021004', N'Guilty Slayer', N'1', N'0', N'0', N'6', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021005', N'Slayer Rule Axe', N'1', N'0', N'0', N'6', N'1', N'60', N'7000', N'0', N'0', N'1', N'2200', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021006', N'Premium Steel Axe', N'1', N'0', N'0', N'6', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711021007', N'Premium Locaber Axe', N'1', N'0', N'0', N'6', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022001', N'Mort Axe', N'1', N'0', N'0', N'6', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022002', N'Nomi-Slayer', N'1', N'0', N'0', N'6', N'2', N'45', N'7500', N'0', N'3', N'1', N'2200', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022003', N'Metal Slayer', N'1', N'0', N'0', N'6', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022004', N'Guilty Slayer', N'1', N'0', N'0', N'6', N'2', N'55', N'7500', N'0', N'3', N'1', N'2200', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022005', N'Slayer Rule Axe', N'1', N'0', N'0', N'6', N'2', N'60', N'7500', N'0', N'3', N'1', N'2200', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022006', N'Premium Steel Axe', N'1', N'0', N'0', N'6', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711022007', N'Premium Locaber Axe', N'1', N'0', N'0', N'6', N'2', N'30', N'7500', N'0', N'3', N'1', N'2200', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024001', N'Malison', N'1', N'1', N'5', N'6', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024002', N'Chokuto Slayer', N'1', N'1', N'5', N'6', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024003', N'Precise Tachi', N'1', N'1', N'5', N'6', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024004', N'Destruction', N'1', N'1', N'5', N'6', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024005', N'Damascus Axe', N'1', N'1', N'5', N'6', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024006', N'Finest Cursed Stigma Slayer', N'1', N'1', N'5', N'6', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711024007', N'Finest Curtis Doom Slayer', N'1', N'1', N'5', N'6', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025001', N'Bone Cracker', N'1', N'1', N'3', N'6', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025002', N'Axe of Question', N'1', N'1', N'3', N'6', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025003', N'The Grand Cross', N'1', N'1', N'3', N'6', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025004', N'Axe of Acquisition', N'1', N'1', N'3', N'6', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025005', N'Le''Tia Mast Mmu', N'1', N'1', N'3', N'6', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025006', N'Former Canis', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025007', N'Grantis', N'1', N'1', N'3', N'6', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711025306', N'Finest Garnet Axe', N'1', N'2', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026001', N'Hell Scream: Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026002', N'Full Moon: Axe', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026003', N'Soul Catar: Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026004', N'Turvatio: Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026005', N'Mortalis: Axe', N'1', N'2', N'2', N'6', N'6', N'60', N'10000', N'1', N'3', N'1', N'2200', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026007', N'Sabat: Axe', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026101', N'Divine Scream: Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026102', N'New Moon: Axe', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026103', N'Soul Catalyst: Mutant Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026104', N'Turbatio: Mutant Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026107', N'Sabat: The Other Axe', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026203', N'Soul Catalyst: the Other Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026204', N'Turbatio: ''The Other'' Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026301', N'Finest Agate Axe', N'1', N'2', N'2', N'6', N'6', N'40', N'10000', N'1', N'3', N'1', N'2200', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026302', N'Finest Lapis Lazuli Axe', N'1', N'2', N'2', N'6', N'6', N'45', N'10000', N'1', N'3', N'1', N'2200', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026303', N'Finest Aquamarine Axe', N'1', N'2', N'2', N'6', N'6', N'50', N'10000', N'1', N'3', N'1', N'2200', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026304', N'Finest Inca Rose Axe', N'1', N'2', N'2', N'6', N'6', N'55', N'10000', N'1', N'3', N'1', N'2200', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711026307', N'Finest Carnelian Axe', N'1', N'2', N'2', N'6', N'6', N'30', N'10000', N'1', N'3', N'1', N'2200', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031001', N'Astral Edge', N'1', N'0', N'0', N'7', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031002', N'Obsidian Magic Sword', N'1', N'0', N'0', N'7', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031003', N'Negotiator', N'1', N'0', N'0', N'7', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031004', N'Ambassador', N'1', N'0', N'0', N'7', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031005', N'Chrysaor', N'1', N'0', N'0', N'7', N'1', N'60', N'7000', N'0', N'0', N'1', N'2500', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031006', N'Finest Forest Spell Sword', N'1', N'0', N'0', N'7', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711031007', N'Supreme War Spell Sword', N'1', N'0', N'0', N'7', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032001', N'Astral Edge', N'1', N'0', N'0', N'7', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032002', N'Obsidian Magic Sword', N'1', N'0', N'0', N'7', N'2', N'45', N'7500', N'0', N'3', N'1', N'2500', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032003', N'Negotiator', N'1', N'0', N'0', N'7', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032004', N'Ambassador', N'1', N'0', N'0', N'7', N'2', N'55', N'7500', N'0', N'3', N'1', N'2500', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032005', N'Chrysaor', N'1', N'0', N'0', N'7', N'2', N'60', N'7500', N'0', N'3', N'1', N'2500', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032006', N'Finest Forest Spell Sword', N'1', N'0', N'0', N'7', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711032007', N'Supreme War Spell Sword', N'1', N'0', N'0', N'7', N'2', N'30', N'7500', N'0', N'3', N'1', N'2500', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034001', N'Clash', N'1', N'1', N'5', N'7', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034002', N'Yanluo''s Sword', N'1', N'1', N'5', N'7', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034003', N'Izanami''s Gift', N'1', N'1', N'5', N'7', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034004', N'Memitim', N'1', N'1', N'5', N'7', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034005', N'Metal Plague', N'1', N'1', N'5', N'7', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034006', N'Finest Cursed Spell Sword', N'1', N'1', N'5', N'7', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711034007', N'Finest Curtis Doom Magic Sword', N'1', N'1', N'5', N'7', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035001', N'Eradicator', N'1', N'1', N'3', N'7', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035002', N'Grimalkin''s Token', N'1', N'1', N'3', N'7', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035003', N'Long Division', N'1', N'1', N'3', N'7', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035004', N'Beauty''s Smile', N'1', N'1', N'3', N'7', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035005', N'Crimson Rain', N'1', N'1', N'3', N'7', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035006', N'Pendulum', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035007', N'Bewildered', N'1', N'1', N'3', N'7', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711035306', N'Finest Garnet Magic Sword', N'1', N'2', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036001', N'Hell Scream: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036002', N'Full Moon: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036003', N'Soul Catar: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036004', N'Turvatio: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036005', N'Mortalis: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036007', N'Sabat: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036101', N'Divine Scream: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036102', N'New Moon: Magic Sword', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036103', N'Soul Catalyst: Mutant Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036104', N'Turbatio: Mutant Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036107', N'Sabat: The Other Magic Sword', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036203', N'Soul Catalyst: the Other Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036204', N'Turbatio: ''The Other'' Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036301', N'Finest Agate Magic Sword', N'1', N'2', N'2', N'7', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036302', N'Finest Lapis Lazuli Magic Sword', N'1', N'2', N'2', N'7', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036303', N'Finest Aquamarine Magic Sword', N'1', N'2', N'2', N'7', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036304', N'Finest Inca Rose Magic Sword', N'1', N'2', N'2', N'7', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711036307', N'Finest Carnelian Magic Sword', N'1', N'2', N'2', N'7', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041001', N'Luminous Scythe', N'1', N'0', N'0', N'8', N'1', N'40', N'7000', N'0', N'0', N'1', N'2600', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041002', N'Intellect Substitute', N'1', N'0', N'0', N'8', N'1', N'45', N'7000', N'0', N'0', N'1', N'2600', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041003', N'Metal Courage', N'1', N'0', N'0', N'8', N'1', N'50', N'7000', N'0', N'0', N'1', N'2600', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041004', N'Iron Will', N'1', N'0', N'0', N'8', N'1', N'55', N'7000', N'0', N'0', N'1', N'2600', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041005', N'Accelerated Inheritance', N'1', N'0', N'0', N'8', N'1', N'60', N'7000', N'0', N'0', N'1', N'2600', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041006', N'Advanced Witch Scythe', N'1', N'0', N'0', N'8', N'1', N'20', N'7000', N'0', N'0', N'1', N'2600', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711041007', N'Finest Lugsais', N'1', N'0', N'0', N'8', N'1', N'30', N'7000', N'0', N'0', N'1', N'2600', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042001', N'Luminous Scythe', N'1', N'0', N'0', N'8', N'2', N'40', N'7500', N'0', N'3', N'1', N'2600', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042002', N'Intellect Substitute', N'1', N'0', N'0', N'8', N'2', N'45', N'7500', N'0', N'3', N'1', N'2600', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042003', N'Metal Courage', N'1', N'0', N'0', N'8', N'2', N'50', N'7500', N'0', N'3', N'1', N'2600', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042004', N'Iron Will', N'1', N'0', N'0', N'8', N'2', N'55', N'7500', N'0', N'3', N'1', N'2600', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042005', N'Accelerated Inheritance', N'1', N'0', N'0', N'8', N'2', N'60', N'7500', N'0', N'3', N'1', N'2600', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042006', N'Finest Witch Scythe', N'1', N'0', N'0', N'8', N'2', N'20', N'7500', N'0', N'3', N'1', N'2600', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711042007', N'Finest Lugsais', N'1', N'0', N'0', N'8', N'2', N'30', N'7500', N'0', N'3', N'1', N'2600', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044001', N'Schism', N'1', N'1', N'5', N'8', N'4', N'40', N'8000', N'1', N'3', N'1', N'2600', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044002', N'Uprising', N'1', N'1', N'5', N'8', N'4', N'45', N'8000', N'1', N'3', N'1', N'2600', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044003', N'Hasty Tranquility', N'1', N'1', N'5', N'8', N'4', N'50', N'8000', N'1', N'3', N'1', N'2600', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044004', N'Rain-Maker', N'1', N'1', N'5', N'8', N'4', N'55', N'8000', N'1', N'3', N'1', N'2600', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044005', N'Dreadful Judgment', N'1', N'1', N'5', N'8', N'4', N'60', N'8000', N'1', N'3', N'1', N'2600', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044006', N'Finest Cursed Witch Scythe', N'1', N'1', N'5', N'8', N'4', N'20', N'8000', N'1', N'3', N'1', N'2600', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711044007', N'Finest Curtis Doom Scythe', N'1', N'1', N'5', N'8', N'4', N'30', N'8000', N'1', N'3', N'1', N'2600', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045001', N'Fracture', N'1', N'1', N'3', N'8', N'5', N'40', N'9000', N'1', N'3', N'1', N'2600', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045002', N'Badhbh Cath', N'1', N'1', N'3', N'8', N'5', N'45', N'9000', N'1', N'3', N'1', N'2600', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045003', N'Effective Communicator', N'1', N'1', N'3', N'8', N'5', N'50', N'9000', N'1', N'3', N'1', N'2600', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045004', N'Shredder', N'1', N'1', N'3', N'8', N'5', N'55', N'9000', N'1', N'3', N'1', N'2600', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045005', N'Dark Nightmare', N'1', N'1', N'3', N'8', N'5', N'60', N'9000', N'1', N'3', N'1', N'2600', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045006', N'Alhena', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045007', N'Canine Teeth', N'1', N'1', N'3', N'8', N'5', N'30', N'9000', N'1', N'3', N'1', N'2600', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711045306', N'Finest Garnet Scythe', N'1', N'2', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046001', N'Hell Scream: Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046002', N'Full Moon: Scythe', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046003', N'Soul Catar: Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046004', N'Turvatio: Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046005', N'Mortalis: Scythe', N'1', N'2', N'2', N'8', N'6', N'60', N'10000', N'1', N'3', N'1', N'2600', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046007', N'Sabat: Scythe', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046101', N'Divine Scream: Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046102', N'New Moon: Scythe', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046103', N'Soul Catalyst: Mutant Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046104', N'Turbatio: Mutant Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046107', N'Sabat: The Other Scythe', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046203', N'Soul Catalyst: the Other Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046204', N'Turbatio: ''The Other'' Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046301', N'Finest Agate Scythe', N'1', N'2', N'2', N'8', N'6', N'40', N'10000', N'1', N'3', N'1', N'2600', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046302', N'Finest Lapis Lazuli Scythe', N'1', N'2', N'2', N'8', N'6', N'45', N'10000', N'1', N'3', N'1', N'2600', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046303', N'Finest Aquamarine Scythe', N'1', N'2', N'2', N'8', N'6', N'50', N'10000', N'1', N'3', N'1', N'2600', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046304', N'Finest Inca Rose Scythe', N'1', N'2', N'2', N'8', N'6', N'55', N'10000', N'1', N'3', N'1', N'2600', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711046307', N'Finest Carnelian Scythe', N'1', N'2', N'2', N'8', N'6', N'30', N'10000', N'1', N'3', N'1', N'2600', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051001', N'Brute Gauntlet', N'1', N'0', N'0', N'9', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051002', N'Combat Gauntlet', N'1', N'0', N'0', N'9', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051003', N'Knight Gauntlet', N'1', N'0', N'0', N'9', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051004', N'Havoc Gauntlet', N'1', N'0', N'0', N'9', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051005', N'Gestalt Gauntlet', N'1', N'0', N'0', N'9', N'1', N'60', N'7000', N'0', N'0', N'1', N'2300', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051006', N'Finest Chain Gauntlet', N'1', N'0', N'0', N'9', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711051007', N'Highest Grade Combat Gauntlet', N'1', N'0', N'0', N'9', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052001', N'Brute Gauntlet', N'1', N'0', N'0', N'9', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052002', N'Combat Gauntlet', N'1', N'0', N'0', N'9', N'2', N'45', N'7500', N'0', N'3', N'1', N'2300', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052003', N'Knight Gauntlet', N'1', N'0', N'0', N'9', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052004', N'Havoc Gauntlet', N'1', N'0', N'0', N'9', N'2', N'55', N'7500', N'0', N'3', N'1', N'2300', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052005', N'Gestalt Gauntlet', N'1', N'0', N'0', N'9', N'2', N'60', N'7500', N'0', N'3', N'1', N'2300', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052006', N'Finest Chain Gauntlet', N'1', N'0', N'0', N'9', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711052007', N'Highest Grade Combat Gauntlet', N'1', N'0', N'0', N'9', N'2', N'30', N'7500', N'0', N'3', N'1', N'2300', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054001', N'Crusher', N'1', N'1', N'5', N'9', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054002', N'Spirit Keeper', N'1', N'1', N'5', N'9', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054003', N'Myzer', N'1', N'1', N'5', N'9', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054004', N'Hammer Lich', N'1', N'1', N'5', N'9', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054005', N'Nekote', N'1', N'1', N'5', N'9', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054006', N'Finest Cursed War Gauntlet', N'1', N'1', N'5', N'9', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711054007', N'Finest Curtis Doom Gauntlet', N'1', N'1', N'5', N'9', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055001', N'Splitter', N'1', N'1', N'3', N'9', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055002', N'Skadi', N'1', N'1', N'3', N'9', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055003', N'Best Efreet', N'1', N'1', N'3', N'9', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055004', N'Nezhad', N'1', N'1', N'3', N'9', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055005', N'Wolf Buster', N'1', N'1', N'3', N'9', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055006', N'Duvet', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055007', N'Beth-Surbent', N'1', N'1', N'3', N'9', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711055306', N'Finest Garnet Gauntlet', N'1', N'2', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056001', N'Hell Scream: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056002', N'Full Moon: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056003', N'Soul Catar: Gauntlets', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056004', N'Turvatio: Gauntlets', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056005', N'Mortalis: Gauntlets', N'1', N'2', N'2', N'9', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056007', N'Sabat: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056101', N'Divine Scream: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056102', N'New Moon: Gauntlet', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056103', N'Soul Catalyst: Mutant Gauntlets', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056104', N'Turbatio: Mutant Gauntlets', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056107', N'Sabat: The Other Gauntlet', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056203', N'Soul Catalyst: the Other Gauntlets', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056204', N'Turbatio: ''The Other'' Gauntlets', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056301', N'Finest Agate Gauntlet', N'1', N'2', N'2', N'9', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056302', N'Finest Lapis Lazuli Gauntlet', N'1', N'2', N'2', N'9', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056303', N'Finest Aquamarine Gauntlet', N'1', N'2', N'2', N'9', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056304', N'Finest Inca Rose Gauntlet', N'1', N'2', N'2', N'9', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711056307', N'Finest Carnelian Gauntlet', N'1', N'2', N'2', N'9', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061001', N'Sharp Claw', N'1', N'0', N'0', N'10', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061002', N'Blade Claw', N'1', N'0', N'0', N'10', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061003', N'Chaser', N'1', N'0', N'0', N'10', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061004', N'Zephyr Claw', N'1', N'0', N'0', N'10', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061005', N'Demonic Claw', N'1', N'0', N'0', N'10', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061006', N'Finest War Claw', N'1', N'0', N'0', N'10', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711061007', N'Finest Fatal Claw', N'1', N'0', N'0', N'10', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062001', N'Sharp Claw', N'1', N'0', N'0', N'10', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062002', N'Blade Claw', N'1', N'0', N'0', N'10', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062003', N'Chaser', N'1', N'0', N'0', N'10', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062004', N'Zephyr Claw', N'1', N'0', N'0', N'10', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062005', N'Demonic Claw', N'1', N'0', N'0', N'10', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062006', N'Finest War Claw', N'1', N'0', N'0', N'10', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711062007', N'Finest Fatal Claw', N'1', N'0', N'0', N'10', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064001', N'Demolisher', N'1', N'1', N'5', N'10', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064002', N'Tempest', N'1', N'1', N'5', N'10', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064003', N'Storm Chaser', N'1', N'1', N'5', N'10', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064004', N'Azure Zephyr', N'1', N'1', N'5', N'10', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064005', N'Beholder Claw', N'1', N'1', N'5', N'10', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064006', N'Finest Cursed War Claw', N'1', N'1', N'5', N'10', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711064007', N'Finest Curtis Doom Claw', N'1', N'1', N'5', N'10', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065001', N'Destroyer', N'1', N'1', N'3', N'10', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065002', N'Emerald Cutter', N'1', N'1', N'3', N'10', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065003', N'Sorcerer Slasher', N'1', N'1', N'3', N'10', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065004', N'Raider''s Claw', N'1', N'1', N'3', N'10', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065005', N'Devilarm', N'1', N'1', N'3', N'10', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065006', N'Kabut', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065007', N'Shadow Killer', N'1', N'1', N'3', N'10', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711065306', N'Finest Garnet Claw', N'1', N'2', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066001', N'Hell Scream: Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066002', N'Full Moon: Claw', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066003', N'Soul Catar: Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066004', N'Turvatio: Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066005', N'Mortalis: Claw', N'1', N'2', N'2', N'10', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066007', N'Sabat: Claw', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066101', N'Divine Scream: Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066102', N'New Moon: Claw', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066103', N'Soul Catalyst: Mutant Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066104', N'Turbatio: Mutant Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066107', N'Sabat: The Other Claw', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066203', N'Soul Catalyst: the Other Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066204', N'Turbatio: ''The Other'' Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066301', N'Finest Agate Claw', N'1', N'2', N'2', N'10', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066302', N'Finest Lapis Lazuli Claw', N'1', N'2', N'2', N'10', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066303', N'Finest Aquamarine Claw', N'1', N'2', N'2', N'10', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066304', N'Finest Inca Rose Claw', N'1', N'2', N'2', N'10', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711066307', N'Finest Carnelian Claw', N'1', N'2', N'2', N'10', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071001', N'Fiery Revolver', N'1', N'0', N'0', N'11', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071002', N'Mistral Revolver', N'1', N'0', N'0', N'11', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071003', N'Primal Revolver', N'1', N'0', N'0', N'11', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071004', N'Komodo Pistol', N'1', N'0', N'0', N'11', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071005', N'Silent Snake', N'1', N'0', N'0', N'11', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071006', N'Finest Sting Revolver', N'1', N'0', N'0', N'11', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711071007', N'Finest Gaussian Revolver', N'1', N'0', N'0', N'11', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072001', N'Fiery Revolver', N'1', N'0', N'0', N'11', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072002', N'Mistral Revolver', N'1', N'0', N'0', N'11', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072003', N'Primal Revolver', N'1', N'0', N'0', N'11', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072004', N'Komodo Pistol', N'1', N'0', N'0', N'11', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072005', N'Silent Snake', N'1', N'0', N'0', N'11', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072006', N'Finest Sting Revolver', N'1', N'0', N'0', N'11', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711072007', N'Finest Gaussian Revolver', N'1', N'0', N'0', N'11', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074001', N'Burster', N'1', N'1', N'5', N'11', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074002', N'Renovator', N'1', N'1', N'5', N'11', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074003', N'Igniter', N'1', N'1', N'5', N'11', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074004', N'Wes-MK16', N'1', N'1', N'5', N'11', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074005', N'Wes-MK32', N'1', N'1', N'5', N'11', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074006', N'Finest Steady Border', N'1', N'1', N'5', N'11', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711074007', N'Finest Finest Rage', N'1', N'1', N'5', N'11', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075001', N'Lightning', N'1', N'1', N'3', N'11', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075002', N'S-Rank Renovator', N'1', N'1', N'3', N'11', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075003', N'S-Rank Igniter', N'1', N'1', N'3', N'11', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075004', N'Chrome Trigger', N'1', N'1', N'3', N'11', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075005', N'Viridian-MK5', N'1', N'1', N'3', N'11', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075006', N'Sharp Shooter', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075007', N'Salamander', N'1', N'1', N'3', N'11', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711075306', N'Finest Garnet Revolver', N'1', N'2', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076001', N'Hell Scream: Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076002', N'Full Moon: Revolver', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076003', N'Soul Catar: Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076004', N'Turvatio: Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076005', N'Mortalis: Revolver', N'1', N'2', N'2', N'11', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076007', N'Sabat: Revolver', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076101', N'Divine Scream: Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076102', N'New Moon: Revolver', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076103', N'Soul Catalyst: Mutant Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076104', N'Turbatio: Mutant Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076107', N'Sabat: The Other Revolver', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076203', N'Soul Catalyst: the Other Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076204', N'Turbatio: ''The Other'' Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076301', N'Finest Agate Revolver', N'1', N'2', N'2', N'11', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076302', N'Finest Lapis Lazuli Revolver', N'1', N'2', N'2', N'11', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076303', N'Finest Aquamarine Revolver', N'1', N'2', N'2', N'11', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076304', N'Finest Inca Rose Revolver', N'1', N'2', N'2', N'11', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711076307', N'Finest Carnelian Revolver', N'1', N'2', N'2', N'11', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081001', N'Frenzied Musket', N'1', N'0', N'0', N'12', N'1', N'40', N'7000', N'0', N'0', N'1', N'2200', N'12820', N'2115') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081002', N'Spes Musket', N'1', N'0', N'0', N'12', N'1', N'45', N'7000', N'0', N'0', N'1', N'2200', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081003', N'Gauss Rifle', N'1', N'0', N'0', N'12', N'1', N'50', N'7000', N'0', N'0', N'1', N'2200', N'18910', N'3120') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081004', N'Double Barrel', N'1', N'0', N'0', N'12', N'1', N'55', N'7000', N'0', N'0', N'1', N'2200', N'22380', N'3692') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081005', N'Impacter', N'1', N'0', N'0', N'12', N'1', N'60', N'7000', N'0', N'0', N'1', N'2200', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081006', N'Finest Lower Musket', N'1', N'0', N'0', N'12', N'1', N'20', N'7000', N'0', N'0', N'1', N'2200', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711081007', N'Finest Wild Musket', N'1', N'0', N'0', N'12', N'1', N'30', N'7000', N'0', N'0', N'1', N'2200', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082001', N'Frenzied Musket', N'1', N'0', N'0', N'12', N'2', N'40', N'7500', N'0', N'3', N'1', N'2200', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082002', N'Spes Musket', N'1', N'0', N'0', N'12', N'2', N'45', N'7500', N'0', N'3', N'1', N'2200', N'16710', N'2757') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082003', N'Gauss Rifle', N'1', N'0', N'0', N'12', N'2', N'50', N'7500', N'0', N'3', N'1', N'2200', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082004', N'Double Barrel', N'1', N'0', N'0', N'12', N'2', N'55', N'7500', N'0', N'3', N'1', N'2200', N'23780', N'3923') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082005', N'Impacter', N'1', N'0', N'0', N'12', N'2', N'60', N'7500', N'0', N'3', N'1', N'2200', N'27790', N'4585') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082006', N'Finest Lower Musket', N'1', N'0', N'0', N'12', N'2', N'20', N'7500', N'0', N'3', N'1', N'2200', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711082007', N'Finest Wild Musket', N'1', N'0', N'0', N'12', N'2', N'30', N'7500', N'0', N'3', N'1', N'2200', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084001', N'Storm', N'1', N'1', N'5', N'12', N'4', N'40', N'8000', N'1', N'3', N'1', N'2200', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084002', N'Vult Musket', N'1', N'1', N'5', N'12', N'4', N'45', N'8000', N'1', N'3', N'1', N'2200', N'18680', N'3082') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084003', N'Assassin''s Rifle', N'1', N'1', N'5', N'12', N'4', N'50', N'8000', N'1', N'3', N'1', N'2200', N'22460', N'3705') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084004', N'Punisher', N'1', N'1', N'5', N'12', N'4', N'55', N'8000', N'1', N'3', N'1', N'2200', N'26580', N'4385') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084005', N'Justice', N'1', N'1', N'5', N'12', N'4', N'60', N'8000', N'1', N'3', N'1', N'2200', N'31060', N'5124') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084006', N'Finest Double Barrel', N'1', N'1', N'5', N'12', N'4', N'20', N'8000', N'1', N'3', N'1', N'2200', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711084007', N'Finest Benelli', N'1', N'1', N'5', N'12', N'4', N'30', N'8000', N'1', N'3', N'1', N'2200', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085001', N'Thunder', N'1', N'1', N'3', N'12', N'5', N'40', N'9000', N'1', N'3', N'1', N'2200', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085002', N'Bloody Rose', N'1', N'1', N'3', N'12', N'5', N'45', N'9000', N'1', N'3', N'1', N'2200', N'19660', N'3243') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085003', N'Tracer', N'1', N'1', N'3', N'12', N'5', N'50', N'9000', N'1', N'3', N'1', N'2200', N'23640', N'3900') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085004', N'Twin Eagle', N'1', N'1', N'3', N'12', N'5', N'55', N'9000', N'1', N'3', N'1', N'2200', N'27980', N'4616') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085005', N'Justice', N'1', N'1', N'3', N'12', N'5', N'60', N'9000', N'1', N'3', N'1', N'2200', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085006', N'Sonic Boom', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085007', N'Ribret', N'1', N'1', N'3', N'12', N'5', N'30', N'9000', N'1', N'3', N'1', N'2200', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711085306', N'Finest Garnet Musket', N'1', N'2', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086001', N'Hell Scream: Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086002', N'Full Moon: Musket', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086003', N'Soul Catar: Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086004', N'Turvatio: Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086005', N'Mortalis: Musket', N'1', N'2', N'2', N'12', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5662') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086007', N'Sabat: Musket', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086101', N'Divine Scream: Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086102', N'New Moon: Musket', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086103', N'Soul Catalyst: Mutant Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086104', N'Turbatio: Mutant Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086107', N'Sabat: The Other Musket', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086203', N'Soul Catalyst: the Other Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086204', N'Turbatio: ''The Other'' Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086301', N'Finest Agate Musket', N'1', N'2', N'2', N'12', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086302', N'Finest Lapis Lazuli Musket', N'1', N'2', N'2', N'12', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3405') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086303', N'Finest Aquamarine Musket', N'1', N'2', N'2', N'12', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4095') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086304', N'Finest Inca Rose Musket', N'1', N'2', N'2', N'12', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4847') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711086307', N'Finest Carnelian Musket', N'1', N'2', N'2', N'12', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091001', N'Gemina', N'1', N'0', N'0', N'55', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091002', N'Bis Gladii', N'1', N'0', N'0', N'55', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091003', N'Revenger''s Duo', N'1', N'0', N'0', N'55', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091004', N'Geminos Cultros', N'1', N'0', N'0', N'55', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091005', N'Didymus Gladius', N'1', N'0', N'0', N'55', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091006', N'Finest Identity Twin Swords', N'1', N'0', N'0', N'55', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711091007', N'Finest Crucial Twin Swords', N'1', N'0', N'0', N'55', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092001', N'Gemina', N'1', N'0', N'0', N'55', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092002', N'Bis Gladii', N'1', N'0', N'0', N'55', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092003', N'Revenger''s Duo', N'1', N'0', N'0', N'55', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092004', N'Geminos Cultros', N'1', N'0', N'0', N'55', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092005', N'Didymus Gladius', N'1', N'0', N'0', N'55', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092006', N'Finest Identity Twin Swords', N'1', N'0', N'0', N'55', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711092007', N'Finest Crucial Twin Sword', N'1', N'0', N'0', N'55', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094001', N'Exalted Kapainus ', N'1', N'1', N'5', N'55', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094002', N'Exalted Vitis', N'1', N'1', N'5', N'55', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094003', N'Exalted Ribeth', N'1', N'1', N'5', N'55', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094004', N'Twin Swords of Duke', N'1', N'1', N'5', N'55', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094005', N'Twin Swords of Duke', N'1', N'1', N'5', N'55', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094006', N'Finest Lex', N'1', N'1', N'5', N'55', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711094007', N'Finest Betula', N'1', N'1', N'5', N'55', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095001', N'Exalted Kornus', N'1', N'1', N'3', N'55', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095002', N'Exalted Paderia', N'1', N'1', N'3', N'55', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095003', N'Exalted Acer', N'1', N'1', N'3', N'55', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095004', N'Custom Joheim''s Twin Swords', N'1', N'1', N'3', N'55', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095005', N'Custom Joheim''s Twin Swords', N'1', N'1', N'3', N'55', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095006', N'Castanus', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095007', N'Unimus', N'1', N'1', N'3', N'55', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711095306', N'Finest Garnet Magic Sword', N'1', N'2', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096001', N'Hell Scream: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096002', N'Full Moon: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096003', N'Soul Catar: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096004', N'Turvatio: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096005', N'Mortalis: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'60', N'10000', N'1', N'3', N'1', N'2000', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096007', N'Sabat: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096101', N'Divine Scream: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096102', N'New Moon: Twin Swords', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096103', N'Soul Catalyst: Mutant Twin Swords', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096104', N'Turbatio: Mutant Twin Swords', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096107', N'Sabat: The Other Twin Swords', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096203', N'Soul Catalyst: the Other Twin Swords', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096204', N'Turbatio: ''The Other'' Twin Swords', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096301', N'Finest Agate Magic Sword', N'1', N'2', N'2', N'55', N'6', N'40', N'10000', N'1', N'3', N'1', N'2000', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096302', N'Finest Lapis Lazuli Magic Sword', N'1', N'2', N'2', N'55', N'6', N'45', N'10000', N'1', N'3', N'1', N'2000', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096303', N'Finest Aquamarine Magic Sword', N'1', N'2', N'2', N'55', N'6', N'50', N'10000', N'1', N'3', N'1', N'2000', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096304', N'Finest Inca Rose Magic Sword', N'1', N'2', N'2', N'55', N'6', N'55', N'10000', N'1', N'3', N'1', N'2000', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711096307', N'Finest Carnelian Magic Sword', N'1', N'2', N'2', N'55', N'6', N'30', N'10000', N'1', N'3', N'1', N'2000', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111001', N'Celestial Ardent Glaive', N'1', N'0', N'0', N'56', N'1', N'40', N'7000', N'0', N'0', N'1', N'2500', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111002', N'Mighty Tanned Glaive', N'1', N'0', N'0', N'56', N'1', N'45', N'7000', N'0', N'0', N'1', N'2500', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111003', N'Mighty Permanent Glaive', N'1', N'0', N'0', N'56', N'1', N'50', N'7000', N'0', N'0', N'1', N'2500', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111004', N'Highest Grade Jerky Glaive', N'1', N'0', N'0', N'56', N'1', N'55', N'7000', N'0', N'0', N'1', N'2500', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111005', N'Mighty Norm Glaive', N'1', N'0', N'0', N'56', N'1', N'60', N'7000', N'0', N'0', N'1', N'2500', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111006', N'Finest Mighty Glaive', N'1', N'0', N'0', N'56', N'1', N'20', N'7000', N'0', N'0', N'1', N'2500', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711111007', N'Finest Avenger Glaive', N'1', N'0', N'0', N'56', N'1', N'30', N'7000', N'0', N'0', N'1', N'2500', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112001', N'Celestial Ardent Glaive', N'1', N'0', N'0', N'56', N'2', N'40', N'7500', N'0', N'3', N'1', N'2500', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112002', N'Mighty Tanned Glaive', N'1', N'0', N'0', N'56', N'2', N'45', N'7500', N'0', N'3', N'1', N'2500', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112003', N'Mighty Permanent Glaive', N'1', N'0', N'0', N'56', N'2', N'50', N'7500', N'0', N'3', N'1', N'2500', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112004', N'Highest Grade Jerky Glaive', N'1', N'0', N'0', N'56', N'2', N'55', N'7500', N'0', N'3', N'1', N'2500', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112005', N'Mighty Norm Glaive', N'1', N'0', N'0', N'56', N'2', N'60', N'7500', N'0', N'3', N'1', N'2500', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112006', N'Finest Mighty Glaive', N'1', N'0', N'0', N'56', N'2', N'20', N'7500', N'0', N'3', N'1', N'2500', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711112007', N'Finest Avenger Glaive', N'1', N'0', N'0', N'56', N'2', N'30', N'7500', N'0', N'3', N'1', N'2500', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114001', N'Impact Glaive', N'1', N'1', N'5', N'56', N'4', N'40', N'8000', N'1', N'3', N'1', N'2500', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114002', N'Shirof Trench Glaive', N'1', N'1', N'5', N'56', N'4', N'45', N'8000', N'1', N'3', N'1', N'2500', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114003', N'Megarotis Trench Glaive', N'1', N'1', N'5', N'56', N'4', N'50', N'8000', N'1', N'3', N'1', N'2500', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114004', N'Advanced Grade Glaive', N'1', N'1', N'5', N'56', N'4', N'55', N'8000', N'1', N'3', N'1', N'2500', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114005', N'Advanced Grade Glaive', N'1', N'1', N'5', N'56', N'4', N'60', N'8000', N'1', N'3', N'1', N'2500', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114006', N'Finest Jubatus', N'1', N'1', N'5', N'56', N'4', N'20', N'8000', N'1', N'3', N'1', N'2500', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711114007', N'Finest Acerodon', N'1', N'1', N'5', N'56', N'4', N'30', N'8000', N'1', N'3', N'1', N'2500', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115001', N'Rupture', N'1', N'1', N'3', N'56', N'5', N'40', N'9000', N'1', N'3', N'1', N'2500', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115002', N'Superior Cinereus', N'1', N'1', N'3', N'56', N'5', N'45', N'9000', N'1', N'3', N'1', N'2500', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115003', N'Superior Noctivegans', N'1', N'1', N'3', N'56', N'5', N'50', N'9000', N'1', N'3', N'1', N'2500', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115004', N'Superior Glaive Unique', N'1', N'1', N'3', N'56', N'5', N'55', N'9000', N'1', N'3', N'1', N'2500', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115005', N'Superior Glaive Unique', N'1', N'1', N'3', N'56', N'5', N'60', N'9000', N'1', N'3', N'1', N'2500', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115006', N'Nimras', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115007', N'Finest Pipistrelus', N'1', N'1', N'3', N'56', N'5', N'30', N'9000', N'1', N'3', N'1', N'2500', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711115306', N'Finest Garnet Glaive', N'1', N'2', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116001', N'Hell Scream: Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116002', N'Full Moon: Glaive', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116003', N'Soul Catar: Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116004', N'Turvatio: Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116005', N'Mortalis: Glaive', N'1', N'2', N'2', N'56', N'6', N'60', N'10000', N'1', N'3', N'1', N'2500', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116007', N'Sabat: Glaive', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116101', N'Divine Scream: Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116102', N'New Moon: Glaive', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116103', N'Soul Catalyst: Mutant Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116104', N'Turbatio: Mutant Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116107', N'Sabat: The Other Glaive', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116203', N'Soul Catalyst: the Other Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116204', N'Turbatio: ''The Other'' Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116301', N'Finest Agate Glaive', N'1', N'2', N'2', N'56', N'6', N'40', N'10000', N'1', N'3', N'1', N'2500', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116302', N'Finest Lapis Lazuli Glaive', N'1', N'2', N'2', N'56', N'6', N'45', N'10000', N'1', N'3', N'1', N'2500', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116303', N'Finest Aquamarine Glaive', N'1', N'2', N'2', N'56', N'6', N'50', N'10000', N'1', N'3', N'1', N'2500', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116304', N'Finest Inca Rose Glaive', N'1', N'2', N'2', N'56', N'6', N'55', N'10000', N'1', N'3', N'1', N'2500', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711116307', N'Finest Carnelian Glaive', N'1', N'2', N'2', N'56', N'6', N'30', N'10000', N'1', N'3', N'1', N'2500', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131001', N'Frenzied Hands', N'1', N'0', N'0', N'57', N'1', N'40', N'7000', N'0', N'0', N'1', N'2300', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131002', N'Highest Grade Herz Demon Hands', N'1', N'0', N'0', N'57', N'1', N'45', N'7000', N'0', N'0', N'1', N'2300', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131003', N'Highest Grade Punch Demon Hands', N'1', N'0', N'0', N'57', N'1', N'50', N'7000', N'0', N'0', N'1', N'2300', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131004', N'Highest Grade Scold Demon Hands', N'1', N'0', N'0', N'57', N'1', N'55', N'7000', N'0', N'0', N'1', N'2300', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131005', N'Highest Grade Demon Hands Normal', N'1', N'0', N'0', N'57', N'1', N'60', N'7000', N'0', N'0', N'1', N'2300', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131006', N'Finest Four-Middle Demon Hands', N'1', N'0', N'0', N'57', N'1', N'20', N'7000', N'0', N'0', N'1', N'2300', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711131007', N'Finest Praxius Demon Hands', N'1', N'0', N'0', N'57', N'1', N'30', N'7000', N'0', N'0', N'1', N'2300', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132001', N'Frenzied Hands', N'1', N'0', N'0', N'57', N'2', N'40', N'7500', N'0', N'3', N'1', N'2300', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132002', N'Highest Grade Herz Demon Hands', N'1', N'0', N'0', N'57', N'2', N'45', N'7500', N'0', N'3', N'1', N'2300', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132003', N'Highest Grade Punch Demon Hands', N'1', N'0', N'0', N'57', N'2', N'50', N'7500', N'0', N'3', N'1', N'2300', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132004', N'Highest Grade Scold Demon Hands', N'1', N'0', N'0', N'57', N'2', N'55', N'7500', N'0', N'3', N'1', N'2300', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132005', N'Highest Grade Demon Hands Normal', N'1', N'0', N'0', N'57', N'2', N'60', N'7500', N'0', N'3', N'1', N'2300', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132006', N'Finest Four-Middle Demon Hands', N'1', N'0', N'0', N'57', N'2', N'20', N'7500', N'0', N'3', N'1', N'2300', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711132007', N'Finest Praxius Demon Hands', N'1', N'0', N'0', N'57', N'2', N'30', N'7500', N'0', N'3', N'1', N'2300', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134001', N'Wrists of the Wicked', N'1', N'1', N'5', N'57', N'4', N'40', N'8000', N'1', N'3', N'1', N'2300', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134002', N'Superior Sumatransis', N'1', N'1', N'5', N'57', N'4', N'45', N'8000', N'1', N'3', N'1', N'2300', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134003', N'Superior Dookunensis', N'1', N'1', N'5', N'57', N'4', N'50', N'8000', N'1', N'3', N'1', N'2300', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134004', N'Highest Grade Demon Hands Unique', N'1', N'1', N'5', N'57', N'4', N'55', N'8000', N'1', N'3', N'1', N'2300', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134005', N'Highest Grade Demon Hands Unique', N'1', N'1', N'5', N'57', N'4', N'60', N'8000', N'1', N'3', N'1', N'2300', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134006', N'Finest Pumosus', N'1', N'1', N'5', N'57', N'4', N'20', N'8000', N'1', N'3', N'1', N'2300', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711134007', N'Finest Inferscus', N'1', N'1', N'5', N'57', N'4', N'30', N'8000', N'1', N'3', N'1', N'2300', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135001', N'Devilish Arms', N'1', N'1', N'3', N'57', N'5', N'40', N'9000', N'1', N'3', N'1', N'2300', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135002', N'Superior Naria', N'1', N'1', N'3', N'57', N'5', N'45', N'9000', N'1', N'3', N'1', N'2300', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135003', N'Superior Liparius', N'1', N'1', N'3', N'57', N'5', N'50', N'9000', N'1', N'3', N'1', N'2300', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135004', N'Highest Grade Demon Hands Unique', N'1', N'1', N'3', N'57', N'5', N'55', N'9000', N'1', N'3', N'1', N'2300', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135005', N'Highest Grade Demon Hands Unique', N'1', N'1', N'3', N'57', N'5', N'60', N'9000', N'1', N'3', N'1', N'2300', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135006', N'Exus', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135007', N'Cruzemani', N'1', N'1', N'3', N'57', N'5', N'30', N'9000', N'1', N'3', N'1', N'2300', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711135306', N'Finest Garnet Demon Hands', N'1', N'2', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136001', N'Hell Scream: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136002', N'Full Moon: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136003', N'Soul Catar: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136004', N'Turvatio: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136005', N'Mortalis: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136007', N'Sabat: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136101', N'Divine Scream: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136102', N'New Moon: Demon Hands', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136103', N'Soul Catalyst: Mutant Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136104', N'Turbatio: Mutant Heavy Gauntlets', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136107', N'Sabat: The Other Demon Hands', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136203', N'Soul Catalyst: the Other Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136204', N'Turbatio: ''The Other'' Heavy Gauntlets', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136301', N'Finest Agate Demon Hands', N'1', N'2', N'2', N'57', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136302', N'Finest Lapis Lazuli Demon Hands', N'1', N'2', N'2', N'57', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136303', N'Finest Aquamarine Demon Hands', N'1', N'2', N'2', N'57', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136304', N'Finest Inca Rose Demon Hands', N'1', N'2', N'2', N'57', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711136307', N'Finest Carnelian Demon Hands', N'1', N'2', N'2', N'57', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151001', N'Fighting Insanity', N'1', N'0', N'0', N'58', N'1', N'40', N'7000', N'0', N'0', N'1', N'2000', N'12820', N'2116') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151002', N'Superior Bited Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'45', N'7000', N'0', N'0', N'1', N'2000', N'15730', N'2596') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151003', N'Superior Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'50', N'7000', N'0', N'0', N'1', N'2000', N'18910', N'3121') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151004', N'Superior Burnoff Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'55', N'7000', N'0', N'0', N'1', N'2000', N'22380', N'3693') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151005', N'Superior Weapon Bag Normal', N'1', N'0', N'0', N'58', N'1', N'60', N'7000', N'0', N'0', N'1', N'2000', N'26150', N'4315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151006', N'Finest Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'20', N'7000', N'0', N'0', N'1', N'2000', N'4110', N'678') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711151007', N'Finest Blisk Weapon Bag', N'1', N'0', N'0', N'58', N'1', N'30', N'7000', N'0', N'0', N'1', N'2000', N'7890', N'1302') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152001', N'Fighting Insanity', N'1', N'0', N'0', N'58', N'2', N'40', N'7500', N'0', N'3', N'1', N'2000', N'13630', N'2249') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152002', N'Superior Bited Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'45', N'7500', N'0', N'3', N'1', N'2000', N'16710', N'2758') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152003', N'Superior Stagnant Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'50', N'7500', N'0', N'3', N'1', N'2000', N'20090', N'3315') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152004', N'Superior Burnoff Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'55', N'7500', N'0', N'3', N'1', N'2000', N'23780', N'3924') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152005', N'Superior Weapon Bag Normal', N'1', N'0', N'0', N'58', N'2', N'60', N'7500', N'0', N'3', N'1', N'2000', N'27790', N'4586') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152006', N'Finest Exotic Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'20', N'7500', N'0', N'3', N'1', N'2000', N'4370', N'721') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711152007', N'Finest Blisk Weapon Bag', N'1', N'0', N'0', N'58', N'2', N'30', N'7500', N'0', N'3', N'1', N'2000', N'8380', N'1383') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154001', N'Hands of the Infernal', N'1', N'1', N'5', N'58', N'4', N'40', N'8000', N'1', N'3', N'1', N'2000', N'15230', N'2513') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154002', N'Superior Kinosternon', N'1', N'1', N'5', N'58', N'4', N'45', N'8000', N'1', N'3', N'1', N'2000', N'18680', N'3083') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154003', N'Superior Onata', N'1', N'1', N'5', N'58', N'4', N'50', N'8000', N'1', N'3', N'1', N'2000', N'22460', N'3706') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154004', N'Superior Weapon Bag Rare', N'1', N'1', N'5', N'58', N'4', N'55', N'8000', N'1', N'3', N'1', N'2000', N'26580', N'4386') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154005', N'Superior Weapon Bag Rare', N'1', N'1', N'5', N'58', N'4', N'60', N'8000', N'1', N'3', N'1', N'2000', N'31060', N'5125') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154006', N'Finest Chrysemys', N'1', N'1', N'5', N'58', N'4', N'20', N'8000', N'1', N'3', N'1', N'2000', N'4880', N'805') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711154007', N'Finest Chrysemys', N'1', N'1', N'5', N'58', N'4', N'30', N'8000', N'1', N'3', N'1', N'2000', N'9370', N'1546') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155001', N'Lucifer''s Manus', N'1', N'1', N'3', N'58', N'5', N'40', N'9000', N'1', N'3', N'1', N'2000', N'16030', N'2645') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155002', N'Superior Kareta', N'1', N'1', N'3', N'58', N'5', N'45', N'9000', N'1', N'3', N'1', N'2000', N'19660', N'3244') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155003', N'Superior Selgata', N'1', N'1', N'3', N'58', N'5', N'50', N'9000', N'1', N'3', N'1', N'2000', N'23640', N'3901') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155004', N'Superior Weapon Bag Unique', N'1', N'1', N'3', N'58', N'5', N'55', N'9000', N'1', N'3', N'1', N'2000', N'27980', N'4617') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155005', N'Superior Weapon Bag Unique', N'1', N'1', N'3', N'58', N'5', N'60', N'9000', N'1', N'3', N'1', N'2000', N'32690', N'5394') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155006', N'Lact Fleece', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155007', N'Hades', N'1', N'1', N'3', N'58', N'5', N'30', N'9000', N'1', N'3', N'1', N'2000', N'9860', N'1627') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711155306', N'Finest Garnet Weapon Bag', N'1', N'2', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156001', N'Hell Scream: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156002', N'Full Moon: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156003', N'Soul Catar: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156004', N'Turvatio: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156005', N'Mortalis: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'60', N'10000', N'1', N'3', N'1', N'2300', N'34320', N'5663') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156007', N'Sabat: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156101', N'Divine Scream: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156102', N'New Moon: Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156103', N'Soul Catalyst: Mutant Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156104', N'Turbatio: Mutant Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156107', N'Sabat: The Other Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156203', N'Soul Catalyst: the Other Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156204', N'Turbatio: ''The Other'' Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156301', N'Finest Agate Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'40', N'10000', N'1', N'3', N'1', N'2300', N'16830', N'2777') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156302', N'Finest Lapis Lazuli Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'45', N'10000', N'1', N'3', N'1', N'2300', N'20640', N'3406') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156303', N'Finest Aquamarine Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'50', N'10000', N'1', N'3', N'1', N'2300', N'24820', N'4096') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156304', N'Finest Inca Rose Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'55', N'10000', N'1', N'3', N'1', N'2300', N'29380', N'4848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'711156307', N'Finest Carnelian Weapon Bag', N'1', N'2', N'2', N'58', N'6', N'30', N'10000', N'1', N'3', N'1', N'2300', N'10350', N'1708') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015001', N'White Sword', N'1', N'1', N'3', N'5', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015002', N'Cursed Cataphract Sword', N'1', N'1', N'3', N'5', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015003', N'Giant Mole Sword', N'1', N'1', N'3', N'5', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015004', N'Seraph Sword', N'1', N'1', N'3', N'5', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911015005', N'Massive Butcher Sword', N'1', N'1', N'3', N'5', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025001', N'White Axe', N'1', N'1', N'3', N'6', N'5', N'24', N'9000', N'1', N'3', N'1', N'2200', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025002', N'Cursed Cataphract Axe', N'1', N'1', N'3', N'6', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025003', N'Giant Mole Axe', N'1', N'1', N'3', N'6', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025004', N'Seraph Axe', N'1', N'1', N'3', N'6', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911025005', N'Massive Butcher Mace', N'1', N'1', N'3', N'6', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035001', N'White Witch Sword', N'1', N'1', N'3', N'7', N'5', N'24', N'9000', N'1', N'3', N'1', N'2500', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035002', N'Cursed Cataphract Witch Sword', N'1', N'1', N'3', N'7', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035003', N'Giant Mole Witch Sword', N'1', N'1', N'3', N'7', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035004', N'Seraph Witch Sword', N'1', N'1', N'3', N'7', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911035005', N'Massive Butcher Witch Sword', N'1', N'1', N'3', N'7', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045001', N'White Scythe', N'1', N'1', N'3', N'8', N'5', N'24', N'9000', N'1', N'3', N'1', N'2600', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045002', N'Cursed Cataphract Scythe', N'1', N'1', N'3', N'8', N'5', N'22', N'9000', N'1', N'3', N'1', N'2600', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045003', N'Giant Mole Scythe', N'1', N'1', N'3', N'8', N'5', N'20', N'9000', N'1', N'3', N'1', N'2600', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045004', N'Seraph Scythe', N'1', N'1', N'3', N'8', N'5', N'26', N'9000', N'1', N'3', N'1', N'2600', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911045005', N'Massive Butcher Scythe', N'1', N'1', N'3', N'8', N'5', N'29', N'9000', N'1', N'3', N'1', N'2600', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055001', N'White Gauntlets', N'1', N'1', N'3', N'9', N'5', N'24', N'9000', N'1', N'3', N'1', N'2300', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055002', N'Cursed Cataphract Gauntlets', N'1', N'1', N'3', N'9', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055003', N'Giant Mole Gauntlets', N'1', N'1', N'3', N'9', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055004', N'Seraph Gauntlets', N'1', N'1', N'3', N'9', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911055005', N'Massive Butcher Gauntlets', N'1', N'1', N'3', N'9', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065001', N'White Claw', N'1', N'1', N'3', N'10', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065002', N'Cursed Cataphract Claw', N'1', N'1', N'3', N'10', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065003', N'Giant Mole Claw', N'1', N'1', N'3', N'10', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065004', N'Seraph Claw', N'1', N'1', N'3', N'10', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911065005', N'Massive Butcher Claw', N'1', N'1', N'3', N'10', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075001', N'White Revolver', N'1', N'1', N'3', N'11', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075002', N'Cursed Cataphract Revolver', N'1', N'1', N'3', N'11', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075003', N'Giant Mole Revolver', N'1', N'1', N'3', N'11', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075004', N'Seraph Revolver', N'1', N'1', N'3', N'11', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911075005', N'Massive Butcher Revolver', N'1', N'1', N'3', N'11', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085001', N'White Musket', N'1', N'1', N'3', N'12', N'5', N'24', N'9000', N'1', N'3', N'1', N'2200', N'6850', N'1130') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085002', N'Cursed Cataphract Musket', N'1', N'1', N'3', N'12', N'5', N'22', N'9000', N'1', N'3', N'1', N'2200', N'5970', N'985') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085003', N'Giant Mole Musket', N'1', N'1', N'3', N'12', N'5', N'20', N'9000', N'1', N'3', N'1', N'2200', N'5140', N'848') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085004', N'Seraph Musket', N'1', N'1', N'3', N'12', N'5', N'26', N'9000', N'1', N'3', N'1', N'2200', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911085005', N'Massive Butcher Musket', N'1', N'1', N'3', N'12', N'5', N'29', N'9000', N'1', N'3', N'1', N'2200', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095001', N'White Witch Twin Swords', N'1', N'1', N'3', N'55', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095002', N'Cursed Cataphract Twin Swords', N'1', N'1', N'3', N'55', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095003', N'Giant Mole Twin Swords', N'1', N'1', N'3', N'55', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095004', N'Seraph Twin Swords', N'1', N'1', N'3', N'55', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911095005', N'Massive Butcher Twin Swords', N'1', N'1', N'3', N'55', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115001', N'White Witch Glaive', N'1', N'1', N'3', N'56', N'5', N'24', N'9000', N'1', N'3', N'1', N'2500', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115002', N'Cursed Cataphract Glaive', N'1', N'1', N'3', N'56', N'5', N'22', N'9000', N'1', N'3', N'1', N'2500', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115003', N'Giant Mole Glaive', N'1', N'1', N'3', N'56', N'5', N'20', N'9000', N'1', N'3', N'1', N'2500', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115004', N'Seraph Glaive', N'1', N'1', N'3', N'56', N'5', N'26', N'9000', N'1', N'3', N'1', N'2500', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911115005', N'Massive Butcher Glaive', N'1', N'1', N'3', N'56', N'5', N'29', N'9000', N'1', N'3', N'1', N'2500', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135001', N'Fluffy''s Demon Hands', N'1', N'1', N'3', N'57', N'5', N'24', N'9000', N'1', N'3', N'1', N'2300', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135002', N'Cursed Cataphract Demon Hands', N'1', N'1', N'3', N'57', N'5', N'22', N'9000', N'1', N'3', N'1', N'2300', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135003', N'Giant Mole Demon Hands', N'1', N'1', N'3', N'57', N'5', N'20', N'9000', N'1', N'3', N'1', N'2300', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135004', N'Seraph Demon Hands', N'1', N'1', N'3', N'57', N'5', N'26', N'9000', N'1', N'3', N'1', N'2300', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911135005', N'Massive Butcher Demon Hands', N'1', N'1', N'3', N'57', N'5', N'29', N'9000', N'1', N'3', N'1', N'2300', N'9330', N'1540') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155001', N'White Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'24', N'9000', N'1', N'3', N'1', N'2000', N'6850', N'1131') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155002', N'Cursed Cataphract Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'22', N'9000', N'1', N'3', N'1', N'2000', N'5970', N'986') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155003', N'Giant Mole Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'20', N'9000', N'1', N'3', N'1', N'2000', N'5140', N'849') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155004', N'Seraph Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'26', N'9000', N'1', N'3', N'1', N'2000', N'7800', N'1287') GO INSERT INTO [dbo].[Base_ItemTable_Weapon] ([id], [name], [inventory_type], [RestraintType], [ReconstructionMax], [Category], [Branch], [LevelLimit], [max_dur], [is_socket], [max_socket_num], [kind], [weight], [BuyPrice], [SellPrice]) VALUES (N'911155005', N'Massive Butcher Weapon Bag', N'1', N'1', N'3', N'58', N'5', N'29', N'9000', N'1', N'3', N'1', N'2000', N'9330', N'1540') GO -- ---------------------------- -- Table structure for Base_OptionGroup -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_OptionGroup]') AND type IN ('U')) DROP TABLE [dbo].[Base_OptionGroup] GO CREATE TABLE [dbo].[Base_OptionGroup] ( [nID] int NOT NULL, [wszDesc] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[Base_OptionGroup] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_OptionGroup -- ---------------------------- INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1001', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1002', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1003', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1004', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1005', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1006', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1007', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1008', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1009', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1010', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1011', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1012', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1013', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1014', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1015', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1016', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1017', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1018', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1019', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1020', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1021', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1022', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1023', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1024', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1025', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1026', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1027', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1028', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1029', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1030', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1031', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1032', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1033', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1034', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1035', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1036', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1037', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1038', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1039', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1040', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1041', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1042', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1043', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1044', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1045', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1046', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1047', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1048', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1049', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1050', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1051', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1052', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1053', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1054', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1055', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1056', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1057', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1058', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1059', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1060', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1061', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1062', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1063', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1064', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1065', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1066', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1067', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1068', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1069', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1070', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1071', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1072', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1073', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1074', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1075', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1076', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1077', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1078', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1079', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1080', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1081', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1082', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1083', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1084', N'Champion''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1085', N'Champion''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1086', N'Champion''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1087', N'Shielding') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1088', N'Shielding') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1089', N'Shielding') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1090', N'Warden''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1091', N'Warden''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1092', N'Warden''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1093', N'Imbued') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1094', N'Imbued') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1095', N'Imbued') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1096', N'Tough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1097', N'Tough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1098', N'Tough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1099', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1100', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1101', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1102', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1103', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1104', N'Enduring') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1105', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1106', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1107', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1108', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1109', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1110', N'Wise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1111', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1112', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1113', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1114', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1115', N'Arctic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1116', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1117', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1118', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1119', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1120', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1121', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1122', N'Deadly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1123', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1124', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1125', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1126', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1127', N'Courageous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1128', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1129', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1130', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1131', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1132', N'Evoker''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1133', N'Champion''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1134', N'Champion''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1135', N'Champion''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1136', N'Shielding') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1137', N'Shielding') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1138', N'Shielding') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1139', N'Warden''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1140', N'Warden''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1141', N'Warden''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1142', N'Imbued') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1143', N'Imbued') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1144', N'Imbued') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1145', N'Tough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1146', N'Tough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'1147', N'Tough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2001', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2002', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2003', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2004', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2005', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2006', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2007', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2008', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2009', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2010', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2011', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2012', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2013', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2014', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2015', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2016', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2017', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2018', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2019', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2020', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2021', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2022', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2023', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2024', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2025', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2026', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2027', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2028', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2029', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2030', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2031', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2032', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2033', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2034', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2035', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2036', N'Vengeful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2037', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2038', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2039', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2040', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2041', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2042', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2043', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2044', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2045', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2046', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2047', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2048', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2049', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2050', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2051', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2052', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2053', N'Gladiator''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2054', N'Mage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2055', N'Royal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2056', N'Royal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2057', N'Royal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2058', N'Goddess''') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2059', N'Goddess''') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2060', N'Goddess''') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2061', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2062', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2063', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2064', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2065', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2066', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2067', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2068', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2069', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2070', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2071', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2072', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2073', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2074', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2075', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2076', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2077', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2078', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2079', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2080', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2081', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2082', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2083', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2084', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2085', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2086', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2087', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2088', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2089', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2090', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2091', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2092', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2093', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2094', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2095', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2096', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2097', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2098', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2099', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2100', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2101', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2102', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2103', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2104', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2105', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2106', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2107', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2108', N'Vengeful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2109', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2110', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2111', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2112', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2113', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2114', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2115', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2116', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2117', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2118', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2119', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2120', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2121', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2122', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2123', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2124', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2125', N'Penetrating') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2126', N'Scorching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2127', N'Regal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2128', N'Regal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2129', N'Regal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2130', N'Deva''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2131', N'Deva''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2132', N'Deva''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2133', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2134', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2135', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2136', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2137', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2138', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2139', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2140', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2141', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2142', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2143', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2144', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2145', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2146', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2147', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2148', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2149', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2150', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2151', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2152', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2153', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2154', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2155', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2156', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2157', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2158', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2159', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2160', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2161', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2162', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2163', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2164', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2165', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2166', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2167', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2168', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2169', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2170', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2171', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2172', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2173', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2174', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2175', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2176', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2177', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2178', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2179', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2180', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2181', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2182', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2183', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2184', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2185', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2186', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2187', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2188', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2189', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2190', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2191', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2192', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2193', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2194', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2195', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2196', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2197', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2198', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2199', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2200', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2201', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2202', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2203', N'Guard''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2204', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2205', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2206', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2207', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2208', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2209', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2210', N'Bewitching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2211', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2212', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2213', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2214', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2215', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2216', N'Victorious') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2217', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2218', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2219', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2220', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2221', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2222', N'Misty') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2223', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2224', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2225', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2226', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2227', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2228', N'Dark') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2229', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2230', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2231', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2232', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2233', N'Penetrating') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2234', N'Scorching') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2235', N'Regal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2236', N'Regal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2237', N'Regal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2238', N'Deva''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2239', N'Deva''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2240', N'Deva''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2241', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2242', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2243', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2244', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2245', N'Earthen') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2246', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2247', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2248', N'Howling') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2249', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2250', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2251', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2252', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2253', N'Resistant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2254', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2255', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2256', N'Shocking') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2257', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2258', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2259', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2260', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2261', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2262', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2263', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2264', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2265', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2266', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2267', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2268', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2269', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2270', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2271', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2272', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2273', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2274', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2275', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2276', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2277', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2278', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2279', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2280', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2281', N'Lurid') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2282', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2283', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2284', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2285', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2286', N'Fiery') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2287', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2288', N'Wild') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2289', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2290', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2291', N'Toxic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2292', N'Frost') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2501', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2502', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2503', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2504', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2505', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2506', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2507', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2508', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'2509', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3001', N'Punishing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3002', N'Holy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3003', N'Enchanted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3004', N'Vigorous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3005', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3006', N'Corrupted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3007', N'Elvish') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3008', N'Cursed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3009', N'Grisly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3010', N'Petrifying') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3011', N'Chaos') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3012', N'Punishing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3013', N'Holy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3014', N'Enchanted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3015', N'Vigorous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3016', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3017', N'Corrupted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3018', N'Elvish') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3019', N'Cursed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3020', N'Grisly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3021', N'Petrifying') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3022', N'Chaos') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3023', N'Punishing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3024', N'Holy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3025', N'Enchanted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3026', N'Vigorous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3027', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3028', N'Phoenix''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3029', N'Corrupted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3030', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3031', N'Elvish') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3032', N'Cursed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'3033', N'Grisly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4001', N'Punishing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4002', N'Holy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4003', N'Enchanted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4004', N'Vigorous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4005', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4006', N'Punishing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4007', N'Holy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4008', N'Enchanted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4009', N'Vigorous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'4010', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7001', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7002', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7003', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7004', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7005', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7006', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7007', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7011', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7012', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7013', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7014', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7015', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7016', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7017', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7021', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7022', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7023', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7024', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7025', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7026', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7027', N'Beastly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7031', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7032', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7033', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7034', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7035', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7036', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7037', N'Reckless') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7038', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7039', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7040', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7041', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7042', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'7043', N'Soldier''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8001', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8002', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8003', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8004', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8005', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8006', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8007', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8011', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8012', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8013', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8014', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8015', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8016', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8017', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8021', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8022', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8023', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8024', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8025', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8026', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8027', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8031', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8032', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8033', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8034', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8035', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8036', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8037', N'Defender''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8041', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8042', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8043', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8044', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8045', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8046', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8047', N'Guardian''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8048', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8049', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8050', N'Powerful') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8051', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8052', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8053', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8054', N'Durability+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8055', N'Durability+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8056', N'Durability+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8057', N'Durability+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8058', N'Durability+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8059', N'Durability+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8060', N'Durability+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8061', N'Gold%') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8062', N'Gold%') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8063', N'Gold%') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8064', N'Gold%') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8065', N'Gold%') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8066', N'Gold%') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'8067', N'Gold%') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9001', N'Burning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9002', N'Burning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9003', N'Burning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9004', N'Burning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9005', N'Burning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9006', N'Burning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9007', N'Burning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9011', N'Hydro') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9012', N'Hydro') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9013', N'Hydro') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9014', N'Hydro') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9015', N'Hydro') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9016', N'Hydro') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9017', N'Hydro') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9021', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9022', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9023', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9024', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9025', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9026', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9027', N'Brilliant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9031', N'Ominous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9032', N'Ominous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9033', N'Ominous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9034', N'Ominous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9035', N'Ominous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9036', N'Ominous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9037', N'Ominous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9041', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9042', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9043', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9044', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9045', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9046', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9047', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9051', N'Wind') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9052', N'Wind') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9053', N'Wind') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9054', N'Wind') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9055', N'Wind') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9056', N'Wind') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9057', N'Wind') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9061', N'Lethal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9062', N'Lethal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9063', N'Lethal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9064', N'Lethal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9065', N'Lethal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9066', N'Lethal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9067', N'Lethal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9071', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9072', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9073', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9074', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9075', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9076', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9077', N'Lightning') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9081', N'Chromatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9082', N'Chromatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9083', N'Damage% upon skill type ') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9084', N'Warrior''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9085', N'Plague') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9086', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9087', N'Summoner''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9088', N'Windy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9089', N'Stormy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9090', N'Inferno') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9091', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9092', N'Rough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9093', N'Intense') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9094', N'Savage') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9095', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9096', N'Brutal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9097', N'Fierce') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9098', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9099', N'Carpenter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9100', N'Bulky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9101', N'Unique') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9102', N'Armed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9103', N'Damage% upon skill type ') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9104', N'Warrior''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9105', N'Plague') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9106', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9107', N'Summoner''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9108', N'Windy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9109', N'Stormy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9110', N'Inferno') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9111', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9112', N'Rough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9113', N'Intense') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9114', N'Savage') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9115', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9116', N'Brutal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9117', N'Fierce') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9118', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9119', N'Carpenter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9120', N'Bulky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9121', N'Unique') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9122', N'Armed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9123', N'Damage% upon skill type ') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9124', N'Warrior''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9125', N'Plague') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9126', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9127', N'Summoner''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9128', N'Windy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9129', N'Stormy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9130', N'Inferno') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9131', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9132', N'Rough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9133', N'Intense') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9134', N'Savage') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9135', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9136', N'Brutal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9137', N'Fierce') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9138', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9139', N'Carpenter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9140', N'Bulky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9141', N'Unique') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9142', N'Armed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9143', N'Damage% upon skill type ') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9144', N'Warrior''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9145', N'Plague') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9146', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9147', N'Summoner''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9148', N'Windy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9149', N'Stormy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9150', N'Inferno') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9151', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9152', N'Rough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9153', N'Intense') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9154', N'Savage') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9155', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9156', N'Brutal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9157', N'Fierce') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9158', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9159', N'Carpenter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9160', N'Bulky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9161', N'Unique') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9162', N'Armed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9163', N'Damage% upon skill type ') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9164', N'Warrior''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9165', N'Plague') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9166', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9167', N'Summoner''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9168', N'Windy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9169', N'Stormy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9170', N'Inferno') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9171', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9172', N'Rough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9173', N'Intense') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9174', N'Savage') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9175', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9176', N'Brutal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9177', N'Fierce') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9178', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9179', N'Carpenter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9180', N'Bulky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9181', N'Unique') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9182', N'Armed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9183', N'Damage% upon skill type ') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9184', N'Warrior''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9185', N'Plague') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9186', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9187', N'Summoner''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9188', N'Windy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9189', N'Stormy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9190', N'Inferno') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9191', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9192', N'Rough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9193', N'Intense') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9194', N'Savage') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9195', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9196', N'Brutal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9197', N'Fierce') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9198', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9199', N'Carpenter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9200', N'Bulky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9201', N'Unique') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9202', N'Armed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9203', N'Damage% upon skill type ') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9204', N'Warrior''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9205', N'Plague') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9206', N'Magical') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9207', N'Summoner''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9208', N'Windy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9209', N'Stormy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9210', N'Inferno') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9211', N'Radiant') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9212', N'Rough') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9213', N'Intense') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9214', N'Savage') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9215', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9216', N'Brutal') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9217', N'Fierce') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9218', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9219', N'Carpenter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9220', N'Bulky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9221', N'Unique') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'9222', N'Armed') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10001', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10002', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10003', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10004', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10005', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10006', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10007', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10011', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10012', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10013', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10014', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10015', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10016', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10017', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10021', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10022', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10023', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10024', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10025', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10026', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10027', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10031', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10032', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10033', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10034', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10035', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10036', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10037', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10041', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10042', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10043', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10044', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10045', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10046', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10047', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10051', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10052', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10053', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10054', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10055', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10056', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10057', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10061', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10062', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10063', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10064', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10065', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10066', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10067', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10071', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10072', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10073', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10074', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10075', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10076', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10077', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10078', N'Sprinter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10079', N'Sorcerer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10080', N'Precise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10081', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10082', N'Wicked') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10083', N'Recruiter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10084', N'Tempest''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10085', N'Aquatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10086', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10087', N'Luminous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10088', N'Rocky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10089', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10090', N'Deranged') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10091', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10092', N'Agile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10093', N'Boxer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10094', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10095', N'Builder''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10096', N'Burly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10097', N'Special') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10098', N'Quick Shot') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10099', N'Sorcerer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10100', N'Precise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10101', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10102', N'Wicked') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10103', N'Recruiter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10104', N'Tempest''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10105', N'Aquatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10106', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10107', N'Luminous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10108', N'Rocky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10109', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10110', N'Deranged') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10111', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10112', N'Agile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10113', N'Boxer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10114', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10115', N'Builder''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10116', N'Burly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10117', N'Special') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10118', N'Sorcerer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10119', N'Precise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10120', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10121', N'Wicked') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10122', N'Recruiter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10123', N'Tempest''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10124', N'Aquatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10125', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10126', N'Luminous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10127', N'Rocky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10128', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10129', N'Deranged') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10130', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10131', N'Agile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10132', N'Boxer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10133', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10134', N'Builder''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10135', N'Burly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10136', N'Special') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10137', N'Quick Shot') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10138', N'Sorcerer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10139', N'Precise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10140', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10141', N'Wicked') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10142', N'Recruiter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10143', N'Tempest''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10144', N'Aquatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10145', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10146', N'Luminous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10147', N'Rocky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10148', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10149', N'Deranged') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10150', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10151', N'Agile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10152', N'Boxer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10153', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10154', N'Builder''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10155', N'Burly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10156', N'Special') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10157', N'Quick Shot') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10158', N'Sorcerer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10159', N'Precise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10160', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10161', N'Wicked') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10162', N'Recruiter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10163', N'Tempest''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10164', N'Aquatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10165', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10166', N'Luminous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10167', N'Rocky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10168', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10169', N'Deranged') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10170', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10171', N'Agile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10172', N'Boxer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10173', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10174', N'Builder''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10175', N'Burly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10176', N'Special') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10177', N'Quick Shot') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10178', N'Sorcerer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10179', N'Precise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10180', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10181', N'Wicked') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10182', N'Recruiter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10183', N'Tempest''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10184', N'Aquatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10185', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10186', N'Luminous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10187', N'Rocky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10188', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10189', N'Deranged') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10190', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10191', N'Agile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10192', N'Boxer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10193', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10194', N'Builder''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10195', N'Burly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10196', N'Special') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10197', N'Quick Shot') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10198', N'Sorcerer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10199', N'Precise') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10200', N'Vile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10201', N'Wicked') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10202', N'Recruiter''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10203', N'Tempest''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10204', N'Aquatic') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10205', N'Blazing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10206', N'Luminous') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10207', N'Rocky') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10208', N'Raging') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10209', N'Deranged') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10210', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10211', N'Agile') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10212', N'Boxer''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10213', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10214', N'Builder''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10215', N'Burly') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10216', N'Special') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10217', N'Quick Shot') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10218', N'Movement Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10219', N'Movement Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10220', N'Movement Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10221', N'Movement Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10222', N'Movement Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10223', N'Movement Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10224', N'Movement Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10225', N'Attack Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10226', N'Attack Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10227', N'Attack Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10228', N'Attack Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10229', N'Attack Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10230', N'Attack Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10231', N'Attack Speed+') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10232', N'Rune Synergy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10233', N'Rune Synergy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10234', N'Rune Synergy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10235', N'Rune Synergy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10236', N'Rune Synergy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10237', N'Rune Synergy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'10238', N'Rune Synergy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11001', N'Hardy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11002', N'Sentient') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11003', N'Fireproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11004', N'Waterproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11005', N'Tinted') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11006', N'Glowing') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11007', N'Earthproof') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11008', N'Sturdy') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11009', N'Robust') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11010', N'Grounded') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11011', N'Brave') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11012', N'Sage''s') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'11013', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21001', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21002', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21003', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21004', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21005', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21006', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21007', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21008', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21009', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21010', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21011', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21012', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21013', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21014', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21015', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21016', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21017', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21018', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21019', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21020', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21021', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21022', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21023', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21024', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21025', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21026', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21027', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21028', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21029', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21030', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21031', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21032', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21033', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21034', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21035', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21036', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21037', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21038', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21039', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21040', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21041', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21042', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21043', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21044', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21045', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21046', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21047', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21048', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21049', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21050', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21051', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21052', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21053', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21054', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21055', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'21056', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22001', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22002', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22003', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22004', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22005', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22006', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22007', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22008', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22009', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22010', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22011', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22012', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22013', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22014', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22015', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22016', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22017', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22018', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22019', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22020', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22021', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22022', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22023', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22024', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22025', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22026', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22027', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22028', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22029', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22030', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22031', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22032', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22033', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22034', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22035', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22036', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22037', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22038', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22039', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22040', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22041', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22042', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22043', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22044', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22045', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22046', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22047', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22048', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22049', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22050', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22051', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22052', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22053', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22054', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22055', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'22056', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23001', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23002', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23003', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23004', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23005', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23006', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23007', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23008', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23009', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23010', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23011', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23012', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23013', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23014', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23015', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23016', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23017', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23018', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23019', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23020', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23021', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23022', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23023', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23024', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23025', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23026', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23027', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23028', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23029', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23030', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23031', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23032', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23033', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23034', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23035', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23036', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23037', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23038', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23039', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23040', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23041', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23042', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23043', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23044', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23045', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23046', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23047', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23048', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23049', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23050', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23051', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23052', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23053', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23054', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23055', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'23056', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24001', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24002', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24003', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24004', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24005', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24006', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24007', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24008', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24009', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24010', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24011', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24012', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24013', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24014', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24015', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24016', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24017', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24018', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24019', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24020', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24021', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24022', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24023', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24024', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24025', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24026', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24027', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24028', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24029', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24030', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24031', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24032', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24033', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24034', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24035', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24036', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24037', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24038', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24039', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24040', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24041', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24042', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24043', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24044', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24045', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24046', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24047', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24048', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24049', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24050', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24051', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24052', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24053', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24054', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24055', N'') GO INSERT INTO [dbo].[Base_OptionGroup] ([nID], [wszDesc]) VALUES (N'24056', N'') GO -- ---------------------------- -- Table structure for Base_PvPExpTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_PvPExpTable]') AND type IN ('U')) DROP TABLE [dbo].[Base_PvPExpTable] GO CREATE TABLE [dbo].[Base_PvPExpTable] ( [Level] smallint NOT NULL, [Name] nvarchar(50) COLLATE Korean_Wansung_CI_AS NOT NULL, [Exp] bigint NOT NULL ) GO ALTER TABLE [dbo].[Base_PvPExpTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_PvPExpTable -- ---------------------------- INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'1', N'초보 전사', N'0') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'2', N'10급 전사', N'100') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'3', N'9급 전사', N'540') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'4', N'8급 전사', N'1620') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'5', N'7급 전사', N'3700') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'6', N'6급 전사', N'7200') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'7', N'5급 전사', N'12600') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'8', N'4급 전사', N'20440') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'9', N'3급 전사', N'31320') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'10', N'2급 전사', N'45900') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'11', N'1급 전사', N'64900') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'12', N'10급 투사', N'89100') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'13', N'9급 투사', N'119340') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'14', N'8급 투사', N'156520') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'15', N'7급 투사', N'201600') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'16', N'6급 투사', N'255600') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'17', N'5급 투사', N'319600') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'18', N'4급 투사', N'394740') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'19', N'3급 투사', N'482220') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'20', N'2급 투사', N'583300') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'21', N'1급 투사', N'699300') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'22', N'10급 용사', N'831600') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'23', N'9급 용사', N'981640') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'24', N'8급 용사', N'1150920') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'25', N'7급 용사', N'1341000') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'26', N'6급 용사', N'1553500') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'27', N'5급 용사', N'1790100') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'28', N'4급 용사', N'2052540') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'29', N'3급 용사', N'2342620') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'30', N'2급 용사', N'2662200') GO INSERT INTO [dbo].[Base_PvPExpTable] ([Level], [Name], [Exp]) VALUES (N'31', N'1급 용사', N'3013200') GO -- ---------------------------- -- Table structure for Base_Quest -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_Quest]') AND type IN ('U')) DROP TABLE [dbo].[Base_Quest] GO CREATE TABLE [dbo].[Base_Quest] ( [quest_code] int NOT NULL, [quest_type] smallint NULL, [quest_name] nvarchar(100) COLLATE Korean_Wansung_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[Base_Quest] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_Quest -- ---------------------------- INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'200', N'33', N'Hit count below certain value.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201', N'33', N'Hit count below certain value select stage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202', N'34', N'~people stylish point above certain value.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203', N'34', N'~people stylish point above certain value select stage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204', N'35', N'Certain difficulty and certain rank within given time') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'205', N'35', N'Certain difficulty and certain rank within given time select stage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'206', N'36', N'Solo clear') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'207', N'36', N'Solo clear select stage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'208', N'37', N'Clear with party above ~people') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'209', N'37', N'Clear with party above ~people select stage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'210', N'38', N'Clear without using ~coin') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'211', N'38', N'Clear without using ~coin select stage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'212', N'39', N'Clear with ~ combos') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'213', N'39', N'Clear with ~ combos select stage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'101003', N'8', N'Scout the Canals B2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'101004', N'17', N'Kill Skeleton Archers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'101007', N'17', N'Kill Spear Skeletons') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'101008', N'17', N'Treatment Plant Monster') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'101009', N'7', N'Meet Nadia') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'101011', N'7', N'Scout the Canals B3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'101012', N'32', N'A Simple Task') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'102003', N'4', N'Find the Lost Box') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'102006', N'53', N'Slay 100 Skeleton Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'102007', N'4', N'Collect Fish Archers'' Bows') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'102008', N'32', N'Ryan''s Request') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201001', N'8', N'Into the Castle') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201002', N'7', N'Ruben Sells Weapons') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201003', N'9', N'Grinding Gears') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201004', N'18', N'I''ll Send them to Hell') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201005', N'4', N'Find White Snake Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201006', N'7', N'Rescue Joheim') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201007', N'16', N'How to Avoid Gerald') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201008', N'8', N'Search Wine Cellar 2F') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201009', N'7', N'Mrs. Winger''s Request 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201010', N'9', N'Mrs. Winger''s Request 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201011', N'5', N'Mrs. Winger''s Request 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201012', N'10', N'Mrs. Winger''s Request 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201013', N'10', N'Mrs. Winger''s Request 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201014', N'16', N'Clear Wine Cellar 2F (6 min)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201015', N'9', N'Repair the Damaged Gear') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201016', N'7', N'Meet the Mayor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201017', N'4', N'Search the Cellar Sewers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201018', N'7', N'Deliver the Gear') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201019', N'4', N'I''m Not Homeless') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201020', N'4', N'The Song is Just a Bonus') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201021', N'23', N'Find the Secret Room') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201022', N'23', N'Weak Skeletons'' Revenge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201023', N'7', N'Anger Management') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201024', N'7', N'Return to Nadia') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201025', N'4', N'Wine Cellar Curry') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'201026', N'4', N'Make a Wine Bomb Cocktail') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202001', N'4', N'Collect Butcher Masks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202002', N'32', N'The Mayor''s Challenge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202003', N'4', N'Children''s Day Present') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202004', N'5', N'Mrs. Winger''s Simple Crisis') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202005', N'17', N'Kill Bomi Nomis!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202006', N'4', N'Bloody Skeleton Eye') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202007', N'4', N'I Need HP potions') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202008', N'4', N'I Need MP potions') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202009', N'4', N'Bring Me Some Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202010', N'4', N'Armored Butcher''s Gauntlet') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202011', N'32', N'Clear Wine Cellar 2F (Hard B Rank+)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202012', N'4', N'Find Corks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202013', N'23', N'Weak Skeletons'' Vengeance') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202014', N'53', N'Slay 500 Skeleton Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202015', N'41', N'The First Lesson') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'202016', N'41', N'The Second Lesson') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203001', N'8', N'Duke''s Distress Signal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203002', N'9', N'Deliver the Fixed Gear') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203003', N'7', N'A Favor for Mrs. Winger') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203006', N'4', N'Collect Tourmaline Crystals') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203007', N'6', N'Patricia''s Problem') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203008', N'6', N'Make a Mousetrap') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203009', N'23', N'Place a Mousetrap') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203010', N'8', N'I''ll Read Books in Autumn') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203011', N'4', N'Make a Magic Fingerprint') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203012', N'7', N'Estel Can Do It!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203013', N'6', N'Collect Books') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203014', N'6', N'Orgeous'' Paperweight') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203015', N'12', N'Tiara of Corrupt Souls') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203016', N'7', N'Elma''s Surprise') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203017', N'23', N'Activate the Demon Gear') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203018', N'4', N'Chicken Soup for Your Soul') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203019', N'7', N'Lost in Middle Age Crisis') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203020', N'7', N'Listen to the Mayor''s Story') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203021', N'25', N'Activate the Devices in Order') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203022', N'4', N'Books on the Moving Bookshelf') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203023', N'29', N'Boxing the Gloves') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203024', N'17', N'Kill 50 Maids') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203025', N'7', N'Maid in Rumania') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203026', N'17', N'Kill 50 Guardians') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203027', N'7', N'Venomous Woman') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203028', N'9', N'Deliver Dumpling Ramen') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203029', N'9', N'Return the Empty Bowl') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203030', N'5', N'Dewey Decimator Seal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203031', N'24', N'The Secret Passage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203032', N'8', N'Corridor of the Labyrinth') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203033', N'6', N'Traces of Duke Gerald') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203034', N'4', N'The Phantom Seal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203035', N'5', N'Doomsday Clock') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203036', N'7', N'Ask Estel For Help') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203037', N'17', N'') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203038', N'7', N'Snacks for Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203039', N'5', N'Find Spices') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203040', N'9', N'Bring Winger Pepper') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203041', N'10', N'Deliver 600g of Beef') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203042', N'6', N'Find Maid Uniforms') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203043', N'17', N'Exterminate Harmful Insects') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203044', N'7', N'The Day the Sky Falls Down') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203045', N'53', N'Another Secret Passage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203101', N'4', N'Retrieve the Stolen Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203102', N'6', N'Bring me the cocktail ingredients. ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203103', N'7', N'Deliver Wine to Pierre') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203104', N'17', N'Deadbeat Butcher''s Death') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203105', N'4', N'Collect Candlesticks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203106', N'4', N'Bring Soy Bean Paste.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203201', N'4', N'Bring Maple Syrup') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203202', N'7', N'Deliver Cake to Pamela') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203203', N'6', N'Make fantastic new menu.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203204', N'6', N'Make Tteokbokki.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203301', N'6', N'Now That''s Some Spicy Ramen') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203302', N'4', N'I Need One More Ingredient') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203303', N'4', N'Make a Beef Rice Bowl') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203304', N'7', N'Beef Bowls are for Dogs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203305', N'25', N'Poison''s Expanding Business') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'203307', N'23', N'Memory of love and hatred.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204001', N'6', N'Find New Fashion Items') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204002', N'6', N'Find New Fashion Items') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204003', N'6', N'Find New Fashion Items') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204005', N'25', N'What, More Mousetraps?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204006', N'16', N'Clear the Wine Cellar Quickly') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204008', N'4', N'Collect Tourmalines') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204009', N'24', N'The Eyes of a Hawk') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204013', N'4', N'A Tantalus Crystal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204014', N'19', N'Kill the Three Guardians') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204015', N'6', N'Dmitry''s Records') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204016', N'4', N'Mole Skins') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204017', N'17', N'Defeat Fire Old Man.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204018', N'4', N'Desirable Robe.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204019', N'23', N'Great Sorcerer''s Great Magic Book ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'204020', N'1', N'Defeat Mole Bug.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'205001', N'16', N'Keep an Eye Out') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'205002', N'16', N'There''s No Eye in Team') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'205003', N'16', N'Cutting Corneas') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'205004', N'16', N'Eyes on the Prize') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'206001', N'34', N'Style is Key 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'206002', N'34', N'Style is Key 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'206003', N'34', N'Style is Key 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'206004', N'34', N'Style is Key 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'206005', N'34', N'Style is Key 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'206006', N'34', N'Style is Key 6') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'207001', N'33', N'Armed and Dangerous') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'207002', N'33', N'Right-Hand Man') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'207003', N'33', N'Arms Race') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'207004', N'33', N'One Hand Clapping') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'208001', N'4', N'Not My Box!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'208002', N'4', N'Not My Box!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'208003', N'4', N'Not My Box!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'280001', N'4', N'A More Powerful Weapon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'280002', N'4', N'A More Powerful Weapon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'280003', N'4', N'A More Powerful Weapon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'280004', N'4', N'A More Powerful Weapon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'290001', N'17', N'Kill the Crazy Nomi Nomi') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'290002', N'17', N'Kill the Perverted Skeleton Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'290003', N'17', N'Kill the Loony Butcher') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'290004', N'17', N'Kill the Rustic Maids') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'290005', N'17', N'Kill the Damaged Guardian') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'290006', N'17', N'Kill the Crazy Skeleton') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'290007', N'17', N'Find the Sentimental Sorcerer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301001', N'7', N'Mysterious Letter') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301002', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301003', N'8', N'Clear the Atrium') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301004', N'32', N'Searching for Clues') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301005', N'7', N'Meet the Merchant') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301006', N'4', N'A Spare Silver Key') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301007', N'8', N'Crimson Gloves Parasite') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301008', N'6', N'Gorgon''s Business Plan') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301009', N'23', N'Capture Poison''s Husband') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301010', N'7', N'Lost Data') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301011', N'8', N'Foggy Wing') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301012', N'7', N'April Makes Food') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301013', N'44', N'Bring me Some Potatoes') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301014', N'7', N'I Need Cheese') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301015', N'7', N'Sing for Ursula') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301016', N'23', N'Strange Inspiration') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301017', N'8', N'Dire Consequences') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301018', N'7', N'Georg is Back') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301019', N'4', N'Bring the Balloons') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301020', N'0', N'Mysterious Movement') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301021', N'8', N'Clear Training Hall 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301022', N'7', N'Ghost Hunters') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301023', N'7', N'Johanna Ahahaha!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301024', N'7', N'We Find Anything') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301025', N'4', N'Lost Key') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301026', N'23', N'20 Floors of Training') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301027', N'4', N'The secrets of the Underground Training Hall') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301028', N'4', N'Tragedy of Curtis Castle.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301029', N'7', N'Secret of Town') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301030', N'7', N'How is Nadia Doing?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301031', N'8', N'Wash Yourself') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301032', N'4', N'Go Boil Some Eggs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301033', N'23', N'Tude''s Game of Life') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301034', N'23', N'Drain the Tubs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301035', N'4', N'The Needy Merchant') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301036', N'23', N'Free Refills') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301037', N'18', N'Kill the New Haken') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301041', N'8', N'Through the Debris ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301042', N'7', N'God and Politics') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301043', N'4', N'Clockmaker''s Clues') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301044', N'7', N'Search the Clock Room') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301045', N'6', N'Get into Gear') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301046', N'23', N'Ghost or Zombie?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301047', N'7', N'The Gap in the Other World') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301048', N'7', N'Go see Castiel.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301051', N'7', N'Search the Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301052', N'4', N'Retrieve Pierre''s Bones') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301053', N'10', N'Repairing Pamela') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301054', N'7', N'We Need a Welder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301055', N'4', N'Make Some Plaster') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301056', N'7', N'Pamela''s Soul') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301057', N'23', N'The Other World') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301058', N'7', N'Thanatos'' Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301059', N'7', N'Angel of Death') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301061', N'8', N'Search Steamworks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301062', N'6', N'Air Dryer For A Buyer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301063', N'23', N'Tude''s Game of Life 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301064', N'16', N'Trap Master') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301065', N'7', N'Super Genius Diver') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301066', N'7', N'Super Genius Thief') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301067', N'10', N'Super Genius Return') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301068', N'7', N'Super Genius Nuisance') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301069', N'23', N'Make Poison Dive') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301070', N'23', N'Make Poison Dive Again') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301071', N'7', N'Snake Flute') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301072', N'4', N'A Good Set of Pipes') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301073', N'17', N'Snake Summoner') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'301074', N'9', N'Devil''s Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302001', N'4', N'Collect Angolier Feathers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302002', N'4', N'Get Angolier Pendulums') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302003', N'17', N'Kill 50 Angoliers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302004', N'4', N'Get Thing''s Goggles') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302005', N'4', N'Collect the Hearts of Crimson Gloves') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302006', N'4', N'High-Class Hobo') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302007', N'10', N'Poison''s Custom Order') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302008', N'5', N'Make a Duster') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302009', N'5', N'I''m a Merchant!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302010', N'40', N'A Small Crusade') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302011', N'4', N'Oh, My Back!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302012', N'4', N'Bring Me Firewood') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302013', N'53', N'Kill 100 Angoliers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302014', N'1', N'Meet the Hammer Butcher Again') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302015', N'1', N'Atrium Quest 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302016', N'1', N'Atrium Quest 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302017', N'1', N'Atrium Quest 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302018', N'1', N'Atrium Quest 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302019', N'1', N'The Atrium Quest 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302020', N'19', N'Catch the Sleeker Family') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302021', N'4', N'Humongous Hammer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302022', N'17', N'Is Tau a Cow?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302023', N'7', N'Moley Cow!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302024', N'7', N'Mole Removal Specialist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302025', N'6', N'Estel''s Voodoo Ritual') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302026', N'7', N'Distract Carter') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302027', N'7', N'Leave Ursula to Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302028', N'4', N'Angela''s Plan B') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302029', N'10', N'Beautiful Bovine Box') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302030', N'17', N'You Just Want to Hit Him') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302031', N'6', N'Recycle Your Monsters') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302032', N'4', N'Kill the Cataphract') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302033', N'4', N'Investigate the box.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302034', N'33', N'Ruben''s Treasure Map 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302035', N'32', N'Ruben''s Treasure Map 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302036', N'38', N'Ruben''s Treasure Map 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302037', N'7', N'Ruben''s Treasure Map 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302038', N'4', N'Ruben''s Treasure Map 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302040', N'4', N'Curse of teddy bear') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302041', N'7', N'Find Yu-Jin') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302042', N'17', N'The Revenge of Baby Butcher') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302043', N'7', N'Where did the Mayor go again?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302044', N'23', N'The Third Lesson') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302045', N'23', N'The Fourth Lesson') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302046', N'23', N'The Fifth Lesson') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302047', N'4', N'Find the Goldfish') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302048', N'4', N'Find the Engagement Ring') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302049', N'17', N'Kill 300 Skeleton Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302050', N'17', N'Go kill 1000 Butchers.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302051', N'1', N'Special Monster Tracy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302052', N'4', N'Radioactive Shrooms for Art') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302053', N'17', N'Kill 1,000 Skeleton Monsters') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302054', N'17', N'Kill 100 Butchers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302055', N'1', N'Village Quest 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302056', N'1', N'Village Quest 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302057', N'1', N'Village Quest 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302058', N'1', N'Village Quest 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302059', N'1', N'Village Quest 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302061', N'4', N'Fishy Farmers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302062', N'4', N'Boil Me Some More Eggs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302063', N'4', N'Etins Wear Necklaces') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302064', N'4', N'Fish Officer''s Hammer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302065', N'17', N'Urge to Hit Him Rising') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302066', N'19', N'Fishy Fried Foods') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302067', N'4', N'Herbs for Vlad') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302068', N'23', N'One More Time!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302069', N'40', N'Wipe Them Out!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302070', N'4', N'Fishy Fortune') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302071', N'7', N'How''s Patricia Doing?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302072', N'17', N'Dwarfishes!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302073', N'17', N'Real Big Fishmen') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302074', N'4', N'Egg On My Face') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302075', N'1', N'Public Baths 1 Quest 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302076', N'1', N'Public Baths 1 Quest 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302077', N'1', N'Public Baths 1 Quest 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302078', N'1', N'Public Baths 1 Quest 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302079', N'1', N'Public Baths 1 Quest 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302080', N'4', N'Purple Parasites') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302081', N'7', N'Married Life') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302082', N'32', N'Answer all questions correctly.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302083', N'4', N'Lord Curtis'' Cannon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302084', N'4', N'Feather Outfitter') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302085', N'4', N'Find the Tantalus'' Wand') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302086', N'9', N'Letter For Poison') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302088', N'17', N'Killing Lord Curtis') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302089', N'8', N'Memorial Service of Lord Curtis') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302090', N'4', N'Even More Firewood') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302091', N'4', N'Scary Fortune Teller') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302092', N'6', N'Gustav''s Dream') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302093', N'7', N'Creepy Birthday Present') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302094', N'7', N'You Do Voodoo?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302095', N'44', N'Gorgon''s Survey') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302096', N'7', N'Troubleshooter Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302097', N'4', N'Nadia''s Potato Review') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302098', N'4', N'Mayor''s Potato Review ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302099', N'4', N'Patricia''s Potato Review') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302100', N'4', N'Ursula Runs Away') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302101', N'6', N'Hit Man Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302102', N'7', N'Pluck Estel''s Hair') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302105', N'10', N'The owner of the necklace 300 years ago.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302106', N'13', N'Patricia''s Ancestor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302107', N'4', N'Collect Red Bone Collector''s Bones') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302108', N'17', N'Kill 100 Bone Collectors.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302109', N'17', N'Mutators') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302110', N'17', N'Invitation from the Other World') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302111', N'18', N'Invitation from the Other World (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302112', N'19', N'Invitation from the Other World (3)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302113', N'11', N'Feed Skipper') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302114', N'9', N'Deliver Pamela''s message to Poison.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302118', N'1', N'Guest Villa Quest 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302119', N'1', N'Guest Villa Quest 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302120', N'16', N'Roll the die one more time.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302121', N'4', N'Paper Box Collector') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302122', N'17', N'Kill 100 Dead Skin Remover Monsters.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302123', N'17', N'Go kill 50 Fish Bosses.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302124', N'4', N'Basilisk Scales') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302125', N'6', N'Collect all the documents.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302126', N'4', N'Ultimate Fish Costume') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302127', N'17', N'Ursula Runs Away') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302128', N'17', N'The Mini Me Monster that Shrunk in Water') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302129', N'17', N'A Monster that''s Swollen in Water') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302130', N'4', N'Poison''s Broth') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302131', N'1', N'Steamworks Quest 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302132', N'1', N'Steamworks Quest 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302133', N'1', N'Steamworks Quest 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302134', N'1', N'Steamworks Quest 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'302135', N'1', N'Steamworks Quest 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303001', N'36', N'Hall Alone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303002', N'35', N'Speed Down the Hall') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303003', N'35', N'Hall Be There in No Time') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303004', N'38', N'Hall Be Sure Not to Die') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303005', N'39', N'Brawl in the Hall') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303006', N'32', N'B Hall You Can B') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303007', N'32', N'Hall Over the Place') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303008', N'32', N'Achieve it Hall') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303009', N'34', N'Hall do it in Style') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303010', N'33', N'Hall Ass!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303011', N'36', N'Stroll Through the Garden') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303012', N'35', N'Don''t Crush the Roses!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303013', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303014', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303015', N'39', N'Raising the Bar 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303016', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303017', N'32', N'Joheim''s ''S'' Club 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303018', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303019', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303020', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303021', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303022', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303023', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303024', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303025', N'39', N'Raising the Bar 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303026', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303027', N'32', N'Joheim''s ''S'' Club 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303028', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303029', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303030', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303031', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303032', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303033', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303034', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303035', N'39', N'Raising the Bar 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303036', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303037', N'32', N'Joheim''s ''S'' Club 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303038', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303039', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303040', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303041', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303042', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303043', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303044', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303045', N'39', N'Raising the Bar 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303046', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303047', N'32', N'Joheim''s ''S'' Club 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303048', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303049', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303050', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303051', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303052', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303053', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303054', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303055', N'39', N'Raising the Bar 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303056', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303057', N'32', N'Joheim''s ''S'' Club 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303058', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303059', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303060', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'303317', N'9', N'Milk Delivery') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310195', N'17', N'Kill the Odiferous Haken') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310196', N'9', N'Deliver a Letter') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310197', N'17', N'Kill the Violent Butcher') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310198', N'4', N'Retrieve the Hidden Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310199', N'4', N'Find the Peony Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310200', N'4', N'I Need More Peony Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310201', N'4', N'Helping with Hobbies') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310202', N'4', N'Not Enough Ingredients') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310203', N'4', N'Not Enough Firewood') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310204', N'4', N'Ghost Wine Glass') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310205', N'6', N'Cook') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310206', N'5', N'Make Dried Filefish') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310207', N'17', N'Duties of a Militia Member') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310208', N'17', N'Kill the Armored Butcher') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310209', N'29', N'Test Your Qualifications') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310210', N'4', N'Ruska''s Request') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310211', N'4', N'Dream Come True') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310212', N'4', N'Credit Risk 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310213', N'9', N'Credit Risk 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'310214', N'4', N'Must Have Rat Meat') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320000', N'38', N'Stayin'' Alive!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320001', N'33', N'Fewer in the Sewer!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320002', N'33', N'Stink Less!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320003', N'39', N'Slaughter in the Water!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320004', N'36', N'Methane Madness!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320005', N'35', N'Punctual Plumber!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320006', N'32', N'Even Dirtier Thoughts!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320007', N'38', N'Dirty Thoughts! ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320008', N'34', N'Stylin'' Sewage!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320009', N'34', N'Planting Passion!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320010', N'38', N'Heroism Stinks!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320011', N'33', N'Beat the Stench!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320012', N'33', N'Think, Don''t Stink!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320013', N'39', N'Cool in the Cesspool!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320014', N'36', N'Something out of Luck!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320015', N'35', N'Chronotherapy!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320016', N'32', N'Graded on Cleanliness!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320017', N'38', N'Dirtier Thoughts!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320018', N'34', N'Muck Makeover!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320019', N'34', N'Posh Partners!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320020', N'38', N'Deadly Addiction!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320021', N'33', N'Avoid Flying Bottles!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320022', N'33', N'Quit Wine-ing, Do Better!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320023', N'39', N'Hit Every Cellar Feller!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320024', N'36', N'The Lonely Lush!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320025', N'35', N'It''s 5PM Somewhere!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320026', N'32', N'A Degree in Drinking!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320027', N'38', N'Abyss-mal Assignment!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320028', N'34', N'Luxurious Lush!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320029', N'34', N'Luscious Lushes!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320030', N'38', N'Wino or a Wine-Yes?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320031', N'33', N'Drink Them All In!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320032', N'33', N'Beat the Barrel Battle!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320033', N'39', N'Stellar Cellar Dweller!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320034', N'36', N'A Few Drinks Ahead!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320035', N'35', N'Closing Time!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320036', N'32', N'De-grade-ing Drinks!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320037', N'38', N'Low Scores!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320038', N'34', N'Tasteful Wine Tasting!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320039', N'34', N'Tokyo Tea for Two!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320040', N'38', N'Liquid Courage!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320041', N'33', N'Avoid a Drunken Brawl!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320042', N'33', N'Sober Up, Fight Better!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320043', N'39', N'Kick Glass!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320044', N'36', N'That''s a Downer!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320045', N'35', N'Drinking on the Clock!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320046', N'32', N'Top Shelf Tequila! ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320047', N'38', N'Full Steam Ahead!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320048', N'34', N'Shooting for Style!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320049', N'34', N'Bubbly Buddies!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320050', N'38', N'Try Smacking Their Lips!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320051', N'33', N'Avoid a Food Fight!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320052', N'33', N'Avoid Flying Food!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320053', N'39', N'Piece of Cake!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320054', N'36', N'Dining Alone!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320055', N'35', N'Eating on a Timetable!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320056', N'32', N'Eggcelence!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320057', N'38', N'Be My Guest!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320058', N'34', N'Divine Dining!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320059', N'34', N'Fine Dining for a Duo!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320060', N'38', N'Lively Fiction!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320061', N'33', N'Be Wary in the Library!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320062', N'33', N'The Library Isn''t Scary!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320063', N'39', N'Get Hairy in the Library!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320064', N'36', N'Intellectual!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320065', N'35', N'Due-date Rush!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320066', N'32', N'Heavy Lucubration!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320067', N'38', N'Deep Thinking!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320068', N'34', N'Chic Compendium!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320069', N'34', N'Text is Twice as Trendy!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320070', N'38', N'Don''t Fork Up!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320071', N'33', N'Less Egg on Your Face!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320072', N'33', N'Avoid Getting Served!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320073', N'39', N'Combo Gumbo is Served!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320074', N'36', N'Solo Hunger Satiation!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320075', N'35', N'Violent Lunch Break!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320076', N'32', N'Cram Session!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320077', N'32', N'Grade S Eggs!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320078', N'34', N'Pretentious Palettes!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320079', N'34', N'Elegant Eating!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320080', N'38', N'No Reading Scrolls!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320081', N'33', N'Book It!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320082', N'33', N'Legendary in the Library!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320083', N'39', N'Book ''Em!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320084', N'36', N'Bookworm! ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320085', N'35', N'Speed Reading!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320086', N'32', N'Higher Level of Learning!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320087', N'38', N'Lost With Jareth') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320088', N'34', N'Volumes of Vogue!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320089', N'34', N'Brilliant Bibliophilia!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320090', N'38', N'From Start to Finish!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320091', N'33', N'A-Maze, Without a Graze!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320092', N'33', N'A-Maze-ing Grace!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320093', N'39', N'Raze the Maze!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320094', N'36', N'Solitary Search!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320095', N'35', N'A-maze-ing Time!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320096', N'32', N'A High Quality Maze!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320097', N'32', N'A Higher Quality Maze!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320098', N'34', N'Polished Pathways!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'320099', N'34', N'Maze of Magnificence!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390001', N'1', N'Kill Demon Electric Sorcerer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390002', N'17', N'Capture Angolier that forges official papers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390011', N'1', N'Kill Demon Black Butcher') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390012', N'17', N'Capture Sleeker of fraud under pretense of marriage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390021', N'1', N'Kill Demon Skull Axe Soldier') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390031', N'1', N'Kill Demon fish officer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390032', N'17', N'Capture fish archer of obscene performance') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390033', N'17', N'Capture scrubbers who blackmail with self-injury') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'390041', N'1', N'Kill Demon Fish Dualist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'391001', N'17', N'Thick Iron Armor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'391002', N'18', N'Guardian''s Iron Piece') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'391003', N'29', N'They Put the Lame in Flame') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'391004', N'29', N'Why We Stopped Reading') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'391005', N'29', N'Study Gloves') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'391006', N'40', N'Insatiable Appetite') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'401001', N'17', N'Clumsy Organization') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'401002', N'17', N'Skeleton''s Pet') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'401003', N'29', N'Broken Experimental Armor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'401004', N'29', N'Juicy Chunk of Meat') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'401005', N'29', N'Vandal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'401006', N'29', N'Noisy Hooves') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410001', N'7', N'A Letter From Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410002', N'7', N'Report to Prince Gerald') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410003', N'7', N'Commander Kate') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410004', N'8', N'Check Out the Vivarium') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410005', N'23', N'Water Your Plants') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410006', N'44', N'Collect Insects') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410007', N'4', N'Nepenthes'' Sap') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410008', N'7', N'Castiel''s Water Study') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410009', N'7', N'Betty''s Wig 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410010', N'44', N'Betty''s Wig 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410011', N'10', N'Betty''s Wig 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410012', N'7', N'Gerald Summons You') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410013', N'7', N'Meet the Chemist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410014', N'9', N'Herbicide Recipe') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410015', N'7', N'Unused Quest') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410016', N'6', N'Make an Herbicide') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410017', N'7', N'Return to Lloyd') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410021', N'8', N'Search the Labs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410022', N'7', N'Vlad''s Lab') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410023', N'7', N'Check on Ruska') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410024', N'12', N'Ashes in the Incinerator') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410025', N'7', N'Go see Lloyd.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410026', N'7', N'Dreams of Gold 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410027', N'7', N'Dreams of Gold 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410028', N'5', N'Dreams of Gold 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410029', N'7', N'Dreams of Gold 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410030', N'4', N'Dreams of Gold 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410031', N'7', N'Dreams of Gold 6') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410032', N'44', N'Lloyd''s Research 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410033', N'25', N'Lloyd''s Research 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410034', N'7', N'Plumber Bros.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410035', N'6', N'Find Lift Parts') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410036', N'7', N'Too Torpid to Tread') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410037', N'23', N'Use the Lift') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410038', N'4', N'Make an Afro') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410039', N'7', N'Time for a Haircut') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410040', N'9', N'Holy Nomi') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410041', N'8', N'Probe Debtor''s Prison') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410042', N'23', N'Search All the Cells') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410043', N'7', N'Monster Cult') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410044', N'9', N'Betty''s Research 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410045', N'7', N'Betty''s Research 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410046', N'7', N'Betty''s Research 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410047', N'7', N'Betty''s Research 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410048', N'7', N'Trading With Angels ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410049', N'9', N'Tombstone Delivery') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410050', N'7', N'Chipping Away ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410051', N'4', N'Sandy Hearts') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410052', N'7', N'A Helping Hand') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410053', N'7', N'Frantz''s Plan') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410054', N'9', N'Puppet Master') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410055', N'4', N'Mangja''s Nostalgia') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410056', N'7', N'Doctrine Duplicate') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410057', N'10', N'Rubbed Replica') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410058', N'7', N'The Sickness Part 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410059', N'7', N'The Sickness Part 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410060', N'4', N'Secrets of the Scent') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410061', N'7', N'Castiel''s Research') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410062', N'46', N'Collect Plant Samples') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410063', N'7', N'Gardener Lloyd') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410064', N'7', N'Six Feet Under') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410065', N'23', N'Unlock the Shed') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410066', N'12', N'A Quest Within a Quest') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410067', N'7', N'Moo Juice') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410068', N'62', N'The Hair Stylist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410069', N'4', N'Making a Cheeseburger') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410070', N'6', N'More Restorer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410071', N'4', N'Sow and Reap') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410072', N'7', N'Castiel''s Process') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410073', N'44', N'Gorgon Loves Ginseng') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410074', N'4', N'A Bouquet of Vocalists') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410075', N'7', N'April''s Playtime') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410076', N'6', N'Mandragora Dolls') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410077', N'7', N'Audrey, Adrian, Timothy?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410078', N'7', N'An Unhealthy Feeling') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410079', N'7', N'To The Source') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410080', N'10', N'Got Milk?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410081', N'8', N'Search the Lab') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410082', N'7', N'Further Investigation ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410083', N'7', N'Talk to the Hand') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410084', N'4', N'Butterfingers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410085', N'6', N'Research Assistant') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410086', N'7', N'Blood Samples') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410087', N'9', N'Antidote Progress') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410088', N'7', N'Chemical Fusing Mixer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410089', N'7', N'Midget Mechanic') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410090', N'7', N'Spidey Suit') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410091', N'6', N'Collect Cobwebs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410092', N'9', N'The Amazing Spider-Nomi') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410093', N'10', N'Make an Antidote ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410094', N'10', N'Go see Lloyd.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410095', N'9', N'Deliver the Antidote') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410096', N'7', N'The Herald to Gerald') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410097', N'4', N'Other Spider Lady') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410098', N'4', N'Dyeing to Change') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410099', N'10', N'Hair Color Adventure') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410100', N'5', N'No More Fro!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410101', N'10', N'Straightening Adventure') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410102', N'7', N'Transformation') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410103', N'7', N'Save Lloyd') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410104', N'7', N'Stop the Duke') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410105', N'7', N'The Barracks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410106', N'25', N'Angela''s Nightmare') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410107', N'7', N'Unoa is Waiting') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410108', N'44', N'Plundering Puppets') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410109', N'4', N'Puppet Show Debut') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410110', N'9', N'Puppet Show Act 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410111', N'19', N'Puppet Show Intermission') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410112', N'4', N'Puppet Show Act 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410113', N'62', N'Puppet Show Finale') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410114', N'9', N'Slipshod Gemstone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410115', N'7', N'Tattered Tails') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410116', N'10', N'New Doll Clothes') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410117', N'5', N'Threading Tasks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410118', N'9', N'Designer Threads') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410119', N'20', N'Power to the Puppets') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410120', N'8', N'Search the Gallery') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410121', N'47', N'Protect the Food') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410122', N'17', N'Middleman Maneuver') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410123', N'47', N'Thanks for Nothing') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410124', N'7', N'Needy or Greedy?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410125', N'4', N'Wine Gallery') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410126', N'9', N'Curtis Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410127', N'4', N'The Family Crest ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410128', N'25', N'Pretty Portrait') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410129', N'7', N'Report to Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410130', N'23', N'Understanding the Truth') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410131', N'7', N'Thorough Preparations') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410132', N'18', N'Gallery Restoration') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410133', N'53', N'The Joke''s On Them') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410134', N'4', N'Creepy Mask') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410135', N'40', N'Monster Mop-Up ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410136', N'8', N'Fulfilling Promises') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410137', N'4', N'The Duke''s Blood') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410138', N'9', N'Blood Work') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410139', N'7', N'Accumulated Comparison') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410140', N'9', N'A Bloody Mess') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410141', N'4', N'Flask You a Favor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410142', N'62', N'Fancy Packaging') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410143', N'7', N'Decisions, Decisions') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410144', N'7', N'Change of Command') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410145', N'7', N'Duty and Virtue') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410146', N'7', N'Back to Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410147', N'47', N'Sample the Specimen') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410148', N'23', N'Never Ending Search') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410149', N'32', N'An Emptiness') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410150', N'10', N'Damaged Spirits') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410151', N'6', N'Lamp Parts on the Ramparts') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410152', N'4', N'More Lamps') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410153', N'20', N'Final Checks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410154', N'8', N'Something Smells Fishy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410155', N'7', N'Gorgon Needs Someone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410156', N'4', N'Mysterious Aquatic Aura') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410157', N'18', N'Haken By Surprise') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410158', N'23', N'The More You Know') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410159', N'5', N'The More the Scalier') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410160', N'9', N'Bribe for Ruska') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410161', N'32', N'Clean Out the Fish Tank') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410162', N'4', N'Tooth Extraction') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410163', N'25', N'Service Call') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410164', N'7', N'Meet Unoa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410165', N'17', N'Mutant Haken') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410166', N'29', N'With Just One Look') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410167', N'4', N'Heart of the Problem') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410168', N'7', N'Suspicious Help') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410169', N'23', N'Thorough Investigation') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410170', N'44', N'Estel''s Hearty Recipe') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410171', N'12', N'Virtue of Yield') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410172', N'4', N'Nothing is Free') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410173', N'23', N'The Key to Thanatos'' Sealed Heart 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410174', N'4', N'The Key to Thanatos'' Sealed Heart 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410175', N'23', N'The Key to Thanatos'' Sealed Heart 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410176', N'7', N'A Wise Choice') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410177', N'7', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410178', N'7', N'Meet Joheim') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410179', N'8', N'Traces of Prohibited Realm') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410180', N'23', N'Mysterious Mirror') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410181', N'7', N'Purpose of the Mirror') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410182', N'18', N'Bothersome Remnants') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410183', N'11', N'Present for Gustav') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410184', N'4', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410185', N'9', N'Gina Wigs Out!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410186', N'4', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410187', N'22', N'Useless Ones') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410188', N'29', N'The Altar Entrance''s Guard') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410189', N'32', N'As Safe As Possible') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410190', N'7', N'Meet Thanatos') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410191', N'7', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410192', N'47', N'Deal with Deathy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410193', N'7', N'Deathy''s Hint') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410194', N'7', N'Meet Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410195', N'47', N'Deal with Deathy 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410196', N'23', N'Another Entrance') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410197', N'7', N'Cracked Ghost Mirror') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410198', N'5', N'Remains of the Ghost Mirror') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410199', N'4', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410200', N'7', N'Ruben Has a Request') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410201', N'4', N'Durability Experiment') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410202', N'22', N'Repair Cost Claim') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410203', N'7', N'Unpleasant Research Result') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410204', N'0', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410205', N'23', N'Another Beginning') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410206', N'12', N'Gorgon''s Second Job') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410207', N'18', N'A Small Favor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410208', N'7', N'Meet April') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410209', N'44', N'Finding Innocence') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410210', N'9', N'April''s Special Handmade Pie') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410211', N'16', N'Fastest Balcony Route') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410212', N'16', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410213', N'21', N'Useless ones') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410214', N'32', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410215', N'7', N'Familiar Behind') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410216', N'7', N'Poison''s Scheme') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410217', N'7', N'Poison''s Request') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410218', N'47', N'A Deal with Poison') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410219', N'6', N'Ancient Recipe') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410220', N'20', N'Last Ingredient') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410221', N'7', N'Stone Bottles?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410222', N'5', N'Impossible is not in Ruska''s Dictionary') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410223', N'62', N'Harder Than Ever') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410224', N'9', N'Swift Delivery') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410225', N'9', N'Medusa''s blood') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410226', N'25', N'Stone or Poison?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410227', N'40', N'For Poison''s Safety') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410228', N'7', N'Urgent Message') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410229', N'8', N'Gloomy Graveyard') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410230', N'21', N'Familiar Pattern') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410231', N'5', N'How To Get Rid of Bugs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410232', N'18', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410233', N'20', N'King''s Grave Overseer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410234', N'32', N'You''ve Got the Moves Like Joheim') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410235', N'23', N'A Mysterious Well') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410236', N'7', N'Useful knowledge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410237', N'23', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410238', N'4', N'Useful Glass Bottle') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410239', N'25', N'Process for Verification') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410240', N'7', N'In Need of Ruska''s Masterpiece') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410241', N'5', N'Ingredients Are the Same') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410242', N'9', N'Swift Delivery') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410243', N'62', N'One Mistake is Enough') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410244', N'4', N'Safety First') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410245', N'7', N'Speak With Gina') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410246', N'4', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410247', N'22', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410248', N'17', N'Delete') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410249', N'10', N'Thoughts for Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410250', N'7', N'Listen to the Experiment Results') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410251', N'25', N'Fixing the Ghost Mirror') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410252', N'7', N'Winger''s Crime') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410253', N'7', N'Where is Vincent?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410254', N'4', N'Special Jewel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410255', N'25', N'Jewel''s Special Purpose') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410256', N'4', N'Retrieving Thanatos''s Sealed Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410257', N'7', N'Nadia''s Message') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410258', N'8', N'Nomi Nomi at the Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410259', N'7', N'Poison''s Husband''s Prayer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410260', N'7', N'Estel Can Do It!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410261', N'7', N'Meet Thanatos') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410262', N'7', N'Part of the Deal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410263', N'4', N'Search the Cause') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410264', N'23', N'Midget Mechanic') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410265', N'7', N'Poison''s Husband''s Help') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410266', N'20', N'A Problem Left Unsolved') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410267', N'29', N'Report from the Scout Guards') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410268', N'7', N'Joheim''s Thoughts') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410269', N'32', N'Skill Check') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410270', N'21', N'Joheim''s Request') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410271', N'40', N'Scrapping') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410272', N'4', N'Altar''s Debris') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410273', N'9', N'Altar''s Purpose') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410274', N'29', N'Look for Cypher''s Traces') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410275', N'4', N'Repair the Portal (1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410276', N'8', N'Repair the Portal (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410277', N'4', N'Repair the Portal (3)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410278', N'25', N'Repair the Portal (4)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410279', N'7', N'Joheim''s Thoughts') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410280', N'40', N'Considerations for the Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410281', N'7', N'Elma''s Call') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410282', N'32', N'Persona''s Traces') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410283', N'7', N'Estel Can Do It!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410284', N'4', N'Types of Contracts.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410285', N'30', N'Background Check on Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410286', N'4', N'Water Quality Test') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410287', N'7', N'Counselor Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410288', N'4', N'Hidden Magic Circle') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410289', N'7', N'Go See Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410290', N'29', N'Magic Power Response Test') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410291', N'8', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410292', N'9', N'Collapsed Guest Villa 11') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410293', N'23', N'Chase after Thanatos') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410294', N'10', N'Collapsed Altar 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410295', N'7', N'Collapsed Altar 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410296', N'44', N'Collapsed Altar 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410297', N'9', N'Collapsed Altar 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410298', N'32', N'Collapsed Altar 6') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410299', N'25', N'Install the Prohibition Stone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410300', N'30', N'Collapsed Altar 8') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410301', N'7', N'Collapsed Altar 9') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410302', N'32', N'Collapsed Altar 10') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410303', N'5', N'Collapsed Altar 11') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410304', N'4', N'Collapsed Altar 12') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410305', N'9', N'Collapsed Altar 13') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410306', N'20', N'Collapsed Altar 14') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410307', N'35', N'Collapsed Altar 15') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410308', N'40', N'Collapsed Altar 16') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410309', N'7', N'Collapsed Altar 17') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410310', N'23', N'Chase') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410311', N'7', N'Collapsed Guest Villa 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410312', N'32', N'Collapsed Guest Villa 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410313', N'20', N'Collapsed Guest Villa 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410314', N'19', N'Collapsed Guest Villa 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410315', N'7', N'Collapsed Guest Villa 6') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410316', N'40', N'Collapsed Guest Villa 7') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410317', N'4', N'Collapsed Guest Villa 8') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410318', N'7', N'Collapsed Guest Villa 9') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410319', N'16', N'Collapsed Guest Villa 10') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410320', N'9', N'Entrust Thanatos''s Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410321', N'7', N'Go See Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410322', N'7', N'Commander Kate') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410323', N'7', N'Six Feet Under') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410324', N'9', N'Deliver the Documents to Kate.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'410325', N'8', N'Castle Barrier') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411001', N'4', N'I''m Having Nightmares') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411002', N'7', N'Gorgon''s Stomachache') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411003', N'4', N'Suspicious Medicine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411004', N'9', N'Gorgon''s Medicine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411005', N'32', N'Frisky Flowers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411006', N'17', N'Gorilla Brothers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411007', N'17', N'Bug Problem') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411008', N'32', N'Converting Vegetarians') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411009', N'7', N'Cranky Henry') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411010', N'17', N'Watchful Vengeance') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411011', N'4', N'Crispy Fried Wings') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411012', N'4', N'Grading Weapons') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411013', N'4', N'Skin Care Emergency') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'411014', N'9', N'The Age for Skincare') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420001', N'17', N'Species cleansing operation') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420002', N'17', N'Kill the 30 Monster 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420003', N'17', N'Kill monster 3 10 times') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420004', N'4', N'Gorgon''s Grasshopper Dish') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420005', N'4', N'Grasshopper Antidote') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420006', N'4', N'Goliath Gorilla''s Horn') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420011', N'7', N'Saving Skipper') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420012', N'6', N'Bugs for Skipper') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420013', N'10', N'Wake Up Skipper') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420014', N'10', N'Puppy resurrection project(4)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420021', N'17', N'Slay the Monsters in the Laboratory ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420022', N'4', N'Kill 30 monster 2s.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420023', N'4', N'Undea''s Tissue Sample') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420024', N'6', N'Mecha Gorilla''s Weakness') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420025', N'44', N'Howard''s Brew') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420026', N'4', N'Gorgon''s New Menu') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420027', N'7', N'Ruska''s Request (1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420028', N'4', N'Ruska''s Request (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420029', N'10', N'Ruska''s Request (3)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420030', N'17', N'Metal Monster') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420031', N'4', N'City of Gold') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420041', N'17', N'Hunt the Monster') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420042', N'17', N'Vuel''s Ornament ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420043', N'29', N'Kill monsters in Very Hard Mode') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420044', N'4', N'Make a crystal ball') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420045', N'4', N'Find a rusty lock') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420046', N'4', N'Guard''s Heritage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420047', N'4', N'Mr. Heo''s Belongings') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420048', N'23', N'Sand Golem''s Sand Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420061', N'19', N'Botanic Monster 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420062', N'17', N'Botanic Monster 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420063', N'26', N'Vivarium Boss (Very Hard)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420064', N'0', N'Botanic Monster Item') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420065', N'4', N'Mandragora with a Nice Voice') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420066', N'44', N'Find a Ginseng') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420067', N'6', N'Make ginseng soup') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420068', N'4', N'Save the dead chick') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420069', N'10', N'Feed the dog some ginseng soup') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420081', N'0', N'Laboratory 2 Monster 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420082', N'0', N'Laboratory 2 Monster 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420083', N'0', N'Laboratory 2 Boss Monster ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420084', N'7', N'Coffee Franchise (1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420085', N'10', N'Coffee Franchise (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420086', N'4', N'Coffee Franchise (3)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420087', N'4', N'Coffee Franchise (4)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420088', N'6', N'Make Poison Antidote (1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420089', N'4', N'Make Poison Antidote (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420090', N'7', N'April Tears (1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420091', N'44', N'April Tears (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420092', N'10', N'April Tears (3)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420093', N'25', N'Atoning a Soldier''s Soul') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420094', N'10', N'Request from Purgatorium (1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420095', N'7', N'Request from Purgatorium (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420096', N'7', N'Request from Purgatorium (3)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420097', N'17', N'Request from Purgatorium (4)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420098', N'7', N'Request from Purgatorium (5-1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420099', N'7', N'Request from Purgatorium (5-2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'420100', N'25', N'Request from Purgatorium (5-3)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421001', N'4', N'Preparation for Hibernation') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421002', N'7', N'Rarity Charity ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421003', N'7', N'What I Really Need') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421004', N'9', N'Spreading The Love') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421005', N'10', N'Taking Credit') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421006', N'25', N'Does ash catch fire too?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421007', N'4', N'I Need White Lab Coats Too') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421008', N'32', N'Treasure and Science ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421009', N'7', N'Talk To Ruska') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421010', N'4', N'Simple Weapon Materials') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421011', N'17', N'A Hard Test ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421012', N'4', N'Researcher''s Research') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'421013', N'4', N'More Research Records') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430000', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430001', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430002', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430003', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430004', N'38', N'Raising the Bar Further 1') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430005', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430006', N'32', N'Joheim''s ''S'' Club 6') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430007', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430008', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430009', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430020', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430021', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430022', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430023', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430024', N'38', N'Raising the Bar Further 2') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430025', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430026', N'32', N'Joheim''s ''S'' Club 7') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430027', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430028', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430029', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430040', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430041', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430042', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430043', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430044', N'38', N'Raising the Bar Further 3') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430045', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430046', N'32', N'Joheim''s ''S'' Club 8') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430047', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430048', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430049', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430060', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430061', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430062', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430063', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430064', N'38', N'Raising the Bar Further 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430065', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430066', N'32', N'Joheim''s ''S'' Club 9') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430067', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430068', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430069', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430080', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430081', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430082', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430083', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430084', N'38', N'Raising the Bar Further 5') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430085', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430086', N'32', N'Joheim''s ''S'' Club 10') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430087', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430088', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430089', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430100', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430101', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430102', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430103', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430104', N'38', N'Raising the Bar Further 6') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430105', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430106', N'32', N'Joheim''s ''S'' Club 11') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430107', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430108', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430109', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430110', N'36', N'I''m not lonely although I''m alone.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430111', N'35', N'Speed is the key!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430112', N'35', N'I don''t have the time right now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430113', N'38', N'Resurrection is a luxury too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430114', N'38', N'Raising the Bar Further 7') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430115', N'32', N'Show your hidden skills!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430116', N'32', N'Joheim''s ''S'' Club 12') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430117', N'32', N'An urban user with a deep attachment to ranking.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430118', N'34', N'Style is an ability too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'430119', N'33', N'Dodging is a skill too!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431001', N'4', N'A Small Favor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431002', N'17', N'Cause of Noise') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431003', N'18', N'Stench') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431004', N'4', N'Secret Ingredients') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431005', N'0', N'Curiosity Kills the Cat') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431006', N'17', N'Garden Variety Outlaw') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431007', N'4', N'Rumor Has it') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431008', N'6', N'Suspicious Errand') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431009', N'9', N'Generously Malicious') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431010', N'7', N'The Creator') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431011', N'6', N'No Refunds') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431012', N'9', N'Returning Favors') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431013', N'9', N'The Virtue of Apology') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431014', N'32', N'Life in Prison') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431015', N'4', N'Criminal Journalist ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431016', N'32', N'Mental Deficit') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431017', N'29', N'A Stink Worse than Death') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431018', N'30', N'Butchers Meet') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431019', N'29', N'Powerful Sand Fist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'431020', N'4', N'Special Sand') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440000', N'4', N'I''m going to get them now.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440001', N'4', N'A Grocer''s Dream') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440002', N'7', N'I shouldn''t have done that.') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440003', N'4', N'Estel''s Revenge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440004', N'1', N'Mite Bit Confused') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440005', N'1', N'The anger doesn''t stop') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440006', N'1', N'Public Enemy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440013', N'1', N'The Leading Specialist (1)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440014', N'1', N'The Leading Specialist (2)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'440017', N'1', N'Waste to Trash') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441001', N'17', N'Even More Bugs') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441002', N'4', N'Sweet Tooth') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441003', N'5', N'Mandragorian Chants') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441004', N'62', N'Pitch Correction') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441005', N'7', N'Back and Forth') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441006', N'5', N'DIY Snake Oil') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441007', N'29', N'Root of the Problem') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441008', N'4', N'Don''t You Know 1 + 1?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441009', N'29', N'Fugitive Primate Inmates') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441010', N'29', N'Chopping Onions') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441011', N'7', N'Another Victim') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441012', N'29', N'Smothering Scallions ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441013', N'5', N'Sweet Sauce') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441014', N'4', N'Skin Deep') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441015', N'62', N'Face Plant') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'441016', N'29', N'Size Matters') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'451000', N'6', N'Undo the Seal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'451001', N'25', N'Rescue the Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'451002', N'25', N'Canal Sample') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'451003', N'5', N'Gina''s Precious') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461001', N'7', N'A Drink To Go') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461002', N'8', N'Lost Compass') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461003', N'29', N'A Bet with Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461004', N'7', N'She Started It!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461005', N'29', N'Better Than Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461006', N'29', N'Gina''s Nightmare') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461007', N'7', N'Back to the Gypsy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461008', N'4', N'Eternal Love of Science') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461009', N'4', N'More Lab Coats!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461010', N'32', N'The Perfect Gift') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461011', N'29', N'Stinky Situation') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'461012', N'29', N'Mutated Marrow') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471001', N'8', N'Anything Useful') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471002', N'17', N'Earsore') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471003', N'17', N'Boned Either Way') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471004', N'29', N'Endless Worry') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471005', N'17', N'Gorgon''s Anger') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471006', N'4', N'Never Enough') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471007', N'17', N'Folktale Massacre ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471008', N'4', N'Fresh Paper') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471009', N'4', N'Estel is a Hoarder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471010', N'4', N'Axe You A Favor? ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471011', N'32', N'One More Time') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471012', N'40', N'Rest in Pieces') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471013', N'30', N'Stress Relief') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471014', N'29', N'Aggressive Gardening') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471015', N'4', N'Got Any Spare Chains?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'471016', N'4', N'Eyes for Inspiration') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481001', N'17', N'Ono''s Cover Band') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481002', N'4', N'Strung Along') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481003', N'17', N'Bad Memories') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481004', N'4', N'Wig to Transcend Sexiness') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481005', N'29', N'The Hoof of Destiny') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481006', N'30', N'Prevent Puppet Procreation') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481007', N'40', N'Hand of Salvation') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481008', N'29', N'Fond Memories') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481009', N'31', N'Dignified Dummies') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481010', N'29', N'Standards of Beauty ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481011', N'5', N'Estel''s Doll') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481012', N'4', N'A Gift for Ursula') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481013', N'30', N'Fatal Feminine Puppets') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481014', N'4', N'Fashionista') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481015', N'29', N'Unnecessary Existence') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481016', N'4', N'The Baron''s Cloak') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481101', N'17', N'Long Story Short') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481102', N'19', N'Material Thieves') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481103', N'17', N'Manic Magicians') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481104', N'7', N'Gorgon Knows Cards') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481105', N'4', N'Gorgon''s Hidden Past') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481106', N'32', N'Skill Check') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481107', N'29', N'Inception') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481108', N'4', N'Mask Over') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481109', N'30', N'Ignorance is Bliss') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481110', N'32', N'Boost Your Fighting Spirit') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481111', N'29', N'Questionable Quest') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481112', N'7', N'Estel, Again?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481113', N'4', N'Personal Taste') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481114', N'40', N'Kill All the Things!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481115', N'29', N'The Gallery is Closed') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481116', N'4', N'Nailed It!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481117', N'4', N'The Joker''s King') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481201', N'17', N'Busted Weapons') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481202', N'4', N'Delicate Statue') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481203', N'17', N'Flap-Away') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481204', N'32', N'Physical Training') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481205', N'29', N'Flash Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481206', N'4', N'Gargoyle Wings') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481207', N'29', N'On the Lookout ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481208', N'4', N'Invincible Creatures') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481209', N'30', N'Helping Neutrinos') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481210', N'32', N'Clean Sweep') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481211', N'30', N'Disrupting Plans') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481212', N'29', N'Relative Perfection') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481213', N'10', N'Floaty Follies') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481214', N'62', N'More Frills') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481215', N'44', N'Forgotten Remains ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481301', N'8', N'Search the Catwalks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481302', N'40', N'Vent it Out') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481303', N'17', N'The Rusty Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481304', N'32', N'Suppression') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481305', N'4', N'A Special Someone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481306', N'29', N'Clowning Around') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481307', N'30', N'They''re a Disgrace') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481308', N'29', N'Stick it to the Nobleman') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481309', N'4', N'Frills and Thrills') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481310', N'29', N'Clearing the Way') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481311', N'4', N'Another Queen''s Dress') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481312', N'62', N'Lustrous Red Pain') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481313', N'9', N'True Intentions') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481314', N'30', N'Another Legacy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481315', N'4', N'Miracle Material') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481316', N'30', N'Sub-Contractor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481317', N'4', N'Flashy Feathers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481318', N'17', N'Morale Booster') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481401', N'40', N'Cleaning the Aquarium') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481402', N'17', N'Haken Master''s Teacher') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481403', N'17', N'Scattered Arrowheads') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481404', N'4', N'For Dry Skin') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481405', N'29', N'Poisonous Fish') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481406', N'29', N'Unpleasant Postcard') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481407', N'30', N'A Bad Feeling') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481408', N'4', N'New Menu Development Item') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481409', N'29', N'So Stressed and So Clean, Clean') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481410', N'4', N'Somebody Poisoned the Waterhole') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481411', N'29', N'Mother''s Day') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481412', N'29', N'Red Blue Rubber Gloves') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481413', N'30', N'Reef-venge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481414', N'40', N'99 Problems But a Fish Ain''t One') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481415', N'4', N'Fish Food Lunch') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481416', N'30', N'C-C-C-Couple Breaker!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481417', N'29', N'Not a Fan of the Giants') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481501', N'5', N'Joheim-ian Rhapsody') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481502', N'17', N'Unoa hates mummies') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481503', N'17', N'Special Spartoi ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481504', N'17', N'Estel''s vengeance') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481505', N'17', N'April''s task') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481506', N'4', N'Candle Light') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481507', N'17', N'April thinks mummies are icky') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481508', N'4', N'Joheim''s soft side') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481509', N'4', N'Gustav needs a bigger leaf') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481510', N'4', N'Ruska''s Hammertime') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481511', N'17', N'Joheim Demands Skill') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481512', N'40', N'Unoa Hates Baddies') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481513', N'30', N'Townsfolk Round-Up') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481514', N'29', N'Say Good Knight, Baddies') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481515', N'4', N'The Loneliness Number Is One') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481516', N'4', N'Estel Needs More Food') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481601', N'40', N'No Turning Back') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481602', N'17', N'To Catch a Predator') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481603', N'18', N'Monster Freakout') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481604', N'4', N'Don''t Get Lured In') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481605', N'17', N'Pride Rock Cleansing') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481606', N'5', N'Knows the Weakness') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481607', N'29', N'Just To Say Thanks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481608', N'29', N'Money Solves All Problems') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481609', N'17', N'The Man of Her Dreams') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481610', N'4', N'I''ve Got a Feeling') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481611', N'29', N'Soul Eater') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481612', N'4', N'It Does a Body Good') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481613', N'30', N'You Shall Be Avenged') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481614', N'40', N'Nope! Just the GST') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481615', N'30', N'Estel''s Bell') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481616', N'29', N'Allergic To Lies') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481617', N'4', N'7 Years of Bad Luck') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481701', N'17', N'Economic Terrorism') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481702', N'4', N'A Pound of Flesh') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481703', N'5', N'The Mind of a Child') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481704', N'62', N'Gustav Stinks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481705', N'7', N'Ghost Stories') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481706', N'5', N'It Gives You Wings') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481707', N'17', N'Undercutting Gustav') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481708', N'4', N'Tater Treatment') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481709', N'29', N'Egg-secution Order') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481710', N'29', N'Breaking the Benders') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481711', N'7', N'Bad Cop, Worse Cop') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481712', N'29', N'Egg-sacting Vengeance') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481713', N'5', N'Hitting the Bottle') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481714', N'4', N'The Color of Cowards') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481715', N'62', N'Enchanted Earth') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481716', N'29', N'Regicide') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481801', N'17', N'Talk of the Town') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481802', N'4', N'Near Bankruptcy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481803', N'17', N'Work Overload') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481804', N'4', N'Unoa''s Dream') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481805', N'29', N'Roar of the Lion Statue') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481806', N'30', N'Carter''s Stress') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481807', N'40', N'Clear the Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481808', N'29', N'Gargoyle''s Watch') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481809', N'31', N'Make a Draw') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481810', N'29', N'Tantalus'' Play With Fire') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481811', N'5', N'Restore Spirit Stone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481812', N'4', N'Fire Sorcerer''s Stone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481813', N'60', N'Townsfolk Round-Up') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481814', N'4', N'Harvest Festival Wine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481815', N'29', N'Crazy Castiel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481816', N'4', N'Alchemy Master') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481817', N'7', N'Catch Castiel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481901', N'17', N'Highly Reproductive') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481902', N'19', N'Invite the Grand Sorcerer') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481903', N'17', N'Validate Skills') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481904', N'7', N'Suspicious Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481905', N'4', N'Gorgon''s Dream') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481906', N'32', N'Carter''s Suggestion') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481907', N'59', N'Howard''s Sneaky Excuse') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481908', N'4', N'Low on Drinking Water') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481909', N'30', N'Running Around in Circles') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481910', N'32', N'Easy-peasy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481911', N'29', N'Sworn Enemy') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481912', N'7', N'Interfering with Business') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481913', N'4', N'Bottle with Broken Neck') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481914', N'40', N'Joheim''s test') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481915', N'59', N'Piscine Clan') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481916', N'4', N'Poison Leakage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'481917', N'4', N'Secret Potion') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482001', N'8', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482002', N'40', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482003', N'17', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482004', N'32', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482005', N'4', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482006', N'18', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482007', N'7', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482008', N'29', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482009', N'4', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482010', N'19', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482011', N'4', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482012', N'7', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482013', N'9', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482014', N'18', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482015', N'4', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482016', N'59', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482017', N'4', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482018', N'29', N'Collapsed Guest Villa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482101', N'5', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482102', N'17', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482103', N'18', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482104', N'7', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482105', N'32', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482106', N'4', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482107', N'59', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482108', N'4', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482109', N'6', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482110', N'4', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482111', N'59', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482112', N'40', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482113', N'30', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482114', N'29', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482115', N'4', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482116', N'4', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482117', N'29', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'482118', N'7', N'Collapsed Altar') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496001', N'32', N'Hidden Path') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496002', N'17', N'Cowardly Fighter') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496003', N'18', N'Suspicious Story') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496004', N'4', N'Ruska''s Hobby') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496005', N'17', N'Out of Memory') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496006', N'4', N'Pointless Camouflage') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496007', N'29', N'Sky High') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496008', N'29', N'The Rumor Continues') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496009', N'17', N'Weeding the Garden') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496010', N'4', N'Shiny Armor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496011', N'29', N'Muscle or Fat') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496012', N'4', N'Fat Tail') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496013', N'30', N'The Power of Weapons') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496014', N'40', N'Blowing Steam') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496015', N'30', N'Golden Seal Diet') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496016', N'29', N'Plot Twist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'496017', N'4', N'Rare Collectibles') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621001', N'59', N'Wanted: The Gloveslinger') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621002', N'59', N'Wanted: Bulk Vanderhuge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621003', N'59', N'Wanted: Iron Fist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621004', N'59', N'Wanted: Punch Sideiron') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621005', N'59', N'Wanted: Buff Drinklotz') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621006', N'59', N'Wanted: Trunk Slamchest') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621007', N'59', N'Wanted: Stump Chunkman') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621008', N'59', N'Wanted: Fist McThornbody') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621009', N'59', N'Wanted: Slate Fistcrunch') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621010', N'59', N'Wanted: Buff Hardback') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621011', N'59', N'Wanted: Slab Squatthrust') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621012', N'59', N'Wanted: Big McLargehuge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621013', N'59', N'Wanted: Rip Steakface') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621014', N'59', N'Wanted: Blast Thickneck') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621015', N'59', N'Wanted: Flint Ironstag') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621016', N'59', N'Wanted: Buck Plankchest') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621017', N'59', N'Wanted: Dirk Hardpec') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621018', N'59', N'Wanted: Thick McRunfast') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621019', N'59', N'Wanted: Fuzz Ironbone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621020', N'59', N'Wanted: Splint Chesthair') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'621021', N'59', N'Wanted: Crud Bonemeal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622001', N'59', N'Wanted: Brick Hardmeat') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622002', N'59', N'Wanted: Bolt Bigflank') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622003', N'59', N'Wanted: Fist Rothbone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622004', N'59', N'Wanted: Bob Johnson') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622005', N'59', N'Wanted: Slab Hardcheese') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622006', N'59', N'Wanted: Blast Crunchclaw') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622007', N'59', N'Wanted: Hoof Muchbeef') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622008', N'59', N'Wanted: Gristle Flanksteak') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622009', N'59', N'Wanted: Fatty McFatso') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622010', N'59', N'Wanted: Lard Bigpudge') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622011', N'30', N'Wanted: Gut Baithook') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622012', N'30', N'Wanted: Cast Rustrod') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622013', N'59', N'Wanted: Slither Creepbite') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622014', N'59', N'Wanted: Hiss Banejaw') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622015', N'29', N'Wanted: Brine Deadlift') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622016', N'29', N'Wanted: Smash Hardsplash') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622017', N'59', N'Wanted: Slab Hunk') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'622018', N'59', N'Wanted: Punch Rockgroin') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623001', N'29', N'Wanted: Rip Slabcheek') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623002', N'29', N'Wanted: Smoke Manmuscle') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623003', N'59', N'Wanted: Plate Circuitface') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623004', N'59', N'Wanted: Smash Metaljaw') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623005', N'29', N'Wanted: Brick Dirtstorm') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623006', N'29', N'Wanted: Grit Blowfist') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623007', N'29', N'Wanted: Smash Vinethorn') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623008', N'29', N'Wanted: Li''l Flower ') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623009', N'59', N'Wanted: Vibrissa Venom') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623010', N'59', N'Wanted: Barb Legbabe') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623011', N'29', N'Wanted: Creep Dirtrot') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623012', N'29', N'Wanted: The Wriggler') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623013', N'29', N'Wanted: Beef Blastbody') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623014', N'29', N'Wanted: Ol'' Chunkhead') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623100', N'5', N'Gorgon''s speciality: Rice Cake') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623101', N'4', N'Poison''s Spooky Letters') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623102', N'6', N'Poison''s New Year Present') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623103', N'6', N'Poison''s New Year Present') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623104', N'6', N'Poison''s New Year Present') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623105', N'6', N'Poison''s New Year Present') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623200', N'40', N'Show Off in the Shrine') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623201', N'40', N'More Showing Off') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623300', N'63', N'Record Count [PVP]') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'623301', N'64', N'An Honorable Win [PVP]') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'624001', N'4', N'Wanted: Icestone Shards') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'624002', N'4', N'Wanted: More Icy Shards') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'624003', N'4', N'Wanted: Shards for Titles') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625001', N'4', N'Wanted: Moonstone Shards') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625002', N'4', N'Wanted: Fashion Sense') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625003', N'4', N'Wanted: Hot Date') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625004', N'4', N'Wanted: A Simple Greeting') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625005', N'4', N'Wanted: A Favor') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625006', N'4', N'Wanted: Treasure') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625007', N'4', N'Wanted: A New Job') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625008', N'4', N'Wanted: A New Weapon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625009', N'4', N'Wanted: Building Materials') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625010', N'4', N'Wanted: Super Food Cannon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625011', N'4', N'Wanted: Money for a Date') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'625012', N'4', N'Wanted: High Noon Gun') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777102', N'4', N'[Sword] Dewey Decimator Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777103', N'36', N'[Axe] Clear Cafeteria 2F alone') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777104', N'7', N'Meet Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777105', N'35', N'[Twin Swords] Fastest Blades in the West') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777202', N'53', N'[Magic Sword] Haken Hustle') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777203', N'32', N'[Scythe] Death is Magic') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777204', N'7', N'Meet Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777205', N'36', N'[Glaive] Rollin'' Solo') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777302', N'4', N'[Gauntlet] Heavy Metal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777303', N'4', N'[Claw] Who Took that Book') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777304', N'7', N'Meet Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777305', N'32', N'[Demon Hands] A Prudent Choice') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777402', N'6', N'[Revolver] Hidden Book') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777403', N'6', N'[Musket] Shopping List') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777404', N'7', N'Meet Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'777405', N'38', N'[Weapon Bag] Minimum Effort') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801002', N'4', N'Collecting Clovis') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801003', N'5', N'The Rumor Mill (Blood Mode)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801004', N'5', N'The Rumor Mill (Blood Mode)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801005', N'5', N'The Rumor Mill (Blood Mode)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801006', N'5', N'The Rumor Mill (Blood Mode)') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801007', N'4', N'Creative Crafting') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801008', N'4', N'Creative Crafting') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801009', N'4', N'Creative Crafting') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801010', N'4', N'Creative Crafting') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801011', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801012', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801013', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801014', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801015', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801016', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801017', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801018', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801019', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801020', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801021', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'801022', N'62', N'Stronger, Faster, Harder') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900001', N'4', N'Coo Coo Doodle Doo!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900002', N'4', N'A Second Chick') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900003', N'4', N'Third Chick''s a Charm') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900004', N'4', N'Momma Hen Plus 4') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900005', N'4', N'Five and Counting...') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900006', N'4', N'A Mix of Six Chicks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900007', N'4', N'#7, Chick #7') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900008', N'4', N'Octo-Chick') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900009', N'4', N'So Many Chicks') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'900010', N'4', N'The Final Chick?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980001', N'40', N'The Essence of Effort') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980002', N'2', N'Doctoral Degree in Fighting') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980003', N'35', N'Sprint') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980004', N'4', N'Resisting Temptation!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980005', N'4', N'Hair with Soul') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980006', N'34', N'The Road to Insanity') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980007', N'40', N'Hard Worker') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980008', N'1', N'A Day in the Training Hall') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980009', N'4', N'To Save a Life') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'980010', N'17', N'Nomi Nomi Extermination') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999101', N'7', N'Joheim''s Thoughts') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999102', N'4', N'Dewey Decimator Heart') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999103', N'36', N'Show Me What Ya Got') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999104', N'7', N'Trust Joheim') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999105', N'7', N'Trust Joheim') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999106', N'7', N'Taking Another Path') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999107', N'7', N'Talk to Ruska') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999108', N'7', N'Talk to Ruben') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999109', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999110', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999201', N'7', N'Teacher Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999202', N'53', N'Slay 30 Haken Soldiers') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999203', N'9', N'Deliver Clothes to Poison') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999204', N'9', N'Return the Clothes to Gina') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999205', N'7', N'Trust Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999206', N'7', N'Trust Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999207', N'7', N'I Need to Take Another Path') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999208', N'7', N'Talk to Elma') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999209', N'7', N'Talk to Gina') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999210', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999211', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999301', N'7', N'Counselor Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999302', N'4', N'A Rare Metal') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999303', N'4', N'Find the Book') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999304', N'7', N'Trust Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999305', N'7', N'Trust Gorgon') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999306', N'7', N'I Need to Take Another Path') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999307', N'7', N'Talk to Ruska') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999308', N'7', N'Talk to Estel') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999309', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999310', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999401', N'7', N'Unoa''s Training') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999402', N'6', N'Story Time') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999403', N'6', N'Parts for a New Gun') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999404', N'7', N'Trust Unoa') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999405', N'7', N'Visit your Little Sister') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999406', N'7', N'Revolver? Or Musket?') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999407', N'7', N'Talk to Gina') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999408', N'7', N'The Musketeer!') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999409', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999410', N'7', N'See Elma at the Church') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999998', N'67', N'For Skill Learning Test') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'999999', N'65', N'Pet Level Achievement') GO INSERT INTO [dbo].[Base_Quest] ([quest_code], [quest_type], [quest_name]) VALUES (N'1010080', N'17', N'Request Test') GO -- ---------------------------- -- Table structure for Base_SkillTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_SkillTable]') AND type IN ('U')) DROP TABLE [dbo].[Base_SkillTable] GO CREATE TABLE [dbo].[Base_SkillTable] ( [id] int DEFAULT 0 NOT NULL, [name] nvarchar(50) COLLATE Korean_Wansung_CI_AS DEFAULT 0 NOT NULL, [char_class] int NOT NULL, [learn_level] smallint DEFAULT 0 NOT NULL, [type] nvarchar(50) COLLATE Korean_Wansung_CI_AS NULL, [nID] int NULL ) GO ALTER TABLE [dbo].[Base_SkillTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_SkillTable -- ---------------------------- INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'2', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Roll', N'2', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Roll - Guidance of Wind', N'2', N'16', N'PASSIVE', N'1000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10003', N'Roll - Down', N'2', N'10', N'PASSIVE', N'1000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10005', N'Mid Air Dash', N'2', N'15', N'PASSIVE', N'1000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'2', N'12', N'PASSIVE', N'1001201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'2', N'22', N'PASSIVE', N'1001202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'2', N'32', N'PASSIVE', N'1001203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'2', N'42', N'PASSIVE', N'1001204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'2', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'2', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'2', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'2', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'2', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'2', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'2', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'2', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'2', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'2', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'2', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'2', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'2', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'2', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'2', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'2', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'2', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'2', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'2', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'2', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'2', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'2', N'2', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'2', N'12', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'2', N'22', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'2', N'32', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'2', N'42', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'2', N'52', N'ACTIVE', N'2000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'2', N'4', N'ACTIVE', N'2000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'2', N'14', N'ACTIVE', N'2000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'2', N'24', N'ACTIVE', N'2000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'2', N'34', N'ACTIVE', N'2000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'2', N'44', N'ACTIVE', N'2000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'2', N'54', N'ACTIVE', N'2000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'2', N'10', N'ACTIVE', N'2000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'2', N'20', N'ACTIVE', N'2000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'2', N'30', N'ACTIVE', N'2000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'2', N'40', N'ACTIVE', N'2000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'2', N'50', N'ACTIVE', N'2000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'2', N'1', N'ACTIVE', N'2005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'2', N'11', N'ACTIVE', N'2005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'2', N'21', N'ACTIVE', N'2005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'2', N'31', N'ACTIVE', N'2005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'2', N'41', N'ACTIVE', N'2005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'2', N'51', N'ACTIVE', N'2005106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'2', N'14', N'ACTIVE', N'3000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'2', N'24', N'ACTIVE', N'3000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'2', N'34', N'ACTIVE', N'3000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'2', N'44', N'ACTIVE', N'3000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'2', N'54', N'ACTIVE', N'3000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'2', N'8', N'ACTIVE', N'3000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'2', N'18', N'ACTIVE', N'3000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'2', N'28', N'ACTIVE', N'3000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'2', N'38', N'ACTIVE', N'3000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'2', N'48', N'ACTIVE', N'3000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'2', N'10', N'ACTIVE', N'4000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'2', N'20', N'ACTIVE', N'4000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'2', N'30', N'ACTIVE', N'4000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'2', N'40', N'ACTIVE', N'4000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'2', N'50', N'ACTIVE', N'4000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'2', N'10', N'BUFF', N'4000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'2', N'20', N'BUFF', N'4000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'2', N'30', N'BUFF', N'4000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'2', N'40', N'BUFF', N'4000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'2', N'50', N'BUFF', N'4000605') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'2', N'6', N'ACTIVE', N'4001501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'2', N'16', N'ACTIVE', N'4001502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'2', N'26', N'ACTIVE', N'4001503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'2', N'36', N'ACTIVE', N'4001504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'2', N'46', N'ACTIVE', N'4001505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'2', N'18', N'ACTIVE', N'4001701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'2', N'28', N'ACTIVE', N'4001702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'2', N'38', N'ACTIVE', N'4001703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'2', N'48', N'ACTIVE', N'4001704') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'2', N'1', N'ACTIVE', N'6000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'2', N'11', N'ACTIVE', N'6000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'2', N'21', N'ACTIVE', N'6000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'2', N'31', N'ACTIVE', N'6000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'2', N'41', N'ACTIVE', N'6000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'2', N'51', N'ACTIVE', N'6000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Roll', N'2', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Roll - Guidance of Wind', N'2', N'16', N'PASSIVE', N'9999902') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'2', N'2', N'ACTIVE', N'111000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'2', N'12', N'ACTIVE', N'111000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'2', N'22', N'ACTIVE', N'111000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'2', N'32', N'ACTIVE', N'111000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'2', N'42', N'ACTIVE', N'111000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Gale Blast', N'2', N'52', N'ACTIVE', N'111000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'2', N'6', N'ACTIVE', N'111000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'2', N'16', N'ACTIVE', N'111000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'2', N'26', N'ACTIVE', N'111000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'2', N'36', N'ACTIVE', N'111000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'2', N'46', N'ACTIVE', N'111000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Paper Cut', N'2', N'28', N'ACTIVE', N'111000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Paper Cut', N'2', N'38', N'ACTIVE', N'111000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Paper Cut', N'2', N'48', N'ACTIVE', N'111000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Cross Roller', N'2', N'38', N'ACTIVE', N'111000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Cross Roller', N'2', N'48', N'ACTIVE', N'111000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110005', N'Eye of the Storm', N'2', N'45', N'ACTIVE', N'111000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110005', N'Eye of the Storm', N'2', N'55', N'ACTIVE', N'111000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Sleep', N'2', N'26', N'BUFF', N'113000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Sleep', N'2', N'36', N'BUFF', N'113000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Sleep', N'2', N'46', N'BUFF', N'113000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Windy Weapon', N'2', N'30', N'BUFF', N'113000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Windy Weapon', N'2', N'40', N'BUFF', N'113000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Windy Weapon', N'2', N'50', N'BUFF', N'113000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130003', N'Weapon of Destruction', N'2', N'32', N'BUFF', N'113000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130003', N'Weapon of Destruction', N'2', N'42', N'BUFF', N'113000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130004', N'Increase Attack Speed', N'2', N'34', N'BUFF', N'113000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130004', N'Increase Attack Speed', N'2', N'44', N'BUFF', N'113000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'2', N'20', N'PASSIVE', N'114000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'2', N'30', N'PASSIVE', N'114000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'2', N'40', N'PASSIVE', N'114000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'2', N'50', N'PASSIVE', N'114000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'2', N'1', N'ACTIVE', N'131000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'2', N'11', N'ACTIVE', N'131000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'2', N'21', N'ACTIVE', N'131000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'2', N'31', N'ACTIVE', N'131000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'2', N'41', N'ACTIVE', N'131000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'2', N'51', N'ACTIVE', N'131000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'2', N'14', N'ACTIVE', N'131000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'2', N'24', N'ACTIVE', N'131000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'2', N'34', N'ACTIVE', N'131000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'2', N'44', N'ACTIVE', N'131000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'2', N'54', N'ACTIVE', N'131000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Blinding Beam', N'2', N'30', N'ACTIVE', N'131000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Blinding Beam', N'2', N'40', N'ACTIVE', N'131000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Blinding Beam', N'2', N'50', N'ACTIVE', N'131000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'2', N'1', N'ACTIVE', N'131010101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'2', N'11', N'ACTIVE', N'131010102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'2', N'21', N'ACTIVE', N'131010103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'2', N'31', N'ACTIVE', N'131010104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'2', N'41', N'ACTIVE', N'131010105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'2', N'51', N'ACTIVE', N'131010106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'2', N'14', N'ACTIVE', N'131020201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'2', N'24', N'ACTIVE', N'131020202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'2', N'34', N'ACTIVE', N'131020203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'2', N'44', N'ACTIVE', N'131020204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'2', N'54', N'ACTIVE', N'131020205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'2', N'10', N'BUFF', N'133000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'2', N'20', N'BUFF', N'133000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'2', N'30', N'BUFF', N'133000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'2', N'40', N'BUFF', N'133000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'2', N'50', N'BUFF', N'133000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'2', N'20', N'BUFF', N'133000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'2', N'30', N'BUFF', N'133000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'2', N'40', N'BUFF', N'133000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'2', N'50', N'BUFF', N'133000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Flame Weapon', N'2', N'30', N'BUFF', N'133000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Flame Weapon', N'2', N'40', N'BUFF', N'133000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Flame Weapon', N'2', N'50', N'BUFF', N'133000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Upgrade: Wall of Fire', N'2', N'16', N'PASSIVE', N'134000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340002', N'Upgrade: Fireball', N'2', N'16', N'PASSIVE', N'134000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'2', N'20', N'PASSIVE', N'134000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'2', N'30', N'PASSIVE', N'134000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'2', N'40', N'PASSIVE', N'134000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'2', N'50', N'PASSIVE', N'134000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'2', N'1', N'ACTIVE', N'141000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'2', N'11', N'ACTIVE', N'141000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'2', N'21', N'ACTIVE', N'141000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'2', N'31', N'ACTIVE', N'141000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'2', N'41', N'ACTIVE', N'141000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'2', N'51', N'ACTIVE', N'141000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'2', N'8', N'ACTIVE', N'141000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'2', N'20', N'ACTIVE', N'141000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'2', N'28', N'ACTIVE', N'141000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'2', N'38', N'ACTIVE', N'141000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'2', N'48', N'ACTIVE', N'141000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'2', N'20', N'ACTIVE', N'141000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'2', N'28', N'ACTIVE', N'141000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'2', N'38', N'ACTIVE', N'141000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'2', N'48', N'ACTIVE', N'141000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'2', N'24', N'ACTIVE', N'141000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'2', N'34', N'ACTIVE', N'141000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'2', N'44', N'ACTIVE', N'141000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'2', N'54', N'ACTIVE', N'141000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Angelic Redemption', N'2', N'34', N'ACTIVE', N'141000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Angelic Redemption', N'2', N'44', N'ACTIVE', N'141000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Angelic Redemption', N'2', N'54', N'ACTIVE', N'141000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Counter Attack', N'2', N'30', N'ACTIVE', N'141000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Counter Attack', N'2', N'40', N'ACTIVE', N'141000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'2', N'10', N'ACTIVE', N'143000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'2', N'20', N'ACTIVE', N'143000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'2', N'30', N'ACTIVE', N'143000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'2', N'40', N'ACTIVE', N'143000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'2', N'50', N'ACTIVE', N'143000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'2', N'14', N'BUFF', N'143000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'2', N'24', N'BUFF', N'143000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'2', N'34', N'BUFF', N'143000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'2', N'44', N'BUFF', N'143000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'2', N'18', N'ACTIVE', N'143000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'2', N'28', N'ACTIVE', N'143000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'2', N'38', N'ACTIVE', N'143000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'2', N'48', N'ACTIVE', N'143000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430004', N'Regeneration', N'2', N'26', N'BUFF', N'143000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430004', N'Regeneration', N'2', N'36', N'BUFF', N'143000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430004', N'Regeneration', N'2', N'46', N'BUFF', N'143000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430005', N'Sharp Mentality', N'2', N'28', N'BUFF', N'143000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430005', N'Sharp Mentality', N'2', N'38', N'BUFF', N'143000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430005', N'Sharp Mentality', N'2', N'48', N'BUFF', N'143000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430006', N'Light Weapon', N'2', N'30', N'BUFF', N'143000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430006', N'Light Weapon', N'2', N'40', N'BUFF', N'143000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430006', N'Light Weapon', N'2', N'50', N'BUFF', N'143000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'2', N'12', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'2', N'22', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'2', N'32', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'2', N'42', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'2', N'18', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'2', N'28', N'PASSIVE', N'144000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'2', N'38', N'PASSIVE', N'144000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'2', N'48', N'PASSIVE', N'144000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'2', N'20', N'PASSIVE', N'144000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'2', N'30', N'PASSIVE', N'144000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'2', N'40', N'PASSIVE', N'144000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'2', N'50', N'PASSIVE', N'144000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Max HP Increase', N'2', N'22', N'PASSIVE', N'144000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Max HP Increase', N'2', N'32', N'PASSIVE', N'144000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Max HP Increase', N'2', N'42', N'PASSIVE', N'144000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440005', N'Tree of Life', N'2', N'50', N'ACTIVE', N'144000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'2', N'4', N'ACTIVE', N'151000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'2', N'14', N'ACTIVE', N'151000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'2', N'24', N'ACTIVE', N'151000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'2', N'34', N'ACTIVE', N'151000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'2', N'44', N'ACTIVE', N'151000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'2', N'54', N'ACTIVE', N'151000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'2', N'10', N'ACTIVE', N'151000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'2', N'20', N'ACTIVE', N'151000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'2', N'30', N'ACTIVE', N'151000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'2', N'40', N'ACTIVE', N'151000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'2', N'50', N'ACTIVE', N'151000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Double Sledge', N'2', N'40', N'ACTIVE', N'151000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Double Sledge', N'2', N'50', N'ACTIVE', N'151000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Exploding Earth', N'2', N'42', N'ACTIVE', N'151000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Exploding Earth', N'2', N'52', N'ACTIVE', N'151000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'2', N'12', N'BUFF', N'153000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'2', N'22', N'BUFF', N'153000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'2', N'32', N'BUFF', N'153000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'2', N'42', N'BUFF', N'153000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'2', N'20', N'PASSIVE', N'154000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'2', N'30', N'PASSIVE', N'154000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'2', N'40', N'PASSIVE', N'154000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'2', N'50', N'PASSIVE', N'154000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'2', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'2', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Roll', N'2', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Roll - Guidance of Wind', N'2', N'16', N'PASSIVE', N'194000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'2', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'2', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'2', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'2', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'2', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'2', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'2', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'2', N'2', N'ACTIVE', N'211000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'2', N'12', N'ACTIVE', N'211000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'2', N'22', N'ACTIVE', N'211000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'2', N'32', N'ACTIVE', N'211000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'2', N'42', N'ACTIVE', N'211000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Gale Blast', N'2', N'52', N'ACTIVE', N'211000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'2', N'6', N'ACTIVE', N'211000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'2', N'16', N'ACTIVE', N'211000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'2', N'26', N'ACTIVE', N'211000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'2', N'36', N'ACTIVE', N'211000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'2', N'46', N'ACTIVE', N'211000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'2', N'10', N'ACTIVE', N'211000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'2', N'20', N'ACTIVE', N'211000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'2', N'30', N'ACTIVE', N'211000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'2', N'40', N'ACTIVE', N'211000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'2', N'50', N'ACTIVE', N'211000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Rust Tornado', N'2', N'34', N'ACTIVE', N'211000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Rust Tornado', N'2', N'44', N'ACTIVE', N'211000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Rust Tornado', N'2', N'54', N'ACTIVE', N'211000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Sleep', N'2', N'26', N'BUFF', N'213000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Sleep', N'2', N'36', N'BUFF', N'213000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Sleep', N'2', N'46', N'BUFF', N'213000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Windy Weapon', N'2', N'30', N'BUFF', N'213000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Windy Weapon', N'2', N'40', N'BUFF', N'213000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Windy Weapon', N'2', N'50', N'BUFF', N'213000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'2', N'20', N'PASSIVE', N'214000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'2', N'30', N'PASSIVE', N'214000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'2', N'40', N'PASSIVE', N'214000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'2', N'50', N'PASSIVE', N'214000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'2', N'8', N'ACTIVE', N'221000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'2', N'20', N'ACTIVE', N'221000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'2', N'28', N'ACTIVE', N'221000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'2', N'38', N'ACTIVE', N'221000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'2', N'48', N'ACTIVE', N'221000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'2', N'20', N'ACTIVE', N'221000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'2', N'28', N'ACTIVE', N'221000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'2', N'38', N'ACTIVE', N'221000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'2', N'48', N'ACTIVE', N'221000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Freeze', N'2', N'30', N'ACTIVE', N'221000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Freeze', N'2', N'40', N'ACTIVE', N'221000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Freeze', N'2', N'50', N'ACTIVE', N'221000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Ice Burst', N'2', N'42', N'ACTIVE', N'221000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Ice Burst', N'2', N'52', N'ACTIVE', N'221000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Arctic Breeze', N'2', N'30', N'ACTIVE', N'221000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Arctic Breeze', N'2', N'40', N'ACTIVE', N'221000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'2', N'18', N'BUFF', N'223000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'2', N'28', N'BUFF', N'223000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'2', N'38', N'BUFF', N'223000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'2', N'48', N'BUFF', N'223000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230002', N'Ice Weapon', N'2', N'30', N'BUFF', N'223000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230002', N'Ice Weapon', N'2', N'40', N'BUFF', N'223000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230002', N'Ice Weapon', N'2', N'50', N'BUFF', N'223000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'2', N'20', N'PASSIVE', N'224000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'2', N'30', N'PASSIVE', N'224000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'2', N'40', N'PASSIVE', N'224000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'2', N'50', N'PASSIVE', N'224000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240002', N'Blizzard', N'2', N'50', N'ACTIVE', N'224000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'2', N'1', N'ACTIVE', N'231000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'2', N'11', N'ACTIVE', N'231000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'2', N'21', N'ACTIVE', N'231000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'2', N'31', N'ACTIVE', N'231000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'2', N'41', N'ACTIVE', N'231000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'2', N'51', N'ACTIVE', N'231000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'2', N'14', N'ACTIVE', N'231000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'2', N'24', N'ACTIVE', N'231000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'2', N'34', N'ACTIVE', N'231000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'2', N'44', N'ACTIVE', N'231000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'2', N'54', N'ACTIVE', N'231000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Fire of Fury', N'2', N'28', N'ACTIVE', N'231000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Fire of Fury', N'2', N'38', N'ACTIVE', N'231000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Fire of Fury', N'2', N'48', N'ACTIVE', N'231000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Pillars of Fire', N'2', N'40', N'ACTIVE', N'231000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Pillars of Fire', N'2', N'50', N'ACTIVE', N'231000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fire Field', N'2', N'45', N'ACTIVE', N'231000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fire Field', N'2', N'55', N'ACTIVE', N'231000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'2', N'1', N'ACTIVE', N'231010101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'2', N'11', N'ACTIVE', N'231010102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'2', N'21', N'ACTIVE', N'231010103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'2', N'31', N'ACTIVE', N'231010104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'2', N'41', N'ACTIVE', N'231010105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'2', N'51', N'ACTIVE', N'231010106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'2', N'14', N'ACTIVE', N'231020201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'2', N'24', N'ACTIVE', N'231020202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'2', N'34', N'ACTIVE', N'231020203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'2', N'44', N'ACTIVE', N'231020204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fireball', N'2', N'54', N'ACTIVE', N'231020205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310304', N'Fire of Fury', N'2', N'28', N'ACTIVE', N'231030401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310304', N'Fire of Fury', N'2', N'38', N'ACTIVE', N'231030402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310304', N'Fire of Fury', N'2', N'48', N'ACTIVE', N'231030403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Upgrade: Wall of Fire', N'2', N'16', N'PASSIVE', N'234000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340002', N'Upgrade: Fireball', N'2', N'16', N'PASSIVE', N'234000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'2', N'20', N'PASSIVE', N'234000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'2', N'30', N'PASSIVE', N'234000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'2', N'40', N'PASSIVE', N'234000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'2', N'50', N'PASSIVE', N'234000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340004', N'Upgrade: Fire of Fury', N'2', N'34', N'PASSIVE', N'234000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'2', N'1', N'ACTIVE', N'241000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'2', N'11', N'ACTIVE', N'241000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'2', N'21', N'ACTIVE', N'241000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'2', N'31', N'ACTIVE', N'241000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'2', N'41', N'ACTIVE', N'241000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'2', N'51', N'ACTIVE', N'241000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'2', N'24', N'ACTIVE', N'241000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'2', N'34', N'ACTIVE', N'241000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'2', N'44', N'ACTIVE', N'241000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'2', N'54', N'ACTIVE', N'241000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Pumpkin Bomb', N'2', N'38', N'ACTIVE', N'241000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'2', N'14', N'BUFF', N'243000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'2', N'24', N'BUFF', N'243000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'2', N'34', N'BUFF', N'243000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'2', N'44', N'BUFF', N'243000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Sharp Mentality', N'2', N'28', N'BUFF', N'243000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Sharp Mentality', N'2', N'38', N'BUFF', N'243000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Sharp Mentality', N'2', N'48', N'BUFF', N'243000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430003', N'MP Cost Reduction', N'2', N'34', N'BUFF', N'243000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430003', N'MP Cost Reduction', N'2', N'44', N'BUFF', N'243000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430004', N'Zero Cooldown', N'2', N'38', N'BUFF', N'243000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'2', N'12', N'PASSIVE', N'244000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'2', N'22', N'PASSIVE', N'244000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'2', N'32', N'PASSIVE', N'244000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'2', N'42', N'PASSIVE', N'244000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'2', N'18', N'PASSIVE', N'244000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'2', N'28', N'PASSIVE', N'244000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'2', N'38', N'PASSIVE', N'244000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'2', N'48', N'PASSIVE', N'244000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'2', N'20', N'PASSIVE', N'244000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'2', N'30', N'PASSIVE', N'244000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'2', N'40', N'PASSIVE', N'244000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'2', N'50', N'PASSIVE', N'244000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'2', N'20', N'PASSIVE', N'244000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'2', N'30', N'PASSIVE', N'244000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'2', N'40', N'PASSIVE', N'244000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'2', N'50', N'PASSIVE', N'244000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'2', N'4', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'2', N'14', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'2', N'24', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'2', N'34', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'2', N'44', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'2', N'54', N'ACTIVE', N'251000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'2', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'2', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Roll', N'2', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Roll - Guidance of Wind', N'2', N'16', N'PASSIVE', N'294000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'2', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'2', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'2', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'2', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'2', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'2', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'2', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'2', N'1', N'ACTIVE', N'311000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'2', N'11', N'ACTIVE', N'311000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'2', N'21', N'ACTIVE', N'311000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'2', N'31', N'ACTIVE', N'311000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'2', N'41', N'ACTIVE', N'311000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'2', N'51', N'ACTIVE', N'311000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'2', N'24', N'ACTIVE', N'311000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'2', N'34', N'ACTIVE', N'311000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'2', N'44', N'ACTIVE', N'311000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'2', N'54', N'ACTIVE', N'311000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Paper Cut', N'2', N'28', N'ACTIVE', N'311000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Paper Cut', N'2', N'38', N'ACTIVE', N'311000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Paper Cut', N'2', N'48', N'ACTIVE', N'311000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rust Tornado', N'2', N'34', N'ACTIVE', N'311000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rust Tornado', N'2', N'44', N'ACTIVE', N'311000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rust Tornado', N'2', N'54', N'ACTIVE', N'311000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Line Cross', N'2', N'38', N'ACTIVE', N'311000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Line Cross', N'2', N'48', N'ACTIVE', N'311000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'2', N'1', N'ACTIVE', N'311010201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'2', N'11', N'ACTIVE', N'311010202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'2', N'21', N'ACTIVE', N'311010203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'2', N'31', N'ACTIVE', N'311010204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'2', N'41', N'ACTIVE', N'311010205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'2', N'51', N'ACTIVE', N'311010206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'2', N'24', N'ACTIVE', N'311020301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'2', N'34', N'ACTIVE', N'311020302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'2', N'44', N'ACTIVE', N'311020303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'2', N'54', N'ACTIVE', N'311020304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Sleep', N'2', N'26', N'BUFF', N'313000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Sleep', N'2', N'36', N'BUFF', N'313000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Sleep', N'2', N'46', N'BUFF', N'313000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Windy Weapon', N'2', N'30', N'BUFF', N'313000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Windy Weapon', N'2', N'40', N'BUFF', N'313000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Windy Weapon', N'2', N'50', N'BUFF', N'313000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130205', N'Sharp Mentality', N'2', N'28', N'BUFF', N'313020501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130205', N'Sharp Mentality', N'2', N'38', N'BUFF', N'313020502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130205', N'Sharp Mentality', N'2', N'48', N'BUFF', N'313020503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'2', N'20', N'PASSIVE', N'314000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'2', N'30', N'PASSIVE', N'314000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'2', N'40', N'PASSIVE', N'314000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'2', N'50', N'PASSIVE', N'314000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Upgrade: Rising Smash', N'2', N'24', N'PASSIVE', N'314000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140003', N'Upgrade: Last Strike', N'2', N'30', N'PASSIVE', N'314000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'2', N'2', N'ACTIVE', N'331000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'2', N'12', N'ACTIVE', N'331000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'2', N'22', N'ACTIVE', N'331000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'2', N'32', N'ACTIVE', N'331000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'2', N'42', N'ACTIVE', N'331000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'2', N'52', N'ACTIVE', N'331000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'2', N'6', N'ACTIVE', N'331000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'2', N'16', N'ACTIVE', N'331000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'2', N'26', N'ACTIVE', N'331000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'2', N'36', N'ACTIVE', N'331000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'2', N'46', N'ACTIVE', N'331000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'2', N'14', N'ACTIVE', N'331000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'2', N'24', N'ACTIVE', N'331000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'2', N'34', N'ACTIVE', N'331000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'2', N'44', N'ACTIVE', N'331000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'2', N'54', N'ACTIVE', N'331000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Blinding Beam', N'2', N'30', N'ACTIVE', N'331000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Blinding Beam', N'2', N'40', N'ACTIVE', N'331000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Blinding Beam', N'2', N'50', N'ACTIVE', N'331000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Fire Dance', N'2', N'45', N'ACTIVE', N'331000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Fire Field', N'2', N'55', N'ACTIVE', N'331000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'2', N'14', N'ACTIVE', N'331030101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'2', N'24', N'ACTIVE', N'331030102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'2', N'34', N'ACTIVE', N'331030103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'2', N'44', N'ACTIVE', N'331030104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'2', N'54', N'ACTIVE', N'331030105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Upgrade: Fireball', N'2', N'16', N'PASSIVE', N'334000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'2', N'20', N'PASSIVE', N'334000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'2', N'30', N'PASSIVE', N'334000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'2', N'40', N'PASSIVE', N'334000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'2', N'50', N'PASSIVE', N'334000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'2', N'1', N'ACTIVE', N'341000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'2', N'11', N'ACTIVE', N'341000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'2', N'21', N'ACTIVE', N'341000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'2', N'31', N'ACTIVE', N'341000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'2', N'41', N'ACTIVE', N'341000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'2', N'51', N'ACTIVE', N'341000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'2', N'8', N'ACTIVE', N'341000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'2', N'20', N'ACTIVE', N'341000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'2', N'28', N'ACTIVE', N'341000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'2', N'38', N'ACTIVE', N'341000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'2', N'48', N'ACTIVE', N'341000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'2', N'20', N'ACTIVE', N'341000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'2', N'28', N'ACTIVE', N'341000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'2', N'38', N'ACTIVE', N'341000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'2', N'48', N'ACTIVE', N'341000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Glaive Spin', N'2', N'30', N'ACTIVE', N'341000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Glaive Spin', N'2', N'40', N'ACTIVE', N'341000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'2', N'14', N'BUFF', N'343000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'2', N'24', N'BUFF', N'343000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'2', N'34', N'BUFF', N'343000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'2', N'44', N'BUFF', N'343000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Sharp Mentality', N'2', N'28', N'BUFF', N'343000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Sharp Mentality', N'2', N'38', N'BUFF', N'343000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Sharp Mentality', N'2', N'48', N'BUFF', N'343000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430003', N'MP Cost Reduction', N'2', N'34', N'BUFF', N'343000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430003', N'MP Cost Reduction', N'2', N'44', N'BUFF', N'343000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'2', N'12', N'PASSIVE', N'344000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'2', N'22', N'PASSIVE', N'344000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'2', N'32', N'PASSIVE', N'344000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'2', N'42', N'PASSIVE', N'344000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'2', N'18', N'PASSIVE', N'344000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'2', N'28', N'PASSIVE', N'344000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'2', N'38', N'PASSIVE', N'344000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'2', N'48', N'PASSIVE', N'344000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'2', N'20', N'PASSIVE', N'344000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'2', N'30', N'PASSIVE', N'344000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'2', N'40', N'PASSIVE', N'344000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'2', N'50', N'PASSIVE', N'344000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Max HP Increase', N'2', N'22', N'PASSIVE', N'344000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Max HP Increase', N'2', N'32', N'PASSIVE', N'344000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Max HP Increase', N'2', N'42', N'PASSIVE', N'344000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440005', N'Upgrade: Sharp Mentality', N'2', N'30', N'PASSIVE', N'344000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440006', N'Fury of Light', N'2', N'50', N'ACTIVE', N'344000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'2', N'4', N'ACTIVE', N'351000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'2', N'14', N'ACTIVE', N'351000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'2', N'24', N'ACTIVE', N'351000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'2', N'34', N'ACTIVE', N'351000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'2', N'44', N'ACTIVE', N'351000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'2', N'54', N'ACTIVE', N'351000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'2', N'10', N'ACTIVE', N'351000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'2', N'20', N'ACTIVE', N'351000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'2', N'30', N'ACTIVE', N'351000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'2', N'40', N'ACTIVE', N'351000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'2', N'50', N'ACTIVE', N'351000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Earth Destruction', N'2', N'40', N'ACTIVE', N'351000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Earth Destruction', N'2', N'50', N'ACTIVE', N'351000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Exploding Earth', N'2', N'42', N'ACTIVE', N'351000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Exploding Earth', N'2', N'52', N'ACTIVE', N'351000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'Cure: Stone', N'2', N'24', N'BUFF', N'353000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'Cure: Stone', N'2', N'34', N'BUFF', N'353000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'Cure: Stone', N'2', N'44', N'BUFF', N'353000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'2', N'20', N'PASSIVE', N'354000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'2', N'30', N'PASSIVE', N'354000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'2', N'40', N'PASSIVE', N'354000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'2', N'50', N'PASSIVE', N'354000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'2', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'2', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Roll', N'2', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Roll - Guidance of Wind', N'2', N'16', N'PASSIVE', N'394000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'2', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'2', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'2', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'2', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'2', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'2', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'2', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'1', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Short Distance Teleport', N'1', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10004', N'Roll - Down', N'1', N'10', N'PASSIVE', N'1000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10006', N'Mid Air Dash', N'1', N'15', N'PASSIVE', N'1000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'1', N'8', N'PASSIVE', N'1001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'1', N'18', N'PASSIVE', N'1001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'1', N'28', N'PASSIVE', N'1001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'1', N'38', N'PASSIVE', N'1001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'1', N'48', N'PASSIVE', N'1001105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'1', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'1', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'1', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'1', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'1', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'1', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'1', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'1', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'1', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'1', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'1', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'1', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'1', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'1', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'1', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'1', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'1', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'1', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'1', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'1', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'1', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10055', N'Basic Combo', N'1', N'30', N'ACTIVE', N'1005501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10112', N'Upgrade: Sword Upper', N'1', N'12', N'PASSIVE', N'1011201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'1', N'1', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'201', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Roll', N'201', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Roll - Guidance of Wind', N'201', N'16', N'PASSIVE', N'1000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10003', N'Roll - Down', N'201', N'10', N'PASSIVE', N'1000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10005', N'Mid Air Dash', N'201', N'15', N'PASSIVE', N'1000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'201', N'12', N'PASSIVE', N'1001201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'201', N'22', N'PASSIVE', N'1001202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'201', N'32', N'PASSIVE', N'1001203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10012', N'Max MP Increase', N'201', N'42', N'PASSIVE', N'1001204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'201', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'201', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'201', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'201', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Fabric Mastery', N'201', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'201', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'201', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'201', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'201', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'201', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Magic Sword Mastery', N'201', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'201', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'201', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'201', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'201', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Scythe Mastery', N'201', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'201', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'201', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'201', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'201', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Glaive Mastery', N'201', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'201', N'2', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'201', N'12', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'201', N'22', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'201', N'32', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'201', N'42', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Gale Blast', N'201', N'52', N'ACTIVE', N'2000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'201', N'4', N'ACTIVE', N'2000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'201', N'14', N'ACTIVE', N'2000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'201', N'24', N'ACTIVE', N'2000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'201', N'34', N'ACTIVE', N'2000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'201', N'44', N'ACTIVE', N'2000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Rock Fist', N'201', N'54', N'ACTIVE', N'2000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'201', N'10', N'ACTIVE', N'2000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'201', N'20', N'ACTIVE', N'2000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'201', N'30', N'ACTIVE', N'2000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'201', N'40', N'ACTIVE', N'2000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Sandstorm', N'201', N'50', N'ACTIVE', N'2000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'201', N'1', N'ACTIVE', N'2005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'201', N'11', N'ACTIVE', N'2005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'201', N'21', N'ACTIVE', N'2005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'201', N'31', N'ACTIVE', N'2005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'201', N'41', N'ACTIVE', N'2005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Wall of Fire', N'201', N'51', N'ACTIVE', N'2005106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'201', N'14', N'ACTIVE', N'3000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'201', N'24', N'ACTIVE', N'3000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'201', N'34', N'ACTIVE', N'3000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'201', N'44', N'ACTIVE', N'3000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Fireball', N'201', N'54', N'ACTIVE', N'3000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'201', N'8', N'ACTIVE', N'3000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'201', N'18', N'ACTIVE', N'3000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'201', N'28', N'ACTIVE', N'3000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'201', N'38', N'ACTIVE', N'3000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30004', N'Light Shield', N'201', N'48', N'ACTIVE', N'3000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'201', N'10', N'ACTIVE', N'4000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'201', N'20', N'ACTIVE', N'4000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'201', N'30', N'ACTIVE', N'4000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'201', N'40', N'ACTIVE', N'4000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Heal', N'201', N'50', N'ACTIVE', N'4000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'201', N'10', N'BUFF', N'4000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'201', N'20', N'BUFF', N'4000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'201', N'30', N'BUFF', N'4000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'201', N'40', N'BUFF', N'4000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40006', N'Vitality Boost', N'201', N'50', N'BUFF', N'4000605') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'201', N'6', N'ACTIVE', N'4001501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'201', N'16', N'ACTIVE', N'4001502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'201', N'26', N'ACTIVE', N'4001503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'201', N'36', N'ACTIVE', N'4001504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40015', N'Glaive Charm', N'201', N'46', N'ACTIVE', N'4001505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'201', N'18', N'ACTIVE', N'4001701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'201', N'28', N'ACTIVE', N'4001702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'201', N'38', N'ACTIVE', N'4001703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40017', N'Fairy Sign', N'201', N'48', N'ACTIVE', N'4001704') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'201', N'1', N'ACTIVE', N'6000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'201', N'11', N'ACTIVE', N'6000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'201', N'21', N'ACTIVE', N'6000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'201', N'31', N'ACTIVE', N'6000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'201', N'41', N'ACTIVE', N'6000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60001', N'Magic Missile', N'201', N'51', N'ACTIVE', N'6000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Roll', N'201', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Roll - Guidance of Wind', N'201', N'16', N'PASSIVE', N'9999902') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'201', N'2', N'ACTIVE', N'111000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'201', N'12', N'ACTIVE', N'111000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'201', N'22', N'ACTIVE', N'111000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'201', N'32', N'ACTIVE', N'111000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Windy Blast', N'201', N'42', N'ACTIVE', N'111000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Gale Blast', N'201', N'52', N'ACTIVE', N'111000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'201', N'6', N'ACTIVE', N'111000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'201', N'16', N'ACTIVE', N'111000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'201', N'26', N'ACTIVE', N'111000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'201', N'36', N'ACTIVE', N'111000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Tornado', N'201', N'46', N'ACTIVE', N'111000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Paper Cut', N'201', N'28', N'ACTIVE', N'111000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Paper Cut', N'201', N'38', N'ACTIVE', N'111000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Paper Cut', N'201', N'48', N'ACTIVE', N'111000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Cross Roller', N'201', N'38', N'ACTIVE', N'111000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Cross Roller', N'201', N'48', N'ACTIVE', N'111000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110005', N'Eye of the Storm', N'201', N'45', N'ACTIVE', N'111000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110005', N'Eye of the Storm', N'201', N'55', N'ACTIVE', N'111000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Sleep', N'201', N'26', N'BUFF', N'113000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Sleep', N'201', N'36', N'BUFF', N'113000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Sleep', N'201', N'46', N'BUFF', N'113000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Windy Weapon', N'201', N'30', N'BUFF', N'113000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Windy Weapon', N'201', N'40', N'BUFF', N'113000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Windy Weapon', N'201', N'50', N'BUFF', N'113000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130003', N'Weapon of Destruction', N'201', N'32', N'BUFF', N'113000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130003', N'Weapon of Destruction', N'201', N'42', N'BUFF', N'113000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130004', N'Increase Attack Speed', N'201', N'34', N'BUFF', N'113000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130004', N'Increase Attack Speed', N'201', N'44', N'BUFF', N'113000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'201', N'20', N'PASSIVE', N'114000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'201', N'30', N'PASSIVE', N'114000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'201', N'40', N'PASSIVE', N'114000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Wind Mastery', N'201', N'50', N'PASSIVE', N'114000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'201', N'1', N'ACTIVE', N'131000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'201', N'11', N'ACTIVE', N'131000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'201', N'21', N'ACTIVE', N'131000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'201', N'31', N'ACTIVE', N'131000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'201', N'41', N'ACTIVE', N'131000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Wall of Fire', N'201', N'51', N'ACTIVE', N'131000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'201', N'14', N'ACTIVE', N'131000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'201', N'24', N'ACTIVE', N'131000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'201', N'34', N'ACTIVE', N'131000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'201', N'44', N'ACTIVE', N'131000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Fireball', N'201', N'54', N'ACTIVE', N'131000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Blinding Beam', N'201', N'30', N'ACTIVE', N'131000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Blinding Beam', N'201', N'40', N'ACTIVE', N'131000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Blinding Beam', N'201', N'50', N'ACTIVE', N'131000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'201', N'1', N'ACTIVE', N'131010101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'201', N'11', N'ACTIVE', N'131010102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'201', N'21', N'ACTIVE', N'131010103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'201', N'31', N'ACTIVE', N'131010104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'201', N'41', N'ACTIVE', N'131010105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310101', N'Wall of Fire', N'201', N'51', N'ACTIVE', N'131010106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'201', N'14', N'ACTIVE', N'131020201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'201', N'24', N'ACTIVE', N'131020202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'201', N'34', N'ACTIVE', N'131020203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'201', N'44', N'ACTIVE', N'131020204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310202', N'Fireball', N'201', N'54', N'ACTIVE', N'131020205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'201', N'10', N'BUFF', N'133000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'201', N'20', N'BUFF', N'133000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'201', N'30', N'BUFF', N'133000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'201', N'40', N'BUFF', N'133000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Cure: Burn', N'201', N'50', N'BUFF', N'133000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'201', N'20', N'BUFF', N'133000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'201', N'30', N'BUFF', N'133000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'201', N'40', N'BUFF', N'133000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Increase Fire Resistance', N'201', N'50', N'BUFF', N'133000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Flame Weapon', N'201', N'30', N'BUFF', N'133000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Flame Weapon', N'201', N'40', N'BUFF', N'133000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Flame Weapon', N'201', N'50', N'BUFF', N'133000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Upgrade: Wall of Fire', N'201', N'16', N'PASSIVE', N'134000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340002', N'Upgrade: Fireball', N'201', N'16', N'PASSIVE', N'134000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'201', N'20', N'PASSIVE', N'134000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'201', N'30', N'PASSIVE', N'134000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'201', N'40', N'PASSIVE', N'134000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Fire Mastery', N'201', N'50', N'PASSIVE', N'134000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'201', N'1', N'ACTIVE', N'141000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'201', N'11', N'ACTIVE', N'141000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'201', N'21', N'ACTIVE', N'141000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'201', N'31', N'ACTIVE', N'141000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'201', N'41', N'ACTIVE', N'141000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Magic Missile', N'201', N'51', N'ACTIVE', N'141000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'201', N'8', N'ACTIVE', N'141000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'201', N'20', N'ACTIVE', N'141000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'201', N'28', N'ACTIVE', N'141000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'201', N'38', N'ACTIVE', N'141000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Light Shield', N'201', N'48', N'ACTIVE', N'141000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'201', N'20', N'ACTIVE', N'141000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'201', N'28', N'ACTIVE', N'141000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'201', N'38', N'ACTIVE', N'141000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Soul Eroder', N'201', N'48', N'ACTIVE', N'141000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'201', N'24', N'ACTIVE', N'141000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'201', N'34', N'ACTIVE', N'141000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'201', N'44', N'ACTIVE', N'141000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Pillar of Light', N'201', N'54', N'ACTIVE', N'141000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Angelic Redemption', N'201', N'34', N'ACTIVE', N'141000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Angelic Redemption', N'201', N'44', N'ACTIVE', N'141000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Angelic Redemption', N'201', N'54', N'ACTIVE', N'141000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Counter Attack', N'201', N'30', N'ACTIVE', N'141000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Counter Attack', N'201', N'40', N'ACTIVE', N'141000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'201', N'10', N'ACTIVE', N'143000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'201', N'20', N'ACTIVE', N'143000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'201', N'30', N'ACTIVE', N'143000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'201', N'40', N'ACTIVE', N'143000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Heal', N'201', N'50', N'ACTIVE', N'143000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'201', N'14', N'BUFF', N'143000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'201', N'24', N'BUFF', N'143000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'201', N'34', N'BUFF', N'143000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Vitality Boost', N'201', N'44', N'BUFF', N'143000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'201', N'18', N'ACTIVE', N'143000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'201', N'28', N'ACTIVE', N'143000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'201', N'38', N'ACTIVE', N'143000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Purification', N'201', N'48', N'ACTIVE', N'143000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430004', N'Regeneration', N'201', N'26', N'BUFF', N'143000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430004', N'Regeneration', N'201', N'36', N'BUFF', N'143000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430004', N'Regeneration', N'201', N'46', N'BUFF', N'143000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430005', N'Sharp Mentality', N'201', N'28', N'BUFF', N'143000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430005', N'Sharp Mentality', N'201', N'38', N'BUFF', N'143000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430005', N'Sharp Mentality', N'201', N'48', N'BUFF', N'143000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430006', N'Light Weapon', N'201', N'30', N'BUFF', N'143000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430006', N'Light Weapon', N'201', N'40', N'BUFF', N'143000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430006', N'Light Weapon', N'201', N'50', N'BUFF', N'143000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'201', N'12', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'201', N'22', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'201', N'32', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max MP Increase', N'201', N'42', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'201', N'18', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'201', N'28', N'PASSIVE', N'144000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'201', N'38', N'PASSIVE', N'144000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Meditation', N'201', N'48', N'PASSIVE', N'144000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'201', N'20', N'PASSIVE', N'144000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'201', N'30', N'PASSIVE', N'144000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'201', N'40', N'PASSIVE', N'144000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Light Mastery', N'201', N'50', N'PASSIVE', N'144000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Max HP Increase', N'201', N'22', N'PASSIVE', N'144000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Max HP Increase', N'201', N'32', N'PASSIVE', N'144000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Max HP Increase', N'201', N'42', N'PASSIVE', N'144000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440005', N'Tree of Life', N'201', N'50', N'ACTIVE', N'144000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'201', N'4', N'ACTIVE', N'151000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'201', N'14', N'ACTIVE', N'151000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'201', N'24', N'ACTIVE', N'151000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'201', N'34', N'ACTIVE', N'151000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'201', N'44', N'ACTIVE', N'151000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rock Fist', N'201', N'54', N'ACTIVE', N'151000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'201', N'10', N'ACTIVE', N'151000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'201', N'20', N'ACTIVE', N'151000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'201', N'30', N'ACTIVE', N'151000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'201', N'40', N'ACTIVE', N'151000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Sandstorm', N'201', N'50', N'ACTIVE', N'151000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Double Sledge', N'201', N'40', N'ACTIVE', N'151000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Double Sledge', N'201', N'50', N'ACTIVE', N'151000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Exploding Earth', N'201', N'42', N'ACTIVE', N'151000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Exploding Earth', N'201', N'52', N'ACTIVE', N'151000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'201', N'12', N'BUFF', N'153000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'201', N'22', N'BUFF', N'153000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'201', N'32', N'BUFF', N'153000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Cure: Stone', N'201', N'42', N'BUFF', N'153000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'201', N'20', N'PASSIVE', N'154000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'201', N'30', N'PASSIVE', N'154000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'201', N'40', N'PASSIVE', N'154000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Earth Mastery', N'201', N'50', N'PASSIVE', N'154000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'201', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'201', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Roll', N'201', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Roll - Guidance of Wind', N'201', N'16', N'PASSIVE', N'194000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'201', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'201', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'201', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'201', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Fabric Mastery', N'201', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'201', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'201', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'201', N'2', N'ACTIVE', N'211000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'201', N'12', N'ACTIVE', N'211000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'201', N'22', N'ACTIVE', N'211000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'201', N'32', N'ACTIVE', N'211000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Windy Blast', N'201', N'42', N'ACTIVE', N'211000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Gale Blast', N'201', N'52', N'ACTIVE', N'211000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'201', N'6', N'ACTIVE', N'211000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'201', N'16', N'ACTIVE', N'211000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'201', N'26', N'ACTIVE', N'211000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'201', N'36', N'ACTIVE', N'211000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Tornado', N'201', N'46', N'ACTIVE', N'211000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'201', N'10', N'ACTIVE', N'211000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'201', N'20', N'ACTIVE', N'211000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'201', N'30', N'ACTIVE', N'211000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'201', N'40', N'ACTIVE', N'211000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Sandstorm', N'201', N'50', N'ACTIVE', N'211000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Rust Tornado', N'201', N'34', N'ACTIVE', N'211000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Rust Tornado', N'201', N'44', N'ACTIVE', N'211000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Rust Tornado', N'201', N'54', N'ACTIVE', N'211000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Sleep', N'201', N'26', N'BUFF', N'213000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Sleep', N'201', N'36', N'BUFF', N'213000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Sleep', N'201', N'46', N'BUFF', N'213000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Windy Weapon', N'201', N'30', N'BUFF', N'213000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Windy Weapon', N'201', N'40', N'BUFF', N'213000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Windy Weapon', N'201', N'50', N'BUFF', N'213000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'201', N'20', N'PASSIVE', N'214000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'201', N'30', N'PASSIVE', N'214000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'201', N'40', N'PASSIVE', N'214000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Wind Mastery', N'201', N'50', N'PASSIVE', N'214000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'201', N'8', N'ACTIVE', N'221000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'201', N'20', N'ACTIVE', N'221000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'201', N'28', N'ACTIVE', N'221000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'201', N'38', N'ACTIVE', N'221000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Ice Crystal', N'201', N'48', N'ACTIVE', N'221000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'201', N'20', N'ACTIVE', N'221000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'201', N'28', N'ACTIVE', N'221000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'201', N'38', N'ACTIVE', N'221000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Ice Blade', N'201', N'48', N'ACTIVE', N'221000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Freeze', N'201', N'30', N'ACTIVE', N'221000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Freeze', N'201', N'40', N'ACTIVE', N'221000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Freeze', N'201', N'50', N'ACTIVE', N'221000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Ice Burst', N'201', N'42', N'ACTIVE', N'221000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Ice Burst', N'201', N'52', N'ACTIVE', N'221000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Arctic Breeze', N'201', N'30', N'ACTIVE', N'221000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Arctic Breeze', N'201', N'40', N'ACTIVE', N'221000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'201', N'18', N'BUFF', N'223000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'201', N'28', N'BUFF', N'223000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'201', N'38', N'BUFF', N'223000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Cure: Frozen', N'201', N'48', N'BUFF', N'223000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230002', N'Ice Weapon', N'201', N'30', N'BUFF', N'223000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230002', N'Ice Weapon', N'201', N'40', N'BUFF', N'223000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230002', N'Ice Weapon', N'201', N'50', N'BUFF', N'223000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'201', N'20', N'PASSIVE', N'224000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'201', N'30', N'PASSIVE', N'224000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'201', N'40', N'PASSIVE', N'224000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Water Mastery', N'201', N'50', N'PASSIVE', N'224000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240002', N'Blizzard', N'201', N'50', N'ACTIVE', N'224000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'201', N'1', N'ACTIVE', N'231000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'201', N'11', N'ACTIVE', N'231000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'201', N'21', N'ACTIVE', N'231000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'201', N'31', N'ACTIVE', N'231000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'201', N'41', N'ACTIVE', N'231000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Wall of Fire', N'201', N'51', N'ACTIVE', N'231000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'201', N'14', N'ACTIVE', N'231000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'201', N'24', N'ACTIVE', N'231000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'201', N'34', N'ACTIVE', N'231000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'201', N'44', N'ACTIVE', N'231000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Fireball', N'201', N'54', N'ACTIVE', N'231000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Fire of Fury', N'201', N'28', N'ACTIVE', N'231000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Fire of Fury', N'201', N'38', N'ACTIVE', N'231000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Fire of Fury', N'201', N'48', N'ACTIVE', N'231000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Pillars of Fire', N'201', N'40', N'ACTIVE', N'231000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Pillars of Fire', N'201', N'50', N'ACTIVE', N'231000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fire Field', N'201', N'45', N'ACTIVE', N'231000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fire Field', N'201', N'55', N'ACTIVE', N'231000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'201', N'1', N'ACTIVE', N'231010101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'201', N'11', N'ACTIVE', N'231010102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'201', N'21', N'ACTIVE', N'231010103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'201', N'31', N'ACTIVE', N'231010104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'201', N'41', N'ACTIVE', N'231010105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310101', N'Wall of Fire', N'201', N'51', N'ACTIVE', N'231010106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'201', N'14', N'ACTIVE', N'231020201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'201', N'24', N'ACTIVE', N'231020202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'201', N'34', N'ACTIVE', N'231020203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fire Ball', N'201', N'44', N'ACTIVE', N'231020204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310202', N'Fireball', N'201', N'54', N'ACTIVE', N'231020205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310304', N'Fire of Fury', N'201', N'28', N'ACTIVE', N'231030401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310304', N'Fire of Fury', N'201', N'38', N'ACTIVE', N'231030402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310304', N'Fire of Fury', N'201', N'48', N'ACTIVE', N'231030403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Upgrade: Wall of Fire', N'201', N'16', N'PASSIVE', N'234000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340002', N'Upgrade: Fireball', N'201', N'16', N'PASSIVE', N'234000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'201', N'20', N'PASSIVE', N'234000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'201', N'30', N'PASSIVE', N'234000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'201', N'40', N'PASSIVE', N'234000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340003', N'Fire Mastery', N'201', N'50', N'PASSIVE', N'234000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340004', N'Upgrade: Fire of Fury', N'201', N'34', N'PASSIVE', N'234000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'201', N'1', N'ACTIVE', N'241000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'201', N'11', N'ACTIVE', N'241000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'201', N'21', N'ACTIVE', N'241000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'201', N'31', N'ACTIVE', N'241000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'201', N'41', N'ACTIVE', N'241000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Magic Missile', N'201', N'51', N'ACTIVE', N'241000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'201', N'24', N'ACTIVE', N'241000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'201', N'34', N'ACTIVE', N'241000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'201', N'44', N'ACTIVE', N'241000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Pillar of Light', N'201', N'54', N'ACTIVE', N'241000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Pumpkin Bomb', N'201', N'38', N'ACTIVE', N'241000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'201', N'14', N'BUFF', N'243000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'201', N'24', N'BUFF', N'243000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'201', N'34', N'BUFF', N'243000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Vitality Boost', N'201', N'44', N'BUFF', N'243000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Sharp Mentality', N'201', N'28', N'BUFF', N'243000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Sharp Mentality', N'201', N'38', N'BUFF', N'243000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Sharp Mentality', N'201', N'48', N'BUFF', N'243000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430003', N'MP Cost Reduction', N'201', N'34', N'BUFF', N'243000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430003', N'MP Cost Reduction', N'201', N'44', N'BUFF', N'243000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430004', N'Zero Cooldown', N'201', N'38', N'BUFF', N'243000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'201', N'12', N'PASSIVE', N'244000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'201', N'22', N'PASSIVE', N'244000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'201', N'32', N'PASSIVE', N'244000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max MP Increase', N'201', N'42', N'PASSIVE', N'244000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'201', N'18', N'PASSIVE', N'244000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'201', N'28', N'PASSIVE', N'244000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'201', N'38', N'PASSIVE', N'244000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Meditation', N'201', N'48', N'PASSIVE', N'244000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'201', N'20', N'PASSIVE', N'244000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'201', N'30', N'PASSIVE', N'244000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'201', N'40', N'PASSIVE', N'244000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Light Mastery', N'201', N'50', N'PASSIVE', N'244000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'201', N'20', N'PASSIVE', N'244000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'201', N'30', N'PASSIVE', N'244000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'201', N'40', N'PASSIVE', N'244000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Max HP Increase', N'201', N'50', N'PASSIVE', N'244000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'201', N'4', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'201', N'14', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'201', N'24', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'201', N'34', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'201', N'44', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rock Fist', N'201', N'54', N'ACTIVE', N'251000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'201', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'201', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Roll', N'201', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Roll - Guidance of Wind', N'201', N'16', N'PASSIVE', N'294000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'201', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'201', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'201', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'201', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Fabric Mastery', N'201', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'201', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'201', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'201', N'1', N'ACTIVE', N'311000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'201', N'11', N'ACTIVE', N'311000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'201', N'21', N'ACTIVE', N'311000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'201', N'31', N'ACTIVE', N'311000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'201', N'41', N'ACTIVE', N'311000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Rising Smash', N'201', N'51', N'ACTIVE', N'311000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'201', N'24', N'ACTIVE', N'311000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'201', N'34', N'ACTIVE', N'311000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'201', N'44', N'ACTIVE', N'311000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Last Strike', N'201', N'54', N'ACTIVE', N'311000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Paper Cut', N'201', N'28', N'ACTIVE', N'311000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Paper Cut', N'201', N'38', N'ACTIVE', N'311000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Paper Cut', N'201', N'48', N'ACTIVE', N'311000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rust Tornado', N'201', N'34', N'ACTIVE', N'311000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rust Tornado', N'201', N'44', N'ACTIVE', N'311000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rust Tornado', N'201', N'54', N'ACTIVE', N'311000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Line Cross', N'201', N'38', N'ACTIVE', N'311000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Line Cross', N'201', N'48', N'ACTIVE', N'311000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'201', N'1', N'ACTIVE', N'311010201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'201', N'11', N'ACTIVE', N'311010202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'201', N'21', N'ACTIVE', N'311010203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'201', N'31', N'ACTIVE', N'311010204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'201', N'41', N'ACTIVE', N'311010205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110102', N'Rising Smash', N'201', N'51', N'ACTIVE', N'311010206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'201', N'24', N'ACTIVE', N'311020301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'201', N'34', N'ACTIVE', N'311020302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'201', N'44', N'ACTIVE', N'311020303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110203', N'Last Strike', N'201', N'54', N'ACTIVE', N'311020304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Sleep', N'201', N'26', N'BUFF', N'313000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Sleep', N'201', N'36', N'BUFF', N'313000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Sleep', N'201', N'46', N'BUFF', N'313000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Windy Weapon', N'201', N'30', N'BUFF', N'313000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Windy Weapon', N'201', N'40', N'BUFF', N'313000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Windy Weapon', N'201', N'50', N'BUFF', N'313000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130205', N'Sharp Mentality', N'201', N'28', N'BUFF', N'313020501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130205', N'Sharp Mentality', N'201', N'38', N'BUFF', N'313020502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130205', N'Sharp Mentality', N'201', N'48', N'BUFF', N'313020503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'201', N'20', N'PASSIVE', N'314000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'201', N'30', N'PASSIVE', N'314000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'201', N'40', N'PASSIVE', N'314000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Wind Mastery', N'201', N'50', N'PASSIVE', N'314000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Upgrade: Rising Smash', N'201', N'24', N'PASSIVE', N'314000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140003', N'Upgrade: Last Strike', N'201', N'30', N'PASSIVE', N'314000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'201', N'2', N'ACTIVE', N'331000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'201', N'12', N'ACTIVE', N'331000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'201', N'22', N'ACTIVE', N'331000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'201', N'32', N'ACTIVE', N'331000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'201', N'42', N'ACTIVE', N'331000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Blaze', N'201', N'52', N'ACTIVE', N'331000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'201', N'6', N'ACTIVE', N'331000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'201', N'16', N'ACTIVE', N'331000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'201', N'26', N'ACTIVE', N'331000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'201', N'36', N'ACTIVE', N'331000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Glaive Charm', N'201', N'46', N'ACTIVE', N'331000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'201', N'14', N'ACTIVE', N'331000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'201', N'24', N'ACTIVE', N'331000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'201', N'34', N'ACTIVE', N'331000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'201', N'44', N'ACTIVE', N'331000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Fireball', N'201', N'54', N'ACTIVE', N'331000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Blinding Beam', N'201', N'30', N'ACTIVE', N'331000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Blinding Beam', N'201', N'40', N'ACTIVE', N'331000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Blinding Beam', N'201', N'50', N'ACTIVE', N'331000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Fire Dance', N'201', N'45', N'ACTIVE', N'331000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Fire Field', N'201', N'55', N'ACTIVE', N'331000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'201', N'14', N'ACTIVE', N'331030101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'201', N'24', N'ACTIVE', N'331030102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'201', N'34', N'ACTIVE', N'331030103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'201', N'44', N'ACTIVE', N'331030104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310301', N'Fireball', N'201', N'54', N'ACTIVE', N'331030105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Upgrade: Fireball', N'201', N'16', N'PASSIVE', N'334000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'201', N'20', N'PASSIVE', N'334000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'201', N'30', N'PASSIVE', N'334000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'201', N'40', N'PASSIVE', N'334000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Fire Mastery', N'201', N'50', N'PASSIVE', N'334000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'201', N'1', N'ACTIVE', N'341000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'201', N'11', N'ACTIVE', N'341000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'201', N'21', N'ACTIVE', N'341000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'201', N'31', N'ACTIVE', N'341000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'201', N'41', N'ACTIVE', N'341000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Magic Missile', N'201', N'51', N'ACTIVE', N'341000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'201', N'8', N'ACTIVE', N'341000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'201', N'20', N'ACTIVE', N'341000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'201', N'28', N'ACTIVE', N'341000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'201', N'38', N'ACTIVE', N'341000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Light Shield', N'201', N'48', N'ACTIVE', N'341000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'201', N'20', N'ACTIVE', N'341000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'201', N'28', N'ACTIVE', N'341000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'201', N'38', N'ACTIVE', N'341000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Fairy Sign', N'201', N'48', N'ACTIVE', N'341000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Glaive Spin', N'201', N'30', N'ACTIVE', N'341000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Glaive Spin', N'201', N'40', N'ACTIVE', N'341000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'201', N'14', N'BUFF', N'343000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'201', N'24', N'BUFF', N'343000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'201', N'34', N'BUFF', N'343000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Vitality Boost', N'201', N'44', N'BUFF', N'343000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Sharp Mentality', N'201', N'28', N'BUFF', N'343000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Sharp Mentality', N'201', N'38', N'BUFF', N'343000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Sharp Mentality', N'201', N'48', N'BUFF', N'343000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430003', N'MP Cost Reduction', N'201', N'34', N'BUFF', N'343000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430003', N'MP Cost Reduction', N'201', N'44', N'BUFF', N'343000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'201', N'12', N'PASSIVE', N'344000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'201', N'22', N'PASSIVE', N'344000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'201', N'32', N'PASSIVE', N'344000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max MP Increase', N'201', N'42', N'PASSIVE', N'344000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'201', N'18', N'PASSIVE', N'344000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'201', N'28', N'PASSIVE', N'344000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'201', N'38', N'PASSIVE', N'344000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Meditation', N'201', N'48', N'PASSIVE', N'344000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'201', N'20', N'PASSIVE', N'344000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'201', N'30', N'PASSIVE', N'344000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'201', N'40', N'PASSIVE', N'344000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Light Mastery', N'201', N'50', N'PASSIVE', N'344000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Max HP Increase', N'201', N'22', N'PASSIVE', N'344000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Max HP Increase', N'201', N'32', N'PASSIVE', N'344000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Max HP Increase', N'201', N'42', N'PASSIVE', N'344000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440005', N'Upgrade: Sharp Mentality', N'201', N'30', N'PASSIVE', N'344000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440006', N'Fury of Light', N'201', N'50', N'ACTIVE', N'344000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'201', N'4', N'ACTIVE', N'351000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'201', N'14', N'ACTIVE', N'351000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'201', N'24', N'ACTIVE', N'351000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'201', N'34', N'ACTIVE', N'351000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'201', N'44', N'ACTIVE', N'351000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Rock Fist', N'201', N'54', N'ACTIVE', N'351000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'201', N'10', N'ACTIVE', N'351000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'201', N'20', N'ACTIVE', N'351000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'201', N'30', N'ACTIVE', N'351000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'201', N'40', N'ACTIVE', N'351000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Sandstorm', N'201', N'50', N'ACTIVE', N'351000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Earth Destruction', N'201', N'40', N'ACTIVE', N'351000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Earth Destruction', N'201', N'50', N'ACTIVE', N'351000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Exploding Earth', N'201', N'42', N'ACTIVE', N'351000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Exploding Earth', N'201', N'52', N'ACTIVE', N'351000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'Cure: Stone', N'201', N'24', N'BUFF', N'353000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'Cure: Stone', N'201', N'34', N'BUFF', N'353000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'Cure: Stone', N'201', N'44', N'BUFF', N'353000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'201', N'20', N'PASSIVE', N'354000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'201', N'30', N'PASSIVE', N'354000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'201', N'40', N'PASSIVE', N'354000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Earth Mastery', N'201', N'50', N'PASSIVE', N'354000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'201', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'201', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Roll', N'201', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Roll - Guidance of Wind', N'201', N'16', N'PASSIVE', N'394000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'201', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'201', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'201', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'201', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Fabric Mastery', N'201', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'201', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'201', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'1', N'11', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'1', N'21', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'1', N'31', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'1', N'41', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'1', N'51', N'ACTIVE', N'2000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'1', N'2', N'ACTIVE', N'2000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'1', N'12', N'ACTIVE', N'2000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'1', N'22', N'ACTIVE', N'2000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'1', N'32', N'ACTIVE', N'2000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'1', N'42', N'ACTIVE', N'2000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'1', N'52', N'ACTIVE', N'2000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'1', N'10', N'ACTIVE', N'2000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'1', N'20', N'ACTIVE', N'2000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'1', N'30', N'ACTIVE', N'2000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'1', N'40', N'ACTIVE', N'2000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'1', N'50', N'ACTIVE', N'2000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'1', N'8', N'ACTIVE', N'2000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'1', N'18', N'ACTIVE', N'2000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'1', N'28', N'ACTIVE', N'2000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'1', N'38', N'ACTIVE', N'2000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'1', N'48', N'ACTIVE', N'2000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'1', N'18', N'BUFF', N'2001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'1', N'28', N'BUFF', N'2001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'1', N'38', N'BUFF', N'2001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'1', N'48', N'BUFF', N'2001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'1', N'1', N'ACTIVE', N'2005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'1', N'11', N'ACTIVE', N'2005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'1', N'21', N'ACTIVE', N'2005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'1', N'31', N'ACTIVE', N'2005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'1', N'41', N'ACTIVE', N'2005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'1', N'51', N'ACTIVE', N'2005106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'1', N'10', N'BUFF', N'3000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'1', N'20', N'BUFF', N'3000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'1', N'30', N'BUFF', N'3000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'1', N'40', N'BUFF', N'3000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'1', N'4', N'ACTIVE', N'4000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'1', N'14', N'ACTIVE', N'4000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'1', N'24', N'ACTIVE', N'4000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'1', N'34', N'ACTIVE', N'4000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'1', N'44', N'ACTIVE', N'4000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'1', N'54', N'ACTIVE', N'4000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'1', N'6', N'ACTIVE', N'4000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'1', N'16', N'ACTIVE', N'4000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'1', N'26', N'ACTIVE', N'4000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'1', N'36', N'ACTIVE', N'4000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'1', N'46', N'ACTIVE', N'4000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'1', N'14', N'ACTIVE', N'4000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'1', N'24', N'ACTIVE', N'4000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'1', N'34', N'ACTIVE', N'4000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'1', N'44', N'ACTIVE', N'4000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'1', N'54', N'ACTIVE', N'4000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'1', N'18', N'ACTIVE', N'4000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'1', N'28', N'ACTIVE', N'4000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'1', N'38', N'ACTIVE', N'4000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'1', N'48', N'ACTIVE', N'4000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Short Distance Teleport', N'1', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'1', N'4', N'ACTIVE', N'14000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'1', N'14', N'ACTIVE', N'14000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'1', N'24', N'ACTIVE', N'14000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'1', N'34', N'ACTIVE', N'14000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'1', N'44', N'ACTIVE', N'14000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'1', N'54', N'ACTIVE', N'14000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'1', N'14', N'ACTIVE', N'14000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'1', N'24', N'ACTIVE', N'14000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'1', N'34', N'ACTIVE', N'14000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'1', N'44', N'ACTIVE', N'14000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'1', N'54', N'ACTIVE', N'14000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'1', N'8', N'ACTIVE', N'22000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'1', N'18', N'ACTIVE', N'22000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'1', N'28', N'ACTIVE', N'22000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'1', N'38', N'ACTIVE', N'22000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'1', N'48', N'ACTIVE', N'22000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'1', N'4', N'ACTIVE', N'24000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'1', N'14', N'ACTIVE', N'24000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'1', N'24', N'ACTIVE', N'24000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'1', N'34', N'ACTIVE', N'24000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'1', N'44', N'ACTIVE', N'24000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'1', N'54', N'ACTIVE', N'24000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'1', N'1', N'ACTIVE', N'121000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'1', N'11', N'ACTIVE', N'121000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'1', N'21', N'ACTIVE', N'121000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'1', N'31', N'ACTIVE', N'121000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'1', N'41', N'ACTIVE', N'121000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'1', N'51', N'ACTIVE', N'121000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'1', N'1', N'ACTIVE', N'121000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'1', N'11', N'ACTIVE', N'121000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'1', N'21', N'ACTIVE', N'121000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'1', N'31', N'ACTIVE', N'121000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'1', N'41', N'ACTIVE', N'121000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'1', N'51', N'ACTIVE', N'121000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'1', N'2', N'ACTIVE', N'121000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'1', N'12', N'ACTIVE', N'121000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'1', N'22', N'ACTIVE', N'121000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'1', N'32', N'ACTIVE', N'121000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'1', N'42', N'ACTIVE', N'121000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'1', N'52', N'ACTIVE', N'121000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'1', N'8', N'ACTIVE', N'121000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'1', N'20', N'ACTIVE', N'121000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'1', N'30', N'ACTIVE', N'121000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'1', N'40', N'ACTIVE', N'121000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'1', N'50', N'ACTIVE', N'121000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'1', N'10', N'ACTIVE', N'121000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'1', N'20', N'ACTIVE', N'121000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'1', N'30', N'ACTIVE', N'121000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'1', N'40', N'ACTIVE', N'121000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'1', N'50', N'ACTIVE', N'121000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'1', N'8', N'PASSIVE', N'124000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'1', N'18', N'PASSIVE', N'124000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'1', N'28', N'PASSIVE', N'124000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'1', N'38', N'PASSIVE', N'124000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'1', N'48', N'PASSIVE', N'124000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240002', N'Upgrade: Sword Upper', N'1', N'12', N'PASSIVE', N'124000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240003', N'Quintuple Combo', N'1', N'20', N'PASSIVE', N'124000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'1', N'20', N'PASSIVE', N'124000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'1', N'30', N'PASSIVE', N'124000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'1', N'40', N'PASSIVE', N'124000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'1', N'50', N'PASSIVE', N'124000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240005', N'Vampiric Hands', N'1', N'50', N'ACTIVE', N'124000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'1', N'4', N'ACTIVE', N'131000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'1', N'14', N'ACTIVE', N'131000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'1', N'24', N'ACTIVE', N'131000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'1', N'34', N'ACTIVE', N'131000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'1', N'44', N'ACTIVE', N'131000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'1', N'54', N'ACTIVE', N'131000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'1', N'24', N'ACTIVE', N'131000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'1', N'34', N'ACTIVE', N'131000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'1', N'44', N'ACTIVE', N'131000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'1', N'54', N'ACTIVE', N'131000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'1', N'28', N'ACTIVE', N'131000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'1', N'38', N'ACTIVE', N'131000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'1', N'48', N'ACTIVE', N'131000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'1', N'34', N'ACTIVE', N'131000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'1', N'44', N'ACTIVE', N'131000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'1', N'54', N'ACTIVE', N'131000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310005', N'Reduce Damage', N'1', N'38', N'ACTIVE', N'131000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310005', N'Reduce Damage', N'1', N'48', N'ACTIVE', N'131000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310006', N'Darkness', N'1', N'40', N'ACTIVE', N'131000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310006', N'Darkness', N'1', N'50', N'ACTIVE', N'131000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'1', N'28', N'ACTIVE', N'131030301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'1', N'38', N'ACTIVE', N'131030302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'1', N'48', N'ACTIVE', N'131030303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'1', N'10', N'BUFF', N'133000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'1', N'20', N'BUFF', N'133000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'1', N'30', N'BUFF', N'133000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'1', N'40', N'BUFF', N'133000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'1', N'18', N'BUFF', N'133000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'1', N'28', N'BUFF', N'133000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'1', N'38', N'BUFF', N'133000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'1', N'48', N'BUFF', N'133000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'1', N'26', N'BUFF', N'133000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'1', N'36', N'BUFF', N'133000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'1', N'46', N'BUFF', N'133000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330004', N'Curse of Blood', N'1', N'42', N'BUFF', N'133000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'1', N'26', N'BUFF', N'133030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'1', N'36', N'BUFF', N'133030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'1', N'46', N'BUFF', N'133030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'1', N'20', N'PASSIVE', N'134000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'1', N'30', N'PASSIVE', N'134000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'1', N'40', N'PASSIVE', N'134000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'1', N'50', N'PASSIVE', N'134000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340002', N'Upgrade: Bewilder', N'1', N'32', N'PASSIVE', N'134000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Vampire Ring', N'1', N'34', N'PASSIVE', N'134000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'1', N'6', N'ACTIVE', N'141000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'1', N'16', N'ACTIVE', N'141000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'1', N'26', N'ACTIVE', N'141000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'1', N'36', N'ACTIVE', N'141000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'1', N'46', N'ACTIVE', N'141000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'1', N'14', N'ACTIVE', N'141000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'1', N'24', N'ACTIVE', N'141000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'1', N'34', N'ACTIVE', N'141000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'1', N'44', N'ACTIVE', N'141000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'1', N'54', N'ACTIVE', N'141000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'1', N'20', N'ACTIVE', N'141000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'1', N'30', N'ACTIVE', N'141000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'1', N'40', N'ACTIVE', N'141000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'1', N'50', N'ACTIVE', N'141000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'1', N'30', N'ACTIVE', N'141000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'1', N'40', N'ACTIVE', N'141000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'1', N'50', N'ACTIVE', N'141000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Dark Wave', N'1', N'42', N'ACTIVE', N'141000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Dark Wave', N'1', N'52', N'ACTIVE', N'141000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Dark Thorn', N'1', N'45', N'ACTIVE', N'141000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Dark Thorn', N'1', N'55', N'ACTIVE', N'141000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Bat Dash', N'1', N'30', N'ACTIVE', N'141000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Bat Dash', N'1', N'40', N'ACTIVE', N'141000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Relentless Rush', N'1', N'26', N'BUFF', N'143000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Relentless Rush', N'1', N'36', N'BUFF', N'143000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'1', N'20', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'1', N'30', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'1', N'40', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'1', N'50', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'1', N'24', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'1', N'34', N'PASSIVE', N'144000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'1', N'44', N'PASSIVE', N'144000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'1', N'28', N'PASSIVE', N'144000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'1', N'38', N'PASSIVE', N'144000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'1', N'48', N'PASSIVE', N'144000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Darkness Damage', N'1', N'40', N'PASSIVE', N'144000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Darkness Damage', N'1', N'50', N'PASSIVE', N'144000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'1', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'1', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Short Distance Teleport', N'1', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'1', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'1', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'1', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'1', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'1', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'1', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'1', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'1', N'1', N'ACTIVE', N'221000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'1', N'11', N'ACTIVE', N'221000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'1', N'21', N'ACTIVE', N'221000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'1', N'31', N'ACTIVE', N'221000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'1', N'41', N'ACTIVE', N'221000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'1', N'51', N'ACTIVE', N'221000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'1', N'1', N'ACTIVE', N'221000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'1', N'11', N'ACTIVE', N'221000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'1', N'21', N'ACTIVE', N'221000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'1', N'31', N'ACTIVE', N'221000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'1', N'41', N'ACTIVE', N'221000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'1', N'51', N'ACTIVE', N'221000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'1', N'6', N'ACTIVE', N'221000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'1', N'16', N'ACTIVE', N'221000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'1', N'26', N'ACTIVE', N'221000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'1', N'36', N'ACTIVE', N'221000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'1', N'46', N'ACTIVE', N'221000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'1', N'8', N'ACTIVE', N'221000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'1', N'20', N'ACTIVE', N'221000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'1', N'28', N'ACTIVE', N'221000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'1', N'38', N'ACTIVE', N'221000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'1', N'48', N'ACTIVE', N'221000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'1', N'10', N'ACTIVE', N'221000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'1', N'20', N'ACTIVE', N'221000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'1', N'30', N'ACTIVE', N'221000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'1', N'40', N'ACTIVE', N'221000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'1', N'50', N'ACTIVE', N'221000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Down-Force Strike', N'1', N'30', N'ACTIVE', N'221000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Down-Force Strike', N'1', N'40', N'ACTIVE', N'221000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'1', N'22', N'BUFF', N'223000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'1', N'32', N'BUFF', N'223000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'1', N'42', N'BUFF', N'223000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'1', N'8', N'PASSIVE', N'224000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'1', N'18', N'PASSIVE', N'224000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'1', N'28', N'PASSIVE', N'224000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'1', N'38', N'PASSIVE', N'224000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'1', N'48', N'PASSIVE', N'224000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240002', N'Hard Blow', N'1', N'20', N'PASSIVE', N'224000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'1', N'20', N'PASSIVE', N'224000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'1', N'30', N'PASSIVE', N'224000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'1', N'40', N'PASSIVE', N'224000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'1', N'50', N'PASSIVE', N'224000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'1', N'24', N'PASSIVE', N'224000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'1', N'34', N'PASSIVE', N'224000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'1', N'44', N'PASSIVE', N'224000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'1', N'28', N'PASSIVE', N'224000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'1', N'38', N'PASSIVE', N'224000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'1', N'48', N'PASSIVE', N'224000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240006', N'Whirlwind', N'1', N'50', N'ACTIVE', N'224000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'1', N'2', N'ACTIVE', N'231000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'1', N'12', N'ACTIVE', N'231000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'1', N'22', N'ACTIVE', N'231000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'1', N'32', N'ACTIVE', N'231000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'1', N'42', N'ACTIVE', N'231000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'1', N'52', N'ACTIVE', N'231000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'1', N'4', N'ACTIVE', N'231000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'1', N'14', N'ACTIVE', N'231000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'1', N'24', N'ACTIVE', N'231000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'1', N'34', N'ACTIVE', N'231000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'1', N'44', N'ACTIVE', N'231000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'1', N'54', N'ACTIVE', N'231000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'1', N'24', N'ACTIVE', N'231000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'1', N'34', N'ACTIVE', N'231000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'1', N'44', N'ACTIVE', N'231000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'1', N'54', N'ACTIVE', N'231000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'1', N'28', N'ACTIVE', N'231000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'1', N'38', N'ACTIVE', N'231000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'1', N'48', N'ACTIVE', N'231000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'1', N'34', N'ACTIVE', N'231000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'1', N'44', N'ACTIVE', N'231000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'1', N'54', N'ACTIVE', N'231000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'1', N'24', N'ACTIVE', N'231030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'1', N'34', N'ACTIVE', N'231030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'1', N'44', N'ACTIVE', N'231030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'1', N'54', N'ACTIVE', N'231030204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'1', N'10', N'BUFF', N'233000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'1', N'20', N'BUFF', N'233000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'1', N'30', N'BUFF', N'233000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'1', N'40', N'BUFF', N'233000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'1', N'18', N'BUFF', N'233000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'1', N'28', N'BUFF', N'233000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'1', N'38', N'BUFF', N'233000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'1', N'48', N'BUFF', N'233000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330003', N'Giant', N'1', N'38', N'BUFF', N'233000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'1', N'20', N'PASSIVE', N'234000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'1', N'30', N'PASSIVE', N'234000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'1', N'40', N'PASSIVE', N'234000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'1', N'50', N'PASSIVE', N'234000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340002', N'Upgrade: Armor Break', N'1', N'32', N'PASSIVE', N'234000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'1', N'14', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'1', N'24', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'1', N'34', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'1', N'44', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'1', N'54', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'1', N'20', N'ACTIVE', N'251000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'1', N'28', N'ACTIVE', N'251000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'1', N'38', N'ACTIVE', N'251000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'1', N'48', N'ACTIVE', N'251000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'1', N'30', N'ACTIVE', N'251000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'1', N'40', N'ACTIVE', N'251000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'1', N'50', N'ACTIVE', N'251000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Air Slash', N'1', N'38', N'ACTIVE', N'251000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Air Slash', N'1', N'48', N'ACTIVE', N'251000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Blade Dance', N'1', N'40', N'ACTIVE', N'251000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Blade Dance', N'1', N'50', N'ACTIVE', N'251000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Genocide', N'1', N'42', N'ACTIVE', N'251000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Genocide', N'1', N'52', N'ACTIVE', N'251000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Genocide', N'1', N'45', N'ACTIVE', N'251000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Genocide', N'1', N'55', N'ACTIVE', N'251000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510503', N'Blade Dance', N'1', N'40', N'ACTIVE', N'251050301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510503', N'Blade Dance', N'1', N'50', N'ACTIVE', N'251050302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'1', N'20', N'PASSIVE', N'254000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'1', N'30', N'PASSIVE', N'254000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'1', N'40', N'PASSIVE', N'254000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'1', N'50', N'PASSIVE', N'254000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Add Physical Damage', N'1', N'40', N'PASSIVE', N'254000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Add Physical Damage', N'1', N'50', N'PASSIVE', N'254000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Upgrade: Blade Dance', N'1', N'43', N'PASSIVE', N'254000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'1', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'1', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Short Distance Teleport', N'1', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'1', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'1', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'1', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'1', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'1', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'1', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'1', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'1', N'1', N'ACTIVE', N'321000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'1', N'11', N'ACTIVE', N'321000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'1', N'21', N'ACTIVE', N'321000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'1', N'31', N'ACTIVE', N'321000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'1', N'41', N'ACTIVE', N'321000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'1', N'51', N'ACTIVE', N'321000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'1', N'1', N'ACTIVE', N'321000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'1', N'11', N'ACTIVE', N'321000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'1', N'21', N'ACTIVE', N'321000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'1', N'31', N'ACTIVE', N'321000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'1', N'41', N'ACTIVE', N'321000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'1', N'51', N'ACTIVE', N'321000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'1', N'2', N'ACTIVE', N'321000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'1', N'12', N'ACTIVE', N'321000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'1', N'22', N'ACTIVE', N'321000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'1', N'32', N'ACTIVE', N'321000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'1', N'42', N'ACTIVE', N'321000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'1', N'52', N'ACTIVE', N'321000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'1', N'8', N'ACTIVE', N'321000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'1', N'20', N'ACTIVE', N'321000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'1', N'28', N'ACTIVE', N'321000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'1', N'38', N'ACTIVE', N'321000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'1', N'48', N'ACTIVE', N'321000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'1', N'10', N'ACTIVE', N'321000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'1', N'20', N'ACTIVE', N'321000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'1', N'30', N'ACTIVE', N'321000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'1', N'40', N'ACTIVE', N'321000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'1', N'50', N'ACTIVE', N'321000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'1', N'24', N'ACTIVE', N'321000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'1', N'34', N'ACTIVE', N'321000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'1', N'44', N'ACTIVE', N'321000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'1', N'54', N'ACTIVE', N'321000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210007', N'Spin Attack', N'1', N'30', N'ACTIVE', N'321000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210007', N'Spin Attack', N'1', N'40', N'ACTIVE', N'321000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Quintuple Combo', N'1', N'20', N'PASSIVE', N'324000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'1', N'20', N'PASSIVE', N'324000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'1', N'30', N'PASSIVE', N'324000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'1', N'40', N'PASSIVE', N'324000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'1', N'50', N'PASSIVE', N'324000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Add Physical Damage', N'1', N'40', N'PASSIVE', N'324000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Add Physical Damage', N'1', N'50', N'PASSIVE', N'324000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240004', N'Berserk Storm', N'1', N'50', N'ACTIVE', N'324000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'1', N'4', N'ACTIVE', N'331000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'1', N'14', N'ACTIVE', N'331000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'1', N'24', N'ACTIVE', N'331000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'1', N'34', N'ACTIVE', N'331000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'1', N'44', N'ACTIVE', N'331000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'1', N'54', N'ACTIVE', N'331000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'1', N'20', N'ACTIVE', N'331000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'1', N'28', N'ACTIVE', N'331000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'1', N'38', N'ACTIVE', N'331000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'1', N'48', N'ACTIVE', N'331000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'1', N'30', N'ACTIVE', N'331000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'1', N'40', N'ACTIVE', N'331000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'1', N'50', N'ACTIVE', N'331000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'1', N'34', N'ACTIVE', N'331000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'1', N'44', N'ACTIVE', N'331000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'1', N'54', N'ACTIVE', N'331000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Darkness', N'1', N'40', N'ACTIVE', N'331000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Darkness', N'1', N'50', N'ACTIVE', N'331000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'1', N'10', N'BUFF', N'333000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'1', N'20', N'BUFF', N'333000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'1', N'30', N'BUFF', N'333000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'1', N'40', N'BUFF', N'333000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'1', N'18', N'BUFF', N'333000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'1', N'28', N'BUFF', N'333000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'1', N'38', N'BUFF', N'333000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'1', N'48', N'BUFF', N'333000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'1', N'26', N'BUFF', N'333000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'1', N'36', N'BUFF', N'333000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'1', N'46', N'BUFF', N'333000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330004', N'Giant', N'1', N'38', N'BUFF', N'333000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'1', N'26', N'BUFF', N'333030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'1', N'36', N'BUFF', N'333030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'1', N'46', N'BUFF', N'333030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'1', N'20', N'PASSIVE', N'334000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'1', N'30', N'PASSIVE', N'334000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'1', N'40', N'PASSIVE', N'334000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'1', N'50', N'PASSIVE', N'334000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Upgrade: Bewilder', N'1', N'32', N'PASSIVE', N'334000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'1', N'6', N'ACTIVE', N'341000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'1', N'16', N'ACTIVE', N'341000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'1', N'26', N'ACTIVE', N'341000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'1', N'36', N'ACTIVE', N'341000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'1', N'46', N'ACTIVE', N'341000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'1', N'14', N'ACTIVE', N'341000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'1', N'24', N'ACTIVE', N'341000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'1', N'34', N'ACTIVE', N'341000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'1', N'44', N'ACTIVE', N'341000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'1', N'54', N'ACTIVE', N'341000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'1', N'28', N'ACTIVE', N'341000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'1', N'38', N'ACTIVE', N'341000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'1', N'48', N'ACTIVE', N'341000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Dark Blade', N'1', N'38', N'ACTIVE', N'341000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Dark Blade', N'1', N'48', N'ACTIVE', N'341000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Dark Wave', N'1', N'42', N'ACTIVE', N'341000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Dark Wave', N'1', N'52', N'ACTIVE', N'341000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Vampire''s Wrath', N'1', N'45', N'ACTIVE', N'341000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Vampire''s Wrath', N'1', N'55', N'ACTIVE', N'341000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'1', N'22', N'BUFF', N'343000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'1', N'32', N'BUFF', N'343000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'1', N'42', N'BUFF', N'343000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Relentless Rush', N'1', N'26', N'BUFF', N'343000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Relentless Rush', N'1', N'36', N'BUFF', N'343000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'1', N'8', N'PASSIVE', N'344000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'1', N'18', N'PASSIVE', N'344000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'1', N'28', N'PASSIVE', N'344000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'1', N'38', N'PASSIVE', N'344000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'1', N'48', N'PASSIVE', N'344000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'1', N'20', N'PASSIVE', N'344000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'1', N'30', N'PASSIVE', N'344000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'1', N'40', N'PASSIVE', N'344000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'1', N'50', N'PASSIVE', N'344000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'1', N'24', N'PASSIVE', N'344000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'1', N'34', N'PASSIVE', N'344000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'1', N'44', N'PASSIVE', N'344000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'1', N'28', N'PASSIVE', N'344000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'1', N'38', N'PASSIVE', N'344000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'1', N'48', N'PASSIVE', N'344000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'1', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'1', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Short Distance Teleport', N'1', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'1', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'1', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'1', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'1', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'1', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'1', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'1', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4240005', N'Battōjutsu', N'1', N'50', N'ACTIVE', N'424000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'1', N'4', N'ACTIVE', N'431000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'1', N'14', N'ACTIVE', N'431000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'1', N'24', N'ACTIVE', N'431000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'1', N'34', N'ACTIVE', N'431000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'1', N'44', N'ACTIVE', N'431000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'1', N'54', N'ACTIVE', N'431000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'1', N'14', N'ACTIVE', N'441000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'1', N'24', N'ACTIVE', N'441000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'1', N'34', N'ACTIVE', N'441000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'1', N'44', N'ACTIVE', N'441000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'1', N'54', N'ACTIVE', N'441000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410006', N'Dark Thorn', N'1', N'45', N'ACTIVE', N'441000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410006', N'Dark Thorn', N'1', N'55', N'ACTIVE', N'441000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'1', N'8', N'ACTIVE', N'521000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'1', N'20', N'ACTIVE', N'521000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'1', N'28', N'ACTIVE', N'521000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'1', N'38', N'ACTIVE', N'521000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'1', N'48', N'ACTIVE', N'521000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5240006', N'Weapon Area', N'1', N'50', N'ACTIVE', N'524000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'1', N'14', N'ACTIVE', N'551000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'1', N'24', N'ACTIVE', N'551000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'1', N'34', N'ACTIVE', N'551000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'1', N'44', N'ACTIVE', N'551000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'1', N'54', N'ACTIVE', N'551000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510007', N'Genocide', N'1', N'45', N'ACTIVE', N'551000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510007', N'Genocide', N'1', N'55', N'ACTIVE', N'551000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6240004', N'Sword Dance', N'1', N'50', N'ACTIVE', N'624000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'1', N'4', N'ACTIVE', N'631000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'1', N'14', N'ACTIVE', N'631000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'1', N'24', N'ACTIVE', N'631000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'1', N'34', N'ACTIVE', N'631000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'1', N'44', N'ACTIVE', N'631000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'1', N'54', N'ACTIVE', N'631000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'1', N'14', N'ACTIVE', N'641000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'1', N'24', N'ACTIVE', N'641000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'1', N'34', N'ACTIVE', N'641000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'1', N'44', N'ACTIVE', N'641000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'1', N'54', N'ACTIVE', N'641000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410006', N'Cross Fire', N'1', N'45', N'ACTIVE', N'641000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410006', N'Cross Fire', N'1', N'55', N'ACTIVE', N'641000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'1', N'8', N'ACTIVE', N'721000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'1', N'20', N'ACTIVE', N'721000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'1', N'30', N'ACTIVE', N'721000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'1', N'40', N'ACTIVE', N'721000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'1', N'50', N'ACTIVE', N'721000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7240005', N'Battōjutsu', N'1', N'50', N'ACTIVE', N'724000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'1', N'4', N'ACTIVE', N'731000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'1', N'14', N'ACTIVE', N'731000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'1', N'24', N'ACTIVE', N'731000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'1', N'34', N'ACTIVE', N'731000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'1', N'44', N'ACTIVE', N'731000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'1', N'54', N'ACTIVE', N'731000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7410006', N'Dark Thorn', N'1', N'45', N'ACTIVE', N'741000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7410006', N'Dark Thorn', N'1', N'55', N'ACTIVE', N'741000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'1', N'8', N'ACTIVE', N'821000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'1', N'20', N'ACTIVE', N'821000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'1', N'28', N'ACTIVE', N'821000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'1', N'38', N'ACTIVE', N'821000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'1', N'48', N'ACTIVE', N'821000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8240006', N'Weapon Area', N'1', N'50', N'ACTIVE', N'824000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'1', N'4', N'ACTIVE', N'831000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'1', N'14', N'ACTIVE', N'831000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'1', N'24', N'ACTIVE', N'831000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'1', N'34', N'ACTIVE', N'831000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'1', N'44', N'ACTIVE', N'831000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'1', N'54', N'ACTIVE', N'831000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8510007', N'Genocide', N'1', N'45', N'ACTIVE', N'851000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8510007', N'Genocide', N'1', N'55', N'ACTIVE', N'851000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'1', N'8', N'ACTIVE', N'921000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'1', N'20', N'ACTIVE', N'921000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'1', N'28', N'ACTIVE', N'921000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'1', N'38', N'ACTIVE', N'921000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'1', N'48', N'ACTIVE', N'921000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9240004', N'Sword Dance', N'1', N'50', N'ACTIVE', N'924000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'1', N'4', N'ACTIVE', N'931000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'1', N'14', N'ACTIVE', N'931000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'1', N'24', N'ACTIVE', N'931000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'1', N'34', N'ACTIVE', N'931000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'1', N'44', N'ACTIVE', N'931000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9410006', N'Cross Fire', N'1', N'45', N'ACTIVE', N'941000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9410006', N'Cross Fire', N'1', N'55', N'ACTIVE', N'941000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'4', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Diving', N'4', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10003', N'Roll - Down', N'4', N'10', N'PASSIVE', N'1000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10004', N'Mid Air Dash', N'4', N'15', N'PASSIVE', N'1000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'4', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'4', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'4', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'4', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'4', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'4', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'4', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'4', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'4', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'4', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'4', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'4', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'4', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'4', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'4', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'4', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'4', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'4', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'4', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'4', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'4', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'4', N'8', N'PASSIVE', N'1010101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'4', N'18', N'PASSIVE', N'1010102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'4', N'28', N'PASSIVE', N'1010103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'4', N'38', N'PASSIVE', N'1010104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'Max HP Increase', N'4', N'48', N'PASSIVE', N'1010105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'4', N'8', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'4', N'18', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'4', N'28', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'4', N'38', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'4', N'48', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'4', N'16', N'BUFF', N'2000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'4', N'26', N'BUFF', N'2000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'4', N'36', N'BUFF', N'2000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'4', N'46', N'BUFF', N'2000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20009', N'Skedaddle', N'4', N'10', N'BUFF', N'2000901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'4', N'10', N'ACTIVE', N'3000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'4', N'20', N'ACTIVE', N'3000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'4', N'30', N'ACTIVE', N'3000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'4', N'40', N'ACTIVE', N'3000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'4', N'50', N'ACTIVE', N'3000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'4', N'1', N'ACTIVE', N'4000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'4', N'11', N'ACTIVE', N'4000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'4', N'21', N'ACTIVE', N'4000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'4', N'31', N'ACTIVE', N'4000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'4', N'41', N'ACTIVE', N'4000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'4', N'51', N'ACTIVE', N'4000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'4', N'2', N'ACTIVE', N'4000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'4', N'12', N'ACTIVE', N'4000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'4', N'22', N'ACTIVE', N'4000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'4', N'32', N'ACTIVE', N'4000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'4', N'42', N'ACTIVE', N'4000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'4', N'52', N'ACTIVE', N'4000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'4', N'6', N'ACTIVE', N'4000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'4', N'16', N'ACTIVE', N'4000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'4', N'26', N'ACTIVE', N'4000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'4', N'36', N'ACTIVE', N'4000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'4', N'46', N'ACTIVE', N'4000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'4', N'18', N'ACTIVE', N'4000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'4', N'28', N'ACTIVE', N'4000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'4', N'38', N'ACTIVE', N'4000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'4', N'48', N'ACTIVE', N'4000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'4', N'1', N'ACTIVE', N'5000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'4', N'11', N'ACTIVE', N'5000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'4', N'21', N'ACTIVE', N'5000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'4', N'31', N'ACTIVE', N'5000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'4', N'41', N'ACTIVE', N'5000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'4', N'51', N'ACTIVE', N'5000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'4', N'4', N'ACTIVE', N'5000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'4', N'14', N'ACTIVE', N'5000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'101', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Short Distance Teleport', N'101', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10004', N'Roll - Down', N'101', N'10', N'PASSIVE', N'1000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10006', N'Mid Air Dash', N'101', N'15', N'PASSIVE', N'1000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'101', N'8', N'PASSIVE', N'1001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'101', N'18', N'PASSIVE', N'1001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'101', N'28', N'PASSIVE', N'1001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'101', N'38', N'PASSIVE', N'1001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'101', N'48', N'PASSIVE', N'1001105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'101', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'101', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'101', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'101', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'101', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'101', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'101', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'101', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'101', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'101', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'101', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'101', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'101', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'101', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'101', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'101', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'101', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'101', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'101', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'101', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'101', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10055', N'Basic Combo', N'101', N'30', N'ACTIVE', N'1005501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10112', N'Upgrade: Sword Upper', N'101', N'12', N'PASSIVE', N'1011201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'101', N'1', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'101', N'11', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'101', N'21', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'101', N'31', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'101', N'41', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'101', N'51', N'ACTIVE', N'2000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'101', N'2', N'ACTIVE', N'2000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'101', N'12', N'ACTIVE', N'2000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'101', N'22', N'ACTIVE', N'2000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'101', N'32', N'ACTIVE', N'2000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'101', N'42', N'ACTIVE', N'2000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'101', N'52', N'ACTIVE', N'2000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'101', N'10', N'ACTIVE', N'2000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'101', N'20', N'ACTIVE', N'2000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'101', N'30', N'ACTIVE', N'2000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'101', N'40', N'ACTIVE', N'2000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'101', N'50', N'ACTIVE', N'2000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'101', N'8', N'ACTIVE', N'2000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'101', N'18', N'ACTIVE', N'2000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'101', N'28', N'ACTIVE', N'2000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'101', N'38', N'ACTIVE', N'2000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'101', N'48', N'ACTIVE', N'2000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'101', N'18', N'BUFF', N'2001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'101', N'28', N'BUFF', N'2001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'101', N'38', N'BUFF', N'2001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'101', N'48', N'BUFF', N'2001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'101', N'1', N'ACTIVE', N'2005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'101', N'11', N'ACTIVE', N'2005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'101', N'21', N'ACTIVE', N'2005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'101', N'31', N'ACTIVE', N'2005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'101', N'41', N'ACTIVE', N'2005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'101', N'51', N'ACTIVE', N'2005106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'101', N'10', N'BUFF', N'3000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'101', N'20', N'BUFF', N'3000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'101', N'30', N'BUFF', N'3000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'101', N'40', N'BUFF', N'3000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'101', N'4', N'ACTIVE', N'4000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'101', N'14', N'ACTIVE', N'4000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'101', N'24', N'ACTIVE', N'4000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'101', N'34', N'ACTIVE', N'4000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'101', N'44', N'ACTIVE', N'4000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'101', N'54', N'ACTIVE', N'4000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'101', N'6', N'ACTIVE', N'4000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'101', N'16', N'ACTIVE', N'4000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'101', N'26', N'ACTIVE', N'4000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'101', N'36', N'ACTIVE', N'4000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'101', N'46', N'ACTIVE', N'4000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'101', N'14', N'ACTIVE', N'4000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'101', N'24', N'ACTIVE', N'4000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'101', N'34', N'ACTIVE', N'4000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'101', N'44', N'ACTIVE', N'4000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'101', N'54', N'ACTIVE', N'4000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'101', N'18', N'ACTIVE', N'4000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'101', N'28', N'ACTIVE', N'4000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'101', N'38', N'ACTIVE', N'4000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'101', N'48', N'ACTIVE', N'4000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Short Distance Teleport', N'101', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'101', N'4', N'ACTIVE', N'14000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'101', N'14', N'ACTIVE', N'14000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'101', N'24', N'ACTIVE', N'14000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'101', N'34', N'ACTIVE', N'14000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'101', N'44', N'ACTIVE', N'14000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'101', N'54', N'ACTIVE', N'14000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'101', N'14', N'ACTIVE', N'14000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'101', N'24', N'ACTIVE', N'14000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'101', N'34', N'ACTIVE', N'14000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'101', N'44', N'ACTIVE', N'14000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'101', N'54', N'ACTIVE', N'14000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'101', N'8', N'ACTIVE', N'22000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'101', N'18', N'ACTIVE', N'22000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'101', N'28', N'ACTIVE', N'22000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'101', N'38', N'ACTIVE', N'22000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'101', N'48', N'ACTIVE', N'22000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'101', N'4', N'ACTIVE', N'24000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'101', N'14', N'ACTIVE', N'24000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'101', N'24', N'ACTIVE', N'24000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'101', N'34', N'ACTIVE', N'24000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'101', N'44', N'ACTIVE', N'24000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'101', N'54', N'ACTIVE', N'24000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'101', N'1', N'ACTIVE', N'121000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'101', N'11', N'ACTIVE', N'121000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'101', N'21', N'ACTIVE', N'121000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'101', N'31', N'ACTIVE', N'121000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'101', N'41', N'ACTIVE', N'121000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'101', N'51', N'ACTIVE', N'121000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'101', N'1', N'ACTIVE', N'121000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'101', N'11', N'ACTIVE', N'121000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'101', N'21', N'ACTIVE', N'121000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'101', N'31', N'ACTIVE', N'121000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'101', N'41', N'ACTIVE', N'121000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'101', N'51', N'ACTIVE', N'121000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'101', N'2', N'ACTIVE', N'121000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'101', N'12', N'ACTIVE', N'121000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'101', N'22', N'ACTIVE', N'121000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'101', N'32', N'ACTIVE', N'121000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'101', N'42', N'ACTIVE', N'121000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'101', N'52', N'ACTIVE', N'121000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'101', N'8', N'ACTIVE', N'121000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'101', N'20', N'ACTIVE', N'121000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'101', N'30', N'ACTIVE', N'121000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'101', N'40', N'ACTIVE', N'121000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'101', N'50', N'ACTIVE', N'121000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'101', N'10', N'ACTIVE', N'121000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'101', N'20', N'ACTIVE', N'121000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'101', N'30', N'ACTIVE', N'121000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'101', N'40', N'ACTIVE', N'121000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'101', N'50', N'ACTIVE', N'121000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'101', N'8', N'PASSIVE', N'124000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'101', N'18', N'PASSIVE', N'124000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'101', N'28', N'PASSIVE', N'124000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'101', N'38', N'PASSIVE', N'124000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'101', N'48', N'PASSIVE', N'124000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240002', N'Upgrade: Sword Upper', N'101', N'12', N'PASSIVE', N'124000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240003', N'Quintuple Combo', N'101', N'20', N'PASSIVE', N'124000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'101', N'20', N'PASSIVE', N'124000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'101', N'30', N'PASSIVE', N'124000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'101', N'40', N'PASSIVE', N'124000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'101', N'50', N'PASSIVE', N'124000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240005', N'Vampiric Hands', N'101', N'50', N'ACTIVE', N'124000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'101', N'4', N'ACTIVE', N'131000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'101', N'14', N'ACTIVE', N'131000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'101', N'24', N'ACTIVE', N'131000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'101', N'34', N'ACTIVE', N'131000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'101', N'44', N'ACTIVE', N'131000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'101', N'54', N'ACTIVE', N'131000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'101', N'24', N'ACTIVE', N'131000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'101', N'34', N'ACTIVE', N'131000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'101', N'44', N'ACTIVE', N'131000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'101', N'54', N'ACTIVE', N'131000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'101', N'28', N'ACTIVE', N'131000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'101', N'38', N'ACTIVE', N'131000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'101', N'48', N'ACTIVE', N'131000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'101', N'34', N'ACTIVE', N'131000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'101', N'44', N'ACTIVE', N'131000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'101', N'54', N'ACTIVE', N'131000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310005', N'Reduce Damage', N'101', N'38', N'ACTIVE', N'131000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310005', N'Reduce Damage', N'101', N'48', N'ACTIVE', N'131000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310006', N'Darkness', N'101', N'40', N'ACTIVE', N'131000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310006', N'Darkness', N'101', N'50', N'ACTIVE', N'131000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'101', N'28', N'ACTIVE', N'131030301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'101', N'38', N'ACTIVE', N'131030302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'101', N'48', N'ACTIVE', N'131030303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'101', N'10', N'BUFF', N'133000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'101', N'20', N'BUFF', N'133000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'101', N'30', N'BUFF', N'133000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'101', N'40', N'BUFF', N'133000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'101', N'18', N'BUFF', N'133000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'101', N'28', N'BUFF', N'133000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'101', N'38', N'BUFF', N'133000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'101', N'48', N'BUFF', N'133000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'101', N'26', N'BUFF', N'133000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'101', N'36', N'BUFF', N'133000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'101', N'46', N'BUFF', N'133000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330004', N'Curse of Blood', N'101', N'42', N'BUFF', N'133000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'101', N'26', N'BUFF', N'133030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'101', N'36', N'BUFF', N'133030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'101', N'46', N'BUFF', N'133030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'101', N'20', N'PASSIVE', N'134000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'101', N'30', N'PASSIVE', N'134000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'101', N'40', N'PASSIVE', N'134000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'101', N'50', N'PASSIVE', N'134000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340002', N'Upgrade: Bewilder', N'101', N'32', N'PASSIVE', N'134000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Vampire Ring', N'101', N'34', N'PASSIVE', N'134000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'101', N'6', N'ACTIVE', N'141000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'101', N'16', N'ACTIVE', N'141000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'101', N'26', N'ACTIVE', N'141000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'101', N'36', N'ACTIVE', N'141000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'101', N'46', N'ACTIVE', N'141000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'101', N'14', N'ACTIVE', N'141000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'101', N'24', N'ACTIVE', N'141000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'101', N'34', N'ACTIVE', N'141000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'101', N'44', N'ACTIVE', N'141000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'101', N'54', N'ACTIVE', N'141000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'101', N'20', N'ACTIVE', N'141000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'101', N'30', N'ACTIVE', N'141000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'101', N'40', N'ACTIVE', N'141000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'101', N'50', N'ACTIVE', N'141000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'101', N'30', N'ACTIVE', N'141000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'101', N'40', N'ACTIVE', N'141000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'101', N'50', N'ACTIVE', N'141000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Dark Wave', N'101', N'42', N'ACTIVE', N'141000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Dark Wave', N'101', N'52', N'ACTIVE', N'141000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Dark Thorn', N'101', N'45', N'ACTIVE', N'141000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Dark Thorn', N'101', N'55', N'ACTIVE', N'141000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Bat Dash', N'101', N'30', N'ACTIVE', N'141000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Bat Dash', N'101', N'40', N'ACTIVE', N'141000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Relentless Rush', N'101', N'26', N'BUFF', N'143000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Relentless Rush', N'101', N'36', N'BUFF', N'143000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'101', N'20', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'101', N'30', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'101', N'40', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'101', N'50', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'101', N'24', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'101', N'34', N'PASSIVE', N'144000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'101', N'44', N'PASSIVE', N'144000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'101', N'28', N'PASSIVE', N'144000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'101', N'38', N'PASSIVE', N'144000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'101', N'48', N'PASSIVE', N'144000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Darkness Damage', N'101', N'40', N'PASSIVE', N'144000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Darkness Damage', N'101', N'50', N'PASSIVE', N'144000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'101', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'101', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Short Distance Teleport', N'101', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'101', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'101', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'101', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'101', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'101', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'101', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'101', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'101', N'1', N'ACTIVE', N'221000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'101', N'11', N'ACTIVE', N'221000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'101', N'21', N'ACTIVE', N'221000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'101', N'31', N'ACTIVE', N'221000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'101', N'41', N'ACTIVE', N'221000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'101', N'51', N'ACTIVE', N'221000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'101', N'1', N'ACTIVE', N'221000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'101', N'11', N'ACTIVE', N'221000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'101', N'21', N'ACTIVE', N'221000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'101', N'31', N'ACTIVE', N'221000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'101', N'41', N'ACTIVE', N'221000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'101', N'51', N'ACTIVE', N'221000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'101', N'6', N'ACTIVE', N'221000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'101', N'16', N'ACTIVE', N'221000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'101', N'26', N'ACTIVE', N'221000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'101', N'36', N'ACTIVE', N'221000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'101', N'46', N'ACTIVE', N'221000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'101', N'8', N'ACTIVE', N'221000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'101', N'20', N'ACTIVE', N'221000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'101', N'28', N'ACTIVE', N'221000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'101', N'38', N'ACTIVE', N'221000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'101', N'48', N'ACTIVE', N'221000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'101', N'10', N'ACTIVE', N'221000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'101', N'20', N'ACTIVE', N'221000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'101', N'30', N'ACTIVE', N'221000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'101', N'40', N'ACTIVE', N'221000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'101', N'50', N'ACTIVE', N'221000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Down-Force Strike', N'101', N'30', N'ACTIVE', N'221000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Down-Force Strike', N'101', N'40', N'ACTIVE', N'221000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'101', N'22', N'BUFF', N'223000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'101', N'32', N'BUFF', N'223000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'101', N'42', N'BUFF', N'223000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'101', N'8', N'PASSIVE', N'224000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'101', N'18', N'PASSIVE', N'224000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'101', N'28', N'PASSIVE', N'224000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'101', N'38', N'PASSIVE', N'224000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'101', N'48', N'PASSIVE', N'224000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240002', N'Hard Blow', N'101', N'20', N'PASSIVE', N'224000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'101', N'20', N'PASSIVE', N'224000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'101', N'30', N'PASSIVE', N'224000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'101', N'40', N'PASSIVE', N'224000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'101', N'50', N'PASSIVE', N'224000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'101', N'24', N'PASSIVE', N'224000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'101', N'34', N'PASSIVE', N'224000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'101', N'44', N'PASSIVE', N'224000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'101', N'28', N'PASSIVE', N'224000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'101', N'38', N'PASSIVE', N'224000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'101', N'48', N'PASSIVE', N'224000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240006', N'Whirlwind', N'101', N'50', N'ACTIVE', N'224000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'101', N'2', N'ACTIVE', N'231000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'101', N'12', N'ACTIVE', N'231000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'101', N'22', N'ACTIVE', N'231000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'101', N'32', N'ACTIVE', N'231000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'101', N'42', N'ACTIVE', N'231000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'101', N'52', N'ACTIVE', N'231000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'101', N'4', N'ACTIVE', N'231000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'101', N'14', N'ACTIVE', N'231000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'101', N'24', N'ACTIVE', N'231000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'101', N'34', N'ACTIVE', N'231000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'101', N'44', N'ACTIVE', N'231000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'101', N'54', N'ACTIVE', N'231000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'101', N'24', N'ACTIVE', N'231000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'101', N'34', N'ACTIVE', N'231000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'101', N'44', N'ACTIVE', N'231000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'101', N'54', N'ACTIVE', N'231000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'101', N'28', N'ACTIVE', N'231000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'101', N'38', N'ACTIVE', N'231000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'101', N'48', N'ACTIVE', N'231000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'101', N'34', N'ACTIVE', N'231000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'101', N'44', N'ACTIVE', N'231000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'101', N'54', N'ACTIVE', N'231000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'101', N'24', N'ACTIVE', N'231030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'101', N'34', N'ACTIVE', N'231030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'101', N'44', N'ACTIVE', N'231030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'101', N'54', N'ACTIVE', N'231030204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'101', N'10', N'BUFF', N'233000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'101', N'20', N'BUFF', N'233000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'101', N'30', N'BUFF', N'233000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'101', N'40', N'BUFF', N'233000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'101', N'18', N'BUFF', N'233000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'101', N'28', N'BUFF', N'233000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'101', N'38', N'BUFF', N'233000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'101', N'48', N'BUFF', N'233000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330003', N'Giant', N'101', N'38', N'BUFF', N'233000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'101', N'20', N'PASSIVE', N'234000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'101', N'30', N'PASSIVE', N'234000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'101', N'40', N'PASSIVE', N'234000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'101', N'50', N'PASSIVE', N'234000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340002', N'Upgrade: Armor Break', N'101', N'32', N'PASSIVE', N'234000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'101', N'14', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'101', N'24', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'101', N'34', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'101', N'44', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'101', N'54', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'101', N'20', N'ACTIVE', N'251000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'101', N'28', N'ACTIVE', N'251000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'101', N'38', N'ACTIVE', N'251000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'101', N'48', N'ACTIVE', N'251000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'101', N'30', N'ACTIVE', N'251000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'101', N'40', N'ACTIVE', N'251000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'101', N'50', N'ACTIVE', N'251000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Air Slash', N'101', N'38', N'ACTIVE', N'251000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Air Slash', N'101', N'48', N'ACTIVE', N'251000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Blade Dance', N'101', N'40', N'ACTIVE', N'251000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Blade Dance', N'101', N'50', N'ACTIVE', N'251000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Genocide', N'101', N'42', N'ACTIVE', N'251000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Genocide', N'101', N'52', N'ACTIVE', N'251000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Genocide', N'101', N'45', N'ACTIVE', N'251000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Genocide', N'101', N'55', N'ACTIVE', N'251000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510503', N'Blade Dance', N'101', N'40', N'ACTIVE', N'251050301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510503', N'Blade Dance', N'101', N'50', N'ACTIVE', N'251050302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'101', N'20', N'PASSIVE', N'254000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'101', N'30', N'PASSIVE', N'254000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'101', N'40', N'PASSIVE', N'254000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'101', N'50', N'PASSIVE', N'254000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Add Physical Damage', N'101', N'40', N'PASSIVE', N'254000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Add Physical Damage', N'101', N'50', N'PASSIVE', N'254000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Upgrade: Blade Dance', N'101', N'43', N'PASSIVE', N'254000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'101', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'101', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Short Distance Teleport', N'101', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'101', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'101', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'101', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'101', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'101', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'101', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'101', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'101', N'1', N'ACTIVE', N'321000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'101', N'11', N'ACTIVE', N'321000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'101', N'21', N'ACTIVE', N'321000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'101', N'31', N'ACTIVE', N'321000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'101', N'41', N'ACTIVE', N'321000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'101', N'51', N'ACTIVE', N'321000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'101', N'1', N'ACTIVE', N'321000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'101', N'11', N'ACTIVE', N'321000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'101', N'21', N'ACTIVE', N'321000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'101', N'31', N'ACTIVE', N'321000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'101', N'41', N'ACTIVE', N'321000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'101', N'51', N'ACTIVE', N'321000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'101', N'2', N'ACTIVE', N'321000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'101', N'12', N'ACTIVE', N'321000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'101', N'22', N'ACTIVE', N'321000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'101', N'32', N'ACTIVE', N'321000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'101', N'42', N'ACTIVE', N'321000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'101', N'52', N'ACTIVE', N'321000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'101', N'8', N'ACTIVE', N'321000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'101', N'20', N'ACTIVE', N'321000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'101', N'28', N'ACTIVE', N'321000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'101', N'38', N'ACTIVE', N'321000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'101', N'48', N'ACTIVE', N'321000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'101', N'10', N'ACTIVE', N'321000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'101', N'20', N'ACTIVE', N'321000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'101', N'30', N'ACTIVE', N'321000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'101', N'40', N'ACTIVE', N'321000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'101', N'50', N'ACTIVE', N'321000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'101', N'24', N'ACTIVE', N'321000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'101', N'34', N'ACTIVE', N'321000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'101', N'44', N'ACTIVE', N'321000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'101', N'54', N'ACTIVE', N'321000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210007', N'Spin Attack', N'101', N'30', N'ACTIVE', N'321000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210007', N'Spin Attack', N'101', N'40', N'ACTIVE', N'321000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Quintuple Combo', N'101', N'20', N'PASSIVE', N'324000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'101', N'20', N'PASSIVE', N'324000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'101', N'30', N'PASSIVE', N'324000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'101', N'40', N'PASSIVE', N'324000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'101', N'50', N'PASSIVE', N'324000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Add Physical Damage', N'101', N'40', N'PASSIVE', N'324000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Add Physical Damage', N'101', N'50', N'PASSIVE', N'324000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240004', N'Berserk Storm', N'101', N'50', N'ACTIVE', N'324000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'101', N'4', N'ACTIVE', N'331000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'101', N'14', N'ACTIVE', N'331000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'101', N'24', N'ACTIVE', N'331000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'101', N'34', N'ACTIVE', N'331000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'101', N'44', N'ACTIVE', N'331000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'101', N'54', N'ACTIVE', N'331000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'101', N'20', N'ACTIVE', N'331000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'101', N'28', N'ACTIVE', N'331000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'101', N'38', N'ACTIVE', N'331000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'101', N'48', N'ACTIVE', N'331000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'101', N'30', N'ACTIVE', N'331000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'101', N'40', N'ACTIVE', N'331000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'101', N'50', N'ACTIVE', N'331000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'101', N'34', N'ACTIVE', N'331000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'101', N'44', N'ACTIVE', N'331000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'101', N'54', N'ACTIVE', N'331000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Darkness', N'101', N'40', N'ACTIVE', N'331000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Darkness', N'101', N'50', N'ACTIVE', N'331000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'101', N'10', N'BUFF', N'333000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'101', N'20', N'BUFF', N'333000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'101', N'30', N'BUFF', N'333000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'101', N'40', N'BUFF', N'333000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'101', N'18', N'BUFF', N'333000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'101', N'28', N'BUFF', N'333000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'101', N'38', N'BUFF', N'333000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'101', N'48', N'BUFF', N'333000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'101', N'26', N'BUFF', N'333000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'101', N'36', N'BUFF', N'333000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'101', N'46', N'BUFF', N'333000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330004', N'Giant', N'101', N'38', N'BUFF', N'333000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'101', N'26', N'BUFF', N'333030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'101', N'36', N'BUFF', N'333030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'101', N'46', N'BUFF', N'333030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'101', N'20', N'PASSIVE', N'334000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'101', N'30', N'PASSIVE', N'334000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'101', N'40', N'PASSIVE', N'334000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'101', N'50', N'PASSIVE', N'334000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Upgrade: Bewilder', N'101', N'32', N'PASSIVE', N'334000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'101', N'6', N'ACTIVE', N'341000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'101', N'16', N'ACTIVE', N'341000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'101', N'26', N'ACTIVE', N'341000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'101', N'36', N'ACTIVE', N'341000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'101', N'46', N'ACTIVE', N'341000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'101', N'14', N'ACTIVE', N'341000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'101', N'24', N'ACTIVE', N'341000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'101', N'34', N'ACTIVE', N'341000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'101', N'44', N'ACTIVE', N'341000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'101', N'54', N'ACTIVE', N'341000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'101', N'28', N'ACTIVE', N'341000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'101', N'38', N'ACTIVE', N'341000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'101', N'48', N'ACTIVE', N'341000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Dark Blade', N'101', N'38', N'ACTIVE', N'341000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Dark Blade', N'101', N'48', N'ACTIVE', N'341000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Dark Wave', N'101', N'42', N'ACTIVE', N'341000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Dark Wave', N'101', N'52', N'ACTIVE', N'341000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Vampire''s Wrath', N'101', N'45', N'ACTIVE', N'341000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Vampire''s Wrath', N'101', N'55', N'ACTIVE', N'341000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'101', N'22', N'BUFF', N'343000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'101', N'32', N'BUFF', N'343000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'101', N'42', N'BUFF', N'343000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Relentless Rush', N'101', N'26', N'BUFF', N'343000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Relentless Rush', N'101', N'36', N'BUFF', N'343000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'101', N'8', N'PASSIVE', N'344000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'101', N'18', N'PASSIVE', N'344000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'101', N'28', N'PASSIVE', N'344000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'101', N'38', N'PASSIVE', N'344000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'101', N'48', N'PASSIVE', N'344000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'101', N'20', N'PASSIVE', N'344000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'101', N'30', N'PASSIVE', N'344000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'101', N'40', N'PASSIVE', N'344000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'101', N'50', N'PASSIVE', N'344000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'101', N'24', N'PASSIVE', N'344000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'101', N'34', N'PASSIVE', N'344000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'101', N'44', N'PASSIVE', N'344000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'101', N'28', N'PASSIVE', N'344000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'101', N'38', N'PASSIVE', N'344000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'101', N'48', N'PASSIVE', N'344000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'101', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'101', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Short Distance Teleport', N'101', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'101', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'101', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'101', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'101', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'101', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'101', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'101', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4240005', N'Battōjutsu', N'101', N'50', N'ACTIVE', N'424000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'101', N'4', N'ACTIVE', N'431000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'101', N'14', N'ACTIVE', N'431000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'101', N'24', N'ACTIVE', N'431000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'101', N'34', N'ACTIVE', N'431000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'101', N'44', N'ACTIVE', N'431000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'101', N'54', N'ACTIVE', N'431000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'101', N'14', N'ACTIVE', N'441000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'101', N'24', N'ACTIVE', N'441000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'101', N'34', N'ACTIVE', N'441000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'101', N'44', N'ACTIVE', N'441000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'101', N'54', N'ACTIVE', N'441000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410006', N'Dark Thorn', N'101', N'45', N'ACTIVE', N'441000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410006', N'Dark Thorn', N'101', N'55', N'ACTIVE', N'441000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'101', N'8', N'ACTIVE', N'521000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'101', N'20', N'ACTIVE', N'521000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'101', N'28', N'ACTIVE', N'521000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'101', N'38', N'ACTIVE', N'521000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'101', N'48', N'ACTIVE', N'521000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5240006', N'Weapon Area', N'101', N'50', N'ACTIVE', N'524000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'101', N'14', N'ACTIVE', N'551000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'101', N'24', N'ACTIVE', N'551000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'101', N'34', N'ACTIVE', N'551000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'101', N'44', N'ACTIVE', N'551000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'101', N'54', N'ACTIVE', N'551000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510007', N'Genocide', N'101', N'45', N'ACTIVE', N'551000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510007', N'Genocide', N'101', N'55', N'ACTIVE', N'551000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6240004', N'Sword Dance', N'101', N'50', N'ACTIVE', N'624000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'101', N'4', N'ACTIVE', N'631000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'101', N'14', N'ACTIVE', N'631000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'101', N'24', N'ACTIVE', N'631000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'101', N'34', N'ACTIVE', N'631000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'101', N'44', N'ACTIVE', N'631000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'101', N'54', N'ACTIVE', N'631000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'101', N'14', N'ACTIVE', N'641000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'101', N'24', N'ACTIVE', N'641000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'101', N'34', N'ACTIVE', N'641000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'101', N'44', N'ACTIVE', N'641000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'101', N'54', N'ACTIVE', N'641000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410006', N'Cross Fire', N'101', N'45', N'ACTIVE', N'641000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410006', N'Cross Fire', N'101', N'55', N'ACTIVE', N'641000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'101', N'8', N'ACTIVE', N'721000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'101', N'20', N'ACTIVE', N'721000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'101', N'30', N'ACTIVE', N'721000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'101', N'40', N'ACTIVE', N'721000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'101', N'50', N'ACTIVE', N'721000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7240005', N'Battōjutsu', N'101', N'50', N'ACTIVE', N'724000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'101', N'4', N'ACTIVE', N'731000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'101', N'14', N'ACTIVE', N'731000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'101', N'24', N'ACTIVE', N'731000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'101', N'34', N'ACTIVE', N'731000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'101', N'44', N'ACTIVE', N'731000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'101', N'54', N'ACTIVE', N'731000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7410006', N'Dark Thorn', N'101', N'45', N'ACTIVE', N'741000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7410006', N'Dark Thorn', N'101', N'55', N'ACTIVE', N'741000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'101', N'8', N'ACTIVE', N'821000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'101', N'20', N'ACTIVE', N'821000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'101', N'28', N'ACTIVE', N'821000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'101', N'38', N'ACTIVE', N'821000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'101', N'48', N'ACTIVE', N'821000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8240006', N'Weapon Area', N'101', N'50', N'ACTIVE', N'824000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'101', N'4', N'ACTIVE', N'831000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'101', N'14', N'ACTIVE', N'831000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'101', N'24', N'ACTIVE', N'831000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'101', N'34', N'ACTIVE', N'831000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'101', N'44', N'ACTIVE', N'831000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'101', N'54', N'ACTIVE', N'831000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8510007', N'Genocide', N'101', N'45', N'ACTIVE', N'851000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8510007', N'Genocide', N'101', N'55', N'ACTIVE', N'851000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'101', N'8', N'ACTIVE', N'921000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'101', N'20', N'ACTIVE', N'921000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'101', N'28', N'ACTIVE', N'921000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'101', N'38', N'ACTIVE', N'921000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'101', N'48', N'ACTIVE', N'921000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9240004', N'Sword Dance', N'101', N'50', N'ACTIVE', N'924000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'101', N'4', N'ACTIVE', N'931000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'101', N'14', N'ACTIVE', N'931000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'101', N'24', N'ACTIVE', N'931000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'101', N'34', N'ACTIVE', N'931000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'101', N'44', N'ACTIVE', N'931000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9410006', N'Cross Fire', N'101', N'45', N'ACTIVE', N'941000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9410006', N'Cross Fire', N'101', N'55', N'ACTIVE', N'941000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'102', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Short Distance Teleport', N'102', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10004', N'Roll - Down', N'102', N'10', N'PASSIVE', N'1000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10006', N'Mid Air Dash', N'102', N'15', N'PASSIVE', N'1000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'102', N'8', N'PASSIVE', N'1001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'102', N'18', N'PASSIVE', N'1001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'102', N'28', N'PASSIVE', N'1001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'102', N'38', N'PASSIVE', N'1001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Add Physical Defense', N'102', N'48', N'PASSIVE', N'1001105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'102', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'102', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'102', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'102', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Plate Mastery', N'102', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'102', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'102', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'102', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'102', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'102', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Sword Mastery', N'102', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'102', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'102', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'102', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'102', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Axe Mastery', N'102', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'102', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'102', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'102', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'102', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Twin Swords Mastery', N'102', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10055', N'Basic Combo', N'102', N'30', N'ACTIVE', N'1005501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10112', N'Upgrade: Sword Upper', N'102', N'12', N'PASSIVE', N'1011201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'102', N'1', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'102', N'11', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'102', N'21', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'102', N'31', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'102', N'41', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Sword Upper', N'102', N'51', N'ACTIVE', N'2000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'102', N'2', N'ACTIVE', N'2000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'102', N'12', N'ACTIVE', N'2000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'102', N'22', N'ACTIVE', N'2000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'102', N'32', N'ACTIVE', N'2000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'102', N'42', N'ACTIVE', N'2000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20003', N'Spiral Stinger', N'102', N'52', N'ACTIVE', N'2000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'102', N'10', N'ACTIVE', N'2000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'102', N'20', N'ACTIVE', N'2000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'102', N'30', N'ACTIVE', N'2000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'102', N'40', N'ACTIVE', N'2000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20004', N'Soul Bleeder', N'102', N'50', N'ACTIVE', N'2000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'102', N'8', N'ACTIVE', N'2000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'102', N'18', N'ACTIVE', N'2000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'102', N'28', N'ACTIVE', N'2000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'102', N'38', N'ACTIVE', N'2000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20005', N'Rising Slash', N'102', N'48', N'ACTIVE', N'2000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'102', N'18', N'BUFF', N'2001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'102', N'28', N'BUFF', N'2001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'102', N'38', N'BUFF', N'2001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20011', N'Break Guard', N'102', N'48', N'BUFF', N'2001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'102', N'1', N'ACTIVE', N'2005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'102', N'11', N'ACTIVE', N'2005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'102', N'21', N'ACTIVE', N'2005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'102', N'31', N'ACTIVE', N'2005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'102', N'41', N'ACTIVE', N'2005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20051', N'Dark Storm', N'102', N'51', N'ACTIVE', N'2005106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'102', N'10', N'BUFF', N'3000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'102', N'20', N'BUFF', N'3000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'102', N'30', N'BUFF', N'3000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30003', N'Stab of Darkness', N'102', N'40', N'BUFF', N'3000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'102', N'4', N'ACTIVE', N'4000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'102', N'14', N'ACTIVE', N'4000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'102', N'24', N'ACTIVE', N'4000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'102', N'34', N'ACTIVE', N'4000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'102', N'44', N'ACTIVE', N'4000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Bleeding Attack', N'102', N'54', N'ACTIVE', N'4000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'102', N'6', N'ACTIVE', N'4000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'102', N'16', N'ACTIVE', N'4000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'102', N'26', N'ACTIVE', N'4000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'102', N'36', N'ACTIVE', N'4000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Divine Drive', N'102', N'46', N'ACTIVE', N'4000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'102', N'14', N'ACTIVE', N'4000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'102', N'24', N'ACTIVE', N'4000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'102', N'34', N'ACTIVE', N'4000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'102', N'44', N'ACTIVE', N'4000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Piercing Lance', N'102', N'54', N'ACTIVE', N'4000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'102', N'18', N'ACTIVE', N'4000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'102', N'28', N'ACTIVE', N'4000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'102', N'38', N'ACTIVE', N'4000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40004', N'Heart Breaker', N'102', N'48', N'ACTIVE', N'4000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Short Distance Teleport', N'102', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'102', N'4', N'ACTIVE', N'14000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'102', N'14', N'ACTIVE', N'14000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'102', N'24', N'ACTIVE', N'14000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'102', N'34', N'ACTIVE', N'14000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'102', N'44', N'ACTIVE', N'14000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140001', N'Sword Mark', N'102', N'54', N'ACTIVE', N'14000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'102', N'14', N'ACTIVE', N'14000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'102', N'24', N'ACTIVE', N'14000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'102', N'34', N'ACTIVE', N'14000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'102', N'44', N'ACTIVE', N'14000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'140003', N'Dark Force', N'102', N'54', N'ACTIVE', N'14000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'102', N'8', N'ACTIVE', N'22000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'102', N'18', N'ACTIVE', N'22000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'102', N'28', N'ACTIVE', N'22000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'102', N'38', N'ACTIVE', N'22000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'220005', N'Slash Upper', N'102', N'48', N'ACTIVE', N'22000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'102', N'4', N'ACTIVE', N'24000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'102', N'14', N'ACTIVE', N'24000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'102', N'24', N'ACTIVE', N'24000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'102', N'34', N'ACTIVE', N'24000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'102', N'44', N'ACTIVE', N'24000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'240001', N'Wild Stump', N'102', N'54', N'ACTIVE', N'24000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'102', N'1', N'ACTIVE', N'121000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'102', N'11', N'ACTIVE', N'121000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'102', N'21', N'ACTIVE', N'121000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'102', N'31', N'ACTIVE', N'121000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'102', N'41', N'ACTIVE', N'121000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Sword Upper', N'102', N'51', N'ACTIVE', N'121000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'102', N'1', N'ACTIVE', N'121000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'102', N'11', N'ACTIVE', N'121000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'102', N'21', N'ACTIVE', N'121000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'102', N'31', N'ACTIVE', N'121000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'102', N'41', N'ACTIVE', N'121000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Dark Storm', N'102', N'51', N'ACTIVE', N'121000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'102', N'2', N'ACTIVE', N'121000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'102', N'12', N'ACTIVE', N'121000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'102', N'22', N'ACTIVE', N'121000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'102', N'32', N'ACTIVE', N'121000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'102', N'42', N'ACTIVE', N'121000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Spiral Stinger', N'102', N'52', N'ACTIVE', N'121000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'102', N'8', N'ACTIVE', N'121000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'102', N'20', N'ACTIVE', N'121000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'102', N'30', N'ACTIVE', N'121000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'102', N'40', N'ACTIVE', N'121000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Rising Slash', N'102', N'50', N'ACTIVE', N'121000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'102', N'10', N'ACTIVE', N'121000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'102', N'20', N'ACTIVE', N'121000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'102', N'30', N'ACTIVE', N'121000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'102', N'40', N'ACTIVE', N'121000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Soul Bleeder', N'102', N'50', N'ACTIVE', N'121000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'102', N'8', N'PASSIVE', N'124000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'102', N'18', N'PASSIVE', N'124000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'102', N'28', N'PASSIVE', N'124000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'102', N'38', N'PASSIVE', N'124000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Add Physical Defense', N'102', N'48', N'PASSIVE', N'124000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240002', N'Upgrade: Sword Upper', N'102', N'12', N'PASSIVE', N'124000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240003', N'Quintuple Combo', N'102', N'20', N'PASSIVE', N'124000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'102', N'20', N'PASSIVE', N'124000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'102', N'30', N'PASSIVE', N'124000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'102', N'40', N'PASSIVE', N'124000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240004', N'Weapon Mastery', N'102', N'50', N'PASSIVE', N'124000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240005', N'Vampiric Hands', N'102', N'50', N'ACTIVE', N'124000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'102', N'4', N'ACTIVE', N'131000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'102', N'14', N'ACTIVE', N'131000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'102', N'24', N'ACTIVE', N'131000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'102', N'34', N'ACTIVE', N'131000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'102', N'44', N'ACTIVE', N'131000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310001', N'Bleeding Attack', N'102', N'54', N'ACTIVE', N'131000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'102', N'24', N'ACTIVE', N'131000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'102', N'34', N'ACTIVE', N'131000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'102', N'44', N'ACTIVE', N'131000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310002', N'Magic Barrier X', N'102', N'54', N'ACTIVE', N'131000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'102', N'28', N'ACTIVE', N'131000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'102', N'38', N'ACTIVE', N'131000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310003', N'Vampire', N'102', N'48', N'ACTIVE', N'131000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'102', N'34', N'ACTIVE', N'131000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'102', N'44', N'ACTIVE', N'131000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310004', N'Hands of Hell', N'102', N'54', N'ACTIVE', N'131000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310005', N'Reduce Damage', N'102', N'38', N'ACTIVE', N'131000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310005', N'Reduce Damage', N'102', N'48', N'ACTIVE', N'131000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310006', N'Darkness', N'102', N'40', N'ACTIVE', N'131000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310006', N'Darkness', N'102', N'50', N'ACTIVE', N'131000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'102', N'28', N'ACTIVE', N'131030301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'102', N'38', N'ACTIVE', N'131030302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1310303', N'Vampire', N'102', N'48', N'ACTIVE', N'131030303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'102', N'10', N'BUFF', N'133000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'102', N'20', N'BUFF', N'133000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'102', N'30', N'BUFF', N'133000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330001', N'Stab of Darkness', N'102', N'40', N'BUFF', N'133000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'102', N'18', N'BUFF', N'133000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'102', N'28', N'BUFF', N'133000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'102', N'38', N'BUFF', N'133000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330002', N'Break Guard', N'102', N'48', N'BUFF', N'133000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'102', N'26', N'BUFF', N'133000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'102', N'36', N'BUFF', N'133000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330003', N'Bewilder', N'102', N'46', N'BUFF', N'133000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330004', N'Curse of Blood', N'102', N'42', N'BUFF', N'133000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'102', N'26', N'BUFF', N'133030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'102', N'36', N'BUFF', N'133030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1330302', N'Bewilder', N'102', N'46', N'BUFF', N'133030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'102', N'20', N'PASSIVE', N'134000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'102', N'30', N'PASSIVE', N'134000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'102', N'40', N'PASSIVE', N'134000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340001', N'Curse Mastery', N'102', N'50', N'PASSIVE', N'134000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340002', N'Upgrade: Bewilder', N'102', N'32', N'PASSIVE', N'134000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1340003', N'Vampire Ring', N'102', N'34', N'PASSIVE', N'134000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'102', N'6', N'ACTIVE', N'141000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'102', N'16', N'ACTIVE', N'141000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'102', N'26', N'ACTIVE', N'141000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'102', N'36', N'ACTIVE', N'141000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Divine Drive', N'102', N'46', N'ACTIVE', N'141000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'102', N'14', N'ACTIVE', N'141000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'102', N'24', N'ACTIVE', N'141000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'102', N'34', N'ACTIVE', N'141000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'102', N'44', N'ACTIVE', N'141000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Piercing Lance', N'102', N'54', N'ACTIVE', N'141000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'102', N'20', N'ACTIVE', N'141000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'102', N'30', N'ACTIVE', N'141000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'102', N'40', N'ACTIVE', N'141000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Heart Breaker', N'102', N'50', N'ACTIVE', N'141000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'102', N'30', N'ACTIVE', N'141000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'102', N'40', N'ACTIVE', N'141000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Dark Material', N'102', N'50', N'ACTIVE', N'141000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Dark Wave', N'102', N'42', N'ACTIVE', N'141000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Dark Wave', N'102', N'52', N'ACTIVE', N'141000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Dark Thorn', N'102', N'45', N'ACTIVE', N'141000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Dark Thorn', N'102', N'55', N'ACTIVE', N'141000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Bat Dash', N'102', N'30', N'ACTIVE', N'141000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Bat Dash', N'102', N'40', N'ACTIVE', N'141000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Relentless Rush', N'102', N'26', N'BUFF', N'143000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Relentless Rush', N'102', N'36', N'BUFF', N'143000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'102', N'20', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'102', N'30', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'102', N'40', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Black Sorcery Mastery', N'102', N'50', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'102', N'24', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'102', N'34', N'PASSIVE', N'144000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Max HP Increase', N'102', N'44', N'PASSIVE', N'144000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'102', N'28', N'PASSIVE', N'144000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'102', N'38', N'PASSIVE', N'144000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Darkness Resistance', N'102', N'48', N'PASSIVE', N'144000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Darkness Damage', N'102', N'40', N'PASSIVE', N'144000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Darkness Damage', N'102', N'50', N'PASSIVE', N'144000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'102', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'102', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Short Distance Teleport', N'102', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'102', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'102', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'102', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'102', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Plate Mastery', N'102', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'102', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'102', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'102', N'1', N'ACTIVE', N'221000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'102', N'11', N'ACTIVE', N'221000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'102', N'21', N'ACTIVE', N'221000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'102', N'31', N'ACTIVE', N'221000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'102', N'41', N'ACTIVE', N'221000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Sword Upper', N'102', N'51', N'ACTIVE', N'221000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'102', N'1', N'ACTIVE', N'221000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'102', N'11', N'ACTIVE', N'221000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'102', N'21', N'ACTIVE', N'221000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'102', N'31', N'ACTIVE', N'221000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'102', N'41', N'ACTIVE', N'221000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Dark Storm', N'102', N'51', N'ACTIVE', N'221000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'102', N'6', N'ACTIVE', N'221000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'102', N'16', N'ACTIVE', N'221000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'102', N'26', N'ACTIVE', N'221000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'102', N'36', N'ACTIVE', N'221000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Divine Drive', N'102', N'46', N'ACTIVE', N'221000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'102', N'8', N'ACTIVE', N'221000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'102', N'20', N'ACTIVE', N'221000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'102', N'28', N'ACTIVE', N'221000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'102', N'38', N'ACTIVE', N'221000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Rising Slash', N'102', N'48', N'ACTIVE', N'221000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'102', N'10', N'ACTIVE', N'221000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'102', N'20', N'ACTIVE', N'221000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'102', N'30', N'ACTIVE', N'221000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'102', N'40', N'ACTIVE', N'221000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Soul Bleeder', N'102', N'50', N'ACTIVE', N'221000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Down-Force Strike', N'102', N'30', N'ACTIVE', N'221000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Down-Force Strike', N'102', N'40', N'ACTIVE', N'221000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'102', N'22', N'BUFF', N'223000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'102', N'32', N'BUFF', N'223000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2230001', N'Aura of Strength', N'102', N'42', N'BUFF', N'223000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'102', N'8', N'PASSIVE', N'224000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'102', N'18', N'PASSIVE', N'224000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'102', N'28', N'PASSIVE', N'224000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'102', N'38', N'PASSIVE', N'224000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Add Physical Defense', N'102', N'48', N'PASSIVE', N'224000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240002', N'Hard Blow', N'102', N'20', N'PASSIVE', N'224000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'102', N'20', N'PASSIVE', N'224000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'102', N'30', N'PASSIVE', N'224000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'102', N'40', N'PASSIVE', N'224000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Weapon Mastery', N'102', N'50', N'PASSIVE', N'224000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'102', N'24', N'PASSIVE', N'224000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'102', N'34', N'PASSIVE', N'224000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Guard Up', N'102', N'44', N'PASSIVE', N'224000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'102', N'28', N'PASSIVE', N'224000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'102', N'38', N'PASSIVE', N'224000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240005', N'Stun Resistance', N'102', N'48', N'PASSIVE', N'224000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240006', N'Whirlwind', N'102', N'50', N'ACTIVE', N'224000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'102', N'2', N'ACTIVE', N'231000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'102', N'12', N'ACTIVE', N'231000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'102', N'22', N'ACTIVE', N'231000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'102', N'32', N'ACTIVE', N'231000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'102', N'42', N'ACTIVE', N'231000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Spiral Stinger', N'102', N'52', N'ACTIVE', N'231000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'102', N'4', N'ACTIVE', N'231000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'102', N'14', N'ACTIVE', N'231000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'102', N'24', N'ACTIVE', N'231000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'102', N'34', N'ACTIVE', N'231000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'102', N'44', N'ACTIVE', N'231000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Bleeding Attack', N'102', N'54', N'ACTIVE', N'231000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'102', N'24', N'ACTIVE', N'231000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'102', N'34', N'ACTIVE', N'231000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'102', N'44', N'ACTIVE', N'231000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Armor Break', N'102', N'54', N'ACTIVE', N'231000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'102', N'28', N'ACTIVE', N'231000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'102', N'38', N'ACTIVE', N'231000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Explosion', N'102', N'48', N'ACTIVE', N'231000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'102', N'34', N'ACTIVE', N'231000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'102', N'44', N'ACTIVE', N'231000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Fatal Blow', N'102', N'54', N'ACTIVE', N'231000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'102', N'24', N'ACTIVE', N'231030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'102', N'34', N'ACTIVE', N'231030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'102', N'44', N'ACTIVE', N'231030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310302', N'Armor Break', N'102', N'54', N'ACTIVE', N'231030204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'102', N'10', N'BUFF', N'233000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'102', N'20', N'BUFF', N'233000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'102', N'30', N'BUFF', N'233000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Stab of Darkness', N'102', N'40', N'BUFF', N'233000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'102', N'18', N'BUFF', N'233000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'102', N'28', N'BUFF', N'233000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'102', N'38', N'BUFF', N'233000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Break Guard', N'102', N'48', N'BUFF', N'233000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330003', N'Giant', N'102', N'38', N'BUFF', N'233000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'102', N'20', N'PASSIVE', N'234000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'102', N'30', N'PASSIVE', N'234000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'102', N'40', N'PASSIVE', N'234000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Curse Mastery', N'102', N'50', N'PASSIVE', N'234000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340002', N'Upgrade: Armor Break', N'102', N'32', N'PASSIVE', N'234000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'102', N'14', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'102', N'24', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'102', N'34', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'102', N'44', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Searing Mana', N'102', N'54', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'102', N'20', N'ACTIVE', N'251000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'102', N'28', N'ACTIVE', N'251000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'102', N'38', N'ACTIVE', N'251000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Throw Weapon', N'102', N'48', N'ACTIVE', N'251000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'102', N'30', N'ACTIVE', N'251000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'102', N'40', N'ACTIVE', N'251000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Summon Hammer', N'102', N'50', N'ACTIVE', N'251000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Air Slash', N'102', N'38', N'ACTIVE', N'251000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Air Slash', N'102', N'48', N'ACTIVE', N'251000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Blade Dance', N'102', N'40', N'ACTIVE', N'251000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Blade Dance', N'102', N'50', N'ACTIVE', N'251000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Genocide', N'102', N'42', N'ACTIVE', N'251000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Genocide', N'102', N'52', N'ACTIVE', N'251000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Genocide', N'102', N'45', N'ACTIVE', N'251000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Genocide', N'102', N'55', N'ACTIVE', N'251000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510503', N'Blade Dance', N'102', N'40', N'ACTIVE', N'251050301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510503', N'Blade Dance', N'102', N'50', N'ACTIVE', N'251050302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'102', N'20', N'PASSIVE', N'254000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'102', N'30', N'PASSIVE', N'254000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'102', N'40', N'PASSIVE', N'254000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Summon Mastery', N'102', N'50', N'PASSIVE', N'254000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Add Physical Damage', N'102', N'40', N'PASSIVE', N'254000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Add Physical Damage', N'102', N'50', N'PASSIVE', N'254000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Upgrade: Blade Dance', N'102', N'43', N'PASSIVE', N'254000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'102', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'102', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Short Distance Teleport', N'102', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'102', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'102', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'102', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'102', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Plate Mastery', N'102', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'102', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'102', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'102', N'1', N'ACTIVE', N'321000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'102', N'11', N'ACTIVE', N'321000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'102', N'21', N'ACTIVE', N'321000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'102', N'31', N'ACTIVE', N'321000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'102', N'41', N'ACTIVE', N'321000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Sword Upper', N'102', N'51', N'ACTIVE', N'321000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'102', N'1', N'ACTIVE', N'321000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'102', N'11', N'ACTIVE', N'321000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'102', N'21', N'ACTIVE', N'321000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'102', N'31', N'ACTIVE', N'321000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'102', N'41', N'ACTIVE', N'321000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Dark Storm', N'102', N'51', N'ACTIVE', N'321000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'102', N'2', N'ACTIVE', N'321000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'102', N'12', N'ACTIVE', N'321000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'102', N'22', N'ACTIVE', N'321000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'102', N'32', N'ACTIVE', N'321000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'102', N'42', N'ACTIVE', N'321000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Spiral Stinger', N'102', N'52', N'ACTIVE', N'321000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'102', N'8', N'ACTIVE', N'321000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'102', N'20', N'ACTIVE', N'321000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'102', N'28', N'ACTIVE', N'321000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'102', N'38', N'ACTIVE', N'321000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Rising Slash', N'102', N'48', N'ACTIVE', N'321000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'102', N'10', N'ACTIVE', N'321000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'102', N'20', N'ACTIVE', N'321000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'102', N'30', N'ACTIVE', N'321000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'102', N'40', N'ACTIVE', N'321000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Soul Bleeder', N'102', N'50', N'ACTIVE', N'321000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'102', N'24', N'ACTIVE', N'321000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'102', N'34', N'ACTIVE', N'321000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'102', N'44', N'ACTIVE', N'321000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210006', N'Aerial Assault', N'102', N'54', N'ACTIVE', N'321000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210007', N'Spin Attack', N'102', N'30', N'ACTIVE', N'321000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210007', N'Spin Attack', N'102', N'40', N'ACTIVE', N'321000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Quintuple Combo', N'102', N'20', N'PASSIVE', N'324000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'102', N'20', N'PASSIVE', N'324000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'102', N'30', N'PASSIVE', N'324000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'102', N'40', N'PASSIVE', N'324000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Weapon Mastery', N'102', N'50', N'PASSIVE', N'324000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Add Physical Damage', N'102', N'40', N'PASSIVE', N'324000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Add Physical Damage', N'102', N'50', N'PASSIVE', N'324000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240004', N'Berserk Storm', N'102', N'50', N'ACTIVE', N'324000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'102', N'4', N'ACTIVE', N'331000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'102', N'14', N'ACTIVE', N'331000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'102', N'24', N'ACTIVE', N'331000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'102', N'34', N'ACTIVE', N'331000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'102', N'44', N'ACTIVE', N'331000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Bleeding Attack', N'102', N'54', N'ACTIVE', N'331000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'102', N'20', N'ACTIVE', N'331000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'102', N'28', N'ACTIVE', N'331000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'102', N'38', N'ACTIVE', N'331000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Assault', N'102', N'48', N'ACTIVE', N'331000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'102', N'30', N'ACTIVE', N'331000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'102', N'40', N'ACTIVE', N'331000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Dark Material', N'102', N'50', N'ACTIVE', N'331000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'102', N'34', N'ACTIVE', N'331000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'102', N'44', N'ACTIVE', N'331000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Chain Slash', N'102', N'54', N'ACTIVE', N'331000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Darkness', N'102', N'40', N'ACTIVE', N'331000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Darkness', N'102', N'50', N'ACTIVE', N'331000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'102', N'10', N'BUFF', N'333000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'102', N'20', N'BUFF', N'333000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'102', N'30', N'BUFF', N'333000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Stab of Darkness', N'102', N'40', N'BUFF', N'333000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'102', N'18', N'BUFF', N'333000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'102', N'28', N'BUFF', N'333000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'102', N'38', N'BUFF', N'333000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330002', N'Break Guard', N'102', N'48', N'BUFF', N'333000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'102', N'26', N'BUFF', N'333000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'102', N'36', N'BUFF', N'333000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330003', N'Bewilder', N'102', N'46', N'BUFF', N'333000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330004', N'Giant', N'102', N'38', N'BUFF', N'333000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'102', N'26', N'BUFF', N'333030201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'102', N'36', N'BUFF', N'333030202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330302', N'Bewilder', N'102', N'46', N'BUFF', N'333030203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'102', N'20', N'PASSIVE', N'334000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'102', N'30', N'PASSIVE', N'334000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'102', N'40', N'PASSIVE', N'334000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Curse Mastery', N'102', N'50', N'PASSIVE', N'334000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Upgrade: Bewilder', N'102', N'32', N'PASSIVE', N'334000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'102', N'6', N'ACTIVE', N'341000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'102', N'16', N'ACTIVE', N'341000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'102', N'26', N'ACTIVE', N'341000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'102', N'36', N'ACTIVE', N'341000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Divine Drive', N'102', N'46', N'ACTIVE', N'341000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'102', N'14', N'ACTIVE', N'341000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'102', N'24', N'ACTIVE', N'341000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'102', N'34', N'ACTIVE', N'341000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'102', N'44', N'ACTIVE', N'341000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Piercing Lance', N'102', N'54', N'ACTIVE', N'341000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'102', N'28', N'ACTIVE', N'341000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'102', N'38', N'ACTIVE', N'341000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Vampire', N'102', N'48', N'ACTIVE', N'341000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Dark Blade', N'102', N'38', N'ACTIVE', N'341000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Dark Blade', N'102', N'48', N'ACTIVE', N'341000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Dark Wave', N'102', N'42', N'ACTIVE', N'341000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Dark Wave', N'102', N'52', N'ACTIVE', N'341000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Vampire''s Wrath', N'102', N'45', N'ACTIVE', N'341000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Vampire''s Wrath', N'102', N'55', N'ACTIVE', N'341000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'102', N'22', N'BUFF', N'343000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'102', N'32', N'BUFF', N'343000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Aura of Strength', N'102', N'42', N'BUFF', N'343000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Relentless Rush', N'102', N'26', N'BUFF', N'343000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Relentless Rush', N'102', N'36', N'BUFF', N'343000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'102', N'8', N'PASSIVE', N'344000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'102', N'18', N'PASSIVE', N'344000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'102', N'28', N'PASSIVE', N'344000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'102', N'38', N'PASSIVE', N'344000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Add Physical Defense', N'102', N'48', N'PASSIVE', N'344000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'102', N'20', N'PASSIVE', N'344000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'102', N'30', N'PASSIVE', N'344000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'102', N'40', N'PASSIVE', N'344000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Black Sorcery Mastery', N'102', N'50', N'PASSIVE', N'344000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'102', N'24', N'PASSIVE', N'344000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'102', N'34', N'PASSIVE', N'344000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Max HP Increase', N'102', N'44', N'PASSIVE', N'344000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'102', N'28', N'PASSIVE', N'344000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'102', N'38', N'PASSIVE', N'344000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Darkness Resistance', N'102', N'48', N'PASSIVE', N'344000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'102', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'102', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Short Distance Teleport', N'102', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'102', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'102', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'102', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'102', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Plate Mastery', N'102', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'102', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'102', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4240005', N'Battōjutsu', N'102', N'50', N'ACTIVE', N'424000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'102', N'4', N'ACTIVE', N'431000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'102', N'14', N'ACTIVE', N'431000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'102', N'24', N'ACTIVE', N'431000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'102', N'34', N'ACTIVE', N'431000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'102', N'44', N'ACTIVE', N'431000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4310001', N'Sword Mark', N'102', N'54', N'ACTIVE', N'431000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'102', N'14', N'ACTIVE', N'441000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'102', N'24', N'ACTIVE', N'441000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'102', N'34', N'ACTIVE', N'441000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'102', N'44', N'ACTIVE', N'441000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410002', N'Dark Force', N'102', N'54', N'ACTIVE', N'441000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410006', N'Dark Thorn', N'102', N'45', N'ACTIVE', N'441000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'4410006', N'Dark Thorn', N'102', N'55', N'ACTIVE', N'441000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'102', N'8', N'ACTIVE', N'521000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'102', N'20', N'ACTIVE', N'521000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'102', N'28', N'ACTIVE', N'521000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'102', N'38', N'ACTIVE', N'521000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5210004', N'Dash Spin', N'102', N'48', N'ACTIVE', N'521000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5240006', N'Weapon Area', N'102', N'50', N'ACTIVE', N'524000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'102', N'14', N'ACTIVE', N'551000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'102', N'24', N'ACTIVE', N'551000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'102', N'34', N'ACTIVE', N'551000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'102', N'44', N'ACTIVE', N'551000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510001', N'Dark Force', N'102', N'54', N'ACTIVE', N'551000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510007', N'Genocide', N'102', N'45', N'ACTIVE', N'551000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'5510007', N'Genocide', N'102', N'55', N'ACTIVE', N'551000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6240004', N'Sword Dance', N'102', N'50', N'ACTIVE', N'624000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'102', N'4', N'ACTIVE', N'631000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'102', N'14', N'ACTIVE', N'631000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'102', N'24', N'ACTIVE', N'631000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'102', N'34', N'ACTIVE', N'631000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'102', N'44', N'ACTIVE', N'631000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6310001', N'Sword Mark', N'102', N'54', N'ACTIVE', N'631000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'102', N'14', N'ACTIVE', N'641000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'102', N'24', N'ACTIVE', N'641000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'102', N'34', N'ACTIVE', N'641000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'102', N'44', N'ACTIVE', N'641000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410002', N'Dark Force', N'102', N'54', N'ACTIVE', N'641000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410006', N'Cross Fire', N'102', N'45', N'ACTIVE', N'641000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'6410006', N'Cross Fire', N'102', N'55', N'ACTIVE', N'641000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'102', N'8', N'ACTIVE', N'721000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'102', N'20', N'ACTIVE', N'721000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'102', N'30', N'ACTIVE', N'721000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'102', N'40', N'ACTIVE', N'721000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7210004', N'Slash Upper', N'102', N'50', N'ACTIVE', N'721000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7240005', N'Battōjutsu', N'102', N'50', N'ACTIVE', N'724000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'102', N'4', N'ACTIVE', N'731000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'102', N'14', N'ACTIVE', N'731000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'102', N'24', N'ACTIVE', N'731000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'102', N'34', N'ACTIVE', N'731000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'102', N'44', N'ACTIVE', N'731000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7310001', N'Wild Stump', N'102', N'54', N'ACTIVE', N'731000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7410006', N'Dark Thorn', N'102', N'45', N'ACTIVE', N'741000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'7410006', N'Dark Thorn', N'102', N'55', N'ACTIVE', N'741000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'102', N'8', N'ACTIVE', N'821000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'102', N'20', N'ACTIVE', N'821000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'102', N'28', N'ACTIVE', N'821000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'102', N'38', N'ACTIVE', N'821000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8210004', N'Slash Upper', N'102', N'48', N'ACTIVE', N'821000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8240006', N'Weapon Area', N'102', N'50', N'ACTIVE', N'824000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'102', N'4', N'ACTIVE', N'831000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'102', N'14', N'ACTIVE', N'831000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'102', N'24', N'ACTIVE', N'831000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'102', N'34', N'ACTIVE', N'831000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'102', N'44', N'ACTIVE', N'831000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8310002', N'Wild Stump', N'102', N'54', N'ACTIVE', N'831000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8510007', N'Genocide', N'102', N'45', N'ACTIVE', N'851000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'8510007', N'Genocide', N'102', N'55', N'ACTIVE', N'851000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'102', N'8', N'ACTIVE', N'921000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'102', N'20', N'ACTIVE', N'921000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'102', N'28', N'ACTIVE', N'921000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'102', N'38', N'ACTIVE', N'921000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9210004', N'Slash Upper', N'102', N'48', N'ACTIVE', N'921000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9240004', N'Sword Dance', N'102', N'50', N'ACTIVE', N'924000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'102', N'4', N'ACTIVE', N'931000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'102', N'14', N'ACTIVE', N'931000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'102', N'24', N'ACTIVE', N'931000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'102', N'34', N'ACTIVE', N'931000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9310001', N'Wild Stump', N'102', N'44', N'ACTIVE', N'931000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9410006', N'Cross Fire', N'102', N'45', N'ACTIVE', N'941000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'9410006', N'Cross Fire', N'102', N'55', N'ACTIVE', N'941000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'3', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Quick Step', N'3', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10003', N'Roll - Down', N'3', N'10', N'PASSIVE', N'1000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10004', N'Mid Air Dash', N'3', N'15', N'PASSIVE', N'1000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10010', N'Stiffen', N'3', N'10', N'PASSIVE', N'1001001') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'3', N'8', N'PASSIVE', N'1001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'4', N'24', N'ACTIVE', N'5000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'4', N'34', N'ACTIVE', N'5000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'4', N'44', N'ACTIVE', N'5000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'4', N'54', N'ACTIVE', N'5000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'4', N'10', N'ACTIVE', N'5000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'4', N'20', N'ACTIVE', N'5000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'4', N'30', N'ACTIVE', N'5000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'4', N'40', N'ACTIVE', N'5000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'4', N'50', N'ACTIVE', N'5000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'4', N'8', N'ACTIVE', N'5000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'4', N'18', N'ACTIVE', N'5000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'4', N'28', N'ACTIVE', N'5000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'4', N'38', N'ACTIVE', N'5000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'4', N'48', N'ACTIVE', N'5000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'4', N'14', N'ACTIVE', N'5000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'4', N'24', N'ACTIVE', N'5000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'4', N'34', N'ACTIVE', N'5000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'4', N'44', N'ACTIVE', N'5000704') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'4', N'54', N'ACTIVE', N'5000705') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Diving', N'4', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Shadow Partners', N'4', N'42', N'ACTIVE', N'121000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Shadow Partners', N'4', N'52', N'ACTIVE', N'121000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'4', N'8', N'ACTIVE', N'122000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'4', N'20', N'ACTIVE', N'122000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'4', N'28', N'ACTIVE', N'122000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'4', N'38', N'ACTIVE', N'122000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'4', N'48', N'ACTIVE', N'122000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'4', N'10', N'ACTIVE', N'122000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'4', N'20', N'ACTIVE', N'122000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'4', N'30', N'ACTIVE', N'122000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'4', N'40', N'ACTIVE', N'122000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'4', N'50', N'ACTIVE', N'122000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'4', N'16', N'BUFF', N'122000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'4', N'26', N'BUFF', N'122000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'4', N'36', N'BUFF', N'122000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'4', N'46', N'BUFF', N'122000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220004', N'Auto Sentry: Blades', N'4', N'28', N'ACTIVE', N'122000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220004', N'Auto Sentry: Blades', N'4', N'38', N'ACTIVE', N'122000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220004', N'Auto Sentry: Blades', N'4', N'48', N'ACTIVE', N'122000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220005', N'Shadow Puppet', N'4', N'30', N'ACTIVE', N'122000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220005', N'Shadow Puppet', N'4', N'40', N'ACTIVE', N'122000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220005', N'Shadow Puppet', N'4', N'50', N'ACTIVE', N'122000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220006', N'Auto Sentry: Flame', N'4', N'34', N'ACTIVE', N'122000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220006', N'Auto Sentry: Flame', N'4', N'44', N'ACTIVE', N'122000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220006', N'Auto Sentry: Flame', N'4', N'54', N'ACTIVE', N'122000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220007', N'Time Bomb', N'4', N'40', N'ACTIVE', N'122000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220007', N'Time Bomb', N'4', N'50', N'ACTIVE', N'122000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220502', N'Shadow Puppet', N'4', N'30', N'ACTIVE', N'122050201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220502', N'Shadow Puppet', N'4', N'40', N'ACTIVE', N'122050202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220502', N'Shadow Puppet', N'4', N'50', N'ACTIVE', N'122050203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1230001', N'Skedaddle', N'4', N'10', N'BUFF', N'123000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'4', N'20', N'PASSIVE', N'124000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'4', N'30', N'PASSIVE', N'124000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'4', N'40', N'PASSIVE', N'124000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'4', N'50', N'PASSIVE', N'124000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240002', N'Upgrade: Shadow Puppet', N'4', N'34', N'PASSIVE', N'124000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'4', N'2', N'ACTIVE', N'141000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'4', N'12', N'ACTIVE', N'141000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'4', N'22', N'ACTIVE', N'141000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'4', N'32', N'ACTIVE', N'141000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'4', N'42', N'ACTIVE', N'141000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'4', N'52', N'ACTIVE', N'141000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'4', N'6', N'ACTIVE', N'141000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'4', N'16', N'ACTIVE', N'141000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'4', N'26', N'ACTIVE', N'141000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'4', N'36', N'ACTIVE', N'141000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'4', N'46', N'ACTIVE', N'141000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'4', N'10', N'ACTIVE', N'141000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'4', N'20', N'ACTIVE', N'141000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'4', N'30', N'ACTIVE', N'141000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'4', N'40', N'ACTIVE', N'141000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'4', N'50', N'ACTIVE', N'141000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'4', N'14', N'ACTIVE', N'141000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'4', N'24', N'ACTIVE', N'141000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'4', N'34', N'ACTIVE', N'141000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'4', N'44', N'ACTIVE', N'141000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'4', N'54', N'ACTIVE', N'141000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'4', N'20', N'ACTIVE', N'141000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'4', N'28', N'ACTIVE', N'141000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'4', N'38', N'ACTIVE', N'141000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'4', N'48', N'ACTIVE', N'141000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'4', N'24', N'ACTIVE', N'141000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'4', N'34', N'ACTIVE', N'141000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'4', N'44', N'ACTIVE', N'141000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'4', N'54', N'ACTIVE', N'141000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Run ''Em Down', N'4', N'38', N'ACTIVE', N'141000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Run ''Em Down', N'4', N'48', N'ACTIVE', N'141000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Concentration', N'4', N'22', N'BUFF', N'143000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Concentration', N'4', N'32', N'BUFF', N'143000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Concentration', N'4', N'42', N'BUFF', N'143000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Quick Step', N'4', N'30', N'BUFF', N'143000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Quick Step', N'4', N'40', N'BUFF', N'143000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Quick Step', N'4', N'50', N'BUFF', N'143000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Quick Draw', N'4', N'40', N'BUFF', N'143000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Quick Draw', N'4', N'50', N'BUFF', N'143000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'4', N'8', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'4', N'18', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'4', N'28', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'4', N'38', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'4', N'48', N'PASSIVE', N'144000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'4', N'14', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'4', N'24', N'PASSIVE', N'144000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'4', N'34', N'PASSIVE', N'144000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'4', N'44', N'PASSIVE', N'144000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'4', N'20', N'PASSIVE', N'144000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'4', N'30', N'PASSIVE', N'144000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'4', N'40', N'PASSIVE', N'144000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'4', N'50', N'PASSIVE', N'144000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Stylish Tumbling', N'4', N'50', N'ACTIVE', N'144000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'4', N'1', N'ACTIVE', N'151000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'4', N'11', N'ACTIVE', N'151000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'4', N'21', N'ACTIVE', N'151000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'4', N'31', N'ACTIVE', N'151000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'4', N'41', N'ACTIVE', N'151000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'4', N'51', N'ACTIVE', N'151000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'4', N'1', N'ACTIVE', N'151000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'4', N'11', N'ACTIVE', N'151000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'4', N'21', N'ACTIVE', N'151000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'4', N'31', N'ACTIVE', N'151000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'4', N'41', N'ACTIVE', N'151000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'4', N'51', N'ACTIVE', N'151000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'4', N'4', N'ACTIVE', N'151000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'4', N'14', N'ACTIVE', N'151000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'4', N'24', N'ACTIVE', N'151000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'4', N'34', N'ACTIVE', N'151000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'4', N'44', N'ACTIVE', N'151000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'4', N'54', N'ACTIVE', N'151000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'4', N'8', N'ACTIVE', N'151000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'4', N'20', N'ACTIVE', N'151000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'4', N'28', N'ACTIVE', N'151000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'4', N'38', N'ACTIVE', N'151000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'4', N'48', N'ACTIVE', N'151000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Ignite Oil Slick', N'4', N'28', N'ACTIVE', N'151000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Ignite Oil Slick', N'4', N'38', N'ACTIVE', N'151000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Ignite Oil Slick', N'4', N'48', N'ACTIVE', N'151000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Gatling Barrage', N'4', N'30', N'ACTIVE', N'151000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Gatling Barrage', N'4', N'40', N'ACTIVE', N'151000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Gatling Barrage', N'4', N'50', N'ACTIVE', N'151000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Desperado', N'4', N'34', N'ACTIVE', N'151000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Desperado', N'4', N'44', N'ACTIVE', N'151000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Desperado', N'4', N'54', N'ACTIVE', N'151000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510008', N'Rain of Lead', N'4', N'45', N'ACTIVE', N'151000801') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510008', N'Rain of Lead', N'4', N'55', N'ACTIVE', N'151000802') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510009', N'Crashing Fire', N'4', N'30', N'ACTIVE', N'151000901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510009', N'Crashing Fire', N'4', N'40', N'ACTIVE', N'151000902') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510603', N'Gatling Barrage', N'4', N'30', N'ACTIVE', N'151060301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510603', N'Gatling Barrage', N'4', N'40', N'ACTIVE', N'151060302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510603', N'Gatling Barrage', N'4', N'50', N'ACTIVE', N'151060303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'4', N'20', N'BUFF', N'153000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'4', N'30', N'BUFF', N'153000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'4', N'40', N'BUFF', N'153000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'4', N'50', N'BUFF', N'153000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'4', N'20', N'BUFF', N'153000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'4', N'30', N'BUFF', N'153000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'4', N'40', N'BUFF', N'153000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'4', N'50', N'BUFF', N'153000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'4', N'20', N'PASSIVE', N'154000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'4', N'30', N'PASSIVE', N'154000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'4', N'40', N'PASSIVE', N'154000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'4', N'50', N'PASSIVE', N'154000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540002', N'Diving Shot', N'4', N'20', N'PASSIVE', N'154000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Upgrade: Gatling Barrage', N'4', N'42', N'PASSIVE', N'154000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'4', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'4', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Diving', N'4', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'4', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'4', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'4', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'4', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'4', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'4', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'4', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'4', N'24', N'ACTIVE', N'231000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'4', N'34', N'ACTIVE', N'231000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'4', N'44', N'ACTIVE', N'231000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'4', N'54', N'ACTIVE', N'231000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Barbecue', N'4', N'28', N'ACTIVE', N'231000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Barbecue', N'4', N'38', N'ACTIVE', N'231000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Barbecue', N'4', N'48', N'ACTIVE', N'231000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Trick Shot', N'4', N'34', N'ACTIVE', N'231000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Trick Shot', N'4', N'44', N'ACTIVE', N'231000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Trick Shot', N'4', N'54', N'ACTIVE', N'231000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Escape Blast', N'4', N'42', N'ACTIVE', N'231000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Escape Blast', N'4', N'52', N'ACTIVE', N'231000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Salvo', N'4', N'50', N'ACTIVE', N'231000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'4', N'8', N'ACTIVE', N'232000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'4', N'20', N'ACTIVE', N'232000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'4', N'28', N'ACTIVE', N'232000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'4', N'38', N'ACTIVE', N'232000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'4', N'48', N'ACTIVE', N'232000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'4', N'10', N'ACTIVE', N'232000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'4', N'20', N'ACTIVE', N'232000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'4', N'30', N'ACTIVE', N'232000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'4', N'40', N'ACTIVE', N'232000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'4', N'50', N'ACTIVE', N'232000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320003', N'Auto Sentry: Turret', N'4', N'28', N'ACTIVE', N'232000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320003', N'Auto Sentry: Turret', N'4', N'38', N'ACTIVE', N'232000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320003', N'Auto Sentry: Turret', N'4', N'48', N'ACTIVE', N'232000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Skedaddle', N'4', N'10', N'BUFF', N'233000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'4', N'22', N'ACTIVE', N'233000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'4', N'32', N'ACTIVE', N'233000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'4', N'42', N'ACTIVE', N'233000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'4', N'52', N'ACTIVE', N'233000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'4', N'20', N'PASSIVE', N'234000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'4', N'30', N'PASSIVE', N'234000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'4', N'40', N'PASSIVE', N'234000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'4', N'50', N'PASSIVE', N'234000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'4', N'2', N'ACTIVE', N'241000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'4', N'12', N'ACTIVE', N'241000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'4', N'22', N'ACTIVE', N'241000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'4', N'32', N'ACTIVE', N'241000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'4', N'42', N'ACTIVE', N'241000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'4', N'52', N'ACTIVE', N'241000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'4', N'6', N'ACTIVE', N'241000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'4', N'16', N'ACTIVE', N'241000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'4', N'26', N'ACTIVE', N'241000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'4', N'36', N'ACTIVE', N'241000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'4', N'46', N'ACTIVE', N'241000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'4', N'10', N'ACTIVE', N'241000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'4', N'20', N'ACTIVE', N'241000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'4', N'30', N'ACTIVE', N'241000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'4', N'40', N'ACTIVE', N'241000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'4', N'50', N'ACTIVE', N'241000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'4', N'14', N'ACTIVE', N'241000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'4', N'24', N'ACTIVE', N'241000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'4', N'34', N'ACTIVE', N'241000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'4', N'44', N'ACTIVE', N'241000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'4', N'54', N'ACTIVE', N'241000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'4', N'20', N'ACTIVE', N'241000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'4', N'28', N'ACTIVE', N'241000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'4', N'38', N'ACTIVE', N'241000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'4', N'48', N'ACTIVE', N'241000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410006', N'Poison Bomb', N'4', N'38', N'ACTIVE', N'241000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410006', N'Poison Bomb', N'4', N'48', N'ACTIVE', N'241000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410007', N'Sliding Attack', N'4', N'30', N'ACTIVE', N'241000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410007', N'Sliding Attack', N'4', N'40', N'ACTIVE', N'241000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Quick Step', N'4', N'30', N'BUFF', N'243000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Quick Step', N'4', N'40', N'BUFF', N'243000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Quick Step', N'4', N'50', N'BUFF', N'243000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Quick Draw', N'4', N'40', N'BUFF', N'243000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Quick Draw', N'4', N'50', N'BUFF', N'243000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'4', N'8', N'PASSIVE', N'244000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'4', N'18', N'PASSIVE', N'244000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'4', N'28', N'PASSIVE', N'244000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'4', N'38', N'PASSIVE', N'244000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'4', N'48', N'PASSIVE', N'244000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'4', N'20', N'PASSIVE', N'244000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'4', N'30', N'PASSIVE', N'244000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'4', N'40', N'PASSIVE', N'244000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'4', N'50', N'PASSIVE', N'244000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Diving & Tumbling', N'4', N'20', N'PASSIVE', N'244000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Critial Power Increase', N'4', N'24', N'PASSIVE', N'244000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Critial Power Increase', N'4', N'34', N'PASSIVE', N'244000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Critial Power Increase', N'4', N'44', N'PASSIVE', N'244000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'4', N'1', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'4', N'11', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'4', N'21', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'4', N'31', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'4', N'41', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'4', N'51', N'ACTIVE', N'251000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'4', N'1', N'ACTIVE', N'251000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'4', N'11', N'ACTIVE', N'251000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'4', N'21', N'ACTIVE', N'251000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'4', N'31', N'ACTIVE', N'251000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'4', N'41', N'ACTIVE', N'251000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'4', N'51', N'ACTIVE', N'251000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'4', N'4', N'ACTIVE', N'251000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'4', N'14', N'ACTIVE', N'251000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'4', N'24', N'ACTIVE', N'251000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'4', N'34', N'ACTIVE', N'251000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'4', N'44', N'ACTIVE', N'251000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'4', N'54', N'ACTIVE', N'251000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'4', N'8', N'ACTIVE', N'251000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'4', N'20', N'ACTIVE', N'251000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'4', N'28', N'ACTIVE', N'251000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'4', N'38', N'ACTIVE', N'251000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'4', N'48', N'ACTIVE', N'251000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'4', N'22', N'ACTIVE', N'251000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'4', N'32', N'ACTIVE', N'251000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'4', N'42', N'ACTIVE', N'251000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'4', N'52', N'ACTIVE', N'251000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Gatling Barrage', N'4', N'30', N'ACTIVE', N'251000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Gatling Barrage', N'4', N'40', N'ACTIVE', N'251000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Gatling Barrage', N'4', N'50', N'ACTIVE', N'251000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Time Bomb', N'4', N'40', N'ACTIVE', N'251000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Time Bomb', N'4', N'50', N'ACTIVE', N'251000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510602', N'Gatling Barrage', N'4', N'30', N'ACTIVE', N'251060201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510602', N'Gatling Barrage', N'4', N'40', N'ACTIVE', N'251060202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510602', N'Gatling Barrage', N'4', N'50', N'ACTIVE', N'251060203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'4', N'20', N'BUFF', N'253000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'4', N'30', N'BUFF', N'253000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'4', N'40', N'BUFF', N'253000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'4', N'50', N'BUFF', N'253000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'4', N'20', N'BUFF', N'253000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'4', N'30', N'BUFF', N'253000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'4', N'40', N'BUFF', N'253000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'4', N'50', N'BUFF', N'253000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'4', N'20', N'PASSIVE', N'254000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'4', N'30', N'PASSIVE', N'254000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'4', N'40', N'PASSIVE', N'254000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'4', N'50', N'PASSIVE', N'254000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Upgrade: Gatling Barrage', N'4', N'42', N'PASSIVE', N'254000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Shrapnel Cyclone', N'4', N'45', N'ACTIVE', N'254000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Shrapnel Cyclone', N'4', N'55', N'ACTIVE', N'254000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'4', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'4', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Diving', N'4', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'4', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'4', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'4', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'4', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'4', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'4', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'4', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Time Bomb', N'4', N'40', N'ACTIVE', N'321000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Time Bomb', N'4', N'50', N'ACTIVE', N'321000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Deploy Bunker', N'4', N'45', N'ACTIVE', N'321000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Deploy Bunker', N'4', N'55', N'ACTIVE', N'321000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'4', N'8', N'ACTIVE', N'322000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'4', N'20', N'ACTIVE', N'322000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'4', N'28', N'ACTIVE', N'322000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'4', N'38', N'ACTIVE', N'322000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'4', N'48', N'ACTIVE', N'322000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'4', N'10', N'ACTIVE', N'322000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'4', N'20', N'ACTIVE', N'322000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'4', N'30', N'ACTIVE', N'322000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'4', N'40', N'ACTIVE', N'322000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'4', N'50', N'ACTIVE', N'322000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'4', N'16', N'BUFF', N'322000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'4', N'26', N'BUFF', N'322000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'4', N'36', N'BUFF', N'322000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'4', N'46', N'BUFF', N'322000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220004', N'Summon MK-2', N'4', N'30', N'ACTIVE', N'322000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220004', N'Summon MK-2', N'4', N'40', N'ACTIVE', N'322000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220004', N'Summon MK-2', N'4', N'50', N'ACTIVE', N'322000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230001', N'Skedaddle', N'4', N'10', N'BUFF', N'323000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'4', N'20', N'BUFF', N'323000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'4', N'30', N'BUFF', N'323000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'4', N'40', N'BUFF', N'323000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'4', N'50', N'BUFF', N'323000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'4', N'20', N'BUFF', N'323000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'4', N'30', N'BUFF', N'323000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'4', N'40', N'BUFF', N'323000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'4', N'50', N'BUFF', N'323000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'4', N'20', N'PASSIVE', N'324000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'4', N'30', N'PASSIVE', N'324000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'4', N'40', N'PASSIVE', N'324000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'4', N'50', N'PASSIVE', N'324000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'4', N'1', N'ACTIVE', N'331000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'4', N'11', N'ACTIVE', N'331000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'4', N'21', N'ACTIVE', N'331000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'4', N'31', N'ACTIVE', N'331000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'4', N'41', N'ACTIVE', N'331000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'4', N'51', N'ACTIVE', N'331000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'4', N'1', N'ACTIVE', N'331000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'4', N'11', N'ACTIVE', N'331000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'4', N'21', N'ACTIVE', N'331000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'4', N'31', N'ACTIVE', N'331000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'4', N'41', N'ACTIVE', N'331000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'4', N'51', N'ACTIVE', N'331000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'4', N'2', N'ACTIVE', N'331000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'4', N'12', N'ACTIVE', N'331000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'4', N'22', N'ACTIVE', N'331000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'4', N'32', N'ACTIVE', N'331000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'4', N'42', N'ACTIVE', N'331000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'4', N'52', N'ACTIVE', N'331000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'4', N'4', N'ACTIVE', N'331000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'4', N'14', N'ACTIVE', N'331000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'4', N'24', N'ACTIVE', N'331000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'4', N'34', N'ACTIVE', N'331000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'4', N'44', N'ACTIVE', N'331000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'4', N'54', N'ACTIVE', N'331000406') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'4', N'8', N'ACTIVE', N'331000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'4', N'20', N'ACTIVE', N'331000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'4', N'28', N'ACTIVE', N'331000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'4', N'38', N'ACTIVE', N'331000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'4', N'48', N'ACTIVE', N'331000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'4', N'24', N'ACTIVE', N'331000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'4', N'34', N'ACTIVE', N'331000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'4', N'44', N'ACTIVE', N'331000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'4', N'54', N'ACTIVE', N'331000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310007', N'Gatling Barrage', N'4', N'30', N'ACTIVE', N'331000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310007', N'Gatling Barrage', N'4', N'40', N'ACTIVE', N'331000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310007', N'Gatling Barrage', N'4', N'50', N'ACTIVE', N'331000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310008', N'Trick Shot', N'4', N'34', N'ACTIVE', N'331000801') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310008', N'Trick Shot', N'4', N'44', N'ACTIVE', N'331000802') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310008', N'Trick Shot', N'4', N'54', N'ACTIVE', N'331000803') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310009', N'Poison Bomb', N'4', N'38', N'ACTIVE', N'331000901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310009', N'Poison Bomb', N'4', N'48', N'ACTIVE', N'331000902') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310702', N'Gatling Barrage', N'4', N'30', N'ACTIVE', N'331070201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310702', N'Gatling Barrage', N'4', N'40', N'ACTIVE', N'331070202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310702', N'Gatling Barrage', N'4', N'50', N'ACTIVE', N'331070203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'4', N'22', N'ACTIVE', N'333000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'4', N'32', N'ACTIVE', N'333000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'4', N'42', N'ACTIVE', N'333000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'4', N'52', N'ACTIVE', N'333000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'4', N'20', N'PASSIVE', N'334000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'4', N'30', N'PASSIVE', N'334000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'4', N'40', N'PASSIVE', N'334000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'4', N'50', N'PASSIVE', N'334000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Upgrade: Gatling Barrage', N'4', N'42', N'PASSIVE', N'334000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340003', N'Mana Seal Break', N'4', N'50', N'ACTIVE', N'334000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'4', N'6', N'ACTIVE', N'341000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'4', N'16', N'ACTIVE', N'341000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'4', N'26', N'ACTIVE', N'341000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'4', N'36', N'ACTIVE', N'341000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Summon Posse', N'4', N'46', N'ACTIVE', N'341000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'4', N'10', N'ACTIVE', N'341000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'4', N'20', N'ACTIVE', N'341000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'4', N'30', N'ACTIVE', N'341000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'4', N'40', N'ACTIVE', N'341000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'4', N'50', N'ACTIVE', N'341000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'4', N'14', N'ACTIVE', N'341000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'4', N'24', N'ACTIVE', N'341000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'4', N'34', N'ACTIVE', N'341000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'4', N'44', N'ACTIVE', N'341000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'4', N'54', N'ACTIVE', N'341000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'4', N'20', N'ACTIVE', N'341000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'4', N'28', N'ACTIVE', N'341000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'4', N'38', N'ACTIVE', N'341000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'4', N'48', N'ACTIVE', N'341000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Beam Launcher', N'4', N'28', N'ACTIVE', N'341000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Beam Launcher', N'4', N'38', N'ACTIVE', N'341000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Beam Launcher', N'4', N'48', N'ACTIVE', N'341000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Shuriken', N'4', N'42', N'ACTIVE', N'341000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Shuriken', N'4', N'52', N'ACTIVE', N'341000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410007', N'Electric Line', N'4', N'30', N'ACTIVE', N'341000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410007', N'Electric Line', N'4', N'40', N'ACTIVE', N'341000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Quick Step', N'4', N'30', N'BUFF', N'343000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Quick Step', N'4', N'40', N'BUFF', N'343000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Quick Step', N'4', N'50', N'BUFF', N'343000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Quick Draw', N'4', N'40', N'BUFF', N'343000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Quick Draw', N'4', N'50', N'BUFF', N'343000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'4', N'8', N'PASSIVE', N'344000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'4', N'18', N'PASSIVE', N'344000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'4', N'28', N'PASSIVE', N'344000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'4', N'38', N'PASSIVE', N'344000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'4', N'48', N'PASSIVE', N'344000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'4', N'14', N'PASSIVE', N'344000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'4', N'24', N'PASSIVE', N'344000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'4', N'34', N'PASSIVE', N'344000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'4', N'44', N'PASSIVE', N'344000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'4', N'20', N'PASSIVE', N'344000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'4', N'30', N'PASSIVE', N'344000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'4', N'40', N'PASSIVE', N'344000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'4', N'50', N'PASSIVE', N'344000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Critial Power Increase', N'4', N'24', N'PASSIVE', N'344000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Critial Power Increase', N'4', N'34', N'PASSIVE', N'344000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Critial Power Increase', N'4', N'44', N'PASSIVE', N'344000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'4', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'4', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Diving', N'4', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'4', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'4', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'4', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'4', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'4', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'4', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'4', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'401', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Diving', N'401', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10003', N'Roll - Down', N'401', N'10', N'PASSIVE', N'1000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10004', N'Mid Air Dash', N'401', N'15', N'PASSIVE', N'1000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'401', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'401', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'401', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'401', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Chain Mastery', N'401', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'401', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'401', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'401', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'401', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'401', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Revolver Mastery', N'401', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'401', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'401', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'401', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'401', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Musket Mastery', N'401', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'401', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'401', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'401', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'401', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Weapon Bag Mastery', N'401', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'401', N'8', N'PASSIVE', N'1010101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'401', N'18', N'PASSIVE', N'1010102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'401', N'28', N'PASSIVE', N'1010103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'HP Increase', N'401', N'38', N'PASSIVE', N'1010104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10101', N'Max HP Increase', N'401', N'48', N'PASSIVE', N'1010105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'401', N'8', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'401', N'18', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'401', N'28', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'401', N'38', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Land Mine', N'401', N'48', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'401', N'16', N'BUFF', N'2000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'401', N'26', N'BUFF', N'2000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'401', N'36', N'BUFF', N'2000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20006', N'Spiked Mat', N'401', N'46', N'BUFF', N'2000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20009', N'Skedaddle', N'401', N'10', N'BUFF', N'2000901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'401', N'10', N'ACTIVE', N'3000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'401', N'20', N'ACTIVE', N'3000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'401', N'30', N'ACTIVE', N'3000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'401', N'40', N'ACTIVE', N'3000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Auto Sentry: Rockets', N'401', N'50', N'ACTIVE', N'3000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'401', N'1', N'ACTIVE', N'4000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'401', N'11', N'ACTIVE', N'4000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'401', N'21', N'ACTIVE', N'4000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'401', N'31', N'ACTIVE', N'4000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'401', N'41', N'ACTIVE', N'4000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40001', N'Rising Attack', N'401', N'51', N'ACTIVE', N'4000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'401', N'2', N'ACTIVE', N'4000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'401', N'12', N'ACTIVE', N'4000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'401', N'22', N'ACTIVE', N'4000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'401', N'32', N'ACTIVE', N'4000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'401', N'42', N'ACTIVE', N'4000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40002', N'Spiral Kick', N'401', N'52', N'ACTIVE', N'4000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'401', N'6', N'ACTIVE', N'4000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'401', N'16', N'ACTIVE', N'4000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'401', N'26', N'ACTIVE', N'4000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'401', N'36', N'ACTIVE', N'4000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40003', N'Summon Posse', N'401', N'46', N'ACTIVE', N'4000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'401', N'18', N'ACTIVE', N'4000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'401', N'28', N'ACTIVE', N'4000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'401', N'38', N'ACTIVE', N'4000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'40005', N'Windmill', N'401', N'48', N'ACTIVE', N'4000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'401', N'1', N'ACTIVE', N'5000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'401', N'11', N'ACTIVE', N'5000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'401', N'21', N'ACTIVE', N'5000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'401', N'31', N'ACTIVE', N'5000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'401', N'41', N'ACTIVE', N'5000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Shoot ''Em Low', N'401', N'51', N'ACTIVE', N'5000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'401', N'4', N'ACTIVE', N'5000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'401', N'14', N'ACTIVE', N'5000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'401', N'24', N'ACTIVE', N'5000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'401', N'34', N'ACTIVE', N'5000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'401', N'44', N'ACTIVE', N'5000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50002', N'Shoot ''Em High', N'401', N'54', N'ACTIVE', N'5000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'401', N'10', N'ACTIVE', N'5000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'401', N'20', N'ACTIVE', N'5000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'401', N'30', N'ACTIVE', N'5000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'401', N'40', N'ACTIVE', N'5000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50003', N'Lock On', N'401', N'50', N'ACTIVE', N'5000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'401', N'8', N'ACTIVE', N'5000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'401', N'18', N'ACTIVE', N'5000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'401', N'28', N'ACTIVE', N'5000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'401', N'38', N'ACTIVE', N'5000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50004', N'Charge Shot', N'401', N'48', N'ACTIVE', N'5000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'401', N'14', N'ACTIVE', N'5000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'401', N'24', N'ACTIVE', N'5000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'401', N'34', N'ACTIVE', N'5000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'401', N'44', N'ACTIVE', N'5000704') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50007', N'Piercing Round', N'401', N'54', N'ACTIVE', N'5000705') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Diving', N'401', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Shadow Partners', N'401', N'42', N'ACTIVE', N'121000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Shadow Partners', N'401', N'52', N'ACTIVE', N'121000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'401', N'8', N'ACTIVE', N'122000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'401', N'20', N'ACTIVE', N'122000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'401', N'28', N'ACTIVE', N'122000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'401', N'38', N'ACTIVE', N'122000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220001', N'Land Mine', N'401', N'48', N'ACTIVE', N'122000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'401', N'10', N'ACTIVE', N'122000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'401', N'20', N'ACTIVE', N'122000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'401', N'30', N'ACTIVE', N'122000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'401', N'40', N'ACTIVE', N'122000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220002', N'Auto Sentry: Rockets', N'401', N'50', N'ACTIVE', N'122000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'401', N'16', N'BUFF', N'122000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'401', N'26', N'BUFF', N'122000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'401', N'36', N'BUFF', N'122000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220003', N'Spiked Mat', N'401', N'46', N'BUFF', N'122000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220004', N'Auto Sentry: Blades', N'401', N'28', N'ACTIVE', N'122000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220004', N'Auto Sentry: Blades', N'401', N'38', N'ACTIVE', N'122000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220004', N'Auto Sentry: Blades', N'401', N'48', N'ACTIVE', N'122000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220005', N'Shadow Puppet', N'401', N'30', N'ACTIVE', N'122000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220005', N'Shadow Puppet', N'401', N'40', N'ACTIVE', N'122000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220005', N'Shadow Puppet', N'401', N'50', N'ACTIVE', N'122000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220006', N'Auto Sentry: Flame', N'401', N'34', N'ACTIVE', N'122000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220006', N'Auto Sentry: Flame', N'401', N'44', N'ACTIVE', N'122000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220006', N'Auto Sentry: Flame', N'401', N'54', N'ACTIVE', N'122000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220007', N'Time Bomb', N'401', N'40', N'ACTIVE', N'122000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220007', N'Time Bomb', N'401', N'50', N'ACTIVE', N'122000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220502', N'Shadow Puppet', N'401', N'30', N'ACTIVE', N'122050201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220502', N'Shadow Puppet', N'401', N'40', N'ACTIVE', N'122050202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1220502', N'Shadow Puppet', N'401', N'50', N'ACTIVE', N'122050203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1230001', N'Skedaddle', N'401', N'10', N'BUFF', N'123000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'401', N'20', N'PASSIVE', N'124000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'401', N'30', N'PASSIVE', N'124000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'401', N'40', N'PASSIVE', N'124000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Device Mastery', N'401', N'50', N'PASSIVE', N'124000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240002', N'Upgrade: Shadow Puppet', N'401', N'34', N'PASSIVE', N'124000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'401', N'2', N'ACTIVE', N'141000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'401', N'12', N'ACTIVE', N'141000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'401', N'22', N'ACTIVE', N'141000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'401', N'32', N'ACTIVE', N'141000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'401', N'42', N'ACTIVE', N'141000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410001', N'Spiral Kick', N'401', N'52', N'ACTIVE', N'141000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'401', N'6', N'ACTIVE', N'141000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'401', N'16', N'ACTIVE', N'141000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'401', N'26', N'ACTIVE', N'141000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'401', N'36', N'ACTIVE', N'141000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410002', N'Summon Posse', N'401', N'46', N'ACTIVE', N'141000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'401', N'10', N'ACTIVE', N'141000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'401', N'20', N'ACTIVE', N'141000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'401', N'30', N'ACTIVE', N'141000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'401', N'40', N'ACTIVE', N'141000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410003', N'Lock On', N'401', N'50', N'ACTIVE', N'141000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'401', N'14', N'ACTIVE', N'141000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'401', N'24', N'ACTIVE', N'141000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'401', N'34', N'ACTIVE', N'141000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'401', N'44', N'ACTIVE', N'141000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410004', N'Piercing Round', N'401', N'54', N'ACTIVE', N'141000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'401', N'20', N'ACTIVE', N'141000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'401', N'28', N'ACTIVE', N'141000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'401', N'38', N'ACTIVE', N'141000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410005', N'Windmill', N'401', N'48', N'ACTIVE', N'141000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'401', N'24', N'ACTIVE', N'141000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'401', N'34', N'ACTIVE', N'141000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'401', N'44', N'ACTIVE', N'141000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410006', N'Aerial Ambush', N'401', N'54', N'ACTIVE', N'141000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Run ''Em Down', N'401', N'38', N'ACTIVE', N'141000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1410007', N'Run ''Em Down', N'401', N'48', N'ACTIVE', N'141000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Concentration', N'401', N'22', N'BUFF', N'143000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Concentration', N'401', N'32', N'BUFF', N'143000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430001', N'Concentration', N'401', N'42', N'BUFF', N'143000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Quick Step', N'401', N'30', N'BUFF', N'143000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Quick Step', N'401', N'40', N'BUFF', N'143000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430002', N'Quick Step', N'401', N'50', N'BUFF', N'143000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Quick Draw', N'401', N'40', N'BUFF', N'143000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1430003', N'Quick Draw', N'401', N'50', N'BUFF', N'143000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'401', N'8', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'401', N'18', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'401', N'28', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'401', N'38', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Max HP Increase', N'401', N'48', N'PASSIVE', N'144000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'401', N'14', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'401', N'24', N'PASSIVE', N'144000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'401', N'34', N'PASSIVE', N'144000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Critial Rate Increase', N'401', N'44', N'PASSIVE', N'144000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'401', N'20', N'PASSIVE', N'144000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'401', N'30', N'PASSIVE', N'144000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'401', N'40', N'PASSIVE', N'144000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440003', N'Tactical Mastery', N'401', N'50', N'PASSIVE', N'144000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440004', N'Stylish Tumbling', N'401', N'50', N'ACTIVE', N'144000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'401', N'1', N'ACTIVE', N'151000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'401', N'11', N'ACTIVE', N'151000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'401', N'21', N'ACTIVE', N'151000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'401', N'31', N'ACTIVE', N'151000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'401', N'41', N'ACTIVE', N'151000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Rising Attack', N'401', N'51', N'ACTIVE', N'151000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'401', N'1', N'ACTIVE', N'151000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'401', N'11', N'ACTIVE', N'151000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'401', N'21', N'ACTIVE', N'151000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'401', N'31', N'ACTIVE', N'151000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'401', N'41', N'ACTIVE', N'151000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Shoot ''Em Low', N'401', N'51', N'ACTIVE', N'151000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'401', N'4', N'ACTIVE', N'151000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'401', N'14', N'ACTIVE', N'151000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'401', N'24', N'ACTIVE', N'151000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'401', N'34', N'ACTIVE', N'151000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'401', N'44', N'ACTIVE', N'151000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Shoot ''Em High', N'401', N'54', N'ACTIVE', N'151000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'401', N'8', N'ACTIVE', N'151000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'401', N'20', N'ACTIVE', N'151000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'401', N'28', N'ACTIVE', N'151000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'401', N'38', N'ACTIVE', N'151000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Charge Shot', N'401', N'48', N'ACTIVE', N'151000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Ignite Oil Slick', N'401', N'28', N'ACTIVE', N'151000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Ignite Oil Slick', N'401', N'38', N'ACTIVE', N'151000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Ignite Oil Slick', N'401', N'48', N'ACTIVE', N'151000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Gatling Barrage', N'401', N'30', N'ACTIVE', N'151000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Gatling Barrage', N'401', N'40', N'ACTIVE', N'151000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Gatling Barrage', N'401', N'50', N'ACTIVE', N'151000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Desperado', N'401', N'34', N'ACTIVE', N'151000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Desperado', N'401', N'44', N'ACTIVE', N'151000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Desperado', N'401', N'54', N'ACTIVE', N'151000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510008', N'Rain of Lead', N'401', N'45', N'ACTIVE', N'151000801') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510008', N'Rain of Lead', N'401', N'55', N'ACTIVE', N'151000802') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510009', N'Crashing Fire', N'401', N'30', N'ACTIVE', N'151000901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510009', N'Crashing Fire', N'401', N'40', N'ACTIVE', N'151000902') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510603', N'Gatling Barrage', N'401', N'30', N'ACTIVE', N'151060301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510603', N'Gatling Barrage', N'401', N'40', N'ACTIVE', N'151060302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510603', N'Gatling Barrage', N'401', N'50', N'ACTIVE', N'151060303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'401', N'20', N'BUFF', N'153000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'401', N'30', N'BUFF', N'153000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'401', N'40', N'BUFF', N'153000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'Flame Bullet', N'401', N'50', N'BUFF', N'153000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'401', N'20', N'BUFF', N'153000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'401', N'30', N'BUFF', N'153000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'401', N'40', N'BUFF', N'153000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530002', N'Ice Bullet', N'401', N'50', N'BUFF', N'153000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'401', N'20', N'PASSIVE', N'154000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'401', N'30', N'PASSIVE', N'154000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'401', N'40', N'PASSIVE', N'154000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Firearm Mastery', N'401', N'50', N'PASSIVE', N'154000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540002', N'Diving Shot', N'401', N'20', N'PASSIVE', N'154000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Upgrade: Gatling Barrage', N'401', N'42', N'PASSIVE', N'154000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'401', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'401', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Diving', N'401', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'401', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'401', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'401', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'401', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Chain Mastery', N'401', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'401', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'401', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'401', N'24', N'ACTIVE', N'231000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'401', N'34', N'ACTIVE', N'231000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'401', N'44', N'ACTIVE', N'231000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310001', N'Molotov Cocktail', N'401', N'54', N'ACTIVE', N'231000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Barbecue', N'401', N'28', N'ACTIVE', N'231000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Barbecue', N'401', N'38', N'ACTIVE', N'231000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310002', N'Barbecue', N'401', N'48', N'ACTIVE', N'231000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Trick Shot', N'401', N'34', N'ACTIVE', N'231000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Trick Shot', N'401', N'44', N'ACTIVE', N'231000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310003', N'Trick Shot', N'401', N'54', N'ACTIVE', N'231000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Escape Blast', N'401', N'42', N'ACTIVE', N'231000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310004', N'Escape Blast', N'401', N'52', N'ACTIVE', N'231000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2310005', N'Salvo', N'401', N'50', N'ACTIVE', N'231000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'401', N'8', N'ACTIVE', N'232000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'401', N'20', N'ACTIVE', N'232000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'401', N'28', N'ACTIVE', N'232000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'401', N'38', N'ACTIVE', N'232000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320001', N'Land Mine', N'401', N'48', N'ACTIVE', N'232000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'401', N'10', N'ACTIVE', N'232000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'401', N'20', N'ACTIVE', N'232000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'401', N'30', N'ACTIVE', N'232000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'401', N'40', N'ACTIVE', N'232000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320002', N'Auto Sentry: Rockets', N'401', N'50', N'ACTIVE', N'232000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320003', N'Auto Sentry: Turret', N'401', N'28', N'ACTIVE', N'232000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320003', N'Auto Sentry: Turret', N'401', N'38', N'ACTIVE', N'232000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2320003', N'Auto Sentry: Turret', N'401', N'48', N'ACTIVE', N'232000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330001', N'Skedaddle', N'401', N'10', N'BUFF', N'233000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'401', N'22', N'ACTIVE', N'233000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'401', N'32', N'ACTIVE', N'233000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'401', N'42', N'ACTIVE', N'233000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2330002', N'Flashbang', N'401', N'52', N'ACTIVE', N'233000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'401', N'20', N'PASSIVE', N'234000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'401', N'30', N'PASSIVE', N'234000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'401', N'40', N'PASSIVE', N'234000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2340001', N'Heavy Weapon Mastery', N'401', N'50', N'PASSIVE', N'234000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'401', N'2', N'ACTIVE', N'241000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'401', N'12', N'ACTIVE', N'241000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'401', N'22', N'ACTIVE', N'241000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'401', N'32', N'ACTIVE', N'241000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'401', N'42', N'ACTIVE', N'241000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410001', N'Spiral Kick', N'401', N'52', N'ACTIVE', N'241000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'401', N'6', N'ACTIVE', N'241000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'401', N'16', N'ACTIVE', N'241000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'401', N'26', N'ACTIVE', N'241000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'401', N'36', N'ACTIVE', N'241000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410002', N'Kunai Swarm', N'401', N'46', N'ACTIVE', N'241000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'401', N'10', N'ACTIVE', N'241000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'401', N'20', N'ACTIVE', N'241000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'401', N'30', N'ACTIVE', N'241000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'401', N'40', N'ACTIVE', N'241000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410003', N'Lock On', N'401', N'50', N'ACTIVE', N'241000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'401', N'14', N'ACTIVE', N'241000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'401', N'24', N'ACTIVE', N'241000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'401', N'34', N'ACTIVE', N'241000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'401', N'44', N'ACTIVE', N'241000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410004', N'Piercing Round', N'401', N'54', N'ACTIVE', N'241000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'401', N'20', N'ACTIVE', N'241000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'401', N'28', N'ACTIVE', N'241000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'401', N'38', N'ACTIVE', N'241000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410005', N'Windmill', N'401', N'48', N'ACTIVE', N'241000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410006', N'Poison Bomb', N'401', N'38', N'ACTIVE', N'241000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410006', N'Poison Bomb', N'401', N'48', N'ACTIVE', N'241000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410007', N'Sliding Attack', N'401', N'30', N'ACTIVE', N'241000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2410007', N'Sliding Attack', N'401', N'40', N'ACTIVE', N'241000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Quick Step', N'401', N'30', N'BUFF', N'243000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Quick Step', N'401', N'40', N'BUFF', N'243000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430001', N'Quick Step', N'401', N'50', N'BUFF', N'243000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Quick Draw', N'401', N'40', N'BUFF', N'243000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2430002', N'Quick Draw', N'401', N'50', N'BUFF', N'243000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'401', N'8', N'PASSIVE', N'244000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'401', N'18', N'PASSIVE', N'244000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'401', N'28', N'PASSIVE', N'244000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'401', N'38', N'PASSIVE', N'244000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440001', N'Max HP Increase', N'401', N'48', N'PASSIVE', N'244000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'401', N'20', N'PASSIVE', N'244000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'401', N'30', N'PASSIVE', N'244000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'401', N'40', N'PASSIVE', N'244000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440002', N'Tactical Mastery', N'401', N'50', N'PASSIVE', N'244000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440003', N'Diving & Tumbling', N'401', N'20', N'PASSIVE', N'244000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Critial Power Increase', N'401', N'24', N'PASSIVE', N'244000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Critial Power Increase', N'401', N'34', N'PASSIVE', N'244000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2440004', N'Critial Power Increase', N'401', N'44', N'PASSIVE', N'244000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'401', N'1', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'401', N'11', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'401', N'21', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'401', N'31', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'401', N'41', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Rising Attack', N'401', N'51', N'ACTIVE', N'251000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'401', N'1', N'ACTIVE', N'251000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'401', N'11', N'ACTIVE', N'251000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'401', N'21', N'ACTIVE', N'251000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'401', N'31', N'ACTIVE', N'251000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'401', N'41', N'ACTIVE', N'251000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Shoot ''Em Low', N'401', N'51', N'ACTIVE', N'251000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'401', N'4', N'ACTIVE', N'251000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'401', N'14', N'ACTIVE', N'251000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'401', N'24', N'ACTIVE', N'251000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'401', N'34', N'ACTIVE', N'251000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'401', N'44', N'ACTIVE', N'251000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Shoot ''Em High', N'401', N'54', N'ACTIVE', N'251000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'401', N'8', N'ACTIVE', N'251000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'401', N'20', N'ACTIVE', N'251000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'401', N'28', N'ACTIVE', N'251000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'401', N'38', N'ACTIVE', N'251000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Cataclysmic Shot', N'401', N'48', N'ACTIVE', N'251000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'401', N'22', N'ACTIVE', N'251000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'401', N'32', N'ACTIVE', N'251000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'401', N'42', N'ACTIVE', N'251000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Lay ''Em Down', N'401', N'52', N'ACTIVE', N'251000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Gatling Barrage', N'401', N'30', N'ACTIVE', N'251000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Gatling Barrage', N'401', N'40', N'ACTIVE', N'251000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Gatling Barrage', N'401', N'50', N'ACTIVE', N'251000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Time Bomb', N'401', N'40', N'ACTIVE', N'251000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Time Bomb', N'401', N'50', N'ACTIVE', N'251000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510602', N'Gatling Barrage', N'401', N'30', N'ACTIVE', N'251060201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510602', N'Gatling Barrage', N'401', N'40', N'ACTIVE', N'251060202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510602', N'Gatling Barrage', N'401', N'50', N'ACTIVE', N'251060203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'401', N'20', N'BUFF', N'253000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'401', N'30', N'BUFF', N'253000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'401', N'40', N'BUFF', N'253000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'Flame Bullet', N'401', N'50', N'BUFF', N'253000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'401', N'20', N'BUFF', N'253000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'401', N'30', N'BUFF', N'253000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'401', N'40', N'BUFF', N'253000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530002', N'Ice Bullet', N'401', N'50', N'BUFF', N'253000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'401', N'20', N'PASSIVE', N'254000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'401', N'30', N'PASSIVE', N'254000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'401', N'40', N'PASSIVE', N'254000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Firearm Mastery', N'401', N'50', N'PASSIVE', N'254000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Upgrade: Gatling Barrage', N'401', N'42', N'PASSIVE', N'254000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Shrapnel Cyclone', N'401', N'45', N'ACTIVE', N'254000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Shrapnel Cyclone', N'401', N'55', N'ACTIVE', N'254000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'401', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'401', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Diving', N'401', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'401', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'401', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'401', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'401', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Chain Mastery', N'401', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'401', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'401', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Time Bomb', N'401', N'40', N'ACTIVE', N'321000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Time Bomb', N'401', N'50', N'ACTIVE', N'321000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Deploy Bunker', N'401', N'45', N'ACTIVE', N'321000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Deploy Bunker', N'401', N'55', N'ACTIVE', N'321000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'401', N'8', N'ACTIVE', N'322000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'401', N'20', N'ACTIVE', N'322000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'401', N'28', N'ACTIVE', N'322000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'401', N'38', N'ACTIVE', N'322000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220001', N'Land Mine', N'401', N'48', N'ACTIVE', N'322000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'401', N'10', N'ACTIVE', N'322000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'401', N'20', N'ACTIVE', N'322000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'401', N'30', N'ACTIVE', N'322000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'401', N'40', N'ACTIVE', N'322000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220002', N'Auto Sentry: Rockets', N'401', N'50', N'ACTIVE', N'322000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'401', N'16', N'BUFF', N'322000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'401', N'26', N'BUFF', N'322000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'401', N'36', N'BUFF', N'322000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220003', N'Spiked Mat', N'401', N'46', N'BUFF', N'322000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220004', N'Summon MK-2', N'401', N'30', N'ACTIVE', N'322000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220004', N'Summon MK-2', N'401', N'40', N'ACTIVE', N'322000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3220004', N'Summon MK-2', N'401', N'50', N'ACTIVE', N'322000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230001', N'Skedaddle', N'401', N'10', N'BUFF', N'323000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'401', N'20', N'BUFF', N'323000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'401', N'30', N'BUFF', N'323000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'401', N'40', N'BUFF', N'323000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230002', N'Flame Bullet', N'401', N'50', N'BUFF', N'323000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'401', N'20', N'BUFF', N'323000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'401', N'30', N'BUFF', N'323000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'401', N'40', N'BUFF', N'323000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3230003', N'Ice Bullet', N'401', N'50', N'BUFF', N'323000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'401', N'20', N'PASSIVE', N'324000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'401', N'30', N'PASSIVE', N'324000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'401', N'40', N'PASSIVE', N'324000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Device Mastery', N'401', N'50', N'PASSIVE', N'324000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'401', N'1', N'ACTIVE', N'331000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'401', N'11', N'ACTIVE', N'331000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'401', N'21', N'ACTIVE', N'331000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'401', N'31', N'ACTIVE', N'331000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'401', N'41', N'ACTIVE', N'331000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310001', N'Cannon Spike', N'401', N'51', N'ACTIVE', N'331000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'401', N'1', N'ACTIVE', N'331000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'401', N'11', N'ACTIVE', N'331000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'401', N'21', N'ACTIVE', N'331000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'401', N'31', N'ACTIVE', N'331000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'401', N'41', N'ACTIVE', N'331000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310002', N'Grenade: Backhand Toss', N'401', N'51', N'ACTIVE', N'331000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'401', N'2', N'ACTIVE', N'331000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'401', N'12', N'ACTIVE', N'331000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'401', N'22', N'ACTIVE', N'331000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'401', N'32', N'ACTIVE', N'331000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'401', N'42', N'ACTIVE', N'331000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310003', N'Grenade: Overhand Toss', N'401', N'52', N'ACTIVE', N'331000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'401', N'4', N'ACTIVE', N'331000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'401', N'14', N'ACTIVE', N'331000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'401', N'24', N'ACTIVE', N'331000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'401', N'34', N'ACTIVE', N'331000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'401', N'44', N'ACTIVE', N'331000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310004', N'Rocket Launcher', N'401', N'54', N'ACTIVE', N'331000406') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'401', N'8', N'ACTIVE', N'331000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'401', N'20', N'ACTIVE', N'331000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'401', N'28', N'ACTIVE', N'331000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'401', N'38', N'ACTIVE', N'331000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310005', N'Charge Shot', N'401', N'48', N'ACTIVE', N'331000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'401', N'24', N'ACTIVE', N'331000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'401', N'34', N'ACTIVE', N'331000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'401', N'44', N'ACTIVE', N'331000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310006', N'Zeus'' Handbag', N'401', N'54', N'ACTIVE', N'331000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310007', N'Gatling Barrage', N'401', N'30', N'ACTIVE', N'331000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310007', N'Gatling Barrage', N'401', N'40', N'ACTIVE', N'331000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310007', N'Gatling Barrage', N'401', N'50', N'ACTIVE', N'331000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310008', N'Trick Shot', N'401', N'34', N'ACTIVE', N'331000801') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310008', N'Trick Shot', N'401', N'44', N'ACTIVE', N'331000802') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310008', N'Trick Shot', N'401', N'54', N'ACTIVE', N'331000803') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310009', N'Poison Bomb', N'401', N'38', N'ACTIVE', N'331000901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310009', N'Poison Bomb', N'401', N'48', N'ACTIVE', N'331000902') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310702', N'Gatling Barrage', N'401', N'30', N'ACTIVE', N'331070201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310702', N'Gatling Barrage', N'401', N'40', N'ACTIVE', N'331070202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3310702', N'Gatling Barrage', N'401', N'50', N'ACTIVE', N'331070203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'401', N'22', N'ACTIVE', N'333000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'401', N'32', N'ACTIVE', N'333000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'401', N'42', N'ACTIVE', N'333000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3330001', N'Flashbang', N'401', N'52', N'ACTIVE', N'333000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'401', N'20', N'PASSIVE', N'334000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'401', N'30', N'PASSIVE', N'334000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'401', N'40', N'PASSIVE', N'334000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340001', N'Heavy Weapon Mastery', N'401', N'50', N'PASSIVE', N'334000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340002', N'Upgrade: Gatling Barrage', N'401', N'42', N'PASSIVE', N'334000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3340003', N'Mana Seal Break', N'401', N'50', N'ACTIVE', N'334000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'401', N'6', N'ACTIVE', N'341000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'401', N'16', N'ACTIVE', N'341000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'401', N'26', N'ACTIVE', N'341000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Kunai Swarm', N'401', N'36', N'ACTIVE', N'341000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410001', N'Summon Posse', N'401', N'46', N'ACTIVE', N'341000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'401', N'10', N'ACTIVE', N'341000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'401', N'20', N'ACTIVE', N'341000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'401', N'30', N'ACTIVE', N'341000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'401', N'40', N'ACTIVE', N'341000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410002', N'Lock On', N'401', N'50', N'ACTIVE', N'341000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'401', N'14', N'ACTIVE', N'341000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'401', N'24', N'ACTIVE', N'341000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'401', N'34', N'ACTIVE', N'341000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'401', N'44', N'ACTIVE', N'341000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410003', N'Piercing Round', N'401', N'54', N'ACTIVE', N'341000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'401', N'20', N'ACTIVE', N'341000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'401', N'28', N'ACTIVE', N'341000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'401', N'38', N'ACTIVE', N'341000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410004', N'Jet Bike', N'401', N'48', N'ACTIVE', N'341000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Beam Launcher', N'401', N'28', N'ACTIVE', N'341000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Beam Launcher', N'401', N'38', N'ACTIVE', N'341000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410005', N'Beam Launcher', N'401', N'48', N'ACTIVE', N'341000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Shuriken', N'401', N'42', N'ACTIVE', N'341000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410006', N'Shuriken', N'401', N'52', N'ACTIVE', N'341000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410007', N'Electric Line', N'401', N'30', N'ACTIVE', N'341000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3410007', N'Electric Line', N'401', N'40', N'ACTIVE', N'341000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Quick Step', N'401', N'30', N'BUFF', N'343000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Quick Step', N'401', N'40', N'BUFF', N'343000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430001', N'Quick Step', N'401', N'50', N'BUFF', N'343000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Quick Draw', N'401', N'40', N'BUFF', N'343000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3430002', N'Quick Draw', N'401', N'50', N'BUFF', N'343000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'401', N'8', N'PASSIVE', N'344000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'401', N'18', N'PASSIVE', N'344000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'401', N'28', N'PASSIVE', N'344000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'401', N'38', N'PASSIVE', N'344000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440001', N'Max HP Increase', N'401', N'48', N'PASSIVE', N'344000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'401', N'14', N'PASSIVE', N'344000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'401', N'24', N'PASSIVE', N'344000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'401', N'34', N'PASSIVE', N'344000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440002', N'Critial Rate Increase', N'401', N'44', N'PASSIVE', N'344000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'401', N'20', N'PASSIVE', N'344000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'401', N'30', N'PASSIVE', N'344000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'401', N'40', N'PASSIVE', N'344000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440003', N'Tactical Mastery', N'401', N'50', N'PASSIVE', N'344000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Critial Power Increase', N'401', N'24', N'PASSIVE', N'344000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Critial Power Increase', N'401', N'34', N'PASSIVE', N'344000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3440004', N'Critial Power Increase', N'401', N'44', N'PASSIVE', N'344000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'401', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'401', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Diving', N'401', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'401', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'401', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'401', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'401', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Chain Mastery', N'401', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'401', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'401', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'301', N'48', N'PASSIVE', N'154000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540002', N'Stiffen', N'301', N'10', N'PASSIVE', N'154000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'301', N'20', N'PASSIVE', N'154000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'301', N'30', N'PASSIVE', N'154000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'301', N'40', N'PASSIVE', N'154000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'301', N'50', N'PASSIVE', N'154000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540004', N'Kick', N'301', N'20', N'PASSIVE', N'154000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540005', N'Crazy Eight Dash', N'301', N'50', N'ACTIVE', N'154000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'301', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'301', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Quick Step', N'301', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'301', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'301', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'301', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'301', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'301', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'301', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'301', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Battle Cry', N'301', N'26', N'ACTIVE', N'211000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Battle Cry', N'301', N'36', N'ACTIVE', N'211000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Battle Cry', N'301', N'46', N'ACTIVE', N'211000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Victory Jump', N'301', N'30', N'ACTIVE', N'211000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Victory Jump', N'301', N'40', N'ACTIVE', N'211000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Victory Jump', N'301', N'50', N'ACTIVE', N'211000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Shadow', N'301', N'38', N'ACTIVE', N'211000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Shadow', N'301', N'48', N'ACTIVE', N'211000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Sharp Cry', N'301', N'40', N'ACTIVE', N'211000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Sharp Cry', N'301', N'50', N'ACTIVE', N'211000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110005', N'Wolf Spirit', N'301', N'42', N'ACTIVE', N'211000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110005', N'Wolf Spirit', N'301', N'52', N'ACTIVE', N'211000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110203', N'Victory Jump', N'301', N'30', N'ACTIVE', N'211020301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110203', N'Victory Jump', N'301', N'40', N'ACTIVE', N'211020302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110203', N'Victory Jump', N'301', N'50', N'ACTIVE', N'211020303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'301', N'18', N'BUFF', N'213000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'301', N'28', N'BUFF', N'213000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'301', N'38', N'BUFF', N'213000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'301', N'48', N'BUFF', N'213000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Wolf Cry', N'301', N'30', N'BUFF', N'213000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Wolf Cry', N'301', N'40', N'BUFF', N'213000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Wolf Cry', N'301', N'50', N'BUFF', N'213000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130003', N'Cheering Cry', N'301', N'35', N'BUFF', N'213000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130003', N'Cheering Cry', N'301', N'45', N'BUFF', N'213000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'3', N'32', N'ACTIVE', N'121000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'3', N'42', N'ACTIVE', N'121000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'3', N'52', N'ACTIVE', N'121000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'3', N'8', N'ACTIVE', N'121000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'3', N'20', N'ACTIVE', N'121000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'3', N'28', N'ACTIVE', N'121000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'3', N'38', N'ACTIVE', N'121000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'3', N'48', N'ACTIVE', N'121000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'3', N'10', N'ACTIVE', N'121000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'3', N'20', N'ACTIVE', N'121000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'3', N'30', N'ACTIVE', N'121000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'3', N'40', N'ACTIVE', N'121000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'3', N'50', N'ACTIVE', N'121000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'3', N'20', N'ACTIVE', N'121000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'3', N'28', N'ACTIVE', N'121000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'3', N'38', N'ACTIVE', N'121000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'3', N'48', N'ACTIVE', N'121000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Crazy Step', N'3', N'38', N'ACTIVE', N'121000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Crazy Step', N'3', N'48', N'ACTIVE', N'121000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'3', N'20', N'PASSIVE', N'124000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'3', N'30', N'PASSIVE', N'124000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'3', N'40', N'PASSIVE', N'124000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'3', N'50', N'PASSIVE', N'124000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'3', N'6', N'ACTIVE', N'142000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'3', N'16', N'ACTIVE', N'142000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'3', N'26', N'ACTIVE', N'142000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'3', N'36', N'ACTIVE', N'142000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'3', N'46', N'ACTIVE', N'142000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420002', N'Grab & Hit', N'3', N'28', N'ACTIVE', N'142000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420002', N'Grab & Hit', N'3', N'38', N'ACTIVE', N'142000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420002', N'Grab & Hit', N'3', N'48', N'ACTIVE', N'142000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420003', N'Judo Throw', N'3', N'32', N'ACTIVE', N'142000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420003', N'Judo Throw', N'3', N'42', N'ACTIVE', N'142000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420003', N'Judo Throw', N'3', N'52', N'ACTIVE', N'142000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420004', N'Jump Judo Throw', N'3', N'40', N'ACTIVE', N'142000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420004', N'Jump Judo Throw', N'3', N'50', N'ACTIVE', N'142000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'3', N'6', N'ACTIVE', N'142010201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'3', N'16', N'ACTIVE', N'142010202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'3', N'26', N'ACTIVE', N'142010203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'3', N'36', N'ACTIVE', N'142010204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'3', N'46', N'ACTIVE', N'142010205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'3', N'20', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'3', N'30', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'3', N'40', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'3', N'50', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Upgrade: Wild Throw', N'3', N'40', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'3', N'1', N'ACTIVE', N'151000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'3', N'11', N'ACTIVE', N'151000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'3', N'21', N'ACTIVE', N'151000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'3', N'31', N'ACTIVE', N'151000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'3', N'41', N'ACTIVE', N'151000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'3', N'51', N'ACTIVE', N'151000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'3', N'1', N'ACTIVE', N'151000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'3', N'11', N'ACTIVE', N'151000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'3', N'21', N'ACTIVE', N'151000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'3', N'31', N'ACTIVE', N'151000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'3', N'41', N'ACTIVE', N'151000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'3', N'51', N'ACTIVE', N'151000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'3', N'4', N'ACTIVE', N'151000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'3', N'14', N'ACTIVE', N'151000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'3', N'24', N'ACTIVE', N'151000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'3', N'34', N'ACTIVE', N'151000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'3', N'44', N'ACTIVE', N'151000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'3', N'54', N'ACTIVE', N'151000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'3', N'6', N'ACTIVE', N'151000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'3', N'16', N'ACTIVE', N'151000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'3', N'26', N'ACTIVE', N'151000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'3', N'36', N'ACTIVE', N'151000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'3', N'46', N'ACTIVE', N'151000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'3', N'14', N'ACTIVE', N'151000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'3', N'24', N'ACTIVE', N'151000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'3', N'34', N'ACTIVE', N'151000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'3', N'44', N'ACTIVE', N'151000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'3', N'54', N'ACTIVE', N'151000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Shadow Jab', N'3', N'30', N'ACTIVE', N'151000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Shadow Jab', N'3', N'40', N'ACTIVE', N'151000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Shadow Jab', N'3', N'50', N'ACTIVE', N'151000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Rising Kick', N'3', N'30', N'ACTIVE', N'151000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Rising Kick', N'3', N'40', N'ACTIVE', N'151000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'3', N'10', N'BUFF', N'153000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'3', N'20', N'BUFF', N'153000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'3', N'30', N'BUFF', N'153000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'3', N'40', N'BUFF', N'153000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'3', N'50', N'BUFF', N'153000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'3', N'8', N'PASSIVE', N'154000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'3', N'18', N'PASSIVE', N'154000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'3', N'28', N'PASSIVE', N'154000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'3', N'38', N'PASSIVE', N'154000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'3', N'48', N'PASSIVE', N'154000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540002', N'Stiffen', N'3', N'10', N'PASSIVE', N'154000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'3', N'20', N'PASSIVE', N'154000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'3', N'30', N'PASSIVE', N'154000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'3', N'40', N'PASSIVE', N'154000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540003', N'Fighting Skills Mastery', N'3', N'50', N'PASSIVE', N'154000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540004', N'Kick', N'3', N'20', N'PASSIVE', N'154000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540005', N'Crazy Eight Dash', N'3', N'50', N'ACTIVE', N'154000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1930001', N'Berserker', N'3', N'20', N'BUFF', N'193000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940001', N'Perfect Guard', N'3', N'1', N'PASSIVE', N'194000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940002', N'Quick Step', N'3', N'1', N'PASSIVE', N'194000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'3', N'1', N'PASSIVE', N'194000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'3', N'11', N'PASSIVE', N'194000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'3', N'21', N'PASSIVE', N'194000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'3', N'31', N'PASSIVE', N'194000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940003', N'Leather Mastery', N'3', N'41', N'PASSIVE', N'194000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940004', N'Roll - Down', N'3', N'10', N'PASSIVE', N'194000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1940005', N'Mid Air Dash', N'3', N'15', N'PASSIVE', N'194000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Battle Cry', N'3', N'26', N'ACTIVE', N'211000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Battle Cry', N'3', N'36', N'ACTIVE', N'211000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110001', N'Battle Cry', N'3', N'46', N'ACTIVE', N'211000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Victory Jump', N'3', N'30', N'ACTIVE', N'211000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Victory Jump', N'3', N'40', N'ACTIVE', N'211000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110002', N'Victory Jump', N'3', N'50', N'ACTIVE', N'211000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Shadow', N'3', N'38', N'ACTIVE', N'211000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110003', N'Shadow', N'3', N'48', N'ACTIVE', N'211000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Sharp Cry', N'3', N'40', N'ACTIVE', N'211000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110004', N'Sharp Cry', N'3', N'50', N'ACTIVE', N'211000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110005', N'Wolf Spirit', N'3', N'42', N'ACTIVE', N'211000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110005', N'Wolf Spirit', N'3', N'52', N'ACTIVE', N'211000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110203', N'Victory Jump', N'3', N'30', N'ACTIVE', N'211020301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540004', N'Flurry of Fists', N'3', N'20', N'PASSIVE', N'254000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540005', N'Wild Annihilation', N'3', N'50', N'ACTIVE', N'254000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'3', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'3', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Quick Step', N'3', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'3', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'3', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'3', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'3', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'3', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'3', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'3', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'3', N'2', N'ACTIVE', N'311000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'3', N'12', N'ACTIVE', N'311000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'3', N'22', N'ACTIVE', N'311000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'3', N'32', N'ACTIVE', N'311000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'3', N'42', N'ACTIVE', N'311000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'3', N'52', N'ACTIVE', N'311000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'3', N'24', N'ACTIVE', N'311000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'3', N'34', N'ACTIVE', N'311000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'3', N'44', N'ACTIVE', N'311000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'3', N'54', N'ACTIVE', N'311000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Shadow Punch', N'3', N'34', N'ACTIVE', N'311000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Shadow Punch', N'3', N'44', N'ACTIVE', N'311000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Shadow Punch', N'3', N'54', N'ACTIVE', N'311000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rock Smash', N'3', N'40', N'ACTIVE', N'311000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rock Smash', N'3', N'50', N'ACTIVE', N'311000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Ki Gong Cannons', N'3', N'42', N'ACTIVE', N'311000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Ki Gong Cannons', N'3', N'52', N'ACTIVE', N'311000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110006', N'Volcano', N'3', N'45', N'ACTIVE', N'311000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110006', N'Volcano', N'3', N'55', N'ACTIVE', N'311000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Concentration', N'3', N'20', N'BUFF', N'313000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Concentration', N'3', N'30', N'BUFF', N'313000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Cheering Cry', N'3', N'35', N'BUFF', N'313000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Cheering Cry', N'3', N'45', N'BUFF', N'313000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130003', N'Immunity Shout', N'3', N'40', N'BUFF', N'313000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130003', N'Immunity Shout', N'3', N'50', N'BUFF', N'313000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'3', N'20', N'PASSIVE', N'314000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'3', N'30', N'PASSIVE', N'314000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'3', N'40', N'PASSIVE', N'314000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'3', N'50', N'PASSIVE', N'314000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Add Physical Strength', N'3', N'22', N'PASSIVE', N'314000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Add Physical Strength', N'3', N'32', N'PASSIVE', N'314000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Add Physical Strength', N'3', N'42', N'PASSIVE', N'314000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140003', N'Activate Super Armor', N'3', N'38', N'PASSIVE', N'314000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140003', N'Activate Super Armor', N'3', N'48', N'PASSIVE', N'314000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'3', N'6', N'ACTIVE', N'321000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'3', N'16', N'ACTIVE', N'321000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'3', N'26', N'ACTIVE', N'321000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'3', N'36', N'ACTIVE', N'321000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'3', N'46', N'ACTIVE', N'321000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'3', N'8', N'ACTIVE', N'321000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'3', N'20', N'ACTIVE', N'321000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'3', N'28', N'ACTIVE', N'321000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'3', N'38', N'ACTIVE', N'321000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'3', N'48', N'ACTIVE', N'321000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'3', N'10', N'ACTIVE', N'321000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'3', N'20', N'ACTIVE', N'321000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'3', N'30', N'ACTIVE', N'321000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'3', N'40', N'ACTIVE', N'321000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'3', N'50', N'ACTIVE', N'321000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'3', N'20', N'ACTIVE', N'321000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'3', N'28', N'ACTIVE', N'321000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'3', N'38', N'ACTIVE', N'321000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'3', N'48', N'ACTIVE', N'321000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Atomic Punch', N'3', N'38', N'ACTIVE', N'321000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Atomic Punch', N'3', N'48', N'ACTIVE', N'321000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'3', N'20', N'ACTIVE', N'321040301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'3', N'28', N'ACTIVE', N'321040302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'3', N'38', N'ACTIVE', N'321040303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'3', N'48', N'ACTIVE', N'321040304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'3', N'20', N'PASSIVE', N'324000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'3', N'30', N'PASSIVE', N'324000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'3', N'40', N'PASSIVE', N'324000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'3', N'50', N'PASSIVE', N'324000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'3', N'20', N'PASSIVE', N'324000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'3', N'30', N'PASSIVE', N'324000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'3', N'40', N'PASSIVE', N'324000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'3', N'50', N'PASSIVE', N'324000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Upgrade: Pounce', N'3', N'28', N'PASSIVE', N'324000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240004', N'Volcanic Eruption', N'3', N'50', N'ACTIVE', N'324000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'3', N'6', N'ACTIVE', N'342000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'3', N'16', N'ACTIVE', N'342000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'3', N'26', N'ACTIVE', N'342000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'3', N'36', N'ACTIVE', N'342000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'3', N'46', N'ACTIVE', N'342000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'3', N'1', N'ACTIVE', N'351000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'3', N'11', N'ACTIVE', N'351000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'3', N'21', N'ACTIVE', N'351000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'3', N'31', N'ACTIVE', N'351000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'3', N'41', N'ACTIVE', N'351000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'3', N'51', N'ACTIVE', N'351000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'3', N'1', N'ACTIVE', N'351000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'3', N'11', N'ACTIVE', N'351000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'3', N'21', N'ACTIVE', N'351000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'3', N'31', N'ACTIVE', N'351000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'3', N'41', N'ACTIVE', N'351000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'3', N'51', N'ACTIVE', N'351000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'3', N'4', N'ACTIVE', N'351000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'3', N'14', N'ACTIVE', N'351000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'3', N'24', N'ACTIVE', N'351000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'3', N'34', N'ACTIVE', N'351000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'3', N'44', N'ACTIVE', N'351000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'3', N'54', N'ACTIVE', N'351000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'3', N'14', N'ACTIVE', N'351000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'3', N'24', N'ACTIVE', N'351000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'3', N'34', N'ACTIVE', N'351000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'3', N'44', N'ACTIVE', N'351000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'3', N'54', N'ACTIVE', N'351000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510005', N'Off the Ground', N'3', N'26', N'ACTIVE', N'351000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510005', N'Off the Ground', N'3', N'36', N'ACTIVE', N'351000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510005', N'Off the Ground', N'3', N'46', N'ACTIVE', N'351000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510006', N'Shadow Jab', N'3', N'30', N'ACTIVE', N'351000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510006', N'Shadow Jab', N'3', N'40', N'ACTIVE', N'351000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510006', N'Shadow Jab', N'3', N'50', N'ACTIVE', N'351000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510007', N'Backstep Charge', N'3', N'30', N'ACTIVE', N'351000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510007', N'Backstep Charge', N'3', N'40', N'ACTIVE', N'351000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'3', N'10', N'BUFF', N'353000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'301', N'54', N'ACTIVE', N'111000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Focused Attack', N'301', N'34', N'ACTIVE', N'111000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Focused Attack', N'301', N'44', N'ACTIVE', N'111000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Focused Attack', N'301', N'54', N'ACTIVE', N'111000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Ki Gong Cannons', N'301', N'42', N'ACTIVE', N'111000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Ki Gong Cannons', N'301', N'52', N'ACTIVE', N'111000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Lightning', N'301', N'45', N'ACTIVE', N'111000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Lightning', N'301', N'55', N'ACTIVE', N'111000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'301', N'24', N'ACTIVE', N'111010301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'301', N'34', N'ACTIVE', N'111010302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'301', N'44', N'ACTIVE', N'111010303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'301', N'54', N'ACTIVE', N'111010304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Concentration', N'301', N'20', N'BUFF', N'113000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Concentration', N'301', N'30', N'BUFF', N'113000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Increase Critical Power', N'301', N'30', N'BUFF', N'113000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Increase Critical Power', N'301', N'40', N'BUFF', N'113000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Increase Critical Power', N'301', N'50', N'BUFF', N'113000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130003', N'Effect Immunity', N'301', N'43', N'BUFF', N'113000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'301', N'20', N'PASSIVE', N'114000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'301', N'30', N'PASSIVE', N'114000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'301', N'40', N'PASSIVE', N'114000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'301', N'50', N'PASSIVE', N'114000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140002', N'Add Physical Strength', N'301', N'22', N'PASSIVE', N'114000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140002', N'Add Physical Strength', N'301', N'32', N'PASSIVE', N'114000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140002', N'Add Physical Strength', N'301', N'42', N'PASSIVE', N'114000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140003', N'Upgrade: Final Step', N'301', N'36', N'PASSIVE', N'114000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'301', N'2', N'ACTIVE', N'121000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'301', N'12', N'ACTIVE', N'121000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'301', N'22', N'ACTIVE', N'121000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'301', N'32', N'ACTIVE', N'121000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'301', N'42', N'ACTIVE', N'121000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'301', N'52', N'ACTIVE', N'121000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'301', N'8', N'ACTIVE', N'121000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'301', N'20', N'ACTIVE', N'121000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'301', N'28', N'ACTIVE', N'121000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'301', N'38', N'ACTIVE', N'121000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210002', N'Sharp Claw', N'301', N'48', N'ACTIVE', N'121000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'301', N'10', N'ACTIVE', N'121000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'301', N'20', N'ACTIVE', N'121000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'301', N'30', N'ACTIVE', N'121000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'301', N'40', N'ACTIVE', N'121000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210003', N'Roundhouse Kick', N'301', N'50', N'ACTIVE', N'121000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'301', N'20', N'ACTIVE', N'121000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'301', N'28', N'ACTIVE', N'121000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'301', N'38', N'ACTIVE', N'121000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210004', N'Pounce', N'301', N'48', N'ACTIVE', N'121000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Crazy Step', N'301', N'38', N'ACTIVE', N'121000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210005', N'Crazy Step', N'301', N'48', N'ACTIVE', N'121000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'301', N'20', N'PASSIVE', N'124000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'301', N'30', N'PASSIVE', N'124000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'301', N'40', N'PASSIVE', N'124000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1240001', N'Savage Mastery', N'301', N'50', N'PASSIVE', N'124000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'301', N'6', N'ACTIVE', N'142000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'301', N'16', N'ACTIVE', N'142000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'301', N'26', N'ACTIVE', N'142000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'301', N'36', N'ACTIVE', N'142000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420001', N'Wild Throw', N'301', N'46', N'ACTIVE', N'142000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420002', N'Grab & Hit', N'301', N'28', N'ACTIVE', N'142000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420002', N'Grab & Hit', N'301', N'38', N'ACTIVE', N'142000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420002', N'Grab & Hit', N'301', N'48', N'ACTIVE', N'142000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420003', N'Judo Throw', N'301', N'32', N'ACTIVE', N'142000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420003', N'Judo Throw', N'301', N'42', N'ACTIVE', N'142000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420003', N'Judo Throw', N'301', N'52', N'ACTIVE', N'142000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420004', N'Jump Judo Throw', N'301', N'40', N'ACTIVE', N'142000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420004', N'Jump Judo Throw', N'301', N'50', N'ACTIVE', N'142000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'301', N'6', N'ACTIVE', N'142010201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'301', N'16', N'ACTIVE', N'142010202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'301', N'26', N'ACTIVE', N'142010203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'301', N'36', N'ACTIVE', N'142010204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1420102', N'Wild Throw', N'301', N'46', N'ACTIVE', N'142010205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'301', N'20', N'PASSIVE', N'144000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'301', N'30', N'PASSIVE', N'144000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'301', N'40', N'PASSIVE', N'144000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440001', N'Grab Mastery', N'301', N'50', N'PASSIVE', N'144000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1440002', N'Upgrade: Wild Throw', N'301', N'40', N'PASSIVE', N'144000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'301', N'1', N'ACTIVE', N'151000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'301', N'11', N'ACTIVE', N'151000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'301', N'21', N'ACTIVE', N'151000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'301', N'31', N'ACTIVE', N'151000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'301', N'41', N'ACTIVE', N'151000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510001', N'Uppercut', N'301', N'51', N'ACTIVE', N'151000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'301', N'1', N'ACTIVE', N'151000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'301', N'11', N'ACTIVE', N'151000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'301', N'21', N'ACTIVE', N'151000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'301', N'31', N'ACTIVE', N'151000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'301', N'41', N'ACTIVE', N'151000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510002', N'Dempsey Roll', N'301', N'51', N'ACTIVE', N'151000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'301', N'4', N'ACTIVE', N'151000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'301', N'14', N'ACTIVE', N'151000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'301', N'24', N'ACTIVE', N'151000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'301', N'34', N'ACTIVE', N'151000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'301', N'44', N'ACTIVE', N'151000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510003', N'Power Stomp', N'301', N'54', N'ACTIVE', N'151000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'301', N'6', N'ACTIVE', N'151000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'301', N'16', N'ACTIVE', N'151000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'301', N'26', N'ACTIVE', N'151000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'301', N'36', N'ACTIVE', N'151000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510004', N'Savage Charge', N'301', N'46', N'ACTIVE', N'151000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'301', N'14', N'ACTIVE', N'151000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'301', N'24', N'ACTIVE', N'151000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'301', N'34', N'ACTIVE', N'151000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'301', N'44', N'ACTIVE', N'151000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510005', N'Pounding Attack', N'301', N'54', N'ACTIVE', N'151000505') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Shadow Jab', N'301', N'30', N'ACTIVE', N'151000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Shadow Jab', N'301', N'40', N'ACTIVE', N'151000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510006', N'Shadow Jab', N'301', N'50', N'ACTIVE', N'151000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Rising Kick', N'301', N'30', N'ACTIVE', N'151000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1510007', N'Rising Kick', N'301', N'40', N'ACTIVE', N'151000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'301', N'10', N'BUFF', N'153000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'301', N'20', N'BUFF', N'153000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'301', N'30', N'BUFF', N'153000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'301', N'40', N'BUFF', N'153000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1530001', N'HP Recovery', N'301', N'50', N'BUFF', N'153000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'301', N'8', N'PASSIVE', N'154000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'301', N'18', N'PASSIVE', N'154000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'301', N'28', N'PASSIVE', N'154000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1540001', N'Increase Max HP', N'301', N'38', N'PASSIVE', N'154000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'3', N'18', N'PASSIVE', N'1001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'3', N'28', N'PASSIVE', N'1001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'3', N'38', N'PASSIVE', N'1001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'3', N'48', N'PASSIVE', N'1001105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'3', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'3', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'3', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'3', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'3', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'3', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'3', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'3', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'3', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'3', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'3', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'3', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'3', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'3', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'3', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'3', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'3', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'3', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'3', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'3', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'3', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'3', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'3', N'1', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'3', N'11', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'3', N'21', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'3', N'31', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'3', N'41', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'3', N'51', N'ACTIVE', N'2000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'3', N'1', N'ACTIVE', N'2000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'3', N'11', N'ACTIVE', N'2000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'3', N'21', N'ACTIVE', N'2000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'3', N'31', N'ACTIVE', N'2000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'3', N'41', N'ACTIVE', N'2000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'3', N'51', N'ACTIVE', N'2000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'3', N'10', N'BUFF', N'2001201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'3', N'20', N'BUFF', N'2001202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'3', N'30', N'BUFF', N'2001203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'3', N'40', N'BUFF', N'2001204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'3', N'50', N'BUFF', N'2001205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'3', N'6', N'ACTIVE', N'3000001') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'3', N'16', N'ACTIVE', N'3000002') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'3', N'26', N'ACTIVE', N'3000003') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'3', N'36', N'ACTIVE', N'3000004') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'3', N'46', N'ACTIVE', N'3000005') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'3', N'8', N'ACTIVE', N'3000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'3', N'18', N'ACTIVE', N'3000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'3', N'28', N'ACTIVE', N'3000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'3', N'38', N'ACTIVE', N'3000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'3', N'48', N'ACTIVE', N'3000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'3', N'10', N'ACTIVE', N'3000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'3', N'20', N'ACTIVE', N'3000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'3', N'30', N'ACTIVE', N'3000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'3', N'40', N'ACTIVE', N'3000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'3', N'50', N'ACTIVE', N'3000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'3', N'6', N'ACTIVE', N'5000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'3', N'16', N'ACTIVE', N'5000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'3', N'26', N'ACTIVE', N'5000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'3', N'36', N'ACTIVE', N'5000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'3', N'46', N'ACTIVE', N'5000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'3', N'2', N'ACTIVE', N'6000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'3', N'12', N'ACTIVE', N'6000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'3', N'22', N'ACTIVE', N'6000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'3', N'32', N'ACTIVE', N'6000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'3', N'42', N'ACTIVE', N'6000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'3', N'52', N'ACTIVE', N'6000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'3', N'4', N'ACTIVE', N'6000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'3', N'14', N'ACTIVE', N'6000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'3', N'24', N'ACTIVE', N'6000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'3', N'34', N'ACTIVE', N'6000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'3', N'44', N'ACTIVE', N'6000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'3', N'54', N'ACTIVE', N'6000406') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'3', N'18', N'ACTIVE', N'6000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'3', N'28', N'ACTIVE', N'6000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'3', N'38', N'ACTIVE', N'6000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'3', N'48', N'ACTIVE', N'6000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'3', N'14', N'ACTIVE', N'6000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'3', N'24', N'ACTIVE', N'6000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'3', N'34', N'ACTIVE', N'6000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'3', N'44', N'ACTIVE', N'6000704') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'3', N'54', N'ACTIVE', N'6000705') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Step', N'3', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'3', N'24', N'ACTIVE', N'111000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'3', N'34', N'ACTIVE', N'111000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'3', N'44', N'ACTIVE', N'111000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'3', N'54', N'ACTIVE', N'111000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Focused Attack', N'3', N'34', N'ACTIVE', N'111000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Focused Attack', N'3', N'44', N'ACTIVE', N'111000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110002', N'Focused Attack', N'3', N'54', N'ACTIVE', N'111000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Ki Gong Cannons', N'3', N'42', N'ACTIVE', N'111000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110003', N'Ki Gong Cannons', N'3', N'52', N'ACTIVE', N'111000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Lightning', N'3', N'45', N'ACTIVE', N'111000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110004', N'Lightning', N'3', N'55', N'ACTIVE', N'111000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'3', N'24', N'ACTIVE', N'111010301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'3', N'34', N'ACTIVE', N'111010302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'3', N'44', N'ACTIVE', N'111010303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110103', N'Final Step', N'3', N'54', N'ACTIVE', N'111010304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Concentration', N'3', N'20', N'BUFF', N'113000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130001', N'Concentration', N'3', N'30', N'BUFF', N'113000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Increase Critical Power', N'3', N'30', N'BUFF', N'113000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Increase Critical Power', N'3', N'40', N'BUFF', N'113000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130002', N'Increase Critical Power', N'3', N'50', N'BUFF', N'113000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1130003', N'Effect Immunity', N'3', N'43', N'BUFF', N'113000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'3', N'20', N'PASSIVE', N'114000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'3', N'30', N'PASSIVE', N'114000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'3', N'40', N'PASSIVE', N'114000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140001', N'Ki Gong/Shout Mastery', N'3', N'50', N'PASSIVE', N'114000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140002', N'Add Physical Strength', N'3', N'22', N'PASSIVE', N'114000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140002', N'Add Physical Strength', N'3', N'32', N'PASSIVE', N'114000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140002', N'Add Physical Strength', N'3', N'42', N'PASSIVE', N'114000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1140003', N'Upgrade: Final Step', N'3', N'36', N'PASSIVE', N'114000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'3', N'2', N'ACTIVE', N'121000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'3', N'12', N'ACTIVE', N'121000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1210001', N'Gut Buster', N'3', N'22', N'ACTIVE', N'121000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110203', N'Victory Jump', N'3', N'40', N'ACTIVE', N'211020302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2110203', N'Victory Jump', N'3', N'50', N'ACTIVE', N'211020303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'3', N'18', N'BUFF', N'213000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'3', N'28', N'BUFF', N'213000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'3', N'38', N'BUFF', N'213000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130001', N'Savage Cry', N'3', N'48', N'BUFF', N'213000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Wolf Cry', N'3', N'30', N'BUFF', N'213000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Wolf Cry', N'3', N'40', N'BUFF', N'213000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130002', N'Wolf Cry', N'3', N'50', N'BUFF', N'213000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130003', N'Cheering Cry', N'3', N'35', N'BUFF', N'213000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130003', N'Cheering Cry', N'3', N'45', N'BUFF', N'213000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130004', N'Immunity Shout', N'3', N'40', N'BUFF', N'213000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'3', N'20', N'PASSIVE', N'214000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'3', N'30', N'PASSIVE', N'214000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'3', N'40', N'PASSIVE', N'214000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'3', N'50', N'PASSIVE', N'214000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140002', N'Activate Super Armor', N'3', N'38', N'PASSIVE', N'214000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140002', N'Activate Super Armor', N'3', N'48', N'PASSIVE', N'214000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140003', N'Upgrade: Victory Jump', N'3', N'42', N'PASSIVE', N'214000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'3', N'2', N'ACTIVE', N'221000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'3', N'12', N'ACTIVE', N'221000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'3', N'22', N'ACTIVE', N'221000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'3', N'32', N'ACTIVE', N'221000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'3', N'42', N'ACTIVE', N'221000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'3', N'52', N'ACTIVE', N'221000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'3', N'6', N'ACTIVE', N'221000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'3', N'16', N'ACTIVE', N'221000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'3', N'26', N'ACTIVE', N'221000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'3', N'36', N'ACTIVE', N'221000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'3', N'46', N'ACTIVE', N'221000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'3', N'8', N'ACTIVE', N'221000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'3', N'20', N'ACTIVE', N'221000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'3', N'28', N'ACTIVE', N'221000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'3', N'38', N'ACTIVE', N'221000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'3', N'48', N'ACTIVE', N'221000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'3', N'10', N'ACTIVE', N'221000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'3', N'20', N'ACTIVE', N'221000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'3', N'30', N'ACTIVE', N'221000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'3', N'40', N'ACTIVE', N'221000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'3', N'50', N'ACTIVE', N'221000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'3', N'20', N'ACTIVE', N'221000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'3', N'28', N'ACTIVE', N'221000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'3', N'38', N'ACTIVE', N'221000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'3', N'48', N'ACTIVE', N'221000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Shadow Wolf', N'3', N'45', N'ACTIVE', N'221000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Shadow Wolf', N'3', N'55', N'ACTIVE', N'221000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'3', N'2', N'ACTIVE', N'221010201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'3', N'12', N'ACTIVE', N'221010202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'3', N'22', N'ACTIVE', N'221010203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'3', N'32', N'ACTIVE', N'221010204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'3', N'42', N'ACTIVE', N'221010205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'3', N'52', N'ACTIVE', N'221010206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'3', N'8', N'ACTIVE', N'221030401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'3', N'20', N'ACTIVE', N'221030402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'3', N'28', N'ACTIVE', N'221030403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'3', N'38', N'ACTIVE', N'221030404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'3', N'48', N'ACTIVE', N'221030405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'3', N'10', N'ACTIVE', N'221040401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'3', N'20', N'ACTIVE', N'221040402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'3', N'30', N'ACTIVE', N'221040403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'3', N'40', N'ACTIVE', N'221040404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'3', N'50', N'ACTIVE', N'221040405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'3', N'20', N'PASSIVE', N'224000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'3', N'30', N'PASSIVE', N'224000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'3', N'40', N'PASSIVE', N'224000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'3', N'50', N'PASSIVE', N'224000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240002', N'Upgrade: Gut Buster', N'3', N'22', N'PASSIVE', N'224000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'3', N'20', N'PASSIVE', N'224000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'3', N'30', N'PASSIVE', N'224000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'3', N'40', N'PASSIVE', N'224000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'3', N'50', N'PASSIVE', N'224000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Poison Claw', N'3', N'24', N'PASSIVE', N'224000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'3', N'6', N'ACTIVE', N'242000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'3', N'16', N'ACTIVE', N'242000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'3', N'26', N'ACTIVE', N'242000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'3', N'36', N'ACTIVE', N'242000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'3', N'46', N'ACTIVE', N'242000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'3', N'1', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'3', N'11', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'3', N'21', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'3', N'31', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'3', N'41', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'3', N'51', N'ACTIVE', N'251000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'3', N'1', N'ACTIVE', N'251000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'3', N'11', N'ACTIVE', N'251000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'3', N'21', N'ACTIVE', N'251000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'3', N'31', N'ACTIVE', N'251000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'3', N'41', N'ACTIVE', N'251000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'3', N'51', N'ACTIVE', N'251000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'3', N'4', N'ACTIVE', N'251000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'3', N'14', N'ACTIVE', N'251000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'3', N'24', N'ACTIVE', N'251000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'3', N'34', N'ACTIVE', N'251000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'3', N'44', N'ACTIVE', N'251000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Power Stomp', N'3', N'54', N'ACTIVE', N'251000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'3', N'14', N'ACTIVE', N'251000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'3', N'24', N'ACTIVE', N'251000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'3', N'34', N'ACTIVE', N'251000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'3', N'44', N'ACTIVE', N'251000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'3', N'54', N'ACTIVE', N'251000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Attack Low', N'3', N'24', N'ACTIVE', N'251000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Mount', N'3', N'34', N'ACTIVE', N'251000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Mount', N'3', N'44', N'ACTIVE', N'251000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Mount', N'3', N'54', N'ACTIVE', N'251000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Down-Force Strike', N'3', N'30', N'ACTIVE', N'251000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Down-Force Strike', N'3', N'40', N'ACTIVE', N'251000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'3', N'10', N'BUFF', N'253000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'3', N'20', N'BUFF', N'253000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'3', N'30', N'BUFF', N'253000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'3', N'40', N'BUFF', N'253000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'3', N'50', N'BUFF', N'253000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'3', N'8', N'PASSIVE', N'254000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'3', N'18', N'PASSIVE', N'254000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'3', N'28', N'PASSIVE', N'254000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'3', N'38', N'PASSIVE', N'254000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'3', N'48', N'PASSIVE', N'254000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Stiffen', N'3', N'10', N'PASSIVE', N'254000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'3', N'20', N'PASSIVE', N'254000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'3', N'30', N'PASSIVE', N'254000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'3', N'40', N'PASSIVE', N'254000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'3', N'50', N'PASSIVE', N'254000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'3', N'20', N'BUFF', N'353000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'3', N'30', N'BUFF', N'353000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'3', N'40', N'BUFF', N'353000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'3', N'50', N'BUFF', N'353000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'3', N'8', N'PASSIVE', N'354000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'3', N'18', N'PASSIVE', N'354000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'3', N'28', N'PASSIVE', N'354000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'3', N'38', N'PASSIVE', N'354000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'3', N'48', N'PASSIVE', N'354000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540002', N'Stiffen', N'3', N'10', N'PASSIVE', N'354000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'3', N'20', N'PASSIVE', N'354000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'3', N'30', N'PASSIVE', N'354000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'3', N'40', N'PASSIVE', N'354000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'3', N'50', N'PASSIVE', N'354000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540004', N'Bouncing', N'3', N'20', N'PASSIVE', N'354000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'3', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'3', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Quick Step', N'3', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'3', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'3', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'3', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'3', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'3', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'3', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'3', N'15', N'PASSIVE', N'394000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10001', N'Perfect Guard', N'301', N'1', N'PASSIVE', N'1000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10002', N'Quick Step', N'301', N'1', N'PASSIVE', N'1000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10003', N'Roll - Down', N'301', N'10', N'PASSIVE', N'1000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10004', N'Mid Air Dash', N'301', N'15', N'PASSIVE', N'1000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10010', N'Stiffen', N'301', N'10', N'PASSIVE', N'1001001') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'301', N'8', N'PASSIVE', N'1001101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'301', N'18', N'PASSIVE', N'1001102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'301', N'28', N'PASSIVE', N'1001103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'301', N'38', N'PASSIVE', N'1001104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10011', N'Increase Max HP', N'301', N'48', N'PASSIVE', N'1001105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'301', N'1', N'PASSIVE', N'1005101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'301', N'11', N'PASSIVE', N'1005102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'301', N'21', N'PASSIVE', N'1005103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'301', N'31', N'PASSIVE', N'1005104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10051', N'Leather Mastery', N'301', N'41', N'PASSIVE', N'1005105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'301', N'1', N'PASSIVE', N'1005201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'301', N'10', N'PASSIVE', N'1005202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'301', N'20', N'PASSIVE', N'1005203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'301', N'30', N'PASSIVE', N'1005204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'301', N'40', N'PASSIVE', N'1005205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10052', N'Gauntlet Mastery', N'301', N'50', N'PASSIVE', N'1005206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'301', N'5', N'PASSIVE', N'1005301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'301', N'20', N'PASSIVE', N'1005302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'301', N'30', N'PASSIVE', N'1005303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'301', N'40', N'PASSIVE', N'1005304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10053', N'Claw Mastery', N'301', N'50', N'PASSIVE', N'1005305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'301', N'8', N'PASSIVE', N'1005401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'301', N'20', N'PASSIVE', N'1005402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'301', N'30', N'PASSIVE', N'1005403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'301', N'40', N'PASSIVE', N'1005404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'10054', N'Demon Hands Mastery', N'301', N'50', N'PASSIVE', N'1005405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'301', N'1', N'ACTIVE', N'2000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'301', N'11', N'ACTIVE', N'2000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'301', N'21', N'ACTIVE', N'2000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'301', N'31', N'ACTIVE', N'2000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'301', N'41', N'ACTIVE', N'2000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20001', N'Uppercut', N'301', N'51', N'ACTIVE', N'2000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'301', N'1', N'ACTIVE', N'2000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'301', N'11', N'ACTIVE', N'2000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'301', N'21', N'ACTIVE', N'2000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'301', N'31', N'ACTIVE', N'2000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'301', N'41', N'ACTIVE', N'2000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20002', N'Dash Upper', N'301', N'51', N'ACTIVE', N'2000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'301', N'10', N'BUFF', N'2001201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'301', N'20', N'BUFF', N'2001202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'301', N'30', N'BUFF', N'2001203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'301', N'40', N'BUFF', N'2001204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'20012', N'HP Recovery', N'301', N'50', N'BUFF', N'2001205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'301', N'6', N'ACTIVE', N'3000001') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'301', N'16', N'ACTIVE', N'3000002') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'301', N'26', N'ACTIVE', N'3000003') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'301', N'36', N'ACTIVE', N'3000004') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30000', N'Savage Charge', N'301', N'46', N'ACTIVE', N'3000005') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'301', N'8', N'ACTIVE', N'3000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'301', N'18', N'ACTIVE', N'3000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'301', N'28', N'ACTIVE', N'3000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'301', N'38', N'ACTIVE', N'3000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30001', N'Sharp Claw', N'301', N'48', N'ACTIVE', N'3000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'301', N'10', N'ACTIVE', N'3000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'301', N'20', N'ACTIVE', N'3000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'301', N'30', N'ACTIVE', N'3000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'301', N'40', N'ACTIVE', N'3000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'30002', N'Claw', N'301', N'50', N'ACTIVE', N'3000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'301', N'6', N'ACTIVE', N'5000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'301', N'16', N'ACTIVE', N'5000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'301', N'26', N'ACTIVE', N'5000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'301', N'36', N'ACTIVE', N'5000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'50001', N'Wild Throw', N'301', N'46', N'ACTIVE', N'5000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'301', N'2', N'ACTIVE', N'6000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'301', N'12', N'ACTIVE', N'6000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'301', N'22', N'ACTIVE', N'6000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'301', N'32', N'ACTIVE', N'6000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'301', N'42', N'ACTIVE', N'6000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60003', N'Gut Buster', N'301', N'52', N'ACTIVE', N'6000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'301', N'4', N'ACTIVE', N'6000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'301', N'14', N'ACTIVE', N'6000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'301', N'24', N'ACTIVE', N'6000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'301', N'34', N'ACTIVE', N'6000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'301', N'44', N'ACTIVE', N'6000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60004', N'Power Stomp', N'301', N'54', N'ACTIVE', N'6000406') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'301', N'18', N'ACTIVE', N'6000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'301', N'28', N'ACTIVE', N'6000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'301', N'38', N'ACTIVE', N'6000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60006', N'Pounce', N'301', N'48', N'ACTIVE', N'6000604') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'301', N'14', N'ACTIVE', N'6000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'301', N'24', N'ACTIVE', N'6000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'301', N'34', N'ACTIVE', N'6000703') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'301', N'44', N'ACTIVE', N'6000704') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'60007', N'Pounding Attack', N'301', N'54', N'ACTIVE', N'6000705') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'99999', N'Step', N'301', N'1', N'PASSIVE', N'9999901') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'301', N'24', N'ACTIVE', N'111000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'301', N'34', N'ACTIVE', N'111000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'1110001', N'Final Step', N'301', N'44', N'ACTIVE', N'111000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2130004', N'Immunity Shout', N'301', N'40', N'BUFF', N'213000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'301', N'20', N'PASSIVE', N'214000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'301', N'30', N'PASSIVE', N'214000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'301', N'40', N'PASSIVE', N'214000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140001', N'Ki Gong/Shout Mastery', N'301', N'50', N'PASSIVE', N'214000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140002', N'Activate Super Armor', N'301', N'38', N'PASSIVE', N'214000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140002', N'Activate Super Armor', N'301', N'48', N'PASSIVE', N'214000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2140003', N'Upgrade: Victory Jump', N'301', N'42', N'PASSIVE', N'214000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'301', N'2', N'ACTIVE', N'221000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'301', N'12', N'ACTIVE', N'221000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'301', N'22', N'ACTIVE', N'221000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'301', N'32', N'ACTIVE', N'221000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'301', N'42', N'ACTIVE', N'221000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210001', N'Gut Buster', N'301', N'52', N'ACTIVE', N'221000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'301', N'6', N'ACTIVE', N'221000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'301', N'16', N'ACTIVE', N'221000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'301', N'26', N'ACTIVE', N'221000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'301', N'36', N'ACTIVE', N'221000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210002', N'Savage Charge', N'301', N'46', N'ACTIVE', N'221000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'301', N'8', N'ACTIVE', N'221000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'301', N'20', N'ACTIVE', N'221000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'301', N'28', N'ACTIVE', N'221000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'301', N'38', N'ACTIVE', N'221000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210003', N'Sharp Claw', N'301', N'48', N'ACTIVE', N'221000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'301', N'10', N'ACTIVE', N'221000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'301', N'20', N'ACTIVE', N'221000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'301', N'30', N'ACTIVE', N'221000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'301', N'40', N'ACTIVE', N'221000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210004', N'Claw', N'301', N'50', N'ACTIVE', N'221000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'301', N'20', N'ACTIVE', N'221000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'301', N'28', N'ACTIVE', N'221000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'301', N'38', N'ACTIVE', N'221000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210005', N'Pounce', N'301', N'48', N'ACTIVE', N'221000504') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Shadow Wolf', N'301', N'45', N'ACTIVE', N'221000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210006', N'Shadow Wolf', N'301', N'55', N'ACTIVE', N'221000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'301', N'2', N'ACTIVE', N'221010201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'301', N'12', N'ACTIVE', N'221010202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'301', N'22', N'ACTIVE', N'221010203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'301', N'32', N'ACTIVE', N'221010204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'301', N'42', N'ACTIVE', N'221010205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210102', N'Gut Buster', N'301', N'52', N'ACTIVE', N'221010206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'301', N'8', N'ACTIVE', N'221030401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'301', N'20', N'ACTIVE', N'221030402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'301', N'28', N'ACTIVE', N'221030403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'301', N'38', N'ACTIVE', N'221030404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210304', N'Sharp Claw', N'301', N'48', N'ACTIVE', N'221030405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'301', N'10', N'ACTIVE', N'221040401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'301', N'20', N'ACTIVE', N'221040402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'301', N'30', N'ACTIVE', N'221040403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'301', N'40', N'ACTIVE', N'221040404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2210404', N'Claw', N'301', N'50', N'ACTIVE', N'221040405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'301', N'20', N'PASSIVE', N'224000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'301', N'30', N'PASSIVE', N'224000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'301', N'40', N'PASSIVE', N'224000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240001', N'Savage Mastery', N'301', N'50', N'PASSIVE', N'224000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240002', N'Upgrade: Gut Buster', N'301', N'22', N'PASSIVE', N'224000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'301', N'20', N'PASSIVE', N'224000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'301', N'30', N'PASSIVE', N'224000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'301', N'40', N'PASSIVE', N'224000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240003', N'Bleed/Stun Resistance', N'301', N'50', N'PASSIVE', N'224000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2240004', N'Poison Claw', N'301', N'24', N'PASSIVE', N'224000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'301', N'6', N'ACTIVE', N'242000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'301', N'16', N'ACTIVE', N'242000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'301', N'26', N'ACTIVE', N'242000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'301', N'36', N'ACTIVE', N'242000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2420001', N'Wild Throw', N'301', N'46', N'ACTIVE', N'242000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'301', N'1', N'ACTIVE', N'251000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'301', N'11', N'ACTIVE', N'251000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'301', N'21', N'ACTIVE', N'251000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'301', N'31', N'ACTIVE', N'251000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'301', N'41', N'ACTIVE', N'251000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510001', N'Uppercut', N'301', N'51', N'ACTIVE', N'251000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'301', N'1', N'ACTIVE', N'251000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'301', N'11', N'ACTIVE', N'251000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'301', N'21', N'ACTIVE', N'251000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'301', N'31', N'ACTIVE', N'251000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'301', N'41', N'ACTIVE', N'251000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510002', N'Dempsey Roll', N'301', N'51', N'ACTIVE', N'251000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'301', N'4', N'ACTIVE', N'251000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'301', N'14', N'ACTIVE', N'251000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'301', N'24', N'ACTIVE', N'251000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'301', N'34', N'ACTIVE', N'251000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Leg-Swipe', N'301', N'44', N'ACTIVE', N'251000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510003', N'Power Stomp', N'301', N'54', N'ACTIVE', N'251000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'301', N'14', N'ACTIVE', N'251000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'301', N'24', N'ACTIVE', N'251000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'301', N'34', N'ACTIVE', N'251000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'301', N'44', N'ACTIVE', N'251000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510004', N'Pounding Attack', N'301', N'54', N'ACTIVE', N'251000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510005', N'Attack Low', N'301', N'24', N'ACTIVE', N'251000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Mount', N'301', N'34', N'ACTIVE', N'251000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Mount', N'301', N'44', N'ACTIVE', N'251000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510006', N'Mount', N'301', N'54', N'ACTIVE', N'251000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Down-Force Strike', N'301', N'30', N'ACTIVE', N'251000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2510007', N'Down-Force Strike', N'301', N'40', N'ACTIVE', N'251000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'301', N'10', N'BUFF', N'253000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'301', N'20', N'BUFF', N'253000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'301', N'30', N'BUFF', N'253000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'301', N'40', N'BUFF', N'253000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2530001', N'HP Recovery', N'301', N'50', N'BUFF', N'253000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'301', N'8', N'PASSIVE', N'254000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'301', N'18', N'PASSIVE', N'254000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'301', N'28', N'PASSIVE', N'254000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'301', N'38', N'PASSIVE', N'254000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540001', N'Increase Max HP', N'301', N'48', N'PASSIVE', N'254000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540002', N'Stiffen', N'301', N'10', N'PASSIVE', N'254000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'301', N'20', N'PASSIVE', N'254000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'301', N'30', N'PASSIVE', N'254000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'301', N'40', N'PASSIVE', N'254000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540003', N'Fighting Skills Mastery', N'301', N'50', N'PASSIVE', N'254000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540004', N'Flurry of Fists', N'301', N'20', N'PASSIVE', N'254000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2540005', N'Wild Annihilation', N'301', N'50', N'ACTIVE', N'254000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2930001', N'Berserker', N'301', N'20', N'BUFF', N'293000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940001', N'Perfect Guard', N'301', N'1', N'PASSIVE', N'294000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940002', N'Quick Step', N'301', N'1', N'PASSIVE', N'294000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'301', N'1', N'PASSIVE', N'294000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'301', N'11', N'PASSIVE', N'294000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'301', N'21', N'PASSIVE', N'294000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'301', N'31', N'PASSIVE', N'294000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940003', N'Leather Mastery', N'301', N'41', N'PASSIVE', N'294000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940004', N'Roll - Down', N'301', N'10', N'PASSIVE', N'294000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'2940005', N'Mid Air Dash', N'301', N'15', N'PASSIVE', N'294000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'301', N'2', N'ACTIVE', N'311000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'301', N'12', N'ACTIVE', N'311000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'301', N'22', N'ACTIVE', N'311000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'301', N'32', N'ACTIVE', N'311000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'301', N'42', N'ACTIVE', N'311000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110001', N'Right Hook', N'301', N'52', N'ACTIVE', N'311000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'301', N'24', N'ACTIVE', N'311000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'301', N'34', N'ACTIVE', N'311000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'301', N'44', N'ACTIVE', N'311000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110002', N'Stomach Hit', N'301', N'54', N'ACTIVE', N'311000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Shadow Punch', N'301', N'34', N'ACTIVE', N'311000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Shadow Punch', N'301', N'44', N'ACTIVE', N'311000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110003', N'Shadow Punch', N'301', N'54', N'ACTIVE', N'311000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rock Smash', N'301', N'40', N'ACTIVE', N'311000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110004', N'Rock Smash', N'301', N'50', N'ACTIVE', N'311000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Ki Gong Cannons', N'301', N'42', N'ACTIVE', N'311000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110005', N'Ki Gong Cannons', N'301', N'52', N'ACTIVE', N'311000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110006', N'Volcano', N'301', N'45', N'ACTIVE', N'311000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3110006', N'Volcano', N'301', N'55', N'ACTIVE', N'311000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Concentration', N'301', N'20', N'BUFF', N'313000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130001', N'Concentration', N'301', N'30', N'BUFF', N'313000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Cheering Cry', N'301', N'35', N'BUFF', N'313000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130002', N'Cheering Cry', N'301', N'45', N'BUFF', N'313000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130003', N'Immunity Shout', N'301', N'40', N'BUFF', N'313000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3130003', N'Immunity Shout', N'301', N'50', N'BUFF', N'313000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'301', N'20', N'PASSIVE', N'314000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'301', N'30', N'PASSIVE', N'314000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'301', N'40', N'PASSIVE', N'314000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140001', N'Ki Gong/Shout Mastery', N'301', N'50', N'PASSIVE', N'314000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Add Physical Strength', N'301', N'22', N'PASSIVE', N'314000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Add Physical Strength', N'301', N'32', N'PASSIVE', N'314000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140002', N'Add Physical Strength', N'301', N'42', N'PASSIVE', N'314000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140003', N'Activate Super Armor', N'301', N'38', N'PASSIVE', N'314000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3140003', N'Activate Super Armor', N'301', N'48', N'PASSIVE', N'314000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'301', N'6', N'ACTIVE', N'321000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'301', N'16', N'ACTIVE', N'321000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'301', N'26', N'ACTIVE', N'321000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'301', N'36', N'ACTIVE', N'321000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210001', N'Savage Charge', N'301', N'46', N'ACTIVE', N'321000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'301', N'8', N'ACTIVE', N'321000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'301', N'20', N'ACTIVE', N'321000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'301', N'28', N'ACTIVE', N'321000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'301', N'38', N'ACTIVE', N'321000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210002', N'Sharp Claw', N'301', N'48', N'ACTIVE', N'321000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'301', N'10', N'ACTIVE', N'321000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'301', N'20', N'ACTIVE', N'321000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'301', N'30', N'ACTIVE', N'321000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'301', N'40', N'ACTIVE', N'321000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210003', N'Claw', N'301', N'50', N'ACTIVE', N'321000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'301', N'20', N'ACTIVE', N'321000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'301', N'28', N'ACTIVE', N'321000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'301', N'38', N'ACTIVE', N'321000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210004', N'Pounce', N'301', N'48', N'ACTIVE', N'321000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Atomic Punch', N'301', N'38', N'ACTIVE', N'321000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210005', N'Atomic Punch', N'301', N'48', N'ACTIVE', N'321000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'301', N'20', N'ACTIVE', N'321040301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'301', N'28', N'ACTIVE', N'321040302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'301', N'38', N'ACTIVE', N'321040303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3210403', N'Pounce', N'301', N'48', N'ACTIVE', N'321040304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'301', N'20', N'PASSIVE', N'324000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'301', N'30', N'PASSIVE', N'324000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'301', N'40', N'PASSIVE', N'324000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240001', N'Savage Mastery', N'301', N'50', N'PASSIVE', N'324000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'301', N'20', N'PASSIVE', N'324000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'301', N'30', N'PASSIVE', N'324000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'301', N'40', N'PASSIVE', N'324000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240002', N'Bleed/Stun Resistance', N'301', N'50', N'PASSIVE', N'324000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240003', N'Upgrade: Pounce', N'301', N'28', N'PASSIVE', N'324000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3240004', N'Volcanic Eruption', N'301', N'50', N'ACTIVE', N'324000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'301', N'6', N'ACTIVE', N'342000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'301', N'16', N'ACTIVE', N'342000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'301', N'26', N'ACTIVE', N'342000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'301', N'36', N'ACTIVE', N'342000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3420001', N'Wild Throw', N'301', N'46', N'ACTIVE', N'342000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'301', N'1', N'ACTIVE', N'351000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'301', N'11', N'ACTIVE', N'351000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'301', N'21', N'ACTIVE', N'351000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'301', N'31', N'ACTIVE', N'351000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'301', N'41', N'ACTIVE', N'351000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510001', N'Uppercut', N'301', N'51', N'ACTIVE', N'351000106') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'301', N'1', N'ACTIVE', N'351000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'301', N'11', N'ACTIVE', N'351000202') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'301', N'21', N'ACTIVE', N'351000203') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'301', N'31', N'ACTIVE', N'351000204') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'301', N'41', N'ACTIVE', N'351000205') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510002', N'Dash Upper', N'301', N'51', N'ACTIVE', N'351000206') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'301', N'4', N'ACTIVE', N'351000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'301', N'14', N'ACTIVE', N'351000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'301', N'24', N'ACTIVE', N'351000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'301', N'34', N'ACTIVE', N'351000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'301', N'44', N'ACTIVE', N'351000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510003', N'Power Stomp', N'301', N'54', N'ACTIVE', N'351000306') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'301', N'14', N'ACTIVE', N'351000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'301', N'24', N'ACTIVE', N'351000402') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'301', N'34', N'ACTIVE', N'351000403') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'301', N'44', N'ACTIVE', N'351000404') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510004', N'Pounding Attack', N'301', N'54', N'ACTIVE', N'351000405') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510005', N'Off the Ground', N'301', N'26', N'ACTIVE', N'351000501') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510005', N'Off the Ground', N'301', N'36', N'ACTIVE', N'351000502') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510005', N'Off the Ground', N'301', N'46', N'ACTIVE', N'351000503') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510006', N'Shadow Jab', N'301', N'30', N'ACTIVE', N'351000601') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510006', N'Shadow Jab', N'301', N'40', N'ACTIVE', N'351000602') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510006', N'Shadow Jab', N'301', N'50', N'ACTIVE', N'351000603') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510007', N'Backstep Charge', N'301', N'30', N'ACTIVE', N'351000701') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3510007', N'Backstep Charge', N'301', N'40', N'ACTIVE', N'351000702') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'301', N'10', N'BUFF', N'353000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'301', N'20', N'BUFF', N'353000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'301', N'30', N'BUFF', N'353000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'301', N'40', N'BUFF', N'353000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3530001', N'HP Recovery', N'301', N'50', N'BUFF', N'353000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'301', N'8', N'PASSIVE', N'354000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'301', N'18', N'PASSIVE', N'354000102') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'301', N'28', N'PASSIVE', N'354000103') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'301', N'38', N'PASSIVE', N'354000104') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540001', N'Increase Max HP', N'301', N'48', N'PASSIVE', N'354000105') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540002', N'Stiffen', N'301', N'10', N'PASSIVE', N'354000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'301', N'20', N'PASSIVE', N'354000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'301', N'30', N'PASSIVE', N'354000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'301', N'40', N'PASSIVE', N'354000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540003', N'Fighting Skills Mastery', N'301', N'50', N'PASSIVE', N'354000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3540004', N'Bouncing', N'301', N'20', N'PASSIVE', N'354000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3930001', N'Berserker', N'301', N'20', N'BUFF', N'393000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940001', N'Perfect Guard', N'301', N'1', N'PASSIVE', N'394000101') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940002', N'Quick Step', N'301', N'1', N'PASSIVE', N'394000201') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'301', N'1', N'PASSIVE', N'394000301') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'301', N'11', N'PASSIVE', N'394000302') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'301', N'21', N'PASSIVE', N'394000303') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'301', N'31', N'PASSIVE', N'394000304') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940003', N'Leather Mastery', N'301', N'41', N'PASSIVE', N'394000305') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940004', N'Roll - Down', N'301', N'10', N'PASSIVE', N'394000401') GO INSERT INTO [dbo].[Base_SkillTable] ([id], [name], [char_class], [learn_level], [type], [nID]) VALUES (N'3940005', N'Mid Air Dash', N'301', N'15', N'PASSIVE', N'394000501') GO -- ---------------------------- -- Table structure for Base_TitleTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Base_TitleTable]') AND type IN ('U')) DROP TABLE [dbo].[Base_TitleTable] GO CREATE TABLE [dbo].[Base_TitleTable] ( [id] int NOT NULL, [nTitleCategory] smallint NOT NULL, [TitleName] nvarchar(50) COLLATE Korean_Wansung_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[Base_TitleTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Base_TitleTable -- ---------------------------- INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1001', N'0', N'Bramunez Militia Member') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1002', N'0', N'Skeleton Slaughterer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1003', N'0', N'The Master of Fighting!') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1004', N'0', N'Daddy Chicken') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1005', N'0', N'Mommy Chicken') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1006', N'0', N'Wine Barrel Destroyer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1007', N'0', N'Contractor of the Beginning') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1008', N'0', N'Honorary Citizen') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1009', N'0', N'Curtis Killer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1010', N'0', N'Power of Patience') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1011', N'0', N'GM title') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1012', N'0', N'Who''s Your Daddy?') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1013', N'0', N'Mother to Earth') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1014', N'0', N'Lord of Destruction') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1015', N'0', N'Bacnaria') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1016', N'0', N'Special Title(Frantz)') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1017', N'0', N'Special Title(Angela)') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1018', N'0', N'Special Title(Tude)') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1019', N'0', N'2012') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1020', N'0', N'Friend of Curtis') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1101', N'0', N'Partyholic') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1102', N'0', N'Play With Me') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1103', N'0', N'We Are One') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1104', N'0', N'Carpe Diem') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'1105', N'0', N'Hard-Out') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2001', N'1', N'Trick or Treat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2002', N'1', N'Trick or Treat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2003', N'1', N'Trick or Treat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2004', N'1', N'Trick or Treat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2005', N'1', N'Trick or Treat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2006', N'1', N'Trick or Treat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2007', N'1', N'Trick or Treat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2011', N'1', N'Jingle Bell Rocker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2012', N'1', N'Jingle Bell Rocker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2013', N'1', N'Jingle Bell Rocker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2014', N'1', N'Jingle Bell Rocker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2015', N'1', N'Jingle Bell Rocker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2016', N'1', N'Jingle Bell Rocker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2017', N'1', N'Jingle Bell Rocker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2021', N'1', N'Greatly Joyful') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2022', N'1', N'Joy') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2023', N'1', N'Single as usual') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2024', N'1', N'Status Quo') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2025', N'1', N'Winfall') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2026', N'1', N'Luck') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'2027', N'1', N'Excellent Luck') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'3001', N'1', N'Keyboard Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'3002', N'1', N'Keyboard Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'3003', N'1', N'Keyboard Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'3004', N'1', N'Keyboard Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'3005', N'1', N'Keyboard Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'3006', N'1', N'Keyboard Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'3007', N'1', N'Keyboard Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9001', N'0', N'Golden Seal Scout Team') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9002', N'1', N'PvP Guardian Knight') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9003', N'1', N'Specialist') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9004', N'1', N'Golden Hearts') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9005', N'1', N'Guardian of internet cafes') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9006', N'1', N'Chicken KING') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9007', N'0', N'Chicken KING') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9008', N'1', N'Movie Director of Tomorrow') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9009', N'1', N'Art Director of Tomorrow') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9010', N'1', N'Scenario Writer of Tomorrow') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9011', N'0', N'Hard Work and Effort') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9012', N'1', N'Quiz King') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9013', N'1', N'Scholar') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9014', N'1', N'Guardian of internet cafes') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'9015', N'1', N'BREAKERZ') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000018', N'1', N'Beach Bum') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000019', N'1', N'10th Floor Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000020', N'1', N'50th Floor Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000021', N'1', N'100th Floor Warrior') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000022', N'1', N'200th Floor Champion') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000023', N'1', N'300th Floor Champion') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000024', N'1', N'400th Floor Champion') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000025', N'0', N'500th Floor Hero') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000026', N'0', N'600th Floor Hero') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000027', N'0', N'700th Floor Hero') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000028', N'0', N'800th Floor Master') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000029', N'0', N'900th Floor Legend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000030', N'0', N'1000th Floor God') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000110', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000111', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000112', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000113', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000114', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000115', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000116', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000117', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000118', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000119', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000120', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000121', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000122', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000123', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000124', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000125', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000126', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000127', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000128', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000129', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000130', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000131', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000132', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000133', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000134', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000135', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000136', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000137', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000138', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000139', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000140', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000141', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000142', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000143', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000144', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000145', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000146', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000147', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000148', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000149', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000150', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000151', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000152', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000153', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000154', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000155', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000156', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000157', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000158', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000159', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000160', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000161', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000162', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000163', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000164', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000165', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000166', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000167', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000168', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000169', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000170', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000171', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000172', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000173', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000174', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000175', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000176', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000177', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000178', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000179', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000180', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000181', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000182', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000183', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000184', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000185', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000186', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000187', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000188', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000189', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000190', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000191', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000192', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000193', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000194', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000195', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000196', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000197', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000198', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000199', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000200', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000201', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000202', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000203', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000204', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000205', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000206', N'0', N'Pitapat') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000207', N'0', N'Joyful cheer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000208', N'0', N'Birthday bless') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000209', N'0', N'Romantic song') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000210', N'0', N'Sad mind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000211', N'0', N'I want to be alone') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000212', N'0', N'Darn') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000213', N'0', N'It''s annoying') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000214', N'0', N'Running while sleeping') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000215', N'0', N'Busy as a bee') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000216', N'0', N'Calm weekend') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'70000217', N'0', N'So so') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'71000004', N'0', N'Cool as Ice') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'71000005', N'0', N'Smokin'' Hot') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'71000006', N'0', N'Hardcore') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'71000007', N'0', N'Awesome') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'71000008', N'0', N'Mad Skills') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'71000009', N'0', N'Like a Boss') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000257', N'1', N'Rising Star!') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000263', N'1', N'Jack O''Lantern') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000272', N'1', N'Heir to the Bloodwind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000297', N'1', N'Deal with the Devil') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000306', N'1', N'Nutcracker') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000320', N'1', N'Happy New Year') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000326', N'1', N'Heir to the Bloodwind') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000444', N'1', N'Last Member of the Underground Guild') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000445', N'1', N'Dress Classy Dance Cheesy') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000477', N'1', N'I do I do') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000501', N'1', N'Monster Masher') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000510', N'1', N'Wild Inuit') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000540', N'1', N'Snake Charmer') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000550', N'1', N'Shining Ark') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000608', N'1', N'President') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000609', N'1', N'Principal') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000610', N'1', N'Senior Student') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000611', N'1', N'Student President') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000612', N'1', N'Chairman') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000613', N'1', N'Vice Chairman') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000614', N'1', N'Lead Director') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000615', N'1', N'You''re all my Students') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000616', N'1', N'Model Student') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'80000617', N'1', N'Bad Student') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'81000036', N'1', N'e-stars') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'81000042', N'1', N'The Gobbler') GO INSERT INTO [dbo].[Base_TitleTable] ([id], [nTitleCategory], [TitleName]) VALUES (N'82000054', N'0', N'Golden Hearts') GO -- ---------------------------- -- Table structure for BattleInfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[BattleInfo]') AND type IN ('U')) DROP TABLE [dbo].[BattleInfo] GO CREATE TABLE [dbo].[BattleInfo] ( [character_id] uniqueidentifier NOT NULL, [char_class] int NOT NULL, [duel_exp] int DEFAULT 100 NOT NULL, [duel_point] int DEFAULT 0 NOT NULL, [duel_disconnect] int DEFAULT 0 NOT NULL, [duel_pannelty_time] datetime DEFAULT 0 NOT NULL, [total_win] int DEFAULT 0 NOT NULL, [total_lose] int DEFAULT 0 NOT NULL, [pvp_win] int DEFAULT 0 NOT NULL, [pvp_lose] int DEFAULT 0 NOT NULL, [team_win] int DEFAULT 0 NOT NULL, [team_lose] int DEFAULT 0 NOT NULL, [leader_win] int DEFAULT 0 NOT NULL, [leader_lose] int DEFAULT 0 NOT NULL, [tag_win] int DEFAULT 0 NOT NULL, [tag_lose] int DEFAULT 0 NOT NULL, [death_win] int DEFAULT 0 NOT NULL, [death_lose] int DEFAULT 0 NOT NULL, [ladder_win] int DEFAULT 0 NOT NULL, [ladder_lose] int DEFAULT 0 NOT NULL, [duel_ladder_point] int DEFAULT 0 NOT NULL, [event_ladder_point] tinyint DEFAULT 0 NOT NULL, [duel_ladder_exp] int DEFAULT 1000 NOT NULL ) GO ALTER TABLE [dbo].[BattleInfo] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of BattleInfo -- ---------------------------- INSERT INTO [dbo].[BattleInfo] ([character_id], [char_class], [duel_exp], [duel_point], [duel_disconnect], [duel_pannelty_time], [total_win], [total_lose], [pvp_win], [pvp_lose], [team_win], [team_lose], [leader_win], [leader_lose], [tag_win], [tag_lose], [death_win], [death_lose], [ladder_win], [ladder_lose], [duel_ladder_point], [event_ladder_point], [duel_ladder_exp]) VALUES (N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'1', N'100', N'0', N'0', N'1900-01-01 00:00:00.000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1000') GO INSERT INTO [dbo].[BattleInfo] ([character_id], [char_class], [duel_exp], [duel_point], [duel_disconnect], [duel_pannelty_time], [total_win], [total_lose], [pvp_win], [pvp_lose], [team_win], [team_lose], [leader_win], [leader_lose], [tag_win], [tag_lose], [death_win], [death_lose], [ladder_win], [ladder_lose], [duel_ladder_point], [event_ladder_point], [duel_ladder_exp]) VALUES (N'916FF7E4-B764-4555-8095-886F1D90B363', N'1', N'100', N'0', N'0', N'1900-01-01 00:00:00.000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1000') GO INSERT INTO [dbo].[BattleInfo] ([character_id], [char_class], [duel_exp], [duel_point], [duel_disconnect], [duel_pannelty_time], [total_win], [total_lose], [pvp_win], [pvp_lose], [team_win], [team_lose], [leader_win], [leader_lose], [tag_win], [tag_lose], [death_win], [death_lose], [ladder_win], [ladder_lose], [duel_ladder_point], [event_ladder_point], [duel_ladder_exp]) VALUES (N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'102', N'100', N'0', N'0', N'1900-01-01 00:00:00.000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1000') GO INSERT INTO [dbo].[BattleInfo] ([character_id], [char_class], [duel_exp], [duel_point], [duel_disconnect], [duel_pannelty_time], [total_win], [total_lose], [pvp_win], [pvp_lose], [team_win], [team_lose], [leader_win], [leader_lose], [tag_win], [tag_lose], [death_win], [death_lose], [ladder_win], [ladder_lose], [duel_ladder_point], [event_ladder_point], [duel_ladder_exp]) VALUES (N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'102', N'100', N'0', N'0', N'1900-01-01 00:00:00.000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1000') GO INSERT INTO [dbo].[BattleInfo] ([character_id], [char_class], [duel_exp], [duel_point], [duel_disconnect], [duel_pannelty_time], [total_win], [total_lose], [pvp_win], [pvp_lose], [team_win], [team_lose], [leader_win], [leader_lose], [tag_win], [tag_lose], [death_win], [death_lose], [ladder_win], [ladder_lose], [duel_ladder_point], [event_ladder_point], [duel_ladder_exp]) VALUES (N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'1', N'100', N'0', N'0', N'1900-01-01 00:00:00.000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1000') GO -- ---------------------------- -- Table structure for BattleRank -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[BattleRank]') AND type IN ('U')) DROP TABLE [dbo].[BattleRank] GO CREATE TABLE [dbo].[BattleRank] ( [rank_type] tinyint DEFAULT 0 NOT NULL, [grade] int DEFAULT 0 NOT NULL, [character_id] uniqueidentifier NOT NULL, [char_name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [char_class] int DEFAULT 0 NOT NULL, [duel_exp] bigint DEFAULT 0 NOT NULL, [total_win] int DEFAULT 0 NOT NULL, [total_lose] int DEFAULT 0 NOT NULL, [index] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL ) GO ALTER TABLE [dbo].[BattleRank] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of BattleRank -- ---------------------------- SET IDENTITY_INSERT [dbo].[BattleRank] ON GO SET IDENTITY_INSERT [dbo].[BattleRank] OFF GO -- ---------------------------- -- Table structure for BuffTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[BuffTable]') AND type IN ('U')) DROP TABLE [dbo].[BuffTable] GO CREATE TABLE [dbo].[BuffTable] ( [character_id] uniqueidentifier NOT NULL, [buff_type] int DEFAULT 0 NOT NULL, [buff_id] int DEFAULT 0 NOT NULL, [buff_time] float(53) DEFAULT 0 NOT NULL, [idx] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL ) GO ALTER TABLE [dbo].[BuffTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of BuffTable -- ---------------------------- SET IDENTITY_INSERT [dbo].[BuffTable] ON GO SET IDENTITY_INSERT [dbo].[BuffTable] OFF GO -- ---------------------------- -- Table structure for Cash_EffectTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Cash_EffectTable]') AND type IN ('U')) DROP TABLE [dbo].[Cash_EffectTable] GO CREATE TABLE [dbo].[Cash_EffectTable] ( [item_uid] uniqueidentifier NOT NULL, [cha_uid] uniqueidentifier NOT NULL, [package_code] int DEFAULT 0 NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [regdate] datetime DEFAULT getdate() NOT NULL ) GO ALTER TABLE [dbo].[Cash_EffectTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Cash_EffectTable -- ---------------------------- -- ---------------------------- -- Table structure for CashProductList -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[CashProductList]') AND type IN ('U')) DROP TABLE [dbo].[CashProductList] GO CREATE TABLE [dbo].[CashProductList] ( [ProductID] uniqueidentifier NOT NULL, [AuthID] uniqueidentifier NOT NULL, [CashCode] int DEFAULT 0 NOT NULL, [Date] datetime DEFAULT getdate() NOT NULL, [State] tinyint DEFAULT 0 NOT NULL, [GiveCharName] nvarchar(16) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [AddOpt1] int DEFAULT 0 NOT NULL, [AddOpt2] int DEFAULT 0 NOT NULL, [AddOpt3] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[CashProductList] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of CashProductList -- ---------------------------- -- ---------------------------- -- Table structure for Character_Sanction -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Character_Sanction]') AND type IN ('U')) DROP TABLE [dbo].[Character_Sanction] GO CREATE TABLE [dbo].[Character_Sanction] ( [uid] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [sanction_type] tinyint NOT NULL, [sanction_count] tinyint NOT NULL, [sanction_period_type] tinyint DEFAULT 1 NOT NULL, [period] int NOT NULL, [start_time] datetime NOT NULL, [end_time] datetime NULL, [personnel] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [releaser] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [comment] nvarchar(128) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [is_apply] tinyint NOT NULL, [reg_date] datetime DEFAULT getdate() NOT NULL ) GO ALTER TABLE [dbo].[Character_Sanction] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Character_Sanction -- ---------------------------- -- ---------------------------- -- Table structure for CharacterTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[CharacterTable]') AND type IN ('U')) DROP TABLE [dbo].[CharacterTable] GO CREATE TABLE [dbo].[CharacterTable] ( [character_id] uniqueidentifier NOT NULL, [bcust_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [AuthID] uniqueidentifier NOT NULL, [server] int NOT NULL, [Name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [Class] int NOT NULL, [Job] tinyint NOT NULL, [Level] int NOT NULL, [Experience] bigint NOT NULL, [Stamina] int NOT NULL, [SP] int NOT NULL, [Total_SP] int NOT NULL, [Fatigue] int NOT NULL, [LobbyID] int NOT NULL, [StartPoint] int NOT NULL, [gold] int NOT NULL, [individual_roomID] int NOT NULL, [GuildID] uniqueidentifier NULL, [CreateTime] datetime NOT NULL, [LastLogin] datetime NOT NULL, [Hearts] int NOT NULL, [first_login] tinyint NOT NULL, [tutorial] tinyint NOT NULL, [give_up] int NOT NULL, [Block_Type] tinyint NOT NULL, [Block_YN] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT 'N' NOT NULL, [IsConnect] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT 'N' NOT NULL, [storage_gold] int NOT NULL, [storage_count] int NOT NULL, [IsTradeEnable] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT N'Y' NOT NULL, [Expire_Time] int DEFAULT 0 NOT NULL, [event_fatigue] tinyint DEFAULT 0 NOT NULL, [event_hearts] tinyint DEFAULT 0 NOT NULL, [dice_point] int DEFAULT 0 NOT NULL, [Addition_HP] int DEFAULT 0 NOT NULL, [Addition_MP] int DEFAULT 0 NOT NULL, [Addition_Physic_Attack] int DEFAULT 0 NOT NULL, [Addition_Physic_Defense] int DEFAULT 0 NOT NULL, [Addition_Magic_Attack] int DEFAULT 0 NOT NULL, [Addition_Magic_Defense] int DEFAULT 0 NOT NULL, [Permission] smallint DEFAULT 0 NOT NULL, [FatigueStorage] int DEFAULT 0 NOT NULL, [DayAttachGold] int DEFAULT 0 NOT NULL, [DayAttachItem] int DEFAULT 0 NOT NULL, [GuildPoint] int DEFAULT 0 NOT NULL, [event_fortune] tinyint DEFAULT 0 NOT NULL, [Fortune] int DEFAULT 0 NOT NULL, [IsMoveEnable] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [event_mailattach] tinyint DEFAULT 0 NOT NULL, [tutorial_step] int DEFAULT 0 NOT NULL, [daypartymission] int DEFAULT 0 NOT NULL, [event_daypartymission] tinyint DEFAULT 0 NOT NULL, [time_sp] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[CharacterTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of CharacterTable -- ---------------------------- INSERT INTO [dbo].[CharacterTable] ([character_id], [bcust_id], [AuthID], [server], [Name], [Class], [Job], [Level], [Experience], [Stamina], [SP], [Total_SP], [Fatigue], [LobbyID], [StartPoint], [gold], [individual_roomID], [GuildID], [CreateTime], [LastLogin], [Hearts], [first_login], [tutorial], [give_up], [Block_Type], [Block_YN], [IsConnect], [storage_gold], [storage_count], [IsTradeEnable], [Expire_Time], [event_fatigue], [event_hearts], [dice_point], [Addition_HP], [Addition_MP], [Addition_Physic_Attack], [Addition_Physic_Defense], [Addition_Magic_Attack], [Addition_Magic_Defense], [Permission], [FatigueStorage], [DayAttachGold], [DayAttachItem], [GuildPoint], [event_fortune], [Fortune], [IsMoveEnable], [event_mailattach], [tutorial_step], [daypartymission], [event_daypartymission], [time_sp]) VALUES (N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'ragezone', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Fran', N'1', N'0', N'1', N'0', N'0', N'0', N'0', N'1000', N'1', N'1', N'0', N'4000000', NULL, N'2023-12-06 10:44:30.103', N'2023-12-06 10:44:30.103', N'10', N'1', N'1', N'0', N'0', N'N', N'N', N'0', N'12', N'Y', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1', N'N', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[CharacterTable] ([character_id], [bcust_id], [AuthID], [server], [Name], [Class], [Job], [Level], [Experience], [Stamina], [SP], [Total_SP], [Fatigue], [LobbyID], [StartPoint], [gold], [individual_roomID], [GuildID], [CreateTime], [LastLogin], [Hearts], [first_login], [tutorial], [give_up], [Block_Type], [Block_YN], [IsConnect], [storage_gold], [storage_count], [IsTradeEnable], [Expire_Time], [event_fatigue], [event_hearts], [dice_point], [Addition_HP], [Addition_MP], [Addition_Physic_Attack], [Addition_Physic_Defense], [Addition_Magic_Attack], [Addition_Magic_Defense], [Permission], [FatigueStorage], [DayAttachGold], [DayAttachItem], [GuildPoint], [event_fortune], [Fortune], [IsMoveEnable], [event_mailattach], [tutorial_step], [daypartymission], [event_daypartymission], [time_sp]) VALUES (N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'ragezone', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Frantz', N'1', N'2', N'55', N'120', N'0', N'17', N'17', N'1000', N'7', N'1', N'5202174', N'4000000', NULL, N'2022-06-10 05:09:42.043', N'2023-10-27 04:58:16.527', N'101', N'0', N'0', N'0', N'0', N'N', N'N', N'0', N'180', N'Y', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'0', N'0', N'0', N'0', N'1', N'0', N'N', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[CharacterTable] ([character_id], [bcust_id], [AuthID], [server], [Name], [Class], [Job], [Level], [Experience], [Stamina], [SP], [Total_SP], [Fatigue], [LobbyID], [StartPoint], [gold], [individual_roomID], [GuildID], [CreateTime], [LastLogin], [Hearts], [first_login], [tutorial], [give_up], [Block_Type], [Block_YN], [IsConnect], [storage_gold], [storage_count], [IsTradeEnable], [Expire_Time], [event_fatigue], [event_hearts], [dice_point], [Addition_HP], [Addition_MP], [Addition_Physic_Attack], [Addition_Physic_Defense], [Addition_Magic_Attack], [Addition_Magic_Defense], [Permission], [FatigueStorage], [DayAttachGold], [DayAttachItem], [GuildPoint], [event_fortune], [Fortune], [IsMoveEnable], [event_mailattach], [tutorial_step], [daypartymission], [event_daypartymission], [time_sp]) VALUES (N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'ragezone', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Leila', N'102', N'0', N'1', N'0', N'0', N'0', N'0', N'1000', N'34', N'1', N'0', N'4000000', NULL, N'2023-12-06 10:44:47.387', N'2023-12-06 10:46:37.160', N'10', N'1', N'0', N'0', N'0', N'N', N'N', N'0', N'12', N'Y', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1', N'N', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[CharacterTable] ([character_id], [bcust_id], [AuthID], [server], [Name], [Class], [Job], [Level], [Experience], [Stamina], [SP], [Total_SP], [Fatigue], [LobbyID], [StartPoint], [gold], [individual_roomID], [GuildID], [CreateTime], [LastLogin], [Hearts], [first_login], [tutorial], [give_up], [Block_Type], [Block_YN], [IsConnect], [storage_gold], [storage_count], [IsTradeEnable], [Expire_Time], [event_fatigue], [event_hearts], [dice_point], [Addition_HP], [Addition_MP], [Addition_Physic_Attack], [Addition_Physic_Defense], [Addition_Magic_Attack], [Addition_Magic_Defense], [Permission], [FatigueStorage], [DayAttachGold], [DayAttachItem], [GuildPoint], [event_fortune], [Fortune], [IsMoveEnable], [event_mailattach], [tutorial_step], [daypartymission], [event_daypartymission], [time_sp]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'ragezone', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Roselle', N'101', N'1', N'99', N'35759717', N'0', N'2808', N'6008', N'1000', N'7', N'1', N'17067012', N'4000000', N'2D33921E-7AEE-4E7D-871B-AFBCB22D7061', N'2022-06-18 14:20:24.020', N'2023-12-11 18:45:40.723', N'110', N'0', N'0', N'0', N'0', N'N', N'N', N'0', N'180', N'Y', N'0', N'0', N'1', N'0', N'270', N'300', N'65', N'0', N'60', N'0', N'100', N'0', N'0', N'0', N'9953', N'1', N'1', N'N', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[CharacterTable] ([character_id], [bcust_id], [AuthID], [server], [Name], [Class], [Job], [Level], [Experience], [Stamina], [SP], [Total_SP], [Fatigue], [LobbyID], [StartPoint], [gold], [individual_roomID], [GuildID], [CreateTime], [LastLogin], [Hearts], [first_login], [tutorial], [give_up], [Block_Type], [Block_YN], [IsConnect], [storage_gold], [storage_count], [IsTradeEnable], [Expire_Time], [event_fatigue], [event_hearts], [dice_point], [Addition_HP], [Addition_MP], [Addition_Physic_Attack], [Addition_Physic_Defense], [Addition_Magic_Attack], [Addition_Magic_Defense], [Permission], [FatigueStorage], [DayAttachGold], [DayAttachItem], [GuildPoint], [event_fortune], [Fortune], [IsMoveEnable], [event_mailattach], [tutorial_step], [daypartymission], [event_daypartymission], [time_sp]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'ragezone', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Angela', N'2', N'0', N'50', N'55075797', N'0', N'4', N'104', N'1000', N'1', N'1', N'72025', N'4000000', NULL, N'2023-11-04 07:36:58.310', N'2023-12-08 20:18:42.000', N'10', N'0', N'0', N'0', N'0', N'N', N'N', N'0', N'12', N'Y', N'0', N'0', N'0', N'0', N'0', N'0', N'5', N'0', N'5', N'0', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'N', N'0', N'0', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for CharacterTable_DELETE -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[CharacterTable_DELETE]') AND type IN ('U')) DROP TABLE [dbo].[CharacterTable_DELETE] GO CREATE TABLE [dbo].[CharacterTable_DELETE] ( [character_id] uniqueidentifier NOT NULL, [bcust_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [AuthID] uniqueidentifier NOT NULL, [server] int NOT NULL, [Name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [Class] int NOT NULL, [Job] tinyint NOT NULL, [Level] int NOT NULL, [Experience] bigint NOT NULL, [Stamina] int NOT NULL, [SP] int NOT NULL, [Total_SP] int NOT NULL, [Fatigue] int NOT NULL, [LobbyID] int NOT NULL, [StartPoint] int NOT NULL, [gold] int NOT NULL, [individual_roomID] int NOT NULL, [GuildID] uniqueidentifier NULL, [CreateTime] datetime NOT NULL, [LastLogin] datetime NOT NULL, [Hearts] int NOT NULL, [first_login] tinyint NOT NULL, [tutorial] tinyint NOT NULL, [give_up] int NOT NULL, [Block_Type] tinyint NOT NULL, [Block_YN] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT 'N' NOT NULL, [IsConnect] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT 'N' NOT NULL, [storage_gold] int NOT NULL, [storage_count] int NOT NULL, [IsTradeEnable] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT N'Y' NOT NULL, [Expire_Time] int DEFAULT 0 NOT NULL, [event_fatigue] tinyint DEFAULT 0 NOT NULL, [event_hearts] tinyint DEFAULT 0 NOT NULL, [dice_point] int DEFAULT 0 NOT NULL, [Addition_HP] int DEFAULT 0 NOT NULL, [Addition_MP] int DEFAULT 0 NOT NULL, [Addition_Physic_Attack] int DEFAULT 0 NOT NULL, [Addition_Physic_Defense] int DEFAULT 0 NOT NULL, [Addition_Magic_Attack] int DEFAULT 0 NOT NULL, [Addition_Magic_Defense] int DEFAULT 0 NOT NULL, [Permission] smallint DEFAULT 0 NOT NULL, [FatigueStorage] int DEFAULT 0 NOT NULL, [DayAttachGold] int DEFAULT 0 NOT NULL, [DayAttachItem] int DEFAULT 0 NOT NULL, [GuildPoint] int DEFAULT 0 NOT NULL, [event_fortune] tinyint DEFAULT 0 NOT NULL, [Fortune] int DEFAULT 0 NOT NULL, [IsMoveEnable] nchar(1) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [event_mailattach] tinyint DEFAULT 0 NOT NULL, [tutorial_step] int DEFAULT 0 NOT NULL, [daypartymission] int DEFAULT 0 NOT NULL, [event_daypartymission] tinyint DEFAULT 0 NOT NULL, [time_sp] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[CharacterTable_DELETE] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of CharacterTable_DELETE -- ---------------------------- -- ---------------------------- -- Table structure for CharacterTitle -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[CharacterTitle]') AND type IN ('U')) DROP TABLE [dbo].[CharacterTitle] GO CREATE TABLE [dbo].[CharacterTitle] ( [ID] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [title_code] int NOT NULL, [remain_time] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[CharacterTitle] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of CharacterTitle -- ---------------------------- INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'026A2E67-611A-4636-B566-3F4120E4570D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1001', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'74BC2A64-46E5-47FD-A1E7-56E243C6F88D', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'1001', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'A348E6C4-B7F5-4EB6-B959-3AC8C8DBD6D5', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'1001', N'2147483647', N'1699948161') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'8FC12787-64C7-42B4-B8CC-E9A954669739', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'80000880', N'43200', N'1704466064') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'26E24066-A720-4247-98B9-7F1D27FC0D34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'80000758', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'18F06480-9C1E-451C-B628-6D71793C7D53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1008', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'DA5B7A2F-3929-4F7F-AE13-236AD45F1E09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1002', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'AA08D9C1-EAAE-403C-BA99-3E5FB6EA1695', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1006', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'4691C9AA-4DC2-42AF-B4BD-6238BEFC5C65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1003', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'1A1934DA-10F9-4465-85E2-B100A41C737A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'80000880', N'43200', N'1704688351') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'13B4F882-B4D0-45E7-8B20-FBDA3825987A', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'80000880', N'43200', N'1701765319') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'857AD15C-13A2-47B8-9D49-8E4DEEF1DA68', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'1011', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'6E73782D-F10D-48D6-93D0-398DD7CE07D4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'1001', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'DDD3450A-783A-449E-A2D8-B9E3EFDC937C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9015', N'43200', N'1702763043') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'6971F777-A6D6-49F7-9975-F0AA6FBD48D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'80001318', N'43200', N'1702792402') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'74729E59-506F-40C7-ACB4-18823F92AF49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1020', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'FF7932A7-E223-48DC-94ED-6F6C3F5DC9B8', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'80000880', N'43200', N'1702971065') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'B4A6F4E4-4FE8-484D-8A4F-FD6C602EE760', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1013', N'-1', N'0') GO INSERT INTO [dbo].[CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'05A75BC8-A3A0-4BFD-AF02-DAA8F263279D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1019', N'-1', N'0') GO -- ---------------------------- -- Table structure for Coupon -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Coupon]') AND type IN ('U')) DROP TABLE [dbo].[Coupon] GO CREATE TABLE [dbo].[Coupon] ( [no] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL, [use] tinyint NOT NULL, [use_date] datetime NOT NULL, [AuthID] uniqueidentifier NULL, [character_id] uniqueidentifier NULL, [bcust_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS DEFAULT 'none-bcustid' NULL, [Name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NULL, [coupon_type] smallint NOT NULL, [coupon] nvarchar(50) COLLATE Chinese_PRC_CI_AS NOT NULL, [IP] varchar(16) COLLATE Chinese_PRC_CI_AS NULL, [valid_date] datetime NULL, [item_code] int NOT NULL, [item_count] smallint DEFAULT 1 NOT NULL ) GO ALTER TABLE [dbo].[Coupon] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'계정 고유 아이디', 'SCHEMA', N'dbo', 'TABLE', N'Coupon', 'COLUMN', N'AuthID' GO EXEC sp_addextendedproperty 'MS_Description', N'캐릭터 고유 아이디', 'SCHEMA', N'dbo', 'TABLE', N'Coupon', 'COLUMN', N'character_id' GO EXEC sp_addextendedproperty 'MS_Description', N'인증 아이디', 'SCHEMA', N'dbo', 'TABLE', N'Coupon', 'COLUMN', N'bcust_id' GO EXEC sp_addextendedproperty 'MS_Description', N'캐릭터 이름', 'SCHEMA', N'dbo', 'TABLE', N'Coupon', 'COLUMN', N'Name' GO -- ---------------------------- -- Records of Coupon -- ---------------------------- SET IDENTITY_INSERT [dbo].[Coupon] ON GO SET IDENTITY_INSERT [dbo].[Coupon] OFF GO -- ---------------------------- -- Table structure for DungeonRank -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[DungeonRank]') AND type IN ('U')) DROP TABLE [dbo].[DungeonRank] GO CREATE TABLE [dbo].[DungeonRank] ( [character_id] uniqueidentifier NOT NULL, [world_id] int DEFAULT 0 NOT NULL, [difficulty] tinyint DEFAULT 0 NOT NULL, [rank_normal] tinyint NOT NULL, [rank_hard] tinyint NOT NULL, [rank_veryhard] tinyint NOT NULL, [index] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL ) GO ALTER TABLE [dbo].[DungeonRank] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of DungeonRank -- ---------------------------- SET IDENTITY_INSERT [dbo].[DungeonRank] ON GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010101', N'14', N'1', N'1', N'1', N'1') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010202', N'6', N'1', N'1', N'0', N'2') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010205', N'6', N'1', N'1', N'0', N'3') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010301', N'14', N'1', N'1', N'1', N'4') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'2010101', N'14', N'1', N'1', N'1', N'5') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'2010102', N'2', N'1', N'0', N'0', N'6') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010201', N'14', N'1', N'1', N'1', N'7') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010203', N'30', N'1', N'1', N'1', N'8') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010204', N'30', N'1', N'1', N'1', N'9') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010206', N'14', N'1', N'1', N'1', N'10') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010304', N'14', N'1', N'1', N'1', N'11') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'2010101', N'2', N'1', N'0', N'0', N'12') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'8100006', N'2', N'8', N'0', N'0', N'13') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5000043', N'2', N'1', N'0', N'0', N'14') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5000040', N'2', N'1', N'0', N'0', N'15') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'FA389A61-5894-480F-B47C-F714E9BA161E', N'2010101', N'2', N'1', N'0', N'0', N'16') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'FA389A61-5894-480F-B47C-F714E9BA161E', N'2010102', N'2', N'1', N'0', N'0', N'17') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'8100005', N'2', N'7', N'0', N'0', N'18') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'2050001', N'2', N'1', N'0', N'0', N'19') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'2010101', N'2', N'1', N'0', N'0', N'20') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5000016', N'2', N'1', N'0', N'0', N'21') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5000015', N'2', N'1', N'0', N'0', N'22') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9000003', N'2', N'1', N'0', N'0', N'23') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010308', N'14', N'1', N'1', N'1', N'1023') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'2050001', N'2', N'1', N'0', N'0', N'1024') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'2010101', N'14', N'1', N'1', N'1', N'1025') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'2010102', N'14', N'1', N'1', N'1', N'1026') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'2010103', N'14', N'1', N'1', N'1', N'1027') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5000044', N'2', N'8', N'0', N'0', N'1028') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2020106', N'2', N'3', N'0', N'0', N'1029') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5000018', N'2', N'1', N'0', N'0', N'1030') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'2050001', N'2', N'1', N'0', N'0', N'1031') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'389C9234-F30F-4683-A9E0-21E509776ABE', N'2010101', N'6', N'1', N'1', N'0', N'1032') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'389C9234-F30F-4683-A9E0-21E509776ABE', N'2010102', N'2', N'1', N'0', N'0', N'1033') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'600803DB-70A3-4DED-8F44-AD20604054A9', N'2010101', N'6', N'1', N'2', N'0', N'1034') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'600803DB-70A3-4DED-8F44-AD20604054A9', N'2010102', N'2', N'2', N'0', N'0', N'1035') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'2010101', N'6', N'1', N'1', N'0', N'1036') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'2010102', N'2', N'1', N'0', N'0', N'1037') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'2010101', N'6', N'2', N'1', N'0', N'1038') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'2010102', N'2', N'1', N'0', N'0', N'1039') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'2010101', N'2', N'1', N'0', N'0', N'1040') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010207', N'2', N'1', N'0', N'0', N'1041') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010209', N'2', N'1', N'0', N'0', N'1042') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'8100003', N'2', N'8', N'0', N'0', N'1043') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010303', N'14', N'1', N'1', N'1', N'1044') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'2010104', N'6', N'1', N'1', N'0', N'1045') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'2010203', N'6', N'1', N'1', N'0', N'1046') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'2010201', N'14', N'1', N'1', N'1', N'1047') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'2010202', N'6', N'1', N'1', N'0', N'1048') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010208', N'2', N'1', N'0', N'0', N'1049') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010305', N'6', N'1', N'7', N'0', N'1050') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010302', N'2', N'1', N'0', N'0', N'1051') GO INSERT INTO [dbo].[DungeonRank] ([character_id], [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard], [index]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2010307', N'2', N'1', N'0', N'0', N'1052') GO SET IDENTITY_INSERT [dbo].[DungeonRank] OFF GO -- ---------------------------- -- Table structure for Equip_CharacterTitle -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[Equip_CharacterTitle]') AND type IN ('U')) DROP TABLE [dbo].[Equip_CharacterTitle] GO CREATE TABLE [dbo].[Equip_CharacterTitle] ( [ID] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [title_code] int NOT NULL, [remain_time] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[Equip_CharacterTitle] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of Equip_CharacterTitle -- ---------------------------- INSERT INTO [dbo].[Equip_CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'FF7932A7-E223-48DC-94ED-6F6C3F5DC9B8', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'80000880', N'43200', N'1702971065') GO INSERT INTO [dbo].[Equip_CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'26E24066-A720-4247-98B9-7F1D27FC0D34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'80000758', N'-1', N'0') GO INSERT INTO [dbo].[Equip_CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'857AD15C-13A2-47B8-9D49-8E4DEEF1DA68', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'1011', N'-1', N'0') GO INSERT INTO [dbo].[Equip_CharacterTitle] ([ID], [character_id], [title_code], [remain_time], [expire_time]) VALUES (N'13B4F882-B4D0-45E7-8B20-FBDA3825987A', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'80000880', N'43200', N'1701765319') GO -- ---------------------------- -- Table structure for FortuneTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[FortuneTable]') AND type IN ('U')) DROP TABLE [dbo].[FortuneTable] GO CREATE TABLE [dbo].[FortuneTable] ( [character_id] uniqueidentifier NOT NULL, [type_1] int DEFAULT 0 NOT NULL, [type_2] int DEFAULT 0 NOT NULL, [type_3] int DEFAULT 0 NOT NULL, [count] tinyint DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[FortuneTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of FortuneTable -- ---------------------------- INSERT INTO [dbo].[FortuneTable] ([character_id], [type_1], [type_2], [type_3], [count]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'1', N'29', N'32', N'1') GO INSERT INTO [dbo].[FortuneTable] ([character_id], [type_1], [type_2], [type_3], [count]) VALUES (N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'9', N'29', N'34', N'1') GO INSERT INTO [dbo].[FortuneTable] ([character_id], [type_1], [type_2], [type_3], [count]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for FriendTableEx -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[FriendTableEx]') AND type IN ('U')) DROP TABLE [dbo].[FriendTableEx] GO CREATE TABLE [dbo].[FriendTableEx] ( [character_id] uniqueidentifier NOT NULL, [friend_id] uniqueidentifier NOT NULL, [Name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [Class] int NOT NULL, [IsCut] tinyint DEFAULT 0 NOT NULL, [CutReason] nvarchar(50) COLLATE Chinese_PRC_CI_AS DEFAULT ' ' NOT NULL, [EntryTime] datetime DEFAULT getdate() NOT NULL, [index] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL ) GO ALTER TABLE [dbo].[FriendTableEx] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of FriendTableEx -- ---------------------------- SET IDENTITY_INSERT [dbo].[FriendTableEx] ON GO SET IDENTITY_INSERT [dbo].[FriendTableEx] OFF GO -- ---------------------------- -- Table structure for GM_ItemOptionCondition -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[GM_ItemOptionCondition]') AND type IN ('U')) DROP TABLE [dbo].[GM_ItemOptionCondition] GO CREATE TABLE [dbo].[GM_ItemOptionCondition] ( [nID] varchar(10) COLLATE Chinese_PRC_CI_AS NOT NULL, [wszNote] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [wszDesc] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [nMinLimitLv] int NULL, [nMaxLimitLv] int NULL, [nOptionGroup] int NULL, [nBranch] int NULL, [wszBranch] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [wszCategory] float(53) NULL, [wszSubCategory] nvarchar(255) COLLATE Chinese_PRC_CI_AS NULL, [nItemOptionID00] float(53) NULL, [fvalueMin] float(53) NULL, [fvalueMax] float(53) NULL, [fNamevalueMin] float(53) NULL, [fNamevalueMax] float(53) NULL ) GO ALTER TABLE [dbo].[GM_ItemOptionCondition] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of GM_ItemOptionCondition -- ---------------------------- -- ---------------------------- -- Table structure for GuildMemberTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[GuildMemberTable]') AND type IN ('U')) DROP TABLE [dbo].[GuildMemberTable] GO CREATE TABLE [dbo].[GuildMemberTable] ( [guild_id] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [character_name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [alias_name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [grade] int NOT NULL, [class] int NOT NULL, [level] tinyint NOT NULL, [LTime] datetime NOT NULL, [index] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL ) GO ALTER TABLE [dbo].[GuildMemberTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of GuildMemberTable -- ---------------------------- SET IDENTITY_INSERT [dbo].[GuildMemberTable] ON GO INSERT INTO [dbo].[GuildMemberTable] ([guild_id], [character_id], [character_name], [alias_name], [grade], [class], [level], [LTime], [index]) VALUES (N'2D33921E-7AEE-4E7D-871B-AFBCB22D7061', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'Roselle', N'', N'0', N'101', N'44', N'2023-12-11 19:09:30.770', N'1') GO SET IDENTITY_INSERT [dbo].[GuildMemberTable] OFF GO -- ---------------------------- -- Table structure for GuildTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[GuildTable]') AND type IN ('U')) DROP TABLE [dbo].[GuildTable] GO CREATE TABLE [dbo].[GuildTable] ( [guild_id] uniqueidentifier NOT NULL, [server] int NOT NULL, [name] nvarchar(20) COLLATE Chinese_PRC_CI_AS NOT NULL, [master_id] uniqueidentifier NULL, [experience] bigint NOT NULL, [point] int NOT NULL, [room_id] int NOT NULL, [max_member] int NOT NULL, [notice] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [icon] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [block_type] tinyint NOT NULL, [permission01] int NOT NULL, [permission02] int NOT NULL, [permission03] int NOT NULL, [permission04] int NOT NULL, [permission05] int NOT NULL, [permission06] int NOT NULL, [permission07] int NOT NULL, [permission08] int NOT NULL, [level] int DEFAULT 0 NOT NULL, [group_id] smallint DEFAULT 0 NOT NULL, [storage] tinyint DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[GuildTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of GuildTable -- ---------------------------- INSERT INTO [dbo].[GuildTable] ([guild_id], [server], [name], [master_id], [experience], [point], [room_id], [max_member], [notice], [icon], [block_type], [permission01], [permission02], [permission03], [permission04], [permission05], [permission06], [permission07], [permission08], [level], [group_id], [storage]) VALUES (N'2D33921E-7AEE-4E7D-871B-AFBCB22D7061', N'5001', N'RH', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'10000', N'4000100', N'40', N'', N'url', N'0', N'8191', N'2028', N'1920', N'1920', N'1920', N'1920', N'1920', N'0', N'1', N'10101', N'0') GO -- ---------------------------- -- Table structure for GuildTable_DELETE -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[GuildTable_DELETE]') AND type IN ('U')) DROP TABLE [dbo].[GuildTable_DELETE] GO CREATE TABLE [dbo].[GuildTable_DELETE] ( [guild_id] uniqueidentifier NOT NULL, [server] int NOT NULL, [name] nvarchar(20) COLLATE Chinese_PRC_CI_AS NOT NULL, [master_id] uniqueidentifier NULL, [experience] bigint NOT NULL, [point] int NOT NULL, [room_id] int NOT NULL, [max_member] int NOT NULL, [notice] nvarchar(128) COLLATE Chinese_PRC_CI_AS NOT NULL, [icon] nvarchar(200) COLLATE Chinese_PRC_CI_AS NOT NULL, [block_type] tinyint NOT NULL, [permission01] int NOT NULL, [permission02] int NOT NULL, [permission03] int NOT NULL, [permission04] int NOT NULL, [permission05] int NOT NULL, [permission06] int NOT NULL, [permission07] int NOT NULL, [permission08] int NOT NULL, [level] int NOT NULL, [group_id] smallint NOT NULL, [Storage] tinyint NOT NULL, [idx] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL, [delete_date] datetime NULL ) GO ALTER TABLE [dbo].[GuildTable_DELETE] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'Guild GUID', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'guild_id' GO EXEC sp_addextendedproperty 'MS_Description', N'월드 아이디', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'server' GO EXEC sp_addextendedproperty 'MS_Description', N'길드 이름', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'name' GO EXEC sp_addextendedproperty 'MS_Description', N'마스터 고유 아이디', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'master_id' GO EXEC sp_addextendedproperty 'MS_Description', N'길드 경험치', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'experience' GO EXEC sp_addextendedproperty 'MS_Description', N'길드 포인트', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'point' GO EXEC sp_addextendedproperty 'MS_Description', N'길드 룸 아이디', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'room_id' GO EXEC sp_addextendedproperty 'MS_Description', N'최대 인원수', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'max_member' GO EXEC sp_addextendedproperty 'MS_Description', N'공지', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'notice' GO EXEC sp_addextendedproperty 'MS_Description', N'아이콘', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'icon' GO EXEC sp_addextendedproperty 'MS_Description', N'삭제 여부', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'block_type' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission01' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission02' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission03' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission04' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission05' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission06' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission07' GO EXEC sp_addextendedproperty 'MS_Description', N'길드권한', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'permission08' GO EXEC sp_addextendedproperty 'MS_Description', N'레벨', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'level' GO EXEC sp_addextendedproperty 'MS_Description', N'길드 서버 아이디', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'group_id' GO EXEC sp_addextendedproperty 'MS_Description', N'창고 여부', 'SCHEMA', N'dbo', 'TABLE', N'GuildTable_DELETE', 'COLUMN', N'Storage' GO -- ---------------------------- -- Records of GuildTable_DELETE -- ---------------------------- SET IDENTITY_INSERT [dbo].[GuildTable_DELETE] ON GO SET IDENTITY_INSERT [dbo].[GuildTable_DELETE] OFF GO -- ---------------------------- -- Table structure for InquiryTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[InquiryTable]') AND type IN ('U')) DROP TABLE [dbo].[InquiryTable] GO CREATE TABLE [dbo].[InquiryTable] ( [inquiry_id] bigint IDENTITY(1,1) NOT FOR REPLICATION NOT NULL, [auth_id] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [type] tinyint DEFAULT 0 NOT NULL, [character_name] nvarchar(16) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [bcust_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [count] tinyint DEFAULT 0 NOT NULL, [memo] nvarchar(255) COLLATE Chinese_PRC_CI_AS NOT NULL, [compulsion] tinyint DEFAULT 0 NOT NULL, [date] datetime NOT NULL ) GO ALTER TABLE [dbo].[InquiryTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of InquiryTable -- ---------------------------- SET IDENTITY_INSERT [dbo].[InquiryTable] ON GO SET IDENTITY_INSERT [dbo].[InquiryTable] OFF GO -- ---------------------------- -- Table structure for ItemBoothTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ItemBoothTable]') AND type IN ('U')) DROP TABLE [dbo].[ItemBoothTable] GO CREATE TABLE [dbo].[ItemBoothTable] ( [character_id] uniqueidentifier NOT NULL, [useable_count] int DEFAULT 0 NOT NULL, [gold_01] int DEFAULT 0 NOT NULL, [gold_02] int DEFAULT 0 NOT NULL, [gold_03] int DEFAULT 0 NOT NULL, [gold_04] int DEFAULT 0 NOT NULL, [gold_05] int DEFAULT 0 NOT NULL, [gold_06] int DEFAULT 0 NOT NULL, [gold_07] int DEFAULT 0 NOT NULL, [gold_08] int DEFAULT 0 NOT NULL, [gold_09] int DEFAULT 0 NOT NULL, [gold_10] int DEFAULT 0 NOT NULL, [gold_11] int DEFAULT 0 NOT NULL, [gold_12] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[ItemBoothTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of ItemBoothTable -- ---------------------------- -- ---------------------------- -- Table structure for ItemDropGroupTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[ItemDropGroupTable]') AND type IN ('U')) DROP TABLE [dbo].[ItemDropGroupTable] GO CREATE TABLE [dbo].[ItemDropGroupTable] ( [dropgrouptype] int NOT NULL, [item_dropgroup_id] int NOT NULL, [item_range] int NOT NULL, [item_seed] int NOT NULL, [index] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL ) GO ALTER TABLE [dbo].[ItemDropGroupTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of ItemDropGroupTable -- ---------------------------- SET IDENTITY_INSERT [dbo].[ItemDropGroupTable] ON GO SET IDENTITY_INSERT [dbo].[ItemDropGroupTable] OFF GO -- ---------------------------- -- Table structure for KeyMapTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[KeyMapTable]') AND type IN ('U')) DROP TABLE [dbo].[KeyMapTable] GO CREATE TABLE [dbo].[KeyMapTable] ( [AuthID] uniqueidentifier NOT NULL, [key01] int DEFAULT 0 NOT NULL, [key02] int DEFAULT 0 NOT NULL, [key03] int DEFAULT 0 NOT NULL, [key04] int DEFAULT 0 NOT NULL, [key05] int DEFAULT 0 NOT NULL, [key06] int DEFAULT 0 NOT NULL, [key07] int DEFAULT 0 NOT NULL, [key08] int DEFAULT 0 NOT NULL, [key09] int DEFAULT 0 NOT NULL, [key10] int DEFAULT 0 NOT NULL, [key11] int DEFAULT 0 NOT NULL, [key12] int DEFAULT 0 NOT NULL, [key13] int DEFAULT 0 NOT NULL, [key14] int DEFAULT 0 NOT NULL, [key15] int DEFAULT 0 NOT NULL, [key16] int DEFAULT 0 NOT NULL, [key17] int DEFAULT 0 NOT NULL, [key18] int DEFAULT 0 NOT NULL, [key19] int DEFAULT 0 NOT NULL, [key20] int DEFAULT 0 NOT NULL, [key21] int DEFAULT 0 NOT NULL, [key22] int DEFAULT 0 NOT NULL, [key23] int DEFAULT 0 NOT NULL, [key24] int DEFAULT 0 NOT NULL, [key25] int DEFAULT 0 NOT NULL, [key26] int DEFAULT 0 NOT NULL, [key27] int DEFAULT 0 NOT NULL, [key28] int DEFAULT 0 NOT NULL, [key29] int DEFAULT 0 NOT NULL, [key30] int DEFAULT 0 NOT NULL, [key31] int DEFAULT 0 NOT NULL, [key32] int DEFAULT 0 NOT NULL, [key33] int DEFAULT 0 NOT NULL, [key34] int DEFAULT 0 NOT NULL, [key35] int DEFAULT 0 NOT NULL, [key36] int DEFAULT 0 NOT NULL, [key37] int DEFAULT 0 NOT NULL, [key38] int DEFAULT 0 NOT NULL, [key39] int DEFAULT 0 NOT NULL, [key40] int DEFAULT 0 NOT NULL, [key41] int DEFAULT 0 NOT NULL, [key42] int DEFAULT 0 NOT NULL, [key43] int DEFAULT 0 NOT NULL, [key44] int DEFAULT 0 NOT NULL, [key45] int DEFAULT 0 NOT NULL, [key46] int DEFAULT 0 NOT NULL, [key47] int DEFAULT 0 NOT NULL, [key48] int DEFAULT 0 NOT NULL, [key49] int DEFAULT 0 NOT NULL, [key50] int DEFAULT 0 NOT NULL, [key51] int DEFAULT 0 NOT NULL, [key52] int DEFAULT 0 NOT NULL, [key53] int DEFAULT 0 NOT NULL, [key54] int DEFAULT 0 NOT NULL, [key55] int DEFAULT 0 NOT NULL, [key56] int DEFAULT 0 NOT NULL, [key57] int DEFAULT 0 NOT NULL, [key58] int DEFAULT 0 NOT NULL, [key59] int DEFAULT 0 NOT NULL, [key60] int DEFAULT 0 NOT NULL, [key61] int DEFAULT 0 NOT NULL, [key62] int DEFAULT 0 NOT NULL, [key63] int DEFAULT 0 NOT NULL, [key64] int DEFAULT 0 NOT NULL, [key65] int DEFAULT 0 NOT NULL, [key66] int DEFAULT 0 NOT NULL, [key67] int DEFAULT 0 NOT NULL, [key68] int DEFAULT 0 NOT NULL, [key69] int DEFAULT 0 NOT NULL, [key70] int DEFAULT 0 NOT NULL, [key71] int DEFAULT 0 NOT NULL, [key72] int DEFAULT 0 NOT NULL, [key73] int DEFAULT 0 NOT NULL, [key74] int DEFAULT 0 NOT NULL, [key75] int DEFAULT 0 NOT NULL, [key76] int DEFAULT 0 NOT NULL, [key77] int DEFAULT 0 NOT NULL, [key78] int DEFAULT 0 NOT NULL, [key79] int DEFAULT 0 NOT NULL, [key80] int DEFAULT 0 NOT NULL, [key81] int DEFAULT 0 NOT NULL, [key82] int DEFAULT 0 NOT NULL, [key83] int DEFAULT 0 NOT NULL, [key84] int DEFAULT 0 NOT NULL, [key85] int DEFAULT 0 NOT NULL, [key86] int DEFAULT 0 NOT NULL, [key87] int DEFAULT 0 NOT NULL, [key88] int DEFAULT 0 NOT NULL, [key89] int DEFAULT 0 NOT NULL, [key90] int DEFAULT 0 NOT NULL, [key91] int DEFAULT 0 NOT NULL, [key92] int DEFAULT 0 NOT NULL, [key93] int DEFAULT 0 NOT NULL, [key94] int DEFAULT 0 NOT NULL, [key95] int DEFAULT 0 NOT NULL, [key96] int DEFAULT 0 NOT NULL, [key97] int DEFAULT 0 NOT NULL, [key98] int DEFAULT 0 NOT NULL, [key99] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[KeyMapTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of KeyMapTable -- ---------------------------- INSERT INTO [dbo].[KeyMapTable] ([AuthID], [key01], [key02], [key03], [key04], [key05], [key06], [key07], [key08], [key09], [key10], [key11], [key12], [key13], [key14], [key15], [key16], [key17], [key18], [key19], [key20], [key21], [key22], [key23], [key24], [key25], [key26], [key27], [key28], [key29], [key30], [key31], [key32], [key33], [key34], [key35], [key36], [key37], [key38], [key39], [key40], [key41], [key42], [key43], [key44], [key45], [key46], [key47], [key48], [key49], [key50], [key51], [key52], [key53], [key54], [key55], [key56], [key57], [key58], [key59], [key60], [key61], [key62], [key63], [key64], [key65], [key66], [key67], [key68], [key69], [key70], [key71], [key72], [key73], [key74], [key75], [key76], [key77], [key78], [key79], [key80], [key81], [key82], [key83], [key84], [key85], [key86], [key87], [key88], [key89], [key90], [key91], [key92], [key93], [key94], [key95], [key96], [key97], [key98], [key99]) VALUES (N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for MailTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[MailTable]') AND type IN ('U')) DROP TABLE [dbo].[MailTable] GO CREATE TABLE [dbo].[MailTable] ( [ID] uniqueidentifier DEFAULT newid() NOT NULL, [character_id] uniqueidentifier NOT NULL, [receiver] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [send_character_id] uniqueidentifier NOT NULL, [sender] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [msg] nvarchar(100) COLLATE Chinese_PRC_CI_AS NOT NULL, [gold] int DEFAULT 0 NOT NULL, [return_day] int NOT NULL, [req_gold] int NOT NULL, [is_open] tinyint DEFAULT 0 NOT NULL, [create_time] datetime DEFAULT getdate() NOT NULL, [create_type] int NOT NULL ) GO ALTER TABLE [dbo].[MailTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of MailTable -- ---------------------------- -- ---------------------------- -- Table structure for N_EquipItem -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[N_EquipItem]') AND type IN ('U')) DROP TABLE [dbo].[N_EquipItem] GO CREATE TABLE [dbo].[N_EquipItem] ( [item_uid] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [lock_pwd] nvarchar(4) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [activity_value] int DEFAULT 0 NOT NULL, [link_id] uniqueidentifier NULL, [is_seizure] tinyint DEFAULT 0 NOT NULL, [socket_1_color] tinyint DEFAULT 0 NOT NULL, [socket_2_color] tinyint DEFAULT 0 NOT NULL, [socket_3_color] tinyint DEFAULT 0 NOT NULL, [deferment_time] int DEFAULT 0 NOT NULL, [rank] tinyint DEFAULT 0 NOT NULL, [acquireroute] tinyint DEFAULT 0 NOT NULL, [physical] int DEFAULT 0 NOT NULL, [magical] int DEFAULT 0 NOT NULL, [durabilitymax] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[N_EquipItem] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of N_EquipItem -- ---------------------------- INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56FCF8D2-BE4C-4E1F-BADF-5BAD662DA22C', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2023-11-13 23:22:19.210', N'2023-11-13 23:22:19.210', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'3000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6924BB73-840A-4C2F-B517-17251F4901A1', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11072001', N'1', N'0', N'2023-11-13 23:38:09.330', N'2023-11-13 23:38:09.330', N'9', N'8691', N'0', N'1010', N'30', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'8691', N'2018') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F120409B-A51D-4A03-8A93-D590FA4C2287', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'75568', N'1', N'0', N'2023-11-13 23:22:19.230', N'2023-11-13 23:22:19.230', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA7AF567-7C2B-44CB-9B61-53BF70C26440', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'18', N'70682', N'1', N'0', N'2023-11-13 23:25:47.797', N'2023-11-13 23:25:47.797', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'00CEF514-5832-4F32-9924-079C833C28BF', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'15031001', N'1', N'0', N'2023-11-13 23:40:04.233', N'2023-11-13 23:40:04.233', N'9', N'3936', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3936', N'1371') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6737D440-A5B7-4DEA-A5C9-24B5B94D1615', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'9', N'20031001', N'1', N'0', N'2023-11-13 23:41:04.127', N'2023-11-13 23:41:04.127', N'9', N'3597', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3597', N'869') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FBA69DB-1A21-4D3F-9F3B-9696A764F475', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'75647', N'1', N'0', N'2023-11-13 23:44:09.050', N'2023-11-13 23:44:09.050', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA7BB6EC-9F77-4122-BF3A-5CBDC639090C', N'FFDFB95D-05C2-4A97-B483-290362083509', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2023-11-14 12:34:31.693', N'2023-11-14 12:34:31.693', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A688283-3947-4A35-813A-E0BD61B4A479', N'FFDFB95D-05C2-4A97-B483-290362083509', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11071000', N'1', N'0', N'2023-11-14 12:34:31.710', N'2023-11-14 12:34:31.710', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'503128FA-FE11-4AC4-8BC6-DEAAC8A1D314', N'FFDFB95D-05C2-4A97-B483-290362083509', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'75568', N'1', N'0', N'2023-11-14 12:34:31.713', N'2023-11-14 12:34:31.713', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C10896D-5B31-4BF7-8919-BEF18D445FE1', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2023-11-14 13:31:33.627', N'2023-11-14 13:31:33.627', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'3000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E118315E-2C6A-442C-AE1C-B0ACBA8046E9', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11071000', N'1', N'0', N'2023-11-14 13:31:33.640', N'2023-11-14 13:31:33.640', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3CEF0C1-CD2D-44B4-9EDC-856B1A8399CE', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'75568', N'1', N'0', N'2023-11-14 13:31:33.640', N'2023-11-14 13:31:33.640', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFF5FC8D-DF8B-420C-8F93-2326A74CC627', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'18', N'70682', N'1', N'0', N'2023-11-14 13:35:04.930', N'2023-11-14 13:35:04.930', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CBEE1E5-5EF1-44BB-9893-290D9FD78B32', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'115032001', N'1', N'0', N'2023-11-14 13:41:02.353', N'2023-11-14 13:41:02.353', N'8', N'3404', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3404', N'982') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59B4251C-1DE2-46E7-ADD5-AD0E4FC3BCD6', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14031002', N'1', N'0', N'2023-11-14 13:40:14.710', N'2023-11-14 13:40:14.710', N'9', N'4147', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4147', N'1428') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BDE13CD-6B40-46B9-8B10-8D4684981BCD', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'75647', N'1', N'0', N'2023-11-14 13:54:25.260', N'2023-11-14 13:54:25.260', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC295B8E-5599-427F-8F24-921DD9336863', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'611016005', N'1', N'0', N'2023-12-02 10:10:06.670', N'2023-12-02 10:10:06.670', N'36', N'15000', N'12', N'1003', N'10000', N'1010', N'10000', N'1015', N'10000', N'0', N'2', N'2', N'3', N'1601', N'10000', N'2023', N'100', N'1037', N'10000', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'5', N'5', N'5', N'0', N'5', N'3', N'0', N'0', N'15000', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EB9AD1C-FE4B-4F3D-8BB2-4FE3EA83B3E2', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-12-06 10:44:30.203', N'2023-12-06 10:44:30.203', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3493C611-CFFC-4826-9DA0-4586DA6F7DE7', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-12-06 10:44:47.497', N'2023-12-06 10:44:47.497', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93C0FF1B-1750-4460-AC08-80747FC631EE', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-12-06 10:44:47.500', N'2023-12-06 10:44:47.500', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9C27D5B-0E43-485B-9BBC-455E76DC7C38', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2023-12-06 10:44:47.500', N'2023-12-06 10:44:47.500', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'854AF4D2-3876-4FD3-A17C-239628812E78', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'14', N'62096005', N'1', N'0', N'2023-11-13 14:07:47.533', N'2023-11-13 14:07:47.533', N'0', N'0', N'0', N'2004', N'18', N'2002', N'140', N'2003', N'16', N'22016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B60608E0-BE7C-4265-92C7-91BBDC70E885', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'62095007', N'1', N'0', N'2023-11-13 14:07:41.020', N'2023-11-13 14:07:41.020', N'0', N'0', N'0', N'5023', N'296', N'5025', N'213', N'2002', N'125', N'22056', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C362AE1-4B16-465D-9C24-A55CA36E7927', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-16 14:14:31.470', N'2023-11-16 14:14:31.470', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F6D3583-D382-439C-91C7-0F8AE80028B7', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-16 14:14:31.473', N'2023-11-16 14:14:31.473', N'1', N'97345', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'666CE51B-CFD8-4054-9EDF-F1A86DF46485', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-11-16 14:14:31.477', N'2023-11-16 14:14:31.477', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53CBA7DD-7460-42B6-8630-650786F03365', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-17 13:39:04.500', N'2023-11-17 13:39:04.500', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E24A3C4-B0EE-4F8F-89A8-185AA1F5CACD', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-17 13:39:04.503', N'2023-11-17 13:39:04.503', N'1', N'99987', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2740D9BF-D267-4CD1-A9C9-E24E5FC5DE9E', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-11-17 13:39:04.507', N'2023-11-17 13:39:04.507', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD75F741-4626-4E42-ADFF-4819569AB17C', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14041001', N'1', N'0', N'2023-11-17 13:41:11.290', N'2023-11-17 13:41:11.290', N'9', N'4537', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'4537', N'1686') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A48C8DB-64A0-4B0A-BD7B-AF4DEFBA6E59', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-18 10:58:24.647', N'2023-11-18 10:58:24.647', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19E2D66A-C575-42DB-8CF3-CAB3448406CB', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-18 10:58:24.663', N'2023-11-18 10:58:24.663', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A38EA6A-CB80-492D-AA30-7231EBC59D70', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-11-18 10:58:24.670', N'2023-11-18 10:58:24.670', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'914EC20C-6D54-4750-AB2D-B5FCDF8696F3', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14041001', N'1', N'0', N'2023-11-18 23:20:53.623', N'2023-11-18 23:20:53.623', N'9', N'4642', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4642', N'1514') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF0CB44F-556A-4950-927E-0B8FF80F5B58', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'61088007', N'1', N'0', N'2023-11-18 23:30:34.037', N'2023-11-18 23:30:34.037', N'0', N'0', N'0', N'2009', N'10', N'5019', N'283', N'2036', N'9', N'21027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A951474B-6501-451B-9888-A7975616930E', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'12', N'61088006', N'1', N'0', N'2023-11-18 23:30:34.930', N'2023-11-18 23:30:34.930', N'0', N'0', N'0', N'1010', N'299', N'1015', N'324', N'1018', N'285', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A6BC5F6-3B6E-481D-9FBE-5275FC4CD1A9', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'14', N'61088005', N'1', N'0', N'2023-11-18 23:30:35.697', N'2023-11-18 23:30:35.697', N'0', N'0', N'0', N'2002', N'143', N'2001', N'134', N'2004', N'17', N'21016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5F0CE6F-0CA3-4105-A82E-08A2A9F1E086', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'16', N'61088004', N'1', N'0', N'2023-11-18 23:30:36.500', N'2023-11-18 23:30:36.500', N'0', N'0', N'0', N'2003', N'19', N'2004', N'19', N'1010', N'263', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7048C01B-9915-4AFE-AA63-FF7A9D470432', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'15', N'61088002', N'1', N'0', N'2023-11-18 23:30:38.430', N'2023-11-18 23:30:38.430', N'0', N'0', N'0', N'1006', N'303', N'2002', N'134', N'1018', N'285', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4DEFEE5-351A-46A5-A448-945D14DFE415', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'17', N'61088003', N'1', N'0', N'2023-11-18 23:30:37.173', N'2023-11-18 23:30:37.173', N'0', N'0', N'0', N'1005', N'303', N'1006', N'298', N'1015', N'239', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC713C28-00F7-4F77-83E9-74C90E457C27', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'13', N'61088001', N'1', N'0', N'2023-11-18 23:30:39.383', N'2023-11-18 23:30:39.383', N'0', N'0', N'0', N'1005', N'303', N'2001', N'134', N'1018', N'285', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'652E2441-E22F-4399-AA6B-D90D47FF65C2', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'115042001', N'1', N'0', N'2023-11-18 23:32:42.833', N'2023-11-18 23:32:42.833', N'8', N'4381', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'4381', N'617') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA60B2AB-FB0A-4988-85EF-B9FE76FBC871', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041002', N'1', N'0', N'2023-11-20 00:09:02.757', N'2023-11-20 00:09:02.757', N'9', N'5449', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5449', N'1785') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FDA563D-288F-4CA8-B0CD-221D5E1F945C', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-19 14:31:51.800', N'2023-11-19 14:31:51.800', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9063E1BA-D46B-47B8-B868-4B4190A8EE38', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-11-19 14:31:51.803', N'2023-11-19 14:31:51.803', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58C18874-F39C-4309-9C91-B20120E8423B', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12021001', N'1', N'0', N'2023-11-19 23:59:33.497', N'2023-11-19 23:59:33.497', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30500B13-D113-4F18-85ED-D189C04D09C0', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11051000', N'1', N'0', N'2023-11-19 23:59:33.500', N'2023-11-19 23:59:33.500', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3EDC789-4BE4-4F42-BB17-44E68298469F', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'974', N'1', N'0', N'2023-11-19 23:59:33.500', N'2023-11-19 23:59:33.500', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A20A7A5-8BB3-4310-B6BB-C351AA8354D2', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14041001', N'1', N'0', N'2023-11-20 00:02:58.957', N'2023-11-20 00:02:58.957', N'9', N'4209', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'4209', N'2135') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B31775B-F251-4613-A3F6-7779598AA146', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-29 10:18:00.023', N'2023-11-29 10:18:00.023', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42BA4A24-01F3-49C5-BA4D-4E940727E307', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-29 10:18:00.030', N'2023-11-29 10:18:00.030', N'1', N'99987', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B07964A-0E68-4418-83B8-20D0FE536D44', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2023-11-29 10:18:00.037', N'2023-11-29 10:18:00.037', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2ECE8410-6839-4C35-AA9D-3E9DE8EFC69A', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14041001', N'1', N'0', N'2023-11-29 10:19:44.880', N'2023-11-29 10:19:44.880', N'9', N'4668', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4668', N'1770') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF58E173-444E-467D-9B9C-B82C087FF95A', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-29 10:30:14.730', N'2023-11-29 10:30:14.730', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'445FB1B0-2B7B-49A1-8705-85FC8E63F942', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-29 10:30:14.730', N'2023-11-29 10:30:14.730', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8593081E-DB0A-4527-8D45-1A6D703B2409', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-11-29 10:30:14.730', N'2023-11-29 10:30:14.730', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36D0C139-3443-49ED-A512-2DE43D0A4393', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-12-06 10:44:30.200', N'2023-12-06 10:44:30.200', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED0C7698-367D-4509-9CBD-49A75E244A32', N'916FF7E4-B764-4555-8095-886F1D90B363', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-12-06 09:13:30.500', N'2023-12-06 09:13:30.500', N'1', N'2340', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F95087C9-7978-40DC-851E-D3B6A99937F1', N'916FF7E4-B764-4555-8095-886F1D90B363', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-12-06 09:13:30.503', N'2023-12-06 09:13:30.503', N'1', N'99987', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70219CC0-1982-4073-A8EC-0FDF301E5424', N'916FF7E4-B764-4555-8095-886F1D90B363', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-12-06 09:13:30.507', N'2023-12-06 09:13:30.507', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CD5CB02-BF37-4018-8995-E71636C0BE71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'61181007', N'1', N'0', N'2023-12-10 18:23:45.370', N'2023-12-10 18:23:45.370', N'36', N'0', N'0', N'1018', N'287', N'2035', N'10', N'2012', N'10', N'21023', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0237126B-7D7C-4F74-AF1A-590CA1A85A93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'17', N'61101803', N'1', N'0', N'2023-12-06 16:37:08.193', N'2023-12-06 16:37:08.193', N'36', N'0', N'0', N'1005', N'303', N'1015', N'347', N'1006', N'279', N'21008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'215973E7-85F7-4A8A-B6D0-E2D45A2B35B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'13', N'61101801', N'1', N'0', N'2023-12-06 16:37:04.307', N'2023-12-06 16:37:04.307', N'36', N'0', N'0', N'2001', N'114', N'1005', N'279', N'1018', N'284', N'21002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5FB0243-A2F2-4618-8648-EDCDA4F4FCD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'15', N'61101802', N'1', N'0', N'2023-12-06 16:39:46.117', N'2023-12-06 16:39:46.117', N'36', N'0', N'0', N'2002', N'90', N'1006', N'301', N'1018', N'297', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA2F0761-3CD8-4FAE-BF2A-B7C57FDB1874', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'14', N'61101805', N'1', N'0', N'2023-12-06 16:37:05.467', N'2023-12-06 16:37:05.467', N'36', N'0', N'0', N'2004', N'16', N'2001', N'107', N'2002', N'129', N'21016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07D3111C-B8C9-400C-B2FE-C54C37022270', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'12', N'61101806', N'1', N'0', N'2023-12-06 16:37:09.313', N'2023-12-06 16:37:09.313', N'36', N'0', N'0', N'1010', N'285', N'1015', N'215', N'1018', N'295', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68E838AD-B93F-4189-AA97-651E1F986EAF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'16', N'61101804', N'1', N'0', N'2023-12-06 16:37:07.170', N'2023-12-06 16:37:07.170', N'36', N'0', N'0', N'2004', N'16', N'1010', N'293', N'2003', N'21', N'21010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E29A419-B327-485D-9F9C-9049D31C1282', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-12-06 10:44:30.203', N'2023-12-06 10:44:30.203', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27ED3A81-17DD-4F9C-B5C1-BF760A748E6E', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2022-06-29 12:23:05.020', N'2022-06-29 12:23:05.020', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'489706D3-AC59-45DC-8547-ACB17787204F', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11071000', N'1', N'0', N'2022-06-29 12:23:05.047', N'2022-06-29 12:23:05.047', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08CBA9D2-1323-4D37-B5B7-D1976ECBCFD4', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'75568', N'1', N'0', N'2022-06-29 12:23:05.050', N'2022-06-29 12:23:05.050', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDE09B72-28ED-4A7A-9F20-C26C9FECF2F2', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12011001', N'1', N'0', N'2022-06-29 12:23:16.037', N'2022-06-29 12:23:16.037', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'002843C1-70E1-4567-AED9-22E8DBE68AF2', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11031000', N'1', N'0', N'2022-06-29 12:23:16.040', N'2022-06-29 12:23:16.040', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'631E5374-2B86-4DDF-8D89-0685DFFADB58', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'966', N'1', N'0', N'2022-06-29 12:23:16.043', N'2022-06-29 12:23:16.043', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94C13189-F513-4849-8BDE-B6F924DF2986', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'612046203', N'1', N'0', N'2022-07-05 20:16:19.410', N'2022-07-05 20:16:19.410', N'0', N'4798', N'5', N'2036', N'11', N'2028', N'16', N'2011', N'6', N'2146', N'2', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'27', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'4798', N'1449') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'859C574D-D2D9-4F6A-9F31-05B355746F29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'614046203', N'1', N'0', N'2022-07-05 20:16:20.970', N'2022-07-05 20:16:20.970', N'0', N'4798', N'5', N'2036', N'11', N'2028', N'16', N'2011', N'6', N'2146', N'2', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'28', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'1', N'0', N'3', N'3', N'7', N'6', N'4798', N'1449') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BF16567-FEF9-4536-A9CA-2EACF549F499', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-10-08 04:12:36.913', N'2023-10-08 04:12:36.913', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B680D392-DEFA-4AF3-9EDA-4FB0A111D6EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'6', N'317015002', N'1', N'0', N'2022-07-06 19:59:03.853', N'2022-07-06 19:59:03.853', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'400') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B922456-F839-4067-9FCA-A6A1B0136BE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'615046203', N'1', N'0', N'2022-07-05 20:16:21.890', N'2022-07-05 20:16:21.890', N'0', N'5962', N'5', N'2036', N'8', N'2028', N'12', N'2011', N'5', N'2148', N'2', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'28', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'1', N'0', N'5', N'3', N'10', N'9', N'5962', N'777') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13C607B5-533C-4DA7-AE13-8E7C832CA19B', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2022-06-29 12:23:30.293', N'2022-06-29 12:23:30.293', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'897C64C1-08C9-4141-B581-AC4595540728', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2022-06-29 12:23:30.297', N'2022-06-29 12:23:30.297', N'1', N'99900', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDC519C8-4095-4810-A31B-43836290D9EE', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2022-06-29 12:23:30.300', N'2022-06-29 12:23:30.300', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45D51F41-7E0E-4D5C-894A-FBB3FA68C80C', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'111012001', N'1', N'0', N'2023-10-08 04:40:20.123', N'2023-10-08 04:40:20.123', N'40', N'7005', N'0', N'1010', N'53', N'0', N'0', N'0', N'0', N'1062', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'5', N'6', N'7005', N'2217') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AC16843-C17C-4BCC-B666-5EA5E47C187D', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-10-08 04:12:36.920', N'2023-10-08 04:12:36.920', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23C8A3A5-0B61-462B-82A3-C9739B3CE93A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'8', N'319016003', N'1', N'0', N'2022-07-06 20:09:19.323', N'2022-07-06 20:09:19.323', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'300') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2300D19-BF75-4437-ABC3-9F80AB24C58E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'7', N'318016105', N'1', N'0', N'2022-06-25 08:39:55.653', N'2022-06-25 08:39:55.653', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1077', N'0', N'0', N'3', N'1010', N'585', N'1010', N'583', N'1601', N'9481', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'4', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BEFF3B9-5FE7-4936-9158-1130AA1EAABB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'6', N'317016105', N'1', N'0', N'2022-06-25 08:39:55.630', N'2022-06-25 08:39:55.630', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1063', N'0', N'0', N'3', N'1010', N'590', N'1010', N'587', N'1601', N'9699', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'4', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DC2D6EB-0065-4109-8327-EA187978B955', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'12', N'61043006', N'1', N'0', N'2022-06-25 08:38:31.987', N'2022-06-25 08:38:31.987', N'0', N'0', N'0', N'1010', N'285', N'1015', N'223', N'1018', N'286', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FF00759-3E81-461D-99A2-009C7C0583A0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'14', N'61043005', N'1', N'0', N'2022-06-25 08:38:32.493', N'2022-06-25 08:38:32.493', N'0', N'0', N'0', N'2002', N'127', N'2004', N'16', N'2003', N'17', N'21015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1581A1CA-2D7F-4AEE-B1C0-15706715194B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'16', N'61043004', N'1', N'0', N'2022-06-25 08:38:31.270', N'2022-06-25 08:38:31.270', N'0', N'0', N'0', N'2003', N'18', N'2004', N'16', N'1010', N'265', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEA12693-4E5E-440B-AAED-EDA7802F1782', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'17', N'61043003', N'1', N'0', N'2022-06-25 08:38:30.020', N'2022-06-25 08:38:30.020', N'0', N'0', N'0', N'1005', N'294', N'1006', N'277', N'1015', N'245', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18D6C637-BA24-45B0-9800-9B2209354042', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'15', N'61043002', N'1', N'0', N'2022-06-25 08:38:29.580', N'2022-06-25 08:38:29.580', N'0', N'0', N'0', N'1006', N'294', N'2002', N'98', N'1018', N'286', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93F2B872-20A0-485B-A637-B6758D9A70F1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'13', N'61043001', N'1', N'0', N'2022-06-25 08:38:30.723', N'2022-06-25 08:38:30.723', N'0', N'0', N'0', N'1005', N'294', N'2001', N'98', N'1018', N'286', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B0244AC-EB37-4CD6-A553-8C160DC52E9D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'61043007', N'1', N'0', N'2022-06-25 08:38:28.953', N'2022-06-25 08:38:28.953', N'0', N'0', N'0', N'2012', N'10', N'2032', N'9', N'2002', N'106', N'21056', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63C5BD8D-FCEB-4C7D-A90C-2143857871D6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'8', N'319016105', N'1', N'0', N'2022-06-25 08:39:55.657', N'2022-06-25 08:39:55.657', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1065', N'0', N'0', N'3', N'1010', N'596', N'1010', N'592', N'1601', N'9809', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'4', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D15F540-B28E-45AC-8A6C-084527C8EF04', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'9', N'720046002', N'1', N'0', N'2022-06-25 08:35:21.027', N'2022-06-25 08:35:21.027', N'36', N'3258', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'1144', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'3', N'11', N'9', N'3258', N'745') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AAD3E65A-FA78-4D45-B6EB-7067C2BF0BB3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'715046002', N'1', N'0', N'2022-06-25 08:35:21.017', N'2022-06-25 08:35:21.017', N'36', N'3239', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'2256', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'3', N'12', N'10', N'3239', N'763') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D951FBF-F129-4A8E-9234-724B5257BAF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'982', N'1', N'0', N'2022-06-18 14:20:26.930', N'2022-06-18 14:20:26.930', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42FE1B15-8651-4A5C-8873-ACC0D18961F9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'712046002', N'1', N'0', N'2022-06-25 08:34:37.947', N'2022-06-25 08:34:37.947', N'36', N'4605', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'2211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'3', N'24', N'24', N'4605', N'1443') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A03F540-6ECB-4E62-90D1-0BD4267EF18A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'714046002', N'1', N'0', N'2022-06-25 08:34:37.980', N'2022-06-25 08:34:37.980', N'36', N'4728', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'2198', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'3', N'21', N'18', N'4728', N'1523') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27BE9717-42FE-4894-B373-0433EEA30021', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1021', N'1', N'0', N'2022-06-12 12:10:38.177', N'2022-06-12 12:10:38.177', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B58F7A29-CA75-4EB7-BC9D-FE0D7311EABB', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11071000', N'1', N'0', N'2022-06-12 12:10:38.173', N'2022-06-12 12:10:38.173', N'1', N'99880', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3CDFFA3-DD0D-4636-895B-A7AB9A7C0255', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2022-06-12 12:10:38.087', N'2022-06-12 12:10:38.087', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FF6115B-0E33-4584-95A4-1BE03F66C7EA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2022-06-10 05:09:44.093', N'2022-06-10 05:09:44.093', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C2A6485-6B61-4613-B357-895B40172904', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'2', N'713046002', N'1', N'0', N'2022-06-25 08:34:37.973', N'2022-06-25 08:34:37.973', N'36', N'3830', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'1118', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'3', N'10', N'11', N'3830', N'789') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71987520-2316-49DD-8397-19521D67F431', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'5', N'716046002', N'1', N'0', N'2022-06-25 08:35:21.020', N'2022-06-25 08:35:21.020', N'36', N'3954', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'1146', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'3', N'12', N'11', N'3954', N'790') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBF844F5-1071-480D-AED7-8846EF0424BB', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'11302385-A61E-4E1B-8259-C0530839ECFB', N'0', N'4', N'115042001', N'1', N'0', N'2022-06-10 02:31:34.347', N'2022-06-10 02:31:34.347', N'8', N'3386', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3386', N'1349') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'608F3EDC-2A09-47E3-896A-9CDE3DE57BDF', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'11302385-A61E-4E1B-8259-C0530839ECFB', N'0', N'20', N'982', N'1', N'0', N'2022-06-10 02:03:25.200', N'2022-06-10 02:03:25.200', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB6FD04A-F97E-4D9B-AE8D-2716A1D492F6', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'11302385-A61E-4E1B-8259-C0530839ECFB', N'0', N'0', N'11011000', N'1', N'0', N'2022-06-10 02:03:25.197', N'2022-06-10 02:03:25.197', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48D64B86-64DB-432E-B172-9F2B4C61C469', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'11302385-A61E-4E1B-8259-C0530839ECFB', N'0', N'1', N'12041001', N'1', N'0', N'2022-06-10 02:03:25.043', N'2022-06-10 02:03:25.043', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B589358D-C082-4D9A-A792-136904117D8E', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'76110', N'1', N'0', N'2023-10-08 04:24:42.653', N'2023-10-08 04:24:42.653', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5429551-3097-4F3F-B68B-241F0BC09A75', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12011001', N'1', N'0', N'2023-10-31 23:29:39.133', N'2023-10-31 23:29:39.133', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75E0D171-1E1E-4964-91B4-5E27F7118BCE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'7', N'318015002', N'1', N'0', N'2022-07-06 19:45:19.470', N'2022-07-06 19:45:19.470', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'200') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'827401B9-CF87-4661-9A10-82BF22B91CF5', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'05A671C6-6AEF-EA12-4CC0-8B76EA6D30BB', N'0', N'1', N'12041001', N'1', N'0', N'2022-07-03 05:44:41.127', N'2022-07-03 05:44:41.127', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11349B81-6B34-4D2D-BF74-993052B78438', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'05A671C6-6AEF-EA12-4CC0-8B76EA6D30BB', N'0', N'0', N'11011000', N'1', N'0', N'2022-07-03 05:44:41.193', N'2022-07-03 05:44:41.193', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65B4F126-75A2-4C66-8A78-244D2953B6F7', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'05A671C6-6AEF-EA12-4CC0-8B76EA6D30BB', N'0', N'20', N'965', N'1', N'0', N'2022-07-03 05:44:41.210', N'2022-07-03 05:44:41.210', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E58C6D62-E345-492B-9B59-85524EC3A041', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'5', N'616046203', N'1', N'0', N'2022-07-05 20:16:22.630', N'2022-07-05 20:16:22.630', N'0', N'3798', N'5', N'2036', N'6', N'2028', N'9', N'2011', N'3', N'2147', N'2', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'26', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'1', N'0', N'3', N'3', N'5', N'5', N'3798', N'649') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'124782FF-ADBE-4BD7-9D5B-632094E1B77A', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'617CC5FD-0D71-49A0-BB3B-F69B6EB29C92', N'0', N'1', N'12041001', N'1', N'0', N'2022-07-10 17:25:45.553', N'2022-07-10 17:25:45.553', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A2A26A0-03FB-4734-89C2-45DBE8B1DF27', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11031000', N'1', N'0', N'2023-10-31 23:29:39.137', N'2023-10-31 23:29:39.137', N'1', N'99993', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2500') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'870716BA-9C4F-4626-8FD7-F73C122CB5FA', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'9', N'120042001', N'1', N'0', N'2023-10-08 04:23:57.207', N'2023-10-08 04:23:57.207', N'8', N'3162', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3162', N'1157') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA3711A3-6884-4054-A44B-8C5B47D3D9C6', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'617CC5FD-0D71-49A0-BB3B-F69B6EB29C92', N'0', N'0', N'11011000', N'1', N'0', N'2022-07-10 17:25:45.593', N'2022-07-10 17:25:45.593', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'048FC312-C8A1-4DB7-92D5-6918DB16D39D', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'617CC5FD-0D71-49A0-BB3B-F69B6EB29C92', N'0', N'20', N'965', N'1', N'0', N'2022-07-10 17:25:45.610', N'2022-07-10 17:25:45.610', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42442907-809F-43B6-AC4B-9E879AFD7C41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'9', N'620046203', N'1', N'0', N'2022-07-05 20:16:23.163', N'2022-07-05 20:16:23.163', N'0', N'3798', N'5', N'1018', N'199', N'2010', N'6', N'2012', N'5', N'1098', N'2', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'30', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'1', N'0', N'3', N'3', N'5', N'5', N'3798', N'649') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EB7F156-7D09-43E5-9DDC-E6CDA129485F', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'115042001', N'1', N'0', N'2023-10-08 04:19:25.473', N'2023-10-08 04:19:25.473', N'8', N'4278', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'4278', N'724') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60714783-94D7-413C-9BC7-497A0C83BF47', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12011001', N'1', N'0', N'2022-07-10 22:12:02.717', N'2022-07-10 22:12:02.717', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1400') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51D95890-221A-4478-9D61-1D611226E6DE', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11031000', N'1', N'0', N'2022-07-10 22:12:02.740', N'2022-07-10 22:12:02.740', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2500') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D012B309-7632-496F-AC4A-B12CB272E9AE', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'989', N'1', N'0', N'2022-07-10 22:12:02.743', N'2022-07-10 22:12:02.743', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2F17A90-46D5-49A3-A7E5-64AE3DC00FA8', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'966', N'1', N'0', N'2023-10-31 23:29:39.140', N'2023-10-31 23:29:39.140', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FF7D957-B980-45BF-B8FB-8BD956B2C550', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12021001', N'1', N'0', N'2023-11-05 00:26:25.903', N'2023-11-05 00:26:25.903', N'1', N'4960', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1900') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70083852-6821-4D6A-819F-90A873C0F297', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-04 03:10:45.370', N'2023-11-04 03:10:45.370', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4640FB7B-8527-4EF5-AE54-A5E902BD0790', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-04 03:10:45.383', N'2023-11-04 03:10:45.383', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F10A92C5-32B7-4CAD-98E0-4A4859CB6E49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'2', N'613046203', N'1', N'0', N'2022-07-05 20:16:20.127', N'2022-07-05 20:16:20.127', N'0', N'3798', N'5', N'2036', N'6', N'2028', N'9', N'2011', N'3', N'2147', N'2', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'1', N'0', N'3', N'3', N'5', N'5', N'3798', N'649') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9548398C-DAE4-499F-B209-2682CB5F3D92', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2023-11-04 03:10:45.387', N'2023-11-04 03:10:45.387', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9C10DF2-0F44-47F8-A061-963B291E52B6', N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2023-10-22 05:48:08.717', N'2023-10-22 05:48:08.717', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A92E6EEE-C63D-4786-B930-48AB3457EB44', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-10-22 06:10:22.907', N'2023-10-22 06:10:22.907', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92A7FC58-8616-433F-8D67-4D16EB4FA97D', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-10-22 06:10:22.913', N'2023-10-22 06:10:22.913', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BA16DEE-6677-4BBD-971E-D3F31BAAEEB8', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'982', N'1', N'0', N'2023-10-22 06:10:22.917', N'2023-10-22 06:10:22.917', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04F97F51-F9B9-4695-B94A-55F161E72D8B', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2023-10-27 04:32:40.547', N'2023-10-27 04:32:40.547', N'1', N'4950', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'3000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9359C1DB-AF46-4A49-ACE1-C201856FD025', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-10-26 18:42:46.070', N'2023-10-26 18:42:46.070', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'884E8C11-DBF8-4B07-9494-1BBB7BD6FD1F', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-10-24 00:31:40.100', N'2023-10-24 00:31:40.100', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71D00CD2-9829-4F76-8D77-13A1397C07E2', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-10-24 00:31:40.163', N'2023-10-24 00:31:40.163', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B56E2AEC-B523-4F64-8233-DC09816AA9AF', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2023-10-24 00:31:40.167', N'2023-10-24 00:31:40.167', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9F3E2F3-14C6-4EE9-9FAB-57CC2850B4B9', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'115042001', N'1', N'0', N'2023-10-24 00:47:21.773', N'2023-10-24 00:47:21.773', N'8', N'3447', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3447', N'888') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEBC44EB-9C80-496E-9B75-785EDCA01185', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14041001', N'1', N'0', N'2023-10-24 00:36:15.077', N'2023-10-24 00:36:15.077', N'9', N'4695', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'4695', N'1476') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD4AE48B-912D-4994-A76E-91600AE0EB1F', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-10-26 18:42:46.070', N'2023-10-26 18:42:46.070', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF8C2A28-BE66-4274-B425-F22C23A8E946', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2023-10-26 18:42:46.073', N'2023-10-26 18:42:46.073', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17A0E685-CE33-433A-A97D-1914E41697A2', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11071000', N'1', N'0', N'2023-10-27 04:32:40.550', N'2023-10-27 04:32:40.550', N'1', N'99280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1E5701B-77C8-420B-AE31-0390A536AC7F', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'75568', N'1', N'0', N'2023-10-27 04:32:40.550', N'2023-10-27 04:32:40.550', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'129BC2D7-0D1E-4354-A9C0-34B6187616FC', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'4', N'115042001', N'1', N'0', N'2023-11-04 03:19:18.863', N'2023-11-04 03:19:18.863', N'8', N'3087', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3087', N'1086') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51730E22-D9F6-4176-9727-E0BA0E77B59C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'611016005', N'1', N'0', N'2022-06-25 08:26:16.370', N'2022-06-25 08:26:16.370', N'36', N'7325', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'1075', N'0', N'1', N'3', N'5003', N'1354', N'5003', N'1414', N'1601', N'9333', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'4', N'0', N'5', N'3', N'154', N'152', N'7325', N'2153') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7863422-ECB1-4704-93EF-3EFE6B748838', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12011001', N'1', N'0', N'2023-10-27 05:01:00.310', N'2023-10-27 05:01:00.310', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F379BD48-02F4-4A34-B875-92593EDF3979', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11031000', N'1', N'0', N'2023-10-27 05:01:00.317', N'2023-10-27 05:01:00.317', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54F7FB09-91ED-4B7E-8787-43DCAD832654', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'966', N'1', N'0', N'2023-10-27 05:01:00.317', N'2023-10-27 05:01:00.317', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1DB3A07-C7C4-4A39-A731-0D03482B2B4C', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-04 04:28:23.257', N'2023-11-04 04:28:23.257', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5382D912-F33F-4133-B4D6-8290A0B799EA', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'1014', N'1', N'0', N'2023-11-04 04:28:23.293', N'2023-11-04 04:28:23.293', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D25A52B6-90A2-4B7E-BECD-2116B01147FF', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12011001', N'1', N'0', N'2023-11-04 07:31:49.740', N'2023-11-04 07:31:49.740', N'1', N'4860', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1400') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4C4D6F4-C05E-4650-8628-494614EB6B61', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11031000', N'1', N'0', N'2023-11-04 07:31:49.743', N'2023-11-04 07:31:49.743', N'1', N'99998', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2500') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA836359-1FB7-4D7B-945F-2F577D8ED999', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'966', N'1', N'0', N'2023-11-04 07:31:49.773', N'2023-11-04 07:31:49.773', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E860EE25-B298-435C-927C-FD5BAA0EA9F8', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12012003', N'1', N'0', N'2023-12-08 06:12:31.697', N'2023-12-08 06:12:31.697', N'9', N'4805', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4805', N'1889') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CCE169B-DDE5-4D3F-8966-E55B86213A24', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'111044001', N'1', N'0', N'2023-11-04 08:12:55.890', N'2023-11-04 08:12:55.890', N'40', N'7828', N'0', N'2029', N'27', N'2014', N'21', N'0', N'0', N'2191', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7828', N'2052') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E2260A0-CD5A-43A1-9BB7-691D9D2DF80D', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'966', N'1', N'0', N'2023-11-04 07:36:58.417', N'2023-11-04 07:36:58.417', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AAAA35B4-789A-4527-B49E-9A32A90A07E9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'16', N'62095004', N'1', N'0', N'2023-11-13 14:07:40.163', N'2023-11-13 14:07:40.163', N'0', N'0', N'0', N'2003', N'19', N'2004', N'16', N'1010', N'282', N'22012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3124AC91-2B30-47F2-B663-49F0CA02A418', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'15', N'62095002', N'1', N'0', N'2023-11-13 14:07:38.153', N'2023-11-13 14:07:38.153', N'0', N'0', N'0', N'1006', N'302', N'2002', N'97', N'1018', N'293', N'22006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D4D8650-6A75-4E2D-B529-12FDAC15C0EE', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'17', N'62095003', N'1', N'0', N'2023-11-13 14:07:38.570', N'2023-11-13 14:07:38.570', N'0', N'0', N'0', N'1005', N'302', N'1006', N'276', N'1015', N'298', N'22009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12799FA1-31F8-461B-B3E9-956005386411', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'12', N'62095006', N'1', N'0', N'2023-11-13 14:07:39.720', N'2023-11-13 14:07:39.720', N'0', N'0', N'0', N'1010', N'298', N'1015', N'220', N'1018', N'293', N'22019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CEFDBA9-651C-4593-A19A-39C464E60506', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'13', N'62095001', N'1', N'0', N'2023-11-13 14:07:37.863', N'2023-11-13 14:07:37.863', N'0', N'0', N'0', N'1005', N'302', N'2001', N'97', N'1018', N'293', N'22003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65EDAF6D-33E5-49A4-B22F-896AC8820C4E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14021002', N'1', N'0', N'2023-11-13 14:03:52.157', N'2023-11-13 14:03:52.157', N'9', N'5813', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'5813', N'1870') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0127113C-6573-4D30-80C8-FAB506D05998', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'8', N'119012501', N'1', N'0', N'2023-12-08 07:39:38.350', N'2023-12-08 07:39:38.350', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'300') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2B9A195-DEF8-4344-8BE6-0C6A3A92B06E', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'14', N'63172005', N'1', N'0', N'2023-11-05 00:34:57.390', N'2023-11-05 00:34:57.390', N'0', N'0', N'0', N'2001', N'92', N'2003', N'16', N'2004', N'19', N'23013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C480954D-6434-4FBD-9B64-E45413537B12', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'16', N'63172004', N'1', N'0', N'2023-11-05 00:34:56.643', N'2023-11-05 00:34:56.643', N'0', N'0', N'0', N'1010', N'254', N'2004', N'16', N'2003', N'19', N'23012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5834A691-7781-4C6B-B901-B64F4EF021BB', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-04 04:28:23.260', N'2023-11-04 04:28:23.260', N'1', N'99838', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C59797BD-56B9-4A46-A70B-2B27BC445DFE', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11051000', N'1', N'0', N'2023-11-05 00:26:25.910', N'2023-11-05 00:26:25.910', N'1', N'99029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2300') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92D35E5D-5046-491A-9E5E-C5B785391871', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'974', N'1', N'0', N'2023-11-05 00:26:25.910', N'2023-11-05 00:26:25.910', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'154BE540-3988-408D-90C9-D2488A4D4117', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'12', N'63172006', N'1', N'0', N'2023-11-05 00:34:56.920', N'2023-11-05 00:34:56.920', N'0', N'0', N'0', N'1018', N'281', N'1015', N'221', N'1010', N'295', N'23019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C614307-96E9-48FB-AA26-FC333D91208A', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'17', N'63172003', N'1', N'0', N'2023-11-05 00:34:56.300', N'2023-11-05 00:34:56.300', N'0', N'0', N'0', N'1015', N'212', N'1006', N'276', N'1005', N'300', N'23009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A5DF55A-1FB7-4AA6-BEB1-442499BAD1AF', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'15', N'63172002', N'1', N'0', N'2023-11-05 00:34:55.897', N'2023-11-05 00:34:55.897', N'0', N'0', N'0', N'1018', N'281', N'2002', N'97', N'1006', N'300', N'23006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D17ACEFB-71EF-4C82-9375-A2063CD69AD1', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'13', N'63172001', N'1', N'0', N'2023-11-05 00:34:55.503', N'2023-11-05 00:34:55.503', N'0', N'0', N'0', N'1018', N'281', N'2001', N'97', N'1005', N'300', N'23003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12ECC78D-586F-4B9C-B072-A51DAE14F8A4', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'10', N'63172007', N'1', N'0', N'2023-11-05 00:34:55.107', N'2023-11-05 00:34:55.107', N'0', N'0', N'0', N'2032', N'9', N'1018', N'282', N'2012', N'10', N'23025', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCC0DF1C-CADB-4ACB-97D2-3050A5738056', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14021001', N'1', N'0', N'2023-11-05 00:31:04.880', N'2023-11-05 00:31:04.880', N'9', N'5261', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'8', N'5261', N'1459') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1DCE662-58FA-4B46-9A97-F22675677BB1', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12041001', N'1', N'0', N'2023-11-05 01:02:29.820', N'2023-11-05 01:02:29.820', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B2FAEED-C07F-410E-9017-44EEFCDBC634', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11011000', N'1', N'0', N'2023-11-05 01:02:29.823', N'2023-11-05 01:02:29.823', N'1', N'99987', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5ACADC6-D968-4FB6-A02D-0929005F7407', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'965', N'1', N'0', N'2023-11-05 01:02:29.823', N'2023-11-05 01:02:29.823', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C18CC30-60E4-47C3-B8A1-FBA83F6FBF79', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12021001', N'1', N'0', N'2023-11-13 17:24:37.967', N'2023-11-13 17:24:37.967', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E8BF36F-40B2-40B8-9581-4B9491282662', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11051000', N'1', N'0', N'2023-11-13 17:24:37.970', N'2023-11-13 17:24:37.970', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B87669C9-F637-4D14-A449-DB0045E7B395', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12021001', N'1', N'0', N'2023-11-13 17:31:12.013', N'2023-11-13 17:31:12.013', N'1', N'4860', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1900') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49454E59-D85C-46CA-97A8-9E6016C11753', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11051000', N'1', N'0', N'2023-11-13 17:31:12.017', N'2023-11-13 17:31:12.017', N'1', N'99987', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2300') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EC5D552-9CB1-4D9D-BFCC-D9630AB13712', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'967', N'1', N'0', N'2023-11-13 17:31:12.020', N'2023-11-13 17:31:12.020', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDD6E277-37E1-4D75-BC90-FD7FC6D0413D', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'3', N'14021001', N'1', N'0', N'2023-11-13 17:33:10.637', N'2023-11-13 17:33:10.637', N'9', N'4345', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4345', N'1867') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D352964C-FFD6-4BAE-ADE8-8F92464E7CA2', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2023-11-13 20:30:10.513', N'2023-11-13 20:30:10.513', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B9E9445-9870-4FAA-92B8-31029A8D28B3', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11071000', N'1', N'0', N'2023-11-13 20:30:10.520', N'2023-11-13 20:30:10.520', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC08372C-042B-4D50-9DC8-CA2AE0052D9D', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'75568', N'1', N'0', N'2023-11-13 20:30:10.520', N'2023-11-13 20:30:10.520', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFDE3028-E77A-4C6A-9B1B-F74E78ADF69D', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'1', N'12031001', N'1', N'0', N'2023-11-13 21:30:22.137', N'2023-11-13 21:30:22.137', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D4E48A1-49C2-444E-A9A2-C6BCF7960DF0', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'0', N'11071000', N'1', N'0', N'2023-11-13 21:30:22.143', N'2023-11-13 21:30:22.143', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D9BD127-3F24-442D-924C-B872381FB277', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'75568', N'1', N'0', N'2023-11-13 21:30:22.150', N'2023-11-13 21:30:22.150', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_EquipItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92A6E24E-3D7A-4E2A-B3BB-D63008461DFD', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'0', N'20', N'967', N'1', N'0', N'2023-11-13 17:24:37.973', N'2023-11-13 17:24:37.973', N'1', N'0', N'0', N'65280', N'0', N'65280', N'0', N'65280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for N_InventoryItem -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[N_InventoryItem]') AND type IN ('U')) DROP TABLE [dbo].[N_InventoryItem] GO CREATE TABLE [dbo].[N_InventoryItem] ( [item_uid] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [lock_pwd] nvarchar(4) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [activity_value] int DEFAULT 0 NOT NULL, [link_id] uniqueidentifier NULL, [is_seizure] tinyint DEFAULT 0 NOT NULL, [socket_1_color] tinyint DEFAULT 0 NOT NULL, [socket_2_color] tinyint DEFAULT 0 NOT NULL, [socket_3_color] tinyint DEFAULT 0 NOT NULL, [deferment_time] int DEFAULT 0 NOT NULL, [rank] tinyint DEFAULT 0 NOT NULL, [acquireroute] tinyint DEFAULT 0 NOT NULL, [physical] int DEFAULT 0 NOT NULL, [magical] int DEFAULT 0 NOT NULL, [durabilitymax] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[N_InventoryItem] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of N_InventoryItem -- ---------------------------- INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED2C48E9-DEDE-464C-B7FB-079D8D1B660E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'59101', N'1', N'0', N'2023-10-22 08:45:01.383', N'2023-10-22 08:45:01.383', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57C05C41-FB45-4CE4-9E65-366C77A8366C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100102', N'1', N'0', N'2023-10-22 08:48:42.477', N'2023-10-22 08:48:42.477', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FE78C72-07DE-4EB4-B5F4-F4790338395E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41798', N'200', N'0', N'2023-10-22 09:22:58.630', N'2023-10-22 09:22:58.630', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E830CCEC-FD77-47CE-B5ED-680D9A15B79C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'4', N'59101', N'14', N'0', N'2023-10-22 09:22:03.673', N'2023-10-22 09:22:03.673', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B95E9AE8-D7EA-44F8-8567-3DF6727FC284', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100034', N'198', N'0', N'2023-10-23 01:15:32.210', N'2023-10-23 01:15:32.210', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D11C390-64CD-43A3-9D0D-FD451621D28E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'11051000', N'1', N'0', N'2023-10-23 01:18:19.273', N'2023-10-23 01:18:19.273', N'40', N'6286', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6286', N'2120') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E79A835-7C59-4C7F-A285-68195DCF77AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100111', N'96', N'0', N'2023-10-23 21:04:54.630', N'2023-10-23 21:04:54.630', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77C470B0-4BD4-4A60-9B31-AA23943E9B6C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'211014007', N'1', N'0', N'2022-07-09 18:47:56.160', N'2022-07-09 18:47:56.160', N'25', N'6324', N'3', N'2002', N'579', N'2013', N'49', N'0', N'0', N'2022', N'5', N'1', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'2', N'4', N'6', N'6', N'6324', N'2745') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A078F39-D09F-4EC0-97F0-2D4D1F51225D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'11051000', N'1', N'0', N'2023-10-23 01:18:29.567', N'2023-10-23 01:18:29.567', N'40', N'6326', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6326', N'2236') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04DCF1F2-A124-4F60-8C28-993A2AAD7F0B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2023-10-23 01:31:01.360', N'2023-10-23 01:31:01.360', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF982E0D-DA51-4045-9DF8-F86D46047BCB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100102', N'1', N'0', N'2023-10-23 01:32:23.000', N'2023-10-23 01:32:23.000', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'934EAD50-5567-4661-8A1F-F655F294CAD1', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000077', N'1', N'0', N'2023-10-27 23:20:03.460', N'2023-10-27 23:20:03.460', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A0BF080-F963-428F-9535-928DA5BE9D52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-10-23 15:37:16.367', N'2023-10-23 15:37:16.367', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'98011E1B-FEB2-4E8A-999D-B5A6FC4537A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101104', N'1', N'0', N'2023-10-23 15:37:26.480', N'2023-10-23 15:37:26.480', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'386F5B0B-214E-4132-AFA7-63FBBFBAEA73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000819', N'1', N'0', N'2023-10-23 17:21:06.663', N'2023-10-23 17:21:06.663', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06BB00DF-F934-4321-9A22-57AC7FC45070', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80001105', N'1', N'0', N'2023-10-23 17:21:08.840', N'2023-10-23 17:21:08.840', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B43AD5BE-0DF7-4255-A1A6-4F91B3EE64B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100112', N'98', N'0', N'2023-10-23 21:04:59.420', N'2023-10-23 21:04:59.420', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D63EF07B-E1D7-427B-9B50-E53CFAE3B3AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000069', N'1', N'0', N'2023-10-23 17:21:17.107', N'2023-10-23 17:21:17.107', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2C86CD2-1048-49EA-AF3B-D0909A3586DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80005070', N'1', N'0', N'2023-10-23 17:21:22.990', N'2023-10-23 17:21:22.990', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A0AAAA5-B7CF-43B7-9067-66C31E2CF3C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'80000219', N'2', N'0', N'2023-10-23 17:21:29.117', N'2023-10-23 17:21:29.117', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'358B14B4-88F3-4A23-9628-0BB7F0C62698', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50316', N'1', N'0', N'2023-10-23 17:22:24.863', N'2023-10-23 17:22:24.863', N'39', N'0', N'0', N'1001', N'195', N'0', N'0', N'0', N'0', N'8002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DC4D0CD-E44F-40D8-B7FA-9FE893AF4523', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50355', N'1', N'0', N'2023-10-23 17:22:28.487', N'2023-10-23 17:22:28.487', N'39', N'0', N'0', N'1602', N'15', N'0', N'0', N'0', N'0', N'8057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FE0C5E7-E72B-4BC6-BC6C-A840AF674984', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50345', N'1', N'0', N'2023-10-23 17:22:33.847', N'2023-10-23 17:22:33.847', N'39', N'0', N'0', N'1003', N'294', N'0', N'0', N'0', N'0', N'7004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE3CE97A-158E-42B8-8140-5004CF91868C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50326', N'1', N'0', N'2023-10-23 17:22:37.393', N'2023-10-23 17:22:37.393', N'39', N'0', N'0', N'5013', N'310', N'0', N'0', N'0', N'0', N'9194', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7F40C12-2ABC-471F-A85F-9D1F187011A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50317', N'1', N'0', N'2023-10-23 17:22:40.900', N'2023-10-23 17:22:40.900', N'39', N'0', N'0', N'1002', N'236', N'0', N'0', N'0', N'0', N'8013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0138122F-7DB6-4656-AAB5-7605E329DC51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50315', N'1', N'0', N'2023-10-23 17:22:44.333', N'2023-10-23 17:22:44.333', N'39', N'0', N'0', N'1001', N'129', N'0', N'0', N'0', N'0', N'8001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1DFC1E6-E0B7-4801-884F-13A08C7B6629', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50335', N'1', N'0', N'2023-10-23 17:23:02.843', N'2023-10-23 17:23:02.843', N'39', N'0', N'0', N'5019', N'89', N'0', N'0', N'0', N'0', N'10200', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09ABD019-97F8-49EF-97E4-A0239464F307', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50317', N'1', N'0', N'2023-10-23 17:23:06.210', N'2023-10-23 17:23:06.210', N'39', N'0', N'0', N'1603', N'647', N'0', N'0', N'0', N'0', N'8063', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DA5767E-38E6-4AF4-B17A-884A6F9985A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50305', N'1', N'0', N'2023-10-23 17:23:09.583', N'2023-10-23 17:23:09.583', N'39', N'0', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'7038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FF0402D-338B-4940-BFE1-EBE8E9828EDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50315', N'1', N'0', N'2023-10-23 17:23:12.697', N'2023-10-23 17:23:12.697', N'39', N'0', N'0', N'2001', N'1', N'0', N'0', N'0', N'0', N'8048', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B40FC35-305A-4B57-9003-98299868BC1B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80100035', N'1', N'0', N'2023-10-23 17:26:07.523', N'2023-10-23 17:26:07.523', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA4210FF-3A91-4B2F-9A37-2FD29A8CEE74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'80100126', N'226', N'0', N'2023-10-23 17:26:09.280', N'2023-10-23 17:26:09.280', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'392580E7-DF2F-4842-B76C-3A47E9438661', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003056', N'13', N'0', N'2023-10-23 17:27:09.543', N'2023-10-23 17:27:09.543', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D752162B-F826-400D-961A-198B147F8DEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003006', N'1', N'0', N'2023-10-23 17:27:44.033', N'2023-10-23 17:27:44.033', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15C07D80-B67A-4A60-B821-41C5AAC43123', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003006', N'1', N'0', N'2023-10-23 17:31:04.507', N'2023-10-23 17:31:04.507', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A888A97-1D1D-44F6-AA5B-C79C035E28AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-10-22 23:02:27.977', N'2023-10-22 23:02:27.977', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B39B8CF9-75EF-40B8-89E5-8EBF5065EA23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101104', N'1', N'0', N'2023-10-22 23:02:32.600', N'2023-10-22 23:02:32.600', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B750B2D6-C671-4EAA-AC59-FB542997807E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003051', N'200', N'0', N'2023-10-22 23:52:42.217', N'2023-10-22 23:52:42.217', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48BC1DDA-FC6C-4D39-B6AE-7A2AC7D0C492', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612045003', N'1', N'0', N'2023-10-22 23:54:29.073', N'2023-10-22 23:54:29.073', N'9', N'4752', N'0', N'1002', N'237', N'1001', N'199', N'2003', N'48', N'2029', N'3', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'5', N'5', N'4752', N'1603') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F03AD1AC-8566-4261-8E4E-6C8BFC3FDF3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100101', N'1', N'0', N'2023-10-22 23:56:42.207', N'2023-10-22 23:56:42.207', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89FD217B-F38B-4571-9759-B4C5909D198D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042004', N'1', N'0', N'2023-10-22 23:57:37.317', N'2023-10-22 23:57:37.317', N'9', N'4481', N'0', N'2003', N'9', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'5', N'5', N'4481', N'1140') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'232A44C9-1F09-4422-99B0-51369FF08822', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032005', N'1', N'0', N'2023-10-23 00:02:22.760', N'2023-10-23 00:02:22.760', N'9', N'6973', N'0', N'2001', N'100', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'6', N'5', N'6973', N'2546') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11B1BC64-A41E-4CFF-9226-FFA0B02EA878', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112005', N'1', N'0', N'2023-10-23 00:03:09.310', N'2023-10-23 00:03:09.310', N'9', N'6382', N'0', N'2002', N'94', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'6382', N'2589') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB48DE06-6569-4D54-B3FD-5B38EC9FE8AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003302', N'1', N'0', N'2023-10-23 00:23:07.977', N'2023-10-23 00:23:07.977', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'827B2AA3-ADC7-466C-BDA1-EC5DEE53D021', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FF651D2-4006-4B24-9EA1-95DC446BD8AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100003', N'1', N'0', N'2023-10-23 00:23:12.603', N'2023-10-23 00:23:12.603', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF14EE40-67AA-47CB-8390-B6FC2015C79B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000051', N'1', N'0', N'2023-10-23 00:28:36.810', N'2023-10-23 00:28:36.810', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8CFF024-6B75-4677-81C4-CEAED083856C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'81000044', N'1', N'0', N'2023-10-23 00:28:45.227', N'2023-10-23 00:28:45.227', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9971E554-04DB-49AF-888C-AA6E7F8688AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100127', N'101', N'0', N'2023-10-23 18:59:25.597', N'2023-10-23 18:59:25.597', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A146D3E7-4520-464C-A72A-70467C53424B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100128', N'100', N'0', N'2023-10-23 18:59:34.917', N'2023-10-23 18:59:34.917', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D2C366B-0195-42AA-8204-06F1A464750A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100129', N'100', N'0', N'2023-10-23 18:59:40.527', N'2023-10-23 18:59:40.527', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'591472DF-1410-4574-BAA9-8AFD32D6D51A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100130', N'100', N'0', N'2023-10-23 18:59:44.420', N'2023-10-23 18:59:44.420', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08A34A3E-910A-4962-91FB-5CC02D9A7588', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100113', N'100', N'0', N'2023-10-23 21:05:04.177', N'2023-10-23 21:05:04.177', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A1E5FF7-23A0-4052-BEB5-B57341078250', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100114', N'100', N'0', N'2023-10-23 21:05:07.983', N'2023-10-23 21:05:07.983', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C89A1CA9-F625-4424-8DBC-2DDF9A1D0329', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100115', N'99', N'0', N'2023-10-23 21:05:11.523', N'2023-10-23 21:05:11.523', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7BA4235-B639-4EE4-9CAB-5513CDDAE231', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003051', N'214', N'0', N'2023-10-23 21:07:20.020', N'2023-10-23 21:07:20.020', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01C0BDC5-BB54-4340-B223-FC93503B06D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000095', N'1', N'0', N'2023-10-27 04:21:30.790', N'2023-10-27 04:21:30.790', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'B0A887FD-D532-47A7-9BAD-09CDBC90C12E', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'172CFF4C-5760-4B12-A773-381093BC3A05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101005', N'1', N'0', N'2023-10-23 23:00:00.883', N'2023-10-23 23:00:00.883', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4686B33F-EB0D-4BA5-8806-13B91BECD97E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101004', N'2', N'0', N'2023-10-23 23:00:14.720', N'2023-10-23 23:00:14.720', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23A7A3C4-BCAC-477A-894B-05AFD5918272', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-10-23 23:00:17.820', N'2023-10-23 23:00:17.820', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB58842E-8F12-4368-9720-975EE12BA078', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101103', N'1', N'0', N'2023-10-23 23:00:22.520', N'2023-10-23 23:00:22.520', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7503156C-44AE-47F6-88DA-A8A59ADEDEEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-10-23 23:00:30.333', N'2023-10-23 23:00:30.333', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20AAB69D-5DBE-4936-8410-D394F89B2A92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000885', N'1', N'0', N'2023-10-23 23:02:57.113', N'2023-10-23 23:02:57.113', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F861CA76-B3D2-4331-A2D3-59E33B76B6C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000212', N'1', N'0', N'2023-10-23 23:04:27.380', N'2023-10-23 23:04:27.380', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FC72F76-0E6A-4FC6-9D03-CB976D8AE172', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41628', N'3', N'0', N'2023-10-23 23:04:32.577', N'2023-10-23 23:04:32.577', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'025F6BAA-2007-4D5E-B8E3-FE0B112C68F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41627', N'1', N'0', N'2023-10-23 23:04:33.433', N'2023-10-23 23:04:33.433', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0AA1185C-2DA1-43DE-9C23-4CA17652E04B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101105', N'1', N'0', N'2023-10-23 23:32:37.560', N'2023-10-23 23:32:37.560', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2091F5B-ABA7-46D8-B83D-687845615057', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100101', N'1', N'0', N'2023-10-24 00:25:19.120', N'2023-10-24 00:25:19.120', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'9BC17255-6166-4E45-BBBB-ABBA1CC38662', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7A61210-0EA4-49B7-9394-87F6C9762A64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100101', N'1', N'0', N'2023-10-24 00:29:56.540', N'2023-10-24 00:29:56.540', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'608F889C-747E-4934-B33D-41833A0D2954', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37001', N'5', N'0', N'2023-10-24 00:36:06.930', N'2023-10-24 00:36:06.930', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B06A545-8099-43C2-AE60-6DB5E8EF1CB2', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'38001', N'5', N'0', N'2023-10-24 00:36:06.933', N'2023-10-24 00:36:06.933', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46C63928-B487-46DB-A1BB-6EA959655869', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'38001', N'1', N'0', N'2023-10-24 00:36:12.423', N'2023-10-24 00:36:12.423', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC307135-F767-4B1D-B247-89ACE058B1A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61184001', N'1', N'0', N'2023-10-24 09:47:58.920', N'2023-10-24 09:47:58.920', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2F2302D-0CE4-4807-A089-BD11FDBBEF78', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'70003051', N'1', N'0', N'2023-10-24 00:39:07.823', N'2023-10-24 00:39:07.823', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40FC9480-F1B4-41A0-A763-868382173506', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80100101', N'1', N'0', N'2023-10-24 00:39:32.090', N'2023-10-24 00:39:32.090', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8434AD93-4C4B-4440-B9D9-A07B4B05DEE6', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'3', N'0', N'2023-10-24 00:39:59.853', N'2023-10-24 00:39:59.853', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65DD1495-9911-4681-B6CD-9D40E574B125', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'37001', N'1', N'0', N'2023-10-24 00:40:19.837', N'2023-10-24 00:40:19.837', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F50CDF5-A46C-4EF1-96C3-393A501617A3', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000819', N'1', N'0', N'2023-10-24 00:45:23.273', N'2023-10-24 00:45:23.273', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04D7D8DB-FECC-411A-AA30-1365F2C5549A', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005070', N'1', N'0', N'2023-10-24 00:45:24.867', N'2023-10-24 00:45:24.867', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'293E954A-5888-4FC5-BCB1-6924D8087A10', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000104', N'3', N'0', N'2023-10-24 00:45:42.800', N'2023-10-24 00:45:42.800', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'842008A4-68AE-454F-9320-E35212A27C64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'2', N'0', N'2023-11-05 04:03:24.590', N'2023-11-05 04:03:24.590', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F1C1AEF-C5A4-4404-AECB-C3BE6223DAB9', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000738', N'1', N'0', N'2023-10-24 00:50:00.703', N'2023-10-24 00:50:00.703', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6B1C271-7654-4D9A-AD28-C2C7BCC46BD1', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000730', N'1', N'0', N'2023-10-24 00:50:04.700', N'2023-10-24 00:50:04.700', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27976A11-35A1-41EE-B352-C7FF014A9480', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'80000080', N'50', N'0', N'2023-10-24 00:50:08.760', N'2023-10-24 00:50:08.760', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A701133-516B-474F-B035-14ADBA279F9D', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000280', N'1', N'0', N'2023-10-24 00:52:00.850', N'2023-10-24 00:52:00.850', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E80226F-6642-4417-A94E-BA450A340B67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'17', N'61191004', N'1', N'0', N'2023-11-30 19:23:14.287', N'2023-11-30 19:23:14.287', N'36', N'0', N'0', N'2004', N'17', N'2003', N'16', N'1010', N'276', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'411B5AE4-572C-493A-939C-898C7F5AE91F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101001', N'1', N'0', N'2023-11-05 04:03:31.957', N'2023-11-05 04:03:31.957', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30389795-FE8C-4445-A0F1-5D0DF794CFEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'15', N'61191006', N'1', N'0', N'2023-11-30 19:23:16.150', N'2023-11-30 19:23:16.150', N'36', N'0', N'0', N'1010', N'293', N'1018', N'287', N'1015', N'281', N'21018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F652DC26-1468-4E5B-922D-A50391B49F74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'4', N'70682', N'1', N'0', N'2023-10-23 21:09:08.310', N'2023-10-23 21:09:08.310', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56BFC610-6B23-4D6C-9E81-18BA42B4230F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032004', N'1', N'0', N'2023-12-08 17:35:54.423', N'2023-12-08 17:35:54.423', N'9', N'4299', N'0', N'2002', N'49', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'4299', N'1924') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB5F9010-FB20-4F56-B1D1-970782E1B17A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'16', N'61191005', N'1', N'0', N'2023-11-30 19:23:13.387', N'2023-11-30 19:23:13.387', N'36', N'0', N'0', N'2003', N'18', N'2004', N'16', N'2002', N'90', N'21014', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D40D68F-DCC5-40CE-A29F-ED29F3FC8C7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'19', N'61191002', N'1', N'0', N'2023-11-30 19:23:12.453', N'2023-11-30 19:23:12.453', N'36', N'0', N'0', N'1018', N'298', N'2002', N'139', N'1006', N'288', N'21004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A578E10-EB8D-42CE-AA7E-71AAE5F73441', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003202', N'1', N'0', N'2023-10-30 22:52:21.230', N'2023-10-30 22:52:21.230', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'A16337C5-9B58-4C6B-B61D-389664DC1E75', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBA4928A-884B-4C79-82F0-9724D8161C72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'14', N'61184004', N'1', N'0', N'2023-10-24 12:17:10.953', N'2023-10-24 12:17:10.953', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB95927B-68E5-49D3-A4C4-CA99D0998668', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100121', N'1', N'0', N'2023-10-30 22:36:15.407', N'2023-10-30 22:36:15.407', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7886A365-816A-4B35-8851-B5FA1E6606F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'11', N'61172006', N'1', N'0', N'2023-10-11 11:27:22.053', N'2023-10-11 11:27:22.053', N'0', N'0', N'0', N'1015', N'226', N'1010', N'260', N'1018', N'285', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C06E1DA2-AD11-4156-B68C-9966278399E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61002', N'1', N'0', N'2023-10-26 10:52:42.683', N'2023-10-26 10:52:42.683', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2158BCFC-F2D9-40A0-87F4-706A27B1FE67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66039', N'1', N'0', N'2023-10-26 10:52:57.767', N'2023-10-26 10:52:57.767', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76BEBEF3-BCF5-40AC-A03F-51240D4AA59C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100102', N'105', N'0', N'2023-10-26 10:53:13.317', N'2023-10-26 10:53:13.317', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B16ECD0B-094B-4FA2-B5F6-B7798C84C845', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50992', N'1', N'0', N'2023-10-26 10:53:32.493', N'2023-10-26 10:53:32.493', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'132452E6-F2EC-4F33-9D84-99D706F58F00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000885', N'1', N'0', N'2023-10-26 11:02:26.710', N'2023-10-26 11:02:26.710', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10B9FB9B-AFCB-4DCC-8711-56671CA7CB89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000880', N'1', N'0', N'2023-10-26 11:02:33.100', N'2023-10-26 11:02:33.100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4CB4A69-4C04-4BEE-9C96-47E21AEB0F88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010018', N'1', N'0', N'2023-10-27 03:33:08.497', N'2023-10-27 03:33:08.497', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6E5B013-CEB6-4004-8D96-13E0CBEEEE02', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000714', N'1', N'0', N'2023-10-27 03:32:51.560', N'2023-10-27 03:32:51.560', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1DE9FE0-873B-4700-9E21-214E419F9E6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010017', N'1', N'0', N'2023-10-27 03:36:39.387', N'2023-10-27 03:36:39.387', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39354BDD-FB7F-430D-8BDA-B9D0562D80CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101105', N'1', N'0', N'2023-10-27 03:54:03.690', N'2023-10-27 03:54:03.690', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'792A793C-77F5-45CC-8019-092A4735988A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61173004', N'1', N'0', N'2023-10-26 11:02:34.863', N'2023-10-26 11:02:34.863', N'0', N'0', N'0', N'1010', N'256', N'2004', N'19', N'2003', N'19', N'21011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB6B8B37-160D-43C1-A8E2-DA496EA7C71B', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'70003051', N'2', N'0', N'2023-10-27 23:24:36.343', N'2023-10-27 23:24:36.343', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E619AA5-BEBE-4633-975C-6E4D3D9278A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'21', N'61184001', N'1', N'0', N'2023-10-24 12:17:29.960', N'2023-10-24 12:17:29.960', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B9EECF8-AB27-4BD4-B432-B1F9BB0E1025', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'22', N'61184002', N'1', N'0', N'2023-10-24 12:17:23.427', N'2023-10-24 12:17:23.427', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BEEEADE-D9DE-456F-B2E3-3ACD04CEC9C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61184003', N'1', N'0', N'2023-10-24 12:17:17.253', N'2023-10-24 12:17:17.253', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A05C04AD-3252-4FD3-8451-430703BE2303', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61184006', N'1', N'0', N'2023-10-24 12:16:54.520', N'2023-10-24 12:16:54.520', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'044C527A-14DA-4B9B-ABF4-8F458718140F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'46', N'61184005', N'1', N'0', N'2023-10-24 12:17:04.177', N'2023-10-24 12:17:04.177', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E09A420-8A45-4F15-B5A6-427018B72864', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'1', N'0', N'2023-10-27 23:25:07.110', N'2023-10-27 23:25:07.110', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD6797E3-025D-4B7C-9AE3-E854C1F4F80E', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80100101', N'1', N'0', N'2023-10-27 23:26:23.850', N'2023-10-27 23:26:23.850', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'993CC7AD-56F1-4C89-8465-79BD746AA5E3', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80100101', N'98', N'0', N'2023-10-29 00:22:25.143', N'2023-10-29 00:22:25.143', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CC4CD29-F86A-4761-A16D-4CFDA38E22D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61173006', N'1', N'0', N'2023-10-26 11:02:35.563', N'2023-10-26 11:02:35.563', N'0', N'0', N'0', N'1018', N'282', N'1015', N'288', N'1010', N'292', N'21018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3ECA5675-AE08-4F92-A48D-DF5833547F65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61192001', N'1', N'0', N'2023-10-17 06:35:03.533', N'2023-10-17 06:35:03.533', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF5F9EB4-179A-4ED5-A358-569312D93450', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61173001', N'1', N'0', N'2023-10-26 11:02:33.840', N'2023-10-26 11:02:33.840', N'0', N'0', N'0', N'1018', N'282', N'2001', N'107', N'1005', N'298', N'21002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA8FE218-2632-4AD5-9FBD-29FA3ADA9C27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61102104', N'1', N'0', N'2023-10-17 06:33:51.053', N'2023-10-17 06:33:51.053', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12BD2D08-7392-4E9B-B4E6-816F812C393A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61173002', N'1', N'0', N'2023-10-26 11:02:34.207', N'2023-10-26 11:02:34.207', N'0', N'0', N'0', N'1018', N'282', N'2002', N'107', N'1006', N'298', N'21005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C88069F3-77FF-4D7C-BF60-DC2571D7F439', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61173005', N'1', N'0', N'2023-10-26 11:02:35.923', N'2023-10-26 11:02:35.923', N'0', N'0', N'0', N'2002', N'96', N'2003', N'19', N'2004', N'19', N'21015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F037EF99-F0E6-4FD2-A249-B195392CD15D', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-10-31 23:31:43.720', N'2023-10-31 23:31:43.720', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7023A00-2922-45A6-B597-4C5FB81152A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61102101', N'1', N'0', N'2023-10-17 06:33:31.523', N'2023-10-17 06:33:31.523', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3BBA8E3-A138-4A26-8DCB-1E98B987C731', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61173003', N'1', N'0', N'2023-10-26 11:02:34.523', N'2023-10-26 11:02:34.523', N'0', N'0', N'0', N'1015', N'219', N'1006', N'290', N'1005', N'298', N'21008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6547DC8-BDF2-4BA2-AA90-EF6CA7606861', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61192001', N'1', N'0', N'2023-10-17 06:58:12.237', N'2023-10-17 06:58:12.237', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF07EBAE-EF42-438E-96CF-90F2843A9224', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032003', N'1', N'0', N'2023-10-30 22:36:17.763', N'2023-10-30 22:36:17.763', N'9', N'5224', N'0', N'2001', N'46', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'5224', N'1493') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C810F78D-A9AE-4760-B87B-795DE116B89E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'115042001', N'1', N'0', N'2023-11-19 14:39:43.320', N'2023-11-19 14:39:43.320', N'8', N'4169', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'4169', N'1123') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'212DB3F9-4C39-43E4-A17E-128AC313D487', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711082006', N'1', N'0', N'2023-10-30 22:40:08.077', N'2023-10-30 22:40:08.077', N'9', N'8085', N'0', N'1010', N'148', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8085', N'2586') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB2F5FE2-AF0F-41B4-97AB-EE11AAECC337', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41841', N'2', N'0', N'2023-10-30 22:40:09.680', N'2023-10-30 22:40:09.680', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'865C8E08-F1B7-4443-9FAF-08F10652420A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012006', N'1', N'0', N'2023-10-30 22:40:10.697', N'2023-10-30 22:40:10.697', N'9', N'6039', N'0', N'1010', N'166', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'6039', N'2132') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFF5DCAB-3E3C-4102-B8E8-C07A8C948020', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'37004', N'2', N'0', N'2023-10-30 22:52:25.580', N'2023-10-30 22:52:25.580', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D62D007E-E523-4166-93A5-6B0E1E526214', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-10-31 23:31:43.727', N'2023-10-31 23:31:43.727', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'108BD148-15B2-451A-BCEC-8D75A17DEDAC', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'14011001', N'1', N'0', N'2023-10-31 23:31:45.750', N'2023-10-31 23:31:45.750', N'9', N'4838', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4838', N'1859') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CC27FD4-6D0A-4C79-929F-142A0EFC1489', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'81000094', N'5', N'0', N'2023-11-02 04:21:08.103', N'2023-11-02 04:21:08.103', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D8144D5F-F5BB-40F5-8642-BC34FE0F66D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000094', N'5', N'0', N'2023-11-02 04:21:09.783', N'2023-11-02 04:21:09.783', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED165C97-1266-4392-A973-8C14DF8B4C03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000094', N'5', N'0', N'2023-11-02 04:21:11.260', N'2023-11-02 04:21:11.260', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C23D713E-E206-4FE3-9330-69B2671A5C04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000094', N'5', N'0', N'2023-11-02 04:21:12.807', N'2023-11-02 04:21:12.807', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6611FF97-4BE5-4AB5-A013-B3A6E6AF0479', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000275', N'1', N'0', N'2023-11-02 04:21:14.257', N'2023-11-02 04:21:14.257', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19ACE895-3A70-4285-B3C6-204AB1FF3D30', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616034006', N'1', N'0', N'2023-11-02 04:27:03.360', N'2023-11-02 04:27:03.360', N'9', N'3177', N'0', N'2003', N'27', N'2010', N'3', N'0', N'0', N'2030', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3177', N'1104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF1FB553-86DC-4B4E-9263-0B174AAC5D36', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101104', N'1', N'0', N'2023-11-02 04:28:16.527', N'2023-11-02 04:28:16.527', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BB9C21B-5FD8-456E-8A32-F7A0DBA73456', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-10-27 04:29:25.813', N'2023-10-27 04:29:25.813', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D26907F5-1A6C-4CEF-A7FF-6EC94B123D56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101011', N'1', N'0', N'2023-10-27 04:51:09.573', N'2023-10-27 04:51:09.573', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20FCCA08-9765-4941-905F-CA219A67158F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711112006', N'1', N'0', N'2023-10-30 22:40:08.660', N'2023-10-30 22:40:08.660', N'9', N'8085', N'0', N'1010', N'148', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8085', N'2586') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C03A0E47-9EAA-401D-BB41-8E4291269750', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'111026301', N'1', N'0', N'2022-07-03 09:51:59.147', N'2022-07-03 09:51:59.147', N'36', N'10000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2300') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C345F91-EC75-4F45-8F21-BEB3E1CA0196', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'4', N'80100035', N'1', N'0', N'2023-10-27 04:57:30.517', N'2023-10-27 04:57:30.517', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9245DB2B-2876-4AA3-B6B2-6CE8A52FC3C0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'5', N'80100101', N'10', N'0', N'2023-10-27 04:57:43.273', N'2023-10-27 04:57:43.273', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFFCB912-0308-42B5-A038-F06B4BE0662A', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80100035', N'1', N'0', N'2023-10-27 05:03:42.767', N'2023-10-27 05:03:42.767', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6EFCC1B-EC43-4CD6-B7BE-1E5395C0DC16', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80100101', N'10', N'0', N'2023-10-27 05:03:26.070', N'2023-10-27 05:03:26.070', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'508B8257-E36B-4343-B737-F1A0CBC055B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000077', N'1', N'0', N'2023-11-02 04:32:59.650', N'2023-11-02 04:32:59.650', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'835940C8-61FC-4A88-840E-90C976982130', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41842', N'1', N'0', N'2023-11-02 04:42:43.103', N'2023-11-02 04:42:43.103', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73112B2D-2108-4F12-A322-F5B5E3E86EC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000095', N'1', N'0', N'2023-11-02 04:44:15.210', N'2023-11-02 04:44:15.210', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'859D561C-3F6A-4BF3-95D4-252BA1301D13', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A265157F-9A87-432D-8EC6-7F314906555E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61003', N'1', N'0', N'2023-11-04 02:27:25.870', N'2023-11-04 02:27:25.870', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC232DE0-8EC3-4B4C-9005-B47C2E4E0B99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70692', N'1', N'0', N'2023-10-29 06:08:53.333', N'2023-10-29 06:08:53.333', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'584E5329-347B-4622-AD9A-C5AD9170A1D4', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'1', N'40086', N'1', N'0', N'2023-12-08 17:35:55.010', N'2023-12-08 17:35:55.010', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B282756C-0D87-40F5-8258-F70B1A3D7CBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70678', N'1', N'0', N'2023-10-29 06:09:14.007', N'2023-10-29 06:09:14.007', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20B9CB1B-7EF3-401F-823F-3ACA95E5CFE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59004', N'21', N'0', N'2023-11-04 16:18:23.087', N'2023-11-04 16:18:23.087', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D669C29-5EB9-4564-B359-A27A4AE96380', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-11-05 00:28:59.653', N'2023-11-05 00:28:59.653', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68C09AC6-96D0-450E-9187-061BDBB83769', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-11-05 00:28:59.660', N'2023-11-05 00:28:59.660', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4811F35D-724C-4D5D-A6EB-2E8DCC8A64EC', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'14021001', N'1', N'0', N'2023-11-05 00:29:01.040', N'2023-11-05 00:29:01.040', N'9', N'4422', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'4422', N'1944') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFEB8330-D24D-40C5-ADA5-C02DA487C874', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'4', N'0', N'2023-11-05 00:29:41.083', N'2023-11-05 00:29:41.083', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AADB21C5-78F4-4823-98FD-D363288F3C40', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'38001', N'4', N'0', N'2023-11-05 00:29:42.060', N'2023-11-05 00:29:42.060', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'304F2C4A-E97A-4334-ADD4-E4DEDDA27371', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'30025', N'5', N'0', N'2023-11-05 00:30:42.473', N'2023-11-05 00:30:42.473', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5019C321-113B-4B4B-A606-5B1F5CEC4F9D', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'30028', N'5', N'0', N'2023-11-05 00:30:42.490', N'2023-11-05 00:30:42.490', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A4CA89B-D285-46D3-9CCA-C40BED9BEFBB', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-11-05 01:04:03.570', N'2023-11-05 01:04:03.570', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25E745BD-B606-42DF-881A-B3D920364B75', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'30235', N'1', N'-1', N'2023-11-05 00:31:59.317', N'2023-11-05 00:31:59.317', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E611B07F-08F0-4518-8242-3C7292009F1B', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'30236', N'1', N'-1', N'2023-11-05 00:31:59.320', N'2023-11-05 00:31:59.320', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B8854D1-59A9-4B78-845E-070A78DDC148', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000901', N'1', N'0', N'2023-11-05 00:34:47.153', N'2023-11-05 00:34:47.153', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E07FCDE5-0828-482B-8859-F610590E3922', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000880', N'1', N'0', N'2023-11-05 00:34:54.477', N'2023-11-05 00:34:54.477', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E9D711F-E135-423E-9F0F-16AF3A96B798', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'62001', N'1', N'0', N'2023-11-05 00:37:33.517', N'2023-11-05 00:37:33.517', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79C1FD6D-AB44-4B69-8428-7843A16150A5', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'50023', N'1', N'0', N'2023-11-05 00:38:21.837', N'2023-11-05 00:38:21.837', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71B98690-1063-48CE-834E-2FAF6F7A4ED0', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'2', N'11031001', N'1', N'0', N'2023-11-05 00:38:39.597', N'2023-11-05 00:38:39.597', N'9', N'6993', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6993', N'2966') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EE04346-9E2A-423F-9A98-E4CAE28CBAEF', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'3', N'12031002', N'1', N'0', N'2023-11-05 00:38:40.807', N'2023-11-05 00:38:40.807', N'9', N'4848', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'4848', N'1866') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CEB72977-912C-4A86-B3E1-8A6480C32BEC', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'14041001', N'1', N'0', N'2023-11-05 01:04:04.977', N'2023-11-05 01:04:04.977', N'9', N'5641', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'5641', N'1555') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E969028-5231-4C58-90B2-CA7E5E2CAE21', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'38001', N'5', N'0', N'2023-11-05 01:04:08.617', N'2023-11-05 01:04:08.617', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3E92A7C-4EE3-46D9-80E4-A998BC07E3C8', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'37001', N'5', N'0', N'2023-11-05 01:04:09.237', N'2023-11-05 01:04:09.237', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'516DFF4E-5D57-451B-80B9-CA296750E2CC', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80100121', N'99', N'0', N'2023-10-29 00:22:11.160', N'2023-10-29 00:22:11.160', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80276CF9-4B5A-468C-B006-04FD68D11510', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'80100035', N'1', N'0', N'2023-10-29 00:21:54.750', N'2023-10-29 00:21:54.750', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCA5447F-17A5-4CB3-939C-9A567A84C864', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101105', N'1', N'0', N'2023-10-29 00:25:49.227', N'2023-10-29 00:25:49.227', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0443F444-0CA9-4572-BFE2-CFAC6ABAAFC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'70685', N'1', N'0', N'2023-11-05 01:00:55.170', N'2023-11-05 01:00:55.170', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8EBC1A5-891C-4890-8C3B-A84733920C20', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-11-05 01:04:03.567', N'2023-11-05 01:04:03.567', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E81AF4D0-95E6-4909-A87D-EF32CDEE3DC1', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'30235', N'1', N'-1', N'2023-11-05 01:06:26.807', N'2023-11-05 01:06:26.807', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FCFA85A-8C92-49E6-AA81-8D691DDE4F15', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'30236', N'1', N'-1', N'2023-11-05 01:06:26.813', N'2023-11-05 01:06:26.813', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC9FFD07-5750-4073-937F-9F10F68E141A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082003', N'1', N'0', N'2023-11-05 06:34:13.773', N'2023-11-05 06:34:13.773', N'9', N'8822', N'0', N'2001', N'168', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'8822', N'2119') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'755E85A8-71FB-40EE-B800-F39189A59361', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062003', N'1', N'0', N'2023-11-05 06:35:14.450', N'2023-11-05 06:35:14.450', N'9', N'7187', N'0', N'2001', N'174', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7187', N'2641') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8123CFCB-818E-483A-A81D-8B8C702AE947', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11024002', N'1', N'0', N'2023-11-05 06:35:35.663', N'2023-11-05 06:35:35.663', N'23', N'7125', N'0', N'2002', N'171', N'2001', N'159', N'0', N'0', N'2015', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'2', N'2', N'7125', N'2106') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4602166B-524E-4082-A921-E067257A2852', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100101', N'22', N'0', N'2023-11-05 06:37:19.287', N'2023-11-05 06:37:19.287', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F498AFCC-5BBD-4229-BF4D-4221873FB99F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16001', N'4', N'0', N'2023-11-05 09:47:01.313', N'2023-11-05 09:47:01.313', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'930B8297-70F9-47B9-ADB0-EF7ACD3A98F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'1', N'0', N'2023-11-17 08:45:04.643', N'2023-11-17 08:45:04.643', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3195116A-D06A-40E1-91C1-C91ABE2A8302', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005070', N'1', N'0', N'2023-11-05 10:18:04.763', N'2023-11-05 10:18:04.763', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26B763B3-797D-4ACB-903B-4A32FED28AC0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61184007', N'1', N'0', N'2023-10-24 12:16:45.177', N'2023-10-24 12:16:45.177', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'732894CB-DE0F-4E31-87D5-940ACD493D6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'8', N'90011', N'1', N'0', N'2023-11-18 11:01:44.113', N'2023-11-18 11:01:44.113', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AFA9D4A-0265-41A6-BD0F-CD750D72FA7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'38108', N'1', N'0', N'2023-11-05 10:18:30.270', N'2023-11-05 10:18:30.270', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7646E4B2-D279-459C-9CD0-54601E8E9C87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59004', N'4', N'0', N'2023-11-08 02:23:53.373', N'2023-11-08 02:23:53.373', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C149AD2-94BE-4864-8C7A-AEA0E1CBF3E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'111025004', N'1', N'0', N'2023-11-05 06:52:52.003', N'2023-11-05 06:52:52.003', N'7', N'6488', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'6488', N'2387') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E31DB3E-9453-4EDA-8A56-F17C65F88B80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711112007', N'1', N'0', N'2023-11-08 02:46:42.230', N'2023-11-08 02:46:42.230', N'9', N'9170', N'0', N'1010', N'188', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'9170', N'2590') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50FCC713-1B99-4E9C-8E9F-74E09C526789', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711135007', N'1', N'0', N'2023-11-08 02:46:43.023', N'2023-11-08 02:46:43.023', N'9', N'6265', N'0', N'1003', N'548', N'3006', N'32', N'0', N'0', N'3025', N'3', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6265', N'2709') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9484AA65-5797-4ED3-A9FE-1115BE9DCA50', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711041007', N'1', N'0', N'2023-11-08 02:46:48.127', N'2023-11-08 02:46:48.127', N'9', N'9289', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'9289', N'2362') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A65FB290-E668-4BA6-8D7E-DF19A995AE04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41842', N'1', N'0', N'2023-11-08 02:46:49.960', N'2023-11-08 02:46:49.960', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FA72024-424B-41A8-A30A-E2D73441921C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711022007', N'1', N'0', N'2023-11-08 02:46:51.183', N'2023-11-08 02:46:51.183', N'9', N'6108', N'0', N'1010', N'181', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'6108', N'2405') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67958A8D-771D-43E1-AC1C-176E810BE9BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-11-12 20:27:49.847', N'2023-11-12 20:27:49.847', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E16F451-D821-4BD9-A559-94B5D0B89996', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022013', N'1', N'0', N'2023-11-13 13:20:57.177', N'2023-11-13 13:20:57.177', N'9', N'4833', N'0', N'2035', N'7', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'4', N'3', N'4833', N'2134') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17BFC979-C3C3-485C-A611-B827048A48F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-27', N'-1', N'70680', N'1', N'1', N'2023-11-12 20:38:58.777', N'2023-11-12 20:38:58.777', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1699850398', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C4A912B-B679-447C-8A35-71A5949AAFCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101101', N'1', N'0', N'2023-11-12 20:59:26.590', N'2023-11-12 20:59:26.590', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AC8489E-53FE-41F8-AAC1-CBEC0FAB62BB', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'7', N'66038', N'3', N'0', N'2023-11-13 14:06:10.500', N'2023-11-13 14:06:10.500', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC70B462-B0D7-4983-AABD-22C1FCCFBFCD', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012001', N'1', N'0', N'2023-11-04 08:17:15.340', N'2023-11-04 08:17:15.340', N'23', N'4446', N'0', N'2002', N'15', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4446', N'2046') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'642BBF76-BD41-47C7-894C-E3A46AE9BFEF', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000890', N'1', N'0', N'2023-11-13 14:07:30.560', N'2023-11-13 14:07:30.560', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24E6A0DF-2695-45E5-B6FF-8550BD53CDA2', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000891', N'1', N'0', N'2023-11-13 14:07:31.840', N'2023-11-13 14:07:31.840', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9DB0E63-0708-4461-94D7-ABF2552C9153', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'1', N'62067002', N'1', N'0', N'2023-11-04 07:51:18.220', N'2023-11-04 07:51:18.220', N'36', N'0', N'0', N'1006', N'282', N'2002', N'135', N'1018', N'299', N'22005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E85A152-FA30-495E-872D-A3B717551B78', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'2', N'62067003', N'1', N'0', N'2023-11-04 07:51:25.753', N'2023-11-04 07:51:25.753', N'36', N'0', N'0', N'1006', N'287', N'1005', N'298', N'1015', N'271', N'22009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A422F8B9-8446-4109-A52F-DD0D253D5C3E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'3', N'62067005', N'1', N'0', N'2023-11-04 07:51:19.267', N'2023-11-04 07:51:19.267', N'36', N'0', N'0', N'2001', N'133', N'2002', N'140', N'2004', N'17', N'22013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E723B40-1479-40FB-B511-0314755B97FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'52992', N'1', N'0', N'2023-10-29 05:58:01.850', N'2023-10-29 05:58:01.850', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D7CEA8E-88BC-47A2-9B2D-85DA2FC34727', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41842', N'1', N'0', N'2023-10-29 06:02:16.113', N'2023-10-29 06:02:16.113', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93E4C8E6-215D-41A2-B068-F8CD9FF6C9F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'52992', N'1', N'0', N'2023-10-29 06:02:38.377', N'2023-10-29 06:02:38.377', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E370F311-01F5-4640-9249-73F6FFF55578', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010014', N'1', N'0', N'2023-10-29 05:55:20.420', N'2023-10-29 05:55:20.420', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0513ED66-410C-4F40-9C13-6CC92BDD35C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'170164', N'2', N'0', N'2023-10-29 06:08:53.330', N'2023-10-29 06:08:53.330', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3CBC555-9FCB-4F51-A65B-4289B26C7E8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'5', N'711026007', N'1', N'0', N'2023-11-08 03:01:41.193', N'2023-11-08 03:01:41.193', N'9', N'7979', N'0', N'1015', N'1657', N'3007', N'48', N'0', N'0', N'2283', N'2', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'1', N'0', N'2', N'3', N'3', N'3', N'7979', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C3032E6-9ABF-483B-93A5-0B1D3F40E115', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'4', N'62065006', N'1', N'0', N'2023-11-04 07:51:22.767', N'2023-11-04 07:51:22.767', N'36', N'0', N'0', N'1018', N'285', N'1010', N'272', N'1015', N'344', N'22018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30B14133-1EFB-477B-A29D-3F56CCF4F39C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'5', N'62067004', N'1', N'0', N'2023-11-04 07:51:13.193', N'2023-11-04 07:51:13.193', N'36', N'0', N'0', N'2004', N'18', N'1010', N'268', N'2003', N'17', N'22010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB77CFC8-A27C-4784-A10E-5E26AD2C243F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61173007', N'1', N'0', N'2023-10-26 11:02:33.460', N'2023-10-26 11:02:33.460', N'0', N'0', N'0', N'5018', N'212', N'5020', N'258', N'5021', N'284', N'21052', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6F89927-E888-4D9D-B611-C304F57860C6', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'6', N'62065007', N'1', N'0', N'2023-11-04 07:51:14.923', N'2023-11-04 07:51:14.923', N'36', N'0', N'0', N'2031', N'10', N'2036', N'10', N'5023', N'293', N'22027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB2BE9A6-0BD7-4618-913E-F2CD0923F21F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80000880', N'1', N'0', N'2023-11-13 14:07:40.597', N'2023-11-13 14:07:40.597', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5687DD17-1EA5-4F5B-A7CC-5CD16123A68F', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-11-13 17:33:07.200', N'2023-11-13 17:33:07.200', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33E94392-EE22-4BD8-9E6E-15347C2D3FC3', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62096007', N'1', N'0', N'2023-11-13 14:07:44.977', N'2023-11-13 14:07:44.977', N'0', N'0', N'0', N'2010', N'10', N'5024', N'293', N'2012', N'9', N'22021', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CA14FF9-803B-4926-8A57-96A5CCA109D0', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62096001', N'1', N'0', N'2023-11-13 14:07:45.290', N'2023-11-13 14:07:45.290', N'0', N'0', N'0', N'2001', N'121', N'1018', N'298', N'1005', N'277', N'22002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF86A589-FFC5-4AA0-B36C-285F44850285', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62096002', N'1', N'0', N'2023-11-13 14:07:45.497', N'2023-11-13 14:07:45.497', N'0', N'0', N'0', N'2002', N'121', N'1018', N'298', N'1006', N'277', N'22005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37375495-02DF-4CAF-BDAE-2CF1CDDE0E60', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62096003', N'1', N'0', N'2023-11-13 14:07:45.903', N'2023-11-13 14:07:45.903', N'0', N'0', N'0', N'1006', N'290', N'1015', N'340', N'1005', N'277', N'22008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26638A25-5838-4C3F-BDE2-EF5B57E89626', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62096004', N'1', N'0', N'2023-11-13 14:07:46.120', N'2023-11-13 14:07:46.120', N'0', N'0', N'0', N'2004', N'18', N'1010', N'296', N'2003', N'16', N'22011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A45C5065-60ED-4898-BD46-D21BC813AC06', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62096006', N'1', N'0', N'2023-11-13 14:07:47.163', N'2023-11-13 14:07:47.163', N'0', N'0', N'0', N'1015', N'286', N'1018', N'298', N'1010', N'259', N'22018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B44B862F-8DF3-4338-8681-44650A24C954', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'4', N'80005060', N'1', N'0', N'2023-12-08 20:41:41.097', N'2023-12-08 20:41:41.097', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'967CC7F0-3839-42DF-AC11-1809A179C987', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000880', N'1', N'0', N'2023-11-13 14:07:47.947', N'2023-11-13 14:07:47.947', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'035D4808-21C2-4788-AC26-3F5472A7A7EE', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'0', N'62066001', N'1', N'0', N'2023-11-04 07:51:26.910', N'2023-11-04 07:51:26.910', N'36', N'0', N'0', N'2001', N'101', N'1018', N'292', N'1005', N'303', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53D338DC-FADB-4DF6-856D-A53960B0205C', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-11-13 17:33:07.207', N'2023-11-13 17:33:07.207', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B0D06DD-291F-461E-9E5B-F32D3E6A47A0', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'5', N'0', N'2023-11-13 17:33:09.003', N'2023-11-13 17:33:09.003', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'306D18CC-39B2-4630-BA6C-581B38C073CB', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'38001', N'5', N'0', N'2023-11-13 17:33:09.617', N'2023-11-13 17:33:09.617', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'294A4DD7-A57E-4646-9122-38BB5A4761CD', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'30235', N'1', N'-1', N'2023-11-13 17:35:15.703', N'2023-11-13 17:35:15.703', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06AF9A76-14AB-48FC-9C26-508D5B0FC60A', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'30236', N'1', N'-1', N'2023-11-13 17:35:15.707', N'2023-11-13 17:35:15.707', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BBD30A43-A506-4FD7-AFBC-52796F64594D', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'30235', N'1', N'-1', N'2023-11-13 20:38:02.197', N'2023-11-13 20:38:02.197', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C45FB357-1532-4E55-BA7E-CBB0C4F0559B', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'30236', N'1', N'-1', N'2023-11-13 20:38:02.207', N'2023-11-13 20:38:02.207', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1EEF1E0B-12D3-4447-A942-2F69DF7BDFDF', N'FFDFB95D-05C2-4A97-B483-290362083509', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'30235', N'1', N'-1', N'2023-11-14 12:35:40.983', N'2023-11-14 12:35:40.983', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B46F1F84-86A9-479E-BDAE-13A776449466', N'FFDFB95D-05C2-4A97-B483-290362083509', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'30236', N'1', N'-1', N'2023-11-14 12:35:40.997', N'2023-11-14 12:35:40.997', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD537EE6-67BB-4C09-ACBE-91D7D9AFA345', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'0', N'90011', N'1', N'0', N'2023-11-14 13:36:27.230', N'2023-11-14 13:36:27.230', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F06E0FD9-21D1-4521-B366-80B89647C351', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80100101', N'3', N'0', N'2023-11-14 13:37:28.880', N'2023-11-14 13:37:28.880', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3FA3128-2162-4D02-8286-68F27B02A6B4', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'5', N'0', N'2023-11-14 13:37:32.500', N'2023-11-14 13:37:32.500', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FBCC687-8F20-446B-AA0A-3BD3FA77B2DE', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'70003051', N'1', N'0', N'2023-11-14 13:38:01.473', N'2023-11-14 13:38:01.473', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5523790-14D9-4038-8669-389DFC3766FD', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'66038', N'1', N'0', N'2023-11-14 13:39:33.930', N'2023-11-14 13:39:33.930', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A219F79-2F30-4B51-9EAE-CB27B683828B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70000055', N'1', N'0', N'2023-10-31 04:19:41.493', N'2023-10-31 04:19:41.493', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'9A7428C8-42A9-492F-B813-EF28957EB1CC', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0009B5B-2AA5-4456-8BE8-9063C50536D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101004', N'1', N'0', N'2023-10-31 04:20:47.080', N'2023-10-31 04:20:47.080', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'407BB3A8-5F5A-448B-A201-41D1C2B7CDD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80101114', N'1', N'0', N'2023-10-31 04:21:01.357', N'2023-10-31 04:21:01.357', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9BD7012D-2B82-4878-A1B2-04E9B6F774E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80101002', N'1', N'0', N'2023-10-31 04:27:12.987', N'2023-10-31 04:27:12.987', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E6F2840-85F1-4860-80ED-BEC436487FA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80101004', N'1', N'0', N'2023-10-31 04:27:17.623', N'2023-10-31 04:27:17.623', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05D42E27-7482-4FCE-B43D-6DA878900C2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80101001', N'1', N'0', N'2023-10-31 04:27:20.727', N'2023-10-31 04:27:20.727', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2B9E8F1-7884-40CE-89C9-0D4626828E35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80101105', N'1', N'0', N'2023-10-31 04:27:23.813', N'2023-10-31 04:27:23.813', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BB3F5D9-DA21-4D70-8AE1-63F1A72951E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80101103', N'1', N'0', N'2023-10-31 04:27:28.510', N'2023-10-31 04:27:28.510', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEE53A25-1B74-4844-99DE-EDBAB8F8E5D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41798', N'255', N'0', N'2023-10-22 09:36:52.227', N'2023-10-22 09:36:52.227', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F55707BA-9704-4900-8B75-1E0962A5D16C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'6', N'81000095', N'5', N'0', N'2023-11-29 09:22:00.207', N'2023-11-29 09:22:00.207', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'65393BD8-50C7-40A7-9236-BD402E13FFAC', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F430F878-BAEF-42E1-9106-C12C0D56E5CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41798', N'145', N'0', N'2023-10-22 09:37:29.900', N'2023-10-22 09:37:29.900', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4ADFB13A-E1C9-41AD-A0D3-4314149DD0D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'2', N'611016205', N'1', N'0', N'2023-10-22 09:37:29.913', N'2023-10-22 09:37:29.913', N'36', N'20000', N'20', N'1010', N'10000', N'2023', N'100', N'1009', N'10000', N'0', N'2', N'2', N'3', N'1037', N'10000', N'2023', N'100', N'1601', N'10000', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'5', N'5', N'5', N'0', N'5', N'3', N'0', N'0', N'20000', N'2500') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D809640-D821-4FDF-A796-61BED205AE7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-11-04 07:08:19.860', N'2023-11-04 07:08:19.860', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0259A886-E6BF-4948-A840-0A37B09FE942', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101105', N'1', N'0', N'2023-11-04 07:08:22.880', N'2023-11-04 07:08:22.880', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7D8E51E-C653-4AAB-B5EB-1ECEEC1D0E39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-11-04 07:08:25.973', N'2023-11-04 07:08:25.973', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE68B4E5-DC21-43DE-AD62-A4313C935D66', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000933', N'1', N'0', N'2023-11-04 07:10:40.073', N'2023-11-04 07:10:40.073', N'36', N'1000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'1000', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'204800ED-4FDC-4150-A07B-EB5F4BC92C62', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'0', N'70684', N'1', N'0', N'2023-11-04 07:10:40.077', N'2023-11-04 07:10:40.077', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B744190B-DCC6-488C-B9B9-33EE147047F7', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80000944', N'1', N'0', N'2023-11-04 07:11:58.350', N'2023-11-04 07:11:58.350', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83BCF3B7-741D-42C7-8ABA-B45EE41D8FCE', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80000946', N'1', N'0', N'2023-11-04 07:12:01.983', N'2023-11-04 07:12:01.983', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09F3E84E-302B-49FD-849F-83432EA99275', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'30235', N'1', N'-1', N'2023-11-04 07:12:42.663', N'2023-11-04 07:12:42.663', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E349853A-EE68-4264-87FF-1FF1CD93AD9C', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'30236', N'1', N'-1', N'2023-11-04 07:12:42.667', N'2023-11-04 07:12:42.667', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9EF85B32-EA76-4FB6-920E-8842960954AF', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37001', N'5', N'0', N'2023-11-04 07:39:06.090', N'2023-11-04 07:39:06.090', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9E4AD5A-4D31-4942-8146-C7AB26FD87C9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'38001', N'5', N'0', N'2023-11-04 07:39:06.093', N'2023-11-04 07:39:06.093', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC5ADCF7-579E-4C5A-A1B4-77572DBB244E', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012001', N'1', N'0', N'2023-11-14 13:48:53.593', N'2023-11-14 13:48:53.593', N'9', N'4304', N'0', N'2001', N'14', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4304', N'1880') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21FC43BB-536A-4B2E-B411-2DAC755C7CF9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'38001', N'7', N'0', N'2023-11-04 07:39:08.717', N'2023-11-04 07:39:08.717', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B4ABFD2-5DFD-44BC-BDD8-40812B896EAD', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'37001', N'5', N'0', N'2023-11-04 07:39:09.527', N'2023-11-04 07:39:09.527', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85AE5221-3E9A-459C-8042-61433F0E419F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'30235', N'1', N'-1', N'2023-11-04 07:40:37.770', N'2023-11-04 07:40:37.770', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD250A8C-B5CB-4D2D-BE4C-159DE2B7044C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'30236', N'1', N'-1', N'2023-11-04 07:40:37.770', N'2023-11-04 07:40:37.770', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'134DF1EB-3AEC-48E0-AC73-F1287261EF50', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'19', N'0', N'2023-11-04 07:41:40.927', N'2023-11-04 07:41:40.927', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5166079C-6D8D-409D-BCE2-49C27376C629', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041002', N'1', N'0', N'2023-11-04 07:42:30.897', N'2023-11-04 07:42:30.897', N'9', N'5868', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'5868', N'1635') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26FD87E5-FC19-4B92-8E45-44F1C747947F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'63001', N'3', N'0', N'2023-11-04 07:43:11.713', N'2023-11-04 07:43:11.713', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'904A4E3C-8671-4360-9145-73068C6D22C1', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'16001', N'1', N'0', N'2023-11-14 13:50:25.830', N'2023-11-14 13:50:25.830', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C0F3012-55FA-448A-8730-61D9184632C1', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40015', N'1', N'-1', N'2023-11-14 13:42:00.917', N'2023-11-14 13:42:00.917', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4578E9FF-2B24-400B-936A-B32AE39B578F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000600', N'1', N'0', N'2023-11-04 07:51:16.640', N'2023-11-04 07:51:16.640', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F89016FE-33BA-4682-B6A7-AA935304306A', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'1', N'0', N'2023-11-14 13:50:42.123', N'2023-11-14 13:50:42.123', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B84FF0B4-846A-4A04-BAD4-61DDADCBB222', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50306', N'1', N'0', N'2023-11-21 05:34:47.540', N'2023-11-21 05:34:47.540', N'39', N'0', N'0', N'1003', N'152', N'0', N'0', N'0', N'0', N'7002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64176994-1538-4DD4-BE16-F3D4D4241047', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41845', N'1', N'0', N'2023-11-26 11:43:59.843', N'2023-11-26 11:43:59.843', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4646C48C-C4D3-481B-8DFA-F3A28A53CB3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'713041003', N'1', N'0', N'2023-11-26 11:44:00.640', N'2023-11-26 11:44:00.640', N'9', N'3117', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3117', N'792') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AED9F82C-215A-4653-BB99-CB704EE615FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003054', N'2', N'0', N'2023-11-26 11:49:50.863', N'2023-11-26 11:49:50.863', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58374F32-2D40-463A-A5DC-CB8787919FD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100104', N'1', N'0', N'2023-11-26 11:52:20.530', N'2023-11-26 11:52:20.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C059614-B01A-4557-A9FF-4446F540C949', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'713036002', N'1', N'0', N'2023-11-26 11:59:01.093', N'2023-11-26 11:59:01.093', N'23', N'3643', N'0', N'2004', N'31', N'1015', N'1043', N'0', N'0', N'1118', N'2', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'2', N'2', N'3643', N'1364') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46746693-2E20-4B19-9000-C37A3530F237', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'1', N'611016205', N'1', N'0', N'2023-10-22 09:36:52.233', N'2023-10-22 09:36:52.233', N'36', N'20000', N'20', N'1015', N'2185', N'1010', N'302', N'0', N'0', N'0', N'2', N'2', N'3', N'1037', N'10000', N'2023', N'100', N'1601', N'10000', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'5', N'5', N'5', N'0', N'5', N'3', N'0', N'0', N'20000', N'2500') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27C09344-E6D4-4F5E-A38C-B5D9A541D7D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000494', N'1', N'0', N'2023-12-02 10:10:06.667', N'2023-12-02 10:10:06.667', N'36', N'1000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'1000', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A479FE22-8670-45C3-8F7F-B7405B53D774', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711112003', N'1', N'0', N'2023-11-26 11:59:34.257', N'2023-11-26 11:59:34.257', N'9', N'8847', N'0', N'1010', N'315', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'29', N'21', N'8847', N'2282') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'197AB483-0C0A-4EF8-B6BA-24D8738C7F87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711032003', N'1', N'0', N'2023-11-26 11:59:34.657', N'2023-11-26 11:59:34.657', N'9', N'8847', N'0', N'1010', N'315', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'29', N'21', N'8847', N'2282') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34E3AF2A-D8F3-410D-8720-FA71AD1CE836', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012003', N'1', N'0', N'2023-11-26 11:59:35.067', N'2023-11-26 11:59:35.067', N'9', N'7945', N'0', N'1010', N'333', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'6', N'7', N'7945', N'2525') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DE10BAF-D510-42AB-9C83-87B8F2DF9AB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711114003', N'1', N'0', N'2023-11-26 11:59:35.480', N'2023-11-26 11:59:35.480', N'9', N'8947', N'0', N'1003', N'824', N'2001', N'596', N'0', N'0', N'1124', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'32', N'34', N'8947', N'2082') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2CB6FE6B-D28D-4B91-B2DC-E0E3A2D8F299', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012003', N'1', N'0', N'2023-11-26 11:59:35.880', N'2023-11-26 11:59:35.880', N'9', N'7945', N'0', N'1010', N'333', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'6', N'7', N'7945', N'2525') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26C8C961-47EF-4765-B81E-6A86387BD657', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711072003', N'1', N'0', N'2023-11-26 11:59:36.490', N'2023-11-26 11:59:36.490', N'9', N'7804', N'0', N'1010', N'236', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'15', N'15', N'7804', N'2624') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D11FFEFA-F9E1-4662-830A-312CC923A7E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'712046304', N'1', N'0', N'2023-12-02 10:10:06.670', N'2023-12-02 10:10:06.670', N'36', N'10000', N'5', N'1001', N'5000', N'1008', N'8000', N'1011', N'800', N'0', N'2', N'2', N'3', N'1019', N'100', N'1219', N'100', N'1038', N'10000', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'5', N'5', N'5', N'0', N'1', N'3', N'0', N'0', N'10000', N'2300') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FACB9874-32A1-4C63-B1A2-2907168930CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'26', N'61174004', N'1', N'0', N'2023-11-16 13:59:34.027', N'2023-11-16 13:59:34.027', N'0', N'0', N'0', N'2004', N'19', N'1010', N'299', N'2003', N'18', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E912B1BD-4B2B-4FA0-9A94-9D55775A946D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'27', N'61174003', N'1', N'0', N'2023-11-16 13:59:33.117', N'2023-11-16 13:59:33.117', N'0', N'0', N'0', N'1006', N'301', N'1015', N'348', N'1005', N'288', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6029BD98-2C83-4680-924F-11F98D45D66F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'28', N'61174002', N'1', N'0', N'2023-11-16 13:59:32.463', N'2023-11-16 13:59:32.463', N'0', N'0', N'0', N'2002', N'139', N'1018', N'299', N'1006', N'288', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A7F4807-0F99-4721-BEE0-D6341B619C70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'29', N'61174001', N'1', N'0', N'2023-11-16 13:59:31.817', N'2023-11-16 13:59:31.817', N'0', N'0', N'0', N'2001', N'139', N'1018', N'299', N'1005', N'288', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7AD946BB-2CCD-451C-9F1C-57B5E6DD420C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'30', N'61174006', N'1', N'0', N'2023-10-13 12:39:45.230', N'2023-10-13 12:39:45.230', N'0', N'0', N'0', N'1015', N'340', N'1010', N'266', N'1018', N'281', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'493B6141-5B7E-4B44-8E58-49C187232FAD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'11', N'0', N'2023-11-29 10:06:37.940', N'2023-11-29 10:06:37.940', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22392265-E61C-448F-BF9B-38C784E1CD9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40182', N'4', N'0', N'2023-11-29 10:11:40.003', N'2023-11-29 10:11:40.003', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FC1CB5B-4097-4FD1-9051-A18157919956', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40063', N'2', N'0', N'2023-11-29 10:11:41.027', N'2023-11-29 10:11:41.027', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87665ABF-5BF8-470A-9E22-C27783E6574B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021007', N'1', N'0', N'2023-11-29 10:11:41.633', N'2023-11-29 10:11:41.633', N'9', N'4269', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4269', N'1883') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50DE5829-50BD-41B1-9B75-379C53AA1F5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40003', N'9', N'0', N'2023-11-29 10:11:43.267', N'2023-11-29 10:11:43.267', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7768CEB-B185-49E4-BEB7-16C7CDD8484A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40004', N'1', N'0', N'2023-11-29 10:12:13.303', N'2023-11-29 10:12:13.303', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E161961-77AC-4A51-9073-2FE7580BE018', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'60056', N'1', N'0', N'2023-11-29 10:12:33.523', N'2023-11-29 10:12:33.523', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC0F4833-2AF6-43D1-870C-3E851A968DA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40065', N'2', N'0', N'2023-11-29 10:12:35.977', N'2023-11-29 10:12:35.977', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36BF1679-CA3C-4648-A89F-3872C9232852', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032005', N'1', N'0', N'2023-11-29 10:12:38.233', N'2023-11-29 10:12:38.233', N'9', N'3715', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3715', N'642') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D911EB4B-4145-4B6A-83F4-1681A3898802', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051006', N'1', N'0', N'2023-11-29 10:13:39.697', N'2023-11-29 10:13:39.697', N'9', N'7090', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7090', N'2267') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1493679-309B-434A-8B35-5170C2DE8526', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042005', N'1', N'0', N'2023-11-29 10:14:10.510', N'2023-11-29 10:14:10.510', N'9', N'3318', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3318', N'1188') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'765B8407-33B9-452E-B340-177513C7A9BB', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-11-29 10:19:42.233', N'2023-11-29 10:19:42.233', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F29C1B96-32D2-497D-A16C-3BCC75F66A98', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-11-29 10:19:42.237', N'2023-11-29 10:19:42.237', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62C8F5B2-88D8-4453-84F9-BB7499BBCC94', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'5', N'0', N'2023-11-29 10:19:43.037', N'2023-11-29 10:19:43.037', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C796EFF-779D-4FD8-9EC6-2658A23DAD58', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'38001', N'5', N'0', N'2023-11-29 10:19:43.860', N'2023-11-29 10:19:43.860', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58789BF2-99D4-4BEB-BDFC-1818ECC2B9A7', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'30236', N'1', N'-1', N'2023-11-29 10:21:58.137', N'2023-11-29 10:21:58.137', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B82FD0B-C9DE-4BE1-8E01-2256002E35E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'82000045', N'1', N'0', N'2023-11-30 17:59:36.930', N'2023-11-30 17:59:36.930', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBE4FBC0-5E0D-46BD-961D-419CFA60DC61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'1', N'0', N'2023-11-30 17:59:42.447', N'2023-11-30 17:59:42.447', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B601FAB-000C-4010-A867-3ABBF6A3D71E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'82000045', N'1', N'0', N'2023-11-30 18:25:45.837', N'2023-11-30 18:25:45.837', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CDD9E14B-77F0-46C0-8B77-17DFDC493429', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'3', N'0', N'2023-11-30 18:25:47.247', N'2023-11-30 18:25:47.247', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C580E25-24AE-4B1D-B867-E21C36C11B4C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'2', N'0', N'2023-11-30 18:25:49.607', N'2023-11-30 18:25:49.607', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A4A2EA2-5157-4AEA-8338-3695579CFCA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'1', N'0', N'2023-11-30 18:25:50.847', N'2023-11-30 18:25:50.847', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C1A17D6-86D4-4B28-A4EA-B803820A17F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'6', N'82000045', N'1', N'0', N'2023-11-30 18:52:10.490', N'2023-11-30 18:52:10.490', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5425A01F-1FBB-4A5B-BBC7-DDA500291760', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'1', N'0', N'2023-11-30 18:52:11.743', N'2023-11-30 18:52:11.743', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'791A7CA0-A7B7-4CB0-B2CB-59984F2124F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'1', N'0', N'2023-11-30 18:52:14.183', N'2023-11-30 18:52:14.183', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8276F53-DCED-4932-82C9-A1CAD65D15BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'3', N'0', N'2023-11-30 18:55:05.000', N'2023-11-30 18:55:05.000', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2454C23D-3BD8-497F-AE3A-1C93840F165D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'2', N'0', N'2023-11-30 18:55:06.430', N'2023-11-30 18:55:06.430', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'294E72EB-437E-4DEB-B3C8-E452FE48F405', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'82000045', N'1', N'0', N'2023-11-30 18:55:07.670', N'2023-11-30 18:55:07.670', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'390A6774-2F1D-438A-8F01-45DFB38BCF4B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100125', N'1', N'0', N'2023-11-30 19:16:53.370', N'2023-11-30 19:16:53.370', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D2DFC55-2979-4774-9819-CDBB75410A13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102006', N'1', N'0', N'2023-11-30 19:17:03.023', N'2023-11-30 19:17:03.023', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D78249FA-52B8-4515-8E7C-84993BD974ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101113', N'1', N'0', N'2023-11-30 19:17:18.080', N'2023-11-30 19:17:18.080', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D8E472AD-7627-438B-ADF8-502EC5702415', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100125', N'1', N'0', N'2023-11-30 19:18:54.170', N'2023-11-30 19:18:54.170', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67705CF6-DC8F-4312-974B-C502BFA7CC4C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101103', N'1', N'0', N'2023-11-30 19:19:19.330', N'2023-11-30 19:19:19.330', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'388F7543-A424-4FE3-AF4C-686CF86C97CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101015', N'1', N'0', N'2023-11-30 19:19:26.707', N'2023-11-30 19:19:26.707', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53A4D2B4-2D7D-47FC-9C77-0FA6C4D9056E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003055', N'3', N'0', N'2023-11-30 19:19:30.753', N'2023-11-30 19:19:30.753', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60BD1AA3-0291-4A32-AA2B-C6B3BDCBF03C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-11-30 19:19:45.600', N'2023-11-30 19:19:45.600', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0A7EF43-694C-45E5-8BE1-98EA72F99CB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101104', N'1', N'0', N'2023-11-30 19:19:48.767', N'2023-11-30 19:19:48.767', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82C9B4F6-D85E-4CAB-B61A-187613CD4DDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41901', N'1', N'0', N'2023-12-09 10:23:43.767', N'2023-12-09 10:23:43.767', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80443276-4F8D-4C55-80A5-C6277EFAF991', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'33', N'61200002', N'1', N'0', N'2023-11-29 09:57:49.873', N'2023-11-29 09:57:49.873', N'36', N'0', N'0', N'1018', N'285', N'2002', N'97', N'1006', N'288', N'21005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D618AA4-F492-4D99-B9E0-22D32A808F15', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'34', N'61200005', N'1', N'0', N'2023-11-29 09:57:45.463', N'2023-11-29 09:57:45.463', N'36', N'0', N'0', N'2003', N'17', N'2004', N'18', N'2001', N'117', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9BC6AD01-3081-4682-91F6-69D5CBAB4AEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'35', N'61200004', N'1', N'0', N'2023-11-29 09:57:47.063', N'2023-11-29 09:57:47.063', N'36', N'0', N'0', N'1010', N'289', N'2003', N'20', N'2004', N'18', N'21010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9B84556-2855-4D11-A565-11B7B8C0CBB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'36', N'61200003', N'1', N'0', N'2023-11-29 09:57:48.393', N'2023-11-29 09:57:48.393', N'36', N'0', N'0', N'1005', N'288', N'1015', N'225', N'1006', N'272', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBEE8B33-0138-4757-9D95-007AD678F705', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'37', N'61188006', N'1', N'0', N'2023-11-29 09:57:52.133', N'2023-11-29 09:57:52.133', N'36', N'0', N'0', N'1015', N'332', N'1018', N'291', N'1010', N'251', N'21018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBF18991-541A-4151-AFD9-EF8BCB4CF2AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'2', N'0', N'2023-11-30 19:38:47.070', N'2023-11-30 19:38:47.070', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5BA58F38-0515-4559-BE9C-0E812C333CEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'8', N'39001', N'5', N'0', N'2023-12-09 10:38:13.623', N'2023-12-09 10:38:13.623', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBA72713-EBFE-40F7-A301-626EB4CAA0A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60068', N'1', N'0', N'2023-11-30 19:38:48.497', N'2023-11-30 19:38:48.497', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04D2A591-2D55-4D85-9088-B6165A76B358', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022006', N'1', N'0', N'2023-11-30 19:39:45.937', N'2023-11-30 19:39:45.937', N'9', N'7787', N'0', N'1010', N'103', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7787', N'2876') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA3A4814-95AF-4FFF-B9CC-42B258B309EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042009', N'1', N'0', N'2023-11-30 19:40:10.013', N'2023-11-30 19:40:10.013', N'9', N'4645', N'0', N'2001', N'121', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4645', N'1012') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96CC8087-5E0F-492A-8755-2E4D1F7FDA79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022009', N'1', N'0', N'2023-11-30 19:40:10.630', N'2023-11-30 19:40:10.630', N'9', N'4645', N'0', N'2001', N'121', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4645', N'1012') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59B1CCA9-120F-4D3F-9674-41A34D819B22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021011', N'1', N'0', N'2023-11-30 19:40:29.010', N'2023-11-30 19:40:29.010', N'9', N'4369', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'4369', N'1475') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5420CAD-1D10-4EA0-B97F-CD667C7D8CE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11111010', N'1', N'0', N'2023-11-30 19:43:08.113', N'2023-11-30 19:43:08.113', N'9', N'8973', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'8973', N'2092') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'215DFCF7-6845-4E8E-804F-813B69BCDB01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16002', N'3', N'0', N'2023-11-30 19:43:28.950', N'2023-11-30 19:43:28.950', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FB7E52F-545D-414E-8713-B414B856C203', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022006', N'1', N'0', N'2023-11-30 19:43:51.003', N'2023-11-30 19:43:51.003', N'9', N'7604', N'0', N'1010', N'107', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7604', N'2150') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B7E8CFA-9623-43FF-A25D-F6B567BE513A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152009', N'1', N'0', N'2023-11-30 19:46:44.983', N'2023-11-30 19:46:44.983', N'9', N'7012', N'0', N'2002', N'179', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'7012', N'2398') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FC184E9-B8A5-4FC5-BDCB-48B69E03384B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032009', N'1', N'0', N'2023-11-30 19:47:29.277', N'2023-11-30 19:47:29.277', N'9', N'6459', N'0', N'2001', N'189', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6459', N'2109') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F6A7088-0EB2-4B99-868F-CBB106E9AD7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63002', N'1', N'0', N'2023-11-30 19:49:05.293', N'2023-11-30 19:49:05.293', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77E33048-B668-4826-9421-DA793FBE6D8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032009', N'1', N'0', N'2023-11-30 19:49:11.820', N'2023-11-30 19:49:11.820', N'9', N'4600', N'0', N'2002', N'117', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'4600', N'2371') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEB0CD70-3218-4992-860E-4A914FD7050F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082006', N'1', N'0', N'2023-11-30 19:49:13.870', N'2023-11-30 19:49:13.870', N'9', N'6563', N'0', N'2001', N'174', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'6563', N'2172') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3312A872-C6FE-4ED8-AF5C-874606E9932D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012009', N'1', N'0', N'2023-11-30 19:49:37.750', N'2023-11-30 19:49:37.750', N'9', N'7317', N'0', N'2001', N'205', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7317', N'2021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3F67FE1-2BB5-4E08-B8E5-A83E78316E8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'1000001', N'1', N'0', N'2023-11-16 13:11:51.203', N'2023-11-16 13:11:51.203', N'16', N'7803', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'3', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'6', N'6', N'0', N'0', N'2', N'3', N'2', N'2', N'7803', N'2104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E3E4624-990F-419A-BC98-FA9283A7FF23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'3', N'611016105', N'1', N'0', N'2023-10-23 01:16:55.853', N'2023-10-23 01:16:55.853', N'36', N'10000', N'20', N'1010', N'10000', N'2023', N'100', N'1009', N'10000', N'0', N'2', N'2', N'3', N'1037', N'10000', N'2023', N'100', N'1601', N'10000', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'5', N'5', N'5', N'0', N'5', N'3', N'0', N'0', N'10000', N'2000') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'832DE3D7-A9D4-445F-9C8D-9167617355D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152009', N'1', N'0', N'2023-11-30 19:52:00.153', N'2023-11-30 19:52:00.153', N'9', N'7992', N'0', N'2002', N'206', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'7992', N'2015') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'277C2EEF-740D-4AA3-8F63-A7E28CA10596', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032009', N'1', N'0', N'2023-11-30 19:52:01.377', N'2023-11-30 19:52:01.377', N'9', N'3840', N'0', N'2003', N'4', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3840', N'1334') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80DEFAFC-D86F-4F1A-9029-C00BFADF0444', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042009', N'1', N'0', N'2023-11-30 19:53:37.203', N'2023-11-30 19:53:37.203', N'9', N'4111', N'0', N'2004', N'6', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4111', N'1704') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A27E532D-54C1-48B9-A645-9A689B701A77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032009', N'1', N'0', N'2023-11-30 19:53:37.620', N'2023-11-30 19:53:37.620', N'9', N'3111', N'0', N'2004', N'3', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3111', N'904') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCB05EC9-C1D3-45EC-AB89-82E0A7769BF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11024005', N'1', N'0', N'2023-11-30 19:53:59.963', N'2023-11-30 19:53:59.963', N'23', N'8909', N'0', N'2016', N'41', N'2001', N'343', N'0', N'0', N'2001', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'8909', N'2603') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19BC8CB8-2822-46EB-A2A7-F12066137CA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000064', N'1', N'0', N'2023-12-02 10:43:09.453', N'2023-12-02 10:43:09.453', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D57B3BC-3A40-413D-99D5-8E71167BB931', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'4', N'611016205', N'1', N'0', N'2023-10-23 01:15:32.213', N'2023-10-23 01:15:32.213', N'36', N'10000', N'20', N'1010', N'10000', N'2023', N'100', N'1009', N'10000', N'0', N'2', N'2', N'3', N'1037', N'10000', N'2023', N'100', N'1601', N'10000', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'5', N'5', N'5', N'0', N'5', N'3', N'0', N'0', N'10000', N'2000') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3926CE2-045E-462F-B2C2-001B0E8AF735', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50023', N'35', N'0', N'2023-12-02 10:43:14.390', N'2023-12-02 10:43:14.390', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87C79106-6815-4C85-BDE0-5EE14D47D2F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101105', N'1', N'0', N'2023-12-06 06:46:33.243', N'2023-12-06 06:46:33.243', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D90B95EF-F9EB-4524-801C-996515F8CEA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101004', N'1', N'0', N'2023-12-06 06:46:37.903', N'2023-12-06 06:46:37.903', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C585AEF-3FAF-4E1B-9DC6-15424F16C9A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101003', N'1', N'0', N'2023-12-06 06:46:40.997', N'2023-12-06 06:46:40.997', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5AD2D38-AEB0-48F6-B29A-05CA9719C19A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101115', N'1', N'0', N'2023-12-06 06:46:49.510', N'2023-12-06 06:46:49.510', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F3E0593-DEA3-4601-8220-A382D653922F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101001', N'2', N'0', N'2023-12-06 06:46:56.343', N'2023-12-06 06:46:56.343', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95E8AE59-D07E-429F-8877-00BB1F81B006', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-12-06 06:46:59.443', N'2023-12-06 06:46:59.443', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'274B1FBA-ECF0-48BE-89F5-460FCA371EB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101104', N'1', N'0', N'2023-12-06 06:47:04.143', N'2023-12-06 06:47:04.143', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'621C8B0A-D68E-4F94-9A56-822CA19D517F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000062', N'1', N'0', N'2023-12-06 07:37:54.323', N'2023-12-06 07:37:54.323', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AEE8486-80E3-4FA7-BDC7-017F4D310CA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000202', N'1', N'0', N'2023-12-06 07:38:01.407', N'2023-12-06 07:38:01.407', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B32FF40-BF3A-4942-A2AE-460DA20FF8C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000061', N'1', N'0', N'2023-12-06 07:38:15.747', N'2023-12-06 07:38:15.747', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'882BD008-E854-462A-955B-6A02A21CEC30', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'30185', N'1', N'0', N'2023-12-06 07:38:22.363', N'2023-12-06 07:38:22.363', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DE2D2A5-E9FC-4356-AC95-38D2AE5FB9B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022007', N'1', N'0', N'2023-12-06 07:38:57.230', N'2023-12-06 07:38:57.230', N'9', N'4126', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4126', N'1218') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09D0FEC9-D69B-4D1C-8019-5BE4A4EA62AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003052', N'1', N'0', N'2023-12-06 07:39:48.077', N'2023-12-06 07:39:48.077', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FE2EF1A-F60A-47EB-A0F7-DE5EC0FD725A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011009', N'1', N'0', N'2023-12-06 07:39:49.920', N'2023-12-06 07:39:49.920', N'9', N'4805', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4805', N'1792') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D197845-9E0F-4136-812D-582FE7F1990B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052007', N'1', N'0', N'2023-12-06 07:39:50.320', N'2023-12-06 07:39:50.320', N'9', N'8165', N'0', N'2001', N'143', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8165', N'2425') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24442A6A-940F-4BA7-9C1B-AD78ABF25FD9', N'916FF7E4-B764-4555-8095-886F1D90B363', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-12-06 09:15:32.133', N'2023-12-06 09:15:32.133', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C48C51B7-CA0B-4887-9B34-EF02A31007AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032012', N'1', N'0', N'2023-12-06 05:30:13.560', N'2023-12-06 05:30:13.560', N'9', N'4312', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4312', N'1085') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2EF4FEC-B680-41A2-A601-0152A78F097B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031007', N'1', N'0', N'2023-12-06 05:36:32.610', N'2023-12-06 05:36:32.610', N'9', N'3865', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3865', N'1237') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81815F4F-2C43-4BEE-AD30-976D5BBCFF56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022006', N'1', N'0', N'2023-12-06 05:36:35.263', N'2023-12-06 05:36:35.263', N'9', N'3929', N'0', N'2001', N'68', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3929', N'682') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67915CFD-669B-4668-8507-9CEE7F1E4BC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021008', N'1', N'0', N'2023-12-06 05:53:12.080', N'2023-12-06 05:53:12.080', N'9', N'4976', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4976', N'1818') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA68FF18-4A88-48FC-9DF9-91C4D67476F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11024003', N'1', N'0', N'2023-12-06 05:56:57.150', N'2023-12-06 05:56:57.150', N'9', N'8959', N'0', N'1003', N'217', N'2029', N'29', N'0', N'0', N'1026', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8959', N'2540') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E6B5C76-984C-4F32-B015-61643069E8C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032006', N'1', N'0', N'2023-12-06 05:56:57.770', N'2023-12-06 05:56:57.770', N'9', N'4958', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'7', N'6', N'4958', N'711') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A843FDF1-09D4-44C8-9D2B-022F367040B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012006', N'1', N'0', N'2023-12-06 05:56:58.180', N'2023-12-06 05:56:58.180', N'9', N'4307', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4307', N'1247') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'477D765D-3C29-4840-A203-7CCCF17452B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000061', N'1', N'0', N'2023-12-06 06:01:45.053', N'2023-12-06 06:01:45.053', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59E55962-48FD-4C22-B7C4-047BC1FAAD6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002018', N'1', N'0', N'2023-12-06 06:01:51.680', N'2023-12-06 06:01:51.680', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC2433B3-AE9A-438C-897E-7097C2BDAEB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000061', N'1', N'0', N'2023-12-06 06:02:04.243', N'2023-12-06 06:02:04.243', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59865618-C5B6-4BE8-8237-D068EBDA33F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'30186', N'3', N'0', N'2023-12-06 06:02:09.323', N'2023-12-06 06:02:09.323', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEAAE653-0E0A-4563-978B-0BD513D1DE27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000061', N'1', N'0', N'2023-12-06 06:02:21.160', N'2023-12-06 06:02:21.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE1DC206-7441-4FA8-89D4-32D3C0FD76DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'37101', N'1', N'0', N'2023-12-06 06:02:27.570', N'2023-12-06 06:02:27.570', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A1DD8BD-8ECA-4991-ADB2-AD59000C495E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'30186', N'2', N'0', N'2023-12-06 06:02:31.303', N'2023-12-06 06:02:31.303', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CEA96510-C152-4351-BD45-BA4EAC177ACD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'30186', N'1', N'0', N'2023-12-06 06:02:34.847', N'2023-12-06 06:02:34.847', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C30B009-FCD4-4DC6-BE0B-C3D27FCE3A06', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002018', N'1', N'0', N'2023-12-06 06:02:38.553', N'2023-12-06 06:02:38.553', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E5C0080-7C8E-4CF2-87C5-53BD59AF49DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002018', N'1', N'0', N'2023-12-06 06:02:47.437', N'2023-12-06 06:02:47.437', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69EBA3F4-7D41-4A40-B2FF-70693FFEFD52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'30185', N'1', N'0', N'2023-12-06 06:02:51.117', N'2023-12-06 06:02:51.117', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E3DF8DA-CB4B-42C9-A69B-1DC89B67D714', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'30188', N'1', N'0', N'2023-12-06 06:02:55.013', N'2023-12-06 06:02:55.013', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FE44B33-7F7C-434F-A68C-E5D9FA8BA370', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002018', N'1', N'0', N'2023-12-06 06:03:11.220', N'2023-12-06 06:03:11.220', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48FB5874-BB8F-485E-A55C-777B5906C177', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002018', N'1', N'0', N'2023-12-06 06:03:14.757', N'2023-12-06 06:03:14.757', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DFE13CD-5C1B-45AC-8BBC-B6924DA195F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002018', N'1', N'0', N'2023-12-06 06:03:18.240', N'2023-12-06 06:03:18.240', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFE05E17-6007-4B80-8BF6-34A70C0F0FED', N'916FF7E4-B764-4555-8095-886F1D90B363', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-12-06 09:15:32.140', N'2023-12-06 09:15:32.140', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC646445-F2DA-45C0-95D8-5032ADC3DC89', N'916FF7E4-B764-4555-8095-886F1D90B363', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'14041001', N'1', N'0', N'2023-12-06 09:15:33.773', N'2023-12-06 09:15:33.773', N'9', N'4491', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4491', N'1633') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'676564E0-8BD1-4189-9DDA-1B96B485327C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'3', N'61191007', N'1', N'0', N'2023-11-30 19:23:10.373', N'2023-11-30 19:23:10.373', N'36', N'0', N'0', N'5021', N'208', N'2009', N'10', N'2002', N'117', N'21053', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED4406FA-8A42-4288-9AC7-CBE541D74144', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000208', N'3', N'0', N'2023-12-09 10:41:04.723', N'2023-12-09 10:41:04.723', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7FC5BF9-3601-4424-A6A0-D3C3A814BA06', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'7', N'80000219', N'3', N'0', N'2023-12-09 10:41:14.910', N'2023-12-09 10:41:14.910', N'40', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72C12D8E-11AE-4D0B-9337-B592DBF6B50F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003051', N'1', N'0', N'2023-12-09 10:42:34.950', N'2023-12-09 10:42:34.950', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B68E2229-2D5C-471A-A965-DDD785EB395A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'42', N'0', N'2023-12-09 10:44:24.527', N'2023-12-09 10:44:24.527', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03C7F036-1E1C-4D62-9824-9559567537E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60015', N'1', N'0', N'2023-12-09 10:54:01.707', N'2023-12-09 10:54:01.707', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'470DB9A0-065D-4468-BC28-885A78100D23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41901', N'1', N'0', N'2023-12-09 10:56:51.037', N'2023-12-09 10:56:51.037', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65FD1ABB-15DA-40B5-A7C0-BCDF5C644648', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000101', N'3', N'0', N'2023-12-09 10:57:05.793', N'2023-12-09 10:57:05.793', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6393538-025A-4E2A-A50D-57B522DDBA56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000330', N'1', N'43200', N'2023-12-09 11:01:31.667', N'2023-12-09 11:01:31.667', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF24C14E-C117-48E9-801C-37D1B81476F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41900', N'1', N'0', N'2023-12-09 11:03:38.527', N'2023-12-09 11:03:38.527', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5ED0EE66-E90A-427A-9901-92BD481D2EA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41901', N'1', N'0', N'2023-12-09 10:33:36.190', N'2023-12-09 10:33:36.190', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAA67970-C546-4179-8BFB-98A466216FD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61003107', N'1', N'0', N'2023-12-06 16:00:33.193', N'2023-12-06 16:00:33.193', N'36', N'0', N'0', N'2001', N'97', N'2002', N'96', N'1018', N'283', N'21055', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C429D959-88C7-4C13-9421-40913C84FE1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'39', N'51133005', N'1', N'0', N'2022-07-11 04:02:01.040', N'2022-07-11 04:02:01.040', N'40', N'0', N'0', N'2001', N'116', N'2003', N'16', N'2004', N'19', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B6525D5-E89E-4EA2-93BE-EF04CBFB3285', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'40', N'51133004', N'1', N'0', N'2022-07-11 04:07:24.930', N'2022-07-11 04:07:24.930', N'40', N'0', N'0', N'2003', N'18', N'2004', N'19', N'0', N'0', N'21010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EAA9A18-B5EA-4E4E-9F71-6C861B87D987', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'41', N'51133003', N'1', N'0', N'2022-07-11 04:00:51.993', N'2022-07-11 04:00:51.993', N'40', N'0', N'0', N'1006', N'299', N'1015', N'264', N'1005', N'291', N'21008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37696A47-AECF-4048-8566-8F854611D7A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'42', N'51133006', N'1', N'0', N'2022-07-11 04:00:18.800', N'2022-07-11 04:00:18.800', N'40', N'0', N'0', N'1015', N'269', N'1018', N'285', N'1010', N'299', N'21018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F061D25E-D729-4A3D-8837-9DAA30A9CFD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'43', N'51133007', N'1', N'0', N'2022-07-11 04:06:17.633', N'2022-07-11 04:06:17.633', N'40', N'0', N'0', N'5021', N'245', N'2010', N'10', N'0', N'0', N'21021', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BB11628-29BF-42E4-9C70-1C07243860B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'44', N'51133002', N'1', N'0', N'2022-07-11 04:03:41.700', N'2022-07-11 04:03:41.700', N'40', N'0', N'0', N'2002', N'138', N'1006', N'290', N'1018', N'285', N'21004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88D01004-38F9-4C16-AFCA-B735DB62E105', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'38', N'51133001', N'1', N'0', N'2022-07-11 04:08:55.163', N'2022-07-11 04:08:55.163', N'40', N'0', N'0', N'1018', N'289', N'1005', N'284', N'0', N'0', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'989E33AD-0368-4CFF-9A2C-3656E6402ECC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'13', N'61101807', N'1', N'0', N'2023-12-06 16:37:10.763', N'2023-12-06 16:37:10.763', N'36', N'0', N'0', N'5019', N'244', N'2035', N'9', N'5021', N'225', N'21053', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F99907A7-DFC0-49F8-946F-80F6C872314F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'32', N'61200001', N'1', N'0', N'2023-11-29 09:57:51.033', N'2023-11-29 09:57:51.033', N'36', N'0', N'0', N'2001', N'107', N'1005', N'286', N'1018', N'290', N'21002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46884720-8C07-4658-80CF-AD4B416C94FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'31', N'61188007', N'1', N'0', N'2023-11-29 09:57:44.390', N'2023-11-29 09:57:44.390', N'36', N'0', N'0', N'2012', N'10', N'2001', N'116', N'5020', N'299', N'21052', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'411C1B84-FBE0-4211-8C71-FAA9CB8C6A71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011008', N'1', N'0', N'2023-12-06 16:44:10.447', N'2023-12-06 16:44:10.447', N'9', N'6004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6004', N'2540') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0B78826-13C6-4C7B-9BB9-B4EA3CDEEDF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'20', N'61191001', N'1', N'0', N'2023-11-30 19:23:11.273', N'2023-11-30 19:23:11.273', N'36', N'0', N'0', N'1018', N'287', N'2001', N'143', N'1005', N'272', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9C33172-7A5F-4904-9606-7DF9A0E06CD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'5', N'61172007', N'1', N'0', N'2023-10-11 11:27:18.470', N'2023-10-11 11:27:18.470', N'0', N'0', N'0', N'5020', N'217', N'5018', N'221', N'2036', N'10', N'21027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4FA65AC-E992-4D70-9187-1A11AC93898E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'12', N'61173007', N'1', N'0', N'2023-10-13 12:39:51.963', N'2023-10-13 12:39:51.963', N'0', N'0', N'0', N'2001', N'119', N'5021', N'274', N'2035', N'9', N'21055', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A243142E-5D37-40E4-854A-78076A88F184', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000819', N'1', N'0', N'2023-12-06 17:04:02.863', N'2023-12-06 17:04:02.863', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEE316FC-180A-45E5-B216-9E65CD63B930', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'9', N'20001', N'16', N'0', N'2023-12-08 20:41:32.423', N'2023-12-08 20:41:32.423', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'307E2668-1360-4445-8F50-1A2465F023A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002065', N'1', N'0', N'2023-12-09 08:52:43.130', N'2023-12-09 08:52:43.130', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A163EB4A-B948-4F34-B45A-E0A6DD728C7C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002066', N'1', N'0', N'2023-12-09 08:52:43.133', N'2023-12-09 08:52:43.133', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FF4F86C-0554-455F-95A0-5FB5E8FB76F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002069', N'1', N'0', N'2023-12-09 08:52:43.137', N'2023-12-09 08:52:43.137', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD154C1B-5C0D-4509-BE07-2FCF4378527E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002081', N'1', N'0', N'2023-12-09 08:54:24.780', N'2023-12-09 08:54:24.780', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEBD84C2-03FA-44FF-A4BB-9D15345EFA2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'3333', N'1', N'0', N'2023-12-09 08:54:24.780', N'2023-12-09 08:54:24.780', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A499591E-C474-42CB-BF43-2E52396E7108', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002087', N'1', N'0', N'2023-12-09 08:54:24.780', N'2023-12-09 08:54:24.780', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF551770-4CC3-40DB-9E82-5741D7AB3E3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000096', N'1', N'0', N'2023-12-09 08:56:31.700', N'2023-12-09 08:56:31.700', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'649EE52E-0810-4318-9A7A-DD603F03C9EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'72000070', N'1', N'0', N'2023-12-09 08:56:31.703', N'2023-12-09 08:56:31.703', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7285DE24-57EC-4CC1-8F54-018F682B40A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'72000004', N'1', N'0', N'2023-12-09 08:56:31.703', N'2023-12-09 08:56:31.703', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BA93F67-DF5B-4D10-B1FF-FF397B7A00ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000089', N'1', N'0', N'2023-12-09 08:57:45.290', N'2023-12-09 08:57:45.290', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1962066C-6C2B-4C3C-ACAE-30C5171D9177', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'90014007', N'1', N'0', N'2023-12-09 09:02:08.760', N'2023-12-09 09:02:08.760', N'40', N'7925', N'0', N'1004', N'361', N'2001', N'444', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'4', N'4', N'7925', N'2668') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FDE5DD4-A00C-4027-923C-65E1EF013AC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41864', N'1', N'0', N'2023-12-09 09:04:53.320', N'2023-12-09 09:04:53.320', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07050D9E-1930-44F4-91B3-7004E9A50F23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101101', N'1', N'0', N'2023-12-09 12:53:49.207', N'2023-12-09 12:53:49.207', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57B8D2A4-74BF-4690-97DD-A3AED16A2BA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101002', N'1', N'0', N'2023-12-09 12:53:53.883', N'2023-12-09 12:53:53.883', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7D4B16A-D0BC-44F2-B8E0-AA8CD5B9404D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'4', N'80100121', N'61', N'0', N'2023-12-09 12:55:41.253', N'2023-12-09 12:55:41.253', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F438405-506E-4F24-86EE-2619BAFDEC31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2023-12-09 16:25:23.283', N'2023-12-09 16:25:23.283', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87EB1AD4-1E91-48D0-ACF3-50CB896F1067', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101015', N'1', N'0', N'2023-12-09 16:26:51.617', N'2023-12-09 16:26:51.617', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DA1F02E-B287-41D1-86CA-57CD29F09F7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101101', N'1', N'0', N'2023-12-09 16:27:19.593', N'2023-12-09 16:27:19.593', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1595E4B7-EAFE-4308-B861-91ACE5A1D226', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'60015', N'1', N'0', N'2023-12-08 05:46:21.137', N'2023-12-08 05:46:21.137', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E7EE681-247E-4394-9B8B-D2ADDD02E048', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'59001', N'3', N'0', N'2023-12-08 05:48:03.930', N'2023-12-08 05:48:03.930', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C27D090-00BA-491C-9643-F8A597821372', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042004', N'1', N'0', N'2023-12-08 05:48:04.553', N'2023-12-08 05:48:04.553', N'9', N'4459', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4459', N'1769') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCA49BBE-0256-4328-B19B-83D823DA352A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'56003', N'3', N'0', N'2023-12-08 05:48:05.160', N'2023-12-08 05:48:05.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'664ECF8A-6D57-428E-8356-B6E46861E821', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012004', N'1', N'0', N'2023-12-08 05:49:43.323', N'2023-12-08 05:49:43.323', N'9', N'5543', N'0', N'2001', N'59', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'5543', N'1580') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCBF4DEA-A32E-43F7-832C-0BB944C564DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61037', N'1', N'0', N'2023-12-08 05:50:18.447', N'2023-12-08 05:50:18.447', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA386405-B700-42CB-8AF5-579CA1FBF870', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40002', N'8', N'0', N'2023-12-08 05:56:17.637', N'2023-12-08 05:56:17.637', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A1113D1-83A2-4844-AF55-55F8B3D0690F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022101', N'1', N'0', N'2023-12-08 05:57:29.440', N'2023-12-08 05:57:29.440', N'9', N'7176', N'0', N'2002', N'47', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7176', N'2625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05BC426E-CA72-4BE4-B79E-A5BFD4B7E72C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042101', N'1', N'0', N'2023-12-08 05:57:30.460', N'2023-12-08 05:57:30.460', N'9', N'7034', N'0', N'2001', N'62', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7034', N'2731') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E85579B-4331-4AA5-924B-170973F06795', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031002', N'1', N'0', N'2023-11-04 08:04:50.770', N'2023-11-04 08:04:50.770', N'9', N'6459', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'6459', N'2571') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3718451-63F7-4B23-B237-24A092FA685A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41858', N'1', N'0', N'2023-12-08 05:58:48.800', N'2023-12-08 05:58:48.800', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6EA89386-A33B-4419-BA07-E12AB1CB5A88', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41859', N'1', N'0', N'2023-12-08 05:58:48.803', N'2023-12-08 05:58:48.803', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EE63DCD-D923-4934-A135-FA20D9C9A0EC', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062101', N'1', N'0', N'2023-12-08 06:00:55.157', N'2023-12-08 06:00:55.157', N'9', N'7172', N'0', N'1010', N'43', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7172', N'2094') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3539D97C-09FF-45E9-891F-1E65C94A1EAF', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012002', N'1', N'0', N'2023-12-08 06:00:55.770', N'2023-12-08 06:00:55.770', N'9', N'7172', N'0', N'1010', N'43', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7172', N'2094') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F23C7A2-1E16-44C7-9D74-688D6CB108C4', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012002', N'1', N'0', N'2023-12-08 06:01:38.217', N'2023-12-08 06:01:38.217', N'23', N'4408', N'0', N'2002', N'38', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4408', N'2052') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC610671-6B18-436D-B5DA-E8F06079F2F8', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80100101', N'9', N'0', N'2023-12-08 06:09:20.933', N'2023-12-08 06:09:20.933', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4859D87-4B06-40DF-8CA3-30CAB93DE419', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092003', N'1', N'0', N'2023-12-08 06:12:31.083', N'2023-12-08 06:12:31.083', N'9', N'6806', N'0', N'2002', N'76', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'6806', N'2489') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6FFA5F5-741E-4783-8DEF-D24240411BBE', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41862', N'1', N'0', N'2023-12-08 06:13:33.540', N'2023-12-08 06:13:33.540', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9546370B-6497-4411-AA24-C08AF5F99FCD', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112003', N'1', N'0', N'2023-12-08 06:12:32.107', N'2023-12-08 06:12:32.107', N'9', N'7664', N'0', N'2001', N'65', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7664', N'2608') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA350361-C2BD-4C6C-AC5B-20D3D5A25790', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40113', N'1', N'0', N'2023-12-08 06:12:32.720', N'2023-12-08 06:12:32.720', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'266B2BDC-F052-42C9-A4E7-A80BD13FF6A9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011001', N'1', N'0', N'2023-11-04 07:36:58.407', N'2023-11-04 07:36:58.407', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1400') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E515523A-4117-47D3-B952-6CF72D7D88AD', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41863', N'1', N'0', N'2023-12-08 06:13:33.540', N'2023-12-08 06:13:33.540', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6AA48C6-F4E4-408C-A113-B2C3CAA5F636', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101002', N'2', N'0', N'2023-12-09 16:27:19.623', N'2023-12-09 16:27:19.623', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FD96F49-CFE1-4FCF-B0CD-3BED7E14DFE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102006', N'1', N'0', N'2023-12-09 16:27:19.637', N'2023-12-09 16:27:19.637', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'785E2ADC-1966-4F60-B321-8CA7F157DF08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101003', N'1', N'0', N'2023-12-09 16:27:19.643', N'2023-12-09 16:27:19.643', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFC22BE6-3C4E-4FCE-A574-6DAFB51CC23A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101004', N'1', N'0', N'2023-12-09 16:27:20.353', N'2023-12-09 16:27:20.353', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F2ABD69-75D0-4616-AFC3-82065C065966', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-12-09 16:27:27.000', N'2023-12-09 16:27:27.000', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A6F7A76-4FC1-47EA-852F-7A4A7D72C6FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101002', N'1', N'0', N'2023-12-09 18:31:31.503', N'2023-12-09 18:31:31.503', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6F325C5-DB66-451E-9EAC-8656D150AC66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-12-09 18:31:31.627', N'2023-12-09 18:31:31.627', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D209DA5-C38A-40FE-976B-C7A82C96B1FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101001', N'3', N'0', N'2023-12-09 18:31:31.687', N'2023-12-09 18:31:31.687', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F46185D4-38D2-46C0-BFF0-E939A01642C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41778', N'6', N'0', N'2023-12-09 21:03:42.390', N'2023-12-09 21:03:42.390', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'98B22D0B-DE2E-4FA5-BD7A-100A511BFE7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102003', N'1', N'0', N'2023-12-09 21:03:47.470', N'2023-12-09 21:03:47.470', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71F23BBB-F53D-4788-802A-24CB94D8231F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'270', N'0', N'2023-12-09 21:03:52.943', N'2023-12-09 21:03:52.943', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50403915-A051-4C0F-A556-7FAAFA9A64B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101021', N'2', N'0', N'2023-12-09 21:03:59.203', N'2023-12-09 21:03:59.203', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA1190CB-B311-401C-BBF4-9D37B55A754C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102001', N'2', N'0', N'2023-12-09 21:04:04.270', N'2023-12-09 21:04:04.270', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'346B6237-AD46-4EC5-9F05-364D66B882CA', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012003', N'1', N'0', N'2023-12-08 07:32:39.413', N'2023-12-08 07:32:39.413', N'9', N'7812', N'0', N'2001', N'82', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7812', N'2315') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BE9408D-D0BC-47F1-94D4-9954183FCF33', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2023-12-08 07:32:59.430', N'2023-12-08 07:32:59.430', N'23', N'7648', N'0', N'2001', N'55', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7648', N'2475') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3482B127-8F8E-4CCF-A208-F9D65F99AFB9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40018', N'1', N'-1', N'2023-12-08 07:33:52.773', N'2023-12-08 07:33:52.773', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FAF7E64-92FE-4B31-9013-777FFA2DBBE0', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40039', N'1', N'-1', N'2023-12-08 07:34:21.530', N'2023-12-08 07:34:21.530', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7AA9751D-0BF0-4F3B-B584-0583C6FE394C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000425', N'1', N'0', N'2023-12-08 07:35:43.793', N'2023-12-08 07:35:43.793', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D500EC3E-EAB5-4F39-9CD0-20288DEFFA69', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2023-12-08 07:39:14.123', N'2023-12-08 07:39:14.123', N'23', N'6032', N'0', N'1010', N'41', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6032', N'2608') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'309C2464-7379-4940-A8F3-896E9A719212', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'60056', N'2', N'0', N'2023-12-08 07:40:26.710', N'2023-12-08 07:40:26.710', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'979AFD39-B82A-434A-9C98-2EE311D0CDE1', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'630511', N'1', N'0', N'2023-11-04 08:05:58.577', N'2023-11-04 08:05:58.577', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'300') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EFE1F6D-2729-45EE-965F-0EDB8C2BBA72', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37001', N'1', N'0', N'2023-12-08 07:40:27.197', N'2023-12-08 07:40:27.197', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1CD666C-E86C-4360-AFF3-50750D5D4F0E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60059', N'1', N'0', N'2023-12-08 07:40:27.893', N'2023-12-08 07:40:27.893', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBFC2645-1BB6-48FA-8806-38B19D33690B', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'29', N'30235', N'2', N'0', N'2023-12-08 07:41:03.570', N'2023-12-08 07:41:03.570', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43AAB304-FFD4-4630-8CE4-D573C6DA1024', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'8', N'59001', N'2', N'0', N'2023-12-08 07:43:12.670', N'2023-12-08 07:43:12.670', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'00CE2541-4024-4790-AE1F-DDB1162B859E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'0', N'50204', N'1', N'0', N'2023-12-08 07:43:22.660', N'2023-12-08 07:43:22.660', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87EEE851-DE81-4C53-91EC-6BEC46023C74', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'60056', N'2', N'0', N'2023-12-08 07:44:04.220', N'2023-12-08 07:44:04.220', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01BE9934-8DE7-42B2-B9DF-C43F9B9BFE2E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'28', N'10000001', N'5', N'0', N'2023-12-08 07:44:17.510', N'2023-12-08 07:44:17.510', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27B8EE5F-73B6-4B3B-A132-47A3AD3B5E55', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31031', N'1', N'0', N'2023-12-08 07:44:52.670', N'2023-12-08 07:44:52.670', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DACBDB0-E0E6-4BF7-BE56-C8EA13F3FBB5', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31051', N'1', N'0', N'2023-12-08 07:44:52.673', N'2023-12-08 07:44:52.673', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5897345-501F-4430-A65F-4B361A9766FE', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000052', N'1', N'0', N'2023-12-08 07:48:22.063', N'2023-12-08 07:48:22.063', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7F15E11-BB76-4A93-82C3-DAF5A23A1FCB', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042003', N'1', N'0', N'2023-12-08 07:49:03.107', N'2023-12-08 07:49:03.107', N'9', N'5496', N'0', N'2001', N'38', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5496', N'1568') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04B86A4A-EF3A-4B03-8B30-987CFDD8C77A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000050', N'1', N'0', N'2023-12-08 07:49:42.863', N'2023-12-08 07:49:42.863', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0B78C57-DC08-4982-A816-7677B6B1498D', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'5', N'0', N'2023-12-08 07:55:31.257', N'2023-12-08 07:55:31.257', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20A22BF9-5B01-4837-AA67-F20251ACCD33', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50006', N'3', N'0', N'2023-12-08 07:56:01.263', N'2023-12-08 07:56:01.263', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F38D3591-5BAD-4B8A-9833-D62E99FC9D43', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012003', N'1', N'0', N'2023-12-08 07:56:08.410', N'2023-12-08 07:56:08.410', N'9', N'3594', N'0', N'2002', N'26', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3594', N'1260') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'492C0F4A-45F5-4C4E-9D1F-5E88078EF8D9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042003', N'1', N'0', N'2023-12-08 07:56:30.453', N'2023-12-08 07:56:30.453', N'9', N'4397', N'0', N'2001', N'33', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4397', N'1147') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'677C96D4-C474-4F36-8737-5141A5974E9E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052003', N'1', N'0', N'2023-12-08 07:57:24.963', N'2023-12-08 07:57:24.963', N'9', N'8789', N'0', N'1010', N'42', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8789', N'2468') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BCA6196-44B8-482D-B343-1860BE0A4597', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40066', N'1', N'0', N'2023-12-08 07:57:25.973', N'2023-12-08 07:57:25.973', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7916B744-38C1-4CAA-8A92-A9549EB718ED', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'1115012001', N'1', N'0', N'2023-12-08 20:19:00.880', N'2023-12-08 20:19:00.880', N'40', N'3809', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3809', N'715') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E1701BC-B25B-4985-90C5-E7A7D9DC3064', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'1116012002', N'1', N'0', N'2023-12-08 20:23:04.080', N'2023-12-08 20:23:04.080', N'40', N'3022', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3022', N'1085') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CECD8B1F-2DEF-43AC-8A24-A3A91C0698B9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'1120012001', N'1', N'0', N'2023-12-08 20:23:09.720', N'2023-12-08 20:23:09.720', N'40', N'3539', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3539', N'1077') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EDE65F7-858B-4F79-902F-9AF94B5DAD48', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'1113012002', N'1', N'0', N'2023-12-08 20:23:15.073', N'2023-12-08 20:23:15.073', N'40', N'4421', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4421', N'1234') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB82F328-CA15-45F9-9B63-07B234860DFD', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'1114012002', N'1', N'0', N'2023-12-08 20:23:20.867', N'2023-12-08 20:23:20.867', N'40', N'5447', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'5447', N'1692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EC09792-2832-41F5-90DB-B5CBC1C55C9A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'1112012002', N'1', N'0', N'2023-12-08 20:23:26.863', N'2023-12-08 20:23:26.863', N'40', N'4309', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4309', N'1987') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3417FE64-4674-4DD5-8711-B2061C76C0B3', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62095005', N'1', N'0', N'2023-11-13 14:07:39.330', N'2023-11-13 14:07:39.330', N'0', N'0', N'0', N'2003', N'19', N'2001', N'97', N'2004', N'18', N'22016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CC48D78-92D0-4B5C-B5B1-762D302954F2', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78169', N'1', N'0', N'2023-12-08 20:32:05.780', N'2023-12-08 20:32:05.780', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'771AF5C7-0CBD-43A0-9C0A-500BF340E451', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'14', N'70183', N'1', N'0', N'2023-12-08 20:32:12.320', N'2023-12-08 20:32:12.320', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02BF17DD-85B5-422C-B5C5-FBF1574D6028', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'5', N'80005040', N'1', N'0', N'2023-12-08 20:41:48.710', N'2023-12-08 20:41:48.710', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'610CF991-B54D-4A59-BBCE-B212911D7EB0', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'6', N'80005030', N'1', N'0', N'2023-12-08 20:41:56.420', N'2023-12-08 20:41:56.420', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA7DAEC9-41FD-4660-803E-4657FFEC68DE', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005020', N'1', N'0', N'2023-12-08 20:42:02.353', N'2023-12-08 20:42:02.353', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'392B06B4-DC61-4549-BB62-25D18E07486A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005010', N'1', N'0', N'2023-12-08 20:42:07.340', N'2023-12-08 20:42:07.340', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C40A0F18-FD2E-429E-B3D9-72252F7030F6', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005070', N'1', N'0', N'2023-12-08 20:42:12.417', N'2023-12-08 20:42:12.417', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCBD5576-C114-41D4-8E36-5F70FA36101A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'7', N'64013007', N'1', N'0', N'2023-12-08 20:42:22.100', N'2023-12-08 20:42:22.100', N'40', N'0', N'0', N'5046', N'264', N'2011', N'10', N'2035', N'10', N'24026', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A13F78EB-1868-453F-9A8C-33A8AABBD293', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'8', N'61163001', N'1', N'0', N'2023-12-08 20:42:30.640', N'2023-12-08 20:42:30.640', N'40', N'0', N'0', N'1018', N'290', N'2001', N'119', N'1005', N'285', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8875C0EE-F559-4AA4-97A8-75F7CE93BB7B', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'80000220', N'5', N'0', N'2023-12-08 20:42:38.137', N'2023-12-08 20:42:38.137', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66D93D06-6B4A-4CF9-96F9-A2FBE2DE9BB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'4', N'0', N'2023-12-09 19:21:59.413', N'2023-12-09 19:21:59.413', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09056A4E-7F41-4C4A-8928-6BE722357216', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101041', N'2', N'0', N'2023-12-09 19:22:04.483', N'2023-12-09 19:22:04.483', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8ED912D5-4826-414B-B273-D92F339A3DC0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'12', N'0', N'2023-12-09 19:22:09.553', N'2023-12-09 19:22:09.553', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4AB0B00-13C2-4591-BF3F-8863463451C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052005', N'1', N'0', N'2023-12-09 19:22:19.707', N'2023-12-09 19:22:19.707', N'23', N'6958', N'0', N'2001', N'136', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'9', N'3', N'3', N'6958', N'2456') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0A85A1B-707F-4A6C-9C0B-80D3AFF4A6E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102002', N'2', N'0', N'2023-12-09 19:22:24.817', N'2023-12-09 19:22:24.817', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FE869A2-FEAB-401C-900C-BD467068A5F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'820', N'0', N'2023-12-09 19:22:29.957', N'2023-12-09 19:22:29.957', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA9FC9DA-13B0-4C56-ABC8-7FE15C202BAC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'24', N'0', N'2023-12-09 19:22:45.190', N'2023-12-09 19:22:45.190', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3484883A-FDC2-4285-B0BE-21E6FF2919A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11154003', N'1', N'0', N'2023-12-09 19:22:55.370', N'2023-12-09 19:22:55.370', N'23', N'6711', N'0', N'2001', N'123', N'1010', N'78', N'0', N'0', N'2001', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'9', N'3', N'3', N'6711', N'2029') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9441B56-3628-40B3-BC1A-266B9A1158FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032005', N'1', N'0', N'2023-12-09 19:23:00.483', N'2023-12-09 19:23:00.483', N'23', N'4479', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'9', N'2', N'2', N'4479', N'817') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B35E3C00-7D77-463D-B542-EADC7B3122F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102001', N'1', N'0', N'2023-12-09 19:23:20.800', N'2023-12-09 19:23:20.800', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'509C79DD-E57D-4AA3-B77B-C5C53D7955E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032005', N'1', N'0', N'2023-12-09 19:23:25.877', N'2023-12-09 19:23:25.877', N'23', N'5344', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'9', N'10', N'12', N'5344', N'1426') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9AEC0EF-AA4B-4423-983C-36BB50D6CB61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042005', N'1', N'0', N'2023-12-09 19:23:30.987', N'2023-12-09 19:23:30.987', N'23', N'4363', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'9', N'4', N'4', N'4363', N'807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CC3AE18-BF56-46B3-8DE5-32AC3C4A5A21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41789', N'7', N'0', N'2023-12-09 19:23:36.097', N'2023-12-09 19:23:36.097', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CCA8532-2937-493B-A1C4-1116B51320AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042005', N'1', N'0', N'2023-12-09 19:23:51.347', N'2023-12-09 19:23:51.347', N'23', N'5058', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'9', N'6', N'7', N'5058', N'873') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DFFF5F2-7CBF-40AF-9B47-BDB868274844', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20044003', N'1', N'0', N'2023-12-09 19:24:01.530', N'2023-12-09 19:24:01.530', N'23', N'3098', N'0', N'1001', N'99', N'1002', N'154', N'0', N'0', N'1015', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'9', N'5', N'5', N'3098', N'919') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DDE9F4A-B453-494F-AB8B-0B9588369A3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042005', N'1', N'0', N'2023-12-09 19:24:06.610', N'2023-12-09 19:24:06.610', N'23', N'3867', N'0', N'2002', N'53', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'9', N'3', N'3', N'3867', N'985') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3305334-54A9-4B6F-B227-8A76E1B820D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20034003', N'1', N'0', N'2023-12-09 19:24:27.010', N'2023-12-09 19:24:27.010', N'23', N'5313', N'0', N'2001', N'54', N'1002', N'106', N'0', N'0', N'1015', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'9', N'6', N'7', N'5313', N'748') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C436AF4-B3C8-4E89-8AD3-A651C21BF964', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61001', N'3', N'0', N'2023-12-09 19:24:32.097', N'2023-12-09 19:24:32.097', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'261F83BF-859B-4541-A3FB-C9BF1391672E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41778', N'9', N'0', N'2023-12-09 19:24:37.200', N'2023-12-09 19:24:37.200', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A03D21A-B845-427C-947C-9D5095C67B59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13014003', N'1', N'0', N'2023-12-09 19:24:52.507', N'2023-12-09 19:24:52.507', N'23', N'3422', N'0', N'1002', N'140', N'2003', N'1', N'0', N'0', N'2030', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'9', N'4', N'5', N'3422', N'994') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'576D2E4E-618C-48DA-A723-CBE3B18BA12A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20044003', N'1', N'0', N'2023-12-09 19:25:12.880', N'2023-12-09 19:25:12.880', N'23', N'3254', N'0', N'2001', N'54', N'1001', N'117', N'0', N'0', N'1003', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'9', N'3', N'3', N'3254', N'1081') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB8D25E3-D40A-4867-915F-8065FDE1379C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16014003', N'1', N'0', N'2023-12-09 19:25:17.967', N'2023-12-09 19:25:17.967', N'23', N'3280', N'0', N'2002', N'89', N'2003', N'1', N'0', N'0', N'2017', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'9', N'5', N'4', N'3280', N'733') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30569B04-3BDE-4B04-B855-0EC62E699E0B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101021', N'2', N'0', N'2023-12-09 19:25:23.050', N'2023-12-09 19:25:23.050', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29D394DD-8D69-4756-8FC2-0F0F2F976EF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20024003', N'1', N'0', N'2023-12-09 19:25:33.260', N'2023-12-09 19:25:33.260', N'23', N'3201', N'0', N'1001', N'103', N'2001', N'49', N'0', N'0', N'1003', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'5', N'9', N'8', N'8', N'3201', N'723') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E24FD2C-10CB-452E-B959-EE94D1E96CE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11044002', N'1', N'0', N'2023-12-09 19:25:58.840', N'2023-12-09 19:25:58.840', N'23', N'7817', N'0', N'2029', N'38', N'2001', N'152', N'0', N'0', N'2180', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'3', N'9', N'3', N'3', N'7817', N'2083') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34D8B091-5700-4A08-936C-AD6122629AE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11054003', N'1', N'0', N'2023-12-09 19:26:03.980', N'2023-12-09 19:26:03.980', N'23', N'6837', N'0', N'2034', N'35', N'2002', N'131', N'0', N'0', N'2182', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'4', N'9', N'4', N'4', N'6837', N'2139') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C50DB556-260E-4BB8-93FE-03AC47A75860', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101031', N'2', N'0', N'2023-12-09 19:26:09.133', N'2023-12-09 19:26:09.133', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AEC0A29-49F8-4F4A-B5CE-822BAD26839A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62003', N'1', N'0', N'2023-11-04 02:27:26.387', N'2023-11-04 02:27:26.387', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'072DEE2C-E591-4499-A17E-3C7FBA606433', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112013', N'1', N'0', N'2023-11-04 02:27:26.997', N'2023-11-04 02:27:26.997', N'9', N'6577', N'0', N'2002', N'397', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'6577', N'2950') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36A1FCE4-BF5B-49E6-922B-DEE276CD8D37', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100035', N'1', N'0', N'2023-11-04 02:36:56.807', N'2023-11-04 02:36:56.807', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DD09AB1-6F28-4942-A262-5EFD480EBDF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16001', N'13', N'0', N'2023-11-04 02:39:57.713', N'2023-11-04 02:39:57.713', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB048067-7240-44AB-9FAA-DA536E03566F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011010', N'1', N'0', N'2023-11-04 02:42:39.413', N'2023-11-04 02:42:39.413', N'9', N'3095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3095', N'779') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51566631-656B-4399-8129-65875EAEAEB0', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'78172', N'1', N'0', N'2023-11-14 13:52:43.917', N'2023-11-14 13:52:43.917', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78047B21-E5F4-44A8-948D-287C4478A549', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'1', N'0', N'2023-11-04 03:16:52.463', N'2023-11-04 03:16:52.463', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB13CA86-1515-4670-BE0E-D0736479E6F1', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'2', N'0', N'2023-11-04 03:17:16.987', N'2023-11-04 03:17:16.987', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'804FEA9E-C55E-4838-B4D1-04E97252F4F4', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'70003051', N'1', N'0', N'2023-11-04 03:17:52.007', N'2023-11-04 03:17:52.007', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'966C3357-30BE-4C62-97BF-F4374FE468A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000714', N'1', N'0', N'2023-11-04 03:13:56.267', N'2023-11-04 03:13:56.267', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF23E49A-4427-4B0E-93F1-BF639C276B18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000717', N'1', N'0', N'2023-11-04 03:14:07.660', N'2023-11-04 03:14:07.660', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39BEDFDA-DC60-4792-BFC3-04638916856A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010008', N'1', N'0', N'2023-11-04 03:14:19.833', N'2023-11-04 03:14:19.833', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A593432-68AE-4EED-80FB-3B2CA9E378D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010010', N'1', N'0', N'2023-11-04 03:14:31.630', N'2023-11-04 03:14:31.630', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2EEB35A-1583-4606-A17D-77B99EC56F89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010012', N'1', N'0', N'2023-11-04 03:14:40.247', N'2023-11-04 03:14:40.247', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B8EC4E2-C662-404B-80CA-DCEE71DDE26D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010015', N'1', N'0', N'2023-11-04 03:14:58.487', N'2023-11-04 03:14:58.487', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCF70E1F-EC85-4089-81AB-3C5765E50B5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010019', N'1', N'0', N'2023-11-04 03:15:07.153', N'2023-11-04 03:15:07.153', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFEB0DC4-62DA-4F5D-A725-193B3DB11A6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000095', N'5', N'0', N'2023-11-04 03:15:23.870', N'2023-11-04 03:15:23.870', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40D3C27B-272C-4251-872C-10724D8233A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000095', N'1', N'0', N'2023-11-04 03:21:23.440', N'2023-11-04 03:21:23.440', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'15C3E36D-1E8E-45DD-9610-B4A90A55A564', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD90DB3D-1FEF-4B68-813C-6715DC55926F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000274', N'1', N'0', N'2023-11-04 03:21:49.143', N'2023-11-04 03:21:49.143', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3654954-B55C-4587-99B7-8B4BA0E66FB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000274', N'1', N'0', N'2023-11-04 03:22:41.040', N'2023-11-04 03:22:41.040', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'00BC6BD5-8F69-4EFD-BA26-468DFC4304F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'5', N'81000095', N'48', N'0', N'2023-11-04 03:26:51.730', N'2023-11-04 03:26:51.730', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'A769878E-9A68-4FEE-B513-DF3670D4BF4F', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46B5965E-3F1A-4B65-BD66-B81FE16194CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000819', N'1', N'0', N'2023-11-04 03:32:52.873', N'2023-11-04 03:32:52.873', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C9A377F-727A-498C-93F2-D667F6AF9D6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80001306', N'1', N'0', N'2023-11-04 03:33:34.210', N'2023-11-04 03:33:34.210', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'686784EF-B588-404F-8C31-37BAF99434BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80001307', N'1', N'0', N'2023-11-04 03:33:41.873', N'2023-11-04 03:33:41.873', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8217FAD0-B5ED-4FE8-9E64-3A0D37DE6975', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80001319', N'1', N'0', N'2023-11-04 03:33:56.413', N'2023-11-04 03:33:56.413', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64A8E816-1306-4E2F-970B-BA1E6A9275E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80001320', N'1', N'0', N'2023-11-04 03:34:03.443', N'2023-11-04 03:34:03.443', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BBC4D33-A85F-44B5-B8EA-E3CA239A2061', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000933', N'1', N'0', N'2023-11-04 03:46:29.213', N'2023-11-04 03:46:29.213', N'36', N'1000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'1000', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA3BA71D-0390-4710-AE9B-26B6CBEABA3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70699', N'1', N'0', N'2023-11-04 03:46:29.217', N'2023-11-04 03:46:29.217', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C18ABD5-1F1F-411F-AFAA-34432D48946A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000944', N'1', N'0', N'2023-11-04 03:48:08.957', N'2023-11-04 03:48:08.957', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B7DEB33-EC08-4D3C-9B4E-CF8CFCD4B3C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000946', N'1', N'0', N'2023-11-04 03:48:10.047', N'2023-11-04 03:48:10.047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C33860E3-58EB-4588-B0E9-FF7F597F36F3', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'70000001', N'1', N'0', N'2023-11-14 13:52:43.920', N'2023-11-14 13:52:43.920', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9933C0B8-DD2F-4ACA-AAC7-5472815F2C4D', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000886', N'1', N'0', N'2023-11-04 07:51:20.350', N'2023-11-04 07:51:20.350', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FF3D55A-29ED-4898-AFFE-EE7C24F6C637', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000316', N'1', N'0', N'2023-11-04 07:51:21.343', N'2023-11-04 07:51:21.343', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC18B325-068D-482C-995F-F0E173FD93C1', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21435', N'1', N'0', N'2023-11-14 13:53:47.240', N'2023-11-14 13:53:47.240', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24487357-DAFA-4A44-A1F1-E100B1CF1047', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000547', N'1', N'0', N'2023-11-04 07:51:24.347', N'2023-11-04 07:51:24.347', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87BBEAA5-8164-4B41-AB16-896395C57CFF', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40015', N'1', N'-1', N'2023-11-04 07:52:01.200', N'2023-11-04 07:52:01.200', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10F17453-E9A9-4C8C-B7C3-BFF6A513B97C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'7', N'0', N'2023-11-04 07:53:29.217', N'2023-11-04 07:53:29.217', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15481E63-7857-4476-B357-17EBA9E4ACC0', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'62001', N'13', N'0', N'2023-11-04 07:53:48.197', N'2023-11-04 07:53:48.197', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA40D81E-84B5-486B-AA1D-177C32C18BEB', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'4', N'61001', N'9', N'0', N'2023-11-04 07:54:06.160', N'2023-11-04 07:54:06.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD55C37F-7C52-4F68-BED6-BCDF9C119CDA', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042001', N'1', N'0', N'2023-11-04 07:54:47.170', N'2023-11-04 07:54:47.170', N'9', N'4026', N'0', N'2001', N'11', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4026', N'1609') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'904C379C-D051-4964-83D1-AC06DEE2C053', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032001', N'1', N'0', N'2023-11-04 07:55:08.127', N'2023-11-04 07:55:08.127', N'23', N'5470', N'0', N'2002', N'15', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5470', N'1874') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5E407F4-DA75-41A8-B0BC-3399EB8AA04B', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012001', N'1', N'0', N'2023-11-04 07:58:27.980', N'2023-11-04 07:58:27.980', N'9', N'6991', N'0', N'2002', N'24', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'6991', N'2140') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0109A6A9-7FF6-4077-A223-2B443D2A09F1', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78172', N'1', N'0', N'2023-11-04 07:59:41.767', N'2023-11-04 07:59:41.767', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AA20021-63CC-43CE-9456-C840308783B3', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000001', N'1', N'0', N'2023-11-04 07:59:41.770', N'2023-11-04 07:59:41.770', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBADA549-4C13-4E1A-A72D-902B4A719E30', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21429', N'1', N'0', N'2023-11-04 08:00:10.223', N'2023-11-04 08:00:10.223', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0E312DD-9D32-4F5D-85AB-0E9A02EB218C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'77105', N'1', N'0', N'2023-11-04 08:00:42.600', N'2023-11-04 08:00:42.600', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A85C1A7-772D-4816-BC8D-2428F3629C79', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'111042002', N'1', N'0', N'2023-11-04 08:02:03.950', N'2023-11-04 08:02:03.950', N'40', N'8031', N'0', N'1010', N'53', N'0', N'0', N'0', N'0', N'1062', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8031', N'2446') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5704910B-34A1-4557-AC6F-43DF91A3634A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012001', N'1', N'0', N'2023-11-04 08:04:50.183', N'2023-11-04 08:04:50.183', N'9', N'6459', N'0', N'2002', N'17', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'6459', N'2571') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F8F44FF-84E1-406A-8948-432585553643', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082101', N'1', N'0', N'2023-11-04 08:11:22.013', N'2023-11-04 08:11:22.013', N'9', N'7762', N'0', N'2002', N'42', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7762', N'2912') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC0D6AE3-06C2-421E-83DB-DD42041CC883', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031000', N'1', N'0', N'2023-11-04 07:36:58.410', N'2023-11-04 07:36:58.410', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2500') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B66D679E-21D9-496B-93E5-606D32BCF72B', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'5', N'60064', N'6', N'0', N'2023-11-04 08:12:04.030', N'2023-11-04 08:12:04.030', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B2B8C6C-0DFB-4AC0-A05E-793C06EF3C12', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'6', N'60065', N'9', N'0', N'2023-11-04 08:12:04.033', N'2023-11-04 08:12:04.033', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19C7D6F7-C76D-4321-8486-D02A3B728744', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78173', N'1', N'0', N'2023-11-04 08:12:31.490', N'2023-11-04 08:12:31.490', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D439726-B98A-4A06-AE17-071EFEEE79A1', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'70003051', N'1', N'0', N'2023-12-08 07:29:46.767', N'2023-12-08 07:29:46.767', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9056064E-DDC0-4CD8-A1DD-3278DECEEF75', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40058', N'1', N'0', N'2023-11-04 08:15:52.967', N'2023-11-04 08:15:52.967', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'482E166E-9EB0-4D3B-9309-4B8572CAC497', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032001', N'1', N'0', N'2023-11-04 08:16:53.953', N'2023-11-04 08:16:53.953', N'9', N'8662', N'0', N'2001', N'20', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8662', N'2141') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD6D8CD6-7C1A-4482-BF2F-84CA05B2E4B8', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41860', N'1', N'0', N'2023-11-04 08:17:47.817', N'2023-11-04 08:17:47.817', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA0AA797-B99A-4486-A4BA-CC76D0F7F8B7', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011001', N'1', N'0', N'2023-11-04 07:39:07.897', N'2023-11-04 07:39:07.897', N'9', N'5432', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5432', N'1626') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5A3BC69-5954-4203-9C8C-E9A913961049', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41861', N'1', N'0', N'2023-11-04 08:17:47.820', N'2023-11-04 08:17:47.820', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3BD9F28-0918-4634-B4DB-0418D7DC4ED7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'1', N'0', N'2023-11-04 08:32:12.047', N'2023-11-04 08:32:12.047', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C370968B-10FD-4E6A-A914-F5EE37659C4C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062005', N'1', N'0', N'2023-11-04 08:34:49.943', N'2023-11-04 08:34:49.943', N'9', N'7699', N'0', N'1010', N'115', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7699', N'2740') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA60BE9A-8768-488F-AF8D-6AB389FD1BD1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042008', N'1', N'0', N'2023-11-04 08:34:50.537', N'2023-11-04 08:34:50.537', N'9', N'4049', N'0', N'2001', N'141', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4049', N'1446') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'083FE041-8E66-4292-803D-419F1B118E31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000273', N'1', N'0', N'2023-11-04 09:35:08.177', N'2023-11-04 09:35:08.177', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAAB6DC2-B692-497D-9433-EC2FDE933F85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000272', N'1', N'0', N'2023-11-04 09:35:15.530', N'2023-11-04 09:35:15.530', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1975475E-43C2-4FD3-BC69-18033198865D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'68127', N'10', N'0', N'2023-11-04 09:37:14.343', N'2023-11-04 09:37:14.343', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68CD88EA-B104-4081-9D52-B4885C2FF36A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'68126', N'1', N'0', N'2023-11-04 09:39:38.990', N'2023-11-04 09:39:38.990', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBB42237-3513-460D-9A59-29E1FD5316A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'19', N'0', N'2023-11-04 09:51:42.413', N'2023-11-04 09:51:42.413', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B55200D-2EC4-4311-899A-2E05B78FC315', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41799', N'2', N'0', N'2023-11-04 10:52:50.570', N'2023-11-04 10:52:50.570', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3803E799-3BCC-47D2-B345-4AD8969EC600', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000054', N'999', N'0', N'2023-11-16 13:03:07.150', N'2023-11-16 13:03:07.150', N'16', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43E482C6-4F18-474F-913C-9DE6E61D79A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70684', N'1', N'0', N'2023-11-05 10:18:06.420', N'2023-11-05 10:18:06.420', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'907BBA9E-4447-4E0C-9548-B3BF72F2166F', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'0', N'90011', N'1', N'0', N'2023-11-13 23:27:11.433', N'2023-11-13 23:27:11.433', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4111C073-739B-4B4D-BE5C-2CE8F3F2FB27', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'6', N'0', N'2023-11-13 23:29:48.283', N'2023-11-13 23:29:48.283', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FFFF7CE-20B1-48A5-92AC-396A6DE12751', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'5', N'62001', N'2', N'0', N'2023-11-13 23:30:07.843', N'2023-11-13 23:30:07.843', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4730FC87-802F-4008-B1A3-A723E06F4C0A', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78172', N'1', N'0', N'2023-11-13 23:43:14.030', N'2023-11-13 23:43:14.030', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC109249-F9FD-4D91-982A-21D1B04926EA', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40015', N'1', N'-1', N'2023-11-13 23:33:02.240', N'2023-11-13 23:33:02.240', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'047A20F7-43D9-48CA-81DA-E6C85B98D374', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'66038', N'1', N'0', N'2023-11-13 23:34:29.070', N'2023-11-13 23:34:29.070', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE20490B-EC01-4C2D-AAC3-8F6B5AF168C7', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'63001', N'4', N'0', N'2023-11-13 23:36:03.907', N'2023-11-13 23:36:03.907', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'917456EF-CD46-42CE-9B91-B780D23DB0A1', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100101', N'1', N'0', N'2023-11-13 23:36:15.690', N'2023-11-13 23:36:15.690', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26C99169-9DCC-402A-BF01-965C2E914150', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011002', N'1', N'0', N'2023-11-13 23:36:39.847', N'2023-11-13 23:36:39.847', N'9', N'6546', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6546', N'2614') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEBDF2F5-460A-45D1-8137-CD928A4FA6D2', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'1', N'0', N'2023-11-13 23:36:46.283', N'2023-11-13 23:36:46.283', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BA1BBDA-1C08-47E4-A01E-4E674A5A2110', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'70003051', N'2', N'0', N'2023-11-13 23:40:16.647', N'2023-11-13 23:40:16.647', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B58AA44-4B76-4873-90BC-7E9332DB705B', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071000', N'1', N'0', N'2023-11-13 23:22:19.227', N'2023-11-13 23:22:19.227', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7DEFFAF-EE28-42E0-8B73-A283F344E53F', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'115032001', N'1', N'0', N'2023-11-13 23:31:46.407', N'2023-11-13 23:31:46.407', N'8', N'4218', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'4218', N'1317') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'371C2E0E-00F6-4620-8CD4-80CE5DC9B2D5', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'2', N'0', N'2023-11-13 23:41:05.200', N'2023-11-13 23:41:05.200', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FA4CBE8-F52A-4867-9802-DB525B7A0809', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'4', N'61001', N'1', N'0', N'2023-11-13 23:41:06.013', N'2023-11-13 23:41:06.013', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'880BA8DA-56E1-4A90-BB92-9FF5B069064E', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021001', N'1', N'0', N'2023-11-13 23:41:21.123', N'2023-11-13 23:41:21.123', N'9', N'4230', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'4', N'4', N'4230', N'885') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA2BD64B-ADE0-45CA-A5F5-16706F4C62E0', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000001', N'1', N'0', N'2023-11-13 23:43:14.053', N'2023-11-13 23:43:14.053', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'094027CB-F5EE-45F9-94F4-ECBA4DDA1089', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21435', N'1', N'0', N'2023-11-13 23:43:33.653', N'2023-11-13 23:43:33.653', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'429B2001-BCB7-4AF3-881E-2216E8A2664B', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11085006', N'1', N'0', N'2023-11-13 23:50:01.380', N'2023-11-13 23:50:01.380', N'36', N'9000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'9000', N'2200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3991F35-6852-421E-ABDC-FFF6BFEA7D23', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11085006', N'1', N'0', N'2023-11-13 23:50:03.000', N'2023-11-13 23:50:03.000', N'36', N'9000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'9000', N'2200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E7AD612-FF01-4D20-A517-6E078334F20A', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11085006', N'1', N'0', N'2023-11-13 23:50:05.670', N'2023-11-13 23:50:05.670', N'36', N'9000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'9000', N'2200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5E963F8-58E4-48E9-8014-4AEEBD11DC2F', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80100035', N'1', N'0', N'2023-11-13 23:50:16.397', N'2023-11-13 23:50:16.397', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'327770CD-4A2C-405F-A628-F00308974DFD', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'111082002', N'1', N'0', N'2023-11-13 23:50:25.747', N'2023-11-13 23:50:25.747', N'40', N'8751', N'0', N'1010', N'70', N'0', N'0', N'0', N'0', N'1062', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'8751', N'2271') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'35F4A295-F5AB-4D84-8628-E8D44C6A075F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'287', N'0', N'2023-11-16 13:04:53.650', N'2023-11-16 13:04:53.650', N'16', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40CE0B9D-C287-40B7-B30B-C8CB8AF3EA32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'82000055', N'1', N'0', N'2023-11-16 13:43:59.447', N'2023-11-16 13:43:59.447', N'16', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A445ACEF-8A25-4EFA-92F4-30895401EED7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'99000005', N'1', N'0', N'2023-11-05 10:21:11.680', N'2023-11-05 10:21:11.680', N'36', N'7500', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'7500', N'2200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61CDD722-B752-4048-B98B-DA32B46D8111', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80001318', N'1', N'0', N'2023-11-16 13:45:15.733', N'2023-11-16 13:45:15.733', N'16', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B168A46C-8563-4673-8C7D-A9C66E526C2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'18', N'61191003', N'1', N'0', N'2023-11-30 19:23:15.187', N'2023-11-30 19:23:15.187', N'36', N'0', N'0', N'1005', N'276', N'1015', N'255', N'1006', N'273', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'032315B0-9536-46DE-9D6A-451B67F3C647', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'10', N'61172005', N'1', N'0', N'2023-10-11 11:27:21.073', N'2023-10-11 11:27:21.073', N'0', N'0', N'0', N'2003', N'16', N'2004', N'16', N'2001', N'105', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E8DD972-5DD7-49A3-B357-4F8524F1BEB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61174006', N'1', N'0', N'2023-11-16 13:59:34.850', N'2023-11-16 13:59:34.850', N'0', N'0', N'0', N'1015', N'336', N'1018', N'299', N'1010', N'276', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1ACBCB3-7114-4CB9-82E4-40D3A415B3A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61174005', N'1', N'0', N'2023-11-16 13:59:35.470', N'2023-11-16 13:59:35.470', N'0', N'0', N'0', N'2003', N'19', N'2004', N'19', N'2001', N'118', N'21016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5429ED2D-EFB5-4C82-91D0-7CBD783CE8F7', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'80005050', N'1', N'0', N'2023-12-08 20:41:30.733', N'2023-12-08 20:41:30.733', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EB90FE8-8FDD-4E6B-8B8F-5D68F8A57978', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'115042001', N'1', N'0', N'2023-11-16 14:23:02.720', N'2023-11-16 14:23:02.720', N'8', N'3767', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'6', N'3', N'3', N'3767', N'644') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A28EF95C-FBBB-4436-87F0-76DD2568D245', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40015', N'1', N'-1', N'2023-11-16 14:23:41.633', N'2023-11-16 14:23:41.633', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04EBE457-64C7-4035-B850-3469257F9D01', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011001', N'1', N'0', N'2023-11-16 14:28:15.000', N'2023-11-16 14:28:15.000', N'9', N'4828', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4828', N'920') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15F6DE98-FA20-4B0A-A95F-ECA503CE12FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000276', N'1', N'0', N'2023-11-16 13:40:16.587', N'2023-11-16 13:40:16.587', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAE0B2F2-6CEE-40BB-8170-B1413F31DB02', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78172', N'1', N'0', N'2023-11-16 14:30:01.713', N'2023-11-16 14:30:01.713', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'846BF0A5-E829-417A-B554-0F26AFA08D9E', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000001', N'1', N'0', N'2023-11-16 14:30:01.717', N'2023-11-16 14:30:01.717', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1894BA43-88EE-41CC-B56C-313DB1EE8B35', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'63001', N'1', N'0', N'2023-11-16 14:31:27.503', N'2023-11-16 14:31:27.503', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3389D890-03E2-4A08-B23F-97FDA16EAE41', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80100101', N'1', N'0', N'2023-11-16 14:32:29.290', N'2023-11-16 14:32:29.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01C4A3A0-0580-4DA8-995C-9B22EA8367B0', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21426', N'1', N'0', N'2023-11-16 14:33:26.293', N'2023-11-16 14:33:26.293', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D8BE8DBE-D894-4358-BEB4-E5ABAB7EB55D', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'0', N'76110', N'1', N'0', N'2023-11-16 14:34:02.837', N'2023-11-16 14:34:02.837', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2730D6D-54D3-473A-8C87-A198E7393ADF', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-11-16 15:24:51.383', N'2023-11-16 15:24:51.383', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'704F6C03-1D25-4790-95DB-82C9DA22D310', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002080', N'1', N'0', N'2023-11-16 15:39:30.910', N'2023-11-16 15:39:30.910', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE1048DE-65A6-4360-96E6-7DAE387F54FB', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000102', N'1', N'0', N'2023-11-16 15:41:53.930', N'2023-11-16 15:41:53.930', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9EA5CE62-0CDF-4225-BF83-DEE9B0C23D8B', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000095', N'1', N'0', N'2023-11-16 15:41:58.030', N'2023-11-16 15:41:58.030', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2271476-A939-4A08-B5C0-2F88C2067FFC', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'1', N'111012002', N'1', N'0', N'2023-11-16 16:12:03.703', N'2023-11-16 16:12:03.703', N'40', N'7626', N'0', N'1010', N'69', N'0', N'0', N'0', N'0', N'1062', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7626', N'2474') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2819BEC-A405-4E0B-B58D-82FCCCE03111', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'25', N'61174005', N'1', N'0', N'2023-10-13 12:39:44.710', N'2023-10-13 12:39:44.710', N'0', N'0', N'0', N'2003', N'20', N'2002', N'108', N'2004', N'19', N'21016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F895DABB-DA12-49DB-8D16-CA3F1F5E74F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711035006', N'1', N'0', N'2023-11-16 21:57:59.057', N'2023-11-16 21:57:59.057', N'9', N'7687', N'0', N'3005', N'20', N'2013', N'49', N'2015', N'40', N'2286', N'3', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7687', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A42A4D1-E8BC-4AB2-BF2C-9F56AE4B45F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41841', N'2', N'0', N'2023-11-16 21:58:01.890', N'2023-11-16 21:58:01.890', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE6929FB-A924-4EBC-9E5D-61799EC0664A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012006', N'1', N'0', N'2023-11-16 22:00:31.030', N'2023-11-16 22:00:31.030', N'9', N'6059', N'0', N'1010', N'140', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'6059', N'2352') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99974EED-7863-4374-9F66-FD72B41139BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711082006', N'1', N'0', N'2023-11-16 22:00:32.023', N'2023-11-16 22:00:32.023', N'9', N'7159', N'0', N'1010', N'121', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7159', N'2061') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16E0A0C6-3CD7-4A72-8E66-FB369E78AD3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711082006', N'1', N'0', N'2023-11-16 22:00:33.243', N'2023-11-16 22:00:33.243', N'9', N'6258', N'0', N'1010', N'158', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6258', N'2978') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7300A2A-210F-44E9-8A5F-8A74D5B9550A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'712032006', N'1', N'0', N'2023-11-16 22:00:33.660', N'2023-11-16 22:00:33.660', N'9', N'4257', N'0', N'2004', N'5', N'0', N'0', N'0', N'0', N'2214', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4257', N'2378') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70E5E02D-1500-4964-856B-1308DAF024F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'713024006', N'1', N'0', N'2023-11-16 22:00:57.893', N'2023-11-16 22:00:57.893', N'23', N'3010', N'0', N'2004', N'3', N'2003', N'2', N'0', N'0', N'2215', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3010', N'1021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'844B99EE-E19D-4257-9989-37A911460007', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37001', N'1', N'0', N'2023-11-17 13:22:21.157', N'2023-11-17 13:22:21.157', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91EC245F-8FD9-4C1A-BE8F-9EE9269849C2', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-11-18 23:20:52.637', N'2023-11-18 23:20:52.637', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF39D2E2-4854-4EC2-9B54-0607567B9CDD', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'0', N'90011', N'1', N'0', N'2023-11-18 23:26:22.917', N'2023-11-18 23:26:22.917', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F398952A-F0B3-44F4-97E7-EBDE9F46F028', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'6', N'0', N'2023-11-18 23:20:54.237', N'2023-11-18 23:20:54.237', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2CF13C0-9377-4E41-ABEF-23559ADB7CA1', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'38001', N'5', N'0', N'2023-11-18 23:20:54.843', N'2023-11-18 23:20:54.843', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'188437B4-BCD1-442D-A965-FC32B3E02E0E', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'70003051', N'4', N'0', N'2023-11-18 23:26:59.850', N'2023-11-18 23:26:59.850', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E2CE7DF-3434-478A-B325-484FE382F1E2', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'62001', N'7', N'0', N'2023-11-18 23:28:23.510', N'2023-11-18 23:28:23.510', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B86AA89-18D5-4016-A382-2DEF7B13C875', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80010013', N'1', N'0', N'2023-11-18 23:30:15.403', N'2023-11-18 23:30:15.403', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D75331F-B318-48B3-A669-DBCF9FB549A2', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000882', N'1', N'0', N'2023-11-18 23:30:16.567', N'2023-11-18 23:30:16.567', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'056E201E-EF60-414C-92BA-8C83C794F7F7', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000880', N'1', N'0', N'2023-11-18 23:30:33.563', N'2023-11-18 23:30:33.563', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F6333CE-8EC0-4E38-959F-01AAE68A63EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100111', N'1', N'0', N'2023-11-19 15:45:16.997', N'2023-11-19 15:45:16.997', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'B688DBDD-5B82-4784-8D5B-4BD6675E4AD9', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02E6FAE2-A41F-4EC8-A58E-C1676033B042', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052008', N'1', N'0', N'2023-11-19 16:15:09.223', N'2023-11-19 16:15:09.223', N'9', N'7730', N'0', N'1010', N'84', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'7730', N'2021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F17D34D2-4EB1-4286-9E16-0F0D16707EBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000056', N'1', N'0', N'2023-11-20 13:33:00.560', N'2023-11-20 13:33:00.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'742470DA-AFA8-4291-AD2E-534C1F44FFC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000059', N'1', N'0', N'2023-11-20 13:33:10.210', N'2023-11-20 13:33:10.210', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE3CC437-728C-4B29-821B-C31F64489A3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000274', N'1', N'0', N'2023-11-20 13:34:15.237', N'2023-11-20 13:34:15.237', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C578CE08-750D-4D81-9D42-13F85EEFB77A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012002', N'1', N'0', N'2023-11-17 13:22:30.727', N'2023-11-17 13:22:30.727', N'9', N'3051', N'0', N'2002', N'25', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'3051', N'1187') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CABD23D-8BFC-444A-9B79-35EB4A4BF749', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16001', N'4', N'0', N'2023-11-17 13:22:38.083', N'2023-11-17 13:22:38.083', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4581100-AF3E-4556-88DB-1DE948AC3D1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022003', N'1', N'0', N'2023-11-17 13:22:38.693', N'2023-11-17 13:22:38.693', N'9', N'3876', N'0', N'2002', N'37', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3876', N'1102') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'781C0F71-98C1-4154-9F63-3A05DA5724F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59001', N'7', N'0', N'2023-11-17 13:23:31.970', N'2023-11-17 13:23:31.970', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB9AFDC1-ADF9-4693-9FAF-EABDE643E684', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2023-11-17 13:23:32.950', N'2023-11-17 13:23:32.950', N'9', N'9522', N'0', N'2001', N'78', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9522', N'2210') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BF4F6B8-8555-4B22-9EFE-68FDA672DBFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042003', N'1', N'0', N'2023-11-17 13:23:33.767', N'2023-11-17 13:23:33.767', N'9', N'3365', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3365', N'851') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E91AF6FB-E48D-4881-B25F-3803AEB8286D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032003', N'1', N'0', N'2023-11-17 13:23:34.783', N'2023-11-17 13:23:34.783', N'9', N'4479', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4479', N'1550') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93F7DBDE-8665-4AD3-A7A3-7BD0C3D556ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032002', N'1', N'0', N'2023-11-17 13:23:36.617', N'2023-11-17 13:23:36.617', N'9', N'4439', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4439', N'1163') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20329BD8-6948-4A03-A86F-35EF60664B2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11024001', N'1', N'0', N'2023-11-17 13:23:56.727', N'2023-11-17 13:23:56.727', N'23', N'6276', N'0', N'2016', N'23', N'2029', N'22', N'0', N'0', N'2173', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'2', N'2', N'6276', N'2449') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C07730C4-AA97-418D-9175-09114ABBF354', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60015', N'1', N'0', N'2023-11-17 13:25:36.550', N'2023-11-17 13:25:36.550', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C058B7A1-6F79-4F0E-992F-400A03D4904B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'8', N'40080', N'5', N'0', N'2023-11-17 13:25:45.857', N'2023-11-17 13:25:45.857', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8CD5D0D-E971-4675-8095-F3E1A615DC55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'1', N'0', N'2023-11-17 13:26:29.760', N'2023-11-17 13:26:29.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EEEF8CA-0A93-4F86-9E72-EDEB6B6B9474', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11111004', N'1', N'0', N'2023-11-17 13:26:58.363', N'2023-11-17 13:26:58.363', N'9', N'7523', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7523', N'2269') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7ACC3902-3F58-46F8-B9FA-8D1AD43FCA35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56003', N'3', N'0', N'2023-11-17 13:27:17.530', N'2023-11-17 13:27:17.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8860A072-17B0-4CA3-BAF9-36CA617BEB76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60014', N'1', N'0', N'2023-11-17 13:28:16.563', N'2023-11-17 13:28:16.563', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20C10E21-8FDB-4021-B6A4-3684FE2883EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032003', N'1', N'0', N'2023-11-17 13:28:22.250', N'2023-11-17 13:28:22.250', N'9', N'3782', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3782', N'1591') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'506196B6-7CF0-4F07-8D53-A72169A9BAEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032003', N'1', N'0', N'2023-11-17 13:29:25.567', N'2023-11-17 13:29:25.567', N'9', N'3107', N'0', N'1010', N'24', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3107', N'840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A23D3A8-2E02-4F8F-84A3-C14FA8A86883', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'1', N'0', N'2023-11-17 13:30:17.593', N'2023-11-17 13:30:17.593', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AC64B34-FA7A-4750-A5A8-C81EE1E8A091', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042004', N'1', N'0', N'2023-11-17 13:30:18.200', N'2023-11-17 13:30:18.200', N'9', N'4641', N'0', N'2001', N'52', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'4641', N'1643') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15E2B02B-0E14-4AE7-80C8-F08AC211F762', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022004', N'1', N'0', N'2023-11-17 13:30:18.597', N'2023-11-17 13:30:18.597', N'9', N'4641', N'0', N'2001', N'52', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'4641', N'1643') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E979DF00-7AEC-4FB0-99CC-AF65AC319F4B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60059', N'1', N'0', N'2023-11-17 13:31:58.233', N'2023-11-17 13:31:58.233', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A6A117E-6277-4520-B54E-14A50B2D191D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032004', N'1', N'0', N'2023-11-17 13:32:32.290', N'2023-11-17 13:32:32.290', N'9', N'7378', N'0', N'2001', N'92', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7378', N'2450') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F37B186-C0DE-4720-8ABF-AF27185DDD3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61037', N'2', N'0', N'2023-11-17 13:35:36.450', N'2023-11-17 13:35:36.450', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74E8708C-0EEB-4D4E-B003-FED05783E77E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120002', N'1', N'0', N'2023-11-17 13:35:48.050', N'2023-11-17 13:35:48.050', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE5A7215-1C5D-442F-AD22-518EE79AD612', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120002', N'1', N'0', N'2023-11-17 13:35:48.860', N'2023-11-17 13:35:48.860', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'844E5053-A1B1-49EF-A24A-8027B9DB7660', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120002', N'1', N'0', N'2023-11-17 13:35:49.270', N'2023-11-17 13:35:49.270', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1150ED94-1DFD-4917-A085-57B83E18AD7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120002', N'1', N'0', N'2023-11-17 13:35:49.677', N'2023-11-17 13:35:49.677', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3421F782-E75B-4DA1-A0B9-612E5015CC8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120002', N'1', N'0', N'2023-11-17 13:35:50.083', N'2023-11-17 13:35:50.083', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B609F0D4-2CC4-48E6-80C6-AC60B3233B55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11054002', N'1', N'0', N'2023-11-17 13:35:57.613', N'2023-11-17 13:35:57.613', N'29', N'8601', N'0', N'2034', N'24', N'2033', N'30', N'0', N'0', N'2181', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8601', N'2328') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9BBEB15-2998-4E58-A21B-0A1B11D44405', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072005', N'1', N'0', N'2023-11-17 13:36:26.373', N'2023-11-17 13:36:26.373', N'29', N'7128', N'0', N'2001', N'89', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7128', N'2028') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD0962CF-680F-4EE5-8AF4-776FB1E7F491', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60014', N'2', N'0', N'2023-11-17 13:36:35.193', N'2023-11-17 13:36:35.193', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CF4B961-F300-4744-8B59-9162815B2C7C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'3', N'0', N'2023-11-17 13:36:35.777', N'2023-11-17 13:36:35.777', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E9220BA-8807-466A-B3AD-44845928A6C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072004', N'1', N'0', N'2023-11-17 13:36:36.600', N'2023-11-17 13:36:36.600', N'9', N'7089', N'0', N'2001', N'110', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7089', N'2226') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E119D8F2-DCD9-4F15-A659-9F9F7652769A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012004', N'1', N'0', N'2023-11-17 13:36:37.820', N'2023-11-17 13:36:37.820', N'9', N'8193', N'0', N'2001', N'95', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'8193', N'2518') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1275AC3C-78E0-43FD-8D55-972AF741F5B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60015', N'2', N'0', N'2023-11-17 13:36:39.860', N'2023-11-17 13:36:39.860', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89FA0EEB-B0DD-41D7-9B4D-AFB367498BA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60063', N'1', N'0', N'2023-11-17 13:36:41.693', N'2023-11-17 13:36:41.693', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51AAB018-576A-4A40-A200-259ACD6E19D4', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-11-17 13:41:07.030', N'2023-11-17 13:41:07.030', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C7C3EC5-ED06-4BBB-A5DB-0760866149C9', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-11-17 13:41:07.037', N'2023-11-17 13:41:07.037', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4FE7E96-2811-4A95-94E2-672B25DC42DE', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'38001', N'5', N'0', N'2023-11-17 13:41:40.660', N'2023-11-17 13:41:40.660', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFD0F7C7-1636-45B9-BAB4-39FFBBFFD931', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'37001', N'5', N'0', N'2023-11-17 13:41:41.077', N'2023-11-17 13:41:41.077', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE88CD52-6493-4FA8-B4F1-DAA3CD46DF01', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'0', N'90022', N'1', N'0', N'2023-11-17 14:13:27.640', N'2023-11-17 14:13:27.640', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85B06B3E-65CF-4676-A768-56CCCF047744', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-11-18 23:20:52.643', N'2023-11-18 23:20:52.643', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9801D5D7-1726-44BC-B04B-F2DA0AE5A294', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012008', N'1', N'0', N'2023-11-19 16:15:08.627', N'2023-11-19 16:15:08.627', N'9', N'4120', N'0', N'2002', N'145', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4120', N'2116') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C51CB6E-936D-4859-93AB-F9F54DDC14E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70000019', N'1', N'0', N'2023-11-19 16:20:18.800', N'2023-11-19 16:20:18.800', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D58A112-C93E-4283-8B69-D611E224C4DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'5', N'0', N'2023-11-21 04:36:55.713', N'2023-11-21 04:36:55.713', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA084F8C-2294-40EB-89A0-1A3132EF756C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'24', N'61174007', N'1', N'0', N'2023-11-16 13:59:31.457', N'2023-11-16 13:59:31.457', N'0', N'0', N'0', N'2036', N'10', N'1018', N'299', N'2009', N'10', N'21054', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCB81B41-DF8A-4D83-BF38-762010114665', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16001', N'2', N'0', N'2023-11-21 04:52:53.267', N'2023-11-21 04:52:53.267', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCF08B61-D0CA-47A7-9C64-732856681BD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042006', N'1', N'0', N'2023-11-21 04:53:43.107', N'2023-11-21 04:53:43.107', N'9', N'4058', N'0', N'2004', N'2', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4058', N'2038') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CDEDCD41-CAF5-4494-94C1-38FC0EBCBA92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041003', N'1', N'0', N'2023-11-21 04:55:40.910', N'2023-11-21 04:55:40.910', N'9', N'9277', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9277', N'2593') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9D6D020-3A71-496A-9DF3-4F2D9692E90F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011005', N'1', N'0', N'2023-11-21 04:56:10.723', N'2023-11-21 04:56:10.723', N'9', N'3149', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3149', N'994') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6F8DE06-CAA1-4CEC-8436-2A38AFFD23E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012005', N'1', N'0', N'2023-11-21 04:57:21.130', N'2023-11-21 04:57:21.130', N'9', N'3295', N'0', N'2001', N'50', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3295', N'1563') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACC790F9-A192-4C62-A01A-17C327430E2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052007', N'1', N'0', N'2023-11-21 04:59:42.240', N'2023-11-21 04:59:42.240', N'9', N'7029', N'0', N'1010', N'81', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7029', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BF1EE7B-493F-4F69-8C64-E1688E4F3724', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052007', N'1', N'0', N'2023-11-21 04:59:43.470', N'2023-11-21 04:59:43.470', N'9', N'7130', N'0', N'1010', N'107', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7130', N'2737') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8217571D-EEC4-4430-B311-C0E247D3D18D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022006', N'1', N'0', N'2023-11-21 04:59:44.087', N'2023-11-21 04:59:44.087', N'9', N'4984', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4984', N'1159') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9621B935-1857-4693-89B3-4775C1B262F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012007', N'1', N'0', N'2023-11-21 05:00:34.753', N'2023-11-21 05:00:34.753', N'9', N'4699', N'0', N'2003', N'3', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'4699', N'1535') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'436F60FF-BF7D-4A21-9BF6-0492639664D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012007', N'1', N'0', N'2023-11-21 05:02:32.743', N'2023-11-21 05:02:32.743', N'9', N'4508', N'0', N'2003', N'3', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4508', N'2202') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'211F1497-B737-4011-9DE9-B04F56AA41DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042004', N'1', N'0', N'2023-11-21 05:02:33.357', N'2023-11-21 05:02:33.357', N'9', N'8376', N'0', N'2002', N'142', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8376', N'2233') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67562864-2C4E-47EA-AE37-519AC437B58E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'1', N'0', N'2023-11-21 05:14:07.407', N'2023-11-21 05:14:07.407', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D241787C-CDE3-4D32-BB3D-4A8C7DF3E333', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112006', N'1', N'0', N'2023-11-21 05:14:12.520', N'2023-11-21 05:14:12.520', N'9', N'6065', N'0', N'1010', N'99', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6065', N'2368') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D5BD318-0C87-4D15-97FF-2057E6A414C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022005', N'1', N'0', N'2023-11-21 05:14:20.893', N'2023-11-21 05:14:20.893', N'9', N'3398', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3398', N'669') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9342C34-0334-4670-9A54-AB40CDA9B090', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021003', N'1', N'0', N'2023-11-21 05:14:39.903', N'2023-11-21 05:14:39.903', N'9', N'7640', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7640', N'2522') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE15796B-8086-4B6F-ADE8-1DAA331DF01A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61037', N'2', N'0', N'2023-11-21 05:16:52.980', N'2023-11-21 05:16:52.980', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82B5189A-D709-4D46-8CDC-D7ECC0C56CA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59001', N'2', N'0', N'2023-11-21 05:17:09.090', N'2023-11-21 05:17:09.090', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAB8383D-1488-4AE4-8994-2C9C8B7D9E35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032005', N'1', N'0', N'2023-11-21 05:17:09.710', N'2023-11-21 05:17:09.710', N'9', N'3278', N'0', N'2001', N'49', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3278', N'1335') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55B6F038-AE3A-4EB1-A187-85E730E66863', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042003', N'1', N'0', N'2023-11-21 05:17:10.117', N'2023-11-21 05:17:10.117', N'9', N'6391', N'0', N'1010', N'99', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'6391', N'2367') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75FF2697-B480-4BF3-A8D7-0A7D8F1E3A11', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59001', N'2', N'0', N'2023-11-21 05:18:18.470', N'2023-11-21 05:18:18.470', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED78CFAA-DDE6-4285-820D-E4308759824C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51991', N'1', N'0', N'2023-11-21 05:19:48.547', N'2023-11-21 05:19:48.547', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE2B72DF-1B57-4A13-AED2-F938BA1B1293', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41778', N'4', N'0', N'2023-11-21 05:19:53.047', N'2023-11-21 05:19:53.047', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A333EEF-DD63-4D98-8F68-CA909DD78C7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80001101', N'1', N'0', N'2023-11-21 05:20:21.627', N'2023-11-21 05:20:21.627', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79F01424-75F2-4121-9833-6500F609DE49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'6', N'0', N'2023-11-21 05:20:35.907', N'2023-11-21 05:20:35.907', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D318BBA4-068C-4495-BE49-B8B5B59B569E', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'63001', N'1', N'0', N'2023-11-18 23:36:34.670', N'2023-11-18 23:36:34.670', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC870E77-A4E3-4B31-AF40-5177D7BAF8EC', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40015', N'1', N'-1', N'2023-11-18 23:34:17.633', N'2023-11-18 23:34:17.633', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'984D3569-24DC-4623-A834-DFA7E8D07F3E', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'1', N'0', N'2023-11-18 23:37:45.080', N'2023-11-18 23:37:45.080', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9707FE6C-532D-4831-B1A3-85A2D9DC7388', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'11011002', N'1', N'0', N'2023-11-18 23:38:33.830', N'2023-11-18 23:38:33.830', N'9', N'8766', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8766', N'2106') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'624C40C5-3C2A-4D31-AD50-F9552D1202E7', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'80100101', N'3', N'0', N'2023-11-18 23:38:39.943', N'2023-11-18 23:38:39.943', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD598736-9D28-46C3-8B1A-D8026A6B5C05', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012001', N'1', N'0', N'2023-11-18 23:39:02.320', N'2023-11-18 23:39:02.320', N'23', N'4539', N'0', N'2002', N'13', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4539', N'1610') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'371793B8-DF0D-4675-9A6C-19EE8EAE103C', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031001', N'1', N'0', N'2023-11-18 23:40:18.057', N'2023-11-18 23:40:18.057', N'9', N'7725', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7725', N'2414') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0360874A-68C5-475A-8996-12E6E70A8C2E', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'2', N'0', N'2023-11-18 23:40:45.180', N'2023-11-18 23:40:45.180', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF457CB1-0FC6-47CE-80F2-9621BC642B0F', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'4', N'61001', N'1', N'0', N'2023-11-18 23:40:59.280', N'2023-11-18 23:40:59.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4EE9363-161F-4EC7-98EA-C41153D6252F', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'4', N'78172', N'1', N'0', N'2023-11-18 23:42:49.330', N'2023-11-18 23:42:49.330', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'502CE6B5-88A5-4002-B911-F8EA4C7D9146', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'5', N'70000001', N'1', N'0', N'2023-11-18 23:42:49.333', N'2023-11-18 23:42:49.333', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF6F34EE-44B8-4635-A0C0-F264FAC1989D', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21426', N'1', N'0', N'2023-11-18 23:43:10.023', N'2023-11-18 23:43:10.023', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50132477-1D27-4400-967C-B9A7BF4A7093', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'0', N'76110', N'1', N'0', N'2023-11-18 23:43:51.777', N'2023-11-18 23:43:51.777', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D57B2CF-B9FB-45F6-AC35-BE989D13C563', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59004', N'4', N'0', N'2023-11-19 00:45:27.380', N'2023-11-19 00:45:27.380', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B27C96CC-2DEE-4FB9-96D3-FFF95DAC9BEF', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'30235', N'1', N'-1', N'2023-11-29 10:21:58.133', N'2023-11-29 10:21:58.133', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C342FDBF-C4A9-40D0-86F5-8608649766E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711054007', N'1', N'0', N'2023-11-19 00:51:52.503', N'2023-11-19 00:51:52.503', N'9', N'7587', N'0', N'1003', N'565', N'2034', N'49', N'0', N'0', N'1124', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'1', N'3', N'2', N'1', N'7587', N'2640') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10DAB77C-4115-4AB0-B706-04C8CF106503', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711112007', N'1', N'0', N'2023-11-19 00:51:53.100', N'2023-11-19 00:51:53.100', N'9', N'6690', N'0', N'1010', N'208', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'6690', N'2060') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1B99647-F548-4A2B-9BD7-BF44AE2D8448', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41842', N'2', N'0', N'2023-11-19 00:51:53.507', N'2023-11-19 00:51:53.507', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEA7357F-19FF-43CF-995D-0A6B11E84E13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711112007', N'1', N'0', N'2023-11-19 00:51:53.917', N'2023-11-19 00:51:53.917', N'9', N'6690', N'0', N'1010', N'208', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'6690', N'2060') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DFD00F3-3510-4F78-862D-044CEEE06B23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711132007', N'1', N'0', N'2023-11-19 00:54:17.263', N'2023-11-19 00:54:17.263', N'9', N'8224', N'0', N'1010', N'222', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'8', N'7', N'8224', N'2167') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'836AD27B-D6AF-4F1E-BDB1-2CB37F1A030A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012007', N'1', N'0', N'2023-11-19 00:54:20.527', N'2023-11-19 00:54:20.527', N'9', N'7283', N'0', N'1010', N'220', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'7283', N'2226') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0B44FED-2BA0-4676-ADE6-8AD478DAC46F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616034003', N'1', N'0', N'2023-11-21 05:20:50.823', N'2023-11-21 05:20:50.823', N'9', N'4350', N'0', N'2001', N'70', N'1001', N'125', N'0', N'0', N'2003', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4350', N'898') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F2CEAE6-2F11-42E2-A7F9-3A45A5E89736', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'620041005', N'1', N'0', N'2023-11-21 05:21:03.690', N'2023-11-21 05:21:03.690', N'9', N'4206', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4206', N'1260') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'213377D5-5465-49B3-8E54-A9A09ACC83BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611012005', N'1', N'0', N'2023-11-21 05:21:49.623', N'2023-11-21 05:21:49.623', N'9', N'8759', N'0', N'2002', N'123', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'8759', N'2585') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CD1097F-AF36-408F-B8D1-324A4CB83902', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616014003', N'1', N'0', N'2023-11-21 05:21:50.240', N'2023-11-21 05:21:50.240', N'9', N'3608', N'0', N'2001', N'68', N'2003', N'1', N'0', N'0', N'2003', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'3', N'2', N'3608', N'1302') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0744A09D-77E3-40A1-AF95-AA1679ED3C3C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611062002', N'1', N'0', N'2023-11-21 05:21:51.060', N'2023-11-21 05:21:51.060', N'9', N'6717', N'0', N'2001', N'114', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'6717', N'2008') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B93F8CC-184A-4BE6-9575-4B029E63F783', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011004', N'1', N'0', N'2023-11-21 05:23:50.647', N'2023-11-21 05:23:50.647', N'9', N'7636', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7636', N'2101') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA39DBEE-117D-4380-AB9B-D04B3EDB96F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2023-11-21 05:25:11.540', N'2023-11-21 05:25:11.540', N'9', N'7840', N'0', N'2002', N'65', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7840', N'2580') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9EED74E3-3CFC-4D61-874C-76AEEAB86147', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'1', N'0', N'2023-11-21 05:26:53.280', N'2023-11-21 05:26:53.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E57D106-A97A-4B94-AEEA-8B291067A564', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012003', N'1', N'0', N'2023-11-21 05:27:04.090', N'2023-11-21 05:27:04.090', N'9', N'3631', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'3631', N'1190') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'489CCCEF-03EF-4BB3-BACA-7DB300A0AA73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'1', N'0', N'2023-11-21 05:27:14.720', N'2023-11-21 05:27:14.720', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A45B9D65-388E-4059-A54A-20069E0B4A03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012003', N'1', N'0', N'2023-11-21 05:28:17.607', N'2023-11-21 05:28:17.607', N'9', N'5496', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5496', N'2085') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E6A6455-1D91-4C1B-85EC-0BE54DE4BC94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2023-11-21 05:28:18.220', N'2023-11-21 05:28:18.220', N'9', N'6104', N'0', N'1010', N'46', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'6104', N'2791') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D30D228-1F4E-4E8E-B015-B6605EF29857', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021003', N'1', N'0', N'2023-11-21 05:28:32.700', N'2023-11-21 05:28:32.700', N'9', N'3800', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3800', N'791') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4EF34037-07FC-4F96-B0E4-064652AFD3DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16024002', N'1', N'0', N'2023-11-21 05:28:42.140', N'2023-11-21 05:28:42.140', N'23', N'4356', N'0', N'2002', N'38', N'1001', N'141', N'0', N'0', N'1002', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'2', N'2', N'4356', N'1102') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A6BA7E4-342F-42C9-902C-F3D241EA75BC', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-11-20 00:02:56.137', N'2023-11-20 00:02:56.137', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A8D87F3-84A0-4B03-BC6E-79BEC2BEF775', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-11-20 00:02:56.143', N'2023-11-20 00:02:56.143', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3872CCF5-9491-41B5-A4E0-4741A3A8DB5A', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'0', N'90011', N'1', N'0', N'2023-11-20 00:08:24.400', N'2023-11-20 00:08:24.400', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'958EBEC0-2693-4683-B7B3-CAB4D4D4264D', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'115042001', N'1', N'0', N'2023-11-20 00:13:23.093', N'2023-11-20 00:13:23.093', N'8', N'3435', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3435', N'1195') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4741E244-4986-471F-AC0C-68AB71F3DEED', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'2', N'0', N'2023-11-20 00:10:30.097', N'2023-11-20 00:10:30.097', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1214E75B-2BA5-4BDF-AE4A-80C96F1D7267', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'80100101', N'1', N'0', N'2023-11-20 00:10:33.137', N'2023-11-20 00:10:33.137', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A84282FA-3FC8-4479-BBBE-3DC1CC25FDF3', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'38001', N'1', N'0', N'2023-11-20 00:10:33.537', N'2023-11-20 00:10:33.537', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1089849-4BC4-42B1-90EE-83BDA67B6174', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041001', N'1', N'0', N'2023-11-19 14:31:51.790', N'2023-11-19 14:31:51.790', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BBA0950-EC3B-4197-A8C1-7A283A71E9FD', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'0', N'40015', N'1', N'-1', N'2023-11-20 00:14:44.413', N'2023-11-20 00:14:44.413', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D9B0193-B05B-45EF-B912-BA0FB032D96F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100125', N'1', N'0', N'2023-11-20 00:17:19.130', N'2023-11-20 00:17:19.130', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'376E27C1-2225-4E98-B5FC-E5667D24455B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101115', N'1', N'0', N'2023-11-20 00:17:29.823', N'2023-11-20 00:17:29.823', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C74E6B3-D770-4BC1-B4BC-0B59793449A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101004', N'2', N'0', N'2023-11-20 00:17:34.520', N'2023-11-20 00:17:34.520', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDB6AF02-B2C0-4490-85F6-75D5384F6C3C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101112', N'1', N'0', N'2023-11-20 00:17:41.377', N'2023-11-20 00:17:41.377', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1CF4E76-79C7-433E-A956-3D43C89CE048', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101002', N'1', N'0', N'2023-11-20 00:17:44.517', N'2023-11-20 00:17:44.517', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53C2E747-A0B3-4098-88D0-E405C9974F91', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-11-20 00:17:49.250', N'2023-11-20 00:17:49.250', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7C2FEEA-DEB0-4AEA-8ED7-EE2B65E01425', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101101', N'1', N'0', N'2023-11-20 00:17:53.940', N'2023-11-20 00:17:53.940', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF463ACF-20F8-44B2-AA44-DFF84D68CBEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003221', N'997', N'0', N'2023-11-20 00:37:19.653', N'2023-11-20 00:37:19.653', N'16', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8906974F-432F-4BEF-A5A0-803082124DFC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'38009', N'1', N'0', N'2023-11-20 00:37:28.560', N'2023-11-20 00:37:28.560', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E45F9634-E7AA-4368-B890-87CEC59E6ED8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37009', N'1', N'0', N'2023-11-20 00:37:35.140', N'2023-11-20 00:37:35.140', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB8120C6-BDE4-4A66-8ABD-7FAB766F2F51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003422', N'986', N'0', N'2023-11-20 00:38:25.263', N'2023-11-20 00:38:25.263', N'16', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA814ABB-3F9E-4EAB-8D4F-59AE8FE129A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59003', N'8', N'0', N'2023-11-20 00:38:32.497', N'2023-11-20 00:38:32.497', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05AC04FC-6438-4381-A448-679BD57FC824', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59003', N'4', N'0', N'2023-11-20 00:38:37.057', N'2023-11-20 00:38:37.057', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96EBD76B-0B1A-42EB-A0A3-F08146151A09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59003', N'2', N'0', N'2023-11-20 00:38:40.850', N'2023-11-20 00:38:40.850', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EF7E166-171C-49AD-9619-9B9F66F544DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'41793', N'2', N'0', N'2023-11-20 00:38:49.423', N'2023-11-20 00:38:49.423', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13B50295-3800-4B46-B73C-3AECD91A6C24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'7', N'70003101', N'4', N'0', N'2023-11-20 00:38:56.147', N'2023-11-20 00:38:56.147', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEA9AFBE-0373-41E8-BE89-EC821876CC05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56017', N'2', N'0', N'2023-11-20 00:39:19.610', N'2023-11-20 00:39:19.610', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'156E51B5-7743-4132-AEF8-13DA89E5E736', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41793', N'6', N'0', N'2023-11-20 00:39:23.597', N'2023-11-20 00:39:23.597', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39C5E119-F009-402B-9B5C-D9B64B7B3764', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59003', N'2', N'0', N'2023-11-20 00:39:28.290', N'2023-11-20 00:39:28.290', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66846DE2-D6BE-4A6E-BE35-C57BD2E5A949', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'56019', N'2', N'0', N'2023-11-20 00:39:31.963', N'2023-11-20 00:39:31.963', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02A0160C-D46E-4502-A350-AD1DD16D93F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56016', N'2', N'0', N'2023-11-20 00:39:35.540', N'2023-11-20 00:39:35.540', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8634A50E-845B-4765-84C6-ED08DB568193', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56019', N'4', N'0', N'2023-11-20 00:39:39.117', N'2023-11-20 00:39:39.117', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1800C61-840A-4B31-B3BC-2527ED21558B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'41793', N'2', N'0', N'2023-11-20 00:39:43.960', N'2023-11-20 00:39:43.960', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC3ADF2C-7ECA-412C-90F0-63458B49B2B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'70003101', N'2', N'0', N'2023-11-20 00:39:47.543', N'2023-11-20 00:39:47.543', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA072A57-EFFC-4EA4-9380-248AEB3C2D39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56003', N'3', N'0', N'2023-11-20 00:40:14.840', N'2023-11-20 00:40:14.840', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E91221DB-7C1C-414F-BC9F-E147D6AB6004', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56013', N'2', N'0', N'2023-11-20 00:47:35.893', N'2023-11-20 00:47:35.893', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B459DD12-7BE7-4C37-AA05-83B32882AFAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102006', N'1', N'0', N'2023-12-09 21:28:27.703', N'2023-12-09 21:28:27.703', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72CD5DDB-51C7-484B-821F-1E10A4DE4C2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152005', N'1', N'0', N'2023-12-09 21:28:43.873', N'2023-12-09 21:28:43.873', N'23', N'9159', N'0', N'2001', N'118', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'9', N'3', N'3', N'9159', N'2503') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91F82C5B-B8BD-4FF5-831A-25960EEECAA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11154003', N'1', N'0', N'2023-12-09 21:28:49.253', N'2023-12-09 21:28:49.253', N'23', N'6036', N'0', N'2001', N'156', N'2002', N'157', N'0', N'0', N'2001', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'9', N'2', N'2', N'6036', N'2395') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32C25875-AEA3-4991-8E95-23779F64E20E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11034003', N'1', N'0', N'2023-12-09 21:28:55.527', N'2023-12-09 21:28:55.527', N'23', N'6916', N'0', N'1003', N'230', N'2013', N'29', N'0', N'0', N'1026', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'3', N'9', N'3', N'3', N'6916', N'2074') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D41B0A9F-AA42-4F7B-ABAD-A511C5ABABB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072009', N'1', N'0', N'2023-12-10 08:57:20.710', N'2023-12-10 08:57:20.710', N'9', N'8692', N'0', N'2001', N'202', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'8692', N'2332') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B1BDB2F-4C7C-44F8-A8F2-EA22D157167C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59002', N'1', N'0', N'2023-12-10 08:57:21.087', N'2023-12-10 08:57:21.087', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E804A70-DD6D-47F3-8024-A0E2310B11A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56013', N'1', N'0', N'2023-12-10 08:57:21.493', N'2023-12-10 08:57:21.493', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'160DC0B0-5721-466C-A037-8173B8696314', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022008', N'1', N'0', N'2023-12-10 08:57:24.150', N'2023-12-10 08:57:24.150', N'9', N'3850', N'0', N'2003', N'5', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3850', N'1289') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63424527-8484-4195-BF79-126831C9871E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2023-12-10 17:04:36.550', N'2023-12-10 17:04:36.550', N'9', N'3455', N'0', N'2031', N'3', N'0', N'0', N'0', N'0', N'2064', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3455', N'1149') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8B440C7-687D-416C-883A-62DB9B6B9312', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'12', N'0', N'2023-12-10 17:05:16.800', N'2023-12-10 17:05:16.800', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E14269E-1045-469B-8FE3-1837477C4FBF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000566', N'1', N'0', N'2023-12-10 20:10:14.677', N'2023-12-10 20:10:14.677', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3D40D96-8240-40AD-B72E-42BB736EAAA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'45', N'61184007', N'1', N'0', N'2023-10-24 10:16:42.703', N'2023-10-24 10:16:42.703', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C3B6F37-D57D-4F15-901A-DFFB9105EA05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041006', N'1', N'0', N'2023-12-10 07:33:31.840', N'2023-12-10 07:33:31.840', N'9', N'6865', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6865', N'2161') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D54D04A3-3486-4F3F-B3C5-DD135AC60233', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59002', N'1', N'0', N'2023-12-10 07:39:38.563', N'2023-12-10 07:39:38.563', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'087F4022-2BAF-430D-AF54-52A4F15492D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41901', N'1', N'0', N'2023-12-10 07:40:11.810', N'2023-12-10 07:40:11.810', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3BA9A8E-AABD-4CCD-A67C-7159C7F95C17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12024003', N'1', N'0', N'2023-12-10 07:42:37.397', N'2023-12-10 07:42:37.397', N'23', N'4595', N'0', N'1001', N'155', N'2004', N'2', N'0', N'0', N'1001', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'9', N'8', N'7', N'4595', N'1758') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7651B324-9BE6-4C99-96D8-2DA20CE55D91', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61001', N'3', N'0', N'2023-12-10 07:42:42.490', N'2023-12-10 07:42:42.490', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8616D40F-9D31-4DE4-BCCC-8D28C1A9A700', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14014003', N'1', N'0', N'2023-12-10 07:42:47.600', N'2023-12-10 07:42:47.600', N'23', N'4638', N'0', N'2003', N'1', N'2004', N'2', N'0', N'0', N'2029', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'9', N'8', N'7', N'4638', N'1597') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C0CD3B1-7405-49B9-8FE0-E7C28A9A3811', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41778', N'3', N'0', N'2023-12-10 07:42:53.080', N'2023-12-10 07:42:53.080', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'515B4F74-D77E-48DA-9CB3-B6C1BFF92474', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'80', N'0', N'2023-12-10 07:42:58.183', N'2023-12-10 07:42:58.183', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1C18D4D-CD63-4CC3-A2BF-A928752A3B79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101011', N'2', N'0', N'2023-12-10 07:43:03.650', N'2023-12-10 07:43:03.650', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79A5EAFC-FB58-49B4-AB6C-5B55FE419350', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12034003', N'1', N'0', N'2023-12-10 07:43:20.497', N'2023-12-10 07:43:20.497', N'23', N'4332', N'0', N'2003', N'2', N'2004', N'1', N'0', N'0', N'2029', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'9', N'8', N'8', N'4332', N'1441') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6F9A9B8-5B0B-4EF2-922A-724604E0AF41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000056', N'1', N'0', N'2023-12-10 07:50:30.697', N'2023-12-10 07:50:30.697', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDD49B4C-9699-461D-94D3-93DFE13AA7A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000057', N'1', N'0', N'2023-12-10 07:50:39.980', N'2023-12-10 07:50:39.980', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E87C472-873A-4EC7-8D5D-C8E8ED522B49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100125', N'1', N'0', N'2023-12-10 07:57:48.223', N'2023-12-10 07:57:48.223', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61658233-DCA2-4ED0-B220-DB206521CF00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032013', N'1', N'0', N'2023-12-10 07:57:58.683', N'2023-12-10 07:57:58.683', N'23', N'5208', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'9', N'5', N'5', N'5208', N'2092') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4718410C-BD47-484D-BE96-EE00FF45BE3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101014', N'6', N'0', N'2023-12-10 07:58:02.933', N'2023-12-10 07:58:02.933', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB14D04E-5548-4D22-BBEF-41283F6DFEBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'60', N'0', N'2023-12-10 07:58:07.023', N'2023-12-10 07:58:07.023', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01FE64EB-1E5D-4ED3-9618-AA6E58423EAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102011', N'1', N'0', N'2023-12-10 07:58:10.907', N'2023-12-10 07:58:10.907', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC534578-8CF5-49FD-8A9F-90B1A9EA1F4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41782', N'3', N'0', N'2023-12-10 07:58:30.610', N'2023-12-10 07:58:30.610', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABA8870C-DDEC-4A6B-B0D1-2F907BBC0C1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100102', N'1', N'0', N'2023-12-10 09:48:40.473', N'2023-12-10 09:48:40.473', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F779EE61-BC23-4EAC-B5A3-76D68BFA99D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2023-12-11 18:25:58.297', N'2023-12-11 18:25:58.297', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F154EA7-C233-4B9B-A928-96D80E0B1E7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062006', N'1', N'0', N'2023-12-11 18:27:40.840', N'2023-12-11 18:27:40.840', N'9', N'6141', N'0', N'2001', N'264', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6141', N'2346') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B191BC52-5F1B-4BE2-A975-B0F9CE0003F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'2', N'0', N'2023-12-11 18:31:52.713', N'2023-12-11 18:31:52.713', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0D32B94-500B-4080-9C39-01A5E8EFABCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41846', N'9', N'0', N'2023-10-09 04:09:59.290', N'2023-10-09 04:09:59.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36FB8BCB-32F9-4FC0-B368-E53160AC5C00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'1', N'0', N'2023-10-09 04:10:00.220', N'2023-10-09 04:10:00.220', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6A79D1F-2762-42BE-A485-9E8325CD859A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60065', N'1', N'0', N'2023-10-09 04:10:35.370', N'2023-10-09 04:10:35.370', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7ABD8AE2-8155-4D41-9668-6D5ED4E39012', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59022', N'33', N'0', N'2023-10-09 04:27:28.010', N'2023-10-09 04:27:28.010', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E1BECDD-3D60-4EA1-8B92-92F99E2275F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042003', N'1', N'0', N'2023-10-09 04:27:43.313', N'2023-10-09 04:27:43.313', N'9', N'4311', N'0', N'2004', N'12', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'4311', N'1413') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A90090F-C1C8-4AE1-B04F-6D260EB78668', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012003', N'1', N'0', N'2023-10-09 04:28:13.967', N'2023-10-09 04:28:13.967', N'9', N'4195', N'0', N'2001', N'45', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'3', N'3', N'4195', N'612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73F149D1-78E3-45C1-BB3D-7284A52FD943', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2023-10-09 04:29:47.293', N'2023-10-09 04:29:47.293', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AED6A2F5-4AF1-4BB4-B376-33F9AC7891D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59021', N'2', N'0', N'2023-10-09 04:43:56.360', N'2023-10-09 04:43:56.360', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3356CC71-AB83-49CB-B75D-BCFAC060A181', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000048', N'115', N'0', N'2023-10-09 14:40:12.030', N'2023-10-09 14:40:12.030', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48388E66-6631-4B28-A422-C1B63C932A12', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60068', N'1', N'0', N'2023-10-09 18:34:34.177', N'2023-10-09 18:34:34.177', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'332AD5C1-7DD4-4BC4-B391-8EB7F32C9543', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000051', N'1', N'0', N'2023-10-09 14:41:43.727', N'2023-10-09 14:41:43.727', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E436428-E93D-428D-8A22-E64FF92FE70B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'7', N'81000049', N'9', N'0', N'2023-10-09 14:41:56.057', N'2023-10-09 14:41:56.057', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2CCF816-8720-4A54-8698-F2D451339F46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000051', N'1', N'0', N'2023-10-09 14:42:17.417', N'2023-10-09 14:42:17.417', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E96FED33-DE17-4D55-B237-59AFD69EA37B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'81000049', N'3', N'0', N'2023-10-09 14:42:27.767', N'2023-10-09 14:42:27.767', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22EE26DF-F280-42C4-9853-2C547E6CEE41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000051', N'1', N'0', N'2023-10-09 14:42:36.807', N'2023-10-09 14:42:36.807', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57B6449E-C5BA-437E-9B23-33F4F8A258D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'81000049', N'3', N'0', N'2023-10-09 14:42:46.667', N'2023-10-09 14:42:46.667', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1141F318-26BB-4F84-ACA5-EEFB5EE45446', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000045', N'1', N'0', N'2023-10-09 14:42:50.540', N'2023-10-09 14:42:50.540', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBEE84E3-3D76-4AA7-9DFB-EEE1D4B04C48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'81000049', N'2', N'0', N'2023-10-09 14:42:54.297', N'2023-10-09 14:42:54.297', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7DDF82A-7E69-4C6C-A1DD-57EB455D54F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2023-10-09 18:34:53.173', N'2023-10-09 18:34:53.173', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A0415FC-239F-433F-BC19-DBF7DB0640D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61184001', N'1', N'0', N'2023-10-07 00:33:06.367', N'2023-10-07 00:33:06.367', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8DF5923B-46AD-4724-9E23-8A204AE8E671', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032007', N'1', N'0', N'2023-10-09 18:35:31.617', N'2023-10-09 18:35:31.617', N'9', N'5819', N'0', N'2002', N'79', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'10', N'11', N'5819', N'1797') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C5A22B9-BCE5-4625-9887-4905CE5ACD1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012007', N'1', N'0', N'2023-10-09 18:35:31.763', N'2023-10-09 18:35:31.763', N'9', N'4819', N'0', N'2002', N'70', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'6', N'7', N'4819', N'997') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83CBCFC8-D9E8-4786-B2C6-7C22257F9C93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'60071', N'1', N'0', N'2023-10-09 18:38:32.640', N'2023-10-09 18:38:32.640', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB54DCCC-BCD7-405C-B559-5494383216A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50992', N'1', N'0', N'2023-10-09 18:38:38.917', N'2023-10-09 18:38:38.917', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA491D1F-A0E4-48F7-BC77-D994E55716FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101003', N'2', N'0', N'2023-10-13 11:37:09.307', N'2023-10-13 11:37:09.307', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29CD4BFF-1BDC-4B2F-B22E-F91F26A47318', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003001', N'1', N'0', N'2023-10-09 18:58:37.870', N'2023-10-09 18:58:37.870', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7ED21CD1-6897-4517-85AA-3F82768415C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003009', N'20', N'0', N'2023-10-09 18:58:53.213', N'2023-10-09 18:58:53.213', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B902073D-1363-4E81-8A75-07490A4C33C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003002', N'15', N'0', N'2023-10-09 19:00:49.230', N'2023-10-09 19:00:49.230', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A6CD2A3-1E9C-430B-AD94-5D60576A9D7C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41594', N'1', N'0', N'2023-10-09 19:24:51.577', N'2023-10-09 19:24:51.577', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43A2783B-FE33-4389-A3DB-7BA48D1A1878', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41595', N'197', N'0', N'2023-10-09 19:25:08.670', N'2023-10-09 19:25:08.670', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F533D8B8-3BD0-40AB-927D-9F88E4FA1D80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101103', N'1', N'0', N'2023-10-13 11:37:12.347', N'2023-10-13 11:37:12.347', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BD61B07-FFCF-4ABA-9132-982A390675CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100125', N'181', N'0', N'2023-10-09 19:40:37.850', N'2023-10-09 19:40:37.850', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27F740CA-E0EA-4EA7-B0F9-74ACBBC77136', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100035', N'1', N'0', N'2023-10-09 19:39:59.427', N'2023-10-09 19:39:59.427', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FA82993-FA23-46E0-8574-84AA84AE560E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63035', N'8', N'0', N'2023-10-10 03:26:52.523', N'2023-10-10 03:26:52.523', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1A7A526-55A5-4CC7-BDFB-303440F9A8DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101105', N'1', N'0', N'2023-10-13 11:37:15.440', N'2023-10-13 11:37:15.440', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11F246C9-7A5C-44BC-9315-655C889DF147', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000746', N'1', N'0', N'2023-10-11 11:22:16.850', N'2023-10-11 11:22:16.850', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2FC5AA9-FC75-4E4E-B9F5-57EF5E9E2AC3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41607', N'1', N'0', N'2023-10-09 21:13:17.560', N'2023-10-09 21:13:17.560', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'97A42DAD-C73D-4C06-A887-5B220CB537B6', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8530DC99-202E-4736-B015-ABA941916EDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003212', N'1', N'0', N'2023-10-09 21:15:47.697', N'2023-10-09 21:15:47.697', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'3A6DDC66-CD46-4C9A-9CCC-7A87B78D3B2F', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8438848A-287D-45D3-B7DD-DD76BB419838', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'38006', N'2', N'0', N'2023-10-09 21:15:52.840', N'2023-10-09 21:15:52.840', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECB4C5A4-91E9-44B6-A9BB-677F262C604E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003312', N'1', N'0', N'2023-10-09 21:19:16.300', N'2023-10-09 21:19:16.300', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0E678AB5-CD34-4CC2-9F84-D591126D7FC6', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A7E88A0-BB47-4215-8061-DAA09FA8108E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100001', N'2', N'0', N'2023-10-09 21:19:20.617', N'2023-10-09 21:19:20.617', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED07C71A-E8D2-4F51-A526-B7C6F8085D59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003005', N'199', N'0', N'2023-10-09 21:17:42.897', N'2023-10-09 21:17:42.897', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C1346CA-F84F-44DD-B635-6F00D951CF64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003055', N'193', N'0', N'2023-10-09 21:17:57.930', N'2023-10-09 21:17:57.930', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8162C61E-164D-48A3-BC0E-F50602AF68FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002036', N'134', N'0', N'2023-10-09 21:22:48.240', N'2023-10-09 21:22:48.240', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'567D12FA-F6CC-439C-BF25-0E2B67F58001', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002032', N'198', N'0', N'2023-10-09 21:23:24.583', N'2023-10-09 21:23:24.583', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4618C5B-77C7-43A2-A7C3-6B535A359111', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002033', N'198', N'0', N'2023-10-09 21:23:46.410', N'2023-10-09 21:23:46.410', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E1E4B58-6DFB-4E0F-82BE-3D962DF18C3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003000', N'198', N'0', N'2023-10-09 21:23:59.763', N'2023-10-09 21:23:59.763', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E42BA9D3-BE58-4FB4-8029-065FD1080AB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003054', N'1', N'0', N'2023-10-09 23:07:27.770', N'2023-10-09 23:07:27.770', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A811978E-58C5-4B2B-99A7-0804AFB16828', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100122', N'1', N'0', N'2023-10-10 05:08:09.760', N'2023-10-10 05:08:09.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3B454F9-E888-45EB-8143-70F60B80122C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50994', N'1', N'0', N'2023-10-09 23:07:52.273', N'2023-10-09 23:07:52.273', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9012E046-AC11-4D18-9BCC-766749E3D53C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003002', N'2', N'0', N'2023-10-10 05:08:11.767', N'2023-10-10 05:08:11.767', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA136EFE-C9D3-4727-B776-8D19A1BE651F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042006', N'1', N'0', N'2023-10-10 05:08:18.910', N'2023-10-10 05:08:18.910', N'9', N'6991', N'0', N'2002', N'235', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6991', N'2027') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4B279A3-4D95-4B5A-B744-DA4FC7F6644C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022006', N'1', N'0', N'2023-10-10 05:08:42.113', N'2023-10-10 05:08:42.113', N'23', N'6746', N'0', N'2001', N'260', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6746', N'2539') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'899B2376-6DF9-46BA-AE8B-E29F75B82F13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100102', N'1', N'0', N'2023-10-10 05:12:30.327', N'2023-10-10 05:12:30.327', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'994A0D72-07B0-4BE1-8ED2-B3C1F33A42E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012009', N'1', N'0', N'2023-10-10 05:12:34.790', N'2023-10-10 05:12:34.790', N'9', N'5455', N'0', N'2004', N'50', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'4', N'5', N'5455', N'2052') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD14850E-8950-494B-821C-EE0FCD1B876C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021009', N'1', N'0', N'2023-10-10 05:13:52.070', N'2023-10-10 05:13:52.070', N'9', N'3846', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3846', N'803') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'704ADA5A-D491-4585-B11F-3461CB8364D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59002', N'1', N'0', N'2023-10-10 05:14:06.760', N'2023-10-10 05:14:06.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB703991-687A-4DCE-8980-F91196189E0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56013', N'1', N'0', N'2023-10-10 05:14:07.560', N'2023-10-10 05:14:07.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2122AE5D-CA55-434E-949A-4586C29E4247', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61002', N'1', N'0', N'2023-10-10 06:24:50.213', N'2023-10-10 06:24:50.213', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4E8100C-AF92-4A83-BD9A-418D315E6017', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66039', N'2', N'0', N'2023-10-10 06:25:02.437', N'2023-10-10 06:25:02.437', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FEB99B8-0AB2-400E-A55C-64671E54D00F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100121', N'1', N'0', N'2023-10-10 06:25:44.490', N'2023-10-10 06:25:44.490', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B4CDF48-261E-485E-9F5B-0FE52C5394C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100123', N'1', N'0', N'2023-10-10 06:26:35.620', N'2023-10-10 06:26:35.620', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBF1732B-1E3C-4D22-B38D-2076E8C490D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100124', N'1', N'0', N'2023-10-10 06:26:37.100', N'2023-10-10 06:26:37.100', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'052CC4F8-990A-40B5-A752-C1AB9383A52B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100122', N'1', N'0', N'2023-10-10 06:26:39.520', N'2023-10-10 06:26:39.520', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F16B76BE-783C-456F-99C4-FCCA4D46AA5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011008', N'1', N'0', N'2023-10-10 06:26:49.100', N'2023-10-10 06:26:49.100', N'23', N'3874', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'4', N'5', N'3874', N'635') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA2E7C0A-A6D2-4410-9F75-6F684CADA069', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100121', N'142', N'0', N'2023-10-10 06:28:00.443', N'2023-10-10 06:28:00.443', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0E03F38-69F9-47F3-8B0C-6245E67FD286', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003001', N'4', N'0', N'2023-10-10 06:28:15.383', N'2023-10-10 06:28:15.383', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA6612CD-3539-4F19-97B3-07B9B60D1C47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61001', N'3', N'0', N'2023-10-10 06:28:22.210', N'2023-10-10 06:28:22.210', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03796036-C621-481E-B264-D76DBCE7BE63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011002', N'1', N'0', N'2023-10-10 06:28:28.980', N'2023-10-10 06:28:28.980', N'23', N'5956', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'6', N'6', N'5956', N'1569') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F010B958-CEE3-4A80-B77D-A2AAD1DAAEA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'5', N'0', N'2023-10-10 06:28:40.630', N'2023-10-10 06:28:40.630', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5101A516-00E4-4E52-884C-AD5FA544B16F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003052', N'13', N'0', N'2023-10-10 03:27:33.367', N'2023-10-10 03:27:33.367', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB4297EF-DBA9-4F1B-82C8-7B0C6A425562', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091008', N'1', N'0', N'2023-10-10 03:30:02.940', N'2023-10-10 03:30:02.940', N'9', N'7949', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7949', N'2159') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C873726-6105-40D4-8956-8265A24919DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100102', N'1', N'0', N'2023-10-10 03:30:38.030', N'2023-10-10 03:30:38.030', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DAD2653D-1589-4864-ADE5-C3DE10D71136', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'60072', N'1', N'0', N'2023-10-10 03:30:58.243', N'2023-10-10 03:30:58.243', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'134E7EC6-F607-457C-A1A8-94F4BABB310B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031008', N'1', N'0', N'2023-10-10 03:30:59.237', N'2023-10-10 03:30:59.237', N'9', N'4390', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4390', N'918') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93B3F6E6-16D3-4E55-BA3B-E81809BB8568', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031008', N'1', N'0', N'2023-10-10 03:42:40.353', N'2023-10-10 03:42:40.353', N'23', N'3802', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'9', N'7', N'6', N'3802', N'971') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1100C048-4909-4188-9A72-ED76CBDCD547', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021010', N'1', N'0', N'2023-10-10 03:42:51.487', N'2023-10-10 03:42:51.487', N'23', N'3697', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'5', N'5', N'3697', N'732') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'953987A0-7AAB-4DBC-A532-1EA39833C5AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63002', N'1', N'0', N'2023-10-10 03:42:56.617', N'2023-10-10 03:42:56.617', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE9ECCD2-849E-4D81-934B-9C55A09436A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'59021', N'1', N'0', N'2023-10-17 06:50:19.317', N'2023-10-17 06:50:19.317', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AAF0CD20-E843-4D80-9DFB-ACE108D01915', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50307', N'1', N'0', N'2023-10-10 23:37:03.570', N'2023-10-10 23:37:03.570', N'39', N'0', N'0', N'1004', N'199', N'0', N'0', N'0', N'0', N'7013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22E7A649-2EE3-4AC3-8BB4-B24BD739BE48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'0', N'61197005', N'1', N'0', N'2023-10-09 18:51:50.200', N'2023-10-09 18:51:50.200', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05E148CF-BD03-4E47-8B6B-B4B407E91B1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61135004', N'1', N'0', N'2022-07-07 13:53:40.377', N'2022-07-07 13:53:40.377', N'0', N'0', N'0', N'1010', N'295', N'2003', N'19', N'2004', N'19', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9D1E866-A313-4219-A99B-F7809693D9F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61135007', N'1', N'0', N'2022-07-07 13:53:41.943', N'2022-07-07 13:53:41.943', N'0', N'0', N'0', N'2002', N'139', N'2009', N'10', N'2001', N'142', N'21056', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42F48884-D6E6-4452-A011-BCD5C7C69610', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61126007', N'1', N'0', N'2022-06-18 18:35:45.117', N'2022-06-18 18:35:45.117', N'0', N'0', N'0', N'5021', N'241', N'5020', N'288', N'2001', N'111', N'21055', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'853B0E91-FDD9-43B9-87AA-7C6E27152E7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002045', N'1', N'0', N'2023-10-11 00:41:21.937', N'2023-10-11 00:41:21.937', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'229D01A8-4914-4710-889E-7D0DBBC233D0', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DBD2666-4D41-422E-B496-D94099A120F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101005', N'1', N'0', N'2023-10-13 11:37:18.610', N'2023-10-13 11:37:18.610', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A886FB8-89FA-492F-A51F-C3D38FE0E64F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101111', N'1', N'0', N'2023-10-13 11:37:23.300', N'2023-10-13 11:37:23.300', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0A7BC07-3498-4FA3-9428-17EFDB3A1882', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101104', N'1', N'0', N'2023-10-13 11:37:26.400', N'2023-10-13 11:37:26.400', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0007F7B0-BBFE-4F84-987A-FE75BCD2FF87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101004', N'1', N'0', N'2023-10-13 11:37:38.943', N'2023-10-13 11:37:38.943', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2DAF94A-CF4A-47E4-8901-674FDE5B7B8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041004', N'1', N'0', N'2023-10-13 15:26:13.197', N'2023-10-13 15:26:13.197', N'9', N'3010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3010', N'1590') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B53BD7B6-3CA2-44C6-B249-129E9C6277AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003051', N'1', N'0', N'2023-10-13 15:46:03.587', N'2023-10-13 15:46:03.587', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DE8ECAB-268B-4075-A12A-B65A772BD5E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'130013', N'1', N'0', N'2023-10-13 15:47:31.743', N'2023-10-13 15:47:31.743', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A8D21D1-9F1A-4793-B46D-38AB9739E7F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63037', N'3', N'0', N'2023-10-13 15:47:45.687', N'2023-10-13 15:47:45.687', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CDB21AD-6F58-4DE3-B870-46417AEF3988', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021004', N'1', N'0', N'2023-10-13 15:50:04.480', N'2023-10-13 15:50:04.480', N'9', N'3103', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3103', N'626') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8811F361-B3AC-4233-9D2A-0D01EBD00746', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60065', N'1', N'0', N'2023-10-13 15:52:32.597', N'2023-10-13 15:52:32.597', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDEC2C90-10D5-472B-890B-D5389A9CDFD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011007', N'1', N'0', N'2023-10-15 11:38:22.407', N'2023-10-15 11:38:22.407', N'9', N'3462', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3462', N'1465') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E0ED8A0-ACFE-4F65-A3F0-FCEE3330EA42', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012007', N'1', N'0', N'2023-10-15 11:39:21.210', N'2023-10-15 11:39:21.210', N'9', N'5873', N'0', N'2003', N'39', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'5873', N'1750') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27AF6B8D-45FE-4C41-BA79-AA2CDC005885', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022007', N'1', N'0', N'2023-10-15 11:39:27.700', N'2023-10-15 11:39:27.700', N'9', N'4246', N'0', N'2004', N'23', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4246', N'1324') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39F67132-BF36-4748-86CA-7834A6FA41C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68126', N'2', N'0', N'2023-10-15 11:46:58.290', N'2023-10-15 11:46:58.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7832922-624B-464A-9D7F-E086382BEA1B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2023-10-15 11:50:46.707', N'2023-10-15 11:50:46.707', N'39', N'0', N'0', N'5008', N'355', N'0', N'0', N'0', N'0', N'9189', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF5CBE30-944E-42AE-B753-D2105F68B405', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50305', N'1', N'0', N'2023-10-15 11:50:53.363', N'2023-10-15 11:50:53.363', N'39', N'0', N'0', N'1015', N'142', N'0', N'0', N'0', N'0', N'7031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C0EF862-139C-4D66-91BE-78515393C40E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2023-10-15 11:50:59.000', N'2023-10-15 11:50:59.000', N'39', N'0', N'0', N'1031', N'159', N'0', N'0', N'0', N'0', N'9032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26983295-B239-4CE4-A0FB-307C93BA0D19', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2023-10-15 11:51:03.127', N'2023-10-15 11:51:03.127', N'39', N'0', N'0', N'5008', N'390', N'0', N'0', N'0', N'0', N'9189', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D53F8AA5-7899-4D18-A884-FEE1614DA2E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2023-10-15 11:51:17.350', N'2023-10-15 11:51:17.350', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD11FCEA-4ED9-47B3-8BE2-7D4656C53282', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003051', N'1', N'0', N'2023-10-10 06:28:48.823', N'2023-10-10 06:28:48.823', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6C5A0D5-4A8D-4DAB-8C69-59FE6E0B44F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50991', N'1', N'0', N'2023-10-10 06:29:07.467', N'2023-10-10 06:29:07.467', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4447B696-A9CC-4EB1-84D9-8B41ADD82B71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041006', N'1', N'0', N'2023-10-10 06:29:23.000', N'2023-10-10 06:29:23.000', N'23', N'3329', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'1', N'1', N'3329', N'1498') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23A2F97D-2F5F-4C5D-8223-C62CAE8018B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2023-10-10 06:29:29.450', N'2023-10-10 06:29:29.450', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED62830E-56A8-4669-9E54-56BADAB65342', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041005', N'1', N'0', N'2023-10-10 06:29:33.613', N'2023-10-10 06:29:33.613', N'23', N'5742', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'9', N'8', N'7', N'5742', N'1420') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8390CC05-693D-4000-B2D0-7A97CE858998', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'1', N'0', N'2023-10-10 06:29:36.957', N'2023-10-10 06:29:36.957', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD66ADE5-D741-4476-8B3B-7D90C41C4C3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021002', N'1', N'0', N'2023-10-10 06:29:48.027', N'2023-10-10 06:29:48.027', N'23', N'3054', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'3', N'3', N'3054', N'936') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'479C82A4-BB34-4CD2-B31D-211180B82A62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'1', N'0', N'2023-10-10 06:29:51.157', N'2023-10-10 06:29:51.157', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB050456-6F0B-406C-9AA7-E5563D856AA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041004', N'1', N'0', N'2023-10-10 06:30:05.723', N'2023-10-10 06:30:05.723', N'23', N'4078', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'9', N'6', N'7', N'4078', N'655') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC4AF519-036C-46DE-AF59-A4D838E0B998', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011002', N'1', N'0', N'2023-10-10 06:30:10.773', N'2023-10-10 06:30:10.773', N'23', N'4346', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'9', N'2', N'2', N'4346', N'642') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB397E85-D95F-42EA-A4B1-54BC8723884A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042012', N'1', N'0', N'2023-10-10 06:30:42.960', N'2023-10-10 06:30:42.960', N'5', N'3684', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'1', N'1', N'3684', N'1259') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1C6CEB0-BB49-4F91-BE74-5CA46320FAF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101011', N'1', N'0', N'2023-10-13 11:37:34.240', N'2023-10-13 11:37:34.240', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D49DAD3-A26F-46EE-B83C-028F1B4CCA1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100101', N'1', N'0', N'2023-10-10 06:39:33.797', N'2023-10-10 06:39:33.797', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CD4611D-056D-448D-8A4C-6293286DE871', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61035', N'1', N'0', N'2023-10-10 06:39:42.377', N'2023-10-10 06:39:42.377', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BD17A3C-9392-4E08-B5BE-ED64AC7D7772', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100035', N'1', N'0', N'2023-10-10 06:50:54.240', N'2023-10-10 06:50:54.240', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7303906F-7105-416B-A3F5-C0E1C13BA728', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2023-10-15 11:51:23.380', N'2023-10-15 11:51:23.380', N'39', N'0', N'0', N'5012', N'319', N'0', N'0', N'0', N'0', N'9193', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D137B50B-FA21-4DCF-8DC5-B4BC6F083FFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50365', N'1', N'0', N'2023-10-15 11:51:27.640', N'2023-10-15 11:51:27.640', N'39', N'0', N'0', N'5004', N'745', N'0', N'0', N'0', N'0', N'9145', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E24FC61D-E7F0-41E8-B22D-998B3444A4F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2023-10-15 11:51:31.433', N'2023-10-15 11:51:31.433', N'39', N'0', N'0', N'5016', N'185', N'0', N'0', N'0', N'0', N'9217', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A00100B-182E-4AB5-AA53-F55FEBDBF131', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50365', N'1', N'0', N'2023-10-15 11:51:42.177', N'2023-10-15 11:51:42.177', N'39', N'0', N'0', N'5004', N'718', N'0', N'0', N'0', N'0', N'9145', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCB43BD2-107F-4C19-B932-3FC4F6250D4B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50365', N'1', N'0', N'2023-10-15 11:52:03.017', N'2023-10-15 11:52:03.017', N'39', N'0', N'0', N'5007', N'779', N'0', N'0', N'0', N'0', N'9148', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'037DFC83-0472-4FE3-9263-53E1156C0264', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2023-10-15 11:52:18.550', N'2023-10-15 11:52:18.550', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F5CA42A-AE59-42F4-A92E-6CA299B0C315', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50365', N'1', N'0', N'2023-10-15 11:52:23.410', N'2023-10-15 11:52:23.410', N'39', N'0', N'0', N'5041', N'708', N'0', N'0', N'0', N'0', N'9161', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC9FFD74-D10B-409C-9A1B-7B59C850414B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003052', N'33', N'0', N'2023-10-16 16:06:52.280', N'2023-10-16 16:06:52.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87026D43-A350-40D5-BCD3-66C2C10719F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100102', N'1', N'0', N'2023-10-16 17:21:02.303', N'2023-10-16 17:21:02.303', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'552ABD73-92F7-44E2-AE72-115FD97D6864', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032007', N'1', N'0', N'2023-10-16 17:22:55.397', N'2023-10-16 17:22:55.397', N'9', N'4430', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'4430', N'1749') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01ECE931-DE62-42B7-A9C0-484587D09783', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'62003', N'1', N'0', N'2023-10-16 17:37:53.893', N'2023-10-16 17:37:53.893', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5FC59A1-1D69-4B54-A6ED-090284AA2ADD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101003', N'1', N'0', N'2023-10-16 17:55:23.580', N'2023-10-16 17:55:23.580', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A294FFC8-75AE-4152-A8C8-C536384629C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-10-16 17:55:27.813', N'2023-10-16 17:55:27.813', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'793717F0-9D02-46AB-A491-13EF12AFF867', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101103', N'1', N'0', N'2023-10-16 17:55:30.913', N'2023-10-16 17:55:30.913', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'106C5637-906F-4E80-874D-00DE2BAD86E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-10-16 17:55:35.603', N'2023-10-16 17:55:35.603', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF659BA3-8364-4072-9F9E-D5A64D755BBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41799', N'2', N'0', N'2023-10-16 18:07:56.140', N'2023-10-16 18:07:56.140', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'850DB812-BF0D-44B9-A34E-0E32A820F314', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'1', N'0', N'2023-10-11 00:43:50.157', N'2023-10-11 00:43:50.157', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57FDBD5F-1E76-41E0-9791-6574D38512BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'1', N'0', N'2023-10-11 00:43:55.207', N'2023-10-11 00:43:55.207', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6EE12087-A85D-45DD-98CA-37E9963D75E7', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'37001', N'5', N'0', N'2023-10-11 00:49:41.280', N'2023-10-11 00:49:41.280', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F7156DE-B779-4FDC-8ACC-776F43321DD7', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'38001', N'5', N'0', N'2023-10-11 00:49:41.290', N'2023-10-11 00:49:41.290', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3652667A-E33F-4BBC-9BBA-5AE201F519B7', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'115032001', N'1', N'0', N'2023-10-11 00:56:08.063', N'2023-10-11 00:56:08.063', N'8', N'3611', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3611', N'637') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB4064C4-51AC-4E38-8855-4AF291A223D0', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'66038', N'1', N'0', N'2023-10-11 00:54:38.837', N'2023-10-11 00:54:38.837', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F257B43-94C6-4560-9D6E-8AA73B26D1E9', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'0', N'40015', N'1', N'-1', N'2023-10-11 00:56:56.113', N'2023-10-11 00:56:56.113', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52B17027-17A8-4C05-AF52-A4746091B67F', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'1', N'11071000', N'1', N'0', N'2023-10-11 00:47:30.557', N'2023-10-11 00:47:30.557', N'1', N'99273', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B32D37F7-350A-4DBF-8ACE-6080AEEAEECB', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'5', N'0', N'2023-10-11 03:43:53.073', N'2023-10-11 03:43:53.073', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B38BB1EE-A4B7-46F2-B332-19C87D551CAD', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'38001', N'5', N'0', N'2023-10-11 03:43:53.077', N'2023-10-11 03:43:53.077', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1012D9D8-9E7C-4653-AA2F-D13FC01FD178', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000268', N'1', N'0', N'2023-10-11 03:46:43.477', N'2023-10-11 03:46:43.477', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB3E15A5-9979-46D4-8E59-06E38AD69E6B', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80000263', N'1', N'0', N'2023-10-11 03:46:52.783', N'2023-10-11 03:46:52.783', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5754851F-B253-453D-BE5F-B6510239EF13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021003', N'1', N'0', N'2023-10-11 03:51:17.013', N'2023-10-11 03:51:17.013', N'23', N'5461', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'9', N'7', N'7', N'5461', N'1602') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F17C851-E1BB-465B-8EA5-7FF7C8F6E08B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031002', N'1', N'0', N'2023-10-11 03:51:24.087', N'2023-10-11 03:51:24.087', N'23', N'4294', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'9', N'2', N'2', N'4294', N'729') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFE40FF0-2435-42F9-8CEF-3D793C972F75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003051', N'1', N'0', N'2023-10-11 03:51:28.837', N'2023-10-11 03:51:28.837', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3ECC334-E5AB-45C1-B496-5A4F64F8ED9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021005', N'1', N'0', N'2023-10-11 03:51:40.497', N'2023-10-11 03:51:40.497', N'23', N'4215', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'6', N'5', N'4215', N'1934') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FF79D7D-EDE9-473D-A628-1D65DAFEC915', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'1', N'0', N'2023-10-11 03:51:48.690', N'2023-10-11 03:51:48.690', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'409688D9-7D80-4567-BC39-2456A11A0A34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2023-10-11 03:53:39.340', N'2023-10-11 03:53:39.340', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6114A759-1400-4709-BD9B-493701593D0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2023-10-11 03:53:39.927', N'2023-10-11 03:53:39.927', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75559F6A-2930-43B8-90BA-99F88C363902', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012008', N'1', N'0', N'2023-10-11 03:54:07.123', N'2023-10-11 03:54:07.123', N'9', N'3806', N'0', N'2003', N'30', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'5', N'4', N'3806', N'699') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'523CFB79-7BB3-4F90-9091-CADAC97930D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59002', N'1', N'0', N'2023-10-11 03:57:06.233', N'2023-10-11 03:57:06.233', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91069A69-8F55-4454-94E7-9229685A3A33', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14034005', N'1', N'0', N'2023-10-11 03:57:06.837', N'2023-10-11 03:57:06.837', N'9', N'4983', N'0', N'1002', N'217', N'2001', N'133', N'0', N'0', N'1013', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4983', N'1609') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDC573DD-B67A-4C53-B7A5-D12B4DA1FE74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41842', N'2', N'0', N'2023-10-11 04:02:10.250', N'2023-10-11 04:02:10.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9810770-52F1-491C-B3BD-63E4A3044BEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711072007', N'1', N'0', N'2023-10-11 04:02:11.053', N'2023-10-11 04:02:11.053', N'9', N'6316', N'0', N'1010', N'177', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'10', N'8', N'6316', N'2280') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'931CD4DB-6896-4891-ACF0-D9888974F912', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711082007', N'1', N'0', N'2023-10-11 04:03:53.637', N'2023-10-11 04:03:53.637', N'9', N'6217', N'0', N'1010', N'181', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'6217', N'2143') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A51AB4A3-EC04-4E00-AD04-A3EC69740B3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000493', N'1', N'0', N'2023-10-11 04:09:44.900', N'2023-10-11 04:09:44.900', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A890EC7E-BD05-41B0-B869-9627958EA99F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'59101', N'1', N'0', N'2023-10-11 05:19:23.980', N'2023-10-11 05:19:23.980', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6549A547-5EBB-465F-B5C3-2BFDBAC655F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000019', N'1', N'0', N'2023-10-11 05:29:00.360', N'2023-10-11 05:29:00.360', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A7C828F-27CB-49E3-AFF3-EA17079E219B', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'1', N'0', N'2023-10-11 05:35:31.103', N'2023-10-11 05:35:31.103', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7D0DAB1-983D-4854-A4EC-1B8771B462F0', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051002', N'1', N'0', N'2023-10-11 05:43:08.310', N'2023-10-11 05:43:08.310', N'9', N'9667', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'9667', N'2309') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9718E86-DC94-40D1-A2F0-E8A341265060', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'0', N'40015', N'1', N'-1', N'2023-10-11 05:40:25.990', N'2023-10-11 05:40:25.990', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B9CB909-0B4A-4301-8E24-AF2B0A5F2C39', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'120012001', N'1', N'0', N'2023-10-11 05:43:57.797', N'2023-10-11 05:43:57.797', N'8', N'3013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'1', N'1', N'3013', N'976') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D96BF72-1274-4AAA-856C-521D7A504780', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082010', N'1', N'0', N'2023-10-11 06:03:46.743', N'2023-10-11 06:03:46.743', N'9', N'8111', N'0', N'2001', N'292', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8111', N'2782') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89008B76-3BA1-419F-8AE8-445DF8048A9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000501', N'1', N'0', N'2023-10-11 04:09:52.770', N'2023-10-11 04:09:52.770', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04F5B937-3C3C-49CF-811A-C37BB5D68592', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62003', N'1', N'0', N'2023-10-11 06:03:47.967', N'2023-10-11 06:03:47.967', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'871C8951-8CD1-45D0-9C88-04A93DAD1A92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042012', N'1', N'0', N'2023-10-11 06:03:51.837', N'2023-10-11 06:03:51.837', N'9', N'4869', N'0', N'2002', N'232', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4869', N'1843') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E25B8AC-351F-4864-AEE1-5F4B6B7FAE57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'68126', N'2', N'0', N'2023-10-11 06:08:59.980', N'2023-10-11 06:08:59.980', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B10944D-331F-434F-8E1D-F59CF081DFE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021002', N'1', N'0', N'2023-10-11 06:20:05.253', N'2023-10-11 06:20:05.253', N'23', N'4281', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'9', N'4', N'4', N'4281', N'750') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'395C5380-ACEE-46E7-9753-37A00A9FA42E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031005', N'1', N'0', N'2023-10-11 06:20:14.570', N'2023-10-11 06:20:14.570', N'23', N'3212', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'9', N'2', N'2', N'3212', N'786') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50133249-9B79-4F53-B6F2-FE0EB2ECDE75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'7', N'0', N'2023-10-11 06:20:19.607', N'2023-10-11 06:20:19.607', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8957A59-2F38-479D-AC6E-833BE6A02906', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031002', N'1', N'0', N'2023-10-11 06:20:31.153', N'2023-10-11 06:20:31.153', N'23', N'3239', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'9', N'2', N'2', N'3239', N'626') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D503F0AA-8E7D-45F6-97D0-A28D9B955CF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003051', N'1', N'0', N'2023-10-11 06:20:35.277', N'2023-10-11 06:20:35.277', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'338F8C5A-5503-4291-8D78-D9F4093049F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50991', N'1', N'0', N'2023-10-11 06:20:38.757', N'2023-10-11 06:20:38.757', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BEE9D26-0150-4B9D-BE41-4F1128203E26', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021005', N'1', N'0', N'2023-10-11 06:20:45.923', N'2023-10-11 06:20:45.923', N'23', N'4456', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'9', N'9', N'9', N'4456', N'693') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'210F1E2F-9CF8-417F-81C4-649DD5F40BD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50991', N'1', N'0', N'2023-10-11 06:20:49.020', N'2023-10-11 06:20:49.020', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3844D27-CB95-4E4A-A2AD-8267A16BCDC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50991', N'1', N'0', N'2023-10-11 06:20:55.840', N'2023-10-11 06:20:55.840', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'393EA51B-54EC-4823-B750-5EDA9B151521', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50991', N'1', N'0', N'2023-10-11 06:21:05.313', N'2023-10-11 06:21:05.313', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3322771-92C7-4665-92F8-0F5589B10760', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2023-10-11 06:21:15.860', N'2023-10-11 06:21:15.860', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8DDCDD87-CD26-423B-BC40-D656CB66D747', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041004', N'1', N'0', N'2023-10-11 06:21:19.850', N'2023-10-11 06:21:19.850', N'23', N'4250', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'9', N'8', N'9', N'4250', N'655') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9E1DF6D-46ED-437A-9529-06F62D7D79E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61001', N'1', N'0', N'2023-10-11 06:21:31.860', N'2023-10-11 06:21:31.860', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B6CD467-6294-4EF8-BF63-5120CEC4C076', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2023-10-11 06:21:35.133', N'2023-10-11 06:21:35.133', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BBD0776-54F0-4D87-92AD-C06644F3F440', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011003', N'1', N'0', N'2023-10-11 06:21:47.040', N'2023-10-11 06:21:47.040', N'23', N'3919', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'9', N'2', N'2', N'3919', N'838') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1ED50D02-4D39-45FB-8638-8C41DCB7F19E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021003', N'1', N'0', N'2023-10-11 06:21:51.643', N'2023-10-11 06:21:51.643', N'23', N'4836', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'9', N'4', N'3', N'4836', N'1990') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4D63AD6-4681-44E3-86A7-5B2ACDBF2515', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041005', N'1', N'0', N'2023-10-11 06:21:55.453', N'2023-10-11 06:21:55.453', N'23', N'3260', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'9', N'6', N'7', N'3260', N'725') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A1298A5-0D07-4137-AE18-0F7CD9081F63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2023-10-11 06:22:04.463', N'2023-10-11 06:22:04.463', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D75679CE-BBB0-4A5D-9E0B-91704A59D7B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'2', N'0', N'2023-10-11 06:22:07.637', N'2023-10-11 06:22:07.637', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAF3A131-8111-4A62-AF5B-9C32913EB852', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031005', N'1', N'0', N'2023-10-11 06:22:37.007', N'2023-10-11 06:22:37.007', N'23', N'5536', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'9', N'7', N'7', N'5536', N'1472') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E9C4F10-DBE3-4DFE-B69B-DC1853B97D44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41841', N'2', N'0', N'2023-10-11 06:26:00.323', N'2023-10-11 06:26:00.323', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'711DE622-AC23-4802-B2A3-C37CC1BFC7A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'712015006', N'1', N'0', N'2023-10-11 06:26:02.297', N'2023-10-11 06:26:02.297', N'9', N'4030', N'0', N'2002', N'234', N'2028', N'9', N'0', N'0', N'2205', N'3', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'4', N'4', N'4030', N'2157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABFD61BC-DCF4-4F2B-A0E6-2C3AFE105575', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000729', N'1', N'0', N'2023-10-11 11:22:20.160', N'2023-10-11 11:22:20.160', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60197255-415E-463E-9733-572F56833064', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000884', N'1', N'0', N'2023-10-11 11:27:01.557', N'2023-10-11 11:27:01.557', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6E981AF-B62C-416C-8DAA-2316211D31E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000880', N'1', N'0', N'2023-10-11 11:27:11.127', N'2023-10-11 11:27:11.127', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0005094B-20A2-41EA-A656-D62A20EBED3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101105', N'1', N'0', N'2023-12-06 12:11:03.383', N'2023-12-06 12:11:03.383', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B27A4DE-843A-4E40-944A-64FE1573E772', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000886', N'1', N'0', N'2023-11-16 13:59:27.837', N'2023-11-16 13:59:27.837', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE0DF61F-9921-4226-8A37-02B09ED4FC4F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'6', N'61172001', N'1', N'0', N'2023-10-11 11:27:19.643', N'2023-10-11 11:27:19.643', N'0', N'0', N'0', N'2001', N'99', N'1005', N'278', N'1018', N'285', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'160A5CB3-B95B-4D1D-9F4D-99A8FDC38AB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'7', N'61172002', N'1', N'0', N'2023-10-11 11:27:20.090', N'2023-10-11 11:27:20.090', N'0', N'0', N'0', N'2002', N'99', N'1006', N'278', N'1018', N'285', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E91E5750-4223-4606-AAEF-8FF88D3C1257', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'8', N'61172003', N'1', N'0', N'2023-10-11 11:27:20.590', N'2023-10-11 11:27:20.590', N'0', N'0', N'0', N'1006', N'277', N'1005', N'278', N'1015', N'244', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45988C23-854B-4B45-8E6A-F34DBF2B32BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'9', N'61172004', N'1', N'0', N'2023-10-11 11:27:21.563', N'2023-10-11 11:27:21.563', N'0', N'0', N'0', N'2004', N'16', N'2003', N'16', N'1010', N'264', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0084EF37-37AD-45D3-88A9-679E44B80901', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000899', N'1', N'0', N'2023-10-11 11:47:09.900', N'2023-10-11 11:47:09.900', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6926EFBE-7D0A-419D-A96F-59F4B19510D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'15', N'0', N'2023-10-11 11:40:12.450', N'2023-10-11 11:40:12.450', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E54073D9-29B3-4A51-9B6A-F4F7FBF7DC32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'16', N'80000081', N'2', N'0', N'2023-10-11 11:40:17.303', N'2023-10-11 11:40:17.303', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'775EA5F9-78D2-4ACA-B4F9-6E670325AEFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'10', N'0', N'2023-10-11 11:40:23.307', N'2023-10-11 11:40:23.307', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12775857-D68D-4E62-BD4F-B156491B1085', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000081', N'1', N'0', N'2023-10-11 11:40:26.970', N'2023-10-11 11:40:26.970', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1517832B-FD88-4B22-92EF-6169A3A25EE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'26', N'80000219', N'7', N'0', N'2023-10-11 11:40:30.770', N'2023-10-11 11:40:30.770', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD230AB8-B92C-459D-A63B-711D78D8CD1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'15', N'80000044', N'60', N'0', N'2023-10-11 11:40:34.513', N'2023-10-11 11:40:34.513', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DAA4E401-AC58-429F-9387-5F3B2F51D7D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'30', N'0', N'2023-10-11 11:40:38.203', N'2023-10-11 11:40:38.203', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA9ABF65-C3BB-4EF6-80AC-350B98347AB8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'5', N'0', N'2023-10-11 11:40:42.327', N'2023-10-11 11:40:42.327', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47604908-20C3-4352-A220-99F0935E52F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'2', N'61126007', N'1', N'0', N'2023-10-11 04:09:51.090', N'2023-10-11 04:09:51.090', N'0', N'0', N'0', N'2035', N'10', N'2010', N'10', N'5018', N'212', N'21050', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65F58150-98D7-474C-BDE8-14687205467F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'1', N'61170003', N'1', N'0', N'2023-10-11 11:39:56.697', N'2023-10-11 11:39:56.697', N'40', N'0', N'0', N'1015', N'294', N'1005', N'287', N'1006', N'281', N'21008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C7C5734-4874-4CC8-8701-15EFE184B9CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000886', N'1', N'0', N'2023-10-13 12:38:42.440', N'2023-10-13 12:38:42.440', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13713188-8B2B-4F9C-AA90-37A91EF0459F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000884', N'1', N'0', N'2023-10-13 12:38:44.207', N'2023-10-13 12:38:44.207', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B8AD624-095C-40E0-B7DD-6FB8CCC93C7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000885', N'1', N'0', N'2023-10-13 12:38:45.833', N'2023-10-13 12:38:45.833', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDE8E6AE-30A8-4330-B283-C1E71895A164', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'0', N'90011', N'1', N'0', N'2023-11-16 14:20:56.343', N'2023-11-16 14:20:56.343', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75526DAA-F4B2-4EB4-8FFF-AADF88D4A744', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'65035', N'2', N'0', N'2023-10-13 12:55:41.000', N'2023-10-13 12:55:41.000', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5E2E041-ABCE-40A3-ADCA-6CC4E0F6C01A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'16004', N'2', N'0', N'2023-10-13 12:55:41.943', N'2023-10-13 12:55:41.943', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A1A9E79-45F3-40E0-9CD7-AF21BBA4248B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031004', N'1', N'0', N'2023-10-13 13:05:21.430', N'2023-10-13 13:05:21.430', N'9', N'3971', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3971', N'1431') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9609292A-7001-4637-A2B3-9FB4E4EBF064', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61035', N'3', N'0', N'2023-10-13 13:13:29.817', N'2023-10-13 13:13:29.817', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1D1ABC6-8769-4D0F-9AA6-EDA52BACE323', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37001', N'1', N'0', N'2023-10-13 13:16:03.647', N'2023-10-13 13:16:03.647', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'592614E4-8131-41EE-9FE8-6E4DCE007A93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41841', N'1', N'0', N'2023-10-13 13:17:57.990', N'2023-10-13 13:17:57.990', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC8FECE8-9227-4465-89FC-F2980A936138', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63035', N'2', N'0', N'2023-10-13 13:18:06.007', N'2023-10-13 13:18:06.007', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29D91E9A-8A53-49BE-87BE-4FA2FDCC6373', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012007', N'1', N'0', N'2023-10-15 13:47:24.437', N'2023-10-15 13:47:24.437', N'9', N'4909', N'0', N'2004', N'21', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'4', N'5', N'4909', N'1132') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C395A76D-5082-4718-8469-D268B1202DAD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'63001', N'2', N'0', N'2023-10-15 13:48:40.713', N'2023-10-15 13:48:40.713', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'936982DE-8806-4AFE-A53C-BD07B648C9E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'66038', N'1', N'0', N'2023-10-15 13:48:43.777', N'2023-10-15 13:48:43.777', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70DBEFD4-A84B-45D6-9B8F-F084525740DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041004', N'1', N'0', N'2023-10-15 13:48:56.880', N'2023-10-15 13:48:56.880', N'23', N'3258', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'4', N'5', N'3258', N'1157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAEB07C9-07F4-429A-AE22-063545AFEBEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'62001', N'1', N'0', N'2023-10-15 13:49:08.140', N'2023-10-15 13:49:08.140', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A984BEBE-5037-42F4-A59D-2B014DB62F97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012007', N'1', N'0', N'2023-10-16 17:21:03.273', N'2023-10-16 17:21:03.273', N'9', N'4492', N'0', N'2001', N'79', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'4492', N'1447') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64064D49-3AB7-4E17-AA6D-D90BB5B41BE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11024006', N'1', N'0', N'2022-07-08 21:01:04.020', N'2022-07-08 21:01:04.020', N'23', N'7395', N'0', N'2001', N'358', N'1004', N'413', N'0', N'0', N'1031', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'6', N'6', N'7395', N'2356') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F027473-841A-4864-A05F-B177A1D43A9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132012', N'1', N'0', N'2022-07-08 21:01:12.440', N'2022-07-08 21:01:12.440', N'39', N'6745', N'0', N'2001', N'257', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6745', N'2420') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D2E331A-5BB6-4EC9-9A2B-E54B5B5B9CCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'1', N'0', N'2022-07-08 21:01:12.543', N'2022-07-08 21:01:12.543', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7F8C9E7-85CA-4A11-B1AE-8C130EDA2462', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032011', N'1', N'0', N'2022-07-08 21:01:12.923', N'2022-07-08 21:01:12.923', N'39', N'3314', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3314', N'1169') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3F619A5-D4B4-4DB3-8A6D-9F2B026A2417', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131012', N'1', N'0', N'2022-07-08 21:01:13.257', N'2022-07-08 21:01:13.257', N'39', N'7929', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7929', N'2660') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D72168B-6120-42DB-AE9E-A4FEA71E2835', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131012', N'1', N'0', N'2022-07-08 21:01:13.803', N'2022-07-08 21:01:13.803', N'39', N'7028', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7028', N'2180') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4D72062-D0ED-44B7-BAB5-A909E708CF4F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112011', N'1', N'0', N'2022-07-08 21:01:14.263', N'2022-07-08 21:01:14.263', N'39', N'6888', N'0', N'2002', N'257', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'6888', N'2275') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E3E6C0E-9659-44C6-9A81-84B89B8E4F26', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-08 21:01:14.597', N'2022-07-08 21:01:14.597', N'39', N'3172', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3172', N'1553') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E65EEB9B-E30D-4B5D-A36F-73FD1CE29AC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11061009', N'1', N'0', N'2022-07-08 21:01:17.300', N'2022-07-08 21:01:17.300', N'39', N'7456', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'7456', N'2278') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B50D6AC-716B-4068-8D72-44880924B733', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041012', N'1', N'0', N'2022-07-08 21:01:17.340', N'2022-07-08 21:01:17.340', N'39', N'4028', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4028', N'971') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F287BB62-B6B7-47CC-983B-80BD2D21993D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062008', N'1', N'0', N'2022-07-08 21:01:17.363', N'2022-07-08 21:01:17.363', N'39', N'6745', N'0', N'2001', N'226', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6745', N'2420') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A808B2B-247A-4363-A181-B790A8D44CC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41466', N'1', N'0', N'2022-07-08 21:02:13.407', N'2022-07-08 21:02:13.407', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49BE7E4F-CFC7-4061-833B-1B91BABA8FDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41541', N'1', N'-1', N'2022-07-08 21:03:47.157', N'2022-07-08 21:03:47.157', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD8FE96D-C5E1-4B7B-8F01-D2D1C331AB2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41573', N'10', N'0', N'2022-07-08 21:06:06.173', N'2022-07-08 21:06:06.173', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4B6E440-DCBF-4571-BF45-0C8D2338D127', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41548', N'1', N'0', N'2022-07-08 21:08:55.130', N'2022-07-08 21:08:55.130', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CB9040B-DBDC-4712-BF3D-4BA10DD13A61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41550', N'1', N'0', N'2022-07-08 21:11:37.617', N'2022-07-08 21:11:37.617', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65810552-30CF-4E3A-83DD-D41A9A124917', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41542', N'1', N'0', N'2022-07-08 21:12:02.913', N'2022-07-08 21:12:02.913', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97A1E109-7714-4325-81E8-3FE0CDCC3D44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41420', N'10', N'0', N'2022-07-08 21:13:16.863', N'2022-07-08 21:13:16.863', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8082CBA4-96C7-4901-8D9E-01C2C52D404C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41419', N'10', N'0', N'2022-07-08 21:13:18.403', N'2022-07-08 21:13:18.403', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB8A9950-3F84-4320-B0FF-4B98FCEB0EFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41418', N'11', N'0', N'2022-07-08 21:13:19.747', N'2022-07-08 21:13:19.747', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFFC4C1A-FEC2-4716-970C-EC305A6F5AE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012011', N'1', N'0', N'2022-07-08 21:16:27.290', N'2022-07-08 21:16:27.290', N'9', N'3068', N'0', N'2004', N'9', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3068', N'1205') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CDD769E4-40F9-4AEF-9BFB-2578BA335D1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13014007', N'1', N'0', N'2022-07-08 21:16:49.063', N'2022-07-08 21:16:49.063', N'23', N'3011', N'0', N'2009', N'4', N'2036', N'5', N'0', N'0', N'2075', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'3', N'3', N'3011', N'1398') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EECFF288-94EB-42EA-BF4C-3804B31C8D49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012011', N'1', N'0', N'2022-07-08 21:17:06.863', N'2022-07-08 21:17:06.863', N'39', N'4274', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4274', N'738') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F841C905-832B-4FC6-A877-F24D780D4F34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042010', N'1', N'0', N'2022-07-08 21:17:06.880', N'2022-07-08 21:17:06.880', N'39', N'3924', N'0', N'2001', N'117', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3924', N'650') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E7FE1B6-E661-42F4-A8A9-12A5CCFF9761', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-08 21:17:07.077', N'2022-07-08 21:17:07.077', N'39', N'4924', N'0', N'2001', N'196', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4924', N'1450') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEA536A3-C74C-41D7-B09F-160A67FD7434', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032010', N'1', N'0', N'2022-07-08 21:17:08.550', N'2022-07-08 21:17:08.550', N'39', N'4044', N'0', N'2001', N'100', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4044', N'1161') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18583EE5-0E35-4D53-8E6F-D525B38CF10D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012011', N'1', N'0', N'2022-07-08 21:17:08.913', N'2022-07-08 21:17:08.913', N'39', N'5044', N'0', N'2001', N'167', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'5044', N'1961') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'212763C9-C98D-4B15-AA59-2A99F26CF9CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042011', N'1', N'0', N'2022-07-08 21:17:09.360', N'2022-07-08 21:17:09.360', N'39', N'4274', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4274', N'738') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A448FFA7-E318-4DDA-A431-04E91F7B0F85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031012', N'1', N'0', N'2022-07-08 21:17:12.390', N'2022-07-08 21:17:12.390', N'39', N'4172', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4172', N'888') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33231E05-A6BC-420C-8BCA-5D9496B08B05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37007', N'4', N'0', N'2022-07-08 21:19:50.893', N'2022-07-08 21:19:50.893', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14D9DAAF-22AE-4B27-B2C6-D98738882F13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'38007', N'4', N'0', N'2022-07-08 21:19:50.943', N'2022-07-08 21:19:50.943', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4080B9C8-6410-4DFB-8A3B-754E680854D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41573', N'10', N'-1', N'2022-07-08 21:20:49.907', N'2022-07-08 21:20:49.907', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF42FE48-6A40-4A07-A6CC-6B5F7A1BC570', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031013', N'1', N'0', N'2022-07-08 21:52:58.623', N'2022-07-08 21:52:58.623', N'9', N'4719', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4719', N'1815') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E644E35C-B7F1-4C94-A307-719672BD5404', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041013', N'1', N'0', N'2022-07-08 21:53:01.247', N'2022-07-08 21:53:01.247', N'9', N'4035', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'4035', N'1654') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4988A88-120A-4125-B57C-554D64A39539', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062007', N'1', N'0', N'2022-07-08 21:53:36.697', N'2022-07-08 21:53:36.697', N'9', N'7937', N'0', N'1010', N'126', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'7937', N'2118') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD3B18B6-14B6-41CF-A712-08C403CAC8EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61002', N'5', N'0', N'2022-07-08 21:24:24.997', N'2022-07-08 21:24:24.997', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAA2A9C3-2455-4585-9E8F-9C97F5DDB3CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41544', N'5', N'0', N'2022-07-08 21:26:43.027', N'2022-07-08 21:26:43.027', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D6B96AF-23C1-471A-A3FF-976498F795F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60058', N'1', N'0', N'2022-07-08 21:29:44.720', N'2022-07-08 21:29:44.720', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43F6302D-1278-43E6-8CB7-4A909A4C97AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041011', N'1', N'0', N'2022-07-08 21:30:07.733', N'2022-07-08 21:30:07.733', N'9', N'4897', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4897', N'773') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAE8B8A6-77F2-4AF2-A78D-8EA546CE5F75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-08 21:30:16.590', N'2022-07-08 21:30:16.590', N'39', N'3217', N'0', N'2032', N'4', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3217', N'823') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F55A7BD5-B1B4-435C-9F3A-FFD121FE2DDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11151012', N'1', N'0', N'2022-07-08 21:30:16.657', N'2022-07-08 21:30:16.657', N'39', N'7370', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'7370', N'2059') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E047F220-FE0B-4093-88AA-00B8A2EB8172', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-08 21:30:17.040', N'2022-07-08 21:30:17.040', N'39', N'4408', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4408', N'1321') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37D82E98-2EF7-43FE-86F5-3B5C1EF18EA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072011', N'1', N'0', N'2022-07-08 21:30:17.390', N'2022-07-08 21:30:17.390', N'39', N'6735', N'0', N'2001', N'244', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6735', N'2209') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20A182E3-E978-4044-89EC-4A63133AA2AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011012', N'1', N'0', N'2022-07-08 21:30:18.003', N'2022-07-08 21:30:18.003', N'39', N'3622', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3622', N'1003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FDEF4D9-33B4-4BF8-A378-09C0D387E3C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041009', N'1', N'0', N'2022-07-08 21:30:18.353', N'2022-07-08 21:30:18.353', N'39', N'8250', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'8250', N'2200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9045CEFE-5F82-4E9E-AB16-C5BB2842C06F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'2', N'90022', N'2', N'0', N'2022-07-08 21:31:49.530', N'2022-07-08 21:31:49.530', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F162D9E-BBE6-4F6E-8C01-B67F043F52B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071011', N'1', N'0', N'2022-07-08 21:44:22.073', N'2022-07-08 21:44:22.073', N'9', N'6022', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'6022', N'2499') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CA1A434-ADAE-4690-A8E9-E741671C2551', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011012', N'1', N'0', N'2022-07-08 21:44:57.177', N'2022-07-08 21:44:57.177', N'9', N'5775', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5775', N'1473') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B26E6D6-70AC-46B9-AF56-1A8D8F23F84D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'3', N'0', N'2022-07-08 21:45:42.903', N'2022-07-08 21:45:42.903', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0525C41-77B8-4C32-9787-CCFB3B91800A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032010', N'1', N'0', N'2022-07-08 21:46:16.207', N'2022-07-08 21:46:16.207', N'9', N'3905', N'0', N'2032', N'4', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3905', N'627') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62DCC211-B55D-4B7C-B0B3-0C45BB22A3DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011013', N'1', N'0', N'2022-07-08 21:48:44.633', N'2022-07-08 21:48:44.633', N'9', N'4465', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'4465', N'1519') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0E10D42-D572-45D8-88A3-BB7549242C16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-08 21:48:44.760', N'2022-07-08 21:48:44.760', N'9', N'0', N'0', N'2010', N'1', N'0', N'0', N'0', N'0', N'11004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CB6F6A3-D073-4D91-A9BF-B920C9382855', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052010', N'1', N'0', N'2022-07-08 21:49:43.090', N'2022-07-08 21:49:43.090', N'9', N'7020', N'0', N'1010', N'138', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'7020', N'2194') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE34AC50-D27D-409A-8C5E-6E82723BA688', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-08 21:49:43.387', N'2022-07-08 21:49:43.387', N'9', N'4121', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4121', N'899') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'294E1082-56AD-43CC-8E41-C5783199FBBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032011', N'1', N'0', N'2022-07-08 21:49:44.503', N'2022-07-08 21:49:44.503', N'9', N'3976', N'0', N'2002', N'160', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3976', N'923') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73DBC948-06EC-4AC2-8503-BC8B54F79856', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11064006', N'1', N'0', N'2022-07-08 21:50:05.547', N'2022-07-08 21:50:05.547', N'23', N'6917', N'0', N'2001', N'293', N'2002', N'293', N'0', N'0', N'2001', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'10', N'8', N'6917', N'2596') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCB2270F-1FC5-472F-86EE-29D226D8E630', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092011', N'1', N'0', N'2022-07-08 21:50:20.163', N'2022-07-08 21:50:20.163', N'39', N'8922', N'0', N'1010', N'158', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'8922', N'2189') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5F8B2D9-1FB2-48CE-A899-9B5BC086577C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032010', N'1', N'0', N'2022-07-08 21:50:20.330', N'2022-07-08 21:50:20.330', N'39', N'3914', N'0', N'2003', N'7', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3914', N'789') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABD3D106-F9C6-4EA1-AAD2-25858E8132AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021012', N'1', N'0', N'2022-07-08 21:50:20.670', N'2022-07-08 21:50:20.670', N'39', N'5581', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'11', N'14', N'5581', N'1771') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B1A06AE-AC8D-4BFF-AA82-D81B780A9EA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032009', N'1', N'0', N'2022-07-08 21:50:20.953', N'2022-07-08 21:50:20.953', N'39', N'4489', N'0', N'2004', N'6', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4489', N'1357') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFEAA456-F8E3-4244-9DAC-819D51A974A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-08 21:50:21.370', N'2022-07-08 21:50:21.370', N'39', N'4382', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4382', N'1250') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACA4B46A-93E3-48F8-B61B-73059EA98281', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012009', N'1', N'0', N'2022-07-08 21:50:21.663', N'2022-07-08 21:50:21.663', N'39', N'3090', N'0', N'2004', N'4', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3090', N'1207') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DC6E72E-A029-43DF-B9DE-7B13BFA957D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022010', N'1', N'0', N'2022-07-08 21:51:55.463', N'2022-07-08 21:51:55.463', N'9', N'4631', N'0', N'2004', N'8', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4631', N'1965') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC2D5561-C68D-4748-BEBD-D1296194B77C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042010', N'1', N'0', N'2022-07-08 21:51:55.490', N'2022-07-08 21:51:55.490', N'9', N'3631', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3631', N'1165') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0CF9970-E99D-4C04-906A-87F565009CF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041011', N'1', N'0', N'2022-07-08 21:51:55.633', N'2022-07-08 21:51:55.633', N'9', N'3647', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3647', N'1165') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF20A01B-6A88-41E2-8387-29D3078EED23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012010', N'1', N'0', N'2022-07-08 21:51:58.327', N'2022-07-08 21:51:58.327', N'9', N'4710', N'0', N'2001', N'179', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'4710', N'1407') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D37A96F6-57DF-47C7-B391-B1B7D5BDA5E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051012', N'1', N'0', N'2022-07-08 21:51:59.593', N'2022-07-08 21:51:59.593', N'9', N'8815', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8815', N'2043') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28455954-1D42-4ABB-B46B-6B31BCBA8041', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042011', N'1', N'0', N'2022-07-08 21:52:42.023', N'2022-07-08 21:52:42.023', N'9', N'5447', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'7', N'7', N'5447', N'668') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C061BAA-4A8D-4186-AFFE-21C6731234AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021013', N'1', N'0', N'2022-07-08 21:52:52.347', N'2022-07-08 21:52:52.347', N'9', N'4844', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4844', N'2051') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39703D16-D492-43B8-BA57-919194930D8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021011', N'1', N'0', N'2022-07-08 21:52:57.430', N'2022-07-08 21:52:57.430', N'9', N'3613', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3613', N'908') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1931AB5C-E2DB-4D61-AE5B-7213AD590265', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-08 21:53:37.920', N'2022-07-08 21:53:37.920', N'9', N'3782', N'0', N'2002', N'170', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3782', N'761') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51419FA1-91F8-46AC-A812-7B7736D5E31C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022007', N'1', N'0', N'2022-07-08 21:53:38.323', N'2022-07-08 21:53:38.323', N'9', N'7896', N'0', N'2002', N'207', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'7896', N'2660') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A2D78CE-464C-49C7-B997-EFCCD2187E6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56016', N'2', N'0', N'2022-07-08 21:53:38.713', N'2022-07-08 21:53:38.713', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'395BCA38-0E8D-4C34-AB92-E50BCA435043', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41625', N'1', N'0', N'2022-07-08 21:53:39.913', N'2022-07-08 21:53:39.913', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C962E285-1782-4405-9229-90ED3450D388', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-08 21:54:29.600', N'2022-07-08 21:54:29.600', N'39', N'3116', N'0', N'2003', N'6', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3116', N'1202') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F16AFE5-7AA1-4343-84CC-BF7A2C5292F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021009', N'1', N'0', N'2022-07-08 21:54:29.663', N'2022-07-08 21:54:29.663', N'39', N'6406', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6406', N'2546') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D638E535-2BCC-44A6-B44F-52004AA45E83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082008', N'1', N'0', N'2022-07-08 21:54:29.677', N'2022-07-08 21:54:29.677', N'39', N'7283', N'0', N'1010', N'152', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7283', N'2110') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21C3F483-2633-43C3-9799-70FF444C7CD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042008', N'1', N'0', N'2022-07-08 21:54:29.700', N'2022-07-08 21:54:29.700', N'39', N'7283', N'0', N'1010', N'152', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7283', N'2110') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'146AA593-8AB9-4000-B8D0-4C324ECE01E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031011', N'1', N'0', N'2022-07-08 21:54:29.730', N'2022-07-08 21:54:29.730', N'39', N'3921', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3921', N'849') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01DFF015-952C-45DA-9183-0724E2CD8C4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041011', N'1', N'0', N'2022-07-08 21:54:30.643', N'2022-07-08 21:54:30.643', N'39', N'4771', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4771', N'792') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54548824-57F7-4B3A-95C5-07FAC13FEA2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042012', N'1', N'0', N'2022-07-08 22:03:47.157', N'2022-07-08 22:03:47.157', N'9', N'4592', N'0', N'2010', N'8', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4592', N'2080') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BBE098D-96DC-4C4B-AB67-D6C3ED523791', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091013', N'1', N'0', N'2022-07-08 22:03:47.797', N'2022-07-08 22:03:47.797', N'9', N'8200', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8200', N'2713') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DC24304-0BB1-4805-84F4-62B5A8D1FFBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082009', N'1', N'0', N'2022-07-08 22:28:40.897', N'2022-07-08 22:28:40.897', N'39', N'8099', N'0', N'1010', N'182', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'8099', N'2680') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8CEF5BF-B606-4A36-84D3-DC122374F1BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022008', N'1', N'0', N'2022-07-08 22:28:40.943', N'2022-07-08 22:28:40.943', N'39', N'8221', N'0', N'2002', N'320', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'8221', N'2115') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'758F2B93-C124-4898-92DB-E56B35FEBB75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031014', N'1', N'0', N'2022-07-08 22:28:40.960', N'2022-07-08 22:28:40.960', N'39', N'4982', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4982', N'2007') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14EB7399-CD0D-4AAC-9A76-670A549E63E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021014', N'1', N'0', N'2022-07-08 22:28:42.050', N'2022-07-08 22:28:42.050', N'39', N'5884', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'13', N'11', N'5884', N'1564') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1577B06B-2EDA-46FE-8981-2EC3B74F411D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031012', N'1', N'0', N'2022-07-08 22:28:42.080', N'2022-07-08 22:28:42.080', N'39', N'3128', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3128', N'655') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'433BC03F-B1AA-48AD-8D62-0DABB168C6B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-08 22:30:50.703', N'2022-07-08 22:30:50.703', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97089EAC-85D9-4740-B9B8-9AC39C59950A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-08 22:30:52.337', N'2022-07-08 22:30:52.337', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3219D16-E321-4AC5-98D2-284ACC7EB519', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021014', N'1', N'0', N'2022-07-08 22:30:52.973', N'2022-07-08 22:30:52.973', N'9', N'4031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'4031', N'1430') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0CE49C0-3D5D-4B47-9D76-9EC4F29A52E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-08 22:30:56.727', N'2022-07-08 22:30:56.727', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55D422DD-1977-47A1-BF89-0CD83EE7579C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-08 22:31:04.317', N'2022-07-08 22:31:04.317', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA68857C-C1D4-4521-AF11-B7B12173C1E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-08 22:31:06.527', N'2022-07-08 22:31:06.527', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BC5585F-4CE1-430B-B7A5-7673CB7A33AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-08 22:31:31.523', N'2022-07-08 22:31:31.523', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'359E0E69-DDE8-45D9-8B77-450D13C0D952', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041012', N'1', N'0', N'2022-07-08 22:31:32.157', N'2022-07-08 22:31:32.157', N'9', N'3457', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3457', N'871') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55221EEC-0C0C-4D91-BEE5-86320392ACFC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-08 22:31:32.773', N'2022-07-08 22:31:32.773', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'577B8814-00AF-43A6-A84B-B14D8A155547', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031014', N'1', N'0', N'2022-07-08 22:31:36.890', N'2022-07-08 22:31:36.890', N'9', N'4123', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4123', N'1430') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E75F5E9F-EFC4-4386-B151-F7BADB9004D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031012', N'1', N'0', N'2022-07-08 22:31:41.697', N'2022-07-08 22:31:41.697', N'9', N'4392', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4392', N'1088') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C797B8C-0F2C-4D66-B456-04C96FE6B6D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091013', N'1', N'0', N'2022-07-08 22:31:50.717', N'2022-07-08 22:31:50.717', N'9', N'6335', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6335', N'2031') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFF07BE3-D383-4BDE-9E3D-882B9CE189E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081009', N'1', N'0', N'2022-07-08 22:35:19.637', N'2022-07-08 22:35:19.637', N'9', N'8400', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'8400', N'2207') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7FAEB5A-A266-42A1-8F29-58C72D1C1BFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-08 22:35:20.500', N'2022-07-08 22:35:20.500', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B50CB800-9E6C-4010-9A00-923B81C101F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-08 22:35:21.697', N'2022-07-08 22:35:21.697', N'9', N'3851', N'0', N'2003', N'23', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'2', N'2', N'3851', N'946') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDB044D7-EC93-48E4-A9C1-F749CBA598FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-08 22:35:28.710', N'2022-07-08 22:35:28.710', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14701C94-6CE5-42B8-83A3-56AE94E6C3BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-08 22:35:28.777', N'2022-07-08 22:35:28.777', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F1885B9-E5DC-4A89-AAD2-020D4564FBC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051013', N'1', N'0', N'2022-07-08 22:35:29.750', N'2022-07-08 22:35:29.750', N'39', N'9626', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'9626', N'2279') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D1BD3DB-7617-4DB6-BAFB-C2177DB5A992', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011014', N'1', N'0', N'2022-07-08 22:35:30.190', N'2022-07-08 22:35:30.190', N'39', N'4796', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4796', N'2125') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'408A1EB9-17D0-45AE-874B-C2FFC82555ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021012', N'1', N'0', N'2022-07-08 22:35:40.920', N'2022-07-08 22:35:40.920', N'39', N'4154', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4154', N'1114') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0781EB1E-CAC4-425F-8342-898D75FD9012', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052012', N'1', N'0', N'2022-07-08 22:38:23.520', N'2022-07-08 22:38:23.520', N'39', N'7236', N'0', N'2002', N'331', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'6', N'6', N'7236', N'2461') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C485B4B-BC68-4207-91C8-4F2C154188D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062009', N'1', N'0', N'2022-07-08 22:38:23.553', N'2022-07-08 22:38:23.553', N'39', N'6377', N'0', N'1010', N'156', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6377', N'2362') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22FF3041-A3AA-4639-A097-2748A7003C45', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-08 22:38:23.897', N'2022-07-08 22:38:23.897', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C57A4AF1-27E4-4826-B2CB-5C736BECB6B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-08 22:38:24.330', N'2022-07-08 22:38:24.330', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0271DE30-DA8B-42D6-B633-8AEC27806EB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-08 22:39:22.587', N'2022-07-08 22:39:22.587', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AF16733-3BF3-4FE5-8B92-80F64E65FE47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021012', N'1', N'0', N'2022-07-08 22:43:41.017', N'2022-07-08 22:43:41.017', N'9', N'3680', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3680', N'704') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F9BD959-AE79-4784-B095-C3D3FAC95872', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-08 22:44:48.937', N'2022-07-08 22:44:48.937', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A453B8FE-E2EA-48B5-808C-58E88321EFBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31032', N'1', N'0', N'2022-07-08 22:56:46.083', N'2022-07-08 22:56:46.083', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D735388C-1430-420C-A9CA-37AF35F468A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032012', N'1', N'0', N'2022-07-08 22:45:30.163', N'2022-07-08 22:45:30.163', N'9', N'5660', N'0', N'2012', N'9', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5660', N'1787') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C542C186-D27C-4608-B52E-2F3D6B1F72F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-08 22:45:31.273', N'2022-07-08 22:45:31.273', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91490B77-73A7-48AD-9382-8CCA4BD2F843', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022008', N'1', N'0', N'2022-07-08 22:46:04.600', N'2022-07-08 22:46:04.600', N'9', N'6456', N'0', N'2001', N'308', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6456', N'2561') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9840685-857F-49C5-BF2D-A217515E6E8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032011', N'1', N'0', N'2022-07-08 22:46:04.980', N'2022-07-08 22:46:04.980', N'9', N'4452', N'0', N'2001', N'185', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4452', N'1961') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'126AE5E4-0BA9-49AC-A016-C506FDD1DBC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41551', N'1', N'-1', N'2022-07-08 22:46:43.813', N'2022-07-08 22:46:43.813', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8BB3A53-9999-4086-B13B-E230208F8DE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-08 22:47:02.083', N'2022-07-08 22:47:02.083', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A83BA3C-F7F3-4F0B-BCE8-B5CF9B83805D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011014', N'1', N'0', N'2022-07-08 22:47:02.490', N'2022-07-08 22:47:02.490', N'39', N'4348', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'2', N'4348', N'1591') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C576C76-2B99-48C9-8BE1-3D91FB0A924B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-08 22:47:02.793', N'2022-07-08 22:47:02.793', N'39', N'4069', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4069', N'1290') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8317A240-C5A2-4494-9811-0FFB269C3B2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022011', N'1', N'0', N'2022-07-08 22:47:03.170', N'2022-07-08 22:47:03.170', N'39', N'5926', N'0', N'2001', N'189', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5926', N'1789') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'110C14B2-8A72-4C9C-AA37-94436FB8E0C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31052', N'1', N'0', N'2022-07-08 22:48:32.790', N'2022-07-08 22:48:32.790', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8603E965-7246-4E75-B470-7F8EFE707071', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16022010', N'1', N'0', N'2022-07-08 22:51:16.233', N'2022-07-08 22:51:16.233', N'9', N'4015', N'0', N'2003', N'31', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4015', N'703') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A966D7D0-9DF5-4A76-803C-C137579A8149', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-08 22:52:30.067', N'2022-07-08 22:52:30.067', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'134BB925-C1C0-439D-B50B-E05E456540B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41534', N'1', N'-1', N'2022-07-08 22:59:28.490', N'2022-07-08 22:59:28.490', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18D251E3-335B-4432-8D4B-B28792CD1624', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16042010', N'1', N'0', N'2022-07-08 22:52:52.847', N'2022-07-08 22:52:52.847', N'9', N'3535', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3535', N'1194') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31AAA8B7-926E-493B-A532-B87FF2FF02DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-08 22:53:37.877', N'2022-07-08 22:53:37.877', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'642588CF-A2F6-40B7-89BD-E3D305CA5AFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-08 22:53:48.543', N'2022-07-08 22:53:48.543', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC17BC81-4323-430A-B8AF-25FBDCF30833', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16032011', N'1', N'0', N'2022-07-08 22:54:54.467', N'2022-07-08 22:54:54.467', N'9', N'3409', N'0', N'2004', N'31', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3409', N'1116') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA3BE044-DC09-43B5-B108-77EDCB4EDFA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16022010', N'1', N'0', N'2022-07-08 22:54:54.507', N'2022-07-08 22:54:54.507', N'9', N'3516', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'4', N'5', N'3516', N'1021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FB3D58F-E240-4E9B-9DFA-7EC8A56F6D05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072011', N'1', N'0', N'2022-07-08 22:54:54.730', N'2022-07-08 22:54:54.730', N'9', N'8518', N'0', N'2001', N'231', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'8518', N'2421') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4971BDC-4357-4BAF-AEE2-14512A180498', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50993', N'1', N'0', N'2022-07-08 22:54:55.137', N'2022-07-08 22:54:55.137', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDFC36BB-88EA-4244-9E24-8C0D5F947CD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11132012', N'1', N'0', N'2022-07-08 22:55:16.873', N'2022-07-08 22:55:16.873', N'23', N'8314', N'0', N'2001', N'257', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'8314', N'2116') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86487DA9-80A2-418F-BC4C-BB2F93283FB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'18', N'0', N'2022-07-08 23:00:28.890', N'2022-07-08 23:00:28.890', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB2B17DC-6B04-45FA-AFB5-F63021A4FDD3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022012', N'1', N'0', N'2022-07-09 00:24:50.903', N'2022-07-09 00:24:50.903', N'9', N'4881', N'0', N'2002', N'184', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4881', N'1623') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB672FB9-E2B1-4DBE-82A1-EF79C911BB9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-09 00:24:51.093', N'2022-07-09 00:24:51.093', N'9', N'3987', N'0', N'2002', N'113', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3987', N'930') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF285433-79BA-4F53-84C1-6DCA6DE80F70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011012', N'1', N'0', N'2022-07-09 00:25:39.827', N'2022-07-09 00:25:39.827', N'9', N'3495', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3495', N'1079') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDD6B78E-DCF6-451B-B201-19B127DB1719', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-09 00:25:43.897', N'2022-07-09 00:25:43.897', N'9', N'3412', N'0', N'2035', N'3', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3412', N'630') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'559CB14E-8601-4975-B5D6-4FB7D8D8B49A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022010', N'1', N'0', N'2022-07-09 00:26:47.393', N'2022-07-09 00:26:47.393', N'9', N'4348', N'0', N'2002', N'114', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'4348', N'961') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F0320E5-A0AC-486B-9352-07E035AC3C54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032010', N'1', N'0', N'2022-07-09 00:26:47.800', N'2022-07-09 00:26:47.800', N'9', N'4348', N'0', N'2002', N'114', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'4348', N'961') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E798440B-57A1-4DD0-AE4A-EE49CEEB47D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012010', N'1', N'0', N'2022-07-09 00:26:48.200', N'2022-07-09 00:26:48.200', N'9', N'4448', N'0', N'2002', N'150', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4448', N'692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'524F2B45-A592-441A-AF7F-AB8C3021C519', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022010', N'1', N'0', N'2022-07-09 00:26:48.813', N'2022-07-09 00:26:48.813', N'9', N'4448', N'0', N'2002', N'150', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4448', N'692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08FBC6FD-B291-42C0-9582-0CB910A66E27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022008', N'1', N'0', N'2022-07-09 00:27:53.917', N'2022-07-09 00:27:53.917', N'9', N'7233', N'0', N'2001', N'306', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7233', N'2356') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66FA02B4-279F-44D6-999D-709AD0CA5BCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032011', N'1', N'0', N'2022-07-09 00:27:54.317', N'2022-07-09 00:27:54.317', N'9', N'8338', N'0', N'2001', N'263', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'8338', N'2188') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D44E33A-5CD5-4FB3-9990-1ED665ED94CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'3', N'0', N'2022-07-09 00:28:17.630', N'2022-07-09 00:28:17.630', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7B32A63-E576-4D3C-BF56-7DFAB3538620', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41467', N'1', N'0', N'2022-07-09 00:28:37.640', N'2022-07-09 00:28:37.640', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D53E3CB9-2C32-4B87-8CBE-137C6DB277F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022010', N'1', N'0', N'2022-07-09 00:30:50.107', N'2022-07-09 00:30:50.107', N'9', N'3702', N'0', N'2035', N'3', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3702', N'922') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73C9E872-22B9-4293-8C63-7639C8D3EA9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042012', N'1', N'0', N'2022-07-09 00:30:50.443', N'2022-07-09 00:30:50.443', N'9', N'4702', N'0', N'2035', N'8', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4702', N'1722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61865165-D5F2-4D4F-A6FA-5C0508BE5949', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 05:09:25.007', N'2022-07-09 05:09:25.007', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50D3E5AB-0AE1-4A41-86E0-F4A819139D39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152011', N'1', N'0', N'2022-07-09 00:30:51.480', N'2022-07-09 00:30:51.480', N'9', N'6562', N'0', N'2001', N'308', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'6562', N'2356') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C584D40E-9D7A-423E-AEE9-41746DF2E599', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-09 00:30:51.847', N'2022-07-09 00:30:51.847', N'9', N'3554', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3554', N'956') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAA226EB-538C-429B-9FAA-A55CECC17DD1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042011', N'1', N'0', N'2022-07-09 00:30:52.460', N'2022-07-09 00:30:52.460', N'9', N'4663', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4663', N'654') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'289DEE71-30E5-44C5-A0B1-2E5C345C8549', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052011', N'1', N'0', N'2022-07-09 00:30:52.867', N'2022-07-09 00:30:52.867', N'9', N'7665', N'0', N'2002', N'265', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7665', N'2054') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D546B651-FA9C-4B62-9E8C-9D8CFD2B1BC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59003', N'12', N'0', N'2022-07-09 00:30:54.093', N'2022-07-09 00:30:54.093', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9AAE96D-154A-42B5-9505-17B830BA243E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 00:31:42.523', N'2022-07-09 00:31:42.523', N'39', N'0', N'0', N'1003', N'69', N'0', N'0', N'0', N'0', N'11011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B28639A0-1A7B-470F-9872-CBA6D40AFDB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12012011', N'1', N'0', N'2022-07-09 00:31:42.550', N'2022-07-09 00:31:42.550', N'39', N'4531', N'0', N'2009', N'7', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'13', N'14', N'4531', N'1477') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F09DA91-ECDC-40F1-97F5-6B155A500599', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-09 00:31:42.970', N'2022-07-09 00:31:42.970', N'39', N'3881', N'0', N'2002', N'138', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3881', N'823') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FAE3662-7A15-4A8E-8F1F-67D0539A127E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41248', N'1', N'0', N'2022-07-09 00:40:08.257', N'2022-07-09 00:40:08.257', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50AADF1A-8619-449E-B2CB-4EC74EC623F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-09 00:40:33.867', N'2022-07-09 00:40:33.867', N'9', N'4294', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4294', N'1125') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F171CF3-F625-4B9F-BA44-E80685BEC412', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-09 00:41:00.083', N'2022-07-09 00:41:00.083', N'9', N'3863', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3863', N'681') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B205DD6D-02D0-4939-A401-BFFC67082EF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11112012', N'1', N'0', N'2022-07-09 00:41:48.693', N'2022-07-09 00:41:48.693', N'9', N'6377', N'0', N'2001', N'261', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6377', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58435791-EF31-474D-B05E-4F0038FF48F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061010', N'1', N'0', N'2022-07-09 00:42:02.227', N'2022-07-09 00:42:02.227', N'9', N'6336', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6336', N'2225') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4091CC82-3515-4015-9B99-473087A6617B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-09 00:42:23.137', N'2022-07-09 00:42:23.137', N'9', N'3273', N'0', N'2032', N'3', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3273', N'1026') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A2F0FE6-1B6D-48D2-9432-42B7BF7F39CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61002', N'25', N'0', N'2022-07-09 00:49:55.883', N'2022-07-09 00:49:55.883', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'071B010D-EDE9-49A8-9F79-70CFE9139688', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031012', N'1', N'0', N'2022-07-09 00:50:12.683', N'2022-07-09 00:50:12.683', N'9', N'3719', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3719', N'1171') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AB04A58-2C6D-45AE-8111-678425BE432D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 00:50:52.660', N'2022-07-09 00:50:52.660', N'9', N'0', N'0', N'2035', N'1', N'0', N'0', N'0', N'0', N'11009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBF730DF-2870-4CC3-AFAB-38EC0872B552', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041014', N'1', N'0', N'2022-07-09 00:51:51.527', N'2022-07-09 00:51:51.527', N'9', N'5801', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5801', N'1791') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A50A5E8-B427-4FBC-A0C3-A7EEB5F6BE31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062008', N'1', N'0', N'2022-07-09 00:52:04.187', N'2022-07-09 00:52:04.187', N'9', N'6803', N'0', N'2002', N'271', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6803', N'2375') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44F5DD62-8D1A-4854-AEF6-A9F54BE4A6B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-09 00:52:04.473', N'2022-07-09 00:52:04.473', N'9', N'3657', N'0', N'2032', N'3', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3657', N'872') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04891DB9-594C-4A48-A328-497A6A256608', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031013', N'1', N'0', N'2022-07-09 00:52:08.970', N'2022-07-09 00:52:08.970', N'9', N'6574', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6574', N'2237') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76DD7AD6-DB9D-481E-B626-B710C5F5448D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042008', N'1', N'0', N'2022-07-09 00:53:13.923', N'2022-07-09 00:53:13.923', N'9', N'6110', N'0', N'1010', N'138', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'6110', N'2291') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1E4ECBD-C004-4303-A98D-3214958FF668', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022010', N'1', N'0', N'2022-07-09 00:53:14.740', N'2022-07-09 00:53:14.740', N'9', N'5466', N'0', N'2002', N'131', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'8', N'6', N'5466', N'799') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05345D84-434B-4D87-A918-2370D1E36A44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041012', N'1', N'0', N'2022-07-09 00:53:15.550', N'2022-07-09 00:53:15.550', N'9', N'4066', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4066', N'623') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADC01664-75F5-4365-BACC-95D013785FFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41497', N'4', N'0', N'2022-07-09 00:53:17.583', N'2022-07-09 00:53:17.583', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E8E15B2-7C06-4E1E-AE66-881850855B1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012012', N'1', N'0', N'2022-07-09 00:54:00.013', N'2022-07-09 00:54:00.013', N'39', N'5294', N'0', N'2035', N'8', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'5294', N'1925') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1ED07E14-2ED9-4C55-8256-D366601B0B22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011012', N'1', N'0', N'2022-07-09 00:54:00.140', N'2022-07-09 00:54:00.140', N'39', N'3179', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3179', N'870') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F101BBB-4FC9-4115-8C95-83D8BA398C01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021012', N'1', N'0', N'2022-07-09 00:54:00.507', N'2022-07-09 00:54:00.507', N'39', N'3221', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3221', N'657') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEE4BB26-E621-42D0-9360-142FC88FE1A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40127', N'1', N'-1', N'2022-07-09 00:54:58.557', N'2022-07-09 00:54:58.557', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07E734D0-5955-4860-8D82-A439A9060D2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'9', N'0', N'2022-07-09 00:55:54.023', N'2022-07-09 00:55:54.023', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8947F5CB-2499-4058-BFE3-5EBBEC8305F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41153', N'3', N'0', N'2022-07-09 00:57:19.357', N'2022-07-09 00:57:19.357', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F24CBA2-7F32-49F6-A6DB-6B15CE278ABB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'62030', N'5', N'0', N'2022-07-09 00:57:36.733', N'2022-07-09 00:57:36.733', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B22E47E-933E-4C00-B5A9-7B4A19A768EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'64026', N'2', N'0', N'2022-07-09 00:58:35.600', N'2022-07-09 00:58:35.600', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6479F05D-60EC-4C1A-B165-AD591911BADC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'37008', N'8', N'0', N'2022-07-09 00:59:11.597', N'2022-07-09 00:59:11.597', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2871DBBA-22FF-4D4B-AA20-878B444A68A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'29', N'38008', N'11', N'0', N'2022-07-09 00:59:11.610', N'2022-07-09 00:59:11.610', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75209C3C-91B5-4CD4-AFD0-6123D08A5C40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41574', N'1', N'-1', N'2022-07-09 00:59:48.753', N'2022-07-09 00:59:48.753', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B364E2A8-95EA-44BA-983E-6967C24CF2E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41571', N'1', N'0', N'2022-07-09 01:03:58.607', N'2022-07-09 01:03:58.607', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3B89C2B-6094-4F8E-89DC-5CCD502F4C4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41146', N'1', N'0', N'2022-07-09 01:04:01.963', N'2022-07-09 01:04:01.963', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76D3FFC1-3447-4200-8433-A31AF53D470F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 01:05:34.367', N'2022-07-09 01:05:34.367', N'9', N'0', N'0', N'2035', N'1', N'0', N'0', N'0', N'0', N'11009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C69A477F-C814-47CA-B62D-1DBFC677F932', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11051011', N'1', N'0', N'2022-07-09 01:05:42.443', N'2022-07-09 01:05:42.443', N'9', N'9028', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'9028', N'2111') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F9D6E5D-D94C-4949-952F-0A39E82A4617', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061008', N'1', N'0', N'2022-07-09 01:05:44.860', N'2022-07-09 01:05:44.860', N'9', N'7987', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'7987', N'2444') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE47092F-7947-401D-BD97-52C7ACB48554', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50036', N'1', N'0', N'2022-07-09 01:06:07.417', N'2022-07-09 01:06:07.417', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBC106D0-0D20-4AE8-9BCF-F671FD0647F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011014', N'1', N'0', N'2022-07-09 01:06:32.943', N'2022-07-09 01:06:32.943', N'9', N'5491', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5491', N'1876') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C501C54B-F290-4BE3-A537-E4B7010A7A8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012011', N'1', N'0', N'2022-07-09 01:06:37.623', N'2022-07-09 01:06:37.623', N'9', N'4007', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4007', N'1662') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'477E90F3-1A83-40C2-9EBE-C10E517EF4AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032012', N'1', N'0', N'2022-07-09 01:06:44.937', N'2022-07-09 01:06:44.937', N'9', N'7495', N'0', N'2001', N'333', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7495', N'2059') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F127CB94-A143-4B29-81D9-638703A2732F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41569', N'1', N'0', N'2022-07-09 01:06:45.333', N'2022-07-09 01:06:45.333', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'311EF7BB-0F5F-4BD4-9024-B598184C9C20', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032011', N'1', N'0', N'2022-07-09 01:10:37.633', N'2022-07-09 01:10:37.633', N'9', N'5308', N'0', N'2001', N'186', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'5308', N'1866') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB003D76-D956-41E3-96D5-885D7405545A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042011', N'1', N'0', N'2022-07-09 01:10:38.397', N'2022-07-09 01:10:38.397', N'9', N'3410', N'0', N'2001', N'169', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3410', N'1192') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'942EB07F-8F23-40E3-996D-1383BCA2AEC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032011', N'1', N'0', N'2022-07-09 01:10:38.803', N'2022-07-09 01:10:38.803', N'9', N'3410', N'0', N'2001', N'169', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3410', N'1192') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1EECDEAF-E926-4BCE-B73D-5284D136FFB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15014007', N'1', N'0', N'2022-07-09 01:11:07.323', N'2022-07-09 01:11:07.323', N'23', N'3925', N'0', N'2002', N'161', N'2035', N'5', N'0', N'0', N'2018', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3925', N'1155') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5B05016-A8AD-4540-92E4-46EE51500524', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152011', N'1', N'0', N'2022-07-09 01:11:35.267', N'2022-07-09 01:11:35.267', N'39', N'7717', N'0', N'2002', N'254', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7717', N'2003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE175A42-A150-4240-94C5-D7F482192239', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-09 01:11:35.293', N'2022-07-09 01:11:35.293', N'39', N'4882', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4882', N'1164') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC36EA4C-0E1A-496D-BBD3-56B514CDFBD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011012', N'1', N'0', N'2022-07-09 01:11:35.700', N'2022-07-09 01:11:35.700', N'39', N'3224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3224', N'1249') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71541113-83C7-40B1-AADE-BE8472321C29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41574', N'1', N'-1', N'2022-07-09 01:17:27.480', N'2022-07-09 01:17:27.480', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1790125B-3A1C-47D6-A314-9A8079BB8285', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40184', N'1', N'-1', N'2022-07-09 01:19:28.013', N'2022-07-09 01:19:28.013', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAF5E053-C2EB-44F3-B3B7-9657742DB568', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'3', N'0', N'2022-07-09 01:20:40.717', N'2022-07-09 01:20:40.717', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A9D4396-F056-4C54-881A-20497286C209', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041012', N'1', N'0', N'2022-07-09 04:16:08.563', N'2022-07-09 04:16:08.563', N'9', N'3166', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3166', N'861') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F3D68F5-B28E-465D-B61D-F55C72B185B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042012', N'1', N'0', N'2022-07-09 01:32:15.737', N'2022-07-09 01:32:15.737', N'9', N'5264', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'5264', N'1819') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B012E32C-7F3B-4BE5-BBEF-B2234BF80AB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152011', N'1', N'0', N'2022-07-09 01:32:21.920', N'2022-07-09 01:32:21.920', N'9', N'8143', N'0', N'1010', N'141', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'8143', N'2713') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD42C9B9-0DD1-4A37-88FE-AD986EC3606D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012010', N'1', N'0', N'2022-07-09 01:32:22.330', N'2022-07-09 01:32:22.330', N'9', N'4996', N'0', N'2012', N'3', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4996', N'815') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE3002F3-B665-435A-964E-1EE344945E80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041012', N'1', N'0', N'2022-07-09 01:32:43.807', N'2022-07-09 01:32:43.807', N'9', N'4937', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4937', N'801') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EC60E89-0667-4DFF-8DFB-B5691AF27ACD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11021008', N'1', N'0', N'2022-07-09 01:32:44.437', N'2022-07-09 01:32:44.437', N'9', N'7797', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7797', N'2318') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E07E40B-B1BE-40EE-BD9A-FD7551ADFD71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032012', N'1', N'0', N'2022-07-09 01:33:01.447', N'2022-07-09 01:33:01.447', N'9', N'4313', N'0', N'2011', N'8', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4313', N'1558') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54B11FF8-FEB3-4893-8EF2-4626CE1E580B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022010', N'1', N'0', N'2022-07-09 01:33:01.837', N'2022-07-09 01:33:01.837', N'9', N'3313', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3313', N'758') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F41691F-B126-4034-8030-024BC5B1E9BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11112011', N'1', N'0', N'2022-07-09 01:33:02.443', N'2022-07-09 01:33:02.443', N'9', N'7676', N'0', N'1010', N'138', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'7676', N'2455') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'891AF52E-3BBC-4E10-9760-C0D9E67F19CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031011', N'1', N'0', N'2022-07-09 01:33:32.867', N'2022-07-09 01:33:32.867', N'9', N'6549', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6549', N'2673') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4EEC3F55-BC3A-4387-90E5-430FE537719A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11021008', N'1', N'0', N'2022-07-09 01:33:33.473', N'2022-07-09 01:33:33.473', N'9', N'8412', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'14', N'15', N'8412', N'2154') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE492071-D164-466D-A5E6-B81A22EF9457', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11021008', N'1', N'0', N'2022-07-09 01:33:33.883', N'2022-07-09 01:33:33.883', N'9', N'7409', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7409', N'2573') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DA6B4C2-C3D4-4ABF-8AF5-DFB6CDD93B99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-09 01:35:00.743', N'2022-07-09 01:35:00.743', N'9', N'4733', N'0', N'2003', N'6', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4733', N'1129') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE72CB7B-A55D-4670-9332-A2CB5207A399', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012012', N'1', N'0', N'2022-07-09 01:35:01.133', N'2022-07-09 01:35:01.133', N'9', N'4585', N'0', N'2036', N'8', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4585', N'1640') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB0CD8AC-40C5-4B30-A5C6-F88BEBAD5038', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11021010', N'1', N'0', N'2022-07-09 01:35:14.957', N'2022-07-09 01:35:14.957', N'9', N'6449', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'6449', N'2529') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CE52C4B-00A0-495E-B07F-EB4D3A6AC47C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 01:36:48.920', N'2022-07-09 01:36:48.920', N'9', N'0', N'0', N'1002', N'96', N'0', N'0', N'0', N'0', N'11002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A9A4B3B-AFF7-44F3-A924-DF6E24C6467C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011014', N'1', N'0', N'2022-07-09 01:37:35.303', N'2022-07-09 01:37:35.303', N'9', N'4804', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4804', N'2097') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A27E71CD-0BDC-457F-A94F-CD99697D1D8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11051011', N'1', N'0', N'2022-07-09 01:37:37.457', N'2022-07-09 01:37:37.457', N'9', N'9124', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'9124', N'2534') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5A0EA60-7BFC-48AD-90E8-2B11EE5F2F40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022008', N'1', N'0', N'2022-07-09 01:38:43.030', N'2022-07-09 01:38:43.030', N'9', N'6651', N'0', N'1010', N'168', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'6651', N'2199') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C403870A-109B-4DC9-801D-0C40884B1365', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032011', N'1', N'0', N'2022-07-09 01:39:38.223', N'2022-07-09 01:39:38.223', N'9', N'4985', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4985', N'1660') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F882096E-07F2-41B6-A676-6F09877C91C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032011', N'1', N'0', N'2022-07-09 01:39:38.843', N'2022-07-09 01:39:38.843', N'9', N'4985', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4985', N'1660') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48C88D9A-C6D7-4FCD-AD3D-68664FF0DDB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042010', N'1', N'0', N'2022-07-09 01:39:39.440', N'2022-07-09 01:39:39.440', N'9', N'4098', N'0', N'2035', N'3', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4098', N'963') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2567254E-E1EF-4DC7-9FAB-3C49E3A14EAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11094007', N'1', N'0', N'2022-07-09 01:40:01.670', N'2022-07-09 01:40:01.670', N'23', N'6896', N'0', N'1004', N'309', N'2002', N'331', N'0', N'0', N'2015', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6896', N'2662') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FF4CCEF-C65A-43D8-8EF9-5DB32FB2A5D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032012', N'1', N'0', N'2022-07-09 01:40:32.797', N'2022-07-09 01:40:32.797', N'39', N'8164', N'0', N'2002', N'372', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8164', N'2115') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE37C187-3955-4681-A509-53CBD8C66519', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062009', N'1', N'0', N'2022-07-09 01:40:32.867', N'2022-07-09 01:40:32.867', N'39', N'7081', N'0', N'2002', N'302', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7081', N'2239') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34E8A9B6-7DCF-40FA-BD70-1D51458C408F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012012', N'1', N'0', N'2022-07-09 01:40:33.310', N'2022-07-09 01:40:33.310', N'39', N'5006', N'0', N'2032', N'8', N'0', N'0', N'0', N'0', N'2066', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5006', N'1841') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18DF1ED7-8000-4157-AA15-ABF8AA98BA52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'3', N'0', N'2022-07-09 01:41:03.267', N'2022-07-09 01:41:03.267', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89989903-4DC2-4A85-B953-DDABBF4FA6CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'3', N'0', N'2022-07-09 01:41:06.130', N'2022-07-09 01:41:06.130', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2F0F89D-C22D-4FCB-8F38-0BDEAAC7C375', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'2', N'0', N'2022-07-09 01:41:06.603', N'2022-07-09 01:41:06.603', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51A05986-69AC-42CD-A033-386BD330E556', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'9', N'0', N'2022-07-09 01:41:06.973', N'2022-07-09 01:41:06.973', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E47A208-CE54-424B-85CD-3DB536D0B298', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'14', N'0', N'2022-07-09 01:41:07.870', N'2022-07-09 01:41:07.870', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BECC446-2028-4ED3-8429-BB60288CC54A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41583', N'15', N'0', N'2022-07-09 02:15:33.050', N'2022-07-09 02:15:33.050', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44190B6B-D084-48E1-890D-28861627BC25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61019', N'1', N'0', N'2022-07-09 01:52:13.690', N'2022-07-09 01:52:13.690', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8058A64-4462-4848-9CBF-9A4B1867599A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'8', N'0', N'2022-07-09 01:52:28.943', N'2022-07-09 01:52:28.943', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2857BC41-9D17-464F-968A-D05D2526A13B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'18', N'0', N'2022-07-09 01:55:39.107', N'2022-07-09 01:55:39.107', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8628233C-E7B5-4713-8D64-790CF3E25D1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 02:21:31.330', N'2022-07-09 02:21:31.330', N'9', N'0', N'0', N'2036', N'1', N'0', N'0', N'0', N'0', N'11010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6C62B64-5B1F-404C-88D5-39606C92B4C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 02:21:32.507', N'2022-07-09 02:21:32.507', N'9', N'0', N'0', N'2036', N'1', N'0', N'0', N'0', N'0', N'11010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14F2E97C-BD31-44C4-973D-BC9A0B86D7DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011013', N'1', N'0', N'2022-07-09 02:22:08.570', N'2022-07-09 02:22:08.570', N'9', N'6254', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6254', N'2956') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF6E2D1A-6579-492B-98CC-BE695DB9C82D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041012', N'1', N'0', N'2022-07-09 02:22:13.087', N'2022-07-09 02:22:13.087', N'9', N'4131', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4131', N'633') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61F3F55A-F764-49CA-9798-78FBB9B6559A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'1', N'0', N'2022-07-09 02:22:33.993', N'2022-07-09 02:22:33.993', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E5FB0A9-AE3D-49FC-A22C-A5F3F42517AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021012', N'1', N'0', N'2022-07-09 02:22:35.260', N'2022-07-09 02:22:35.260', N'9', N'3924', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3924', N'1343') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'464903B7-A62E-4C7E-8132-718EA5CBDDE4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-09 02:28:17.493', N'2022-07-09 02:28:17.493', N'9', N'3867', N'0', N'2004', N'5', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3867', N'694') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25F9506F-93A8-439A-B35A-73C30AF4FAC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032011', N'1', N'0', N'2022-07-09 02:28:55.140', N'2022-07-09 02:28:55.140', N'39', N'4643', N'0', N'2002', N'178', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'4643', N'1751') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF5A1A0A-CFA4-4C39-9DAB-6F602B677AE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022010', N'1', N'0', N'2022-07-09 02:28:55.203', N'2022-07-09 02:28:55.203', N'39', N'4112', N'0', N'2003', N'5', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4112', N'625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66224056-33E6-4794-8C47-7C9247665DA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032010', N'1', N'0', N'2022-07-09 02:28:55.590', N'2022-07-09 02:28:55.590', N'39', N'4004', N'0', N'2003', N'5', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4004', N'921') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1B69615-3E74-40BF-B8F3-D2791FB3BEAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62011', N'10', N'0', N'2022-07-09 14:30:14.300', N'2022-07-09 14:30:14.300', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5FE1075-912B-446E-AE68-EE4CF23E4B9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031012', N'1', N'0', N'2022-07-09 02:28:57.083', N'2022-07-09 02:28:57.083', N'39', N'3156', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3156', N'1569') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9B5E017-DC5C-4060-B166-8B9D1D49F972', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131013', N'1', N'0', N'2022-07-09 02:28:57.420', N'2022-07-09 02:28:57.420', N'39', N'8462', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8462', N'2161') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61C63973-DB77-44C3-95F5-E5BDC19AA28B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11111013', N'1', N'0', N'2022-07-09 02:28:57.830', N'2022-07-09 02:28:57.830', N'39', N'6685', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6685', N'2022') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7048A181-DBF8-47D2-8BAD-FAF1FE541E77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41555', N'10', N'0', N'2022-07-09 14:51:08.203', N'2022-07-09 14:51:08.203', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C710EBA-6956-4251-83C8-8C96FD66ED8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012012', N'1', N'0', N'2022-07-09 14:51:55.093', N'2022-07-09 14:51:55.093', N'9', N'3511', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3511', N'1190') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2839CB64-CE70-4F95-9C6E-63072F7F17ED', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'80000311', N'10', N'0', N'2022-07-10 16:43:50.643', N'2022-07-10 16:43:50.643', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EE1DF96-1BC7-4AEC-B844-775FE87F4761', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000225', N'1', N'0', N'2022-07-10 16:43:52.177', N'2022-07-10 16:43:52.177', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55413A3B-15CC-4612-943A-8FA5D5C4E889', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59003', N'10', N'0', N'2022-07-10 16:43:53.980', N'2022-07-10 16:43:53.980', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19AF35DB-FC62-415C-9F91-40B32D78D4C3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59004', N'10', N'0', N'2022-07-10 16:43:57.040', N'2022-07-10 16:43:57.040', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7697E5E-382E-4389-8FAF-2E75D860BBD7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'7', N'59001', N'20', N'0', N'2022-07-10 16:43:59.930', N'2022-07-10 16:43:59.930', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7D89537-3AC4-4923-84FB-C2F1FE835F71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62013', N'1', N'0', N'2022-07-09 14:30:57.660', N'2022-07-09 14:30:57.660', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE21E847-7051-4045-BE61-44DADC64AF7E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62012', N'3', N'0', N'2022-07-09 14:30:58.280', N'2022-07-09 14:30:58.280', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05D45B1E-4611-42BA-9AA5-62EFAE5891F7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'80000310', N'10', N'0', N'2022-07-10 16:44:02.450', N'2022-07-10 16:44:02.450', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61B6C81A-EACE-4052-A9C0-A855D623E044', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-12', N'-1', N'59002', N'10', N'0', N'2022-07-10 16:44:04.757', N'2022-07-10 16:44:04.757', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FE57A6A-42C1-4602-A0DD-A6CB2958C558', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59001', N'10', N'0', N'2022-07-10 16:44:32.850', N'2022-07-10 16:44:32.850', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4720B5D-00D8-4F63-B22A-DA0D65DB55AC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000204', N'5', N'0', N'2022-07-10 16:44:55.073', N'2022-07-10 16:44:55.073', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E984118-308F-429E-A8A1-4954BA1B896E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'80001102', N'15', N'0', N'2022-07-10 16:52:28.073', N'2022-07-10 16:52:28.073', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7AAC76A2-F353-4E4C-A5C0-C8DEAE627BFB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'3', N'711036007', N'1', N'0', N'2022-07-10 19:36:32.190', N'2022-07-10 19:36:32.190', N'9', N'7322', N'0', N'2030', N'67', N'2015', N'55', N'0', N'0', N'2285', N'2', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'1', N'0', N'3', N'3', N'5', N'5', N'7322', N'2060') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCC6181F-B4BE-4ADC-BBD7-C12FA19AC1B0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'4', N'711046107', N'1', N'0', N'2022-07-10 19:46:25.637', N'2022-07-10 19:46:25.637', N'9', N'6706', N'0', N'3008', N'48', N'2002', N'696', N'0', N'0', N'2204', N'2', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6706', N'2315') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04D5AE79-6733-4072-9A47-FE73B61D7A3A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711044007', N'1', N'0', N'2022-07-10 19:46:28.367', N'2022-07-10 19:46:28.367', N'9', N'8770', N'0', N'2013', N'54', N'2029', N'58', N'0', N'0', N'2286', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'8770', N'2355') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE6C08C4-1326-41C5-897A-1D9864270110', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'11', N'41842', N'8', N'0', N'2022-07-10 19:46:28.760', N'2022-07-10 19:46:28.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'323FB2F1-A2F3-4EE2-B5D6-E3D8E51A92CE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711022007', N'1', N'0', N'2022-07-10 19:46:29.363', N'2022-07-10 19:46:29.363', N'9', N'8628', N'0', N'1010', N'258', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'8628', N'2461') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A237F17B-72FE-4858-85BE-2986C878D397', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'60057', N'1', N'0', N'2022-07-10 19:46:29.973', N'2022-07-10 19:46:29.973', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B12B782-23DE-425C-ACA1-D866E609471A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711052007', N'1', N'0', N'2022-07-10 19:46:30.777', N'2022-07-10 19:46:30.777', N'9', N'8729', N'0', N'1010', N'228', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'8729', N'2568') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72B55EA5-A470-4E5D-ADF4-D4189170177D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'17', N'0', N'2022-07-09 14:32:32.333', N'2022-07-09 14:32:32.333', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0536AB40-C6C9-4D04-B88E-BC326D06D60A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'715012007', N'1', N'0', N'2022-07-10 19:46:32.607', N'2022-07-10 19:46:32.607', N'9', N'3682', N'0', N'2003', N'11', N'0', N'0', N'0', N'0', N'2213', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3682', N'1514') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE2D4B3A-5D92-4E0A-B1A9-3AF6A3940696', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 04:43:54.497', N'2022-07-09 04:43:54.497', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'463B97C3-D926-4482-A85D-F540E87D8953', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041013', N'1', N'0', N'2022-07-09 04:44:34.137', N'2022-07-09 04:44:34.137', N'9', N'3702', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3702', N'906') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77E42F88-89A9-4A96-83F1-CB0FBF393A56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-09 04:44:49.607', N'2022-07-09 04:44:49.607', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21D45D78-EE6A-4581-8D5E-7D7E310A807A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031012', N'1', N'0', N'2022-07-09 04:45:03.633', N'2022-07-09 04:45:03.633', N'9', N'3972', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3972', N'676') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C963729-5297-4CF0-85B1-C40C70881D30', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 04:45:33.473', N'2022-07-09 04:45:33.473', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D5A2D33-AE12-43FC-A33D-AB39FFDA72F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021014', N'1', N'0', N'2022-07-09 04:45:36.307', N'2022-07-09 04:45:36.307', N'9', N'4665', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4665', N'2126') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA344706-D7A5-48FC-B8E6-1E729BCAFCD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'4', N'90024', N'1', N'0', N'2022-07-09 04:45:49.060', N'2022-07-09 04:45:49.060', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DB9B17A-FCB2-4559-AF44-3A4E0BDF7B10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042011', N'1', N'0', N'2022-07-09 04:48:02.020', N'2022-07-09 04:48:02.020', N'9', N'3304', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3304', N'1276') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DC7CF62-012C-485E-BECF-22780BB5261B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082009', N'1', N'0', N'2022-07-09 04:48:02.623', N'2022-07-09 04:48:02.623', N'9', N'7414', N'0', N'1010', N'188', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'7414', N'2373') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1EEF0C17-A0F9-45CE-97E3-3E27FDB14781', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41594', N'1', N'0', N'2022-07-09 04:48:05.680', N'2022-07-09 04:48:05.680', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D57AFC5C-8F10-4F27-A98D-27DF94FA31C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14044008', N'1', N'0', N'2022-07-09 04:48:28.600', N'2022-07-09 04:48:28.600', N'23', N'4123', N'0', N'1002', N'403', N'2001', N'223', N'0', N'0', N'1013', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'5', N'5', N'4123', N'2032') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABE842D4-BAA3-4A49-89B5-669CEF78FBBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082009', N'1', N'0', N'2022-07-09 04:49:06.610', N'2022-07-09 04:49:06.610', N'5', N'7414', N'0', N'1010', N'188', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'7414', N'2373') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15E332A7-5D30-4A03-A345-8DDCAEABAB09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052013', N'1', N'0', N'2022-07-09 04:49:09.093', N'2022-07-09 04:49:09.093', N'5', N'9173', N'0', N'2002', N'321', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9173', N'2531') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5334BA0B-F332-4E2C-AC33-8BEDB3F045D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042011', N'1', N'0', N'2022-07-09 04:49:13.957', N'2022-07-09 04:49:13.957', N'5', N'3304', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3304', N'1276') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E441A5B0-7221-47AA-9833-A5E9A79DF9E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042011', N'1', N'0', N'2022-07-09 04:49:15.433', N'2022-07-09 04:49:15.433', N'5', N'3273', N'0', N'2011', N'5', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3273', N'809') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CB65490-F5A3-4BBA-BE49-3465094794C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042012', N'1', N'0', N'2022-07-09 04:49:17.403', N'2022-07-09 04:49:17.403', N'5', N'3721', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3721', N'625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B9046B0-55B8-4A73-BF10-B35BB544BB03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41594', N'1', N'0', N'2022-07-09 04:49:41.100', N'2022-07-09 04:49:41.100', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DA40125-5094-4CFD-A175-3BFE7A434C2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'2', N'41302', N'1', N'0', N'2022-07-09 04:52:07.300', N'2022-07-09 04:52:07.300', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD7EB013-4ED2-462C-BFA5-A06C9F0FA9A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31004', N'1', N'0', N'2022-07-09 04:53:00.357', N'2022-07-09 04:53:00.357', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BE08BD4-CF4E-4E9F-80B0-40F462C1D6B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41535', N'1', N'-1', N'2022-07-09 04:54:59.310', N'2022-07-09 04:54:59.310', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B804B4D-D7CA-4B63-AF2D-D18EBE6E9628', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41454', N'1', N'-1', N'2022-07-09 04:57:23.373', N'2022-07-09 04:57:23.373', N'22', N'0', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9D5C1AC-281C-43AC-B28C-E4FD632E3EC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'12', N'0', N'2022-07-09 04:59:02.677', N'2022-07-09 04:59:02.677', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF5964D3-DF4D-4AAA-9E0E-B56C66A7BD32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'3', N'0', N'2022-07-09 04:59:33.837', N'2022-07-09 04:59:33.837', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CD69DF0-1E82-4578-AA8E-1A0FD4FBAB17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'7', N'0', N'2022-07-09 04:59:35.797', N'2022-07-09 04:59:35.797', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABDE07B4-E56E-40AD-949F-6C6CD69AA4DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41472', N'1', N'0', N'2022-07-09 05:01:51.547', N'2022-07-09 05:01:51.547', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AFFA0BB-629C-46DB-A52B-EFB259A4B4F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 05:06:20.523', N'2022-07-09 05:06:20.523', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D06634C-3725-4A70-8F84-D1572DDCC617', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072011', N'1', N'0', N'2022-07-09 05:06:20.790', N'2022-07-09 05:06:20.790', N'9', N'8004', N'0', N'2001', N'304', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8004', N'2078') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6945BC9-3130-4745-A3B2-9425C316C802', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41427', N'1', N'0', N'2022-07-09 05:06:29.150', N'2022-07-09 05:06:29.150', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3657D5D5-688B-4354-9579-DB6B0F9B7086', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41429', N'1', N'0', N'2022-07-09 05:06:30.380', N'2022-07-09 05:06:30.380', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C83245EC-B3CA-4FE2-B7B3-98C5206018E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41479', N'1', N'0', N'2022-07-09 05:07:03.607', N'2022-07-09 05:07:03.607', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'741B3FF5-42E4-4AD8-BA7F-BD5C935778F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41473', N'1', N'0', N'2022-07-09 05:07:37.307', N'2022-07-09 05:07:37.307', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'068DE454-67B3-4FEA-B780-C65EB99939F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11041010', N'1', N'0', N'2022-07-09 05:08:47.697', N'2022-07-09 05:08:47.697', N'9', N'6838', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6838', N'2044') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EDFE832-AF5B-49A6-A1E6-F8254418EF6C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:08:50.507', N'2022-07-09 05:08:50.507', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD4CD6BE-24F7-4C39-8995-D8B917D51C1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 05:09:00.460', N'2022-07-09 05:09:00.460', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19A567BA-8DF8-4446-8CEF-346E2BCDBCA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41480', N'10', N'0', N'2022-07-09 05:09:08.167', N'2022-07-09 05:09:08.167', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'689E04EF-E0F1-45CF-A9C4-34824AB96849', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50993', N'1', N'0', N'2022-07-09 05:09:45.887', N'2022-07-09 05:09:45.887', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD53E5A9-A3B4-4B05-9F40-041BFD4B75A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082010', N'1', N'0', N'2022-07-09 05:10:11.607', N'2022-07-09 05:10:11.607', N'9', N'8860', N'0', N'2001', N'348', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8860', N'2159') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D8E12CC-29A0-4E13-9101-D7DD3C2EF2E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20012012', N'1', N'0', N'2022-07-09 05:10:12.640', N'2022-07-09 05:10:12.640', N'9', N'4457', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4457', N'865') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF7B45FF-CB61-4D1B-8F3F-88D763ED7E6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 05:10:52.640', N'2022-07-09 05:10:52.640', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CA9FDFC-77A8-4268-B055-842B89B038DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 05:11:50.867', N'2022-07-09 05:11:50.867', N'9', N'0', N'0', N'2012', N'1', N'0', N'0', N'0', N'0', N'11006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'106F5DF4-F624-4B08-B880-1F771A860DA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'3', N'0', N'2022-07-09 05:12:33.693', N'2022-07-09 05:12:33.693', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D33FD4F-316F-432A-8FE1-2B58361E7D6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14032013', N'1', N'0', N'2022-07-09 05:14:47.073', N'2022-07-09 05:14:47.073', N'9', N'5408', N'0', N'2009', N'10', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5408', N'1939') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'150E36D7-30E7-4785-AB0C-254F77E88044', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092013', N'1', N'0', N'2022-07-09 05:14:47.483', N'2022-07-09 05:14:47.483', N'9', N'7410', N'0', N'2002', N'409', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'7410', N'2539') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6E7C24E-BACF-42D0-8CB4-092B746734E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41594', N'1', N'0', N'2022-07-09 05:14:51.730', N'2022-07-09 05:14:51.730', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD050DC6-569A-496A-97A2-09120AC2B865', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15024008', N'1', N'0', N'2022-07-09 05:15:13.413', N'2022-07-09 05:15:13.413', N'23', N'3002', N'0', N'2003', N'49', N'1002', N'196', N'0', N'0', N'2031', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'1', N'3', N'1', N'1', N'3002', N'1292') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74AF0980-5D9F-42F7-B928-F8016E464494', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41474', N'1', N'0', N'2022-07-09 05:17:07.360', N'2022-07-09 05:17:07.360', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58FF3083-728C-4A1B-8F6A-F4EE0189A492', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78176', N'1', N'0', N'2022-07-09 05:17:48.737', N'2022-07-09 05:17:48.737', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4AE562A-F17C-4BC4-8DB1-BEC044ED698C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000423', N'1', N'0', N'2022-07-09 05:17:48.750', N'2022-07-09 05:17:48.750', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72E4BF0D-E0E1-469A-B64D-BA51634B3E1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41479', N'1', N'0', N'2022-07-09 05:20:20.280', N'2022-07-09 05:20:20.280', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF7EEC2A-5B46-4DF0-96E2-3069A8717F3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41473', N'1', N'0', N'2022-07-09 05:20:38.837', N'2022-07-09 05:20:38.837', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60726327-756A-460A-8F5A-51E6D53E2772', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41474', N'1', N'0', N'2022-07-09 05:21:07.493', N'2022-07-09 05:21:07.493', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB4F129F-D029-4F62-8037-D499887F0F64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41595', N'1', N'0', N'2022-07-09 05:21:36.933', N'2022-07-09 05:21:36.933', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AED179D-4C82-426F-8F16-10F8349F6F99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63012', N'4', N'0', N'2022-07-09 05:26:19.890', N'2022-07-09 05:26:19.890', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF99E37D-32FA-4B7D-8FC9-D101F53C50E1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711032007', N'1', N'0', N'2022-07-10 19:46:33.013', N'2022-07-10 19:46:33.013', N'9', N'6686', N'0', N'1010', N'255', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6686', N'2914') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6D5B28C-C565-429F-AC74-195AE9A81CBF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'7', N'0', N'2022-07-09 05:26:23.033', N'2022-07-09 05:26:23.033', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5BADC267-E920-481C-A1F7-A24490F96DC0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'31', N'0', N'2022-07-09 05:26:28.420', N'2022-07-09 05:26:28.420', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E0CF6A7-B10C-4CBC-A375-BE480791635F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'8', N'0', N'2022-07-09 05:26:38.917', N'2022-07-09 05:26:38.917', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C08FB7F6-0B4C-4347-A7BD-E9BBD1807860', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'6', N'0', N'2022-07-09 05:26:38.923', N'2022-07-09 05:26:38.923', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2840A0A7-4B4F-4020-A856-DFB7022016BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'20', N'0', N'2022-07-09 05:26:43.250', N'2022-07-09 05:26:43.250', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D5A6056-1728-438C-BDEA-E3C2698D185F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'2', N'0', N'2022-07-09 05:26:47.820', N'2022-07-09 05:26:47.820', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD0C0DD4-AD01-4679-BAEB-1FF0F50270BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50993', N'1', N'0', N'2022-07-09 05:28:46.470', N'2022-07-09 05:28:46.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'204ECC1A-2CD5-4877-A781-77214CFFFD0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50993', N'1', N'0', N'2022-07-09 05:28:56.980', N'2022-07-09 05:28:56.980', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54DDE409-A9D4-4837-9AC9-6DA16E94C2F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50993', N'1', N'0', N'2022-07-09 05:29:28.247', N'2022-07-09 05:29:28.247', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D12E602-885A-4F46-AE77-495E93D63180', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 05:30:04.907', N'2022-07-09 05:30:04.907', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'544EE455-9348-48F0-ADF4-9FA2497CE609', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:30:47.490', N'2022-07-09 05:30:47.490', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC3B9F93-EEBA-4DB1-9A54-CFCC721386F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031013', N'1', N'0', N'2022-07-09 05:30:47.913', N'2022-07-09 05:30:47.913', N'9', N'7342', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7342', N'2287') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61C9660B-7524-429F-A761-66A7BD8B192F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 05:31:27.297', N'2022-07-09 05:31:27.297', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83040AC1-8E2B-44E3-833A-A22D7439296B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-09 05:31:33.203', N'2022-07-09 05:31:33.203', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A25C2168-CBE1-49B6-B0D0-720041AEDEF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41501', N'8', N'0', N'2022-07-09 05:31:38.083', N'2022-07-09 05:31:38.083', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CE7A5FB-8484-400F-8295-340718068F8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062009', N'1', N'0', N'2022-07-09 05:31:51.913', N'2022-07-09 05:31:51.913', N'9', N'8774', N'0', N'2002', N'342', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'8774', N'2241') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07F4C647-AD47-483C-B752-6687CE4362AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:32:00.030', N'2022-07-09 05:32:00.030', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A828E10-E195-4D11-B38B-83450AAFE320', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'14022013', N'1', N'0', N'2022-07-09 05:32:09.630', N'2022-07-09 05:32:09.630', N'9', N'4643', N'0', N'2003', N'64', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'4', N'4', N'4643', N'1791') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6977F9F4-FC0D-49B1-B9C4-0298DE4931C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20042011', N'1', N'0', N'2022-07-09 05:32:10.020', N'2022-07-09 05:32:10.020', N'9', N'3999', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3999', N'894') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DBA8274-881C-432B-A97B-C1587767448C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41527', N'30', N'0', N'2022-07-09 05:32:34.650', N'2022-07-09 05:32:34.650', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09A539C7-FF4E-4C19-8A7A-C213A5E2113F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031013', N'1', N'0', N'2022-07-09 05:32:59.407', N'2022-07-09 05:32:59.407', N'9', N'6117', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6117', N'2150') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D46AC77-6C4F-4B02-A61F-B6F490CA7A6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14032013', N'1', N'0', N'2022-07-09 05:33:02.457', N'2022-07-09 05:33:02.457', N'9', N'4678', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4678', N'2195') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B581810-A25C-4AD2-939E-AA702CB750FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20032012', N'1', N'0', N'2022-07-09 05:33:05.690', N'2022-07-09 05:33:05.690', N'9', N'3980', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3980', N'1045') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FABF944-7439-45C7-B28D-0557CA414874', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 05:33:05.707', N'2022-07-09 05:33:05.707', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FDAB87D-CA8A-49A9-8DDD-DE169FF2EA53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20032011', N'1', N'0', N'2022-07-09 05:33:06.083', N'2022-07-09 05:33:06.083', N'9', N'3595', N'0', N'1010', N'64', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3595', N'946') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCC656EA-4EE1-4A47-AFA6-CBC76A624745', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20012011', N'1', N'0', N'2022-07-09 05:33:06.500', N'2022-07-09 05:33:06.500', N'9', N'3595', N'0', N'1010', N'64', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3595', N'946') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'466120ED-D085-4185-8A04-8BD3137360D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-09 05:33:21.540', N'2022-07-09 05:33:21.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA349FB7-22B9-4341-844F-C45E81ACA264', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-09 05:33:22.560', N'2022-07-09 05:33:22.560', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F086A5FD-6A4D-4745-82B9-E7741975D26D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20031012', N'1', N'0', N'2022-07-09 05:33:23.580', N'2022-07-09 05:33:23.580', N'9', N'3374', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'6', N'3374', N'754') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D121A0D-94A2-4E38-9C48-80B31D9B4069', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-09 05:33:57.237', N'2022-07-09 05:33:57.237', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'443E9E24-11F6-4F82-9452-672E9012CC2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-09 05:34:24.777', N'2022-07-09 05:34:24.777', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FF90B12-11B3-4A3B-A8F8-4E150F821483', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'15021012', N'1', N'0', N'2022-07-09 05:35:15.587', N'2022-07-09 05:35:15.587', N'9', N'3806', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3806', N'965') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61BB99BE-DB15-45DB-87E0-71CD6B9D7339', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13031013', N'1', N'0', N'2022-07-09 05:35:17.220', N'2022-07-09 05:35:17.220', N'9', N'3755', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3755', N'908') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DFB2A7D-61B0-4BA3-9323-5AEDD53C91E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20042011', N'1', N'0', N'2022-07-09 05:35:18.233', N'2022-07-09 05:35:18.233', N'9', N'3873', N'0', N'2032', N'6', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3873', N'807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1B503BD-124A-42C3-8D72-2A99F99E6442', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022011', N'1', N'0', N'2022-07-09 05:35:18.837', N'2022-07-09 05:35:18.837', N'9', N'3873', N'0', N'2004', N'45', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3873', N'807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C798FC8B-5DAD-4BB4-91A1-AF88BC1D6CE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-09 05:36:19.497', N'2022-07-09 05:36:19.497', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD00949F-66F4-4768-B2AA-970B7D8B0E74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11011013', N'1', N'0', N'2022-07-09 05:36:20.300', N'2022-07-09 05:36:20.300', N'9', N'7344', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'15', N'15', N'7344', N'2322') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9390B612-6C8C-486A-B5E0-D2F0DAE6FDA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:36:43.290', N'2022-07-09 05:36:43.290', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34189044-6A82-493A-8C72-6672D9216D64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 05:36:47.550', N'2022-07-09 05:36:47.550', N'9', N'0', N'0', N'1003', N'61', N'0', N'0', N'0', N'0', N'11011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12DC6BAF-41CF-438F-8787-FBB5E5B9021C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:37:29.010', N'2022-07-09 05:37:29.010', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F3715D4-C657-4D03-A79B-7F83FB873DEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20042011', N'1', N'0', N'2022-07-09 05:37:30.027', N'2022-07-09 05:37:30.027', N'9', N'3544', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3544', N'762') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3136B685-157F-4D23-BE52-7C96F10C3401', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:37:31.833', N'2022-07-09 05:37:31.833', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB176D64-EF7C-4670-8FBD-ADFFFE821E2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:37:52.450', N'2022-07-09 05:37:52.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC0605B2-680E-41FC-8961-6067359AB417', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'5', N'716046007', N'1', N'0', N'2022-07-10 19:52:28.723', N'2022-07-10 19:52:28.723', N'9', N'4338', N'0', N'2001', N'355', N'2002', N'230', N'0', N'0', N'2199', N'2', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'3', N'0', N'3', N'3', N'4', N'4', N'4338', N'850') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'815FF3EE-499F-421B-B7F5-572383E5022F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59003', N'2', N'0', N'2022-07-09 05:40:54.537', N'2022-07-09 05:40:54.537', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C89B6277-12B0-47A0-B954-97D80355050E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41594', N'1', N'0', N'2022-07-09 05:40:55.743', N'2022-07-09 05:40:55.743', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5374B304-93D3-427C-B126-D26A38238C28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41594', N'1', N'0', N'2022-07-09 05:40:57.193', N'2022-07-09 05:40:57.193', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F842ACF3-CC7F-4606-9595-49BDD388E76F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'53', N'0', N'2022-07-09 05:43:29.320', N'2022-07-09 05:43:29.320', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C84E2780-DAA8-4D39-9184-30E5493508F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 05:43:47.593', N'2022-07-09 05:43:47.593', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C9513E8-4936-418B-817A-EF5EB166698B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 05:44:59.680', N'2022-07-09 05:44:59.680', N'9', N'0', N'0', N'2031', N'1', N'0', N'0', N'0', N'0', N'11007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F1ADE08-AD81-4573-99B5-E84CD7257437', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'1', N'0', N'2022-07-09 05:47:03.227', N'2022-07-09 05:47:03.227', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'613DF28B-D0CC-432D-9336-E9EEAD060AC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'13021013', N'1', N'0', N'2022-07-09 05:49:01.050', N'2022-07-09 05:49:01.050', N'9', N'3258', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3258', N'1436') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2AF6E5F-D3FC-4E30-A689-D31AA71AAF0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11011013', N'1', N'0', N'2022-07-09 05:49:04.913', N'2022-07-09 05:49:04.913', N'9', N'9079', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'9079', N'2465') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C6A72E0-9279-441F-98A0-E8D001341C9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'20022012', N'1', N'0', N'2022-07-09 05:51:06.213', N'2022-07-09 05:51:06.213', N'9', N'4053', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4053', N'1097') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FC7CA25-5CEA-4FE7-A074-52B00493BBAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'14012012', N'1', N'0', N'2022-07-09 05:51:08.850', N'2022-07-09 05:51:08.850', N'9', N'4007', N'0', N'2032', N'8', N'0', N'0', N'0', N'0', N'2066', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'4', N'4', N'4007', N'1844') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68AEB7D7-3050-43C5-96E2-4204F12BC776', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082010', N'1', N'0', N'2022-07-09 05:51:13.723', N'2022-07-09 05:51:13.723', N'9', N'7034', N'0', N'1010', N'184', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'7034', N'2086') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC48F097-0075-49D6-90A9-E0F874F1AFAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 05:51:47.283', N'2022-07-09 05:51:47.283', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFADA68E-F375-43EF-AB14-B0335A2FFB72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'6', N'0', N'2022-07-09 05:52:13.043', N'2022-07-09 05:52:13.043', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'544EBEDB-D45F-4BBE-A9DC-992EB25F82E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41594', N'1', N'0', N'2022-07-09 05:55:48.403', N'2022-07-09 05:55:48.403', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FBE97D6-ACF8-4E87-AD5C-A9898C7399AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50993', N'1', N'0', N'2022-07-09 05:56:26.350', N'2022-07-09 05:56:26.350', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFF15161-8F05-495A-A2A8-D6D6A3FC2542', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-09 05:57:06.057', N'2022-07-09 05:57:06.057', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0B9EF24-1D0A-46B6-B625-11E8E36506C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41474', N'3', N'0', N'2022-07-09 05:57:27.177', N'2022-07-09 05:57:27.177', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90C79789-C15E-484C-BA95-A1E1F5422681', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'6', N'0', N'2022-07-09 05:58:09.667', N'2022-07-09 05:58:09.667', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0843F1C3-B554-4F62-9D7B-B718D14C07CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'5', N'0', N'2022-07-09 05:58:10.200', N'2022-07-09 05:58:10.200', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6168AF3-3A9C-4B6C-A766-B5E842852041', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'6', N'0', N'2022-07-09 05:58:25.477', N'2022-07-09 05:58:25.477', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D27A6F9C-EB80-4D1F-A000-DD9C1AA527A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14034008', N'1', N'0', N'2022-07-09 05:56:12.020', N'2022-07-09 05:56:12.020', N'14', N'4125', N'0', N'1002', N'291', N'2004', N'61', N'0', N'0', N'2032', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'1', N'3', N'4', N'2', N'4125', N'1780') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C0E1798-21A6-4D7C-A908-11B5EA0757B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'4', N'0', N'2022-07-09 05:59:46.297', N'2022-07-09 05:59:46.297', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'264C887C-E07D-408D-8163-C430A62437E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41473', N'3', N'0', N'2022-07-09 06:00:22.730', N'2022-07-09 06:00:22.730', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16019234-71CA-436C-A880-4EE0157D1C54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41479', N'3', N'0', N'2022-07-09 06:00:54.793', N'2022-07-09 06:00:54.793', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0128AA15-3DFD-49CE-B47F-A9E4BB2B0F1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41595', N'1', N'0', N'2022-07-09 06:01:03.287', N'2022-07-09 06:01:03.287', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CF11273-161C-4B0D-ACD5-0FBAFCBC214E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41607', N'1', N'0', N'2022-07-09 06:03:31.253', N'2022-07-09 06:03:31.253', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'D56BBEF2-E7BA-4FE9-A28C-05B626A64201', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6843194-8546-44E2-B444-016D848706AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41616', N'1', N'-1', N'2022-07-09 06:05:01.607', N'2022-07-09 06:05:01.607', N'22', N'0', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE934BED-1D14-4695-86D7-3DB1DC2EA061', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41527', N'1', N'-1', N'2022-07-09 06:06:40.907', N'2022-07-09 06:06:40.907', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B37E4DD-DE37-40E8-91E6-C413BFC0C8BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042009', N'1', N'0', N'2022-07-09 06:09:38.683', N'2022-07-09 06:09:38.683', N'39', N'6829', N'0', N'2002', N'289', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'6829', N'2025') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE59A58C-56C9-4D80-8C0C-C38BC696B908', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022010', N'1', N'0', N'2022-07-09 06:09:38.800', N'2022-07-09 06:09:38.800', N'39', N'7242', N'0', N'2002', N'320', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'7242', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B891389F-F5A1-4A91-BC0F-10EE8BF9BC29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 06:09:39.397', N'2022-07-09 06:09:39.397', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16F86076-86D7-44D3-B7CA-D39C685DF258', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-09 06:09:39.847', N'2022-07-09 06:09:39.847', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'378A660A-DCCF-4B61-BCE0-AC3248171D21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 06:09:40.333', N'2022-07-09 06:09:40.333', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D41C1318-EE9F-4981-B337-D8DFAEAFDE63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042011', N'1', N'0', N'2022-07-09 06:09:41.017', N'2022-07-09 06:09:41.017', N'39', N'4525', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4525', N'1075') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46F43833-8A02-42CE-9525-33BA0D9D4D5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012012', N'1', N'0', N'2022-07-09 06:09:42.063', N'2022-07-09 06:09:42.063', N'39', N'6628', N'0', N'2002', N'308', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'6628', N'2185') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1BEFA28-F6EE-4982-B1B5-634BD6857241', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032012', N'1', N'0', N'2022-07-09 06:09:42.387', N'2022-07-09 06:09:42.387', N'39', N'4474', N'0', N'2001', N'199', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4474', N'1698') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B1CD055-30BF-413C-A650-8F03CFA4CDE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042012', N'1', N'0', N'2022-07-09 06:09:43.080', N'2022-07-09 06:09:43.080', N'39', N'3415', N'0', N'2003', N'48', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3415', N'778') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1794B590-C9AB-4187-A964-63047396E8B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022013', N'1', N'0', N'2022-07-09 06:09:44.347', N'2022-07-09 06:09:44.347', N'39', N'4474', N'0', N'2001', N'211', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4474', N'1698') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1A804F0-2625-44D7-8FA7-85EB1BC612F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082010', N'1', N'0', N'2022-07-09 06:09:44.813', N'2022-07-09 06:09:44.813', N'39', N'9529', N'0', N'2002', N'300', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'9529', N'2475') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39F90B04-C9F7-437C-B1D6-BA0643171995', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11092012', N'1', N'0', N'2022-07-09 06:09:45.207', N'2022-07-09 06:09:45.207', N'39', N'9529', N'0', N'2002', N'282', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'9529', N'2475') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA073082-0FB0-407F-A3C2-E3B827E885AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042011', N'1', N'0', N'2022-07-09 06:09:45.670', N'2022-07-09 06:09:45.670', N'39', N'3415', N'0', N'2003', N'43', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3415', N'778') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A017DC0E-DE8D-4075-A68E-72DF46882546', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13011013', N'1', N'0', N'2022-07-09 06:09:46.273', N'2022-07-09 06:09:46.273', N'39', N'3510', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3510', N'999') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'030CF4A9-D442-4F88-8B0B-C6191CF7A4FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15041012', N'1', N'0', N'2022-07-09 06:09:46.810', N'2022-07-09 06:09:46.810', N'39', N'4444', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'6', N'4444', N'811') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D420C8DB-A6C4-43D5-8B61-293825802AA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60078', N'1', N'0', N'2022-07-09 06:09:52.113', N'2022-07-09 06:09:52.113', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'332A4A45-17F3-4C9A-A08E-4F140FAF2071', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41479', N'1', N'0', N'2022-07-09 06:13:03.827', N'2022-07-09 06:13:03.827', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B23131FA-1B08-4EC6-B3AE-103371A74026', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41474', N'1', N'0', N'2022-07-09 06:13:04.093', N'2022-07-09 06:13:04.093', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C1D94E1-A5E6-47D7-BD20-582F5ED5AA77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41473', N'1', N'0', N'2022-07-09 06:13:04.447', N'2022-07-09 06:13:04.447', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DEDDE43-9597-4745-9039-02B2295383CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41595', N'1', N'0', N'2022-07-09 06:14:15.497', N'2022-07-09 06:14:15.497', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D18175B0-C061-4979-9EAA-0774B7AF0F74', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'2', N'711086107', N'1', N'0', N'2022-07-10 19:52:29.793', N'2022-07-10 19:52:29.793', N'9', N'8198', N'0', N'3005', N'48', N'2014', N'53', N'1003', N'691', N'3024', N'2', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'4', N'3', N'8198', N'2560') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16638F4B-45E9-41A7-BFC8-36E69C62A876', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'720034007', N'1', N'0', N'2022-07-10 19:52:33.613', N'2022-07-10 19:52:33.613', N'9', N'3358', N'0', N'2010', N'6', N'2032', N'5', N'0', N'0', N'2222', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3358', N'846') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3380D5AB-62F3-4EC7-963E-541BEA7C7FDE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711032007', N'1', N'0', N'2022-07-10 19:52:34.027', N'2022-07-10 19:52:34.027', N'9', N'8360', N'0', N'1010', N'239', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'8360', N'2038') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB3BF946-F8D8-40E0-A2FD-C59B9F055EE8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711062007', N'1', N'0', N'2022-07-10 19:52:34.420', N'2022-07-10 19:52:34.420', N'9', N'6219', N'0', N'1010', N'253', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'6219', N'2336') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BCE2646-DB69-4A19-AA7F-F7C8B34EEF2F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711092007', N'1', N'0', N'2022-07-10 19:52:34.837', N'2022-07-10 19:52:34.837', N'9', N'6219', N'0', N'1010', N'253', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'6219', N'2336') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9826C62F-1BC6-4FDE-8C61-0471099319D3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012007', N'1', N'0', N'2022-07-10 19:52:36.053', N'2022-07-10 19:52:36.053', N'9', N'8178', N'0', N'1010', N'237', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'8178', N'2357') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6495D02-882E-445A-8591-62B6FECDED85', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'716022007', N'1', N'0', N'2022-07-10 19:52:38.087', N'2022-07-10 19:52:38.087', N'9', N'3132', N'0', N'2012', N'3', N'0', N'0', N'0', N'0', N'2227', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3132', N'688') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80D58CFD-2A09-41CF-94C4-5A03090BC91F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'714022007', N'1', N'0', N'2022-07-10 19:52:56.353', N'2022-07-10 19:52:56.353', N'23', N'4507', N'0', N'2003', N'12', N'0', N'0', N'0', N'0', N'2211', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4507', N'1844') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9516712C-54CF-4270-8E2B-F320964E1DE7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711032007', N'1', N'0', N'2022-07-10 20:20:52.563', N'2022-07-10 20:20:52.563', N'9', N'8417', N'0', N'1010', N'188', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'9', N'10', N'8417', N'2551') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72AAF542-33C2-4B3B-B82A-6E268D6103DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100124', N'1', N'0', N'2022-07-10 20:32:45.490', N'2022-07-10 20:32:45.490', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F274751B-FF98-4027-8E97-5091BC9BBBC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-07-10 22:50:42.210', N'2022-07-10 22:50:42.210', N'39', N'0', N'0', N'5025', N'57', N'0', N'0', N'0', N'0', N'10206', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66C44941-ACD0-44EE-BA41-EFDBEE21370A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-10 22:50:45.550', N'2022-07-10 22:50:45.550', N'39', N'0', N'0', N'1034', N'94', N'0', N'0', N'0', N'0', N'9061', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD57EE6A-7F21-435F-8D7B-803C1BD2687C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-10 21:51:55.837', N'2022-07-10 21:51:55.837', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18C28E34-8A7F-4E5B-A6D9-142E90478500', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'59101', N'1', N'0', N'2022-07-10 22:03:47.567', N'2022-07-10 22:03:47.567', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C03DCF2-27C8-4629-908D-CD01C87ECFAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'1', N'0', N'2022-07-10 22:06:01.430', N'2022-07-10 22:06:01.430', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF4B8122-A098-49D1-8C0A-0CF21553BE4F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042010', N'1', N'0', N'2022-07-10 22:06:02.177', N'2022-07-10 22:06:02.177', N'9', N'8418', N'0', N'2001', N'385', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8418', N'2165') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9D750CB-6193-4BFA-81E3-6C0AA106F404', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042011', N'1', N'0', N'2022-07-10 22:06:43.820', N'2022-07-10 22:06:43.820', N'9', N'3945', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3945', N'910') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7786CA03-ECEE-4A85-BE14-7B2DACF8234B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61004', N'2', N'0', N'2022-07-10 22:06:45.240', N'2022-07-10 22:06:45.240', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8086263-A60C-484A-A922-484C084DB94B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'5', N'80000475', N'1', N'0', N'2022-07-10 22:07:26.257', N'2022-07-10 22:07:26.257', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1ACFFCE-875F-4D90-B962-A0BAAD9E30C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032012', N'1', N'0', N'2022-07-10 22:07:29.293', N'2022-07-10 22:07:29.293', N'9', N'4483', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'1', N'3', N'2', N'2', N'4483', N'1729') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1F4CD89-A204-4B89-84FC-48D207223F14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'59001', N'10', N'0', N'2022-07-10 22:08:52.297', N'2022-07-10 22:08:52.297', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1A5EE8B-AE92-49A5-AF8E-2B6404944F4F', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051001', N'1', N'0', N'2022-07-10 22:13:27.193', N'2022-07-10 22:13:27.193', N'9', N'7254', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'7254', N'2307') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECD7A6B0-9FD0-42E5-A9FE-1733C5C14290', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'63001', N'2', N'0', N'2022-07-10 22:13:27.470', N'2022-07-10 22:13:27.470', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB2B505D-81FC-4D52-93D6-CCAB8F002ED1', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'4', N'0', N'2022-07-10 22:14:05.923', N'2022-07-10 22:14:05.923', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9D7A9C2-CB13-4514-B981-7FCB0C47E82A', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011001', N'1', N'0', N'2022-07-10 22:14:40.843', N'2022-07-10 22:14:40.843', N'9', N'6474', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6474', N'2913') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64A90946-3652-4143-976C-0DE18FA24F5E', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'62001', N'1', N'0', N'2022-07-10 22:14:45.307', N'2022-07-10 22:14:45.307', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8C120F7-1406-4D05-9DB9-E93D5BECBE42', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'115012001', N'1', N'0', N'2022-07-10 22:15:34.357', N'2022-07-10 22:15:34.357', N'8', N'3108', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3108', N'819') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5992258-3669-492C-AF66-1EA029D85CB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-10 22:28:50.230', N'2022-07-10 22:28:50.230', N'9', N'7679', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7679', N'2482') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29C8B123-419F-42DC-85CA-1DDF6D54BEA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042012', N'1', N'0', N'2022-07-09 14:51:55.603', N'2022-07-09 14:51:55.603', N'9', N'3627', N'0', N'2002', N'123', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3627', N'1291') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E424D4D0-336E-44B7-891E-258DEE92A224', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41451', N'11', N'0', N'2022-07-09 14:52:36.673', N'2022-07-09 14:52:36.673', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C55A6024-7A51-4086-820D-E23436FF2A5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41527', N'1', N'0', N'2022-07-09 14:55:42.957', N'2022-07-09 14:55:42.957', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62C8C655-D825-4586-B300-A39ED552E11B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 14:56:15.973', N'2022-07-09 14:56:15.973', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02CE9935-B2DC-4F62-8584-CC3128F18D60', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14012012', N'1', N'0', N'2022-07-09 14:57:19.263', N'2022-07-09 14:57:19.263', N'39', N'4341', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'3', N'4', N'4341', N'2199') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68824799-DAA7-4B4A-9414-90E80222F739', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032013', N'1', N'0', N'2022-07-09 16:02:06.040', N'2022-07-09 16:02:06.040', N'9', N'4331', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4331', N'2034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'309A38FF-5BA2-4B99-BD87-1F74D42601EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011013', N'1', N'0', N'2022-07-09 14:56:48.720', N'2022-07-09 14:56:48.720', N'9', N'6956', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6956', N'2319') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DA91E07-37FC-4E6E-A637-6FE0A9789984', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042009', N'1', N'0', N'2022-07-09 14:57:19.530', N'2022-07-09 14:57:19.530', N'39', N'6204', N'0', N'1010', N'173', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6204', N'2102') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEAB9565-9519-408A-9C47-6B6E32519D60', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20021012', N'1', N'0', N'2022-07-09 14:57:20.037', N'2022-07-09 14:57:20.037', N'39', N'4396', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'4396', N'735') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9666858-7E92-4A17-99F6-BE0AF356A0D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16021013', N'1', N'0', N'2022-07-09 14:57:20.630', N'2022-07-09 14:57:20.630', N'39', N'3532', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3532', N'956') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF79BFB7-637C-4AD9-B9D5-325B674EC282', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11151013', N'1', N'0', N'2022-07-09 14:57:24.643', N'2022-07-09 14:57:24.643', N'39', N'8511', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8511', N'2550') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F7260D4-47D9-4246-BCF2-111BDC22D307', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59003', N'4', N'0', N'2022-07-09 15:00:26.660', N'2022-07-09 15:00:26.660', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F3EBA84-7A25-4E79-BE51-9BECBC03AB01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 15:01:08.853', N'2022-07-09 15:01:08.853', N'39', N'0', N'0', N'1001', N'87', N'0', N'0', N'0', N'0', N'11001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A075D99-8258-46B4-9064-6E0086650F0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071013', N'1', N'0', N'2022-07-09 15:01:09.003', N'2022-07-09 15:01:09.003', N'39', N'7181', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'7181', N'2375') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11AF48F1-828E-4314-9732-A31FE5FD044B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 15:07:41.490', N'2022-07-09 15:07:41.490', N'9', N'0', N'0', N'2010', N'1', N'0', N'0', N'0', N'0', N'11004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A209B9A5-7CC6-4537-97E2-672B3AD3D90E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 15:07:41.933', N'2022-07-09 15:07:41.933', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77E21985-6315-4CC5-841B-2822829AD9B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20021012', N'1', N'0', N'2022-07-09 15:08:00.413', N'2022-07-09 15:08:00.413', N'9', N'3576', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3576', N'1091') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E3D4451-2EE4-4A8D-8FF9-6760F5C68D3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60091', N'1', N'0', N'2022-07-09 15:08:21.780', N'2022-07-09 15:08:21.780', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF7B950B-F77B-4F73-ACDD-E00652A796B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 15:08:34.553', N'2022-07-09 15:08:34.553', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB61A7C3-247F-4078-92D2-D21259B4B307', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 15:08:36.377', N'2022-07-09 15:08:36.377', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C9182FB-A2F3-401F-A9C4-6C3374F9A754', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 15:09:00.730', N'2022-07-09 15:09:00.730', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CCD8528-D050-4034-88ED-779ED6C4564E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60073', N'1', N'0', N'2022-07-09 15:09:15.710', N'2022-07-09 15:09:15.710', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9ED3F776-888B-4F1F-B017-EF7262A69C59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 15:09:16.540', N'2022-07-09 15:09:16.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7970363A-46E3-4151-B309-9C790F9337E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'1', N'0', N'2022-07-09 15:09:30.973', N'2022-07-09 15:09:30.973', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BB11A09-897A-4893-BC1F-73B83BCF95FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15031012', N'1', N'0', N'2022-07-09 15:09:43.347', N'2022-07-09 15:09:43.347', N'9', N'4585', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4585', N'775') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D81A768-3189-4073-886C-E0D573BF5430', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-09 15:10:46.087', N'2022-07-09 15:10:46.087', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63C5791A-C782-4E9E-B4D8-39C3B4488F85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60090', N'1', N'0', N'2022-07-09 15:10:49.250', N'2022-07-09 15:10:49.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D656A0D4-BEE2-4772-B781-7344ED7A09B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60089', N'1', N'0', N'2022-07-09 15:10:52.887', N'2022-07-09 15:10:52.887', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86EEE477-F5B9-4227-808A-C4488FDC74C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 15:11:27.150', N'2022-07-09 15:11:27.150', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA037357-2F48-4031-80AA-59E1906EB859', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-09 15:11:50.690', N'2022-07-09 15:11:50.690', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C21FFA47-F397-47B8-BBDB-4E56DFDFC957', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152012', N'1', N'0', N'2022-07-09 15:11:57.893', N'2022-07-09 15:11:57.893', N'9', N'7325', N'0', N'1010', N'176', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7325', N'2460') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'745F43AA-5565-4927-8B01-165A1C20F0D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15041012', N'1', N'0', N'2022-07-09 15:11:58.300', N'2022-07-09 15:11:58.300', N'9', N'3423', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'8', N'3423', N'858') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3CFA681-25D9-4CE5-8B0C-C91953C329E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022011', N'1', N'0', N'2022-07-09 15:12:04.170', N'2022-07-09 15:12:04.170', N'9', N'4299', N'0', N'2004', N'37', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4299', N'855') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'040DAA3F-6300-4C06-A1C4-9CF1528EF01D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16041013', N'1', N'0', N'2022-07-09 16:03:01.583', N'2022-07-09 16:03:01.583', N'9', N'3822', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'7', N'3822', N'843') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6EE6DB2F-5E05-4853-B678-6051281B0B07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'2', N'0', N'2022-07-09 15:12:48.460', N'2022-07-09 15:12:48.460', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'877A498E-0C79-4ED2-8882-D181FB64AC70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042010', N'1', N'0', N'2022-07-09 15:13:10.747', N'2022-07-09 15:13:10.747', N'9', N'6687', N'0', N'2001', N'367', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6687', N'2762') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'098710CD-BF8A-4B96-92C7-5673EEE79CE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16041013', N'1', N'0', N'2022-07-09 15:13:26.680', N'2022-07-09 15:13:26.680', N'9', N'4606', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4606', N'755') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99FC0E95-B35A-40CE-BD46-8A215068BA3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 15:13:32.900', N'2022-07-09 15:13:32.900', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A35C3058-F81C-422B-B2AC-E0DB0B7A3B8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 15:13:34.303', N'2022-07-09 15:13:34.303', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE7C981A-8F02-4FF5-86B0-54562EA7D8C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022012', N'1', N'0', N'2022-07-09 15:13:50.020', N'2022-07-09 15:13:50.020', N'39', N'5093', N'0', N'2002', N'211', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5093', N'1871') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D25D6EA-96C3-490B-8933-67763854940B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012011', N'1', N'0', N'2022-07-09 15:13:50.420', N'2022-07-09 15:13:50.420', N'39', N'4093', N'0', N'2002', N'119', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4093', N'1071') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'226AE3DF-1BF7-4762-81C5-1DA9C91132F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13011013', N'1', N'0', N'2022-07-09 15:13:50.863', N'2022-07-09 15:13:50.863', N'39', N'3667', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3667', N'1105') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B203192-6450-446E-8491-EE98E4624D03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11041010', N'1', N'0', N'2022-07-09 15:13:52.377', N'2022-07-09 15:13:52.377', N'39', N'7076', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7076', N'2075') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12481375-36DD-498D-884F-472EE5DF1601', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15021012', N'1', N'0', N'2022-07-09 15:13:52.643', N'2022-07-09 15:13:52.643', N'39', N'3097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3097', N'919') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56C96F46-800D-4454-B116-FB261E426071', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022011', N'1', N'0', N'2022-07-09 15:13:53.267', N'2022-07-09 15:13:53.267', N'39', N'4339', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4339', N'633') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CE42A84-7DDE-495C-884D-D284379A95FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14041014', N'1', N'0', N'2022-07-09 15:13:53.993', N'2022-07-09 15:13:53.993', N'39', N'5038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5038', N'1449') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E8489E9-3A02-4907-9F15-D741F3C24120', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022012', N'1', N'0', N'2022-07-09 15:13:54.580', N'2022-07-09 15:13:54.580', N'39', N'3951', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3951', N'1089') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A92FE1B7-3DAD-46AD-A88E-2ACF218490C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032012', N'1', N'0', N'2022-07-09 15:13:54.950', N'2022-07-09 15:13:54.950', N'39', N'3951', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3951', N'1089') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6BCA46E-CB17-440E-A4B6-C1E709B103A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032013', N'1', N'0', N'2022-07-09 15:17:56.923', N'2022-07-09 15:17:56.923', N'39', N'4433', N'0', N'2032', N'7', N'0', N'0', N'0', N'0', N'2066', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'4', N'4433', N'1788') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C07AEA4-C3DE-40D4-BD35-8BDFB3E82AC3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042011', N'1', N'0', N'2022-07-09 15:17:57.333', N'2022-07-09 15:17:57.333', N'39', N'3044', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3044', N'1091') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17BCD535-47F9-42B0-B453-B96FE6D40C9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042012', N'1', N'0', N'2022-07-09 15:17:57.737', N'2022-07-09 15:17:57.737', N'39', N'3044', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3044', N'1091') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B247FB53-E617-4C6D-8CC8-82C41E054565', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062009', N'1', N'0', N'2022-07-09 15:17:58.887', N'2022-07-09 15:17:58.887', N'39', N'7403', N'0', N'1010', N'169', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7403', N'2524') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26EC2A7E-C8AB-4080-B5D2-66B627044B4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-09 15:18:46.547', N'2022-07-09 15:18:46.547', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7CF4057-B8CC-48ED-B4D0-9C0FAB7B820F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41400', N'1', N'-1', N'2022-07-09 15:19:59.927', N'2022-07-09 15:19:59.927', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E7F1B16-3F70-4DFA-91B3-6866041C4C61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41572', N'15', N'0', N'2022-07-09 15:41:26.797', N'2022-07-09 15:41:26.797', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'582F7365-016D-499D-B2C0-293518256926', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14011014', N'1', N'0', N'2022-07-09 15:43:40.830', N'2022-07-09 15:43:40.830', N'39', N'4673', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'12', N'12', N'4673', N'1675') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14AB31A2-2042-421A-8DD6-12911EE10F4A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042012', N'1', N'0', N'2022-07-09 15:43:40.983', N'2022-07-09 15:43:40.983', N'39', N'3432', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3432', N'982') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2BDFF34-C9E2-4615-A1EA-4E6EAC971BB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082010', N'1', N'0', N'2022-07-09 15:43:41.443', N'2022-07-09 15:43:41.443', N'39', N'8851', N'0', N'2002', N'316', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'8851', N'2320') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'873F52A0-C25E-4101-B287-E5E44A92D574', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022012', N'1', N'0', N'2022-07-09 15:43:42.940', N'2022-07-09 15:43:42.940', N'39', N'3844', N'0', N'1010', N'56', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3844', N'920') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'019EE85F-DE30-4ABD-A104-02B214F44D69', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 15:45:34.147', N'2022-07-09 15:45:34.147', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'351F0269-DAED-4E89-9B4D-40493566CE5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022009', N'1', N'0', N'2022-07-09 15:45:49.737', N'2022-07-09 15:45:49.737', N'9', N'8379', N'0', N'1010', N'164', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'8379', N'2045') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C1EB2A4-6364-45CF-B18C-33A223A975EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14012012', N'1', N'0', N'2022-07-09 15:45:50.283', N'2022-07-09 15:45:50.283', N'9', N'4477', N'0', N'2001', N'206', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'3', N'4', N'4477', N'2358') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F0098B4-3D66-4366-B2E1-6721429D4AC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072012', N'1', N'0', N'2022-07-09 15:45:52.943', N'2022-07-09 15:45:52.943', N'9', N'8439', N'0', N'1010', N'161', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'8439', N'2088') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5071288E-EEEC-4AB4-90D5-841902660E62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 15:46:12.420', N'2022-07-09 15:46:12.420', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'14', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E7B9B09-46F5-4A12-93C6-71EDD5B430E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12041014', N'1', N'0', N'2022-07-09 15:46:21.973', N'2022-07-09 15:46:21.973', N'9', N'4213', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4213', N'2400') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95B1C659-2A0C-4AD7-ABE7-5D0FE000923D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-09 15:46:32.110', N'2022-07-09 15:46:32.110', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BF96339-E09E-4B3B-91D4-F774EF5F4773', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 15:46:42.470', N'2022-07-09 15:46:42.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BF876ED-87E3-42F4-B3AF-0B1D35D603DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052013', N'1', N'0', N'2022-07-09 15:46:44.913', N'2022-07-09 15:46:44.913', N'9', N'8868', N'0', N'1010', N'150', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8868', N'2597') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'936DE129-A542-4C1F-9621-C4E0B3B8C4D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 15:47:13.967', N'2022-07-09 15:47:13.967', N'9', N'0', N'0', N'2031', N'1', N'0', N'0', N'0', N'0', N'11007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73D61293-3CF8-47BF-9A27-B18EEF159B1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13021013', N'1', N'0', N'2022-07-09 15:47:16.417', N'2022-07-09 15:47:16.417', N'9', N'3454', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3454', N'607') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2DF93A0E-A7CC-4B63-8E4F-F883C27271FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042009', N'1', N'0', N'2022-07-09 15:47:36.863', N'2022-07-09 15:47:36.863', N'39', N'6579', N'0', N'2001', N'328', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'6579', N'2554') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17282D1F-5781-493B-A83E-629A16FF46E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012012', N'1', N'0', N'2022-07-09 15:47:37.020', N'2022-07-09 15:47:37.020', N'39', N'6723', N'0', N'2001', N'303', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6723', N'2039') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'149CBA1C-3562-423E-AAC5-3D6D4E92B4B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20041012', N'1', N'0', N'2022-07-09 15:47:43.063', N'2022-07-09 15:47:43.063', N'39', N'3738', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3738', N'793') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B99CFE4-F6A6-4774-A183-9D27E8D15604', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20031012', N'1', N'0', N'2022-07-09 15:47:43.870', N'2022-07-09 15:47:43.870', N'39', N'4456', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4456', N'1035') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93ABC89E-E311-48AA-A8B7-0B8EAA3213C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 15:49:13.657', N'2022-07-09 15:49:13.657', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D02CEB06-8F1E-4373-9DDD-09E97FDA7810', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042013', N'1', N'0', N'2022-07-09 15:49:24.820', N'2022-07-09 15:49:24.820', N'9', N'5312', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5312', N'1921') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'318E4D90-9E83-44EC-9D7A-92DE952D03FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 15:49:25.143', N'2022-07-09 15:49:25.143', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A296A3C2-E556-4273-B463-55604F4BABDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 15:49:30.657', N'2022-07-09 15:49:30.657', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C224EDFA-E86A-4EC7-AD32-DDB8EBC63B25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 15:50:00.927', N'2022-07-09 15:50:00.927', N'9', N'0', N'0', N'2031', N'1', N'0', N'0', N'0', N'0', N'11007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E30EBC8-3728-459B-BF42-44083E9C6651', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 15:50:01.543', N'2022-07-09 15:50:01.543', N'9', N'0', N'0', N'2010', N'1', N'0', N'0', N'0', N'0', N'11004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D3E2684-5692-4D34-A6B1-4E4EE6AEA9D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 15:50:34.610', N'2022-07-09 15:50:34.610', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08ED4FC6-05C8-4FD0-9E67-47A205EE76BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13021013', N'1', N'0', N'2022-07-09 15:50:49.510', N'2022-07-09 15:50:49.510', N'9', N'3681', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3681', N'872') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD9E0CB4-4060-4390-9737-2C4270BAE4D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-09 15:50:57.797', N'2022-07-09 15:50:57.797', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0626F162-749B-4BE8-A0A3-B2060F351C8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 15:51:02.897', N'2022-07-09 15:51:02.897', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91B86106-D215-4079-8E95-BD7A052AB461', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-09 15:51:06.760', N'2022-07-09 15:51:06.760', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96B2F827-C3B5-4258-9941-C3E6CB38FD8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 15:51:07.977', N'2022-07-09 15:51:07.977', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'109BAEFF-9D19-43E3-90C1-D181A2BE8507', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12041014', N'1', N'0', N'2022-07-09 15:51:14.057', N'2022-07-09 15:51:14.057', N'9', N'4287', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4287', N'1489') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'189D3050-7888-425A-8806-48F5597E566E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15031012', N'1', N'0', N'2022-07-09 15:51:53.833', N'2022-07-09 15:51:53.833', N'9', N'3110', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3110', N'828') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BB648F1-57CA-4D90-81A6-C6B6CFA668C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082010', N'1', N'0', N'2022-07-09 15:54:03.407', N'2022-07-09 15:54:03.407', N'9', N'6685', N'0', N'2001', N'377', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6685', N'2351') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE9AB305-AD7E-4963-A737-36EACDE9C8D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072012', N'1', N'0', N'2022-07-09 15:54:05.407', N'2022-07-09 15:54:05.407', N'9', N'7642', N'0', N'1010', N'128', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7642', N'2493') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D255BF1C-D0D2-4FA4-BB2B-C508C090078A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032013', N'1', N'0', N'2022-07-09 15:54:06.027', N'2022-07-09 15:54:06.027', N'9', N'4131', N'0', N'2031', N'6', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4131', N'1893') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2DBC040F-D4EC-4A82-8960-D394F0E9F708', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-09 15:54:43.360', N'2022-07-09 15:54:43.360', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCBB48E6-CE58-4EAA-BDF6-D146C57A6878', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-09 15:54:43.560', N'2022-07-09 15:54:43.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90D5C8EC-6773-4635-99CB-28D8781CE5BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-09 15:54:43.733', N'2022-07-09 15:54:43.733', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB9AF082-8406-46D1-A8E1-2FB7B87C0606', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16044008', N'1', N'0', N'2022-07-09 15:55:07.160', N'2022-07-09 15:55:07.160', N'23', N'4103', N'0', N'2004', N'31', N'2011', N'5', N'0', N'0', N'2044', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'2', N'3', N'4103', N'909') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88EF4602-3C83-4C3B-8219-7DE7D03F0ED6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 15:55:31.750', N'2022-07-09 15:55:31.750', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA0BABDA-28F6-4F55-9512-E76697C04E07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14021014', N'1', N'0', N'2022-07-09 15:55:32.737', N'2022-07-09 15:55:32.737', N'39', N'4114', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4114', N'1876') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCBE1326-D455-458F-AE8E-0343C302A2CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16031013', N'1', N'0', N'2022-07-09 15:55:35.863', N'2022-07-09 15:55:35.863', N'39', N'3717', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3717', N'916') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24FE5C12-9E3D-424C-8294-F79DAD155DFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 15:55:36.407', N'2022-07-09 15:55:36.407', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'24', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77951DD3-92BD-4299-B101-5CE6FBDD6770', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032012', N'1', N'0', N'2022-07-09 15:55:36.830', N'2022-07-09 15:55:36.830', N'39', N'3824', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3824', N'1151') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E31EC079-BF78-4AC4-ABC1-CFAF0100C894', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022010', N'1', N'0', N'2022-07-09 15:55:37.383', N'2022-07-09 15:55:37.383', N'39', N'8827', N'0', N'1010', N'142', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'8827', N'2551') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6DED98B-F218-4F20-AC63-FBDEC80BAE22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41555', N'15', N'0', N'2022-07-09 16:00:29.967', N'2022-07-09 16:00:29.967', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FBA58AF-1F6D-4202-AA2D-7A32840D8342', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41447', N'16', N'0', N'2022-07-09 16:00:31.030', N'2022-07-09 16:00:31.030', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1CF6B49-105D-4B91-9BF1-550A9E78188B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 16:02:04.090', N'2022-07-09 16:02:04.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF25DF17-078F-4775-9E95-B06AF43B1633', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022013', N'1', N'0', N'2022-07-09 16:02:05.237', N'2022-07-09 16:02:05.237', N'9', N'4225', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4225', N'2000') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD089BFA-ABCC-4571-A3FA-9D472B9B62F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 16:03:05.763', N'2022-07-09 16:03:05.763', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78438361-94A7-4508-88B8-36D31E0378CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15041012', N'1', N'0', N'2022-07-09 16:03:14.910', N'2022-07-09 16:03:14.910', N'9', N'3679', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3679', N'1131') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D88BDDF-11B0-4CBA-B690-06D6C6BBE331', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15011012', N'1', N'0', N'2022-07-09 16:03:15.117', N'2022-07-09 16:03:15.117', N'9', N'4537', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'6', N'4537', N'826') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02572451-5856-4EB6-9D72-6433FCAF3FF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042012', N'1', N'0', N'2022-07-09 16:03:25.490', N'2022-07-09 16:03:25.490', N'9', N'4075', N'0', N'2001', N'133', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4075', N'890') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B66E0020-0BA5-47BD-8FE5-F859CD7D3981', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 16:03:52.053', N'2022-07-09 16:03:52.053', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'505588F5-9CE1-4473-AF20-7F4F42F73EB8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 16:07:44.517', N'2022-07-09 16:07:44.517', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'24', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEBAF5FE-6096-4118-8BB0-D83553D83D8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16011013', N'1', N'0', N'2022-07-09 16:04:04.793', N'2022-07-09 16:04:04.793', N'9', N'3644', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3644', N'1103') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D9AA292-F628-4E77-9AA3-067D3A81509D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16041013', N'1', N'0', N'2022-07-09 16:04:30.840', N'2022-07-09 16:04:30.840', N'9', N'3357', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3357', N'953') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'878D3510-4B8E-42BD-AE1E-063D24D3B2D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20041012', N'1', N'0', N'2022-07-09 16:04:36.113', N'2022-07-09 16:04:36.113', N'9', N'3232', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3232', N'717') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3A13848-375E-4D1D-97FF-8EF0C2285584', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 16:04:51.740', N'2022-07-09 16:04:51.740', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A71AAF6F-5D75-40D1-B8C8-21226B0153AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12031014', N'1', N'0', N'2022-07-09 16:05:44.413', N'2022-07-09 16:05:44.413', N'9', N'5332', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5332', N'1752') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'318E60DD-3E7A-48BC-9EAD-D85FFCC5C90B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032013', N'1', N'0', N'2022-07-09 16:05:49.880', N'2022-07-09 16:05:49.880', N'9', N'5105', N'0', N'2002', N'236', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'5105', N'1602') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9708E6A-B79A-4180-952B-461A9A0F564F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011013', N'1', N'0', N'2022-07-09 16:06:41.217', N'2022-07-09 16:06:41.217', N'39', N'6457', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6457', N'2431') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36A6D0E8-6B88-46A0-BD8A-33F8D7323283', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 16:08:38.667', N'2022-07-09 16:08:38.667', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30E0F7F6-2A9F-4DA0-9EE6-F5AB716248B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20032011', N'1', N'0', N'2022-07-09 16:08:41.000', N'2022-07-09 16:08:41.000', N'9', N'3451', N'0', N'2011', N'6', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3451', N'683') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7185CDA-1575-457F-96CC-974F1BE2CA48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 16:09:03.327', N'2022-07-09 16:09:03.327', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'886553F8-A774-46E6-9737-D8E9F1935638', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 16:09:04.553', N'2022-07-09 16:09:04.553', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C887532-8908-4FD8-939E-0EBBEB999632', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 16:09:24.330', N'2022-07-09 16:09:24.330', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44B61F7A-C1D9-4344-86A1-970E29F40379', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 16:09:36.253', N'2022-07-09 16:09:36.253', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C421523C-BCD8-485C-8751-CCA7637AA73B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 16:10:25.987', N'2022-07-09 16:10:25.987', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'122FBF4A-D1B6-41A6-8BE2-3FA364E10A89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042013', N'1', N'0', N'2022-07-09 16:14:07.083', N'2022-07-09 16:14:07.083', N'9', N'4967', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4967', N'2159') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FCCF8F0-E088-4076-A0F3-237377D5EDB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012013', N'1', N'0', N'2022-07-09 16:14:07.420', N'2022-07-09 16:14:07.420', N'9', N'6577', N'0', N'1010', N'200', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'6577', N'2260') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'061B067E-DF97-436E-A5AD-12B958D59AC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082010', N'1', N'0', N'2022-07-09 16:14:08.430', N'2022-07-09 16:14:08.430', N'9', N'8435', N'0', N'2002', N'326', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8435', N'2170') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B18F7E10-6255-4959-AF27-C332D52F5A67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11092013', N'1', N'0', N'2022-07-09 16:14:08.837', N'2022-07-09 16:14:08.837', N'9', N'8435', N'0', N'2002', N'326', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8435', N'2170') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D9B29C8-C183-4071-9CEC-3B4B661E8213', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012011', N'1', N'0', N'2022-07-09 16:14:09.043', N'2022-07-09 16:14:09.043', N'9', N'3926', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3926', N'770') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62A92715-EBBC-4842-AE82-F4B9F5371AB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41594', N'1', N'0', N'2022-07-09 16:14:12.070', N'2022-07-09 16:14:12.070', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'198D1C2A-D1AC-475B-BAF1-0DEA61ED5188', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11084007', N'1', N'0', N'2022-07-09 16:14:33.573', N'2022-07-09 16:14:33.573', N'23', N'6288', N'0', N'2002', N'364', N'2001', N'375', N'0', N'0', N'2001', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'1', N'3', N'1', N'2', N'6288', N'2518') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'974F4F76-9CF9-4209-8AA9-C5F105ED137F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022011', N'1', N'0', N'2022-07-09 16:16:12.700', N'2022-07-09 16:16:12.700', N'9', N'3871', N'0', N'1010', N'63', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'8', N'7', N'3871', N'726') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDE35010-0881-4CC0-8BBE-B820652B4335', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 16:17:02.920', N'2022-07-09 16:17:02.920', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'225FE71B-878D-468A-85A6-3E923276118D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12021014', N'1', N'0', N'2022-07-09 16:17:37.247', N'2022-07-09 16:17:37.247', N'9', N'4491', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'4491', N'1472') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16FA0270-B654-421D-B8BB-7B35B60B0B01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15021012', N'1', N'0', N'2022-07-09 16:17:43.747', N'2022-07-09 16:17:43.747', N'9', N'3616', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3616', N'758') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04291B56-5C4D-4C26-9295-84B81B61E697', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 16:23:54.450', N'2022-07-09 16:23:54.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AB9F913-C697-471A-9E27-E3C07D3EBF44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 16:24:08.180', N'2022-07-09 16:24:08.180', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9BE57182-A808-41CA-96BE-3FE180D7FCB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 16:24:09.000', N'2022-07-09 16:24:09.000', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB191068-451A-4999-8531-F9C552894096', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-09 16:24:27.317', N'2022-07-09 16:24:27.317', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B0AF3D2-80B7-4454-8852-A8F331A8A5E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 16:24:29.367', N'2022-07-09 16:24:29.367', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58ED0605-C778-4669-91FF-BFACC312110D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 16:24:35.280', N'2022-07-09 16:24:35.280', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72C3815F-B11E-49DC-83B6-6D83A9D9F0DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 16:24:36.700', N'2022-07-09 16:24:36.700', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFF8EB70-3E1F-4B95-86B7-F40968FA3090', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-09 16:24:53.593', N'2022-07-09 16:24:53.593', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D36D11CD-66B5-422E-9F0B-7E3D84A1988A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 16:25:04.450', N'2022-07-09 16:25:04.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3298B57E-1421-4E7E-83BF-41E7F5B7EE01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 16:25:54.167', N'2022-07-09 16:25:54.167', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A223E69-3BA0-45C3-8931-03E9082E171A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031013', N'1', N'0', N'2022-07-09 16:25:55.537', N'2022-07-09 16:25:55.537', N'9', N'8963', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'15', N'14', N'8963', N'2324') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78C8CF02-5486-4390-95EC-1E70C5A23754', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 16:25:58.980', N'2022-07-09 16:25:58.980', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F4DF0FB-0265-443F-B26C-A1C18146B63B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16031013', N'1', N'0', N'2022-07-09 16:27:08.880', N'2022-07-09 16:27:08.880', N'9', N'4328', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4328', N'1227') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8791FD85-BDA9-447A-8A01-73FE4B292238', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022011', N'1', N'0', N'2022-07-09 16:28:43.440', N'2022-07-09 16:28:43.440', N'9', N'3387', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3387', N'1385') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01B27EB7-900A-4C65-9EA7-415771FA8BEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012012', N'1', N'0', N'2022-07-09 16:28:43.453', N'2022-07-09 16:28:43.453', N'9', N'6248', N'0', N'1010', N'132', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6248', N'2091') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC6A0276-B059-49F6-8ECE-35DC4FF693F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022013', N'1', N'0', N'2022-07-09 16:28:43.663', N'2022-07-09 16:28:43.663', N'9', N'4239', N'0', N'2010', N'7', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4239', N'1491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44D1A804-409B-4692-90F3-7C5007B47F35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022012', N'1', N'0', N'2022-07-09 16:28:55.270', N'2022-07-09 16:28:55.270', N'9', N'3243', N'0', N'2010', N'7', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3243', N'946') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D80AEA6-F55D-4D11-9181-F3F5354E6FA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 16:29:06.050', N'2022-07-09 16:29:06.050', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'18', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46D212E0-0ACE-474E-B526-3BC48FBA93A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012012', N'1', N'0', N'2022-07-09 16:29:06.707', N'2022-07-09 16:29:06.707', N'39', N'6450', N'0', N'2001', N'306', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'6450', N'2927') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68376D1D-E118-4189-9774-6301EC453795', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011013', N'1', N'0', N'2022-07-09 16:29:07.140', N'2022-07-09 16:29:07.140', N'39', N'7249', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7249', N'2478') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F8E5799-E2FA-49C0-962E-CC47AAF84108', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15044008', N'1', N'0', N'2022-07-09 16:29:12.143', N'2022-07-09 16:29:12.143', N'23', N'4022', N'0', N'2003', N'43', N'2009', N'5', N'0', N'0', N'2031', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'4', N'3', N'8', N'7', N'4022', N'750') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17F3988D-5621-4EB0-BB1D-21D9155E9162', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37008', N'2', N'0', N'2022-07-09 16:30:50.113', N'2022-07-09 16:30:50.113', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66D8C27B-26AA-4535-A736-7A815ABD5455', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80000082', N'7', N'0', N'2022-07-09 16:34:48.147', N'2022-07-09 16:34:48.147', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E185F13B-0A7A-4701-9AAC-465EF6539FEB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'6', N'0', N'2022-07-09 16:31:51.823', N'2022-07-09 16:31:51.823', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F5AF1A9-3D61-47A6-BAFE-B906FA374211', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'6', N'0', N'2022-07-09 16:31:52.697', N'2022-07-09 16:31:52.697', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'037EBB39-B120-4B3D-810F-B66E9FB3958C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'5', N'0', N'2022-07-09 16:36:17.457', N'2022-07-09 16:36:17.457', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B28E89FB-3A72-4A57-863D-7A7A69331F07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'1', N'0', N'2022-07-09 16:36:17.663', N'2022-07-09 16:36:17.663', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F80266C9-3998-4812-89D8-DEEA85EEB9AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'3', N'0', N'2022-07-09 16:36:18.380', N'2022-07-09 16:36:18.380', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'600509CC-5FA5-4A9E-80D3-27ED6ED053F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'1', N'0', N'2022-07-09 16:36:18.843', N'2022-07-09 16:36:18.843', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A2B9ADA-C0B5-4987-9A60-435BEDF75CE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'6', N'0', N'2022-07-09 16:36:19.530', N'2022-07-09 16:36:19.530', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A327186E-E451-454A-A0F6-5836A3205047', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'8', N'0', N'2022-07-09 16:36:22.050', N'2022-07-09 16:36:22.050', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F79AE89-63D8-48CA-A4F5-CFEB34E9BD0F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41554', N'10', N'0', N'2022-07-09 16:39:09.150', N'2022-07-09 16:39:09.150', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAFA915B-2FF8-44C8-A40D-CDFAEF5A33AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 16:40:24.047', N'2022-07-09 16:40:24.047', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AE38C53-6AD7-4861-91F3-154C0A3BC8D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'17', N'0', N'2022-07-09 16:40:29.090', N'2022-07-09 16:40:29.090', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12B11B3B-8DF6-4C36-88E6-3C5698725E59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082010', N'1', N'0', N'2022-07-09 16:40:55.687', N'2022-07-09 16:40:55.687', N'9', N'8389', N'0', N'2002', N'388', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'8389', N'2471') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF223625-AF68-46A6-8D6D-5CF6CFDF0299', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052013', N'1', N'0', N'2022-07-09 16:40:56.700', N'2022-07-09 16:40:56.700', N'9', N'8490', N'0', N'2002', N'410', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8490', N'2505') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'227DAE0E-426A-443C-B35B-3CFA14286253', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 16:41:08.860', N'2022-07-09 16:41:08.860', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14AFFCF6-33AB-44CE-848D-5202AB510DF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 16:41:14.943', N'2022-07-09 16:41:14.943', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'21', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E657BB45-2AA7-479E-815C-79BE392E4F95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41609', N'1', N'0', N'2022-07-09 16:41:17.410', N'2022-07-09 16:41:17.410', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'D5AD4789-31DF-4534-A668-4A2A22CA09CE', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACCFDD5C-C1E0-454D-BCCC-5F756043FFD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012011', N'1', N'0', N'2022-07-09 16:41:24.553', N'2022-07-09 16:41:24.553', N'9', N'3656', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3656', N'1167') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A09D7872-7152-4057-BD4B-B49DBC26470B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012011', N'1', N'0', N'2022-07-09 16:41:24.900', N'2022-07-09 16:41:24.900', N'9', N'3656', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3656', N'1167') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D5316EE-AE8D-4EA7-BA35-5F0445FA9E5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 16:41:59.493', N'2022-07-09 16:41:59.493', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30D33051-8A37-4833-868B-DB5793813733', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 16:41:59.800', N'2022-07-09 16:41:59.800', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFDF9AD0-BB9B-4566-AA25-B34EC4430FB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 16:42:00.493', N'2022-07-09 16:42:00.493', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'25', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9568FD88-8234-4F95-AAD6-483ED4D11D1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 16:42:01.483', N'2022-07-09 16:42:01.483', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CC84E01-9D16-4847-A92F-A561F07F04FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 16:42:01.880', N'2022-07-09 16:42:01.880', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5038EBA1-59E1-4E16-88FD-CBF4C7DA5EFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11041010', N'1', N'0', N'2022-07-09 16:42:02.227', N'2022-07-09 16:42:02.227', N'39', N'7387', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7387', N'2962') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5917D107-09FC-4A01-87A4-FAA620FA3929', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14011014', N'1', N'0', N'2022-07-09 16:42:02.653', N'2022-07-09 16:42:02.653', N'39', N'5020', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'5020', N'1448') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80F1FFCE-205A-487B-8ACA-921A9E67E4C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042011', N'1', N'0', N'2022-07-09 16:42:03.100', N'2022-07-09 16:42:03.100', N'39', N'3200', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3200', N'797') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D524EA7-F086-49B1-821E-498F3B6CFCAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032012', N'1', N'0', N'2022-07-09 16:42:03.513', N'2022-07-09 16:42:03.513', N'39', N'5304', N'0', N'2036', N'8', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5304', N'1907') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC8B4178-5D7A-4D44-868B-263827106512', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'45', N'0', N'2022-07-09 16:42:50.383', N'2022-07-09 16:42:50.383', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0290FD0-140F-46B9-87A7-B739F928F14C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60076', N'3', N'0', N'2022-07-09 16:42:50.400', N'2022-07-09 16:42:50.400', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46A038D5-6688-40E8-A208-3D0AA3E14B01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60091', N'5', N'0', N'2022-07-09 16:42:50.670', N'2022-07-09 16:42:50.670', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7821B94-2721-4090-BA0A-797D2DEF604E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60074', N'6', N'0', N'2022-07-09 16:42:51.100', N'2022-07-09 16:42:51.100', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1A52309-00F0-4805-A85F-4C4365A0D510', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60077', N'1', N'0', N'2022-07-09 16:42:51.473', N'2022-07-09 16:42:51.473', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'00E921DE-2808-449D-B304-B42710D22AF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60078', N'5', N'0', N'2022-07-09 16:42:51.843', N'2022-07-09 16:42:51.843', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24E9E14D-788C-4E18-9B4A-92A80DF47ACD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60079', N'3', N'0', N'2022-07-09 16:42:52.267', N'2022-07-09 16:42:52.267', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6B891C6-F300-4FD4-9B2E-08915817BB4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60090', N'6', N'0', N'2022-07-09 16:42:52.700', N'2022-07-09 16:42:52.700', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83CCCFC3-1006-4E4D-A000-942C8B9DE8E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60089', N'2', N'0', N'2022-07-09 16:42:53.090', N'2022-07-09 16:42:53.090', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7823A1F-4B3E-4352-8977-F68DFF1C7D72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60075', N'3', N'0', N'2022-07-09 16:42:53.540', N'2022-07-09 16:42:53.540', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B74CFAD4-ACCE-4B7A-BA47-EE72B8C788B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60073', N'3', N'0', N'2022-07-09 16:42:54.007', N'2022-07-09 16:42:54.007', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3893EDB-B901-4C6A-972E-8AB8300EDD7E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 16:42:55.680', N'2022-07-09 16:42:55.680', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'165764A9-1CDF-4274-80D0-DF3A08D1334A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56018', N'10', N'0', N'2022-07-09 16:43:45.553', N'2022-07-09 16:43:45.553', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BB9D64B-0D5F-4F95-9D74-B5FB1FF5F7C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 16:47:22.707', N'2022-07-09 16:47:22.707', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28842382-487B-4795-9223-1AB1702A402E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012012', N'1', N'0', N'2022-07-09 16:51:02.250', N'2022-07-09 16:51:02.250', N'9', N'3729', N'0', N'2002', N'141', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3729', N'1100') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26BBBC20-660F-4ED0-9F74-6E8F6AC38550', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152012', N'1', N'0', N'2022-07-09 16:51:02.883', N'2022-07-09 16:51:02.883', N'9', N'8736', N'0', N'2001', N'369', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'8736', N'2500') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8C2C311-A518-48D5-9C69-FF002BC3ADE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012011', N'1', N'0', N'2022-07-09 16:51:03.520', N'2022-07-09 16:51:03.520', N'9', N'4332', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4332', N'1018') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA9C21E6-3E2A-4BBC-BC54-CB1DBDEBECD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59003', N'7', N'0', N'2022-07-09 16:51:07.170', N'2022-07-09 16:51:07.170', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB1786E6-9BC3-4301-9BAE-3036C52734B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41594', N'1', N'0', N'2022-07-09 16:51:09.653', N'2022-07-09 16:51:09.653', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45F22869-BA50-48DB-BDCB-577834B084CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152013', N'1', N'0', N'2022-07-09 16:51:24.823', N'2022-07-09 16:51:24.823', N'23', N'8530', N'0', N'2001', N'312', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'8530', N'2684') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9A1554A-F462-4C7C-9538-4FDC9DBFF31A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11051013', N'1', N'0', N'2022-07-09 16:51:56.700', N'2022-07-09 16:51:56.700', N'39', N'7244', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7244', N'2197') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A54219E-BA02-4A6C-8220-7BFCA74D3432', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15011012', N'1', N'0', N'2022-07-09 16:51:56.717', N'2022-07-09 16:51:56.717', N'39', N'3576', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3576', N'788') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06C86B66-D3F0-4D5A-A779-3A96BDDEAA39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11132012', N'1', N'0', N'2022-07-09 16:51:56.733', N'2022-07-09 16:51:56.733', N'39', N'6407', N'0', N'1010', N'148', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6407', N'2036') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7446EC7A-CE34-4C9E-B435-E3D745A0EEDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022013', N'1', N'0', N'2022-07-09 16:51:56.750', N'2022-07-09 16:51:56.750', N'39', N'5303', N'0', N'2035', N'9', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'5303', N'1711') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E26D9479-27BB-42CD-9E1E-C61FD252E400', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'46', N'0', N'2022-07-09 16:51:56.767', N'2022-07-09 16:51:56.767', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'839CBA13-19C2-42C0-A22E-695E5335C94C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11151013', N'1', N'0', N'2022-07-09 16:51:56.807', N'2022-07-09 16:51:56.807', N'39', N'6774', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6774', N'2373') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BCC7B9A-9423-438C-A4AB-D4A4874501AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'6', N'0', N'2022-07-09 16:52:02.230', N'2022-07-09 16:52:02.230', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CCC8A61-874B-4683-A08A-C3F66A76B0ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60079', N'1', N'0', N'2022-07-09 16:52:02.547', N'2022-07-09 16:52:02.547', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F608C04B-F693-4EEC-BDC4-826A454C36C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60076', N'4', N'0', N'2022-07-09 16:52:02.907', N'2022-07-09 16:52:02.907', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCAFEC84-037D-40B6-8F5B-16CF3ECF9E6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 17:22:11.410', N'2022-07-09 17:22:11.410', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8B8675F-24B8-4E8D-8963-0E50ED54B5BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11081009', N'1', N'0', N'2022-07-09 17:22:32.137', N'2022-07-09 17:22:32.137', N'9', N'6216', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6216', N'2394') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'859268B9-1999-4878-98DA-9C0B315A0C11', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 17:22:41.303', N'2022-07-09 17:22:41.303', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8846638-5407-4BEF-9475-3EEF6840141C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 16:52:05.557', N'2022-07-09 16:52:05.557', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'14', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BF624C0-A45C-4F7E-B433-2CFA1F6F4B28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41479', N'1', N'0', N'2022-07-09 16:53:51.010', N'2022-07-09 16:53:51.010', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEE14506-63C6-4C03-B8F5-FE06B6D34E2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000017', N'1', N'0', N'2022-07-09 16:53:51.023', N'2022-07-09 16:53:51.023', N'8', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F215C8FD-E688-4E49-8E6A-F20CAA913EF9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41593', N'1', N'-1', N'2022-07-09 16:54:27.003', N'2022-07-09 16:54:27.003', N'22', N'0', N'8', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'042D3618-2492-46D7-BB9D-933E7A60E69B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41527', N'29', N'0', N'2022-07-09 16:59:36.937', N'2022-07-09 16:59:36.937', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'932A36CD-C2C4-4CD2-8998-EF96AC7FCD3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022011', N'1', N'0', N'2022-07-09 17:00:42.103', N'2022-07-09 17:00:42.103', N'9', N'4403', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4403', N'1034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76207403-7B11-464C-AF1A-3924B3BD977D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16031013', N'1', N'0', N'2022-07-09 17:01:10.037', N'2022-07-09 17:01:10.037', N'9', N'3062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3062', N'1431') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'216D5D8C-6EEF-4040-8542-962DA98E5EB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 17:01:21.570', N'2022-07-09 17:01:21.570', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82D21FD6-CFDE-47A3-A4A8-01DABAF5F8CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20031012', N'1', N'0', N'2022-07-09 17:01:22.370', N'2022-07-09 17:01:22.370', N'9', N'4428', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4428', N'1187') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CE76963-66BA-4419-9B4A-D34F5566A72C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031013', N'1', N'0', N'2022-07-09 17:01:32.927', N'2022-07-09 17:01:32.927', N'9', N'6976', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'6976', N'2222') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0331DCE1-3260-488C-AA0D-EE4E9DE2F9D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20032012', N'1', N'0', N'2022-07-09 17:01:36.200', N'2022-07-09 17:01:36.200', N'9', N'3892', N'0', N'2002', N'101', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3892', N'1176') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE963BDE-23A3-4D36-BAA4-6C9EB7F290D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41501', N'2', N'0', N'2022-07-09 17:02:16.107', N'2022-07-09 17:02:16.107', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CF25F0F-CAB4-49E2-991F-8EFF62FC45E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032012', N'1', N'0', N'2022-07-09 17:02:28.700', N'2022-07-09 17:02:28.700', N'9', N'3815', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3815', N'1283') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67FB88B6-4D66-4BE0-A336-5FB48E56F92E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012012', N'1', N'0', N'2022-07-09 17:02:29.100', N'2022-07-09 17:02:29.100', N'9', N'4423', N'0', N'2002', N'147', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4423', N'983') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BCC6DD2-77ED-43B2-BE3D-16A98BB81F09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152012', N'1', N'0', N'2022-07-09 17:02:29.517', N'2022-07-09 17:02:29.517', N'9', N'9426', N'0', N'2002', N'386', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9426', N'2383') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A99A3FF-2189-477E-8614-0A6C5924CA26', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 17:02:29.910', N'2022-07-09 17:02:29.910', N'9', N'0', N'0', N'2011', N'1', N'0', N'0', N'0', N'0', N'11005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CA112FF-8B77-4456-AA83-266EA02398A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 17:02:30.330', N'2022-07-09 17:02:30.330', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B80F8DB2-A49A-45BA-8E0E-7A120F3CB5C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 17:03:34.007', N'2022-07-09 17:03:34.007', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EC76B36-4B61-4B95-AC07-8035D2386DAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 17:03:34.747', N'2022-07-09 17:03:34.747', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'999C8619-D6E4-43CD-B418-B7919AAB68FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-09 17:04:33.847', N'2022-07-09 17:04:33.847', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55C95EDB-DDA2-4594-844E-B18239B5199E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 17:04:53.003', N'2022-07-09 17:04:53.003', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43BB9D24-05F3-43BE-9D7C-52809D9A6D62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-09 17:05:08.563', N'2022-07-09 17:05:08.563', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7123FF73-F967-4D46-ACA6-6FDA8E578A07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 17:05:08.967', N'2022-07-09 17:05:08.967', N'9', N'0', N'0', N'2032', N'1', N'0', N'0', N'0', N'0', N'11008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32E1BE91-DD18-4689-A87C-5348222076B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12031014', N'1', N'0', N'2022-07-09 17:05:09.367', N'2022-07-09 17:05:09.367', N'9', N'4862', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4862', N'2251') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'990B470C-993B-41C2-A81F-578FF7C7BE14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15011012', N'1', N'0', N'2022-07-09 17:05:25.620', N'2022-07-09 17:05:25.620', N'9', N'4790', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4790', N'641') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F733EDAE-354D-4354-8643-CB0D55D8BFF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11051013', N'1', N'0', N'2022-07-09 17:05:46.140', N'2022-07-09 17:05:46.140', N'9', N'6488', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6488', N'2314') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B0EB0D5-1B3F-4550-B30E-CD9B0B99CCC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 17:06:01.760', N'2022-07-09 17:06:01.760', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8654A8E9-9666-45C0-955D-25C193A4EFEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-09 17:06:02.583', N'2022-07-09 17:06:02.583', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAD5C1E3-9AD5-4138-A3E8-A41A1D46D424', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'23', N'50993', N'1', N'0', N'2022-07-09 17:06:34.383', N'2022-07-09 17:06:34.383', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3ABBEFC0-C4C4-4CC7-B98A-FCFFB8AE768C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 17:06:52.710', N'2022-07-09 17:06:52.710', N'9', N'0', N'0', N'1002', N'88', N'0', N'0', N'0', N'0', N'11002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76D07FD8-05C4-472C-B118-0F72C296C8E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12011014', N'1', N'0', N'2022-07-09 17:07:32.283', N'2022-07-09 17:07:32.283', N'9', N'4535', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'4', N'4535', N'1663') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12115DB3-325B-4155-A271-EC4F293E25D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071013', N'1', N'0', N'2022-07-09 17:07:32.943', N'2022-07-09 17:07:32.943', N'9', N'8547', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'8547', N'2656') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60AE179A-653B-49EA-9301-06C4457FA2B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 17:07:37.773', N'2022-07-09 17:07:37.773', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D92CCD83-72A8-4A10-86DA-EE5ED5239894', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 17:07:42.353', N'2022-07-09 17:07:42.353', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F762E172-387A-469C-ABD4-91A5B4462177', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 17:07:42.650', N'2022-07-09 17:07:42.650', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'27', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0388AFFF-8241-4753-9E10-C280DC4BA171', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021010', N'1', N'0', N'2022-07-09 17:07:43.020', N'2022-07-09 17:07:43.020', N'39', N'6526', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6526', N'2878') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C298331-462E-4976-8DBF-C8C9191F56EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 17:08:48.773', N'2022-07-09 17:08:48.773', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'28', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B39C0D46-9E23-4A35-87F0-1723125FFA95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042012', N'1', N'0', N'2022-07-09 17:07:43.830', N'2022-07-09 17:07:43.830', N'39', N'5403', N'0', N'2003', N'73', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5403', N'1834') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03A68252-8570-4A7A-B4CA-318186017D9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022011', N'1', N'0', N'2022-07-09 17:07:44.700', N'2022-07-09 17:07:44.700', N'39', N'4096', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4096', N'848') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFE6EE1C-CA5A-4F01-89EF-2D81DFDF5548', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022012', N'1', N'0', N'2022-07-09 17:07:46.133', N'2022-07-09 17:07:46.133', N'39', N'4199', N'0', N'2009', N'8', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4199', N'1958') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49710D6F-CEAA-4288-891D-EAA41C84E3AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011014', N'1', N'0', N'2022-07-09 17:11:19.040', N'2022-07-09 17:11:19.040', N'9', N'4367', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'4', N'4367', N'1485') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB119F24-46B6-4D72-83D5-54EEBD185EAD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081009', N'1', N'0', N'2022-07-09 17:11:21.763', N'2022-07-09 17:11:21.763', N'9', N'6441', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6441', N'2998') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6257F43-EBE7-49EE-AD08-557DAC748A38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012013', N'1', N'0', N'2022-07-09 17:13:01.117', N'2022-07-09 17:13:01.117', N'9', N'5523', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'5523', N'1529') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'427606A0-1A14-4F6C-A323-6033778D96BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022012', N'1', N'0', N'2022-07-09 17:13:01.803', N'2022-07-09 17:13:01.803', N'9', N'3364', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3364', N'851') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7690CF38-42C2-4306-A770-2AF34A756709', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042012', N'1', N'0', N'2022-07-09 17:13:02.017', N'2022-07-09 17:13:02.017', N'9', N'3364', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3364', N'851') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F59930D3-55FA-4567-8BE4-AFF956FB0BDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022013', N'1', N'0', N'2022-07-09 17:13:02.830', N'2022-07-09 17:13:02.830', N'9', N'4980', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4980', N'1953') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C630471E-89FF-4689-A49F-382AF1167DA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092013', N'1', N'0', N'2022-07-09 17:13:03.023', N'2022-07-09 17:13:03.023', N'9', N'8485', N'0', N'1010', N'190', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'8485', N'2553') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A96E6799-B461-4BA6-8646-BCB600CFE031', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032011', N'1', N'0', N'2022-07-09 17:13:03.647', N'2022-07-09 17:13:03.647', N'9', N'3337', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3337', N'772') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'232B0EF5-3A87-4C54-BDD5-374C12030703', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042012', N'1', N'0', N'2022-07-09 17:13:03.810', N'2022-07-09 17:13:03.810', N'9', N'3337', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3337', N'772') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40ABC851-F32F-461C-B714-68A777716D5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41501', N'15', N'0', N'2022-07-09 17:14:57.207', N'2022-07-09 17:14:57.207', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D6D051B-09B0-4D9E-93AB-ECC9B7ACF227', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 17:20:16.610', N'2022-07-09 17:20:16.610', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2E9D611-6AFD-4C8A-9295-A6312EA6E534', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 17:20:16.637', N'2022-07-09 17:20:16.637', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFB2A95C-CBB5-4BB9-93FE-3E123AC76693', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061010', N'1', N'0', N'2022-07-09 17:20:17.093', N'2022-07-09 17:20:17.093', N'39', N'7198', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7198', N'2375') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EEC5E18-2A9F-452E-AAB5-C92ACAFEB8AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41601', N'1', N'0', N'2022-07-09 17:21:00.127', N'2022-07-09 17:21:00.127', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81BF7A4C-69C0-417C-AB98-DA7B387CF52B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41602', N'1', N'0', N'2022-07-09 17:21:01.137', N'2022-07-09 17:21:01.137', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAC8925E-1337-4B14-9F00-7F2FB7876BF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41603', N'1', N'0', N'2022-07-09 17:21:02.353', N'2022-07-09 17:21:02.353', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9AFD8A6-580E-44DD-8987-87683E9F0231', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052013', N'1', N'0', N'2022-07-09 17:21:20.030', N'2022-07-09 17:21:20.030', N'9', N'6850', N'0', N'1010', N'166', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6850', N'2501') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D629098-322B-42B4-9D4A-5B7130D775D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 17:21:20.653', N'2022-07-09 17:21:20.653', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C20E92A9-C84A-4706-A545-9D160236597D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13011013', N'1', N'0', N'2022-07-09 17:21:39.710', N'2022-07-09 17:21:39.710', N'9', N'4685', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4685', N'774') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48EA5C0C-9B74-467E-B8F1-B41232F53A2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-09 17:21:45.013', N'2022-07-09 17:21:45.013', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F9B4397-C872-4028-91A2-32F51849E005', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 17:21:51.320', N'2022-07-09 17:21:51.320', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A49A82F-CE5B-4E5F-A067-FD0A8CFCA15F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 17:22:10.813', N'2022-07-09 17:22:10.813', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01A788FE-78BC-48A4-8AD3-887F2CBFDE36', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-09 17:22:41.700', N'2022-07-09 17:22:41.700', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3ACF604-A362-42EC-AF40-0A802F41921D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 17:23:32.413', N'2022-07-09 17:23:32.413', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA4D62FE-7CE4-4C43-9EB6-1EE5B437F46F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 17:23:33.053', N'2022-07-09 17:23:33.053', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D4FE439-C572-412F-A2B4-7882088B9F3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11091013', N'1', N'0', N'2022-07-09 17:23:33.640', N'2022-07-09 17:23:33.640', N'9', N'8585', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'8585', N'2104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BF16BC6-5908-4566-A889-EFDE003E5660', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 17:24:10.437', N'2022-07-09 17:24:10.437', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AC697BC-4EA4-47DA-ACD8-7027716F52AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012012', N'1', N'0', N'2022-07-09 17:24:29.513', N'2022-07-09 17:24:29.513', N'9', N'7932', N'0', N'2002', N'354', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7932', N'2156') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84E64B80-CA5A-42FB-9547-6BD2893654C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042009', N'1', N'0', N'2022-07-09 17:24:29.930', N'2022-07-09 17:24:29.930', N'9', N'7932', N'0', N'2002', N'354', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7932', N'2156') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CCC54A1-5FD6-49E6-8780-2E9C19D1C497', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11111013', N'1', N'0', N'2022-07-09 17:24:34.593', N'2022-07-09 17:24:34.593', N'9', N'6948', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6948', N'2218') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68AD6B60-62FD-4F5D-A4EC-8A6E0B9E8B47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15021012', N'1', N'0', N'2022-07-09 17:24:35.610', N'2022-07-09 17:24:35.610', N'9', N'3551', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3551', N'1321') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8592B6C9-5CAF-4EA1-A5E2-9DBCAB55843E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'28', N'41594', N'1', N'0', N'2022-07-09 17:27:00.477', N'2022-07-09 17:27:00.477', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5A7904F-0807-4AF6-8544-C6D846255CD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41594', N'1', N'0', N'2022-07-09 17:27:02.433', N'2022-07-09 17:27:02.433', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CEBEF51B-8882-4C26-A6CF-8D549B2340E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022012', N'1', N'0', N'2022-07-09 17:27:07.307', N'2022-07-09 17:27:07.307', N'9', N'3664', N'0', N'2001', N'128', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3664', N'871') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75C2C2EB-E16A-4B0D-B3F8-12438DE5A679', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042012', N'1', N'0', N'2022-07-09 17:27:07.920', N'2022-07-09 17:27:07.920', N'9', N'3664', N'0', N'2001', N'128', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3664', N'871') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD2717F2-696A-4957-BA73-10FC12D90E35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012011', N'1', N'0', N'2022-07-09 17:27:08.697', N'2022-07-09 17:27:08.697', N'9', N'4520', N'0', N'2003', N'36', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4520', N'970') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E9AAB0D-BEAE-4C1B-BC14-2FB167BA4F89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 17:27:09.510', N'2022-07-09 17:27:09.510', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CEDD1167-1286-4339-A805-6005CAA7286B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 17:27:11.747', N'2022-07-09 17:27:11.747', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10416C17-3651-49EC-8CA4-6C3A3330B230', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 17:27:13.573', N'2022-07-09 17:27:13.573', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'14', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D2C1DA3-341F-4BF8-9909-9CC490DB707F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12034008', N'1', N'0', N'2022-07-09 17:27:22.857', N'2022-07-09 17:27:22.857', N'23', N'4478', N'0', N'2011', N'11', N'2001', N'224', N'0', N'0', N'2043', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'2', N'3', N'6', N'5', N'4478', N'2173') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A02DDF2-0529-4B15-8544-2D75C7E31C4A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 17:27:22.867', N'2022-07-09 17:27:22.867', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86CE785D-FCC6-4B07-9140-F0DD8CB90EEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152013', N'1', N'0', N'2022-07-09 17:27:43.313', N'2022-07-09 17:27:43.313', N'39', N'6972', N'0', N'2002', N'323', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6972', N'2737') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF49AB67-A8CC-4D34-A40A-819C8E9FAA21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042011', N'1', N'0', N'2022-07-09 17:27:43.447', N'2022-07-09 17:27:43.447', N'39', N'3859', N'0', N'2002', N'119', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3859', N'704') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66981A88-B6EE-4AE9-9F21-0C4D1E6D97CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042009', N'1', N'0', N'2022-07-09 17:27:43.880', N'2022-07-09 17:27:43.880', N'39', N'6868', N'0', N'2002', N'353', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6868', N'2104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEBA82A5-5D2F-4322-AAB1-84FF9144D3D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37008', N'2', N'0', N'2022-07-09 17:29:26.697', N'2022-07-09 17:29:26.697', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3EC755D-7CE3-43E1-9B16-72E4E0ECBCE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41604', N'1', N'-1', N'2022-07-09 17:30:24.950', N'2022-07-09 17:30:24.950', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B90AF646-8B3D-4C57-A962-84CA8D17FDA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41605', N'1', N'-1', N'2022-07-09 17:30:24.967', N'2022-07-09 17:30:24.967', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'281DDA7D-57BF-46DE-883B-CABB1E3572CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41606', N'1', N'-1', N'2022-07-09 17:30:24.980', N'2022-07-09 17:30:24.980', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'408298AB-C16B-402A-8B07-342A0B511EF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31032', N'1', N'0', N'2022-07-09 17:34:45.380', N'2022-07-09 17:34:45.380', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5673FEC4-3BE6-4FF9-B6E0-8A126787EFD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20042012', N'1', N'0', N'2022-07-09 17:47:08.863', N'2022-07-09 17:47:08.863', N'9', N'3250', N'0', N'2003', N'49', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3250', N'1127') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CCFBE12-73E7-4FE4-A7D2-DE94EB557845', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13011014', N'1', N'0', N'2022-07-09 17:47:25.757', N'2022-07-09 17:47:25.757', N'9', N'4272', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4272', N'1050') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4FAA470-BD53-4F5F-8E31-0C5F24D5383D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50994', N'1', N'0', N'2022-07-09 17:47:35.613', N'2022-07-09 17:47:35.613', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91947563-FFE9-4223-9FB6-AF079781358A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032013', N'1', N'0', N'2022-07-09 17:48:50.283', N'2022-07-09 17:48:50.283', N'9', N'9398', N'0', N'1010', N'195', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9398', N'2390') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'717922C8-5BAA-4B8F-9501-46FF13F5E706', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022013', N'1', N'0', N'2022-07-09 17:48:50.467', N'2022-07-09 17:48:50.467', N'9', N'5394', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5394', N'1790') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25DB74CF-1B1D-44DB-8C8E-9BE9DDF84902', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022010', N'1', N'0', N'2022-07-09 17:49:10.170', N'2022-07-09 17:49:10.170', N'9', N'6230', N'0', N'1010', N'206', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6230', N'2160') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3C379A2-1474-4231-AFDA-74B28A08F47E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022012', N'1', N'0', N'2022-07-09 17:49:10.583', N'2022-07-09 17:49:10.583', N'9', N'3224', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3224', N'760') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2AC6A57-367B-4B8D-812C-1699ADE1FD27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50994', N'1', N'0', N'2022-07-09 17:49:15.120', N'2022-07-09 17:49:15.120', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2ABF4207-C2D0-4A9C-BBCC-F2772CFC9541', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14042014', N'1', N'0', N'2022-07-09 17:49:59.663', N'2022-07-09 17:49:59.663', N'9', N'4843', N'0', N'2002', N'234', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4843', N'2015') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'111B1EA4-318A-4884-80D9-F4D32B9369E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16011014', N'1', N'0', N'2022-07-09 17:50:01.490', N'2022-07-09 17:50:01.490', N'9', N'3800', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3800', N'1559') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE0161F7-E0A0-41A5-83F4-7BA2707FBC82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50994', N'1', N'0', N'2022-07-09 17:50:03.180', N'2022-07-09 17:50:03.180', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79E39412-A0D9-489E-93B1-1BF8C59E689A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14012014', N'1', N'0', N'2022-07-09 17:53:11.483', N'2022-07-09 17:53:11.483', N'9', N'4882', N'0', N'2011', N'8', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'4882', N'1677') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F664D6A3-C363-475E-8D29-1BA66258A112', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14032014', N'1', N'0', N'2022-07-09 17:53:12.053', N'2022-07-09 17:53:12.053', N'9', N'4981', N'0', N'2011', N'11', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4981', N'2188') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'404D8661-F563-44DB-82F7-149130CCB54D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15035007', N'1', N'0', N'2022-07-09 17:53:33.737', N'2022-07-09 17:53:33.737', N'23', N'5181', N'0', N'2027', N'10', N'2009', N'8', N'0', N'0', N'2039', N'3', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'7', N'7', N'5181', N'961') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'567BACD6-07F4-4EA8-B178-C11DBEE77DEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14021015', N'1', N'0', N'2022-07-09 17:53:56.237', N'2022-07-09 17:53:56.237', N'39', N'4250', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'4250', N'1927') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFBB5875-71A9-407F-A1D1-AB96C0881AE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 17:53:58.020', N'2022-07-09 17:53:58.020', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F88DB714-4AC3-45E5-9CCE-EE08FE92644B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-09 17:56:05.250', N'2022-07-09 17:56:05.250', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC9AE740-5215-4623-8455-D124C8390D6B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'6', N'0', N'2022-07-09 18:00:07.640', N'2022-07-09 18:00:07.640', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A4F84BE-FD41-49BE-8CAD-A06FC4498E14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'8', N'0', N'2022-07-09 18:00:07.783', N'2022-07-09 18:00:07.783', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B65FBC59-3413-4982-B16F-BC96E546F559', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'16', N'0', N'2022-07-09 18:00:08.250', N'2022-07-09 18:00:08.250', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50E45F42-3CF5-491C-82BE-FE45B2AE42DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61020', N'1', N'0', N'2022-07-09 18:00:12.887', N'2022-07-09 18:00:12.887', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97F4932C-CB21-4786-880F-45A7C989971B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61019', N'1', N'0', N'2022-07-09 18:00:13.190', N'2022-07-09 18:00:13.190', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B29D9F20-7D05-4546-B8CF-A70E03F85B74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'1', N'0', N'2022-07-09 18:00:14.247', N'2022-07-09 18:00:14.247', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25967368-FF87-4204-B09D-79B0E0B8E862', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'28', N'0', N'2022-07-09 18:00:19.687', N'2022-07-09 18:00:19.687', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3EE55F3-E81E-4EDF-94CE-E86DB7172CB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'49', N'0', N'2022-07-09 18:00:24.290', N'2022-07-09 18:00:24.290', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDBB93B5-0CCE-417A-B3D7-6788271FC4D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'3', N'0', N'2022-07-09 18:00:28.607', N'2022-07-09 18:00:28.607', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24A441D5-8F3A-4E37-9FF3-2F7512DBD73D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'8', N'0', N'2022-07-09 18:00:28.920', N'2022-07-09 18:00:28.920', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E576ABD9-840C-4743-B5E7-21075D6E4DBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'30', N'0', N'2022-07-09 18:00:34.113', N'2022-07-09 18:00:34.113', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B6AC68A-D5A2-4DE0-BE3E-E4FC15298D08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'7', N'0', N'2022-07-09 18:00:45.177', N'2022-07-09 18:00:45.177', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97D2C247-F857-4A37-9E60-896C2823EFCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'19', N'0', N'2022-07-09 18:01:06.160', N'2022-07-09 18:01:06.160', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60167644-983F-41C3-8722-871FDB85912A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042010', N'1', N'0', N'2022-07-09 18:03:19.480', N'2022-07-09 18:03:19.480', N'9', N'4331', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4331', N'616') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C372432-5DC6-4498-B53B-E73133A7875F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 18:03:26.627', N'2022-07-09 18:03:26.627', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9283A991-EC6F-40BA-ABDB-FB99B8A697EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091013', N'1', N'0', N'2022-07-09 18:03:41.090', N'2022-07-09 18:03:41.090', N'9', N'7128', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'7128', N'2326') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29C9E9B2-2CCA-4BF7-AC4D-B7A0C8F980CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042010', N'1', N'0', N'2022-07-09 18:04:05.493', N'2022-07-09 18:04:05.493', N'9', N'3880', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3880', N'637') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67E4805E-688B-4EDB-8628-49DAED81FC47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 18:04:05.920', N'2022-07-09 18:04:05.920', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B13D2416-C78D-4F46-8681-B128D3032D3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082008', N'1', N'0', N'2022-07-09 18:04:06.500', N'2022-07-09 18:04:06.500', N'9', N'9744', N'0', N'2001', N'261', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'9744', N'2339') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57CA43CA-2BE6-462C-914F-5A7E0A84DFAD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112011', N'1', N'0', N'2022-07-09 18:04:31.660', N'2022-07-09 18:04:31.660', N'9', N'6597', N'0', N'1010', N'159', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6597', N'2688') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5586159B-95DD-48E5-A481-8C53D397B78A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032011', N'1', N'0', N'2022-07-09 18:04:40.980', N'2022-07-09 18:04:40.980', N'9', N'3528', N'0', N'2001', N'157', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3528', N'1100') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1FDB108-A5E1-4CAE-9E66-D397D18CF87B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042012', N'1', N'0', N'2022-07-09 18:04:47.070', N'2022-07-09 18:04:47.070', N'9', N'4513', N'0', N'2002', N'174', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4513', N'1895') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28B4C757-0FCC-4AC4-98FD-9D4871D29693', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012011', N'1', N'0', N'2022-07-09 18:04:48.080', N'2022-07-09 18:04:48.080', N'9', N'3369', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3369', N'1199') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1167316-89F7-46A5-A131-D7A5FB8E092C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082009', N'1', N'0', N'2022-07-09 18:04:54.170', N'2022-07-09 18:04:54.170', N'9', N'6494', N'0', N'1010', N'190', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6494', N'2292') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7476DA85-F7C4-4DB8-B672-196ED6639253', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 18:04:54.573', N'2022-07-09 18:04:54.573', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D0A8885-2EFC-4235-9BCA-EB3241416869', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-09 18:05:12.047', N'2022-07-09 18:05:12.047', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D82A71B2-55E7-49CC-ADF4-0C5B53ABAF02', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 18:05:16.087', N'2022-07-09 18:05:16.087', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6065AB61-BDA6-43DF-AD82-F21FBDDF63A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 18:05:19.383', N'2022-07-09 18:05:19.383', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82DCBCC1-8976-486E-B598-0297F2D8F5FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081009', N'1', N'0', N'2022-07-09 18:05:27.893', N'2022-07-09 18:05:27.893', N'9', N'6188', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6188', N'2741') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30E9C074-85AA-4509-A758-552ACC4C3ABC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 18:05:29.513', N'2022-07-09 18:05:29.513', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E79B280-4E00-4213-A4C9-3DC1173B9773', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041010', N'1', N'0', N'2022-07-09 18:05:44.957', N'2022-07-09 18:05:44.957', N'9', N'6963', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6963', N'2456') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A945193D-D677-422A-9A43-207DB8300DC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031012', N'1', N'0', N'2022-07-09 18:06:43.437', N'2022-07-09 18:06:43.437', N'9', N'3868', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3868', N'751') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21793D7E-D803-46DB-B99D-F1A289081F62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042011', N'1', N'0', N'2022-07-09 18:07:03.933', N'2022-07-09 18:07:03.933', N'9', N'4207', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4207', N'907') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2DDD3209-756C-4928-99C1-8206E56A6FE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132012', N'1', N'0', N'2022-07-09 18:08:02.793', N'2022-07-09 18:08:02.793', N'39', N'7354', N'0', N'2002', N'316', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7354', N'2776') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34366BD9-3F36-4F52-907F-B1445B5616BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 18:08:02.810', N'2022-07-09 18:08:02.810', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C831D98C-10D0-49B1-B17C-D79A0B2C55A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 18:08:03.047', N'2022-07-09 18:08:03.047', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28621DAD-C99D-4042-A032-51ED6C291992', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41818', N'1', N'0', N'2022-07-09 18:11:03.263', N'2022-07-09 18:11:03.263', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3789AE6-8680-48A6-AD26-538F1290A40B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 18:11:41.820', N'2022-07-09 18:11:41.820', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62BC56C1-B305-45D1-9327-4553BED1D9DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042010', N'1', N'0', N'2022-07-09 18:11:51.403', N'2022-07-09 18:11:51.403', N'9', N'7516', N'0', N'2002', N'348', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'15', N'13', N'7516', N'2044') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'829697FA-E143-435F-893B-08B52F59C078', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20012012', N'1', N'0', N'2022-07-09 18:11:51.737', N'2022-07-09 18:11:51.737', N'9', N'4514', N'0', N'2001', N'125', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'7', N'6', N'4514', N'644') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF29BD95-368F-4691-9380-594941A00C27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031014', N'1', N'0', N'2022-07-09 18:11:53.440', N'2022-07-09 18:11:53.440', N'9', N'6471', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6471', N'2692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B06C049E-9042-4DD4-BC81-E7415790A70A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 18:12:04.570', N'2022-07-09 18:12:04.570', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CDB56215-FA2B-4738-92DD-F90F9BA3C63C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50994', N'1', N'0', N'2022-07-09 18:12:31.153', N'2022-07-09 18:12:31.153', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8E74510-7F5C-4CBD-8C63-C2488DC236ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022013', N'1', N'0', N'2022-07-09 18:12:31.330', N'2022-07-09 18:12:31.330', N'9', N'4686', N'0', N'2010', N'7', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4686', N'2196') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'284464D0-0658-4C11-9DCC-BDACB57ADFA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022012', N'1', N'0', N'2022-07-09 18:12:31.997', N'2022-07-09 18:12:31.997', N'9', N'3686', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3686', N'1396') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFBD56B3-41B1-426E-AA14-0B17506AE90E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50994', N'1', N'0', N'2022-07-09 18:12:51.993', N'2022-07-09 18:12:51.993', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FC89ECD-BD3A-4A71-8011-AF0BAC4B0CF1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061011', N'1', N'0', N'2022-07-09 18:12:55.617', N'2022-07-09 18:12:55.617', N'9', N'7943', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7943', N'2433') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0341AB0B-A9E0-41BC-880F-652E30185158', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50994', N'1', N'0', N'2022-07-09 18:13:07.983', N'2022-07-09 18:13:07.983', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B328C5C-D8E9-40C7-AABE-20D73990BEFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15011013', N'1', N'0', N'2022-07-09 18:13:37.737', N'2022-07-09 18:13:37.737', N'9', N'3572', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3572', N'1496') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7C5920B-AEAC-42BA-8B64-58257918F2AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50994', N'1', N'0', N'2022-07-09 18:13:41.190', N'2022-07-09 18:13:41.190', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54F56DD0-6EFB-452C-BED7-3CA2FE10CB87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50994', N'1', N'0', N'2022-07-09 18:14:11.900', N'2022-07-09 18:14:11.900', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A8A3539-3740-4CE6-9B6B-E8EB3A33AB66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50994', N'1', N'0', N'2022-07-09 18:14:25.903', N'2022-07-09 18:14:25.903', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A772EBDE-9E8E-49FA-A2D2-94F84D3FEC8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50994', N'1', N'0', N'2022-07-09 18:14:27.940', N'2022-07-09 18:14:27.940', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9493EC5D-7495-41DB-A46C-4E42CBFFD7F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50994', N'1', N'0', N'2022-07-09 18:14:53.943', N'2022-07-09 18:14:53.943', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FBB8F0D-569C-4740-BB86-6F17A9D6528B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50994', N'1', N'0', N'2022-07-09 18:15:10.380', N'2022-07-09 18:15:10.380', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30C37CDC-CC3C-453F-92B5-594E468EDAB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 18:15:11.000', N'2022-07-09 18:15:11.000', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64C788D1-4B2C-40E4-A7E3-0E2D5CE80927', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082010', N'1', N'0', N'2022-07-09 18:15:11.607', N'2022-07-09 18:15:11.607', N'9', N'6634', N'0', N'2002', N'344', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6634', N'2855') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86F98477-4664-49A9-9105-B6DA1D4748D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022013', N'1', N'0', N'2022-07-09 18:15:12.027', N'2022-07-09 18:15:12.027', N'9', N'4628', N'0', N'2009', N'8', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4628', N'2255') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89CDAA09-6193-4459-B5EE-BBD4D17160AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41270', N'1', N'0', N'2022-07-09 18:18:01.847', N'2022-07-09 18:18:01.847', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52A8DB35-3841-42C4-9432-3D2328866853', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042013', N'1', N'0', N'2022-07-09 18:18:14.107', N'2022-07-09 18:18:14.107', N'9', N'4878', N'0', N'2004', N'52', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4878', N'870') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59F65C96-94BD-4D09-9131-464D963BFB97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14032014', N'1', N'0', N'2022-07-09 18:18:14.403', N'2022-07-09 18:18:14.403', N'9', N'4979', N'0', N'2004', N'65', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4979', N'2181') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56D20BF2-9E3D-4EED-B273-D06507051D54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20021013', N'1', N'0', N'2022-07-09 18:18:15.023', N'2022-07-09 18:18:15.023', N'9', N'3981', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3981', N'1180') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95D33AE6-3302-4014-8B93-C21B0E1ACFCC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 18:18:49.800', N'2022-07-09 18:18:49.800', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'20', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56B76314-E137-4B7F-8F74-536912DFFD87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41270', N'1', N'0', N'2022-07-09 18:19:00.913', N'2022-07-09 18:19:00.913', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21FE4B6A-5583-4D5A-9404-1F4C6DD9C65C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'18', N'0', N'2022-07-09 18:21:00.027', N'2022-07-09 18:21:00.027', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DAA0BC81-A094-48B0-ABF9-E7BDB20DDA52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41273', N'2', N'0', N'2022-07-09 18:29:44.100', N'2022-07-09 18:29:44.100', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9CA89EF-9867-4186-A2A7-FB0F9257C89C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66041', N'1', N'0', N'2022-07-09 18:21:59.773', N'2022-07-09 18:21:59.773', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A344E6F4-E646-48DE-902A-5C9EC863E94C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'4', N'0', N'2022-07-09 18:23:29.233', N'2022-07-09 18:23:29.233', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DE27984-4894-4F2C-B46D-6F9657FC1E25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50994', N'1', N'0', N'2022-07-09 18:30:02.980', N'2022-07-09 18:30:02.980', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44E76385-37A4-4D1A-B70A-05F32CE41FFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13041014', N'1', N'0', N'2022-07-09 18:30:17.070', N'2022-07-09 18:30:17.070', N'9', N'3182', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3182', N'664') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E8FADF2-B89C-4237-BE7A-2AC9EA521279', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131014', N'1', N'0', N'2022-07-09 18:30:28.313', N'2022-07-09 18:30:28.313', N'39', N'6446', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6446', N'2591') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'492E032F-163F-4B4C-8FEC-204486366D36', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082011', N'1', N'0', N'2022-07-09 18:30:28.833', N'2022-07-09 18:30:28.833', N'39', N'7613', N'0', N'1010', N'219', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7613', N'2542') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E23A448-1168-4949-8939-D180722D8674', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20042012', N'1', N'0', N'2022-07-09 18:30:29.080', N'2022-07-09 18:30:29.080', N'39', N'5429', N'0', N'1010', N'71', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'6', N'7', N'5429', N'762') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D0DCEA1-30C3-432A-96DC-DCB1656A4535', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12041015', N'1', N'0', N'2022-07-09 18:30:29.567', N'2022-07-09 18:30:29.567', N'39', N'4586', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4586', N'1686') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49613586-78D7-4CA3-9474-1732132F3FF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 18:30:32.963', N'2022-07-09 18:30:32.963', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'23', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'176D7137-A0FE-4DCF-AAD6-202B1905716E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41272', N'4', N'0', N'2022-07-09 18:31:02.570', N'2022-07-09 18:31:02.570', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2CCB3F19-4A8C-4B89-8EDA-1F0B381C661F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20022013', N'1', N'0', N'2022-07-09 18:31:32.727', N'2022-07-09 18:31:32.727', N'9', N'3509', N'0', N'1010', N'70', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3509', N'1056') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7B9ABC5-4BDB-469D-8463-DEA3BFB1A5EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 18:31:41.640', N'2022-07-09 18:31:41.640', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3960D3E-5BD9-4D58-B00B-ED707BF0B268', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41271', N'2', N'0', N'2022-07-09 18:31:41.647', N'2022-07-09 18:31:41.647', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34ECA82F-C8D6-482F-9208-C0C4001F2FC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 18:31:54.213', N'2022-07-09 18:31:54.213', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'30', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6BA4A5C-E740-42F8-812B-D0A697B1FDD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20022013', N'1', N'0', N'2022-07-09 18:32:02.547', N'2022-07-09 18:32:02.547', N'9', N'3131', N'0', N'2002', N'106', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3131', N'859') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C44FF9B3-A44D-423F-B7CA-3593D86B63B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50994', N'1', N'0', N'2022-07-09 18:32:03.757', N'2022-07-09 18:32:03.757', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96A0672E-987C-43C0-8EFC-DF3FE2A80C12', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14021015', N'1', N'0', N'2022-07-09 18:32:32.207', N'2022-07-09 18:32:32.207', N'9', N'5268', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'5268', N'1660') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75AB2C32-A8EA-42C4-A350-2CA239BFBB43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 18:32:34.467', N'2022-07-09 18:32:34.467', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D71F96F9-CFF7-43C3-A7F1-1BD3ACDD62EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14021015', N'1', N'0', N'2022-07-09 18:32:44.620', N'2022-07-09 18:32:44.620', N'9', N'4767', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4767', N'2251') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4076BEC7-CA05-465C-94E3-0DCDB5598863', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11021011', N'1', N'0', N'2022-07-09 18:32:46.673', N'2022-07-09 18:32:46.673', N'9', N'7737', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7737', N'2250') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8603207-999D-4287-8349-3B76E156A98F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20011013', N'1', N'0', N'2022-07-09 18:33:03.343', N'2022-07-09 18:33:03.343', N'9', N'4003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4003', N'1096') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A02A49AB-BCD4-4CFF-8FEC-1A5C7F2E94FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031014', N'1', N'0', N'2022-07-09 18:33:08.080', N'2022-07-09 18:33:08.080', N'9', N'8532', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8532', N'2154') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31809C32-11E2-4037-AA7C-0CDE287AAA7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50994', N'1', N'0', N'2022-07-09 18:33:11.963', N'2022-07-09 18:33:11.963', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8843EB03-AD56-4D32-ADB8-16F40043F9F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50994', N'1', N'0', N'2022-07-09 18:33:15.790', N'2022-07-09 18:33:15.790', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA143B09-ACE9-4A04-AB4D-30289FBCD39B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14011015', N'1', N'0', N'2022-07-09 18:33:19.840', N'2022-07-09 18:33:19.840', N'9', N'5427', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5427', N'1494') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E1AF96A-CBC7-43B4-A281-347EB1A8A978', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022013', N'1', N'0', N'2022-07-09 18:33:25.947', N'2022-07-09 18:33:25.947', N'9', N'4799', N'0', N'2001', N'222', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4799', N'1467') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73496E9E-90D8-4D0B-925B-EB13A1619448', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15012012', N'1', N'0', N'2022-07-09 18:33:26.110', N'2022-07-09 18:33:26.110', N'9', N'4407', N'0', N'2001', N'114', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4407', N'1090') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'880EBDC2-1A13-48FF-B7F7-25070CB6291D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66041', N'3', N'0', N'2022-07-09 18:34:05.417', N'2022-07-09 18:34:05.417', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A700AC0F-B49D-42AA-A497-BCFDC48D64DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 18:34:15.340', N'2022-07-09 18:34:15.340', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25BDC1B5-11F1-49AB-9089-B16E97B225FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032014', N'1', N'0', N'2022-07-09 18:34:16.353', N'2022-07-09 18:34:16.353', N'9', N'7875', N'0', N'2001', N'330', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'8', N'2', N'7875', N'2466') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA9C5E72-8F95-4409-895A-A5997987CBBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032013', N'1', N'0', N'2022-07-09 18:34:18.430', N'2022-07-09 18:34:18.430', N'9', N'3330', N'0', N'2032', N'6', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3330', N'1202') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3DE239C-993B-4312-B1E2-FF586BB9B2C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'5', N'0', N'2022-07-09 18:35:59.227', N'2022-07-09 18:35:59.227', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5269C001-F76D-46CD-8A09-A55245AD474C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11112013', N'1', N'0', N'2022-07-09 18:35:59.550', N'2022-07-09 18:35:59.550', N'9', N'6878', N'0', N'2002', N'402', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6878', N'2630') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3A89591-FFED-40B8-88DA-51F7A3347908', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022012', N'1', N'0', N'2022-07-09 18:36:00.427', N'2022-07-09 18:36:00.427', N'9', N'5479', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'8', N'6', N'5479', N'828') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A102DA7-E298-4CDD-A8F9-8AC270F36628', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131014', N'1', N'0', N'2022-07-09 18:36:00.817', N'2022-07-09 18:36:00.817', N'9', N'7980', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'7980', N'2452') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14B8947E-888B-4619-A672-236434E42B7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042011', N'1', N'0', N'2022-07-09 18:37:19.390', N'2022-07-09 18:37:19.390', N'39', N'6327', N'0', N'2001', N'344', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'78', N'73', N'6327', N'2160') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'952906C5-097B-40E5-848F-98D49F8A997D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 18:36:14.227', N'2022-07-09 18:36:14.227', N'9', N'0', N'0', N'2036', N'1', N'0', N'0', N'0', N'0', N'11010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C54D8A2B-8CA9-4ACA-B886-5792A30D244E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20012013', N'1', N'0', N'2022-07-09 18:36:42.440', N'2022-07-09 18:36:42.440', N'9', N'3610', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3610', N'711') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65B0D2AE-3E4F-416C-AB80-33755279C5DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'2', N'0', N'2022-07-09 18:42:21.833', N'2022-07-09 18:42:21.833', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9843FB95-E120-4BC4-8B0A-2E9F1D7BF3F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'2', N'0', N'2022-07-09 18:42:22.620', N'2022-07-09 18:42:22.620', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F83CE75D-33BB-44FF-8973-6DBA354F2430', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'17', N'0', N'2022-07-09 18:42:27.287', N'2022-07-09 18:42:27.287', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B93BE6CE-5B65-4247-BF54-A164584941B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'74', N'0', N'2022-07-09 18:42:27.740', N'2022-07-09 18:42:27.740', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36E5725F-1586-48BC-96BD-A18162C9E895', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'33', N'0', N'2022-07-09 18:42:37.257', N'2022-07-09 18:42:37.257', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'211A582E-E017-4DD2-9443-872B53B2C1B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'10', N'0', N'2022-07-09 18:42:37.580', N'2022-07-09 18:42:37.580', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C762BE6-905F-449D-8E3A-4F6739F5E3E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'12', N'0', N'2022-07-09 18:42:47.613', N'2022-07-09 18:42:47.613', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CA733CB-F2D5-4059-9366-DC739E5B0EF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'8', N'0', N'2022-07-09 18:42:53.107', N'2022-07-09 18:42:53.107', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71AEBA2A-C31E-4144-9CB4-46CC65306656', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61005', N'1', N'0', N'2022-07-09 18:43:31.810', N'2022-07-09 18:43:31.810', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A392686-425D-465C-A642-5C2F029F2393', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16024008', N'1', N'0', N'2022-07-09 18:41:27.573', N'2022-07-09 18:41:27.573', N'14', N'3998', N'0', N'2009', N'5', N'2012', N'4', N'0', N'0', N'2038', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3998', N'808') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC468723-C26A-4D95-85D2-C20B450673E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63012', N'4', N'0', N'2022-07-09 18:44:26.040', N'2022-07-09 18:44:26.040', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C4628F0-C6C7-463A-90AB-A43F82E8D715', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'66041', N'3', N'0', N'2022-07-09 18:45:13.330', N'2022-07-09 18:45:13.330', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27A86F41-8774-41BC-BED7-23ED905318C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61004', N'50', N'0', N'2022-07-09 18:45:18.763', N'2022-07-09 18:45:18.763', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F619B2C2-7A39-429E-9973-CFD9FA1BBD91', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131014', N'1', N'0', N'2022-07-09 18:46:17.610', N'2022-07-09 18:46:17.610', N'39', N'6631', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6631', N'2844') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48BA705D-B5A8-43E7-9616-4F8D327F7601', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50994', N'1', N'0', N'2022-07-09 18:46:18.927', N'2022-07-09 18:46:18.927', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF6DE63D-7A96-4E1E-B712-0E3ED29161B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50994', N'1', N'0', N'2022-07-09 18:46:19.370', N'2022-07-09 18:46:19.370', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53E3B892-1A91-4D9F-AA07-6AD663FCECB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'300', N'0', N'2022-07-09 18:46:20.240', N'2022-07-09 18:46:20.240', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B823C98-F2E8-45ED-85F6-9C0B8F702508', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 18:46:20.587', N'2022-07-09 18:46:20.587', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'512CA4DB-7541-404A-B97D-A07DD5D35475', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'39', N'0', N'2022-07-09 18:46:20.893', N'2022-07-09 18:46:20.893', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'442E72CD-3B92-439A-82E4-B917093198FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20011013', N'1', N'0', N'2022-07-09 18:46:21.247', N'2022-07-09 18:46:21.247', N'39', N'4936', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4936', N'958') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B90A85F-12BD-4FE4-B228-44B3813FE57D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'4', N'0', N'2022-07-09 18:46:23.117', N'2022-07-09 18:46:23.117', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'202FAA3B-8A8D-4F0A-A9CB-3A2BFDEB2AAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14042014', N'1', N'0', N'2022-07-09 18:46:29.033', N'2022-07-09 18:46:29.033', N'39', N'4720', N'0', N'2003', N'80', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'4720', N'1844') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49479297-084A-4994-9941-138EBD3DCD99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14012014', N'1', N'0', N'2022-07-09 18:46:29.343', N'2022-07-09 18:46:29.343', N'39', N'4848', N'0', N'2002', N'263', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4848', N'1549') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27DEC90B-F453-4C55-91CE-4E079BFC33C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16011014', N'1', N'0', N'2022-07-09 18:46:29.693', N'2022-07-09 18:46:29.693', N'39', N'3518', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3518', N'842') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C23A55F-C15E-475F-B169-FBB16CC67127', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50994', N'1', N'0', N'2022-07-09 18:46:30.193', N'2022-07-09 18:46:30.193', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C18D272-BFD5-4CE4-8D26-A66282096441', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'14', N'0', N'2022-07-09 18:47:13.443', N'2022-07-09 18:47:13.443', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D58395D7-63CE-445B-9913-7A0686E244D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'106', N'0', N'2022-07-09 18:47:18.230', N'2022-07-09 18:47:18.230', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F2EA145-0F2F-49BF-B97E-DF030F09BEF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50993', N'1', N'0', N'2022-07-09 18:49:46.177', N'2022-07-09 18:49:46.177', N'26', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D6676C4-0B6C-46F6-950E-DD95E42286BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-09 22:35:21.327', N'2022-07-09 22:35:21.327', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7C88A7E-1B10-4FBC-A8AD-E0D4BB1ED083', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'211014006', N'1', N'0', N'2022-07-06 18:59:08.957', N'2022-07-06 18:59:08.957', N'25', N'7232', N'3', N'1003', N'486', N'1010', N'212', N'0', N'0', N'1075', N'5', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'4', N'0', N'4', N'4', N'15', N'12', N'7232', N'2197') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90A138FA-5718-452F-AA0D-48237ECADB4B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'63', N'0', N'2022-07-09 18:49:47.150', N'2022-07-09 18:49:47.150', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C860B0DA-D8EA-4B03-9E4C-5386B16BD9C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41489', N'1', N'-1', N'2022-07-09 18:51:59.510', N'2022-07-09 18:51:59.510', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF2238E9-349F-47D8-A180-8703749800CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41277', N'1', N'-1', N'2022-07-09 18:52:48.197', N'2022-07-09 18:52:48.197', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49CAAE10-D95A-45A8-8BFE-A184711D9D43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20041013', N'1', N'0', N'2022-07-09 18:57:59.297', N'2022-07-09 18:57:59.297', N'9', N'3620', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3620', N'602') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED4F04F3-1E50-427A-AEFD-8D750767F838', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11112013', N'1', N'0', N'2022-07-09 18:58:05.057', N'2022-07-09 18:58:05.057', N'9', N'7508', N'0', N'2001', N'361', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'7508', N'2477') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18AD17AF-4C1A-4478-B421-1D4AEAC41404', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022013', N'1', N'0', N'2022-07-09 18:58:05.070', N'2022-07-09 18:58:05.070', N'9', N'5503', N'0', N'2032', N'9', N'0', N'0', N'0', N'0', N'2066', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5503', N'1877') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'433D685A-B64A-49CF-BF42-75F187687FE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20022012', N'1', N'0', N'2022-07-09 18:58:15.250', N'2022-07-09 18:58:15.250', N'9', N'3544', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3544', N'1408') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA546BC7-832E-410B-9363-AD5F53925133', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20032012', N'1', N'0', N'2022-07-09 18:58:15.417', N'2022-07-09 18:58:15.417', N'9', N'3544', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3544', N'1408') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'663FB262-2023-4ACB-B700-8DEAD7622530', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 18:58:15.850', N'2022-07-09 18:58:15.850', N'9', N'0', N'0', N'2032', N'1', N'0', N'0', N'0', N'0', N'11008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EB6A40A-2EF1-46FC-BFFC-79276E1A9985', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032012', N'1', N'0', N'2022-07-09 18:58:16.680', N'2022-07-09 18:58:16.680', N'9', N'3397', N'0', N'2004', N'43', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3397', N'1239') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'764A27A9-5113-4D2B-87E9-7314FDF1DCCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20042012', N'1', N'0', N'2022-07-09 18:58:17.077', N'2022-07-09 18:58:17.077', N'9', N'3503', N'0', N'2012', N'6', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3503', N'1345') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D93EE4E-9C1E-4DE9-BE97-AC6D75855AAD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 18:58:30.517', N'2022-07-09 18:58:30.517', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8634A1F7-502B-4B9A-8DBB-BD74D3AE179E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50994', N'1', N'0', N'2022-07-09 18:58:31.117', N'2022-07-09 18:58:31.117', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF830671-8423-43E2-AC9C-3E8861EE2794', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 18:58:32.950', N'2022-07-09 18:58:32.950', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB691604-EA1E-4031-96CD-23B6CD3BCE5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50994', N'1', N'0', N'2022-07-09 18:58:50.753', N'2022-07-09 18:58:50.753', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A0627F4-63F3-48D8-9B7B-9E06CAC9A4A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11111014', N'1', N'0', N'2022-07-09 18:58:51.820', N'2022-07-09 18:58:51.820', N'9', N'6053', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6053', N'2104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'094D5F61-E605-42B6-8602-207CE0BF26FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60074', N'1', N'0', N'2022-07-09 18:58:56.730', N'2022-07-09 18:58:56.730', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'502CD145-B367-46F6-9405-0D1946CA463B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 18:59:02.440', N'2022-07-09 18:59:02.440', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0894EF1F-A652-4DC4-878D-B205191C9C89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50994', N'1', N'0', N'2022-07-09 18:59:28.697', N'2022-07-09 18:59:28.697', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'142644F1-581A-4FB1-88F2-6915E8E5FFC3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15011013', N'1', N'0', N'2022-07-09 18:59:57.577', N'2022-07-09 18:59:57.577', N'9', N'3944', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'8', N'3944', N'862') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67CDFD47-4141-4D7B-B072-163F1F78EFED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50994', N'1', N'0', N'2022-07-09 19:00:01.193', N'2022-07-09 19:00:01.193', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CD76C7F-32C5-4603-8BEB-AACB2C818408', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062011', N'1', N'0', N'2022-07-09 19:00:22.723', N'2022-07-09 19:00:22.723', N'9', N'9303', N'0', N'2002', N'414', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'76', N'71', N'9303', N'2204') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E35BA78F-6FC3-4DAC-864E-C9491A5466AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12021015', N'1', N'0', N'2022-07-09 19:00:23.147', N'2022-07-09 19:00:23.147', N'9', N'5155', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5155', N'1915') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E3F6BAC-734B-4CB0-8A61-3D0BE83213D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60091', N'1', N'0', N'2022-07-09 19:00:41.187', N'2022-07-09 19:00:41.187', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B5C6780-587B-4EA7-B69E-29BC4F601CD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061011', N'1', N'0', N'2022-07-09 19:00:57.870', N'2022-07-09 19:00:57.870', N'9', N'7955', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7955', N'2271') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF04E401-3B62-439F-B7A9-22A562916A83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50994', N'1', N'0', N'2022-07-09 19:00:58.283', N'2022-07-09 19:00:58.283', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1B118F1-674F-4F45-84AD-5CDE3374C437', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022013', N'1', N'0', N'2022-07-09 19:00:58.893', N'2022-07-09 19:00:58.893', N'9', N'4808', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4808', N'692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C08FCFFB-95F0-425E-A2E6-D6BBC8B06E4F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50994', N'1', N'0', N'2022-07-09 19:01:07.887', N'2022-07-09 19:01:07.887', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A778AED-82F2-423A-8D93-4AA98327FDAD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11071014', N'1', N'0', N'2022-07-09 19:01:08.483', N'2022-07-09 19:01:08.483', N'9', N'7851', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7851', N'2223') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E33E0733-3F95-4186-A13B-8A6147E69AE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50994', N'1', N'0', N'2022-07-09 19:01:27.610', N'2022-07-09 19:01:27.610', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83A6A90F-7FD8-43B3-8BB0-92E14595D944', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11051014', N'1', N'0', N'2022-07-09 19:01:35.493', N'2022-07-09 19:01:35.493', N'9', N'7668', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7668', N'2377') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5198F2E8-94CB-4A77-A5BA-435B5006DF52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022014', N'1', N'0', N'2022-07-09 19:02:02.620', N'2022-07-09 19:02:02.620', N'9', N'5232', N'0', N'2003', N'84', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'5232', N'1661') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B839C810-D310-48DA-A897-538D9E777956', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50994', N'1', N'0', N'2022-07-09 19:02:03.213', N'2022-07-09 19:02:03.213', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65F901A8-77F3-4462-83D5-5755B29245FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12031015', N'1', N'0', N'2022-07-09 19:02:03.420', N'2022-07-09 19:02:03.420', N'9', N'5338', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'5338', N'1767') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A85DF073-7835-40D4-A009-6EFF49B86DAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50994', N'1', N'0', N'2022-07-09 19:05:37.807', N'2022-07-09 19:05:37.807', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'524D64E4-DBDB-41ED-AAF1-B2A05F6C2415', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50994', N'1', N'0', N'2022-07-09 19:05:38.350', N'2022-07-09 19:05:38.350', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F558E293-7CE9-4EDA-BF4E-416C3753D526', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50994', N'1', N'0', N'2022-07-09 19:05:39.367', N'2022-07-09 19:05:39.367', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC040829-23E7-43E3-B6A7-D195653A69EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50994', N'1', N'0', N'2022-07-09 19:05:40.583', N'2022-07-09 19:05:40.583', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C5A9249-52A9-4D92-B372-B05F83E3D8CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50994', N'1', N'0', N'2022-07-09 19:05:41.600', N'2022-07-09 19:05:41.600', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02595EB1-029B-45DF-940D-C3ED7AB60C04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 19:05:55.910', N'2022-07-09 19:05:55.910', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'41', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A55AA0D9-BE68-4536-81B2-1BD594B5CC97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12044008', N'1', N'0', N'2022-07-09 19:08:34.853', N'2022-07-09 19:08:34.853', N'23', N'4644', N'0', N'2010', N'7', N'1001', N'222', N'0', N'0', N'2040', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'3', N'3', N'9', N'9', N'4644', N'1891') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60D30DA4-1452-4F82-BC0E-1342E200DFE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-09 19:09:16.543', N'2022-07-09 19:09:16.543', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'117A0A50-C2F4-452C-9AD6-59A4752AE249', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'4', N'0', N'2022-07-09 19:10:03.670', N'2022-07-09 19:10:03.670', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3C309A8-7BD8-45F3-86B7-EC964DCB97E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'43', N'0', N'2022-07-09 19:10:03.957', N'2022-07-09 19:10:03.957', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A31EC5A-329B-487F-8430-B732F4FD131A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'22', N'0', N'2022-07-09 19:10:18.927', N'2022-07-09 19:10:18.927', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2F3899D-207E-49C2-BA24-733938E42E24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 19:12:46.857', N'2022-07-09 19:12:46.857', N'39', N'0', N'0', N'2009', N'1', N'0', N'0', N'0', N'0', N'11003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'065C3F29-12BF-4061-9529-B27147A0CC89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131014', N'1', N'0', N'2022-07-09 19:12:47.833', N'2022-07-09 19:12:47.833', N'39', N'7465', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7465', N'2789') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB29BB7F-2849-4185-8CBB-3DEFDA244F11', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11011014', N'1', N'0', N'2022-07-09 19:12:48.920', N'2022-07-09 19:12:48.920', N'39', N'6280', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'6280', N'2728') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6DB3353-5334-4710-9D5D-CC60A445AC5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012014', N'1', N'0', N'2022-07-09 19:12:49.157', N'2022-07-09 19:12:49.157', N'39', N'6791', N'0', N'2001', N'414', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'42', N'48', N'6791', N'2157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0171A95-74FC-4C10-B9CB-7F113570AD30', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'10', N'0', N'2022-07-09 19:12:50.780', N'2022-07-09 19:12:50.780', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F100045F-FE12-41DB-B77F-8DFF851FD3F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052013', N'1', N'0', N'2022-07-09 19:12:50.797', N'2022-07-09 19:12:50.797', N'39', N'6933', N'0', N'2002', N'262', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6933', N'2051') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F6D6264-6A6A-4BB7-91E6-A12699E4DF8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12031015', N'1', N'0', N'2022-07-09 19:12:51.037', N'2022-07-09 19:12:51.037', N'39', N'4892', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4892', N'2034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E958408-962A-4F61-8FA1-7E51CA4C3475', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032014', N'1', N'0', N'2022-07-09 19:12:51.353', N'2022-07-09 19:12:51.353', N'39', N'6791', N'0', N'2001', N'414', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'42', N'48', N'6791', N'2157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA19C7EE-2C0D-417A-8358-1418CF6FFAE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14012014', N'1', N'0', N'2022-07-09 19:12:51.723', N'2022-07-09 19:12:51.723', N'39', N'5302', N'0', N'2011', N'10', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'5302', N'1545') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9961C76-6C71-4A1A-9A5B-52215D86AB5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20022013', N'1', N'0', N'2022-07-09 19:12:52.557', N'2022-07-09 19:12:52.557', N'39', N'3954', N'0', N'2009', N'7', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3954', N'1336') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBF989F6-B3BC-4BB5-883D-6C158DA7BAFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20032013', N'1', N'0', N'2022-07-09 19:12:52.800', N'2022-07-09 19:12:52.800', N'39', N'4890', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4890', N'1061') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50CF8435-F779-4F58-B26D-E557E48096F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13041014', N'1', N'0', N'2022-07-09 19:12:53.290', N'2022-07-09 19:12:53.290', N'39', N'4464', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4464', N'1389') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'440DA3D2-9F81-4B50-A983-8DC260281BE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042010', N'1', N'0', N'2022-07-09 19:12:53.933', N'2022-07-09 19:12:53.933', N'39', N'7425', N'0', N'1010', N'214', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7425', N'2201') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A50604BA-95A9-4BB3-ABEA-F21232166595', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60089', N'1', N'0', N'2022-07-09 19:12:54.507', N'2022-07-09 19:12:54.507', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'780891AD-191E-4A78-A224-4F02B103087A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12031015', N'1', N'0', N'2022-07-09 19:12:54.667', N'2022-07-09 19:12:54.667', N'39', N'4995', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4995', N'1996') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AC1689B-C019-40CD-BD54-7AC31114A8B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12031015', N'1', N'0', N'2022-07-09 19:12:55.083', N'2022-07-09 19:12:55.083', N'39', N'5010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'5010', N'1943') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C0DFF20-F37A-4E7B-AE9F-415A118AB479', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11112014', N'1', N'0', N'2022-07-09 19:12:55.570', N'2022-07-09 19:12:55.570', N'39', N'6955', N'0', N'1010', N'205', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'49', N'41', N'6955', N'2736') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21B6C909-7239-411B-B2DE-211626166C4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20022012', N'1', N'0', N'2022-07-09 19:12:55.887', N'2022-07-09 19:12:55.887', N'39', N'3841', N'0', N'2032', N'6', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3841', N'903') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12E6BD8D-B4EE-48C0-8C33-776415AFCB92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'6', N'0', N'2022-07-09 19:13:49.957', N'2022-07-09 19:13:49.957', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2195D81E-612E-4946-99DC-F58CE167B52B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 19:23:40.670', N'2022-07-09 19:23:40.670', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89D1A6ED-28E4-44E3-B439-DA3ABCA307D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 19:23:41.033', N'2022-07-09 19:23:41.033', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40CFADB0-605A-4AB8-A283-6C8CB3D4B617', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 19:23:41.523', N'2022-07-09 19:23:41.523', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB92C3CD-8167-45D1-911B-6CE411386029', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042011', N'1', N'0', N'2022-07-09 19:23:42.053', N'2022-07-09 19:23:42.053', N'39', N'4392', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4392', N'1163') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97F4A244-5D40-4998-A9C4-30B158E9ED6C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-09 19:23:42.770', N'2022-07-09 19:23:42.770', N'39', N'3628', N'0', N'2001', N'79', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3628', N'1058') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4585D46B-5811-49EC-B1E7-26BBEB68DF01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041012', N'1', N'0', N'2022-07-09 19:23:43.483', N'2022-07-09 19:23:43.483', N'39', N'3137', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3137', N'651') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5503394C-C4E8-463F-90D2-4D41964BC048', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042014', N'1', N'0', N'2022-07-09 19:28:16.640', N'2022-07-09 19:28:16.640', N'9', N'5492', N'0', N'2001', N'245', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'5492', N'1514') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A1F1760-510B-4DF6-BCF9-DB78965B96CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16021014', N'1', N'0', N'2022-07-09 19:28:17.327', N'2022-07-09 19:28:17.327', N'9', N'3592', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3592', N'1425') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E3C0F9E-946D-4C9C-9AC0-9B3F07728869', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60077', N'1', N'0', N'2022-07-09 19:28:17.480', N'2022-07-09 19:28:17.480', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51CF0C17-DE1F-4228-89AD-DEBCB81EB77E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062011', N'1', N'0', N'2022-07-09 19:28:23.987', N'2022-07-09 19:28:23.987', N'9', N'7481', N'0', N'2002', N'338', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'47', N'42', N'7481', N'2712') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'065885FC-F324-4A28-9543-44E5BA333D3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50994', N'1', N'0', N'2022-07-09 19:28:30.100', N'2022-07-09 19:28:30.100', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0AFB4F12-CB6B-46D1-BA26-018DF65FE1B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12021015', N'1', N'0', N'2022-07-09 19:28:35.597', N'2022-07-09 19:28:35.597', N'9', N'4478', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'4478', N'1757') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88070F6D-5299-441B-B2FC-CF38180F90C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60074', N'1', N'0', N'2022-07-09 19:28:41.100', N'2022-07-09 19:28:41.100', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26A3B4EC-44B6-4A72-AF07-0DDFC59D20FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012013', N'1', N'0', N'2022-07-09 19:29:11.517', N'2022-07-09 19:29:11.517', N'9', N'3971', N'0', N'2032', N'7', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3971', N'1135') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEC4D08C-F331-43AD-96ED-6B2630082C5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 19:29:11.927', N'2022-07-09 19:29:11.927', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E93C8FE-A54C-4D7C-8EC8-BFD631C30D09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012013', N'1', N'0', N'2022-07-09 19:29:13.157', N'2022-07-09 19:29:13.157', N'9', N'4194', N'0', N'2011', N'6', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4194', N'863') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'461EE972-B784-4258-8A3B-78CC6925A800', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50994', N'1', N'0', N'2022-07-09 19:29:25.423', N'2022-07-09 19:29:25.423', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14F50933-7515-4942-A40F-3FEE7DB33645', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50994', N'1', N'0', N'2022-07-09 19:29:35.897', N'2022-07-09 19:29:35.897', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA6AD9FD-767F-4627-94B4-DF51519F64C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012013', N'1', N'0', N'2022-07-09 19:29:42.790', N'2022-07-09 19:29:42.790', N'9', N'4722', N'0', N'2011', N'5', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4722', N'956') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75AE0D0B-D4CF-45D2-9764-F46F34DEFD97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022013', N'1', N'0', N'2022-07-09 19:29:43.200', N'2022-07-09 19:29:43.200', N'9', N'3819', N'0', N'2004', N'56', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3819', N'1481') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D82DBF5-EAA6-4A4B-8364-97F9FAEF6756', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 19:29:43.587', N'2022-07-09 19:29:43.587', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92FA91C7-D77F-447D-9B13-1C4B1FD163FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042013', N'1', N'0', N'2022-07-09 19:29:44.197', N'2022-07-09 19:29:44.197', N'9', N'3675', N'0', N'2003', N'49', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3675', N'1181') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'576AF42E-F980-46B0-8F8F-3061DE5B1B34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072014', N'1', N'0', N'2022-07-09 19:31:10.177', N'2022-07-09 19:31:10.177', N'9', N'8910', N'0', N'1010', N'188', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'42', N'45', N'8910', N'2035') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B70D37ED-0E21-4171-835F-57E8ECE87DE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032013', N'1', N'0', N'2022-07-09 19:31:10.600', N'2022-07-09 19:31:10.600', N'9', N'5401', N'0', N'2003', N'65', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'5401', N'1435') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'137DD514-1DFA-400F-95BB-5C4B98574172', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042013', N'1', N'0', N'2022-07-09 19:31:11.203', N'2022-07-09 19:31:11.203', N'9', N'4008', N'0', N'2003', N'54', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'4008', N'1737') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD33D754-2607-4C2E-903F-E5DBDCFA5D3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012012', N'1', N'0', N'2022-07-09 19:31:11.997', N'2022-07-09 19:31:11.997', N'9', N'3008', N'0', N'2003', N'39', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3008', N'937') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8682BD09-40AD-4F71-8863-572305CAB525', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022010', N'1', N'0', N'2022-07-09 19:31:12.403', N'2022-07-09 19:31:12.403', N'9', N'7864', N'0', N'2002', N'318', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7864', N'2849') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8C86B3C8-35ED-4C04-AD13-73E2AAB431C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072013', N'1', N'0', N'2022-07-09 19:31:12.810', N'2022-07-09 19:31:12.810', N'9', N'7864', N'0', N'2002', N'318', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7864', N'2849') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A05E905-DDB8-4A2A-9E69-B6239C784F8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14012014', N'1', N'0', N'2022-07-09 19:31:12.990', N'2022-07-09 19:31:12.990', N'9', N'4849', N'0', N'2035', N'8', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'4849', N'2249') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1F98986-E92D-47B3-86E8-98C2E4167CD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41275', N'2', N'0', N'2022-07-09 19:31:13.423', N'2022-07-09 19:31:13.423', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5FF85C0-0E04-4747-8DAB-A50B4DDA3815', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41276', N'2', N'0', N'2022-07-09 19:31:14.430', N'2022-07-09 19:31:14.430', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48905002-1FFD-4B84-B68A-C32D3B97A17E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13014008', N'1', N'0', N'2022-07-09 19:31:35.813', N'2022-07-09 19:31:35.813', N'23', N'3763', N'0', N'2001', N'202', N'1002', N'234', N'0', N'0', N'1014', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3763', N'967') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBEF143D-C5C2-4347-A738-C876D3E4CE29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061011', N'1', N'0', N'2022-07-09 19:32:02.527', N'2022-07-09 19:32:02.527', N'39', N'6072', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6072', N'2245') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D21E0A1-DAF1-445A-8363-04794FE5CE48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052014', N'1', N'0', N'2022-07-09 19:32:02.960', N'2022-07-09 19:32:02.960', N'39', N'8644', N'0', N'2001', N'343', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'47', N'47', N'8644', N'2713') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24BA951B-D26C-4113-9025-3DA68A13909C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082011', N'1', N'0', N'2022-07-09 19:32:04.270', N'2022-07-09 19:32:04.270', N'39', N'8277', N'0', N'2001', N'464', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'46', N'44', N'8277', N'2114') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28E155C6-A822-4D24-B133-92BB5CEE6C10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032012', N'1', N'0', N'2022-07-09 19:32:48.130', N'2022-07-09 19:32:48.130', N'39', N'3770', N'0', N'2004', N'56', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3770', N'714') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE12443F-031C-436B-A70C-48E6A0FA8F22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042013', N'1', N'0', N'2022-07-09 19:32:48.460', N'2022-07-09 19:32:48.460', N'39', N'3906', N'0', N'2011', N'6', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3906', N'1169') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F0D116E-668E-4A57-BDB0-A58FD1906B24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012013', N'1', N'0', N'2022-07-09 19:32:48.887', N'2022-07-09 19:32:48.887', N'39', N'5011', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'8', N'6', N'5011', N'877') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'967E2524-DF45-457D-A228-3AD42A8FD550', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011014', N'1', N'0', N'2022-07-09 19:32:49.367', N'2022-07-09 19:32:49.367', N'39', N'3339', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3339', N'927') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B6C4681-C70A-4665-A95C-9A042A60D5FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031014', N'1', N'0', N'2022-07-09 19:32:50.550', N'2022-07-09 19:32:50.550', N'39', N'8297', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'8297', N'2198') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80DE6131-F4FE-49C0-97A4-8E77C71517D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 19:32:58.067', N'2022-07-09 19:32:58.067', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D0E59895-66D8-4CCE-B027-EE6EB025F7AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11151014', N'1', N'0', N'2022-07-09 19:33:00.077', N'2022-07-09 19:33:00.077', N'39', N'6157', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'6157', N'2508') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E02F7C9-5E89-4B99-A9B9-2534C75B37F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50994', N'1', N'0', N'2022-07-09 19:36:19.530', N'2022-07-09 19:36:19.530', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E557269F-4986-4BCE-A2E1-2E9888658062', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 19:36:34.120', N'2022-07-09 19:36:34.120', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22F2A2E6-F49A-483F-A4AD-57C2C6B3FCFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 19:36:44.080', N'2022-07-09 19:36:44.080', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA7B9D98-9614-4CFB-B9CA-2845B944BC3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12011015', N'1', N'0', N'2022-07-09 19:36:52.820', N'2022-07-09 19:36:52.820', N'9', N'4840', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4840', N'1520') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28FE31DC-8F0D-4A52-8563-87A9D33EFD16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11151014', N'1', N'0', N'2022-07-09 19:36:55.070', N'2022-07-09 19:36:55.070', N'9', N'7666', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7666', N'2147') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5236106A-26A0-440B-A388-28803FAE3FE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062010', N'1', N'0', N'2022-07-09 19:36:59.110', N'2022-07-09 19:36:59.110', N'9', N'6825', N'0', N'2001', N'338', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6825', N'2720') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F23B92F-A55E-4746-A559-BC4D01E0CF27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 19:37:03.580', N'2022-07-09 19:37:03.580', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E36EB0D6-F8A6-42DC-9AB6-F372A7326504', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20032012', N'1', N'0', N'2022-07-09 19:37:16.153', N'2022-07-09 19:37:16.153', N'9', N'4098', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4098', N'1226') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'683904FD-8393-4AFC-8A13-908B1FF932C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60091', N'1', N'0', N'2022-07-09 19:37:47.050', N'2022-07-09 19:37:47.050', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C51E0A58-C828-42EF-B2BE-AA19BF3E7347', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20022012', N'1', N'0', N'2022-07-09 19:37:48.243', N'2022-07-09 19:37:48.243', N'9', N'3685', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3685', N'767') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C72C35D2-DBD9-43D4-A0CA-AA004CEB1D84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032012', N'1', N'0', N'2022-07-09 19:37:49.270', N'2022-07-09 19:37:49.270', N'9', N'3791', N'0', N'2011', N'7', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3791', N'873') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2531637-BCF2-4431-954C-405ABB7AD606', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 19:37:50.280', N'2022-07-09 19:37:50.280', N'9', N'0', N'0', N'2009', N'1', N'0', N'0', N'0', N'0', N'11003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7274428-925A-41C2-AB70-B105B23B2534', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 19:38:06.967', N'2022-07-09 19:38:06.967', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'997C41B8-339A-4731-8146-8C59724EF8EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60077', N'1', N'0', N'2022-07-09 19:38:24.997', N'2022-07-09 19:38:24.997', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47F9455C-11FD-4BFA-86E2-1EB32856B198', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50994', N'1', N'0', N'2022-07-09 19:39:42.817', N'2022-07-09 19:39:42.817', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1703ED8B-986F-496E-A2B1-5EC299A8B084', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14042014', N'1', N'0', N'2022-07-09 19:39:52.853', N'2022-07-09 19:39:52.853', N'9', N'4122', N'0', N'2012', N'10', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4122', N'1535') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D4E521F-5CD9-4826-8E56-14CD05D73031', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14032013', N'1', N'0', N'2022-07-09 19:39:53.260', N'2022-07-09 19:39:53.260', N'9', N'4979', N'0', N'2004', N'60', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4979', N'2034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8708B95B-026F-4B59-8265-B197A2949FF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50994', N'1', N'0', N'2022-07-09 19:40:04.187', N'2022-07-09 19:40:04.187', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C319D95C-EFA0-4A22-932B-1546D09EBD65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 19:40:05.203', N'2022-07-09 19:40:05.203', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF219782-9E78-444F-B297-D9D22030F4E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 19:41:09.040', N'2022-07-09 19:41:09.040', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'26', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0941C721-B7E9-4251-8D85-5439742343C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20024008', N'1', N'0', N'2022-07-09 19:43:20.990', N'2022-07-09 19:43:20.990', N'23', N'3582', N'0', N'2009', N'6', N'2031', N'7', N'0', N'0', N'2065', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3582', N'803') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBE8A4B8-88A9-48B8-AB2F-D4E8DFE0DB93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41274', N'1', N'0', N'2022-07-09 19:43:52.247', N'2022-07-09 19:43:52.247', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B5D6C42-E89C-49A0-88F8-30DACBDB3261', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63012', N'4', N'0', N'2022-07-09 19:45:09.300', N'2022-07-09 19:45:09.300', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70F7F52D-AD36-4B52-A64A-AC65D60F4C9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63011', N'12', N'0', N'2022-07-09 19:45:09.587', N'2022-07-09 19:45:09.587', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC8722A2-F061-4C3C-B1D0-4D82774B1724', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61005', N'1', N'0', N'2022-07-09 19:45:53.890', N'2022-07-09 19:45:53.890', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA8D38B8-0E53-4E08-BC75-4C79B1AE68C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'6', N'0', N'2022-07-09 19:46:18.457', N'2022-07-09 19:46:18.457', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDC316CD-0B03-47A3-A9F2-9B379CB6024B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62014', N'1', N'0', N'2022-07-09 19:46:28.037', N'2022-07-09 19:46:28.037', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EC854A5-7B2E-4409-8E0B-04F59EFF36F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'3', N'0', N'2022-07-09 19:46:28.387', N'2022-07-09 19:46:28.387', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A922DD8D-5BC1-46B5-9D05-903ED42CA01E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41491', N'1', N'-1', N'2022-07-09 19:47:33.793', N'2022-07-09 19:47:33.793', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01A95FA1-DF70-431E-B4E7-29C7F9015050', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50993', N'1', N'0', N'2022-07-09 19:50:26.200', N'2022-07-09 19:50:26.200', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FE669BF-1439-4E81-921C-3EBED4384DFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50994', N'1', N'0', N'2022-07-09 19:53:00.390', N'2022-07-09 19:53:00.390', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2DDCE7D-BE4D-4A48-891C-AD1A571804A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50994', N'1', N'0', N'2022-07-09 19:53:03.567', N'2022-07-09 19:53:03.567', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D8135EC2-E847-4486-88F8-477FD984878C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60076', N'1', N'0', N'2022-07-09 19:53:03.980', N'2022-07-09 19:53:03.980', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EB703AD-0EE6-44BB-810A-84635AA78B39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50994', N'1', N'0', N'2022-07-09 19:53:04.373', N'2022-07-09 19:53:04.373', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C612BC7-93C6-40B2-9CDC-65D6E0168585', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011013', N'1', N'0', N'2022-07-09 19:53:27.930', N'2022-07-09 19:53:27.930', N'9', N'4432', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4432', N'1112') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69D7AC40-51AB-4BA7-8599-02845F924D86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11031014', N'1', N'0', N'2022-07-09 19:53:44.623', N'2022-07-09 19:53:44.623', N'9', N'8212', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'8212', N'2758') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'606E5A7C-E954-41C9-B31C-7EA5E3BFBDC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021013', N'1', N'0', N'2022-07-09 19:53:50.923', N'2022-07-09 19:53:50.923', N'9', N'3830', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3830', N'1122') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'116042B7-5723-409E-8154-A30998878BBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011013', N'1', N'0', N'2022-07-09 19:54:06.863', N'2022-07-09 19:54:06.863', N'9', N'3002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3002', N'728') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC419738-1C2A-406D-B36F-073C135B7F43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092014', N'1', N'0', N'2022-07-09 19:54:07.273', N'2022-07-09 19:54:07.273', N'9', N'8109', N'0', N'1010', N'163', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'41', N'46', N'8109', N'2362') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4315693-7DEE-42A5-BB64-35B8AE3B263C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022010', N'1', N'0', N'2022-07-09 19:54:07.887', N'2022-07-09 19:54:07.887', N'9', N'8109', N'0', N'1010', N'160', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'8109', N'2362') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25EDB89A-5458-45E1-A638-4DA9EC178DB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 19:54:42.077', N'2022-07-09 19:54:42.077', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88D368FC-4A05-4157-88A5-F8D3035DAED1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131014', N'1', N'0', N'2022-07-09 19:54:54.037', N'2022-07-09 19:54:54.037', N'9', N'7657', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7657', N'2777') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'781CE596-8EA5-49B0-82D2-E0A358CB35C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 19:55:13.903', N'2022-07-09 19:55:13.903', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF4A9C69-0336-46FA-9CCD-0B5802AD039A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011013', N'1', N'0', N'2022-07-09 19:55:23.040', N'2022-07-09 19:55:23.040', N'9', N'4433', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4433', N'856') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B795820-61FF-4C85-B519-18CA4940AF39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50994', N'1', N'0', N'2022-07-09 19:55:23.817', N'2022-07-09 19:55:23.817', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F349D2F-11A8-4144-B4FD-F8A376DD1A18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50994', N'1', N'0', N'2022-07-09 19:55:24.420', N'2022-07-09 19:55:24.420', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A7AAA5D-B108-43DF-8FBD-E2398601DF41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021013', N'1', N'0', N'2022-07-09 19:55:46.800', N'2022-07-09 19:55:46.800', N'9', N'3187', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3187', N'1172') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8071994-27C6-42AF-82EA-006AD66C6B63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41277', N'1', N'-1', N'2022-07-09 19:56:27.653', N'2022-07-09 19:56:27.653', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2FF4382-236E-4CC3-A8F4-D1B2C69095AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41490', N'1', N'0', N'2022-07-09 19:56:39.480', N'2022-07-09 19:56:39.480', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47D3A3D8-F8FD-4D70-A0CA-5FEA7F265344', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032014', N'1', N'0', N'2022-07-09 19:57:20.920', N'2022-07-09 19:57:20.920', N'9', N'4243', N'0', N'2012', N'7', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'4243', N'1737') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6EB2960-9173-46F5-9B1B-8D6AA37FB253', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 19:57:21.390', N'2022-07-09 19:57:21.390', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6EFC3AB-EAFE-4BA7-8076-230F9EB9A2AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11021011', N'1', N'0', N'2022-07-09 19:57:46.583', N'2022-07-09 19:57:46.583', N'9', N'10970', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'12', N'15', N'10970', N'2162') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F74C8F23-BC0C-4EAE-93D9-EB5E2E8251EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50994', N'1', N'0', N'2022-07-09 19:57:47.617', N'2022-07-09 19:57:47.617', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7AB78217-AAFA-44C1-819F-2AAD6939F4FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021014', N'1', N'0', N'2022-07-09 19:58:17.273', N'2022-07-09 19:58:17.273', N'9', N'4192', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4192', N'1096') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA9FC0FD-D45B-4364-A1D2-41B90835FD8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022012', N'1', N'0', N'2022-07-09 19:58:39.697', N'2022-07-09 19:58:39.697', N'9', N'4135', N'0', N'2031', N'6', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4135', N'1288') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6498752F-3F7B-4FC4-A6AC-EF175972D377', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021013', N'1', N'0', N'2022-07-09 19:58:39.773', N'2022-07-09 19:58:39.773', N'9', N'3988', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3988', N'1395') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A79428D-B612-4246-A68F-DD9B21F3D9FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50994', N'1', N'0', N'2022-07-09 19:58:40.660', N'2022-07-09 19:58:40.660', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'597145B7-79D1-4C9E-9C04-47155ED7F1EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082010', N'1', N'0', N'2022-07-09 19:58:41.467', N'2022-07-09 19:58:41.467', N'9', N'7451', N'0', N'1010', N'171', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7451', N'2206') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CFA099A-401A-450D-9088-18FDD7A8C084', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 19:58:41.867', N'2022-07-09 19:58:41.867', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40115333-9DF9-4261-85E0-112A964ABD57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11021011', N'1', N'0', N'2022-07-09 19:59:06.537', N'2022-07-09 19:59:06.537', N'39', N'7439', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7439', N'2625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1065BE6-A509-448B-9FC5-835794DC172E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092013', N'1', N'0', N'2022-07-09 19:59:06.923', N'2022-07-09 19:59:06.923', N'39', N'6662', N'0', N'2002', N'388', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'6662', N'2036') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'076FC14F-64A3-472D-B1D4-87DCF092EE5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042011', N'1', N'0', N'2022-07-09 19:59:07.333', N'2022-07-09 19:59:07.333', N'39', N'6745', N'0', N'2002', N'384', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'49', N'40', N'6745', N'2714') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9BBA433-A688-4A22-8CDB-4B1F678F9932', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052014', N'1', N'0', N'2022-07-09 19:59:08.330', N'2022-07-09 19:59:08.330', N'39', N'9847', N'0', N'2002', N'409', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'72', N'72', N'9847', N'2218') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB9ED7BB-59B0-4BDA-AF3D-B9EF3989AC18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60090', N'1', N'0', N'2022-07-09 19:59:28.880', N'2022-07-09 19:59:28.880', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E588EE7F-277B-4690-AA6C-2F173CBDD396', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60076', N'1', N'0', N'2022-07-09 19:59:29.510', N'2022-07-09 19:59:29.510', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DC59DF1-5C46-4457-A9DB-14853E9162AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'15', N'0', N'2022-07-09 19:59:30.710', N'2022-07-09 19:59:30.710', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0AAE0F70-BD54-42CB-9E7C-B1A9B9859D13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66041', N'1', N'0', N'2022-07-09 19:59:49.283', N'2022-07-09 19:59:49.283', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB1C40F3-42E1-4263-9F0E-1367D9A546CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60073', N'3', N'0', N'2022-07-09 19:59:51.353', N'2022-07-09 19:59:51.353', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4A99089-1AE0-4484-807B-D9FE22BF2449', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11134008', N'1', N'0', N'2022-07-09 20:01:52.767', N'2022-07-09 20:01:52.767', N'23', N'6882', N'0', N'1003', N'321', N'1004', N'295', N'0', N'0', N'1031', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'6882', N'2769') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE2FDFCA-C50B-4345-97E6-3CD8825BCFE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082010', N'1', N'0', N'2022-07-09 20:02:14.323', N'2022-07-09 20:02:14.323', N'5', N'7451', N'0', N'1010', N'171', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7451', N'2206') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59965A93-BA99-4127-B307-D00232BAA2E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032014', N'1', N'0', N'2022-07-09 20:02:20.973', N'2022-07-09 20:02:20.973', N'39', N'5455', N'0', N'2001', N'219', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'5455', N'1875') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7081A03A-4122-4EE9-B06E-535F034D075C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032012', N'1', N'0', N'2022-07-09 20:02:21.523', N'2022-07-09 20:02:21.523', N'39', N'3720', N'0', N'2002', N'128', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3720', N'1111') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BDB7395-B842-4960-9752-896F335919C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022014', N'1', N'0', N'2022-07-09 20:02:22.983', N'2022-07-09 20:02:22.983', N'39', N'4864', N'0', N'2011', N'8', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4864', N'1463') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69CC5390-4319-492E-B032-E0AF670C55D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022013', N'1', N'0', N'2022-07-09 20:02:23.450', N'2022-07-09 20:02:23.450', N'39', N'3980', N'0', N'2001', N'148', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3980', N'964') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'166512F8-0341-4154-A8DD-243D9959764F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022014', N'1', N'0', N'2022-07-09 20:02:24.880', N'2022-07-09 20:02:24.880', N'39', N'4980', N'0', N'2011', N'10', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'4980', N'1764') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6EC45466-4F7B-420F-8C89-16E56F7FA090', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60090', N'1', N'0', N'2022-07-09 20:02:25.313', N'2022-07-09 20:02:25.313', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B723045-E0A2-413C-8418-47B52C610102', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022013', N'1', N'0', N'2022-07-09 20:02:25.870', N'2022-07-09 20:02:25.870', N'39', N'4434', N'0', N'2011', N'6', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4434', N'930') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52F901AB-49FA-40F1-826C-8C541D8FA022', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012013', N'1', N'0', N'2022-07-09 20:02:26.647', N'2022-07-09 20:02:26.647', N'39', N'3886', N'0', N'2035', N'7', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3886', N'1213') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D579FDF4-CAD1-43B7-94A0-4DBB5D49C983', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041014', N'1', N'0', N'2022-07-09 20:02:27.633', N'2022-07-09 20:02:27.633', N'39', N'3191', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3191', N'1096') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9E710EE-E0C0-433E-8B8E-0EEBEAA7E865', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031015', N'1', N'0', N'2022-07-09 20:02:27.643', N'2022-07-09 20:02:27.643', N'39', N'4598', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'7', N'4598', N'1707') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'597C2952-FFE5-4B7D-95DA-FA3502C86EFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022012', N'1', N'0', N'2022-07-09 20:02:28.003', N'2022-07-09 20:02:28.003', N'39', N'4558', N'0', N'2003', N'39', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4558', N'927') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9082FCC-F75D-42F8-9895-0CFB4401DA40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032011', N'1', N'0', N'2022-07-09 20:02:38.657', N'2022-07-09 20:02:38.657', N'39', N'4188', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4188', N'1882') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E46586A1-5E74-4ED4-A3D2-A46B7F274C80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031014', N'1', N'0', N'2022-07-09 20:02:39.147', N'2022-07-09 20:02:39.147', N'39', N'3780', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3780', N'1101') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'986963A2-8DF1-4E60-8462-034CA912A202', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41490', N'1', N'-1', N'2022-07-09 20:03:24.473', N'2022-07-09 20:03:24.473', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E31FEF7-A2F0-4829-BE3E-D7A9BC757A94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041015', N'1', N'0', N'2022-07-09 20:16:51.760', N'2022-07-09 20:16:51.760', N'39', N'4224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4224', N'1983') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7827BE15-28F2-48CD-B1E1-33492FCD0635', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50994', N'1', N'0', N'2022-07-09 20:16:52.683', N'2022-07-09 20:16:52.683', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'884C877A-7F67-4760-8022-73A7557CCF79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 20:16:53.203', N'2022-07-09 20:16:53.203', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'18', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'203A3475-9ABE-43F2-8900-1C8BDB4FA1EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 20:16:53.620', N'2022-07-09 20:16:53.620', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A02AEFBD-20DA-4310-9D91-9C144F61F166', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:16:54.273', N'2022-07-09 20:16:54.273', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8433FF9-6B92-4401-9A41-60221A62743B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50994', N'1', N'0', N'2022-07-09 20:16:54.760', N'2022-07-09 20:16:54.760', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0DBE7E5-65D8-41D3-9211-32452BA880F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 20:16:55.757', N'2022-07-09 20:16:55.757', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56D279D5-7701-44D6-B0A5-384180A279C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:16:56.410', N'2022-07-09 20:16:56.410', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'081DCAF4-5841-441B-A99C-9930627D3362', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042013', N'1', N'0', N'2022-07-09 20:21:39.430', N'2022-07-09 20:21:39.430', N'9', N'4254', N'0', N'2010', N'7', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4254', N'1966') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FBA8E60-AE9D-4BA5-AF44-7A6F7BC27F5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 20:21:40.440', N'2022-07-09 20:21:40.440', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'23', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'693474EE-6F33-486D-AFD7-E2BE373EE80A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042013', N'1', N'0', N'2022-07-09 20:21:42.067', N'2022-07-09 20:21:42.067', N'9', N'3065', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3065', N'684') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA435AEE-69CF-43D2-B86D-E588E157A063', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072013', N'1', N'0', N'2022-07-09 20:21:42.467', N'2022-07-09 20:21:42.467', N'9', N'7574', N'0', N'2002', N'298', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7574', N'2084') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89989369-0519-4EE4-AE4F-672C77552664', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50994', N'1', N'0', N'2022-07-09 20:22:09.270', N'2022-07-09 20:22:09.270', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21B4C95B-7C28-4FAF-844C-4DA8AB17DEB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 20:22:15.840', N'2022-07-09 20:22:15.840', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30FF2200-382E-4B68-9D64-FB5F1F2B3B2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041013', N'1', N'0', N'2022-07-09 20:22:16.450', N'2022-07-09 20:22:16.450', N'9', N'3366', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3366', N'837') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6D88B4E-ECEB-46A8-B393-87D361D2619D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082010', N'1', N'0', N'2022-07-09 20:22:17.653', N'2022-07-09 20:22:17.653', N'9', N'6222', N'0', N'2001', N'300', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6222', N'2879') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9BC3D328-507C-4585-B175-4AF1C600510D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 20:22:33.087', N'2022-07-09 20:22:33.087', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AE9177F-5F24-4080-B02C-667047D01F27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50994', N'1', N'0', N'2022-07-09 20:22:33.707', N'2022-07-09 20:22:33.707', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08A5DCAE-1499-4CC0-8CE5-4962041DDB46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012014', N'1', N'0', N'2022-07-09 20:23:03.873', N'2022-07-09 20:23:03.873', N'9', N'4773', N'0', N'2031', N'11', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'4773', N'1673') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BCB469E-074E-4518-8CBA-A6B3DE916857', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092014', N'1', N'0', N'2022-07-09 20:23:04.480', N'2022-07-09 20:23:04.480', N'9', N'7877', N'0', N'1010', N'152', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'8', N'3', N'7877', N'2991') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'996B5363-1455-4164-B0E8-584988D14632', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032013', N'1', N'0', N'2022-07-09 20:23:04.710', N'2022-07-09 20:23:04.710', N'9', N'4869', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'4', N'2', N'4869', N'2391') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E52B5914-6C5C-4BF7-9349-48ACB39C7773', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032013', N'1', N'0', N'2022-07-09 20:23:05.337', N'2022-07-09 20:23:05.337', N'9', N'6980', N'0', N'1010', N'204', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'6980', N'2093') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFC0609A-2AC1-4A11-A080-D5398EB8D1B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012013', N'1', N'0', N'2022-07-09 20:24:31.037', N'2022-07-09 20:24:31.037', N'9', N'3100', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3100', N'835') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A77D1D27-1FC5-49E2-BB6A-FE1847D7CC2A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11112014', N'1', N'0', N'2022-07-09 20:24:31.790', N'2022-07-09 20:24:31.790', N'9', N'10966', N'0', N'2002', N'354', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'106', N'102', N'10966', N'2338') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAC73DCB-6131-446C-9B14-75A674F634C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012013', N'1', N'0', N'2022-07-09 20:24:32.190', N'2022-07-09 20:24:32.190', N'9', N'3057', N'0', N'2012', N'6', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3057', N'982') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB1F696C-EE4B-4212-A5FE-EB28A6202DBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012012', N'1', N'0', N'2022-07-09 20:24:32.593', N'2022-07-09 20:24:32.593', N'9', N'3057', N'0', N'2012', N'6', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3057', N'982') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A9662B3-E5C1-4C20-B554-A4C6C75FDCA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012013', N'1', N'0', N'2022-07-09 20:24:33.210', N'2022-07-09 20:24:33.210', N'9', N'4163', N'0', N'2012', N'9', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4163', N'1888') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46E03AE8-5A56-439D-B16E-F64C3AEDAF8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41278', N'1', N'0', N'2022-07-09 20:24:35.230', N'2022-07-09 20:24:35.230', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6EA7FC8-B120-4763-BC22-A08E3012A168', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152014', N'1', N'0', N'2022-07-09 20:25:27.780', N'2022-07-09 20:25:27.780', N'39', N'6329', N'0', N'1010', N'145', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'41', N'43', N'6329', N'2373') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8D78C73-9872-49B1-8814-1993FF38E621', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042013', N'1', N'0', N'2022-07-09 20:25:28.163', N'2022-07-09 20:25:28.163', N'39', N'3477', N'0', N'1010', N'51', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3477', N'1070') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D05D44A-176F-4E07-9AC1-D98BA635C537', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11132014', N'1', N'0', N'2022-07-09 20:25:30.180', N'2022-07-09 20:25:30.180', N'39', N'6125', N'0', N'1010', N'188', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'47', N'48', N'6125', N'2672') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B188FC51-E490-457C-A688-186E94F22A57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061011', N'1', N'0', N'2022-07-09 20:25:30.477', N'2022-07-09 20:25:30.477', N'39', N'8350', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8350', N'2557') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55D7BA87-A266-4488-A9D7-D674D030431C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012012', N'1', N'0', N'2022-07-09 20:25:31.747', N'2022-07-09 20:25:31.747', N'39', N'4144', N'0', N'2009', N'7', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4144', N'921') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95E4C386-A788-4A8B-BF53-DBB6BCFC00B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012013', N'1', N'0', N'2022-07-09 20:25:32.080', N'2022-07-09 20:25:32.080', N'39', N'3621', N'0', N'2003', N'52', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3621', N'781') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5D8041F-5A1A-4A93-88AE-F14655596384', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072013', N'1', N'0', N'2022-07-09 20:25:32.427', N'2022-07-09 20:25:32.427', N'39', N'6185', N'0', N'1010', N'183', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6185', N'2190') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63CB4041-F732-4C70-93A6-D69D83F678EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031013', N'1', N'0', N'2022-07-09 20:25:39.973', N'2022-07-09 20:25:39.973', N'39', N'3436', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3436', N'1283') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F945928-7FC5-4F15-9FDA-B17755DDE910', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012014', N'1', N'0', N'2022-07-09 20:25:42.080', N'2022-07-09 20:25:42.080', N'39', N'4642', N'0', N'2010', N'10', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'4642', N'2335') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0325A41D-FE5E-4E0D-A431-274229098B73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041014', N'1', N'0', N'2022-07-09 20:28:39.287', N'2022-07-09 20:28:39.287', N'9', N'4836', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4836', N'864') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'658CA39F-08A8-4710-A999-09B1F950C2EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50994', N'1', N'0', N'2022-07-09 20:28:40.373', N'2022-07-09 20:28:40.373', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAE68771-6AB3-4E89-99EF-DDE76E1BA681', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 20:29:01.520', N'2022-07-09 20:29:01.520', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'867093B4-E628-4220-B602-B62F43763694', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50994', N'1', N'0', N'2022-07-09 20:29:09.470', N'2022-07-09 20:29:09.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0568DBA-0F3F-4104-A4A4-E53E8C7F7539', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042012', N'1', N'0', N'2022-07-09 20:29:10.070', N'2022-07-09 20:29:10.070', N'9', N'3570', N'0', N'2011', N'7', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3570', N'1179') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5159B1A2-44A5-4651-99FC-8B6F5F7F4482', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50994', N'1', N'0', N'2022-07-09 20:29:18.130', N'2022-07-09 20:29:18.130', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC820481-0087-4CC5-BF5A-045C67D21F44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032014', N'1', N'0', N'2022-07-09 20:29:19.390', N'2022-07-09 20:29:19.390', N'9', N'4261', N'0', N'2001', N'246', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4261', N'1905') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CB069B3-F252-42BE-97B6-6E0E87302D7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062011', N'1', N'0', N'2022-07-09 20:29:31.960', N'2022-07-09 20:29:31.960', N'9', N'9267', N'0', N'2001', N'394', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'77', N'76', N'9267', N'2363') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AA7F399-0879-4BD4-B9D4-A7DE6A470D0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50994', N'1', N'0', N'2022-07-09 20:29:33.180', N'2022-07-09 20:29:33.180', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'843AF6CA-D7C1-49B0-B533-41B56E92D1BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012013', N'1', N'0', N'2022-07-09 20:29:39.333', N'2022-07-09 20:29:39.333', N'9', N'3084', N'0', N'2004', N'56', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3084', N'877') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E52CC653-4D5C-4F90-BC6E-85B5DE1EB9BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50994', N'1', N'0', N'2022-07-09 20:29:47.010', N'2022-07-09 20:29:47.010', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33D07A07-5A1B-4C5E-A35B-7FA4986FE63E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 20:29:49.430', N'2022-07-09 20:29:49.430', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'30', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21250BED-FC93-4337-9825-7EC2D203458C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59003', N'5', N'0', N'2022-07-09 20:31:00.310', N'2022-07-09 20:31:00.310', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17DDC1A2-4D32-454E-AB1D-BF401DFC41B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032014', N'1', N'0', N'2022-07-09 20:31:09.240', N'2022-07-09 20:31:09.240', N'9', N'4736', N'0', N'2036', N'11', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'4736', N'1880') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D020A9D3-8AE6-4F72-980A-30D027498DAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032014', N'1', N'0', N'2022-07-09 20:31:10.047', N'2022-07-09 20:31:10.047', N'9', N'5846', N'0', N'2036', N'10', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'12', N'14', N'5846', N'1576') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE6920B8-520E-471C-BB46-726647B18C3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012012', N'1', N'0', N'2022-07-09 20:31:10.467', N'2022-07-09 20:31:10.467', N'9', N'4846', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'8', N'6', N'4846', N'776') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D102BF18-6E90-4E3D-925F-0668CC11BA5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012014', N'1', N'0', N'2022-07-09 20:31:11.070', N'2022-07-09 20:31:11.070', N'9', N'4694', N'0', N'2012', N'8', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4694', N'2020') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A42DEF9-CFD2-4A8C-9094-71E29777E566', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042013', N'1', N'0', N'2022-07-09 20:31:11.487', N'2022-07-09 20:31:11.487', N'9', N'3694', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3694', N'1220') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28450C3D-335F-436E-95B4-306605B3B970', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012012', N'1', N'0', N'2022-07-09 20:31:12.697', N'2022-07-09 20:31:12.697', N'9', N'3800', N'0', N'2012', N'7', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3800', N'1326') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE89CF3C-198F-4797-AB83-69B16400EEC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11112014', N'1', N'0', N'2022-07-09 20:31:16.790', N'2022-07-09 20:31:16.790', N'9', N'8225', N'0', N'2001', N'398', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'49', N'40', N'8225', N'2278') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88DC4404-EF74-427E-B2E5-129785020412', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042014', N'1', N'0', N'2022-07-09 20:31:40.553', N'2022-07-09 20:31:40.553', N'9', N'4978', N'0', N'2031', N'8', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'14', N'14', N'4978', N'1777') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22ECAFB2-A7BA-4F51-93C4-64C99ECE92C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042012', N'1', N'0', N'2022-07-09 20:31:50.293', N'2022-07-09 20:31:50.293', N'39', N'3975', N'0', N'2002', N'145', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3975', N'1125') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC18DB24-CFBE-4621-8E6E-EEE979C1F041', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032013', N'1', N'0', N'2022-07-09 20:31:50.317', N'2022-07-09 20:31:50.317', N'39', N'4975', N'0', N'2002', N'242', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4975', N'1925') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A33EF6EA-B9C9-44A1-8BC5-82DF01D7C822', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011013', N'1', N'0', N'2022-07-09 20:31:56.157', N'2022-07-09 20:31:56.157', N'39', N'4137', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4137', N'966') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B47632E5-B25E-4E13-9677-1E0E9BBD6027', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072014', N'1', N'0', N'2022-07-09 20:31:56.550', N'2022-07-09 20:31:56.550', N'39', N'7078', N'0', N'2002', N'434', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'5', N'4', N'7078', N'2121') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD4FE9E7-9841-465A-9E1D-1FEDFC1CB6DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11041011', N'1', N'0', N'2022-07-09 20:31:56.860', N'2022-07-09 20:31:56.860', N'39', N'8777', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'8777', N'2048') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62C71A62-9AB2-47FC-9E3C-0A837CEC6E66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042012', N'1', N'0', N'2022-07-09 20:31:59.630', N'2022-07-09 20:31:59.630', N'39', N'4323', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4323', N'1265') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2065DD5-F382-4BC0-A2B9-4FE56320D267', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 20:32:02.127', N'2022-07-09 20:32:02.127', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'40', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11FE3210-A5D2-4B15-9A8C-B3C3182064EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20034008', N'1', N'0', N'2022-07-09 20:31:27.503', N'2022-07-09 20:31:27.503', N'14', N'3615', N'0', N'2035', N'6', N'2031', N'6', N'0', N'0', N'2065', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3615', N'1027') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CE46AAE-087C-4C04-B2FF-1E023A8EB46F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'7', N'0', N'2022-07-09 20:35:01.777', N'2022-07-09 20:35:01.777', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A4E6332-142F-4924-B506-2377C0B34DF3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:03:46.757', N'2022-07-09 23:03:46.757', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF9FE53E-7382-41BC-9E50-AA7871F6851C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'57', N'0', N'2022-07-09 20:35:02.177', N'2022-07-09 20:35:02.177', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3D64D1F-4C3F-4C04-8930-7B665F8F9597', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'157', N'0', N'2022-07-09 20:35:06.500', N'2022-07-09 20:35:06.500', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44F1A4EB-0110-4CAE-8CB0-254DD83595F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62003', N'1', N'0', N'2022-07-09 22:34:56.577', N'2022-07-09 22:34:56.577', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E7C4E9E-CF0D-4C96-ABE6-3D5842B7BC79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'2', N'0', N'2022-07-09 20:36:07.930', N'2022-07-09 20:36:07.930', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8856B724-A34B-4B17-A4A7-15A3606C4036', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41282', N'1', N'0', N'2022-07-09 20:39:44.870', N'2022-07-09 20:39:44.870', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C26D3EF1-7C9C-43F0-8E38-725E3C277B57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042011', N'1', N'0', N'2022-07-09 20:41:23.733', N'2022-07-09 20:41:23.733', N'9', N'6566', N'0', N'1010', N'149', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'7', N'2', N'6566', N'2795') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2ACAE24F-8A44-48F0-8A55-C5360E8610BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092014', N'1', N'0', N'2022-07-09 20:41:24.183', N'2022-07-09 20:41:24.183', N'9', N'8671', N'0', N'1010', N'205', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'43', N'50', N'8671', N'2297') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F985721A-F430-43BA-9415-E23CDF71E69D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:41:43.227', N'2022-07-09 20:41:43.227', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BCEA13F-029E-4F99-B9A9-B7F0A8D842AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:41:46.957', N'2022-07-09 20:41:46.957', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2CB119C-A540-452F-A436-AFB5D106FAB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:41:55.490', N'2022-07-09 20:41:55.490', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D257868-9666-4EF9-8BFA-1D225B4B4DC3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042013', N'1', N'0', N'2022-07-09 20:42:16.663', N'2022-07-09 20:42:16.663', N'9', N'3594', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3594', N'1399') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFD7BBE6-AB50-405F-8177-30C63B083F65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 20:42:23.770', N'2022-07-09 20:42:23.770', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DA68892-5981-4499-871A-6C50A42DBF52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:42:34.713', N'2022-07-09 20:42:34.713', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'863432A6-E966-4541-BF99-D2816B00079F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022013', N'1', N'0', N'2022-07-09 20:42:49.950', N'2022-07-09 20:42:49.950', N'9', N'4288', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4288', N'1846') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B62BAA3-B6E4-4945-B7DE-4DBC2CA54512', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042012', N'1', N'0', N'2022-07-09 20:42:50.340', N'2022-07-09 20:42:50.340', N'9', N'4895', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4895', N'1148') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B97041B6-5B84-457C-BC46-0BDCD8AEEDF1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042013', N'1', N'0', N'2022-07-09 20:42:50.743', N'2022-07-09 20:42:50.743', N'9', N'5895', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'7', N'5895', N'1948') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C84F310-B596-4122-A64C-7C59A4B50B46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50994', N'1', N'0', N'2022-07-09 20:42:56.030', N'2022-07-09 20:42:56.030', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCC41814-F2A5-493E-9158-FBB5AB47DCDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50994', N'1', N'0', N'2022-07-09 20:43:02.320', N'2022-07-09 20:43:02.320', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'008E98E6-5D8B-461E-90F8-BCA4D45DB5A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011014', N'1', N'0', N'2022-07-09 20:43:23.717', N'2022-07-09 20:43:23.717', N'9', N'3588', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'1', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3588', N'1405') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7E6856A-7306-4413-82F5-006672BBB8D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022013', N'1', N'0', N'2022-07-09 20:43:24.510', N'2022-07-09 20:43:24.510', N'9', N'4441', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4441', N'906') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C3578E7-D163-4CAF-82CF-34B052271178', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022013', N'1', N'0', N'2022-07-09 20:43:24.903', N'2022-07-09 20:43:24.903', N'9', N'4441', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4441', N'906') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'665D2BB6-E361-4BC7-862F-29A301D2532B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032014', N'1', N'0', N'2022-07-09 20:43:29.990', N'2022-07-09 20:43:29.990', N'9', N'8468', N'0', N'2001', N'454', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'74', N'77', N'8468', N'2478') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7B690F6-C478-49AC-A25B-21422FDBA776', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50994', N'1', N'0', N'2022-07-09 20:43:36.263', N'2022-07-09 20:43:36.263', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6ADD40F-7DF3-4C66-9040-C7EBB0A74F23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11111014', N'1', N'0', N'2022-07-09 20:43:42.777', N'2022-07-09 20:43:42.777', N'9', N'7322', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7322', N'2257') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8332729-0600-4B64-81A1-AF89228A101C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 20:43:43.193', N'2022-07-09 20:43:43.193', N'9', N'0', N'0', N'2011', N'1', N'0', N'0', N'0', N'0', N'11005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72CBA7EA-CFDF-4CA4-9611-B067E28F4343', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012013', N'1', N'0', N'2022-07-09 20:43:44.000', N'2022-07-09 20:43:44.000', N'9', N'3161', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3161', N'1161') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3B30EA4-95DF-4DEC-9D23-541584AB41F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41280', N'1', N'0', N'2022-07-09 20:43:44.003', N'2022-07-09 20:43:44.003', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3936BFB4-1706-422B-9D3B-A20DD4289019', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50994', N'1', N'0', N'2022-07-09 20:43:44.407', N'2022-07-09 20:43:44.407', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BC1D4D9-5506-4D79-A22A-BC8ED5C1C8F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011013', N'1', N'0', N'2022-07-09 20:44:33.253', N'2022-07-09 20:44:33.253', N'9', N'3894', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3894', N'1035') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC41E743-094E-487F-9301-8B42148CCDCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012014', N'1', N'0', N'2022-07-09 20:44:34.250', N'2022-07-09 20:44:34.250', N'9', N'4749', N'0', N'2010', N'10', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4749', N'1544') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C47FC5DF-A0B7-4D41-9C5D-811B65AF81D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50994', N'1', N'0', N'2022-07-09 20:44:34.840', N'2022-07-09 20:44:34.840', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60EF2A85-DC16-4B7D-9D3B-FEE18C09FA9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052014', N'1', N'0', N'2022-07-09 20:44:35.663', N'2022-07-09 20:44:35.663', N'9', N'7855', N'0', N'1010', N'169', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'70', N'70', N'7855', N'2454') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3947CB05-20F8-4908-B564-909C46E7B2D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:44:36.060', N'2022-07-09 20:44:36.060', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06B7ED75-1EF1-46E0-B0E6-7FE0538CF90B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031013', N'1', N'0', N'2022-07-09 20:44:36.680', N'2022-07-09 20:44:36.680', N'9', N'4708', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4708', N'764') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'171C8973-4D5A-47D0-AA4B-6F3FF11779C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11151014', N'1', N'0', N'2022-07-09 20:44:37.690', N'2022-07-09 20:44:37.690', N'9', N'6811', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6811', N'2006') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7154C84-8A2B-4FDC-A3CC-27627873C173', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50994', N'1', N'0', N'2022-07-09 20:44:39.520', N'2022-07-09 20:44:39.520', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F60D0232-3C03-4E43-A5D4-AEC8306DA402', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022012', N'1', N'0', N'2022-07-09 20:45:01.057', N'2022-07-09 20:45:01.057', N'9', N'3457', N'0', N'2032', N'7', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3457', N'1204') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B52D8509-1D58-4F03-B34B-926F38DC7BFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50994', N'1', N'0', N'2022-07-09 20:45:01.433', N'2022-07-09 20:45:01.433', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88D6A74A-9F9A-48D1-94AE-B99246F538AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042013', N'1', N'0', N'2022-07-09 20:45:01.843', N'2022-07-09 20:45:01.843', N'9', N'5567', N'0', N'2035', N'8', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5567', N'1903') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F27E4A92-6D1F-4195-B10E-3063130A7641', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042014', N'1', N'0', N'2022-07-09 20:45:18.070', N'2022-07-09 20:45:18.070', N'9', N'5843', N'0', N'2009', N'10', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'13', N'14', N'5843', N'1510') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A808D232-76F4-4454-A6C9-710A666EE9CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012012', N'1', N'0', N'2022-07-09 20:47:52.780', N'2022-07-09 20:47:52.780', N'9', N'3408', N'0', N'2009', N'7', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3408', N'986') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72848998-AF38-4E8C-B953-2DE784AC600A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042014', N'1', N'0', N'2022-07-09 20:48:09.620', N'2022-07-09 20:48:09.620', N'39', N'6405', N'0', N'2010', N'8', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'15', N'14', N'6405', N'1794') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'827F3BB5-4CED-4607-A2EF-4B9EFAB54A62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042012', N'1', N'0', N'2022-07-09 20:48:09.630', N'2022-07-09 20:48:09.630', N'39', N'3892', N'0', N'2002', N'139', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3892', N'945') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31A6BBE9-10E4-49B4-971B-C716D05F658B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012013', N'1', N'0', N'2022-07-09 20:48:10.037', N'2022-07-09 20:48:10.037', N'39', N'4892', N'0', N'2002', N'232', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4892', N'1745') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'211E9C3F-653A-4477-BBA6-534A21FD52BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022013', N'1', N'0', N'2022-07-09 20:48:10.437', N'2022-07-09 20:48:10.437', N'39', N'5405', N'0', N'2001', N'109', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'7', N'7', N'5405', N'994') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAC4968E-6F20-4266-B9B6-7A86646BF3E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032014', N'1', N'0', N'2022-07-09 20:48:10.727', N'2022-07-09 20:48:10.727', N'39', N'6405', N'0', N'2010', N'8', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'15', N'14', N'6405', N'1794') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E751FF4-5C8F-4D75-B5D0-7DCE8B16DA43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052014', N'1', N'0', N'2022-07-09 20:48:11.530', N'2022-07-09 20:48:11.530', N'39', N'7305', N'0', N'1010', N'140', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'75', N'73', N'7305', N'2501') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2137686-2F5B-462B-9FA5-115DFB2E2FC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042010', N'1', N'0', N'2022-07-09 20:48:12.703', N'2022-07-09 20:48:12.703', N'39', N'7305', N'0', N'1010', N'137', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'7305', N'2501') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E2F3577-9DE5-4B60-B39F-EEC071F12D6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 20:48:13.173', N'2022-07-09 20:48:13.173', N'39', N'0', N'0', N'2035', N'1', N'0', N'0', N'0', N'0', N'11009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CE0DF4C-884F-4880-9414-CA83C498A9FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022011', N'1', N'0', N'2022-07-09 20:48:13.517', N'2022-07-09 20:48:13.517', N'39', N'6344', N'0', N'1010', N'220', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'40', N'41', N'6344', N'2192') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEE372E8-F476-4099-928F-F5A5D5E510D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021013', N'1', N'0', N'2022-07-09 20:48:14.463', N'2022-07-09 20:48:14.463', N'39', N'3474', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3474', N'1181') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C87969B1-87DC-4C13-81FC-ED20A106C573', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50994', N'1', N'0', N'2022-07-09 20:48:17.123', N'2022-07-09 20:48:17.123', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'58', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED50BC20-D683-4573-B459-E2CF5286725E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031015', N'1', N'0', N'2022-07-09 20:48:17.630', N'2022-07-09 20:48:17.630', N'39', N'4194', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4194', N'1625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0B79500-1685-492E-A66E-0461E91F3773', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11044007', N'1', N'0', N'2022-07-09 20:47:44.960', N'2022-07-09 20:47:44.960', N'14', N'9079', N'0', N'2002', N'335', N'1010', N'184', N'0', N'0', N'2015', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'3', N'3', N'10', N'8', N'9079', N'2279') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84156333-4B11-4C44-A578-54EE731526B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41281', N'1', N'0', N'2022-07-09 20:48:59.257', N'2022-07-09 20:48:59.257', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44622034-B1F5-4F46-BE0B-0B08C6612D9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37008', N'2', N'0', N'2022-07-09 20:49:36.267', N'2022-07-09 20:49:36.267', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E99B689-A079-4B52-A407-75DDBE41E1ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'38008', N'2', N'0', N'2022-07-09 20:49:36.270', N'2022-07-09 20:49:36.270', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF5F8D5D-FC06-4CAF-A9C4-8C294A50055A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41283', N'1', N'0', N'2022-07-09 20:51:22.070', N'2022-07-09 20:51:22.070', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD9D582F-1B8E-4097-8CB9-FB03A2684D61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41284', N'1', N'0', N'2022-07-09 20:51:26.983', N'2022-07-09 20:51:26.983', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5BE3CA63-A699-43E6-90BE-C5F6C36E6E56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40101', N'1', N'0', N'2022-07-09 20:54:58.557', N'2022-07-09 20:54:58.557', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C91C5A9C-42B7-44AC-8FE3-B6CBE1C65483', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40102', N'1', N'0', N'2022-07-09 20:54:58.583', N'2022-07-09 20:54:58.583', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'628B3F9B-8984-4944-8107-B96AF70B4DC5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'5', N'90033', N'1', N'0', N'2022-07-09 21:01:07.790', N'2022-07-09 21:01:07.790', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B27A25F-3E71-46DC-A4DE-B42D50104926', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'6', N'90034', N'2', N'0', N'2022-07-09 21:05:22.433', N'2022-07-09 21:05:22.433', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88E90594-DA0A-4BAA-9E9D-93DB174CA59E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'7', N'90035', N'1', N'0', N'2022-07-09 21:06:44.570', N'2022-07-09 21:06:44.570', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'012A1A5E-F78D-4BEA-A743-EFD5A70CDFAD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'28', N'37009', N'5', N'0', N'2022-07-09 21:13:46.110', N'2022-07-09 21:13:46.110', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D720649D-0473-4C0A-B30B-9A8CCC12D010', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'31', N'38009', N'6', N'0', N'2022-07-09 21:13:46.123', N'2022-07-09 21:13:46.123', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1211E4EA-1A11-423E-9C38-7D2C2C21FFBB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022011', N'1', N'0', N'2022-07-09 21:34:09.577', N'2022-07-09 21:34:09.577', N'23', N'6970', N'0', N'1010', N'215', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'80', N'70', N'6970', N'2038') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68E7244C-F7EF-4754-BBDD-863DD96ADB0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052013', N'1', N'0', N'2022-07-09 21:34:23.690', N'2022-07-09 21:34:23.690', N'39', N'6172', N'0', N'1010', N'176', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6172', N'2345') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0558D187-B77B-4925-92DE-8D6DF43C0FB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152014', N'1', N'0', N'2022-07-09 21:34:23.783', N'2022-07-09 21:34:23.783', N'39', N'6172', N'0', N'1010', N'179', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'44', N'45', N'6172', N'2345') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'421B99FA-8210-4930-A876-636E093CF27E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16022014', N'1', N'0', N'2022-07-09 21:34:24.163', N'2022-07-09 21:34:24.163', N'39', N'3814', N'0', N'2004', N'43', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'7', N'7', N'3814', N'819') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FC5469D-188C-4FED-BCF8-8D61557AB217', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13012014', N'1', N'0', N'2022-07-09 21:34:24.510', N'2022-07-09 21:34:24.510', N'39', N'3814', N'0', N'2004', N'43', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'7', N'7', N'3814', N'819') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'894537A9-9569-4874-8996-034EB0DD29F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15021014', N'1', N'0', N'2022-07-09 21:34:29.133', N'2022-07-09 21:34:29.133', N'39', N'3458', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3458', N'865') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0800DCBD-14E6-4F22-BD3C-8C3600E5527D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'13', N'0', N'2022-07-09 21:40:15.493', N'2022-07-09 21:40:15.493', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F26E2BD-2418-4685-8EA8-7A94A5A605F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66041', N'1', N'0', N'2022-07-09 21:40:20.070', N'2022-07-09 21:40:20.070', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC8F881B-1E3F-4671-8CD9-BBE19AA45D5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'13', N'0', N'2022-07-09 21:40:20.423', N'2022-07-09 21:40:20.423', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5703352-D4BD-40EB-9507-3ADEFF1C0142', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'7', N'0', N'2022-07-09 21:40:24.570', N'2022-07-09 21:40:24.570', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6B00FEE-4641-4798-9640-51717593094E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'5', N'0', N'2022-07-09 21:40:24.867', N'2022-07-09 21:40:24.867', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B107B0F4-4914-478D-B79D-2C5BB55B3E66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'8', N'0', N'2022-07-09 21:40:35.450', N'2022-07-09 21:40:35.450', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4567D5CA-057B-4709-BFD5-4EB382D7A0D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41686', N'6', N'0', N'2022-07-09 21:42:46.057', N'2022-07-09 21:42:46.057', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23D0F756-97A4-4E72-B67B-41AC10A01C74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41685', N'7', N'0', N'2022-07-09 21:42:56.543', N'2022-07-09 21:42:56.543', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB04DD5F-D36D-4C1F-82DE-67681839E1A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41687', N'2', N'0', N'2022-07-09 21:44:06.600', N'2022-07-09 21:44:06.600', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'384DF9C0-06D0-4676-86A6-8AE187D1AA0A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042013', N'1', N'0', N'2022-07-09 21:44:32.847', N'2022-07-09 21:44:32.847', N'9', N'4228', N'0', N'2011', N'8', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4228', N'1692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FE989AC-54BE-49FC-B374-C9789117477F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-09 21:44:41.913', N'2022-07-09 21:44:41.913', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6D255AD-3948-4698-8D32-FBE7F369E7A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032014', N'1', N'0', N'2022-07-09 21:45:16.270', N'2022-07-09 21:45:16.270', N'9', N'6823', N'0', N'1010', N'174', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'80', N'71', N'6823', N'2560') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C92D4779-17D9-40DC-8772-288C64F2ED64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061011', N'1', N'0', N'2022-07-09 21:45:43.870', N'2022-07-09 21:45:43.870', N'9', N'8400', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'15', N'12', N'8400', N'2117') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'088F4193-E0F2-48D8-AED9-BDD8D4443285', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-09 21:46:05.000', N'2022-07-09 21:46:05.000', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D6940CF-AED5-42DA-BD57-C59C1F571258', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11111014', N'1', N'0', N'2022-07-09 22:34:09.440', N'2022-07-09 22:34:09.440', N'9', N'6404', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6404', N'2996') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC966000-D68E-46A2-AA78-4835BCDC68BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16042013', N'1', N'0', N'2022-07-09 21:47:05.357', N'2022-07-09 21:47:05.357', N'9', N'3697', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3697', N'818') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54271E46-DDBA-48D0-B532-3928327D1C40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50996', N'1', N'0', N'2022-07-09 21:47:05.757', N'2022-07-09 21:47:05.757', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44EAD5D1-C92B-499D-864B-AFDB0D3EDE69', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13021014', N'1', N'0', N'2022-07-09 21:47:30.140', N'2022-07-09 21:47:30.140', N'9', N'4452', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4452', N'847') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78629556-C25B-45D0-9BD2-2D349F19572E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50996', N'1', N'0', N'2022-07-09 21:47:40.297', N'2022-07-09 21:47:40.297', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66AAFB02-69B3-4A90-A95A-B1B44D6233CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60103', N'1', N'0', N'2022-07-09 21:47:56.943', N'2022-07-09 21:47:56.943', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83DC3A59-F59B-425C-91C9-675086813411', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022011', N'1', N'0', N'2022-07-09 21:48:04.867', N'2022-07-09 21:48:04.867', N'9', N'7109', N'0', N'1010', N'168', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'49', N'47', N'7109', N'2319') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF1B72C7-BC50-4C5E-B512-FF5D43EAAFA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12032014', N'1', N'0', N'2022-07-09 21:48:05.880', N'2022-07-09 21:48:05.880', N'9', N'5206', N'0', N'2003', N'71', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'5206', N'1826') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6845346-4108-40EE-8D60-364E10C79B78', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042013', N'1', N'0', N'2022-07-09 21:48:30.167', N'2022-07-09 21:48:30.167', N'9', N'5963', N'0', N'2035', N'9', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5963', N'1851') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC7EB20D-7CF2-429C-8F2B-A822132299DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13042013', N'1', N'0', N'2022-07-09 21:48:30.200', N'2022-07-09 21:48:30.200', N'9', N'3066', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3066', N'1375') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58AFEF85-27C1-4008-B9D2-52F9EED7B0EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50996', N'1', N'0', N'2022-07-09 21:48:45.073', N'2022-07-09 21:48:45.073', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F018E411-C9E4-4249-A72F-F14FAE4A0C0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-09 21:48:46.500', N'2022-07-09 21:48:46.500', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAE61BC3-8555-43D4-B709-A4D5A9609A6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16011014', N'1', N'0', N'2022-07-09 21:48:51.767', N'2022-07-09 21:48:51.767', N'9', N'3756', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3756', N'1035') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA9D5F15-9183-442D-AAF5-0CF0452E96EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012013', N'1', N'0', N'2022-07-09 21:49:08.400', N'2022-07-09 21:49:08.400', N'9', N'6539', N'0', N'1010', N'172', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6539', N'2067') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C683FA9-B402-4EC6-A12C-284BDC199740', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072013', N'1', N'0', N'2022-07-09 21:49:08.813', N'2022-07-09 21:49:08.813', N'9', N'6539', N'0', N'1010', N'172', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6539', N'2067') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BBC081AB-CB54-40AD-B63F-79C617BF1093', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12012013', N'1', N'0', N'2022-07-09 21:49:31.980', N'2022-07-09 21:49:31.980', N'9', N'4325', N'0', N'2010', N'10', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4325', N'1974') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92C40ECD-1A8B-433C-933C-00DDF82B56CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13032013', N'1', N'0', N'2022-07-09 21:49:31.997', N'2022-07-09 21:49:31.997', N'9', N'4433', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4433', N'674') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30852C82-E523-476C-842A-8D3DA9896639', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11071014', N'1', N'0', N'2022-07-09 21:50:08.557', N'2022-07-09 21:50:08.557', N'9', N'6046', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'6046', N'2680') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D3B90B1-641F-42CA-A4E7-F733AC060CEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13031014', N'1', N'0', N'2022-07-09 21:50:15.853', N'2022-07-09 21:50:15.853', N'39', N'4269', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4269', N'688') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67F81022-BA8B-49E4-B11C-6DEE7FA99021', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13032013', N'1', N'0', N'2022-07-09 21:50:15.950', N'2022-07-09 21:50:15.950', N'39', N'3345', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3345', N'689') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8836573-7F50-4596-B4D5-E8570D1C09B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13041014', N'1', N'0', N'2022-07-09 21:50:16.600', N'2022-07-09 21:50:16.600', N'39', N'3452', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3452', N'930') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC6FDA72-C1C3-4AE9-BB91-EDBAF32AD5CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 21:50:19.403', N'2022-07-09 21:50:19.403', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'265A9FA8-7186-4502-8F70-9BCD089320F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042014', N'1', N'0', N'2022-07-09 21:53:49.037', N'2022-07-09 21:53:49.037', N'23', N'5001', N'0', N'2002', N'227', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'5001', N'2011') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FD63384-157D-4778-8EA6-271BF85245DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 21:54:08.497', N'2022-07-09 21:54:08.497', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B940C4D-FF25-4EFF-862E-EB7EB95E2C99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 21:54:28.443', N'2022-07-09 21:54:28.443', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D38CBC0-4A54-469F-A736-DB9D64EDA9A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022010', N'1', N'0', N'2022-07-09 21:54:32.193', N'2022-07-09 21:54:32.193', N'39', N'9071', N'0', N'2002', N'365', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9071', N'2536') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A24B4F9-84EE-443F-A78F-1BEAB246A277', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'2', N'0', N'2022-07-09 21:56:48.303', N'2022-07-09 21:56:48.303', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C262071E-2764-4B77-BDD2-702D78BCA0C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'10', N'0', N'2022-07-09 21:57:02.140', N'2022-07-09 21:57:02.140', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC7EF977-73ED-46E0-BFA9-96DA514C2BE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13012014', N'1', N'0', N'2022-07-09 21:58:04.357', N'2022-07-09 21:58:04.357', N'39', N'3641', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3641', N'1047') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5D25C91-F79B-4120-B523-7B734628439C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042014', N'1', N'0', N'2022-07-09 21:58:04.490', N'2022-07-09 21:58:04.490', N'39', N'4641', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'4641', N'1847') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A19068F-9AD5-4C87-9345-B2A0822A0BD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16042014', N'1', N'0', N'2022-07-09 21:58:05.040', N'2022-07-09 21:58:05.040', N'39', N'4205', N'0', N'2002', N'222', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4205', N'912') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25A90033-3E9B-4F3D-BB71-BB320EEE605D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61005', N'3', N'0', N'2022-07-09 21:58:21.930', N'2022-07-09 21:58:21.930', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B210DC02-417B-4044-BD3D-5303EE4251DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'154', N'0', N'2022-07-09 21:58:22.247', N'2022-07-09 21:58:22.247', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3ED9EF1B-FA4C-4270-875F-41904277FF4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66041', N'5', N'0', N'2022-07-09 21:58:22.570', N'2022-07-09 21:58:22.570', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BD9412D-0C11-4166-B1E5-F4BA48DFA3BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'163', N'0', N'2022-07-09 21:58:22.960', N'2022-07-09 21:58:22.960', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0505918C-6EE9-4FEB-A568-D9CE79C0B339', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'3', N'0', N'2022-07-09 21:58:59.497', N'2022-07-09 21:58:59.497', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A6A7F12-6E3C-41A1-96C2-828C5493ED53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41688', N'30', N'0', N'2022-07-09 22:32:20.280', N'2022-07-09 22:32:20.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A68F2E65-22CB-4690-8203-B56EB97C8AF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50996', N'1', N'0', N'2022-07-09 23:03:56.623', N'2022-07-09 23:03:56.623', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F741C0F-3480-4CCE-854E-58C9DBCDE297', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061011', N'1', N'0', N'2022-07-09 22:35:58.500', N'2022-07-09 22:35:58.500', N'9', N'8286', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'8286', N'2453') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CF46D97-792B-41DC-802E-1350E27C21A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032014', N'1', N'0', N'2022-07-09 22:35:58.903', N'2022-07-09 22:35:58.903', N'9', N'4277', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4277', N'854') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'792F2770-A03F-498F-ADF0-66EB87063F77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072014', N'1', N'0', N'2022-07-09 22:35:59.307', N'2022-07-09 22:35:59.307', N'9', N'9386', N'0', N'2002', N'434', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'74', N'80', N'9386', N'2476') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0AD737A-8D42-4CC3-9DA6-9A98ADFF5BBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11081010', N'1', N'0', N'2022-07-09 22:36:49.680', N'2022-07-09 22:36:49.680', N'9', N'7853', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7853', N'2253') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFFCEBE8-F9BA-496A-84AA-789937C737F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50996', N'1', N'0', N'2022-07-09 22:37:40.037', N'2022-07-09 22:37:40.037', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D44E8215-463E-446C-918F-BDB395814BB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 22:38:02.770', N'2022-07-09 22:38:02.770', N'9', N'0', N'0', N'2035', N'1', N'0', N'0', N'0', N'0', N'11009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6991F613-2105-4945-8611-0FBF6B0BEB1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-09 22:38:22.677', N'2022-07-09 22:38:22.677', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EC42C69-8AB2-4D37-8FFE-F3C241142383', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 22:38:25.120', N'2022-07-09 22:38:25.120', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'18', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD7A91D6-BA2D-4CE2-ADAA-8DD4EDF16C09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011015', N'1', N'0', N'2022-07-09 22:38:26.537', N'2022-07-09 22:38:26.537', N'9', N'5473', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'5473', N'1652') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81E99A8C-6612-4525-8670-3C54147087DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032013', N'1', N'0', N'2022-07-09 23:00:41.757', N'2022-07-09 23:00:41.757', N'9', N'7544', N'0', N'2002', N'267', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7544', N'2192') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BAB8A92-1D51-40F0-A3C1-3AA96D46A4D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50996', N'1', N'0', N'2022-07-09 22:38:29.820', N'2022-07-09 22:38:29.820', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E5C123D-99E1-4E54-A219-9CFC81265FEB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 22:39:04.303', N'2022-07-09 22:39:04.303', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'859F8A81-B9AE-4128-B04C-51FDD3981323', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50996', N'1', N'0', N'2022-07-09 22:39:48.983', N'2022-07-09 22:39:48.983', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E1EF40A-DCD8-470E-98FA-3494951FDA77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 22:40:12.163', N'2022-07-09 22:40:12.163', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'24', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66C00DFC-0C44-4A7B-B0B9-B2209795F441', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042011', N'1', N'0', N'2022-07-09 22:40:13.837', N'2022-07-09 22:40:13.837', N'39', N'7548', N'0', N'2001', N'376', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'10', N'7548', N'2838') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70D15294-00FE-4AFB-A3C3-3027909D0992', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011014', N'1', N'0', N'2022-07-09 22:40:14.130', N'2022-07-09 22:40:14.130', N'39', N'3454', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3454', N'634') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BACD0ED-0721-43D3-8C7F-7940FF4D99CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012014', N'1', N'0', N'2022-07-09 22:40:14.423', N'2022-07-09 22:40:14.423', N'39', N'4506', N'0', N'2036', N'10', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'4506', N'1414') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B50F6DF4-E2AE-44E5-894C-C50545789951', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042013', N'1', N'0', N'2022-07-09 22:45:06.327', N'2022-07-09 22:45:06.327', N'9', N'3610', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3610', N'1091') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA23B7EC-2F07-4CAB-B9E1-5D212651B6D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022013', N'1', N'0', N'2022-07-09 22:45:06.330', N'2022-07-09 22:45:06.330', N'9', N'3211', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3211', N'1001') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9F5D118-7664-4D95-A0AD-95B58D5E467F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042013', N'1', N'0', N'2022-07-09 22:45:06.833', N'2022-07-09 22:45:06.833', N'9', N'3211', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3211', N'1001') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05F9511C-34E9-4667-AB06-31311AFB6B37', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042013', N'1', N'0', N'2022-07-10 02:58:59.203', N'2022-07-10 02:58:59.203', N'39', N'5352', N'0', N'2003', N'60', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'5352', N'1655') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB82D6E3-F486-427C-B5FE-6CE673F7FC90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042014', N'1', N'0', N'2022-07-09 22:45:30.950', N'2022-07-09 22:45:30.950', N'23', N'3470', N'0', N'2004', N'58', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3470', N'907') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85EA7DC4-9C83-47D4-8634-F06B38642821', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152013', N'1', N'0', N'2022-07-09 22:45:51.410', N'2022-07-09 22:45:51.410', N'39', N'6155', N'0', N'1010', N'176', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'6155', N'2754') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03FB9A94-8797-489B-AE55-B6F70395FB19', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 22:45:54.280', N'2022-07-09 22:45:54.280', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'28', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5D35D0C-DD44-4879-AAB3-FE99D309F346', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11111014', N'1', N'0', N'2022-07-09 22:45:54.877', N'2022-07-09 22:45:54.877', N'39', N'7446', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7446', N'2164') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3223B8F-F795-46AD-85E4-1920BA27F77A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012013', N'1', N'0', N'2022-07-09 22:45:55.903', N'2022-07-09 22:45:55.903', N'39', N'4300', N'0', N'2001', N'229', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4300', N'1637') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1510080-708F-4BB4-947D-893F28C45D75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032013', N'1', N'0', N'2022-07-09 22:45:56.327', N'2022-07-09 22:45:56.327', N'39', N'3142', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2064', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3142', N'1354') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'162178AE-10A6-470B-A034-901255690E7E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'17', N'0', N'2022-07-09 22:46:02.367', N'2022-07-09 22:46:02.367', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F5AF20D-6D27-4851-96D1-5B312DDC5086', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60091', N'1', N'0', N'2022-07-09 22:46:02.853', N'2022-07-09 22:46:02.853', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5475FC51-F6FE-4723-B29D-B0BDB37A7882', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042013', N'1', N'0', N'2022-07-09 23:00:42.157', N'2022-07-09 23:00:42.157', N'9', N'3386', N'0', N'2032', N'5', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3386', N'634') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FDF7CD4-72A6-4FD0-89A0-BB278836B53A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50996', N'1', N'0', N'2022-07-09 23:01:20.933', N'2022-07-09 23:01:20.933', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1672C6F-2436-4F87-9456-8D55D434B5E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50996', N'1', N'0', N'2022-07-09 23:01:55.003', N'2022-07-09 23:01:55.003', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22034EE1-6A6B-45A4-8C0B-5E7C60CB2324', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50996', N'1', N'0', N'2022-07-09 23:02:44.180', N'2022-07-09 23:02:44.180', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34D18C5E-A062-40F9-86FF-F9F11FCD2DD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50996', N'1', N'0', N'2022-07-09 23:02:51.810', N'2022-07-09 23:02:51.810', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82B1DAC3-1829-4060-963F-B8013E10B258', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'7', N'0', N'2022-07-09 22:46:05.723', N'2022-07-09 22:46:05.723', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70F27773-5AE5-486F-B5C5-3918D2FC0B96', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60079', N'2', N'0', N'2022-07-09 22:46:06.720', N'2022-07-09 22:46:06.720', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'206ADCFE-F96F-4701-AC2B-81588DEE533E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60090', N'1', N'0', N'2022-07-09 22:46:06.770', N'2022-07-09 22:46:06.770', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDDBC6D7-5171-4773-ACF5-5B05F3A7C842', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60077', N'2', N'0', N'2022-07-09 22:46:06.777', N'2022-07-09 22:46:06.777', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87802B24-E998-4852-9BA3-F95FA2FFBD86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'1', N'0', N'2022-07-09 22:46:07.460', N'2022-07-09 22:46:07.460', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD2AEFBC-6273-4A14-9D3E-3406289212FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60074', N'1', N'0', N'2022-07-09 22:46:07.820', N'2022-07-09 22:46:07.820', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D66E38F6-2403-4480-9855-D00D9ED81335', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41688', N'1', N'-1', N'2022-07-09 22:48:45.043', N'2022-07-09 22:48:45.043', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BA1D5A9-DB98-4D4F-9B49-4846B3978E9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'66', N'0', N'2022-07-09 22:51:32.050', N'2022-07-09 22:51:32.050', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56E63A21-C992-4817-885E-600B17361759', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 22:55:16.683', N'2022-07-09 22:55:16.683', N'9', N'0', N'0', N'2031', N'1', N'0', N'0', N'0', N'0', N'11007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B11E143E-C126-4F1B-B85C-50A3C7E40D95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50996', N'1', N'0', N'2022-07-09 22:55:22.870', N'2022-07-09 22:55:22.870', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5425B7C8-DFA3-4EFE-821F-3BB95F9E23D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-09 22:55:31.273', N'2022-07-09 22:55:31.273', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A057129-AFD7-4A87-B748-8D4CCB39FE77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41636', N'15', N'0', N'2022-07-09 22:55:34.860', N'2022-07-09 22:55:34.860', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7D492F7-4B8F-49B2-85C7-5D2774C9F6E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50996', N'1', N'0', N'2022-07-09 22:55:59.000', N'2022-07-09 22:55:59.000', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'524B89E3-BAFE-4D3A-8540-BE40C41608B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 22:56:12.197', N'2022-07-09 22:56:12.197', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C72C00EA-8AA2-4DF2-B9FA-A77DA2080A5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50996', N'1', N'0', N'2022-07-09 22:56:12.393', N'2022-07-09 22:56:12.393', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4ABE978-2B59-4153-96AC-DBD992A8A1FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021015', N'1', N'0', N'2022-07-09 22:56:47.760', N'2022-07-09 22:56:47.760', N'9', N'4614', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'3', N'4614', N'1671') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1DBEA39-5618-44A7-AB2E-C59D9ABF06F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50996', N'1', N'0', N'2022-07-09 22:56:53.247', N'2022-07-09 22:56:53.247', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4211DB56-4D23-4548-ADF3-CC80CBC7B1FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50996', N'1', N'0', N'2022-07-09 22:56:54.273', N'2022-07-09 22:56:54.273', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A21F2384-C8B8-4396-82D7-FB9548936AB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032014', N'1', N'0', N'2022-07-09 22:56:54.700', N'2022-07-09 22:56:54.700', N'9', N'4101', N'0', N'2003', N'65', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'4101', N'1866') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3F5E920-7787-408F-BF43-432A06116C40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062011', N'1', N'0', N'2022-07-09 22:56:55.077', N'2022-07-09 22:56:55.077', N'9', N'9467', N'0', N'2002', N'462', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'73', N'70', N'9467', N'2169') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6845DD3-66BA-49EB-A6B5-73153B6D1F9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50996', N'1', N'0', N'2022-07-09 22:56:58.327', N'2022-07-09 22:56:58.327', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F03E6B7-54A6-4F99-87B4-E4E6256D2583', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 22:57:23.593', N'2022-07-09 22:57:23.593', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06D50F5E-A9D3-4AED-BBDE-B7B7A8884404', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022013', N'1', N'0', N'2022-07-09 22:57:25.617', N'2022-07-09 22:57:25.617', N'9', N'3339', N'0', N'2001', N'190', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3339', N'1172') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57E9BDE6-8CFE-44C6-BFE2-0DC23C577467', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081010', N'1', N'0', N'2022-07-09 22:57:39.050', N'2022-07-09 22:57:39.050', N'9', N'7056', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7056', N'2369') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06B880C5-9766-4B50-968D-3A8675262923', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031015', N'1', N'0', N'2022-07-09 22:57:57.543', N'2022-07-09 22:57:57.543', N'9', N'4917', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'3', N'4917', N'1922') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A940968E-10F4-4C4F-9C9A-C65F0F7CF4C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031014', N'1', N'0', N'2022-07-09 22:58:16.650', N'2022-07-09 22:58:16.650', N'9', N'4911', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4911', N'960') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A135D0BC-0A30-4FD5-9B89-EBD9C25A7484', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50996', N'1', N'0', N'2022-07-09 22:58:18.487', N'2022-07-09 22:58:18.487', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE002658-5644-4F90-9367-DC11BAC9D608', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50996', N'1', N'0', N'2022-07-09 22:58:20.713', N'2022-07-09 22:58:20.713', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78ADA466-3E2D-424F-B388-713513D594BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50996', N'1', N'0', N'2022-07-09 22:58:21.110', N'2022-07-09 22:58:21.110', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CCDD1AC-8FD5-4F43-88ED-37A16A6F730A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022013', N'1', N'0', N'2022-07-09 22:59:22.247', N'2022-07-09 22:59:22.247', N'9', N'5299', N'0', N'2001', N'167', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5299', N'1735') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D699FC4A-D966-44D6-83F7-FEBE6908C6BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 23:00:00.973', N'2022-07-09 23:00:00.973', N'9', N'0', N'0', N'2031', N'1', N'0', N'0', N'0', N'0', N'11007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FBD0B76-EDC1-4D4C-A6BC-D706B2DFE294', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 23:00:04.090', N'2022-07-09 23:00:04.090', N'9', N'0', N'0', N'1004', N'61', N'0', N'0', N'0', N'0', N'11012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE498D20-88BC-4FA3-97EE-225E10AE3829', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 23:00:15.543', N'2022-07-09 23:00:15.543', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'41', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F6C8F62-F911-4E0B-B1F3-148266F26640', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041011', N'1', N'0', N'2022-07-09 23:00:16.333', N'2022-07-09 23:00:16.333', N'9', N'7689', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7689', N'2166') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB9D77F4-4DCC-4B1E-8DEF-607F0ACA275F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011014', N'1', N'0', N'2022-07-09 23:00:17.147', N'2022-07-09 23:00:17.147', N'9', N'4288', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4288', N'1084') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93BC05A8-0002-43A6-A637-E2C2BF28D3DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032013', N'1', N'0', N'2022-07-09 23:00:19.597', N'2022-07-09 23:00:19.597', N'9', N'3744', N'0', N'2002', N'182', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3744', N'1231') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AED5360-FD60-4E3C-A4F2-D426A8C5B205', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:04:36.137', N'2022-07-09 23:04:36.137', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E03821C9-CFC8-402C-BF8C-5C10996D0D7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15034009', N'1', N'0', N'2022-07-09 23:12:01.493', N'2022-07-09 23:12:01.493', N'14', N'3994', N'0', N'2001', N'141', N'2003', N'55', N'0', N'0', N'2004', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3994', N'1406') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E60453F-185A-48CB-A18F-C73A2D1977C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041014', N'1', N'0', N'2022-07-09 23:05:06.297', N'2022-07-09 23:05:06.297', N'9', N'3939', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3939', N'1362') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDA826D2-B33E-4BDE-BF0B-720430E4CE70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012014', N'1', N'0', N'2022-07-09 23:05:34.903', N'2022-07-09 23:05:34.903', N'9', N'4116', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4116', N'618') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CED1B97F-5DB6-44B8-9030-C0E3B54C5F53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011014', N'1', N'0', N'2022-07-09 23:05:35.320', N'2022-07-09 23:05:35.320', N'9', N'3725', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3725', N'1124') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B33F879-15C0-46BF-ABCC-39DC0861F824', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042014', N'1', N'0', N'2022-07-09 23:05:35.927', N'2022-07-09 23:05:35.927', N'9', N'3725', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2064', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3725', N'1124') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96DAA8B9-F4F2-43E6-9DCF-23A63811ABAF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082011', N'1', N'0', N'2022-07-09 23:06:03.550', N'2022-07-09 23:06:03.550', N'9', N'7397', N'0', N'1010', N'203', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'4', N'3', N'7397', N'2119') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D801E17-B772-43F5-AFCF-280BE7BC8379', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112014', N'1', N'0', N'2022-07-09 23:06:04.387', N'2022-07-09 23:06:04.387', N'9', N'8503', N'0', N'2001', N'365', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'42', N'46', N'8503', N'2220') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'850739C6-10D1-4EBB-9C23-2C4B1F27BE58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:07:45.450', N'2022-07-09 23:07:45.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B3BC4DC-6DF8-435A-915D-1AE8A75A9E46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:07:48.683', N'2022-07-09 23:07:48.683', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87FA6CF2-636C-46C6-938E-4E085A0BC948', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50996', N'1', N'0', N'2022-07-09 23:08:06.157', N'2022-07-09 23:08:06.157', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E63A9C5-6342-468B-AD3D-97D6802DBDBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021011', N'1', N'0', N'2022-07-09 23:08:15.687', N'2022-07-09 23:08:15.687', N'9', N'6172', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'6172', N'2984') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7271FB0-97BF-471D-A9C9-284B94CC6C13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132013', N'1', N'0', N'2022-07-09 23:08:28.470', N'2022-07-09 23:08:28.470', N'9', N'7035', N'0', N'2001', N'268', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'7035', N'2139') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0797552E-BD8A-4154-8C5A-C8DC1022BFF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042013', N'1', N'0', N'2022-07-09 23:08:33.350', N'2022-07-09 23:08:33.350', N'9', N'3042', N'0', N'2003', N'34', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3042', N'731') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75B1241D-C021-4DE3-A9FA-7C844DD2AD68', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31015', N'1', N'0', N'2022-07-09 23:13:22.967', N'2022-07-09 23:13:22.967', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'028818E3-50A2-459E-B0C8-5FD2E0531FE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062010', N'1', N'0', N'2022-07-09 23:12:11.427', N'2022-07-09 23:12:11.427', N'9', N'8053', N'0', N'2002', N'366', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8053', N'2044') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F71643AA-36A8-4807-870B-B4FD7EE9F289', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042013', N'1', N'0', N'2022-07-09 23:12:12.170', N'2022-07-09 23:12:12.170', N'9', N'3906', N'0', N'2001', N'158', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3906', N'742') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E24AE63F-8126-4B63-B54C-6B71B3450FF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50996', N'1', N'0', N'2022-07-10 02:59:01.043', N'2022-07-10 02:59:01.043', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'25', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF4CF54C-38C4-4975-B9FF-5A58B7FD1D41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61020', N'1', N'0', N'2022-07-09 23:14:16.067', N'2022-07-09 23:14:16.067', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3964A929-8D52-41DB-8D5C-0664E097096F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61019', N'1', N'0', N'2022-07-09 23:14:16.413', N'2022-07-09 23:14:16.413', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87886EC5-75DE-4507-ABDA-1C7A3C105E5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'2', N'0', N'2022-07-09 23:14:16.777', N'2022-07-09 23:14:16.777', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85506B96-B37E-46EB-913B-3A9A7CF8711A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'3', N'0', N'2022-07-09 23:26:05.807', N'2022-07-09 23:26:05.807', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0750DE1A-9211-47B9-98D1-C9352A34B3D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'66041', N'3', N'0', N'2022-07-09 23:26:10.257', N'2022-07-09 23:26:10.257', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A6DCDDB-84CD-444E-B7EF-D335A6F02E07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 23:30:39.153', N'2022-07-09 23:30:39.153', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'402698CB-794A-497A-A5D5-30BEDBCD2353', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022014', N'1', N'0', N'2022-07-09 23:57:59.850', N'2022-07-09 23:57:59.850', N'9', N'4328', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4328', N'1195') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46DC8BD3-9B16-4138-B1AA-9D4C7B024A83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50996', N'1', N'0', N'2022-07-09 23:30:39.470', N'2022-07-09 23:30:39.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6F439C6-6A63-444D-AA42-447D7360D5A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'4', N'0', N'2022-07-09 23:30:54.303', N'2022-07-09 23:30:54.303', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6AA2B6F-F0C3-428A-8D50-3D00F0AFDE95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41637', N'21', N'0', N'2022-07-09 23:30:56.127', N'2022-07-09 23:30:56.127', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBC74662-F3A5-4CF1-BB6D-5AE8265A9BF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-09 23:31:10.567', N'2022-07-09 23:31:10.567', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA6AF7AE-6EF5-48C4-90B3-8E7CE784A315', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50996', N'1', N'0', N'2022-07-09 23:31:13.403', N'2022-07-09 23:31:13.403', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74EA55C0-20A3-43AC-817C-66280EE16F15', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:31:52.443', N'2022-07-09 23:31:52.443', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A583A50-B782-4F5B-8C4B-A95A45C5EEAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50996', N'1', N'0', N'2022-07-09 23:31:54.870', N'2022-07-09 23:31:54.870', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'744AAE14-B82E-42CB-B406-A5FC60793EC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-10 00:59:34.090', N'2022-07-10 00:59:34.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CCF83D3-2411-427A-940E-D4431DD1C94C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-09 23:32:01.180', N'2022-07-09 23:32:01.180', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DA80915-2C54-45C7-A443-A7DEB9708699', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50996', N'1', N'0', N'2022-07-09 23:32:29.753', N'2022-07-09 23:32:29.753', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B3F1039-57C2-4031-BF13-06F02D66C406', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 23:32:52.360', N'2022-07-09 23:32:52.360', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'19', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A639EA5C-DEE9-40EE-9DEC-3C37A3CE6594', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'2', N'0', N'2022-07-09 23:32:57.850', N'2022-07-09 23:32:57.850', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E17EC163-23A4-46F2-899D-36BB40D305DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50996', N'1', N'0', N'2022-07-09 23:33:20.167', N'2022-07-09 23:33:20.167', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2765BAB-BF72-4284-AE86-C532AE423504', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50996', N'1', N'0', N'2022-07-09 23:33:48.413', N'2022-07-09 23:33:48.413', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56C520B7-2654-4AA6-A045-7B0BE6244532', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50996', N'1', N'0', N'2022-07-09 23:33:58.590', N'2022-07-09 23:33:58.590', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B01D652B-4C52-473A-B401-CE246FDBB12A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:33:58.973', N'2022-07-09 23:33:58.973', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19F44997-B281-4503-96EE-C5C93BF8CE56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'1', N'0', N'2022-07-09 23:34:18.053', N'2022-07-09 23:34:18.053', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58CE0013-EC1D-4B55-A609-91D813D30E08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50996', N'1', N'0', N'2022-07-09 23:34:36.977', N'2022-07-09 23:34:36.977', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C339874-EC69-4EDB-A63D-E3D9CD007446', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50996', N'1', N'0', N'2022-07-09 23:34:37.807', N'2022-07-09 23:34:37.807', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7ABF7E84-3FFA-439F-806E-A3EBCB1C7232', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022013', N'1', N'0', N'2022-07-09 23:34:39.817', N'2022-07-09 23:34:39.817', N'9', N'4476', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4476', N'1065') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D34D0CF-E951-4E3A-94D0-E679610831DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022013', N'1', N'0', N'2022-07-09 23:34:41.260', N'2022-07-09 23:34:41.260', N'9', N'4433', N'0', N'2036', N'3', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4433', N'1087') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA1AB9CC-610A-4A7C-87DC-06D1084E6ECE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021014', N'1', N'0', N'2022-07-09 23:34:44.283', N'2022-07-09 23:34:44.283', N'9', N'4249', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4249', N'1127') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CFCCA54-8576-4CDA-8183-BEA027551BF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 23:34:56.470', N'2022-07-09 23:34:56.470', N'9', N'0', N'0', N'1003', N'74', N'0', N'0', N'0', N'0', N'11011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A05B2E22-F023-4302-AB15-30AF0CA46BA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'5', N'0', N'2022-07-09 23:34:57.287', N'2022-07-09 23:34:57.287', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72ACE16D-89B3-4328-8C4E-AE23C1677A01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:35:05.393', N'2022-07-09 23:35:05.393', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD323822-FE7D-49F1-A849-EAAA937A1133', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66041', N'2', N'0', N'2022-07-09 23:35:52.203', N'2022-07-09 23:35:52.203', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2EB73E7-C537-4B06-B271-00FDF223E829', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011015', N'1', N'0', N'2022-07-09 23:36:16.267', N'2022-07-09 23:36:16.267', N'9', N'4597', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4597', N'2079') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2C68750-3155-4C65-B118-F6D12D33A846', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:36:32.937', N'2022-07-09 23:36:32.937', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'082A3034-EFB5-4287-BF2E-8ACBBEF1931E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 23:36:58.060', N'2022-07-09 23:36:58.060', N'9', N'0', N'0', N'2010', N'1', N'0', N'0', N'0', N'0', N'11004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D490662-C34A-472B-9D42-A8B8B0F3DEED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041014', N'1', N'0', N'2022-07-09 23:37:06.580', N'2022-07-09 23:37:06.580', N'9', N'3064', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3064', N'840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5564F78-F02F-4939-B55A-C1AA75ED1B09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152013', N'1', N'0', N'2022-07-09 23:37:07.193', N'2022-07-09 23:37:07.193', N'9', N'7922', N'0', N'1010', N'146', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7922', N'2750') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A698EA2-6D4E-4FA2-9709-36A12627ACF1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042013', N'1', N'0', N'2022-07-09 23:37:08.210', N'2022-07-09 23:37:08.210', N'9', N'4022', N'0', N'2031', N'9', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4022', N'1852') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3BBFEB6-83FD-402F-B84F-343E9B3F43EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:37:09.430', N'2022-07-09 23:37:09.430', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9D66065-F8B6-4363-9D4D-F1C1FB926820', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:37:11.260', N'2022-07-09 23:37:11.260', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E97D3E72-F730-496F-AFEA-80BB79E551D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50996', N'1', N'0', N'2022-07-09 23:37:33.557', N'2022-07-09 23:37:33.557', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AAA5F98B-254B-4BBC-A9F4-548FEEB4F85E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041014', N'1', N'0', N'2022-07-09 23:37:49.210', N'2022-07-09 23:37:49.210', N'9', N'3554', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3554', N'1200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9B83492-45AB-431F-8254-CEEC7E6EBB80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 23:37:49.780', N'2022-07-09 23:37:49.780', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'28', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A2B9881-F12A-4F24-9866-514BCA7B678E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031014', N'1', N'0', N'2022-07-09 23:38:09.503', N'2022-07-09 23:38:09.503', N'9', N'9398', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'9398', N'2276') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'487E0ED4-B757-4FFA-AAE8-DEF027B30BC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:38:21.903', N'2022-07-09 23:38:21.903', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C943BD07-EEF9-467D-BE62-417AE15AD252', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50996', N'1', N'0', N'2022-07-09 23:38:51.123', N'2022-07-09 23:38:51.123', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D70D40EE-46B5-4C92-AE80-8F8FA13D4AD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082010', N'1', N'0', N'2022-07-09 23:39:04.303', N'2022-07-09 23:39:04.303', N'9', N'8887', N'0', N'1010', N'138', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'8887', N'2104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C555F6FC-6D17-4F41-B080-CCC5B6CAA7C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041015', N'1', N'0', N'2022-07-09 23:39:07.540', N'2022-07-09 23:39:07.540', N'9', N'4442', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4442', N'1755') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6F4BFEA-7602-4F45-B934-CD6B8552D7FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112014', N'1', N'0', N'2022-07-09 23:39:09.157', N'2022-07-09 23:39:09.157', N'9', N'7903', N'0', N'2002', N'349', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'10', N'2', N'7903', N'2367') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18E7A116-6B44-4AEE-96F1-08A8FC4ABADE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50996', N'1', N'0', N'2022-07-09 23:39:28.257', N'2022-07-09 23:39:28.257', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55824DF6-F9F2-47AC-B181-4F026475B181', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50996', N'1', N'0', N'2022-07-09 23:39:31.503', N'2022-07-09 23:39:31.503', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14350BEB-AF3E-40DA-AFEA-914A96942274', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50996', N'1', N'0', N'2022-07-09 23:39:37.183', N'2022-07-09 23:39:37.183', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DF136CF-0C43-4110-97C4-53148BA40999', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071014', N'1', N'0', N'2022-07-09 23:39:44.693', N'2022-07-09 23:39:44.693', N'9', N'6555', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'6555', N'2360') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EE24F4F-1607-4FF0-8D9A-424F9AF5621D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 23:40:41.210', N'2022-07-09 23:40:41.210', N'9', N'0', N'0', N'2012', N'1', N'0', N'0', N'0', N'0', N'11006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0589480D-6E82-472A-84BC-D92AC1D8FB9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021014', N'1', N'0', N'2022-07-09 23:40:58.497', N'2022-07-09 23:40:58.497', N'9', N'3774', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3774', N'1026') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DE57359-021E-46E1-BF4D-226A4789096E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50996', N'1', N'0', N'2022-07-09 23:40:59.297', N'2022-07-09 23:40:59.297', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95B2EBD2-BFA8-4C5C-9EC8-E68A85B5AEBF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:40:59.910', N'2022-07-09 23:40:59.910', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B0B1E1A-DCDB-4E06-8B51-D83172A5FBE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022011', N'1', N'0', N'2022-07-09 23:43:41.060', N'2022-07-09 23:43:41.060', N'9', N'7433', N'0', N'1010', N'182', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'5', N'9', N'7433', N'2693') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CC12993-1B7F-4F6C-8890-AD34EF9F3998', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052014', N'1', N'0', N'2022-07-09 23:43:41.607', N'2022-07-09 23:43:41.607', N'9', N'8293', N'0', N'1010', N'150', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'43', N'44', N'8293', N'2126') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC9C740A-37F0-4EB9-B081-B75281C4435A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012014', N'1', N'0', N'2022-07-09 23:43:41.817', N'2022-07-09 23:43:41.817', N'9', N'4785', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4785', N'1526') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C343853-B120-4431-9F4C-C55317381891', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13034008', N'1', N'0', N'2022-07-09 23:43:42.220', N'2022-07-09 23:43:42.220', N'9', N'3891', N'0', N'2035', N'5', N'2011', N'4', N'0', N'0', N'2072', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3891', N'832') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECC654BC-D593-49BE-A6A5-3D3922743C42', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12044008', N'1', N'0', N'2022-07-09 23:43:42.617', N'2022-07-09 23:43:42.617', N'9', N'4891', N'0', N'2035', N'10', N'2011', N'7', N'0', N'0', N'2071', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4891', N'1632') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2DADD9CD-94B0-4A5F-9A98-C15C78317DCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-09 23:43:43.027', N'2022-07-09 23:43:43.027', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'29', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11BFEC7F-D7BE-41E5-8F4D-C54F9C46F64F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41689', N'1', N'0', N'2022-07-09 23:43:44.857', N'2022-07-09 23:43:44.857', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED639AFE-7517-496D-BEEF-4AB874A5AADF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41689', N'1', N'-1', N'2022-07-09 23:45:32.793', N'2022-07-09 23:45:32.793', N'22', N'0', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A13C9A46-15B7-4CB7-ACB0-54E58C55B099', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'38009', N'2', N'0', N'2022-07-09 23:45:37.283', N'2022-07-09 23:45:37.283', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73A25891-A5AA-49BB-A56F-B494F176597E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31052', N'1', N'0', N'2022-07-09 23:46:35.070', N'2022-07-09 23:46:35.070', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66A7B311-9C39-47F4-A2E2-61864FCFDFF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41704', N'1', N'-1', N'2022-07-09 23:46:46.970', N'2022-07-09 23:46:46.970', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A43E1059-6D8E-4E51-B28C-DDB6CBFDC74D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'3', N'0', N'2022-07-09 23:50:15.260', N'2022-07-09 23:50:15.260', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C86DAAB-63E0-4AC2-91E4-D7294EAF04BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012013', N'1', N'0', N'2022-07-09 23:53:49.573', N'2022-07-09 23:53:49.573', N'9', N'4237', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4237', N'745') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F36C2DA-E025-4BC7-9049-7ECCB6B197B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052014', N'1', N'0', N'2022-07-10 00:59:34.963', N'2022-07-10 00:59:34.963', N'9', N'6689', N'0', N'2002', N'418', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'80', N'73', N'6689', N'2217') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'616C008E-58AB-4E16-BDC6-FD567CCD9DE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041015', N'1', N'0', N'2022-07-09 23:54:00.107', N'2022-07-09 23:54:00.107', N'9', N'5636', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5636', N'1490') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFC764A6-B652-41E7-9032-FD98A60069D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41690', N'15', N'0', N'2022-07-09 23:54:05.573', N'2022-07-09 23:54:05.573', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCCEC625-F959-493E-B538-6AF1715BF091', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031014', N'1', N'0', N'2022-07-09 23:54:24.740', N'2022-07-09 23:54:24.740', N'9', N'3386', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3386', N'1541') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D75D252-1B4B-4925-A8D9-7F69F71685F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012014', N'1', N'0', N'2022-07-09 23:54:34.713', N'2022-07-09 23:54:34.713', N'9', N'4185', N'0', N'2001', N'214', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4185', N'844') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F8A420C-4E52-4298-9B81-2BB50C379943', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:54:58.907', N'2022-07-09 23:54:58.907', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A62CEBC-2BFA-46E6-A370-17CFA4BE218C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042014', N'1', N'0', N'2022-07-09 23:54:59.320', N'2022-07-09 23:54:59.320', N'9', N'4541', N'0', N'2031', N'8', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4541', N'1993') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A743F022-5D12-4AB7-9653-14026DFC4CCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:55:05.437', N'2022-07-09 23:55:05.437', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18F8F6C1-9CC2-4622-A0B8-6A9018F7A398', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011014', N'1', N'0', N'2022-07-09 23:56:01.517', N'2022-07-09 23:56:01.517', N'9', N'3513', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3513', N'807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5179D16C-AC20-4B85-9BFB-CDB8942D8B40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041011', N'1', N'0', N'2022-07-09 23:56:03.757', N'2022-07-09 23:56:03.757', N'9', N'7473', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7473', N'2549') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32A89A2A-46B1-4FB8-9A18-A616C042365B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-09 23:56:04.160', N'2022-07-09 23:56:04.160', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A47C7BB5-75BE-448A-9EAC-0CCDC6D217C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50996', N'1', N'0', N'2022-07-09 23:56:24.883', N'2022-07-09 23:56:24.883', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'519E4C41-F16F-4B18-92E3-F235F06EFEF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50996', N'1', N'0', N'2022-07-09 23:56:55.857', N'2022-07-09 23:56:55.857', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0234E833-2B4B-41FD-916E-383A6FDA1D61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50996', N'1', N'0', N'2022-07-09 23:56:58.183', N'2022-07-09 23:56:58.183', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'534937EF-235B-46C2-8815-F2DA6734C482', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041014', N'1', N'0', N'2022-07-09 23:57:03.380', N'2022-07-09 23:57:03.380', N'9', N'3719', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3719', N'759') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2DBEA996-D8C3-415C-81A3-3F1D804C5694', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062011', N'1', N'0', N'2022-07-09 23:57:59.670', N'2022-07-09 23:57:59.670', N'9', N'9332', N'0', N'1010', N'197', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'70', N'77', N'9332', N'2595') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC3FD96A-E4ED-460B-A548-0FBA081B43CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022013', N'1', N'0', N'2022-07-09 23:58:10.490', N'2022-07-09 23:58:10.490', N'9', N'4227', N'0', N'2010', N'10', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'14', N'12', N'4227', N'1717') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0835D8DC-AB5C-4345-A0AA-35758D6EF45D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032013', N'1', N'0', N'2022-07-09 23:58:11.103', N'2022-07-09 23:58:11.103', N'9', N'3329', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3329', N'1062') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'372DDE0D-A362-42EE-B9C9-1B7D5B5CCD00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50996', N'1', N'0', N'2022-07-09 23:58:16.577', N'2022-07-09 23:58:16.577', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'276BDB78-F612-4188-B76A-D7EDE3EBF044', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021014', N'1', N'0', N'2022-07-09 23:58:38.703', N'2022-07-09 23:58:38.703', N'9', N'4394', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4394', N'1018') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB65DD83-DC31-4421-A206-60A27965D708', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50996', N'1', N'0', N'2022-07-09 23:59:01.677', N'2022-07-09 23:59:01.677', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7D05547-D61C-4B00-B44B-3FA5291E3493', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021014', N'1', N'0', N'2022-07-09 23:59:45.127', N'2022-07-09 23:59:45.127', N'9', N'3385', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3385', N'625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1681185-7E61-4AD4-A5D1-D501EB6F9E98', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50996', N'1', N'0', N'2022-07-10 00:00:12.363', N'2022-07-10 00:00:12.363', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4C8F04A-C296-4ED1-B15A-5368E0013FDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031014', N'1', N'0', N'2022-07-10 00:00:21.700', N'2022-07-10 00:00:21.700', N'9', N'3897', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3897', N'984') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31E0A76C-FB59-4CEC-AADE-0F0464A81E43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041014', N'1', N'0', N'2022-07-10 00:00:40.410', N'2022-07-10 00:00:40.410', N'9', N'3377', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3377', N'1239') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0D96DF2-260F-4FBB-AAC7-5CA9316DF3D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50996', N'1', N'0', N'2022-07-10 00:00:54.840', N'2022-07-10 00:00:54.840', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'073E13F2-AF17-4AE0-B57B-ECE7325C2BED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50996', N'1', N'0', N'2022-07-10 00:00:58.737', N'2022-07-10 00:00:58.737', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A687D33E-08C4-4DBD-9248-1AD455F00D24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-10 00:01:02.377', N'2022-07-10 00:01:02.377', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD038926-0E5D-4C47-BDC0-07938901201F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081010', N'1', N'0', N'2022-07-10 00:01:24.287', N'2022-07-10 00:01:24.287', N'9', N'7471', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7471', N'2239') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39058A3F-500D-46D7-BD58-9933091354CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50996', N'1', N'0', N'2022-07-10 00:01:56.400', N'2022-07-10 00:01:56.400', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'715B931A-B5F7-40BA-A786-FC8EEF3F62AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50996', N'1', N'0', N'2022-07-10 00:02:17.157', N'2022-07-10 00:02:17.157', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E3195D4-E808-47A4-9155-BA3B28421290', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-10 00:02:37.253', N'2022-07-10 00:02:37.253', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9EB07A2-3648-45B0-817D-EEB5DBE43480', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011014', N'1', N'0', N'2022-07-10 00:02:51.647', N'2022-07-10 00:02:51.647', N'9', N'3547', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3547', N'1397') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C7A98E8-B7C5-4F0B-9EFF-C244F12E838D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041011', N'1', N'0', N'2022-07-10 00:03:40.363', N'2022-07-10 00:03:40.363', N'9', N'6165', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'6165', N'2252') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADA2A42D-1600-4BBF-ACC0-E9F5A9206072', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50996', N'1', N'0', N'2022-07-10 00:03:41.380', N'2022-07-10 00:03:41.380', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A65868C-B27D-4B5C-A833-47AD6178C92C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032013', N'1', N'0', N'2022-07-10 00:04:52.217', N'2022-07-10 00:04:52.217', N'9', N'4428', N'0', N'2003', N'69', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4428', N'1509') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E653A36-A5D5-4E03-8621-A40220F5DBFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-12', N'-1', N'59004', N'1', N'0', N'2022-07-10 00:07:18.393', N'2022-07-10 00:07:18.393', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8EB9A1A-4715-48E8-BF39-39E0EA4C49A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 00:08:02.080', N'2022-07-10 00:08:02.080', N'5', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7A34E6F-92FB-4949-8638-C4620A0EE40D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032013', N'1', N'0', N'2022-07-10 00:08:20.560', N'2022-07-10 00:08:20.560', N'39', N'4098', N'0', N'2011', N'5', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4098', N'1125') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6171207-37FD-4110-88D6-5432E05C9ACD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032013', N'1', N'0', N'2022-07-10 00:08:20.737', N'2022-07-10 00:08:20.737', N'39', N'7246', N'0', N'2002', N'259', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7246', N'2419') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'291317C9-5E39-4702-9C1F-CE6AC2C63BDB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092013', N'1', N'0', N'2022-07-10 00:08:21.177', N'2022-07-10 00:08:21.177', N'39', N'7431', N'0', N'1010', N'186', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'7431', N'2281') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E289EAC8-4EBE-4FF9-80DC-95895B1BECDC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062010', N'1', N'0', N'2022-07-10 00:08:21.760', N'2022-07-10 00:08:21.760', N'39', N'6325', N'0', N'2002', N'325', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6325', N'2463') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CECFB9D2-FFE1-48AB-92D9-65CC846BC410', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 00:08:22.313', N'2022-07-10 00:08:22.313', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77A1D91F-E1B7-43D9-B80F-EDE1D784BD8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'66', N'41799', N'14', N'0', N'2022-07-10 00:21:34.703', N'2022-07-10 00:21:34.703', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D0B8AB3B-1FA2-4F60-963D-53CE0064C202', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000311', N'1', N'0', N'2022-07-10 00:42:32.917', N'2022-07-10 00:42:32.917', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF1CEAC6-291E-4DC5-9736-4304F2AD99C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41706', N'11', N'0', N'2022-07-10 00:53:34.417', N'2022-07-10 00:53:34.417', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27398FF5-A0F8-4A94-8EBF-1D68D53D6B80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000081', N'1', N'0', N'2023-06-06 01:06:24.597', N'2023-06-06 01:06:24.597', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'931B7CC8-1F85-4993-80D4-39E09C81211F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41705', N'5', N'0', N'2022-07-10 00:54:19.630', N'2022-07-10 00:54:19.630', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EE38F6C-30C0-4589-BFF6-BF01757C6DDC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60100', N'1', N'0', N'2022-07-10 00:56:05.370', N'2022-07-10 00:56:05.370', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2532AFC6-7A5B-45A5-9CC7-DCCDAD1782AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032014', N'1', N'0', N'2022-07-10 00:58:09.293', N'2022-07-10 00:58:09.293', N'9', N'5562', N'0', N'2003', N'81', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5562', N'1988') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC227B6F-75B4-460A-9923-C5966C5717F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081010', N'1', N'0', N'2022-07-10 00:58:45.570', N'2022-07-10 00:58:45.570', N'9', N'7318', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7318', N'2369') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'326568D5-BEB8-4AEB-9164-0CF529560D0F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032014', N'1', N'0', N'2022-07-10 01:01:28.220', N'2022-07-10 01:01:28.220', N'9', N'4828', N'0', N'2001', N'245', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'4828', N'1939') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8A5E865-FFD5-4A7C-A669-49301F0D3DF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042013', N'1', N'0', N'2022-07-10 01:01:29.030', N'2022-07-10 01:01:29.030', N'9', N'4674', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4674', N'1978') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6305CCC5-2E98-4D1E-912D-C520695FFD91', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042014', N'1', N'0', N'2022-07-10 01:01:41.887', N'2022-07-10 01:01:41.887', N'39', N'3991', N'0', N'2032', N'6', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3991', N'1093') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B4DB3C5-F1DD-4559-8598-C0984E850546', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062011', N'1', N'0', N'2022-07-10 01:01:42.847', N'2022-07-10 01:01:42.847', N'39', N'9688', N'0', N'2002', N'445', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'110', N'110', N'9688', N'2289') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9C7E40A-AD3F-49D1-9076-1F8DE7611512', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042011', N'1', N'0', N'2022-07-10 01:01:43.190', N'2022-07-10 01:01:43.190', N'39', N'8545', N'0', N'2001', N'392', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'42', N'41', N'8545', N'2415') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77A80FD4-68EF-4831-9FD2-8F4B6C710CCA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022014', N'1', N'0', N'2022-07-10 01:01:43.657', N'2022-07-10 01:01:43.657', N'39', N'5562', N'0', N'2003', N'81', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5562', N'1988') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5640FDD5-73FB-4D21-89AE-A414523EDBBB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11014009', N'1', N'0', N'2022-07-10 01:01:49.223', N'2022-07-10 01:01:49.223', N'23', N'7520', N'0', N'2002', N'430', N'2013', N'56', N'0', N'0', N'2174', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'1', N'3', N'7', N'2', N'7520', N'2334') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31B599B7-6711-428F-97DB-1F4F68A37B55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 01:01:56.933', N'2022-07-10 01:01:56.933', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B4DF897-CE7E-4786-803C-A04656552D91', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032013', N'1', N'0', N'2022-07-10 01:01:57.887', N'2022-07-10 01:01:57.887', N'39', N'3247', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2064', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3247', N'635') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1797EA1-3469-4CCE-A9BE-958C3E33CFCC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032013', N'1', N'0', N'2022-07-10 01:01:58.480', N'2022-07-10 01:01:58.480', N'39', N'4247', N'0', N'2031', N'8', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4247', N'1435') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B2B0725-81C7-4E2C-A6C5-FF22100C8A6C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071014', N'1', N'0', N'2022-07-10 01:01:58.830', N'2022-07-10 01:01:58.830', N'39', N'8219', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'8219', N'2774') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37D85C2D-DAF9-492F-BC36-F91B4AFB489A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041014', N'1', N'0', N'2022-07-10 01:01:59.627', N'2022-07-10 01:01:59.627', N'39', N'4092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4092', N'734') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1376D333-3406-48A9-9E85-F94E58246077', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41691', N'1', N'-1', N'2022-07-10 01:03:09.230', N'2022-07-10 01:03:09.230', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA904D40-7F6A-437C-8741-B9DED93B9AC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31005', N'1', N'0', N'2022-07-10 01:03:18.203', N'2022-07-10 01:03:18.203', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFF75653-C1BC-4B0B-B6FB-52B7FF2EBAF1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'12', N'0', N'2022-07-10 01:04:15.510', N'2022-07-10 01:04:15.510', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCFC0186-F735-40B1-A91D-D93D3276DF92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042013', N'1', N'0', N'2022-07-10 01:15:22.277', N'2022-07-10 01:15:22.277', N'9', N'4864', N'0', N'2004', N'62', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'4864', N'1701') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0688D59-744D-417E-9A82-2034A190A0BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131014', N'1', N'0', N'2022-07-10 01:24:46.433', N'2022-07-10 01:24:46.433', N'9', N'8723', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'8723', N'2257') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88472173-ADC6-4EC3-9A91-D2A6AB025B85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-10 01:25:22.387', N'2022-07-10 01:25:22.387', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'545F7E59-D53D-4386-8432-E9CF61207FD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-10 01:25:38.813', N'2022-07-10 01:25:38.813', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F320BD20-39EB-404D-9EF2-F8C2A03781F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042014', N'1', N'0', N'2022-07-10 01:27:52.680', N'2022-07-10 01:27:52.680', N'9', N'4384', N'0', N'2004', N'38', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'4384', N'625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52BAFC41-5143-456B-843D-3CFB5B2AAEF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-10 01:27:53.090', N'2022-07-10 01:27:53.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9398CFCE-D2C5-462D-992C-B45784BFAB1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022010', N'1', N'0', N'2022-07-10 01:27:53.490', N'2022-07-10 01:27:53.490', N'9', N'6987', N'0', N'2002', N'359', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6987', N'2468') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6899B52-6812-4314-8CEF-DC565C9C9D0C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 01:27:54.700', N'2022-07-10 01:27:54.700', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99FA2187-EE7A-43CF-927C-5FABB0DC5D46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042014', N'1', N'0', N'2022-07-10 01:27:55.313', N'2022-07-10 01:27:55.313', N'9', N'3945', N'0', N'2001', N'178', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3945', N'1075') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'233C396A-BE16-4644-B1B4-675A2D850ACA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012013', N'1', N'0', N'2022-07-10 01:27:55.330', N'2022-07-10 01:27:55.330', N'9', N'3945', N'0', N'2001', N'168', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3945', N'1075') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89A95784-834B-4693-8E6B-5A193490A450', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152014', N'1', N'0', N'2022-07-10 01:27:55.723', N'2022-07-10 01:27:55.723', N'9', N'8947', N'0', N'2001', N'371', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'70', N'75', N'8947', N'2475') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'103F3963-76D3-4359-A3ED-78B969608715', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'3', N'59004', N'3', N'0', N'2022-07-10 01:27:55.740', N'2022-07-10 01:27:55.740', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'038FFD45-42AD-4245-A0B5-393F4E647570', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042014', N'1', N'0', N'2022-07-10 01:28:16.967', N'2022-07-10 01:28:16.967', N'23', N'3634', N'0', N'2001', N'202', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3634', N'672') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDCF787F-7FB2-4037-96B6-0B8FC449D33A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011014', N'1', N'0', N'2022-07-10 01:34:11.947', N'2022-07-10 01:34:11.947', N'9', N'3433', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3433', N'706') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50E59517-BF19-459F-9073-6F50814EA70D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 01:34:24.127', N'2022-07-10 01:34:24.127', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'14', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D96E58E5-B6CD-4561-B4CC-2A6618569B2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031014', N'1', N'0', N'2022-07-10 01:34:43.020', N'2022-07-10 01:34:43.020', N'9', N'4169', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4169', N'817') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01B3E623-A5D6-4D88-BE1C-BBF689EACA55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-10 01:34:44.850', N'2022-07-10 01:34:44.850', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA6C7355-9597-415C-A846-62CE93FA0659', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50996', N'1', N'0', N'2022-07-10 01:34:52.130', N'2022-07-10 01:34:52.130', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60195AAF-5EF6-46D9-B4B0-B739A09A4FB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-10 01:34:54.357', N'2022-07-10 01:34:54.357', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54874028-49D9-4A86-A5AB-1AE92CD358D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152014', N'1', N'0', N'2022-07-10 01:35:25.053', N'2022-07-10 01:35:25.053', N'9', N'8660', N'0', N'2002', N'424', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'46', N'44', N'8660', N'2513') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E682E05D-8C2A-4DD8-B309-3526B1AE2D9F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022013', N'1', N'0', N'2022-07-10 01:35:25.470', N'2022-07-10 01:35:25.470', N'9', N'4154', N'0', N'2002', N'192', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4154', N'1113') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'690F37F7-97BB-4DE4-AECA-6D4867627DED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50996', N'1', N'0', N'2022-07-10 01:35:32.570', N'2022-07-10 01:35:32.570', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7591C2A3-77CD-42C8-B78C-DEBBB7DB4E3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50996', N'1', N'0', N'2022-07-10 01:36:08.500', N'2022-07-10 01:36:08.500', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B8A46F2-3995-405B-A8D4-1647BCAA79E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131014', N'1', N'0', N'2022-07-10 01:36:09.323', N'2022-07-10 01:36:09.323', N'9', N'8254', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'13', N'14', N'8254', N'2375') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37E453FB-B4AB-4EB7-BE66-7D2D0ABC3FF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031014', N'1', N'0', N'2022-07-10 01:36:33.753', N'2022-07-10 01:36:33.753', N'9', N'3003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3003', N'809') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DBC8D76-3136-45D7-93F6-B938B9D27FCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042011', N'1', N'0', N'2022-07-10 01:37:03.873', N'2022-07-10 01:37:03.873', N'9', N'7640', N'0', N'2001', N'322', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'47', N'49', N'7640', N'2223') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9ABF7F87-7A37-443E-B706-A3CC4E5D17E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042014', N'1', N'0', N'2022-07-10 01:37:04.280', N'2022-07-10 01:37:04.280', N'9', N'3738', N'0', N'2011', N'5', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3738', N'921') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F523D30F-5085-46AB-8AFC-5176F4112339', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60100', N'2', N'0', N'2022-07-10 01:37:11.780', N'2022-07-10 01:37:11.780', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64F91AB1-40C8-4596-9BF7-AB030EB315B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50996', N'1', N'0', N'2022-07-10 01:37:17.463', N'2022-07-10 01:37:17.463', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B2716D5-AA61-4930-B5D3-67F36A3EDB6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011014', N'1', N'0', N'2022-07-10 01:37:28.277', N'2022-07-10 01:37:28.277', N'9', N'3483', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3483', N'841') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FE13240-A670-45DC-B93E-D7D05EBD455C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062011', N'1', N'0', N'2022-07-10 01:37:29.913', N'2022-07-10 01:37:29.913', N'9', N'7597', N'0', N'1010', N'163', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'44', N'40', N'7597', N'2073') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F88B5CB-376F-4157-AE9F-3162EA03C0C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132014', N'1', N'0', N'2022-07-10 01:37:30.517', N'2022-07-10 01:37:30.517', N'9', N'7456', N'0', N'1010', N'217', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'47', N'41', N'7456', N'2179') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F70DA1CD-24B9-4ACC-8EBC-C6D56BD1789D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50996', N'1', N'0', N'2022-07-10 02:17:02.547', N'2022-07-10 02:17:02.547', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B728990-8D83-4544-AFBC-88A768985BEB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60101', N'1', N'0', N'2022-07-10 01:38:03.837', N'2022-07-10 01:38:03.837', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80B1F27E-440B-4F23-9FEE-894CCEEA1C5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021015', N'1', N'0', N'2022-07-10 01:38:12.597', N'2022-07-10 01:38:12.597', N'9', N'5082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5082', N'2037') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AE3E398-BE90-4916-B7D3-E1B278CB5DDB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011014', N'1', N'0', N'2022-07-10 01:38:20.930', N'2022-07-10 01:38:20.930', N'9', N'3915', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3915', N'1141') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB29151B-32D0-40B2-9442-DF4847E37B5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 01:39:19.447', N'2022-07-10 01:39:19.447', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2DD7EAE1-43AC-4F5B-BAAA-90D80E706598', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50996', N'1', N'0', N'2022-07-10 01:39:19.790', N'2022-07-10 01:39:19.790', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72F0E60F-99DD-4404-823C-4403356DDA22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012014', N'1', N'0', N'2022-07-10 01:39:22.427', N'2022-07-10 01:39:22.427', N'9', N'4893', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'7', N'6', N'4893', N'846') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C612E66B-903A-4794-8B70-59674CAA2E85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072014', N'1', N'0', N'2022-07-10 01:39:26.670', N'2022-07-10 01:39:26.670', N'9', N'6307', N'0', N'2002', N'414', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'9', N'5', N'6307', N'2643') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'519F99AB-EEAD-4FD5-BC6F-528C5C5BADFC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50996', N'1', N'0', N'2022-07-10 01:39:35.787', N'2022-07-10 01:39:35.787', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C05E5B62-376F-4AA9-9670-02528308B46B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-10 01:39:51.030', N'2022-07-10 01:39:51.030', N'9', N'0', N'0', N'1004', N'72', N'0', N'0', N'0', N'0', N'11012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'944CA8F9-8442-4997-A6A8-49565BD4834D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-10 01:40:17.467', N'2022-07-10 01:40:17.467', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08E5FEC9-B9AE-4848-90C8-6C347039A832', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50996', N'1', N'0', N'2022-07-10 01:40:42.863', N'2022-07-10 01:40:42.863', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D8354E0-6FDC-4AEF-9E91-B4EE9F49E2A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50996', N'1', N'0', N'2022-07-10 01:41:05.387', N'2022-07-10 01:41:05.387', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D265FA1C-9E15-4A8F-9A53-66CEDCD2EE84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 01:41:06.003', N'2022-07-10 01:41:06.003', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'27', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D6A522D-57B1-4A31-BCB3-CE51A74BA277', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 01:42:17.193', N'2022-07-10 01:42:17.193', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'35', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA630944-4FCC-4731-BF41-EC363CD9776B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012014', N'1', N'0', N'2022-07-10 01:42:24.123', N'2022-07-10 01:42:24.123', N'39', N'4272', N'0', N'2004', N'59', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4272', N'2021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF2F1104-EB41-4E57-9904-A68E36B5278E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012013', N'1', N'0', N'2022-07-10 01:42:24.553', N'2022-07-10 01:42:24.553', N'39', N'4422', N'0', N'2001', N'189', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4422', N'1755') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4ACB2AD5-59A9-4744-BECE-974405BC2AD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042010', N'1', N'0', N'2022-07-10 01:42:25.660', N'2022-07-10 01:42:25.660', N'39', N'8092', N'0', N'1010', N'158', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8092', N'2194') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C517871B-C0ED-44E5-82A8-57A378DD0EF9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022013', N'1', N'0', N'2022-07-10 01:42:26.047', N'2022-07-10 01:42:26.047', N'39', N'5901', N'0', N'2003', N'55', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5901', N'1848') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9740EDF-5B97-4456-81CF-3987BFA6BCE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 01:46:27.820', N'2022-07-10 01:46:27.820', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'40', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E204B0CB-2B41-42C9-8979-71E24F4FF343', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'63003', N'1', N'0', N'2022-07-10 01:46:20.213', N'2022-07-10 01:46:20.213', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFD1C18C-B383-43EB-AC1A-BB8B419C7DE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031014', N'1', N'0', N'2022-07-10 02:58:59.673', N'2022-07-10 02:58:59.673', N'39', N'4379', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4379', N'769') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'757D7B8C-581A-444B-A60E-21AF3D8B0DEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012014', N'1', N'0', N'2022-07-10 01:49:42.670', N'2022-07-10 01:49:42.670', N'9', N'6596', N'0', N'2002', N'406', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'40', N'46', N'6596', N'2560') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F25BFE6B-F27D-47F3-BF9B-7A62B2936FC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012014', N'1', N'0', N'2022-07-10 01:50:19.693', N'2022-07-10 01:50:19.693', N'9', N'4198', N'0', N'2003', N'85', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4198', N'1959') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04738811-EAA4-4B3A-9F7B-7E2AB91FA92D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042010', N'1', N'0', N'2022-07-10 01:50:20.000', N'2022-07-10 01:50:20.000', N'9', N'6208', N'0', N'1010', N'215', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6208', N'2559') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43145A99-B143-4B72-ABBE-C5932AC73BA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062011', N'1', N'0', N'2022-07-10 01:50:20.200', N'2022-07-10 01:50:20.200', N'9', N'9312', N'0', N'2001', N'403', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'73', N'76', N'9312', N'2464') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86B15CC8-7993-48BE-A14D-946A23FD76C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012014', N'1', N'0', N'2022-07-10 01:50:20.603', N'2022-07-10 01:50:20.603', N'9', N'4308', N'0', N'2004', N'41', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4308', N'1064') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18077B32-DBB2-4E42-AB85-DA03618EBF77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032014', N'1', N'0', N'2022-07-10 01:50:21.000', N'2022-07-10 01:50:21.000', N'9', N'5308', N'0', N'2004', N'75', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'5308', N'1864') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D889259F-49B4-4A56-A6AD-B5EEDF29E8F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012013', N'1', N'0', N'2022-07-10 01:50:36.757', N'2022-07-10 01:50:36.757', N'39', N'4004', N'0', N'2003', N'34', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4004', N'758') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45D0975C-DF8D-4DBF-BC8F-61623166E9AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022013', N'1', N'0', N'2022-07-10 01:50:36.773', N'2022-07-10 01:50:36.773', N'39', N'3946', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3946', N'1149') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'176FE44D-F3A7-419A-AED3-6C8739FEDFFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042013', N'1', N'0', N'2022-07-10 01:50:36.967', N'2022-07-10 01:50:36.967', N'39', N'3545', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3545', N'1351') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'735C2900-C2F5-4087-83DC-D400DD4CA015', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022014', N'1', N'0', N'2022-07-10 01:50:37.393', N'2022-07-10 01:50:37.393', N'39', N'4451', N'0', N'2035', N'11', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'4451', N'1861') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08AE6F4B-535E-4C6C-A239-99B5099F51B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60098', N'2', N'0', N'2022-07-10 01:50:37.750', N'2022-07-10 01:50:37.750', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75053004-0673-4E64-AB28-83229CF89D37', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011014', N'1', N'0', N'2022-07-10 01:50:38.107', N'2022-07-10 01:50:38.107', N'39', N'3255', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3255', N'690') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DD04DAD-D593-4F82-B3AD-1A26BF04442A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012013', N'1', N'0', N'2022-07-10 01:50:38.687', N'2022-07-10 01:50:38.687', N'39', N'4901', N'0', N'2003', N'31', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4901', N'1048') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7335699-C0D1-446A-A91B-D948D4B89096', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042014', N'1', N'0', N'2022-07-10 01:50:40.660', N'2022-07-10 01:50:40.660', N'39', N'3461', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3461', N'902') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A2BB87B-3BAA-4E06-A264-504B2E7DC1A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011015', N'1', N'0', N'2022-07-10 01:50:41.300', N'2022-07-10 01:50:41.300', N'39', N'4749', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4749', N'1508') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1489A4DE-95FD-458F-BE76-0D9FE889C2BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011015', N'1', N'0', N'2022-07-10 01:50:41.647', N'2022-07-10 01:50:41.647', N'39', N'4449', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4449', N'1920') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60E4AAAE-2405-4055-A751-9505C235F576', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012013', N'1', N'0', N'2022-07-10 01:50:41.983', N'2022-07-10 01:50:41.983', N'39', N'4945', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4945', N'690') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E90AC02-27F9-4336-8996-57BB8820638A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031014', N'1', N'0', N'2022-07-10 01:50:42.313', N'2022-07-10 01:50:42.313', N'39', N'3526', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3526', N'804') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D553C4DB-E508-4AE6-8A35-7913EAA641C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022013', N'1', N'0', N'2022-07-10 01:50:43.123', N'2022-07-10 01:50:43.123', N'39', N'3176', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3176', N'1577') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9F61BED9-01D4-49F5-91BA-195CDB2790FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042014', N'1', N'0', N'2022-07-10 01:50:43.483', N'2022-07-10 01:50:43.483', N'39', N'3551', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3551', N'1574') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F7650F1-4584-4873-8B00-3945D22378ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031014', N'1', N'0', N'2022-07-10 01:50:44.060', N'2022-07-10 01:50:44.060', N'39', N'7535', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'7535', N'2572') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'130EDFD6-EBE3-4848-98D4-9FA719C6A6DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011014', N'1', N'0', N'2022-07-10 01:50:44.477', N'2022-07-10 01:50:44.477', N'39', N'3060', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3060', N'1089') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFF50518-5B98-4206-8655-94AE2F135793', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50996', N'1', N'0', N'2022-07-10 01:52:25.957', N'2022-07-10 01:52:25.957', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E80CC3D5-F4D3-47AD-A0F1-C8EEA8BD3879', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15011014', N'1', N'0', N'2022-07-10 01:52:26.470', N'2022-07-10 01:52:26.470', N'39', N'3142', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3142', N'1056') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2CFA5228-CC75-4982-B8BD-A665A38AF783', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15014009', N'1', N'0', N'2022-07-10 01:50:10.457', N'2022-07-10 01:50:10.457', N'14', N'3513', N'0', N'2032', N'6', N'2002', N'180', N'0', N'0', N'2068', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3513', N'939') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F95B9ADC-5C2D-4C9F-8DD1-2C280B548F04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62013', N'2', N'0', N'2022-07-10 01:53:00.673', N'2022-07-10 01:53:00.673', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C7173F79-2761-44AE-9B48-48A7EB909E5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'9', N'0', N'2022-07-10 01:53:01.677', N'2022-07-10 01:53:01.677', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E8C4C52-839D-4B0C-9C80-1F256AD5D0BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'38009', N'2', N'0', N'2022-07-10 01:53:13.760', N'2022-07-10 01:53:13.760', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F31BA2AF-3394-41FA-8C7F-FB5D16DD21BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37009', N'2', N'0', N'2022-07-10 01:53:18.253', N'2022-07-10 01:53:18.253', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'98E8B358-D4D6-4AD3-B530-18602E843A6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50996', N'1', N'0', N'2022-07-10 02:14:37.233', N'2022-07-10 02:14:37.233', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7110A2A2-B6DA-48C5-8724-7D3CAC06DB97', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'28', N'80000204', N'5', N'0', N'2022-07-10 16:43:48.930', N'2022-07-10 16:43:48.930', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAD387C8-DF8D-4839-85CA-1C59C14CC395', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50996', N'1', N'0', N'2022-07-10 02:14:40.237', N'2022-07-10 02:14:40.237', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'736658E6-0999-4F3F-945E-802A40EBC045', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031014', N'1', N'0', N'2022-07-10 02:15:43.630', N'2022-07-10 02:15:43.630', N'9', N'3992', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3992', N'650') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61DADEFF-944A-482B-9F9A-CD1642C79751', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031014', N'1', N'0', N'2022-07-10 02:16:01.240', N'2022-07-10 02:16:01.240', N'9', N'3871', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3871', N'1398') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26D32010-AE31-496A-97D8-333311189955', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-10 02:16:32.080', N'2022-07-10 02:16:32.080', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A55EC8D-2305-412F-BCCA-0BCCADD48FEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021016', N'1', N'0', N'2022-07-10 02:16:58.093', N'2022-07-10 02:16:58.093', N'9', N'5323', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5323', N'1948') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A9DC114-81C5-4A2D-B97E-AB3E076C7BF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50996', N'1', N'0', N'2022-07-10 02:18:52.850', N'2022-07-10 02:18:52.850', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F542A63-B12D-4C16-934E-9F11DD085C22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041012', N'1', N'0', N'2022-07-10 02:18:55.887', N'2022-07-10 02:18:55.887', N'9', N'8285', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'44', N'50', N'8285', N'2720') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3878A503-3406-44E0-8E05-7B06F46346BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50996', N'1', N'0', N'2022-07-10 02:19:36.330', N'2022-07-10 02:19:36.330', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FD36032-C609-494D-9A8B-3C55354BC0C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012014', N'1', N'0', N'2022-07-10 02:22:03.847', N'2022-07-10 02:22:03.847', N'9', N'4397', N'0', N'2032', N'10', N'0', N'0', N'0', N'0', N'2066', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4397', N'1636') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'266D9A6B-D640-411C-A9AD-9B5E99905F5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14044009', N'1', N'0', N'2022-07-10 02:22:10.110', N'2022-07-10 02:22:10.110', N'9', N'4370', N'0', N'2011', N'9', N'2010', N'9', N'0', N'0', N'2043', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'1', N'3', N'3', N'2', N'4370', N'2240') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'082F293C-7532-49EB-B9EA-877364992F8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031016', N'1', N'0', N'2022-07-10 02:22:10.523', N'2022-07-10 02:22:10.523', N'9', N'4382', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'4382', N'1623') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7536E63B-22C4-4E1B-B665-D5734873CE2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50996', N'1', N'0', N'2022-07-10 02:23:01.837', N'2022-07-10 02:23:01.837', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AE51D64-7E73-4393-ACE5-8EEB4460F892', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041012', N'1', N'0', N'2022-07-10 02:23:03.787', N'2022-07-10 02:23:03.787', N'39', N'8550', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'75', N'74', N'8550', N'2568') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86381F23-8845-43C2-8092-4AA2FDBE5160', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11061012', N'1', N'0', N'2022-07-10 02:23:04.110', N'2022-07-10 02:23:04.110', N'39', N'6591', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'7', N'9', N'6591', N'2524') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9496EDB5-4120-4F33-83B3-E4A1943052DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051015', N'1', N'0', N'2022-07-10 02:23:05.450', N'2022-07-10 02:23:05.450', N'39', N'9166', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'80', N'73', N'9166', N'2594') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E77B772-B266-4833-9135-05067187A2CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'48', N'37010', N'2', N'0', N'2022-07-10 02:24:41.363', N'2022-07-10 02:24:41.363', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78B524F3-9B77-4B82-BAD6-C726C9B30351', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041014', N'1', N'0', N'2022-07-10 02:23:07.670', N'2022-07-10 02:23:07.670', N'39', N'3577', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3577', N'1117') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FBB1325-8B42-45EF-933D-3606950F9369', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011014', N'1', N'0', N'2022-07-10 02:23:08.700', N'2022-07-10 02:23:08.700', N'39', N'3046', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3046', N'864') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6577B850-4517-4343-84A5-D9BFE9FA1F7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011014', N'1', N'0', N'2022-07-10 02:23:09.127', N'2022-07-10 02:23:09.127', N'39', N'3884', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3884', N'669') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F63E7CC4-6BA9-4CB6-B55D-20C3A8127F82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022014', N'1', N'0', N'2022-07-10 02:23:10.090', N'2022-07-10 02:23:10.090', N'39', N'3671', N'0', N'2009', N'7', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3671', N'623') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C3947B5-3F1F-4F6C-B2EF-ACA777B7F1E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'49', N'38010', N'2', N'0', N'2022-07-10 02:24:41.367', N'2022-07-10 02:24:41.367', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3A58320-8616-48BD-A418-857731BCD0EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61019', N'1', N'0', N'2022-07-10 02:25:46.240', N'2022-07-10 02:25:46.240', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D54461A0-6816-412B-B67A-72727BBCBCCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'3', N'0', N'2022-07-10 02:25:46.493', N'2022-07-10 02:25:46.493', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'35A5EA21-9CCE-4987-BE86-F9E264C807D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'5', N'0', N'2022-07-10 02:25:46.963', N'2022-07-10 02:25:46.963', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18BF3192-A5F9-4642-B49B-76F1AA112F0B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 02:51:31.383', N'2022-07-10 02:51:31.383', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0218444-43C4-496D-B562-55AC93821FC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66040', N'1', N'0', N'2022-07-10 02:51:34.703', N'2022-07-10 02:51:34.703', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D75B5BA-D92A-4551-B446-72E8EE0FD6BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11111014', N'1', N'0', N'2022-07-10 02:55:21.933', N'2022-07-10 02:55:21.933', N'9', N'7910', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7910', N'2460') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE4C7DD8-E578-44FD-9E97-FDCBFC02AADF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012014', N'1', N'0', N'2022-07-10 02:55:32.253', N'2022-07-10 02:55:32.253', N'9', N'4306', N'0', N'2002', N'167', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4306', N'820') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A653DEA3-32E5-46B7-8A69-44F41453B8BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031015', N'1', N'0', N'2022-07-10 02:55:39.157', N'2022-07-10 02:55:39.157', N'9', N'4523', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'4', N'4523', N'1891') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0046D281-ADD9-413D-82BB-9E17A6D52DDF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-10 02:55:51.130', N'2022-07-10 02:55:51.130', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0ED12ED1-038F-4C61-B110-28ECB2FD9F80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032013', N'1', N'0', N'2022-07-10 02:58:11.970', N'2022-07-10 02:58:11.970', N'9', N'6151', N'0', N'2002', N'390', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6151', N'2847') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC958CD6-FBA3-4361-837A-A0D765FFA3BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012013', N'1', N'0', N'2022-07-10 02:58:12.323', N'2022-07-10 02:58:12.323', N'9', N'4253', N'0', N'2002', N'174', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4253', N'1147') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5881A70-2F6A-4BA1-8442-DBDBA8C5A300', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012013', N'1', N'0', N'2022-07-10 02:58:12.933', N'2022-07-10 02:58:12.933', N'9', N'4253', N'0', N'2002', N'174', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4253', N'1147') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51953880-A28F-452B-AFBD-22D6DB168638', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56023', N'1', N'0', N'2022-07-10 02:58:13.127', N'2022-07-10 02:58:13.127', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48285220-C9AF-40A1-B11A-EE7CB527EC4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 02:58:13.540', N'2022-07-10 02:58:13.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8790CE75-66B3-4FAF-916C-B295EDF32415', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062010', N'1', N'0', N'2022-07-10 02:58:14.153', N'2022-07-10 02:58:14.153', N'9', N'7216', N'0', N'2001', N'387', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7216', N'2687') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52E119B1-92C5-41E4-93BE-A2535E9347A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082010', N'1', N'0', N'2022-07-10 02:58:14.560', N'2022-07-10 02:58:14.560', N'9', N'7216', N'0', N'2001', N'387', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7216', N'2687') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58D1E543-C68F-45BF-861B-515136782684', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022014', N'1', N'0', N'2022-07-10 02:50:43.860', N'2022-07-10 02:50:43.860', N'14', N'4895', N'0', N'2031', N'8', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4895', N'2148') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFFEC52D-0B3D-4FFC-9B04-5D9DEA8816FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022013', N'1', N'0', N'2022-07-10 02:58:58.507', N'2022-07-10 02:58:58.507', N'39', N'3418', N'0', N'2003', N'43', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3418', N'724') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0AF49804-D506-4C75-A23E-BB5A2D62B9AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031015', N'1', N'0', N'2022-07-10 02:58:58.810', N'2022-07-10 02:58:58.810', N'39', N'5889', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5889', N'1911') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2715CD4-92D7-468E-BA5E-1E5255301E2A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16004', N'14', N'0', N'2022-07-10 02:34:54.390', N'2022-07-10 02:34:54.390', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5528691E-2B10-46F6-A131-B4D49ABACCC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41638', N'15', N'0', N'2022-07-10 02:41:43.947', N'2022-07-10 02:41:43.947', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA8B7EF4-05EC-400E-A798-501B5DC8FB72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012014', N'1', N'0', N'2022-07-10 02:42:11.953', N'2022-07-10 02:42:11.953', N'9', N'4216', N'0', N'2001', N'202', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4216', N'1489') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE1D08F0-B5F7-4E26-A42F-9425FA35A179', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031014', N'1', N'0', N'2022-07-10 02:54:54.597', N'2022-07-10 02:54:54.597', N'9', N'6094', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'6094', N'2187') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19892228-6984-40F3-BCF1-D09BCEB28CE4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41684', N'10', N'0', N'2022-07-10 02:43:28.170', N'2022-07-10 02:43:28.170', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E1B8810-D4B7-4674-9E3E-2C60EF4A7827', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60103', N'1', N'0', N'2022-07-10 02:55:00.787', N'2022-07-10 02:55:00.787', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE2DF98E-DF7C-42F2-964D-A2819567D8CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022013', N'1', N'0', N'2022-07-10 02:46:18.787', N'2022-07-10 02:46:18.787', N'9', N'4491', N'0', N'2003', N'52', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4491', N'1586') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CDA9C583-3AA0-4980-B52E-EF5B5E41CAD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021015', N'1', N'0', N'2022-07-10 02:46:18.850', N'2022-07-10 02:46:18.850', N'9', N'4992', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'4992', N'1785') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B28B1242-BFE5-45B8-9DD1-2D29A140CB60', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50996', N'1', N'0', N'2022-07-10 02:46:21.733', N'2022-07-10 02:46:21.733', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03F8020B-7CA1-4B98-880F-B07336550CCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50996', N'1', N'0', N'2022-07-10 02:46:38.453', N'2022-07-10 02:46:38.453', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCB19268-A45A-4E20-BFAA-15591DDA6725', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50996', N'1', N'0', N'2022-07-10 02:46:47.390', N'2022-07-10 02:46:47.390', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8AD25E0-BC88-4FAE-9911-0A4239C1A9D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50996', N'1', N'0', N'2022-07-10 02:46:48.810', N'2022-07-10 02:46:48.810', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CA4B280-7C8F-427E-BFA7-93DAF9BBBC2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032014', N'1', N'0', N'2022-07-10 02:46:59.367', N'2022-07-10 02:46:59.367', N'9', N'6525', N'0', N'1010', N'145', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'74', N'75', N'6525', N'2335') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6C07A16-7A34-4464-9302-14B74FB26F4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'1', N'0', N'2022-07-10 02:32:13.250', N'2022-07-10 02:32:13.250', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E639404D-EDCF-4215-97F4-4EAF80F61557', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62004', N'12', N'0', N'2022-07-10 02:32:29.103', N'2022-07-10 02:32:29.103', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE2E100A-F85F-4B13-912A-57B7170A0D43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63004', N'1', N'0', N'2022-07-10 02:32:29.500', N'2022-07-10 02:32:29.500', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73FCDE4C-5F73-4694-8597-91A44C5AD53A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'2', N'0', N'2022-07-10 02:32:29.910', N'2022-07-10 02:32:29.910', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E55B1E9E-C3F1-48FA-BDCD-489434FF7217', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66041', N'3', N'0', N'2022-07-10 02:32:30.380', N'2022-07-10 02:32:30.380', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4888DB27-2FBC-49AD-97CF-FCC9BD29A041', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112014', N'1', N'0', N'2022-07-10 02:47:00.563', N'2022-07-10 02:47:00.563', N'9', N'6525', N'0', N'1010', N'145', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'74', N'75', N'6525', N'2335') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA894AEA-1ACF-46E1-9550-CF24D69CFB39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031014', N'1', N'0', N'2022-07-10 02:47:33.277', N'2022-07-10 02:47:33.277', N'9', N'7319', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7319', N'2490') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18B45A3A-61AC-4244-87C1-2EDEA27B9DE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-10 02:47:33.450', N'2022-07-10 02:47:33.450', N'9', N'0', N'0', N'1004', N'70', N'0', N'0', N'0', N'0', N'11012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D894070-C2B5-4706-9133-88C530E392C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 02:55:21.103', N'2022-07-10 02:55:21.103', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'18', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61E4B303-A99C-4C4E-BA1C-91B0DA029117', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031014', N'1', N'0', N'2022-07-10 02:47:47.903', N'2022-07-10 02:47:47.903', N'9', N'5034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'7', N'5034', N'868') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA04C8A6-4B73-4E6A-84D1-2424437F67E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042013', N'1', N'0', N'2022-07-10 02:47:49.313', N'2022-07-10 02:47:49.313', N'9', N'3986', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3986', N'626') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DCF1553-BF9B-4579-AD1E-20A5DC5BF81E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032013', N'1', N'0', N'2022-07-10 02:47:49.720', N'2022-07-10 02:47:49.720', N'9', N'4986', N'0', N'2011', N'8', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4986', N'1426') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A299E1CE-5CF4-48A4-9126-9008470F18E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021014', N'1', N'0', N'2022-07-10 02:47:52.770', N'2022-07-10 02:47:52.770', N'9', N'4052', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4052', N'743') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42FD915E-9271-4036-9F74-FE23BD56BC2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50996', N'1', N'0', N'2022-07-10 02:48:17.157', N'2022-07-10 02:48:17.157', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83582016-65CB-48DB-B7A7-A2E07DA08808', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012014', N'1', N'0', N'2022-07-10 02:50:16.650', N'2022-07-10 02:50:16.650', N'9', N'10590', N'0', N'2001', N'398', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'109', N'106', N'10590', N'2356') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F3F8524-6E38-42EC-871C-3CC03C769142', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022014', N'1', N'0', N'2022-07-10 02:50:17.060', N'2022-07-10 02:50:17.060', N'9', N'4182', N'0', N'2004', N'34', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4182', N'697') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD773EDD-E9FE-4A82-AB4E-56ECA0B2ABC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012014', N'1', N'0', N'2022-07-10 02:50:17.497', N'2022-07-10 02:50:17.497', N'9', N'4182', N'0', N'2004', N'34', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4182', N'697') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9A79DEA-DFB3-46C4-888F-284A990744D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072014', N'1', N'0', N'2022-07-10 02:50:17.877', N'2022-07-10 02:50:17.877', N'9', N'8687', N'0', N'2001', N'334', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'41', N'48', N'8687', N'2097') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF1EA0AA-DFFD-40E8-96FC-5298EC48F493', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042013', N'1', N'0', N'2022-07-10 02:50:18.300', N'2022-07-10 02:50:18.300', N'9', N'3539', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3539', N'1200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D6F61F9-4D68-48E8-8D6E-657290C3F5B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022014', N'1', N'0', N'2022-07-10 02:50:18.650', N'2022-07-10 02:50:18.650', N'9', N'3539', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3539', N'1200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07406CFA-6DCC-474A-AF91-580FA07D2BEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031015', N'1', N'0', N'2022-07-10 02:51:29.490', N'2022-07-10 02:51:29.490', N'39', N'4199', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4199', N'2051') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14516300-69E5-4C92-90A4-6E1AC33DA2E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012014', N'1', N'0', N'2022-07-10 02:51:29.993', N'2022-07-10 02:51:29.993', N'39', N'3216', N'0', N'2001', N'161', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3216', N'689') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9664E890-1550-4191-A97F-884A916C4F86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-10 22:28:50.260', N'2022-07-10 22:28:50.260', N'9', N'7679', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7679', N'2482') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D0C48349-B588-4526-99C6-58AE0C8297C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60089', N'1', N'0', N'2022-07-10 22:30:51.500', N'2022-07-10 22:30:51.500', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D435A9C-306A-4F44-8B0C-64A265D3B203', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63003', N'1', N'0', N'2022-07-10 22:31:02.230', N'2022-07-10 22:31:02.230', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'806161F9-F739-4A84-8666-8E8C3CBE6396', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022009', N'1', N'0', N'2022-07-10 22:31:02.640', N'2022-07-10 22:31:02.640', N'9', N'9455', N'0', N'1010', N'154', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'9455', N'2334') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1DAF973-EA38-402C-9AED-76586B2B7398', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042011', N'1', N'0', N'2022-07-10 22:31:03.037', N'2022-07-10 22:31:03.037', N'9', N'3298', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3298', N'1258') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5492A10F-786B-4A69-B92F-C9031B2EDCA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:31:07.720', N'2022-07-10 22:31:07.720', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21629578-0C60-4A44-A273-847C2AB7572E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60077', N'1', N'0', N'2022-07-10 22:31:41.293', N'2022-07-10 22:31:41.293', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5607940-29B4-4235-A9DE-ED3B1409F9B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042012', N'1', N'0', N'2022-07-10 22:31:44.713', N'2022-07-10 22:31:44.713', N'9', N'4086', N'0', N'2003', N'73', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'4086', N'1994') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46499524-6EA0-4E3D-9B91-FB8DE213BE14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-10 22:31:45.337', N'2022-07-10 22:31:45.337', N'9', N'4942', N'0', N'2035', N'3', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4942', N'903') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F18EEC4B-961D-4F69-B8BF-3CB8AFA27CDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56020', N'1', N'0', N'2022-07-10 22:31:45.507', N'2022-07-10 22:31:45.507', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'260809CA-E02C-4F20-BCEF-EC9A5861647D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042010', N'1', N'0', N'2022-07-10 22:31:48.380', N'2022-07-10 22:31:48.380', N'9', N'3001', N'0', N'2012', N'3', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'1', N'3', N'1', N'1', N'3001', N'761') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2284DD4A-9436-4678-9470-7579BDF5D553', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-10 22:32:12.823', N'2022-07-10 22:32:12.823', N'23', N'4258', N'0', N'2004', N'30', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'3', N'3', N'4258', N'1067') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D2BA066-9385-4ADE-99E4-8936A4352E10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:32:28.313', N'2022-07-10 22:32:28.313', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A7A549C-B7D2-433E-89A6-7A90FB4D043D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:32:28.610', N'2022-07-10 22:32:28.610', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72D9C59A-740D-4A0C-8073-C6C8443409D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082009', N'1', N'0', N'2022-07-10 22:32:28.870', N'2022-07-10 22:32:28.870', N'39', N'8925', N'0', N'1010', N'126', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'8925', N'2212') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA37EA4E-4FDD-479C-8F80-6388DEF85D3C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:32:29.433', N'2022-07-10 22:32:29.433', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F45CC7A0-5C24-4DCE-BF96-27F01FD05E82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63002', N'1', N'0', N'2022-07-10 22:32:29.713', N'2022-07-10 22:32:29.713', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25E344CE-8A3E-4966-8CE7-736EECDCD19E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-10 22:32:29.993', N'2022-07-10 22:32:29.993', N'39', N'3182', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3182', N'1506') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAC5C2C8-4E5B-43C1-8387-0738449D2B56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082008', N'1', N'0', N'2022-07-10 22:32:30.503', N'2022-07-10 22:32:30.503', N'39', N'7601', N'0', N'1010', N'132', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7601', N'2250') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80619140-507B-4950-B8AA-0EC46AD9A46E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'1', N'0', N'2022-07-10 22:32:31.077', N'2022-07-10 22:32:31.077', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDF895CC-84C7-45EA-9FBE-358C98787361', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042011', N'1', N'0', N'2022-07-10 22:32:31.683', N'2022-07-10 22:32:31.683', N'39', N'5311', N'0', N'2004', N'46', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'5311', N'1540') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'559C75DF-AF92-46CC-9268-4FA88625042F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-10 22:32:32.100', N'2022-07-10 22:32:32.100', N'39', N'7863', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7863', N'2599') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B2C04E6-E322-471C-BD5B-0EC08286E29B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041010', N'1', N'0', N'2022-07-10 22:32:32.863', N'2022-07-10 22:32:32.863', N'39', N'8109', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8109', N'2633') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C9A1696-6D80-417C-B1CE-989191553A3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11061010', N'1', N'0', N'2022-07-10 22:32:34.000', N'2022-07-10 22:32:34.000', N'39', N'8026', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8026', N'2695') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A224BE8F-D1AE-4C86-BC37-2DDF086148E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-10 22:32:34.310', N'2022-07-10 22:32:34.310', N'39', N'8026', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'8026', N'2491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93EBB4D6-1FF5-4960-AD8D-FB4F4536BB1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032011', N'1', N'0', N'2022-07-10 22:32:35.027', N'2022-07-10 22:32:35.027', N'39', N'9741', N'0', N'1010', N'154', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'9741', N'2541') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F8E4740-5E8F-44D3-B446-6DAB53033F7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:32:35.380', N'2022-07-10 22:32:35.380', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49AB01A8-F986-40FF-8361-46C3FD899C3C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:32:36.240', N'2022-07-10 22:32:36.240', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B04C48CD-C50F-4A61-BC2F-FE53C8F12C9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60058', N'4', N'0', N'2022-07-10 22:32:36.790', N'2022-07-10 22:32:36.790', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B350D145-F590-4931-9CFC-AE27B9DFFBD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:32:37.340', N'2022-07-10 22:32:37.340', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'003FD99E-87F4-442B-8CEA-CC1D57F09EF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-10 22:32:38.217', N'2022-07-10 22:32:38.217', N'39', N'7843', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7843', N'2140') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8430BD6E-3DA5-44F7-9957-3A78B3564B5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-10 22:32:38.620', N'2022-07-10 22:32:38.620', N'39', N'6902', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'6902', N'2792') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'531D7D7F-8905-42D0-AA6C-03F03EE66F65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032011', N'1', N'0', N'2022-07-10 22:32:39.010', N'2022-07-10 22:32:39.010', N'39', N'5311', N'0', N'2004', N'46', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'5', N'5', N'5311', N'1540') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4431D07-A3CE-448C-BF70-51063F556D5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-10 22:32:41.530', N'2022-07-10 22:32:41.530', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F1FC738-A842-4436-9EA7-FDDD6158F923', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'80000220', N'19', N'0', N'2022-07-10 22:33:42.010', N'2022-07-10 22:33:42.010', N'7', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF27DC06-2044-4E74-AD65-F1B84A4B6B13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50366', N'1', N'0', N'2022-07-10 22:50:49.040', N'2022-07-10 22:50:49.040', N'39', N'0', N'0', N'5012', N'907', N'0', N'0', N'0', N'0', N'9133', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D138C53B-0915-40CF-9335-A846CA87E8E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-07-10 22:50:55.910', N'2022-07-10 22:50:55.910', N'39', N'0', N'0', N'5016', N'328', N'0', N'0', N'0', N'0', N'9197', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79FA9D40-5B20-4AE8-B13B-947D1BD734BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-07-10 22:50:59.303', N'2022-07-10 22:50:59.303', N'39', N'0', N'0', N'5031', N'171', N'0', N'0', N'0', N'0', N'10172', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0983939-49C7-41E8-B84E-C662A3B9E2BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-07-10 22:51:02.907', N'2022-07-10 22:51:02.907', N'39', N'0', N'0', N'5042', N'348', N'0', N'0', N'0', N'0', N'9202', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCAAC96F-D02F-4F0B-B005-CF13DEA70D56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-07-10 22:51:07.507', N'2022-07-10 22:51:07.507', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'194118FB-9D64-46BD-B7C1-B95A637E61CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-07-10 22:51:11.767', N'2022-07-10 22:51:11.767', N'39', N'0', N'0', N'5016', N'531', N'0', N'0', N'0', N'0', N'9177', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29C0E317-EF4A-450D-A32C-5C2DFFF21C4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-10 22:51:16.100', N'2022-07-10 22:51:16.100', N'39', N'0', N'0', N'5042', N'194', N'0', N'0', N'0', N'0', N'9222', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'222EF78D-8DB0-43E1-8F5F-E04F577168E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-07-10 22:51:20.107', N'2022-07-10 22:51:20.107', N'39', N'0', N'0', N'5023', N'106', N'0', N'0', N'0', N'0', N'10184', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56EA8512-93F2-4D1D-B110-92A1789F885D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-07-10 22:51:24.153', N'2022-07-10 22:51:24.153', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F35EEE7-CFEF-4427-A8C1-9E00E5404CDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50335', N'1', N'0', N'2022-07-10 22:51:28.037', N'2022-07-10 22:51:28.037', N'39', N'0', N'0', N'2011', N'1', N'0', N'0', N'0', N'0', N'10021', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C00804D-9008-46AA-91F6-FCE08D4B6639', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-07-10 22:51:31.363', N'2022-07-10 22:51:31.363', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F47C7AFD-BF74-4CEF-BE00-AE25442A3C1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50325', N'1', N'0', N'2022-07-10 22:51:35.667', N'2022-07-10 22:51:35.667', N'39', N'0', N'0', N'5010', N'193', N'0', N'0', N'0', N'0', N'9211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89ACA171-E76B-4E79-8900-898168490D88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000552', N'1', N'0', N'2022-07-11 03:43:06.520', N'2022-07-11 03:43:06.520', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4673757-9A30-4000-AC1F-F4975C93644E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000044', N'210', N'0', N'2022-07-11 03:59:27.017', N'2022-07-11 03:59:27.017', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90320910-D5C8-4D9A-BF57-435FEA9B0F2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000222', N'1', N'0', N'2022-07-11 03:59:30.780', N'2022-07-11 03:59:30.780', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'076CF33A-F732-4BCF-8FBB-A8627DCE59B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000127', N'9', N'0', N'2022-07-11 03:59:34.373', N'2022-07-11 03:59:34.373', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D33F3F88-573A-42AF-B545-E32B17FD79FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000129', N'8', N'0', N'2022-07-11 03:59:37.900', N'2022-07-11 03:59:37.900', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DFA851A-1234-4A24-BC66-3C79D3FEEE11', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000128', N'7', N'0', N'2022-07-11 03:59:41.537', N'2022-07-11 03:59:41.537', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B2869F6-5EF2-4042-B9DA-FD13D0E7B4B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000222', N'1', N'0', N'2022-07-11 03:59:45.050', N'2022-07-11 03:59:45.050', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B1BBC1E-E3C8-4C71-8296-22D1991D5840', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-07-11 04:05:48.803', N'2022-07-11 04:05:48.803', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0B5C22B-5AE1-444A-A291-3FE957C9C470', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000219', N'7', N'0', N'2022-07-11 03:59:52.230', N'2022-07-11 03:59:52.230', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFBE4C5C-54EF-4155-A519-24ACC966CB8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'60', N'0', N'2022-07-11 03:59:56.740', N'2022-07-11 03:59:56.740', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08E9B94C-71FD-424F-99E5-B6B4F6F0BEED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133006', N'1', N'0', N'2022-07-11 04:00:00.863', N'2022-07-11 04:00:00.863', N'40', N'0', N'0', N'1010', N'290', N'0', N'0', N'0', N'0', N'21017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A73F84D-BBC6-4F7D-A8D4-EFAFF3499F6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-07-11 04:05:52.037', N'2022-07-11 04:05:52.037', N'40', N'0', N'0', N'1018', N'282', N'2001', N'90', N'0', N'0', N'21002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D8DE03AD-6312-4C51-84D9-3BBB3CAA7F77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'2', N'0', N'2022-07-11 04:00:08.183', N'2022-07-11 04:00:08.183', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52E88302-4501-430C-A71A-FD8D9B21DC8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'1', N'0', N'2022-07-11 04:00:11.753', N'2022-07-11 04:00:11.753', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93582454-9570-4DC2-B5CB-1B802FD6C83E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-07-11 04:00:15.220', N'2022-07-11 04:00:15.220', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC319146-8005-449F-BC7A-57F82D543255', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-07-11 04:05:55.923', N'2022-07-11 04:05:55.923', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3B02914-38CF-4F54-8132-39F2015F6555', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000130', N'9', N'0', N'2022-07-11 04:00:23.380', N'2022-07-11 04:00:23.380', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D927FB5-A3F9-45F7-A1EA-29B33B59EF4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'30', N'0', N'2022-07-11 04:00:27.440', N'2022-07-11 04:00:27.440', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A71A825C-7E46-4B98-801B-0898E275B670', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000043', N'60', N'0', N'2022-07-11 04:00:30.997', N'2022-07-11 04:00:30.997', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F79037D8-B6EE-4C02-974C-B7972D1C7853', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'3', N'0', N'2022-07-11 04:00:34.470', N'2022-07-11 04:00:34.470', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2D73951-72E5-4874-8CED-A8F49D6E3535', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-07-11 04:00:37.913', N'2022-07-11 04:00:37.913', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C95F551A-7E79-42EB-AF1A-478AACF3D01C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-07-11 04:00:41.463', N'2022-07-11 04:00:41.463', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70F46641-029E-4AF6-8DBC-87EA2938F83B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133006', N'1', N'0', N'2022-07-11 04:00:45.210', N'2022-07-11 04:00:45.210', N'40', N'0', N'0', N'1018', N'293', N'0', N'0', N'0', N'0', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC0901B4-5AA9-45A8-82E0-461A92C47A3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'59101', N'1', N'0', N'2022-07-11 02:53:50.023', N'2022-07-11 02:53:50.023', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16615EAD-B10F-465A-9ABE-C58BA91C0022', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62003', N'3', N'0', N'2022-07-11 02:55:30.740', N'2022-07-11 02:55:30.740', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'558C91B8-C96E-4230-BFA3-1A636F868A36', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022012', N'1', N'0', N'2022-07-11 02:55:32.703', N'2022-07-11 02:55:32.703', N'9', N'4367', N'0', N'2009', N'8', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4367', N'1528') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2D5A034-BCA0-4ECC-B855-16D5297D2500', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'3', N'0', N'2022-07-11 02:56:15.513', N'2022-07-11 02:56:15.513', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE303268-3B4A-4491-B405-5A91B2F06CC5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61003', N'1', N'0', N'2022-07-11 02:56:16.323', N'2022-07-11 02:56:16.323', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'781FC28D-5DEF-48D7-A430-F0633C0A62CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022013', N'1', N'0', N'2022-07-11 02:56:16.740', N'2022-07-11 02:56:16.740', N'9', N'5464', N'0', N'2004', N'66', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'5464', N'1920') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9C1CBBF-7911-4044-AC37-984F29898AAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61004', N'2', N'0', N'2022-07-11 02:56:17.753', N'2022-07-11 02:56:17.753', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3976ABD-1487-412F-91C7-513D5A883C3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022011', N'1', N'0', N'2022-07-11 02:57:06.467', N'2022-07-11 02:57:06.467', N'9', N'3177', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3177', N'687') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A644E06B-BCEE-4D79-99EF-57559C0CFD5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62004', N'1', N'0', N'2022-07-11 02:57:50.923', N'2022-07-11 02:57:50.923', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0545D199-0C1C-4478-AD0F-32CBE0AA733B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012012', N'1', N'0', N'2022-07-11 02:57:51.343', N'2022-07-11 02:57:51.343', N'9', N'6628', N'0', N'2002', N'324', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6628', N'2591') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99107D68-C328-4635-8D1D-0357A5F42769', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'59023', N'88', N'0', N'2022-07-11 02:59:18.713', N'2022-07-11 02:59:18.713', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16511856-FEF5-4460-83EE-DEDA59A1C550', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'59024', N'74', N'0', N'2022-07-11 02:59:18.820', N'2022-07-11 02:59:18.820', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34E2D938-4FB8-40B2-B224-26E15B570555', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100035', N'1', N'0', N'2022-07-11 03:02:44.113', N'2022-07-11 03:02:44.113', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6535E5F5-16DD-4ADD-9B50-5976A86AE16D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100121', N'1', N'0', N'2022-07-11 03:02:57.400', N'2022-07-11 03:02:57.400', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78D2AFF1-7CF2-4423-8CAF-5541EC087014', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61001', N'1', N'0', N'2022-07-11 03:03:08.960', N'2022-07-11 03:03:08.960', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B54920E-B4F2-46D3-8752-C9F8094FFCFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100121', N'1', N'0', N'2022-07-11 03:03:34.433', N'2022-07-11 03:03:34.433', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3276F9E2-6C61-4A23-B63B-FC99891FB901', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'1', N'0', N'2022-07-11 03:03:47.783', N'2022-07-11 03:03:47.783', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA9D4281-8BD6-4947-9C62-CE1265FB0952', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031004', N'1', N'0', N'2022-07-11 03:03:50.903', N'2022-07-11 03:03:50.903', N'23', N'3339', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'9', N'3', N'2', N'3339', N'709') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6BEA7E5-91BC-403A-A884-FD472F265397', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'1', N'0', N'2022-07-11 03:03:53.990', N'2022-07-11 03:03:53.990', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C0E57FE-E2EA-4430-AAE4-AB712E2F7B14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021005', N'1', N'0', N'2022-07-11 03:03:57.087', N'2022-07-11 03:03:57.087', N'23', N'3323', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'9', N'8', N'9', N'3323', N'788') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A930C1A2-BF96-420A-AA2E-741F46C0B044', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000602', N'1', N'0', N'2022-07-11 03:16:43.673', N'2022-07-11 03:16:43.673', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4446BBE5-17A9-4D0B-A2B4-AD3669D2BFEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000603', N'1', N'0', N'2022-07-11 03:16:43.710', N'2022-07-11 03:16:43.710', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5F26E73-B5AF-4A09-85BF-3D3CAD1B38B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000604', N'1', N'0', N'2022-07-11 03:16:43.717', N'2022-07-11 03:16:43.717', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'986055C4-5EDB-40DC-B7EE-084832C633A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000015', N'1', N'0', N'2022-07-11 03:41:55.693', N'2022-07-11 03:41:55.693', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9A17CE8-5650-44FD-B55F-3D79060A7908', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133003', N'1', N'0', N'2022-07-11 04:00:48.350', N'2022-07-11 04:00:48.350', N'40', N'0', N'0', N'1006', N'299', N'1005', N'276', N'0', N'0', N'21007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79168E13-A1AE-4412-A53D-CA265D9375F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-07-11 04:06:06.620', N'2022-07-11 04:06:06.620', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08D0D9E2-3B6C-4F1A-82BE-2B682E1BF20F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000220', N'5', N'0', N'2022-07-11 04:00:55.900', N'2022-07-11 04:00:55.900', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBF97941-80BA-4F78-9877-AD7E46E7A1EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-07-11 04:06:10.690', N'2022-07-11 04:06:10.690', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'353C1CD8-E46E-4B2D-B7B0-F1C66CB45A20', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'9', N'80000222', N'1', N'0', N'2022-07-11 04:01:39.637', N'2022-07-11 04:01:39.637', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F2D2AF3-E96C-4DE8-AB69-C871095173A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'2', N'0', N'2022-07-11 04:01:43.210', N'2022-07-11 04:01:43.210', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0E31813-065F-4878-9E22-E4A01EFB575B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'1', N'0', N'2022-07-11 04:01:46.940', N'2022-07-11 04:01:46.940', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'930DAACF-83D7-4E4A-9B34-36970989D650', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000203', N'1', N'0', N'2022-07-11 04:01:50.450', N'2022-07-11 04:01:50.450', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5AE4CC7-B79A-4EA9-A416-4804CA915BB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'1', N'0', N'2022-07-11 04:01:53.990', N'2022-07-11 04:01:53.990', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76BE30D1-08D1-48AE-B9C5-A48D1ED46442', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-07-11 04:01:57.457', N'2022-07-11 04:01:57.457', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8BE716D-AD4B-4F87-95B9-DEC0770C28FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'60', N'0', N'2022-07-11 04:02:35.350', N'2022-07-11 04:02:35.350', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'749B018B-0882-4622-86A2-B15DD13DE030', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'30', N'0', N'2022-07-11 04:02:04.487', N'2022-07-11 04:02:04.487', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62E9A376-3A4D-4FDE-8D2E-11F3BAFB4F57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2023-10-07 21:14:58.430', N'2023-10-07 21:14:58.430', N'23', N'6838', N'0', N'2002', N'73', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'4', N'4', N'6838', N'2441') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70C76D59-2353-4773-8462-36CBE496FD17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61135001', N'1', N'0', N'2022-07-07 13:53:39.090', N'2022-07-07 13:53:39.090', N'0', N'0', N'0', N'1018', N'298', N'1005', N'296', N'2001', N'142', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83A13DF8-F1E7-435F-B668-877F648B3E03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61135002', N'1', N'0', N'2022-07-07 13:53:39.480', N'2022-07-07 13:53:39.480', N'0', N'0', N'0', N'1018', N'298', N'1006', N'296', N'2002', N'142', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71A61767-07A9-40AA-8362-A8CC875D3285', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61135006', N'1', N'0', N'2022-07-07 13:53:41.177', N'2022-07-07 13:53:41.177', N'0', N'0', N'0', N'1018', N'298', N'1010', N'287', N'1015', N'345', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'275E8B7D-0867-4076-9350-089B4869F926', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61135003', N'1', N'0', N'2022-07-07 13:53:39.947', N'2022-07-07 13:53:39.947', N'0', N'0', N'0', N'1015', N'336', N'1005', N'296', N'1006', N'302', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'00620A7D-6388-4912-AFD7-AA47FAD02F9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61135005', N'1', N'0', N'2022-07-07 13:53:40.760', N'2022-07-07 13:53:40.760', N'0', N'0', N'0', N'2001', N'139', N'2002', N'130', N'2004', N'19', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B42ACB27-9FEC-4C16-840A-B7FF077BFA79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'1', N'0', N'2022-07-11 04:02:39.383', N'2022-07-11 04:02:39.383', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08C22695-943A-49A1-85D3-FACACBBEDA21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-07-11 04:02:43.510', N'2022-07-11 04:02:43.510', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A146724B-1963-4E3F-B078-257CC7BDE3E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-07-11 04:02:47.043', N'2022-07-11 04:02:47.043', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FF10CC4-4DA3-4E9F-B180-1316F92BF42E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133005', N'1', N'0', N'2022-07-11 04:02:50.557', N'2022-07-11 04:02:50.557', N'40', N'0', N'0', N'2001', N'106', N'0', N'0', N'0', N'0', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8DB4246-3824-4D09-9D79-8305851FE397', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-07-11 04:02:54.023', N'2022-07-11 04:02:54.023', N'40', N'0', N'0', N'1005', N'280', N'2001', N'90', N'0', N'0', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C86B016-EF04-4560-B54B-A892D35A0BB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-07-11 04:02:57.503', N'2022-07-11 04:02:57.503', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'798B9469-930F-4459-8BCA-47A9C56134B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'1', N'0', N'2022-07-11 04:03:01.530', N'2022-07-11 04:03:01.530', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1FA4FE2-803D-4C07-A146-E8D6BA002BEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-07-11 04:03:05.147', N'2022-07-11 04:03:05.147', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EC3D3C1-431B-44FD-B5ED-56BC7D7E3807', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'13', N'80000222', N'1', N'0', N'2022-07-11 04:03:08.643', N'2022-07-11 04:03:08.643', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7586F174-6E51-478C-80EC-E9F10ABD7603', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'14', N'80000222', N'1', N'0', N'2022-07-11 04:03:12.193', N'2022-07-11 04:03:12.193', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9C11F88-9EA8-4148-BD15-84EA027BB35E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133006', N'1', N'0', N'2022-07-11 04:03:15.873', N'2022-07-11 04:03:15.873', N'40', N'0', N'0', N'1018', N'296', N'1015', N'215', N'0', N'0', N'21018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9077A21-0EB6-43C3-8EE1-00509A58382A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'15', N'80000222', N'1', N'0', N'2022-07-11 04:03:20.227', N'2022-07-11 04:03:20.227', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E18B36B-0BC1-4EC2-9912-CBC5E8B327FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-07-11 04:03:23.753', N'2022-07-11 04:03:23.753', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCF0AC09-D2DD-4CA8-98E7-3D55959AB72A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000203', N'1', N'0', N'2022-07-11 04:03:27.273', N'2022-07-11 04:03:27.273', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD941CCE-8969-4A33-9312-536B7E816537', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'17', N'80000222', N'1', N'0', N'2022-07-11 04:03:30.993', N'2022-07-11 04:03:30.993', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27F520A0-0E0A-45C7-82E1-2D46BE4EAFCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'30', N'0', N'2022-07-11 04:03:34.527', N'2022-07-11 04:03:34.527', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AF84A8C-E724-442E-A53D-CF30D41B27C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000203', N'1', N'0', N'2022-07-11 04:03:38.190', N'2022-07-11 04:03:38.190', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D36B7BF-E1F7-4A46-813F-B0C6A9E5E62A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-07-11 04:04:16.603', N'2022-07-11 04:04:16.603', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6D454FE-94DB-4D13-84E5-6709895DFE73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-07-11 04:03:45.207', N'2022-07-11 04:03:45.207', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B3ED289-BA0E-4607-B13E-E66C807BCD61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133002', N'1', N'0', N'2022-07-11 04:00:04.220', N'2022-07-11 04:00:04.220', N'40', N'0', N'0', N'1018', N'290', N'2002', N'118', N'0', N'0', N'21005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1A62083-8896-4C90-98BB-6BDD181430F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'30', N'0', N'2022-07-11 04:04:20.710', N'2022-07-11 04:04:20.710', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C335A0E3-6B04-4D26-A8E9-3652121B06AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-07-11 04:04:24.200', N'2022-07-11 04:04:24.200', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1653977-7FBD-4B7D-86FE-847D8A1BB09A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'11', N'80000222', N'1', N'0', N'2022-07-11 04:04:27.687', N'2022-07-11 04:04:27.687', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A99E8AF-C119-466E-9FCC-677202E5FFA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-07-11 04:04:31.183', N'2022-07-11 04:04:31.183', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'237869D4-8E57-4D34-B30A-F54CD705D5A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-07-11 04:04:34.703', N'2022-07-11 04:04:34.703', N'40', N'0', N'0', N'2001', N'134', N'1005', N'291', N'0', N'0', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75418636-C7DA-4183-8311-3DDDB3F1FB2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133002', N'1', N'0', N'2022-07-11 04:05:59.353', N'2022-07-11 04:05:59.353', N'40', N'0', N'0', N'2002', N'133', N'0', N'0', N'0', N'0', N'21005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3C1E05D-1830-4C96-B1CF-A5721E5B81A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133007', N'1', N'0', N'2022-07-11 04:06:03.130', N'2022-07-11 04:06:03.130', N'40', N'0', N'0', N'5021', N'217', N'1018', N'281', N'0', N'0', N'21054', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51B377D3-4914-4687-9D24-5914220C4B75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-07-11 04:06:14.037', N'2022-07-11 04:06:14.037', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61D3AE16-82C0-44AD-B86F-79EE48DBA468', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-07-11 04:07:07.440', N'2022-07-11 04:07:07.440', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14322766-8564-4A69-9181-BA1C1D01E245', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133005', N'1', N'0', N'2022-07-11 04:06:21.103', N'2022-07-11 04:06:21.103', N'40', N'0', N'0', N'2001', N'111', N'2003', N'19', N'2002', N'138', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABA1729C-C477-406C-8472-77724A908607', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133007', N'1', N'0', N'2022-07-11 03:59:48.700', N'2022-07-11 03:59:48.700', N'40', N'0', N'0', N'2031', N'9', N'0', N'0', N'0', N'0', N'21024', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F48C7E52-EC78-49B4-BCB3-099A6D1872DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-07-11 04:07:11.010', N'2022-07-11 04:07:11.010', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C82378B4-1B0D-4BD5-AE99-DF2E2A95BCCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'3', N'0', N'2022-07-11 04:07:14.553', N'2022-07-11 04:07:14.553', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B2383A4-D659-4672-A7B6-8B7D590DF547', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'1', N'0', N'2022-07-11 04:07:18.070', N'2022-07-11 04:07:18.070', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79BD9408-4132-4C67-AFFF-77FB2E515295', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133002', N'1', N'0', N'2022-07-11 04:07:21.557', N'2022-07-11 04:07:21.557', N'40', N'0', N'0', N'1018', N'292', N'0', N'0', N'0', N'0', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87D74F10-7625-4E03-B9F7-98D3D1DF1163', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000220', N'1', N'0', N'2022-07-11 04:08:30.627', N'2022-07-11 04:08:30.627', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76A149A9-1F9B-445E-B8B8-42C7AA58FB34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-07-11 04:07:30.863', N'2022-07-11 04:07:30.863', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14E6330F-3A62-4EFD-9221-3F38D66F9828', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'1', N'0', N'2022-07-11 04:07:34.313', N'2022-07-11 04:07:34.313', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7ECC45D-80C5-4F4B-BFBC-DE07FDC005FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-07-11 04:07:37.783', N'2022-07-11 04:07:37.783', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2B93612-A7A2-41C8-B0C4-7741F900184B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000222', N'1', N'0', N'2022-07-11 04:07:41.237', N'2022-07-11 04:07:41.237', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'587BFD01-DC87-4411-B275-B80F01AC5020', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'2', N'0', N'2022-07-11 04:07:44.707', N'2022-07-11 04:07:44.707', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C3EBE4C-D512-41A4-A4AA-E66CA2F2A87C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000222', N'1', N'0', N'2022-07-11 04:07:48.487', N'2022-07-11 04:07:48.487', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4585416-531D-45BD-AC7A-C1734B84BA0A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133002', N'1', N'0', N'2022-07-11 04:07:51.963', N'2022-07-11 04:07:51.963', N'40', N'0', N'0', N'1018', N'281', N'1006', N'282', N'2002', N'103', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6DE8D0F-3222-4CAD-A1A8-322D6C49134C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-07-11 04:07:55.453', N'2022-07-11 04:07:55.453', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3EF4AA7-3C17-4D55-8B5F-F02E90CCFEF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'1', N'0', N'2022-07-11 04:07:59.210', N'2022-07-11 04:07:59.210', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AECC6704-94A0-40D3-B1DA-0CC6791E20D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50335', N'1', N'0', N'2023-10-10 23:36:59.573', N'2023-10-10 23:36:59.573', N'39', N'0', N'0', N'2035', N'1', N'0', N'0', N'0', N'0', N'10061', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE3B2FCA-7090-415B-BEEF-518396126829', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000222', N'1', N'0', N'2022-07-11 04:08:34.197', N'2022-07-11 04:08:34.197', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C78659C-FA9B-45AE-A2A0-BE6E9E1590C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000203', N'1', N'0', N'2022-07-11 04:08:37.617', N'2022-07-11 04:08:37.617', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F04B40E2-9EA3-4DEC-B631-B1D307709278', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-07-11 04:08:41.083', N'2022-07-11 04:08:41.083', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F73B520C-DB80-48C5-881C-F543B937C899', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133003', N'1', N'0', N'2022-07-11 04:08:44.590', N'2022-07-11 04:08:44.590', N'40', N'0', N'0', N'1015', N'261', N'1005', N'283', N'0', N'0', N'21007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6362341F-80D8-47F2-A208-C541CCD5CDD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000222', N'1', N'0', N'2022-07-11 04:08:48.200', N'2022-07-11 04:08:48.200', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0A0EC1F-76C8-46F6-AD7E-E56EB70FABA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000222', N'1', N'0', N'2022-07-11 04:08:51.750', N'2022-07-11 04:08:51.750', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'928F1D69-BC75-4509-B8D9-D0D606A2BBA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022015', N'1', N'0', N'2023-06-06 01:11:26.667', N'2023-06-06 01:11:26.667', N'9', N'3529', N'0', N'2004', N'69', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'6', N'3529', N'616') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE4606C8-970F-4659-8599-D46ACCAF5A31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-07-11 04:08:58.357', N'2022-07-11 04:08:58.357', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B82501D9-20FB-4BF6-BB64-9B02CDC84208', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'1', N'0', N'2022-07-11 04:09:02.450', N'2022-07-11 04:09:02.450', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'160F04CE-A17E-4053-8E6B-7DF6282638E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-07-11 04:09:05.910', N'2022-07-11 04:09:05.910', N'40', N'0', N'0', N'2001', N'134', N'1005', N'283', N'0', N'0', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38261E6E-E89B-471E-AF31-483FD461591D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000043', N'30', N'0', N'2022-07-11 04:09:09.487', N'2022-07-11 04:09:09.487', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0839FB2-8558-4C06-B812-F77B7CCA3090', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133003', N'1', N'0', N'2022-07-11 04:09:12.947', N'2022-07-11 04:09:12.947', N'40', N'0', N'0', N'1005', N'289', N'0', N'0', N'0', N'0', N'21007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'847B7CD4-8C03-4867-91E1-B1AAB3B4E6E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133002', N'1', N'0', N'2022-07-11 04:09:16.127', N'2022-07-11 04:09:16.127', N'40', N'0', N'0', N'2002', N'114', N'1006', N'284', N'0', N'0', N'21005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73B79DFF-9A10-4CB7-8773-2D9024D93147', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000203', N'1', N'0', N'2022-07-11 04:09:19.590', N'2022-07-11 04:09:19.590', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6220BBC6-3A36-42EC-A3D9-5E380C918E18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-07-11 04:00:59.410', N'2022-07-11 04:00:59.410', N'40', N'0', N'0', N'2001', N'110', N'1018', N'283', N'0', N'0', N'21002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30B2143E-8D1D-4ACC-8C4D-4C54BEE08F4B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022011', N'1', N'0', N'2023-06-06 01:11:27.283', N'2023-06-06 01:11:27.283', N'9', N'7632', N'0', N'2001', N'319', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'41', N'47', N'7632', N'2561') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C312DA53-6367-4F20-B0E1-94CF8093DF9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041002', N'1', N'0', N'2023-10-10 06:28:45.440', N'2023-10-10 06:28:45.440', N'23', N'3729', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'1', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'3', N'3', N'3729', N'689') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C224E7C-4CA7-4835-A568-321D59FEA158', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003000', N'1', N'0', N'2023-10-09 18:58:28.320', N'2023-10-09 18:58:28.320', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CA60010-5887-456D-B8BA-66CB8F8D4AA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003052', N'181', N'0', N'2023-10-09 17:59:26.420', N'2023-10-09 17:59:26.420', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD6F90EB-80F1-41E9-B6CC-BEEA0C32DF84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'16001', N'4', N'0', N'2023-10-07 23:21:54.200', N'2023-10-07 23:21:54.200', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71EF37E6-F8FE-47C2-A539-A9627DCABC82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'999', N'0', N'2023-10-09 18:00:55.783', N'2023-10-09 18:00:55.783', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F00FB51-6E60-4DA9-8E88-FA447374F581', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042007', N'1', N'0', N'2023-10-09 18:00:56.773', N'2023-10-09 18:00:56.773', N'9', N'5273', N'0', N'2002', N'101', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'6', N'6', N'5273', N'1851') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC414437-4FD3-4591-9838-7256C775E558', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100102', N'1', N'0', N'2023-10-09 18:33:46.200', N'2023-10-09 18:33:46.200', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E71A96DD-C4EB-4524-B936-4A452816F51B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63002', N'6', N'0', N'2023-10-08 02:30:22.450', N'2023-10-08 02:30:22.450', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'718F4D32-DAB0-4A58-81A3-242B1646264F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66039', N'1', N'0', N'2023-10-08 02:30:23.670', N'2023-10-08 02:30:23.670', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D474359-DEA4-47F6-92B2-7D4989B253B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'4', N'0', N'2023-10-08 02:30:38.987', N'2023-10-08 02:30:38.987', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B91AAC1-F81F-44F8-9578-E13855E8DA9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61002', N'2', N'0', N'2023-10-08 02:34:15.493', N'2023-10-08 02:34:15.493', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7314E4D-658E-491A-B65A-5A2796471F49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60084', N'2', N'0', N'2023-10-08 02:34:37.120', N'2023-10-08 02:34:37.120', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8444F2F2-D731-4688-BDAB-91EF807820FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031009', N'1', N'0', N'2023-10-08 02:35:01.667', N'2023-10-08 02:35:01.667', N'9', N'3329', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3329', N'722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FF9A7B1-C299-439C-B17C-317D03343634', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031001', N'1', N'0', N'2023-10-08 04:18:06.377', N'2023-10-08 04:18:06.377', N'9', N'6536', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6536', N'2871') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'274E82BA-DC8C-4281-A2B4-27743D6307C1', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'61001', N'3', N'0', N'2023-10-08 04:18:07.380', N'2023-10-08 04:18:07.380', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15E24C39-DA96-4636-A720-A909F4A97CCE', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051001', N'1', N'0', N'2023-10-08 04:18:08.190', N'2023-10-08 04:18:08.190', N'9', N'9499', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'9499', N'2396') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25CC11EF-DC46-4F6E-A768-8EE8D637CAEA', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'62001', N'2', N'0', N'2023-10-08 04:18:09.623', N'2023-10-08 04:18:09.623', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'153789A3-AA85-4608-99D0-99119ECE2BE8', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40040', N'5', N'0', N'2023-10-08 04:27:52.847', N'2023-10-08 04:27:52.847', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF5D5D2B-1050-45D1-BF60-6133D2B62760', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40015', N'1', N'-1', N'2023-10-08 04:19:55.397', N'2023-10-08 04:19:55.397', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0AE584A6-85B8-4356-B88A-FC0C9D9FFF18', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'66038', N'1', N'0', N'2023-10-08 04:21:31.560', N'2023-10-08 04:21:31.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DF2BBCE-1FAA-4171-9218-E24FF1AEA0D7', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'50023', N'5', N'0', N'2023-10-08 04:21:42.567', N'2023-10-08 04:21:42.567', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A3A77B0-3D78-48C9-ACF0-7019AFFC171C', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041003', N'1', N'0', N'2023-10-08 04:21:55.827', N'2023-10-08 04:21:55.827', N'9', N'4430', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4430', N'1739') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C4CD3BB-3527-4599-8616-FCF82902F867', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:27:56.503', N'2023-10-08 04:27:56.503', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64025615-D095-42F8-9FEE-51CBDBC22D05', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21426', N'1', N'0', N'2023-10-08 04:24:16.530', N'2023-10-08 04:24:16.530', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'791B524F-200B-4CA1-846A-C2A00B99EBB4', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'66038', N'1', N'0', N'2023-10-08 04:28:27.113', N'2023-10-08 04:28:27.113', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE8BAA41-0027-4409-8ADA-E1FD81F0FB26', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'63001', N'1', N'0', N'2023-10-08 04:28:57.140', N'2023-10-08 04:28:57.140', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63B221A2-B6BB-4647-BBFB-001BB6A134F7', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:28:57.940', N'2023-10-08 04:28:57.940', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D0ED6C4-6031-4F8E-98A1-575FE18810D7', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37001', N'1', N'0', N'2023-10-08 04:29:12.417', N'2023-10-08 04:29:12.417', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3052D7DE-4333-4B94-B6D6-925F4E967C47', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:29:13.033', N'2023-10-08 04:29:13.033', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F675FFB-C90C-411D-9B20-26502ABA4C7B', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:29:45.487', N'2023-10-08 04:29:45.487', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29AFBBC2-CAB9-4D11-BD91-C2512B9768DE', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:31:37.733', N'2023-10-08 04:31:37.733', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3202278A-2689-4143-A905-798C6A8BE6AD', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:31:51.187', N'2023-10-08 04:31:51.187', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5A0DA41-FBA2-4FCF-B5E5-E654D6FE6015', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012001', N'1', N'0', N'2023-10-08 04:31:52.200', N'2023-10-08 04:31:52.200', N'9', N'4232', N'0', N'2002', N'12', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'4232', N'1533') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A55598F-18F9-4FA7-BDBA-28B805EE36C0', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:31:52.613', N'2023-10-08 04:31:52.613', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B503963-02F0-4B95-A0EE-AB4EAE00BB66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62002', N'1', N'0', N'2023-10-08 03:18:46.530', N'2023-10-08 03:18:46.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A03C937-F118-46FE-B46D-6FF526CA4165', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16002', N'7', N'0', N'2023-10-08 03:18:52.020', N'2023-10-08 03:18:52.020', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95EBA432-B0D5-46B8-8B50-5F84FCA1EB94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031008', N'1', N'0', N'2023-10-08 03:19:52.897', N'2023-10-08 03:19:52.897', N'9', N'8162', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8162', N'2123') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'165506BB-D5E1-45C8-A00F-5A46E6DB7831', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042007', N'1', N'0', N'2023-10-08 03:19:57.350', N'2023-10-08 03:19:57.350', N'9', N'5179', N'0', N'2004', N'37', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'5179', N'1586') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'149476B0-5D8D-4AF6-B0F0-CDA991189F4F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042007', N'1', N'0', N'2023-10-08 03:19:57.970', N'2023-10-08 03:19:57.970', N'9', N'4179', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'4', N'5', N'4179', N'786') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE7EA519-11CD-43E3-A81D-297A9CC8C7AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032007', N'1', N'0', N'2023-10-08 03:20:21.267', N'2023-10-08 03:20:21.267', N'9', N'3928', N'0', N'2004', N'15', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3928', N'632') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13F41204-8740-4F78-B0D1-DD86D906A5AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60066', N'1', N'0', N'2023-10-08 03:20:33.523', N'2023-10-08 03:20:33.523', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76703BF9-80B6-4FE1-93AD-1C6BBCC222F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60067', N'1', N'0', N'2023-10-08 03:20:34.543', N'2023-10-08 03:20:34.543', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B913F360-B4B1-4F83-913D-CA38D612DEEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042007', N'1', N'0', N'2023-10-08 03:21:19.477', N'2023-10-08 03:21:19.477', N'9', N'4237', N'0', N'2002', N'110', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'3', N'3', N'6', N'8', N'4237', N'1486') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC639A9E-AD9D-4381-AB5F-F7C3E696045C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'1', N'0', N'2023-10-08 03:21:23.730', N'2023-10-08 03:21:23.730', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7D3C761-BE36-4692-8D0A-09E083DF5AA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'5', N'0', N'2023-10-08 03:22:55.167', N'2023-10-08 03:22:55.167', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'972EE864-4DCB-4C39-A31F-5583D0266B8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62002', N'1', N'0', N'2023-10-08 03:22:55.990', N'2023-10-08 03:22:55.990', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3F588F1-E4A2-418B-A1DC-D595603FB6E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60083', N'2', N'0', N'2023-10-08 03:22:57.423', N'2023-10-08 03:22:57.423', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8822795B-92A8-4A88-A41F-5AD873489CED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021007', N'1', N'0', N'2023-10-08 03:23:13.560', N'2023-10-08 03:23:13.560', N'9', N'4383', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4383', N'808') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FFDF84F-877A-4203-8392-4A8A77B4D9D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132007', N'1', N'0', N'2023-10-08 03:23:40.547', N'2023-10-08 03:23:40.547', N'9', N'7953', N'0', N'2001', N'161', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7953', N'2500') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACDDC5FC-9937-4E11-9C32-CB188B8D54B2', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:32:14.677', N'2023-10-08 04:32:14.677', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF69A265-5304-43BE-B8AE-E396EAB00C2F', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032001', N'1', N'0', N'2023-10-08 04:32:31.803', N'2023-10-08 04:32:31.803', N'9', N'5307', N'0', N'2001', N'13', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'5307', N'1938') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD25046A-ACCA-4AD2-BA75-1DC54EBDC518', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:32:32.207', N'2023-10-08 04:32:32.207', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13FFFB4C-F755-431F-A508-96508E3E55B0', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:32:48.533', N'2023-10-08 04:32:48.533', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22FFE1BD-08C4-48DE-BC01-42A0E46CBA6A', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:32:49.147', N'2023-10-08 04:32:49.147', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D8AFAD9-2B41-421E-8154-BA855DAE17BA', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:33:04.853', N'2023-10-08 04:33:04.853', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F1CF6F0-B311-456F-A2B2-2B7192D8C20F', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:33:20.190', N'2023-10-08 04:33:20.190', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E85C92A3-AA7F-496B-AAA6-097DE0EF035A', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000001', N'1', N'0', N'2023-10-08 04:39:33.350', N'2023-10-08 04:39:33.350', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8798B0D-C8E1-4D62-8420-97C76FCD3990', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:33:35.067', N'2023-10-08 04:33:35.067', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'587F2385-A20F-4D43-B451-3AB884AC5C0A', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'16001', N'1', N'0', N'2023-10-08 04:33:35.677', N'2023-10-08 04:33:35.677', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC8B8375-D855-44E8-9EAC-FFE96E10C918', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'11011000', N'1', N'0', N'2023-10-08 04:12:36.920', N'2023-10-08 04:12:36.920', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'2000') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DAAC0E97-051B-4B69-9840-235F60E53772', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78158', N'1', N'0', N'2023-10-08 04:39:57.317', N'2023-10-08 04:39:57.317', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CB7FF67-05C0-49AF-A90B-3DF027CF8A78', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78171', N'1', N'0', N'2023-10-08 04:40:13.510', N'2023-10-08 04:40:13.510', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'41DD5C45-6C88-4E83-A078-8EE786FCC4E4', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'0', N'70024', N'1', N'0', N'2023-10-08 04:40:25.780', N'2023-10-08 04:40:25.780', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72EA5B61-39A5-4922-B393-3B5470936150', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'1', N'11011001', N'1', N'0', N'2023-10-08 04:33:33.640', N'2023-10-08 04:33:33.640', N'9', N'10785', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'7', N'10785', N'2158') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF472C52-020C-4C2B-9775-C41DBEEFB29F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000007', N'1', N'0', N'2022-06-18 17:12:09.207', N'2022-06-18 17:12:09.207', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6C3E930-22B5-4748-9E5B-D56E14C02505', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000206', N'1', N'0', N'2022-06-18 17:12:09.823', N'2022-06-18 17:12:09.823', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5378B422-4BD8-4A3D-99CD-5083BE7CBA83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000044', N'30', N'0', N'2022-06-18 17:12:23.393', N'2022-06-18 17:12:23.393', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DD16236-F505-4BBA-9543-FED35AC93685', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000043', N'90', N'0', N'2022-06-18 17:12:26.713', N'2022-06-18 17:12:26.713', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43BCB287-8EE3-46EA-A3CE-DCC4AC3A41EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000043', N'30', N'0', N'2022-06-18 17:12:30.247', N'2022-06-18 17:12:30.247', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72B04407-4C36-4EC1-B5E0-9600FA04F67F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000204', N'5', N'0', N'2022-06-18 17:12:33.830', N'2022-06-18 17:12:33.830', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1B6C0A4-12B9-400E-9D4B-776AEF696DE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000204', N'10', N'0', N'2022-06-18 17:12:37.350', N'2022-06-18 17:12:37.350', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A437EF14-76DD-441F-A945-0C6224DDF94F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000101', N'1', N'0', N'2022-06-18 17:12:40.963', N'2022-06-18 17:12:40.963', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4AAD42C-73FE-409D-82F8-9C3E8F2814AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000202', N'5', N'0', N'2022-06-18 17:12:44.500', N'2022-06-18 17:12:44.500', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA4B15AC-06DB-40B9-BBA1-4541F97A445E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60064', N'2', N'0', N'2022-06-22 01:08:50.383', N'2022-06-22 01:08:50.383', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBD27961-BCBD-42D5-9609-889BDBFD7F8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000101', N'6', N'0', N'2022-06-18 17:12:51.630', N'2022-06-18 17:12:51.630', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'336DFD88-2E4E-4F48-AB9B-D49B070DDA88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000101', N'3', N'0', N'2022-06-18 17:12:55.387', N'2022-06-18 17:12:55.387', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF9F97FD-FA68-455E-86D3-4398A47E4A2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000080', N'10', N'0', N'2022-06-18 17:12:59.030', N'2022-06-18 17:12:59.030', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28A90EA0-7CE8-4683-8A91-A1EF4F9ECC7E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000043', N'30', N'0', N'2022-06-18 17:13:02.733', N'2022-06-18 17:13:02.733', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAC542DD-C4C1-4E63-BDF9-9BE91E2D661C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50306', N'1', N'0', N'2022-06-18 17:13:20.157', N'2022-06-18 17:13:20.157', N'39', N'0', N'0', N'1004', N'155', N'0', N'0', N'0', N'0', N'7012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45C5C256-C5A9-4CD2-A63D-394E743E021B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50306', N'1', N'0', N'2022-06-18 17:13:25.387', N'2022-06-18 17:13:25.387', N'39', N'0', N'0', N'1003', N'172', N'0', N'0', N'0', N'0', N'7002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86A81421-E62B-4989-9A49-7BC82785D081', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50375', N'1', N'0', N'2022-06-18 17:13:28.547', N'2022-06-18 17:13:28.547', N'39', N'0', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'10044', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE31E317-A446-4A40-96D1-40BDF7352853', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:13:31.653', N'2022-06-18 17:13:31.653', N'39', N'0', N'0', N'5046', N'125', N'0', N'0', N'0', N'0', N'10196', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9EB9159-6FFC-4092-946A-9A71B794BFD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50326', N'1', N'0', N'2022-06-18 17:13:34.833', N'2022-06-18 17:13:34.833', N'39', N'0', N'0', N'5008', N'358', N'0', N'0', N'0', N'0', N'9189', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A1B90BF-1CE2-4308-AA0D-3EC35E3713A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:13:38.500', N'2022-06-18 17:13:38.500', N'39', N'0', N'0', N'5044', N'183', N'0', N'0', N'0', N'0', N'10174', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6458D434-3347-46BF-B8F0-F051DBD64E6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:13:41.733', N'2022-06-18 17:13:41.733', N'39', N'0', N'0', N'2010', N'1', N'0', N'0', N'0', N'0', N'10011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'323F2FA1-EF55-49B0-9654-AC534DC32088', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50315', N'1', N'0', N'2022-06-18 17:13:46.013', N'2022-06-18 17:13:46.013', N'39', N'0', N'0', N'1001', N'118', N'0', N'0', N'0', N'0', N'8001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'178D6DFD-E7F8-4785-AEE2-7C9E34E7E198', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:13:50.103', N'2022-06-18 17:13:50.103', N'39', N'0', N'0', N'5027', N'124', N'0', N'0', N'0', N'0', N'10188', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61A8CDC7-A45E-4597-A8C3-8F765651C2C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:13:57.257', N'2022-06-18 17:13:57.257', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA966AA4-1605-4DB4-8526-6F5AB7B38615', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:14:04.670', N'2022-06-18 17:14:04.670', N'39', N'0', N'0', N'5023', N'101', N'0', N'0', N'0', N'0', N'10184', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B67DC05F-E691-444F-B8F3-F3F015741849', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:14:13.740', N'2022-06-18 17:14:13.740', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3636073C-D0B6-49E4-AB4A-697C8A75F93B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:14:18.207', N'2022-06-18 17:14:18.207', N'39', N'0', N'0', N'5019', N'117', N'0', N'0', N'0', N'0', N'10180', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5B0442C-6BF9-4E12-ACFA-F0F0A2439F21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'47', N'0', N'2022-06-18 17:17:05.787', N'2022-06-18 17:17:05.787', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED0393F9-D861-428A-8FDB-B266340B6050', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16022005', N'1', N'0', N'2022-06-22 19:30:04.763', N'2022-06-22 19:30:04.763', N'39', N'3105', N'0', N'2002', N'67', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3105', N'898') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC493E35-AC8F-4413-B674-BD967AE1E80C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031001', N'1', N'0', N'2022-06-18 17:17:38.490', N'2022-06-18 17:17:38.490', N'9', N'4509', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4509', N'1003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A11B3E41-086C-4ABA-BFA8-13297BF20D9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'38001', N'5', N'0', N'2022-06-18 17:17:53.290', N'2022-06-18 17:17:53.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5410F0F1-6A9D-4299-BACF-B2C195458D9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37001', N'5', N'0', N'2022-06-18 17:19:30.023', N'2022-06-18 17:19:30.023', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFC30459-7D00-4D9A-9514-53B94323CD7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022001', N'1', N'0', N'2022-06-18 17:20:24.323', N'2022-06-18 17:20:24.323', N'23', N'5834', N'0', N'2001', N'15', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'5', N'5', N'5834', N'1622') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D467CA0D-1B30-4C2C-A973-3DD8E016E792', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000128', N'30', N'0', N'2022-06-18 17:30:09.087', N'2022-06-18 17:30:09.087', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44875CEE-E4A3-4F1B-8916-06CB6B112A8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071002', N'1', N'0', N'2022-06-18 17:22:56.883', N'2022-06-18 17:22:56.883', N'9', N'7448', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'7448', N'2057') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85C27BC7-532B-441B-94E2-D68D7D492C3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031002', N'1', N'0', N'2022-06-18 17:24:25.057', N'2022-06-18 17:24:25.057', N'9', N'6632', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'6632', N'2123') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F390C0FA-5BC1-4500-985B-7B1D4F3EF143', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011003', N'1', N'0', N'2022-06-18 17:24:26.300', N'2022-06-18 17:24:26.300', N'9', N'4585', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4585', N'2064') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'304CB946-B626-4DC7-BB0E-163B727B83D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21438', N'1', N'0', N'2022-06-18 17:25:48.920', N'2022-06-18 17:25:48.920', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C7448F4-7EB9-46E4-B99E-5EEE49234D72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:30:12.423', N'2022-06-18 17:30:12.423', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF9C89D1-1B9F-4BB4-AC3B-3BD5A59DA566', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:30:16.900', N'2022-06-18 17:30:16.900', N'39', N'0', N'0', N'1037', N'149', N'0', N'0', N'0', N'0', N'10227', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF25929B-14BF-4C6D-B932-10A054EB7E38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:30:20.350', N'2022-06-18 17:30:20.350', N'39', N'0', N'0', N'2035', N'2', N'0', N'0', N'0', N'0', N'10062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C862148-E728-458A-95D8-CC5C3C133DA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:30:23.560', N'2022-06-18 17:30:23.560', N'39', N'0', N'0', N'1009', N'117', N'0', N'0', N'0', N'0', N'10220', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4AD6DDB-4502-41CF-AAAF-2863083847BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:30:26.773', N'2022-06-18 17:30:26.773', N'39', N'0', N'0', N'2031', N'1', N'0', N'0', N'0', N'0', N'10041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01081847-E548-43C9-B5F1-92CE3622B2B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:30:30.010', N'2022-06-18 17:30:30.010', N'39', N'0', N'0', N'5046', N'153', N'0', N'0', N'0', N'0', N'10176', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44783F80-310E-4F57-86BD-751F1AD320AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:30:34.817', N'2022-06-18 17:30:34.817', N'39', N'0', N'0', N'2011', N'1', N'0', N'0', N'0', N'0', N'10021', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7243DB0B-6F56-44FE-9FF4-3516F7D8D3C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:30:37.627', N'2022-06-18 17:30:37.627', N'39', N'0', N'0', N'5020', N'124', N'0', N'0', N'0', N'0', N'10181', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F02CB46-82B0-4BD4-841C-16C0F7FBB70F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:30:40.680', N'2022-06-18 17:30:40.680', N'39', N'0', N'0', N'2009', N'1', N'0', N'0', N'0', N'0', N'10001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4564239-E731-469C-A389-6225549ACD56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:30:43.870', N'2022-06-18 17:30:43.870', N'39', N'0', N'0', N'5030', N'69', N'0', N'0', N'0', N'0', N'10211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'755F1B21-540A-40B7-8B25-F953198F5497', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:30:47.210', N'2022-06-18 17:30:47.210', N'39', N'0', N'0', N'1601', N'874', N'0', N'0', N'0', N'0', N'10232', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F92D1EB2-F7FA-4443-A1E2-1156F59B0832', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:30:50.507', N'2022-06-18 17:30:50.507', N'39', N'0', N'0', N'2035', N'3', N'0', N'0', N'0', N'0', N'10063', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97A2D588-D4D6-44E2-A451-64F2010FA8BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:30:53.770', N'2022-06-18 17:30:53.770', N'39', N'0', N'0', N'1009', N'85', N'0', N'0', N'0', N'0', N'10219', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF749360-6F8E-4192-BE12-8017F3FAF7B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:30:57.153', N'2022-06-18 17:30:57.153', N'39', N'0', N'0', N'5024', N'123', N'0', N'0', N'0', N'0', N'10185', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2DEB84B-1EAD-45E6-A77B-C5FA7557AA0F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:31:00.113', N'2022-06-18 17:31:00.113', N'39', N'0', N'0', N'5046', N'183', N'0', N'0', N'0', N'0', N'10176', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A214F703-7D1D-4BDC-8BDF-E27C1F6D4CB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-18 17:31:04.993', N'2022-06-18 17:31:04.993', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D93E458D-EF51-4C2D-95C1-45C859D7058C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-06-18 17:31:09.403', N'2022-06-18 17:31:09.403', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F352490-2E79-433C-880A-169A5733BC5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:31:14.463', N'2022-06-18 17:31:14.463', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE616E4E-D4A6-4D51-A734-44A9F6AB658D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'4', N'0', N'2022-06-18 17:31:18.907', N'2022-06-18 17:31:18.907', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF7CA145-EF8D-450F-95CE-0060E873C26B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:31:29.447', N'2022-06-18 17:31:29.447', N'39', N'0', N'0', N'2032', N'1', N'0', N'0', N'0', N'0', N'10051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9E657CE-C554-4325-991F-24FE424927A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:31:33.233', N'2022-06-18 17:31:33.233', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B7EAD24-2113-4B20-9F52-38DE1EE6EABF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:31:38.303', N'2022-06-18 17:31:38.303', N'39', N'0', N'0', N'5020', N'132', N'0', N'0', N'0', N'0', N'10181', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4522187F-4C88-4B95-84CF-87CECC734C49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:31:42.150', N'2022-06-18 17:31:42.150', N'39', N'0', N'0', N'2010', N'1', N'0', N'0', N'0', N'0', N'10012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9417EFF9-92E0-4C55-A3FA-6677784206E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:31:45.450', N'2022-06-18 17:31:45.450', N'39', N'0', N'0', N'5019', N'150', N'0', N'0', N'0', N'0', N'10160', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAC9C0EC-FBA7-40CF-9063-FAE3B5DF1C1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:31:48.687', N'2022-06-18 17:31:48.687', N'39', N'0', N'0', N'1601', N'3949', N'0', N'0', N'0', N'0', N'10234', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83768773-1E1C-42EE-AF5B-9558C527D03C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:31:54.530', N'2022-06-18 17:31:54.530', N'39', N'0', N'0', N'1009', N'143', N'0', N'0', N'0', N'0', N'10220', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D095DE6-FDF8-4204-9B63-8D7AC8E46ADD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:31:57.807', N'2022-06-18 17:31:57.807', N'39', N'0', N'0', N'5025', N'181', N'0', N'0', N'0', N'0', N'10166', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0260753D-845D-473C-8FA5-F33F6D59FBAF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:32:02.037', N'2022-06-18 17:32:02.037', N'39', N'0', N'0', N'5046', N'51', N'0', N'0', N'0', N'0', N'10216', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4BB9EA7-253B-47A7-844F-BE86BB2122F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:32:05.683', N'2022-06-18 17:32:05.683', N'39', N'0', N'0', N'2012', N'2', N'0', N'0', N'0', N'0', N'10032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29B6156C-8814-4419-B126-871744D3F0FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:32:08.900', N'2022-06-18 17:32:08.900', N'39', N'0', N'0', N'5045', N'109', N'0', N'0', N'0', N'0', N'10195', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE51C213-960B-4B8C-979D-DEC8ACB84811', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50376', N'1', N'0', N'2022-06-18 17:32:12.220', N'2022-06-18 17:32:12.220', N'39', N'0', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'10015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE7B0A27-C87A-4736-AE78-442C40638414', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:32:16.810', N'2022-06-18 17:32:16.810', N'39', N'0', N'0', N'5019', N'130', N'0', N'0', N'0', N'0', N'10180', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42E2A500-F2D2-418B-B1FC-A0529BE78405', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:32:20.077', N'2022-06-18 17:32:20.077', N'39', N'0', N'0', N'5028', N'50', N'0', N'0', N'0', N'0', N'10209', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A3CA99F-BF98-4F5F-B8CF-210CE5873105', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:32:24.447', N'2022-06-18 17:32:24.447', N'39', N'0', N'0', N'2036', N'1', N'0', N'0', N'0', N'0', N'10071', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72975FA1-20CA-4203-AB1F-22BA990B6CAC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:32:26.490', N'2022-06-18 17:32:26.490', N'39', N'0', N'0', N'1037', N'146', N'0', N'0', N'0', N'0', N'10227', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F188E874-666F-483D-88B5-1EB65D0D145D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:32:29.670', N'2022-06-18 17:32:29.670', N'39', N'0', N'0', N'2032', N'1', N'0', N'0', N'0', N'0', N'10051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6225D04-A803-45BF-948E-BBF0D11A5EE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:32:33.667', N'2022-06-18 17:32:33.667', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B511EEC-44C3-4E60-88E3-7C6BC24D3970', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:32:38.090', N'2022-06-18 17:32:38.090', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7D96567-4301-4F62-B9BF-6B9A17138287', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:32:42.203', N'2022-06-18 17:32:42.203', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'473E2EBA-6A68-4076-AB5D-92789E97F74A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:32:46.180', N'2022-06-18 17:32:46.180', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56A28438-D591-4333-A3C2-F5FD526EEAF9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'5', N'0', N'2022-06-18 17:32:50.117', N'2022-06-18 17:32:50.117', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BC36C10-BAF4-49A6-8EE2-58E351232E62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:33:00.050', N'2022-06-18 17:33:00.050', N'39', N'0', N'0', N'2032', N'3', N'0', N'0', N'0', N'0', N'10053', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA353FBF-9D6C-4BE1-B799-D8E98C1E2F93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:33:03.413', N'2022-06-18 17:33:03.413', N'39', N'0', N'0', N'5047', N'72', N'0', N'0', N'0', N'0', N'10217', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F044D713-8896-455B-A53E-AA14CC2FA799', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50375', N'1', N'0', N'2022-06-18 17:33:06.640', N'2022-06-18 17:33:06.640', N'39', N'0', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'10034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A989E787-908B-4F1F-B461-C3378EDC8522', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:33:11.343', N'2022-06-18 17:33:11.343', N'39', N'0', N'0', N'5021', N'53', N'0', N'0', N'0', N'0', N'10202', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD0D2F2D-CE75-4B4E-85EE-75A83A02ACC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50375', N'1', N'0', N'2022-06-18 17:33:14.750', N'2022-06-18 17:33:14.750', N'39', N'0', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'10024', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28C0C424-C5C4-424F-8035-6263270A696C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-06-18 17:33:18.413', N'2022-06-18 17:33:18.413', N'39', N'0', N'0', N'5020', N'161', N'0', N'0', N'0', N'0', N'10161', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2374EA72-1A55-45EB-890F-1CA8961B47BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:33:21.877', N'2022-06-18 17:33:21.877', N'39', N'0', N'0', N'2009', N'1', N'0', N'0', N'0', N'0', N'10001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5C289F5-091D-42C0-9BA0-2C3A40AD672D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:33:25.003', N'2022-06-18 17:33:25.003', N'39', N'0', N'0', N'5018', N'56', N'0', N'0', N'0', N'0', N'10199', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'231B1CAD-E183-4419-9B2C-3D3DA07AD6F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:33:28.113', N'2022-06-18 17:33:28.113', N'39', N'0', N'0', N'5025', N'67', N'0', N'0', N'0', N'0', N'10206', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6EFE0D3-2D3B-4B75-879C-C69E30C308DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50375', N'1', N'0', N'2022-06-18 17:33:31.350', N'2022-06-18 17:33:31.350', N'39', N'0', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'10064', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92223F39-BE62-4AF4-9560-B9036BFBCC2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:33:36.947', N'2022-06-18 17:33:36.947', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90CAACDC-F675-4DB5-9A58-71F13A56067C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-18 17:33:41.203', N'2022-06-18 17:33:41.203', N'39', N'0', N'0', N'5045', N'120', N'0', N'0', N'0', N'0', N'10195', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BFFA2E5-680F-4805-8F20-697F4DD36C79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000127', N'2', N'0', N'2022-06-18 17:33:45.703', N'2022-06-18 17:33:45.703', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4B21F15-0033-4EDD-8BA2-BF97DA0CC9C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:33:49.713', N'2022-06-18 17:33:49.713', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEF4F2E9-35E3-4B29-A74B-2C3FB65F1504', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-06-18 17:33:55.907', N'2022-06-18 17:33:55.907', N'39', N'0', N'0', N'5018', N'87', N'0', N'0', N'0', N'0', N'10199', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A26D8A2F-9045-4AEC-82D3-B140A3AA87B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-18 17:33:59.657', N'2022-06-18 17:33:59.657', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'438608E5-E3FB-4EDC-8299-8C5BACA55D07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63001', N'28', N'0', N'2022-06-18 17:39:49.340', N'2022-06-18 17:39:49.340', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'924582C1-1E06-40D3-857E-2BBF6AE1B180', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071002', N'1', N'0', N'2022-06-18 17:40:06.847', N'2022-06-18 17:40:06.847', N'9', N'8693', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'8693', N'2435') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C921082-B0EB-40E6-BB2C-490F2B212811', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16001', N'34', N'0', N'2022-06-18 17:40:08.133', N'2022-06-18 17:40:08.133', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37EE41D2-C9C6-4CB1-9B57-78A3C9109916', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042002', N'1', N'0', N'2022-06-22 19:30:03.583', N'2022-06-22 19:30:03.583', N'39', N'6760', N'0', N'1010', N'74', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6760', N'2280') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45F783A1-D601-4C1E-8C44-0989D212F625', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022001', N'1', N'0', N'2022-06-18 17:40:57.373', N'2022-06-18 17:40:57.373', N'23', N'4257', N'0', N'2002', N'15', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'4257', N'1910') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'982B369A-E98B-4B92-9903-1BCBF8535D23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072005', N'1', N'0', N'2022-06-22 19:30:03.777', N'2022-06-22 19:30:03.777', N'39', N'9804', N'0', N'2001', N'95', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9804', N'2458') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91502388-9085-4B8E-9C84-048959FED2E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011003', N'1', N'0', N'2022-06-18 17:43:38.670', N'2022-06-18 17:43:38.670', N'9', N'4306', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'4306', N'2075') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5686851E-AE36-4862-B428-E8E961B8F6EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78171', N'1', N'0', N'2022-06-18 17:45:49.543', N'2022-06-18 17:45:49.543', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02075485-D784-48D1-BB52-D9DD514D42F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000001', N'1', N'0', N'2022-06-18 17:48:51.457', N'2022-06-18 17:48:51.457', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8DE990F8-B0E6-4B28-8D8A-9BAACAE06D9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'11', N'11011000', N'1', N'0', N'2022-06-18 14:20:26.927', N'2022-06-18 14:20:26.927', N'1', N'100000', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09F8D466-B8A8-4CCD-A085-2E708DB96C11', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011001', N'1', N'0', N'2022-06-18 17:47:50.143', N'2022-06-18 17:47:50.143', N'9', N'8363', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8363', N'2147') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C878847F-9B67-4823-B93F-96F20C1E0361', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011001', N'1', N'0', N'2022-06-18 17:47:50.870', N'2022-06-18 17:47:50.870', N'9', N'4358', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4358', N'939') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9E5F3CD-1465-4E6D-81E1-7E879F461A01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022101', N'1', N'0', N'2022-06-18 18:13:21.167', N'2022-06-18 18:13:21.167', N'9', N'6274', N'0', N'2002', N'45', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'4', N'4', N'6274', N'2203') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6C082F1-D60D-493D-80C0-33387C6084A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041001', N'1', N'0', N'2022-06-18 14:20:26.857', N'2022-06-18 14:20:26.857', N'1', N'5000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29EE9339-FA7C-4B6D-8DD8-6B44117552C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062101', N'1', N'0', N'2022-06-18 18:13:21.440', N'2022-06-18 18:13:21.440', N'9', N'6130', N'0', N'2002', N'60', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6130', N'2844') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9996C3AA-FEC5-4B15-BAB1-881B3A3084DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042101', N'1', N'0', N'2022-06-18 18:13:21.840', N'2022-06-18 18:13:21.840', N'9', N'6130', N'0', N'2002', N'60', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6130', N'2844') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A908F45-AFB5-490D-A05B-A6FF6A779517', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082101', N'1', N'0', N'2022-06-18 18:13:22.243', N'2022-06-18 18:13:22.243', N'9', N'6234', N'0', N'2002', N'40', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'6234', N'2342') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0966899A-0120-4AC3-A38B-FCF2FF71AB59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78158', N'1', N'0', N'2022-06-18 18:22:03.430', N'2022-06-18 18:22:03.430', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BB699ED-FA25-4BEB-8A44-EA5B01D42920', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41805', N'12', N'0', N'2022-06-18 18:18:13.427', N'2022-06-18 18:18:13.427', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92F767F9-9E4D-4989-8192-C84B567AEC7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031003', N'1', N'0', N'2022-06-18 18:19:46.563', N'2022-06-18 18:19:46.563', N'9', N'4558', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4558', N'1871') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DA390D2-463D-4013-8952-F9B36CD27246', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022101', N'1', N'0', N'2022-06-18 18:20:27.683', N'2022-06-18 18:20:27.683', N'9', N'6087', N'0', N'2001', N'61', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6087', N'2437') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9575864-AAD8-4630-A8D4-5C73403FCDE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042101', N'1', N'0', N'2022-06-18 18:20:27.987', N'2022-06-18 18:20:27.987', N'9', N'6087', N'0', N'2001', N'61', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'6087', N'2437') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F57BE694-FD2B-4C32-83F1-8E56939FF54C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062101', N'1', N'0', N'2022-06-18 18:20:28.393', N'2022-06-18 18:20:28.393', N'9', N'8193', N'0', N'2001', N'41', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'4', N'4', N'8193', N'2537') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AEA1F21-E4DA-43F3-8ABC-F5EE3B23C2F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082101', N'1', N'0', N'2022-06-18 18:20:29.000', N'2022-06-18 18:20:29.000', N'9', N'8193', N'0', N'2001', N'41', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'4', N'4', N'8193', N'2537') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A4A6C38-DFC2-4D0D-96B1-46BFCA0DAFE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042001', N'1', N'0', N'2022-06-18 17:48:13.447', N'2022-06-18 17:48:13.447', N'23', N'5759', N'0', N'2001', N'10', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'4', N'3', N'7', N'7', N'5759', N'1531') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A57FA6DB-6FD0-4A10-B5CD-ED9066213FD1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37001', N'2', N'0', N'2022-06-18 18:27:12.797', N'2022-06-18 18:27:12.797', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C64C172C-B20B-4C2D-B7AA-0E69DA6815A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021002', N'1', N'0', N'2022-06-18 18:24:29.753', N'2022-06-18 18:24:29.753', N'9', N'4338', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4338', N'1261') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDDE0233-89DE-41C5-A45B-9C8770821E3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011002', N'1', N'0', N'2022-06-18 18:24:46.620', N'2022-06-18 18:24:46.620', N'9', N'8622', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'8622', N'2501') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'758EA0A3-AE12-4328-A39B-E81B7077CA88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022101', N'1', N'0', N'2022-06-18 18:25:38.770', N'2022-06-18 18:25:38.770', N'9', N'7292', N'0', N'1010', N'57', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7292', N'2275') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3B957F9-2964-410E-AC58-EAE8AAF8D8B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022002', N'1', N'0', N'2022-06-18 18:25:38.813', N'2022-06-18 18:25:38.813', N'9', N'4286', N'0', N'2002', N'36', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4286', N'1675') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AF1DC09-E532-49CC-9FA0-B96F188BCE8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41806', N'1', N'0', N'2022-06-18 18:25:39.200', N'2022-06-18 18:25:39.200', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'905B0003-A43C-4A1E-B95C-9874876C3BC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082101', N'1', N'0', N'2022-06-18 18:25:41.260', N'2022-06-18 18:25:41.260', N'9', N'8115', N'0', N'2001', N'60', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'4', N'3', N'8', N'7', N'8115', N'2106') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C3D92C7-A6D7-4A73-9124-5A1B12653490', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042101', N'1', N'0', N'2022-06-18 18:25:42.067', N'2022-06-18 18:25:42.067', N'9', N'8213', N'0', N'2002', N'63', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'3', N'3', N'8213', N'2627') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C74E106-8E8D-4C76-833D-65A835B4B03B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062101', N'1', N'0', N'2022-06-18 18:25:42.467', N'2022-06-18 18:25:42.467', N'9', N'8213', N'0', N'2002', N'63', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'2', N'3', N'3', N'3', N'8213', N'2627') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'301D2C0C-31F6-4F18-9245-D5B969F9AC97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012001', N'1', N'0', N'2022-06-18 18:26:09.493', N'2022-06-18 18:26:09.493', N'23', N'3026', N'0', N'2001', N'11', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'3026', N'1098') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8A426E5-921A-44C4-B1BC-7B6451C16F61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022001', N'1', N'0', N'2022-06-18 17:47:13.127', N'2022-06-18 17:47:13.127', N'9', N'5391', N'0', N'2001', N'12', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'2', N'3', N'4', N'3', N'5391', N'1441') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'095FD185-C3DA-4A68-9754-6EB4A76A4F98', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'38001', N'2', N'0', N'2022-06-18 18:27:12.800', N'2022-06-18 18:27:12.800', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCB128E4-29EF-440D-970B-975BB48CA983', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78159', N'1', N'0', N'2022-06-18 18:27:28.713', N'2022-06-18 18:27:28.713', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D332D810-3FC2-4E36-B97A-5D228B3C0242', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000472', N'1', N'0', N'2022-06-18 18:57:40.417', N'2022-06-18 18:57:40.417', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44AEFB2E-A8AF-42B8-BF74-D9CA1860BEBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092003', N'1', N'0', N'2022-06-18 18:31:24.733', N'2022-06-18 18:31:24.733', N'9', N'9909', N'0', N'1010', N'45', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'3', N'3', N'6', N'6', N'9909', N'2503') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12AAEC55-3A44-4C97-A698-BA7A0059EE37', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152003', N'1', N'0', N'2022-06-18 18:31:24.760', N'2022-06-18 18:31:24.760', N'9', N'9909', N'0', N'1010', N'45', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'6', N'6', N'9909', N'2503') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'763FEA7F-A969-4011-BBE1-EF5FEBCA89AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132003', N'1', N'0', N'2022-06-18 18:31:24.933', N'2022-06-18 18:31:24.933', N'9', N'9909', N'0', N'1010', N'45', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'6', N'6', N'9909', N'2503') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5E2B956-A7E9-4FAA-8AF5-01BB68A016CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112003', N'1', N'0', N'2022-06-18 18:31:25.763', N'2022-06-18 18:31:25.763', N'9', N'7004', N'0', N'1010', N'60', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'7004', N'2146') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE2380B8-4569-408F-94C1-9886AB80E455', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78172', N'1', N'0', N'2022-06-18 18:34:11.030', N'2022-06-18 18:34:11.030', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6940C237-5B88-4F27-9A13-C0823598A85B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000493', N'1', N'0', N'2022-06-18 18:35:41.530', N'2022-06-18 18:35:41.530', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'003F55F7-828C-45EC-9FAC-EEAE53A84C3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'111012001', N'1', N'0', N'2022-06-18 17:46:02.613', N'2022-06-18 17:46:02.613', N'40', N'6586', N'0', N'1010', N'44', N'0', N'0', N'0', N'0', N'1062', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'6586', N'2390') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D0A1465-10F6-470D-BE3E-1BE7A0847008', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'76139', N'1', N'0', N'2022-06-18 18:26:35.823', N'2022-06-18 18:26:35.823', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBB6112D-8873-4B4A-AD92-2AA7AC00FABD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'76141', N'1', N'0', N'2022-06-18 18:28:00.180', N'2022-06-18 18:28:00.180', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A08B2FD6-ABA6-47D0-AF90-1C7A8062BE96', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000273', N'1', N'0', N'2022-06-18 18:37:44.470', N'2022-06-18 18:37:44.470', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DA6ADAE-881C-4BAE-A4DE-70D873BB6997', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000007', N'1', N'0', N'2022-06-18 18:38:34.227', N'2022-06-18 18:38:34.227', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACA5BC7C-B425-4F74-83B1-7D1A7B346C08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41807', N'7', N'0', N'2022-06-18 18:39:55.083', N'2022-06-18 18:39:55.083', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'491A556B-8175-40A8-B338-D68A6001E187', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41808', N'6', N'0', N'2022-06-18 18:39:56.333', N'2022-06-18 18:39:56.333', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D473F27-AED7-4661-8577-EE46E65FEF3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021002', N'1', N'0', N'2022-06-18 18:40:13.737', N'2022-06-18 18:40:13.737', N'9', N'3103', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3103', N'795') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7904B7F6-730C-4099-BC7D-448EB01820DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000501', N'1', N'0', N'2022-06-18 18:35:56.253', N'2022-06-18 18:35:56.253', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDDEB65F-4297-4C3D-A9E7-627D8EC6E45B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'76113', N'1', N'0', N'2022-06-18 17:26:23.740', N'2022-06-18 17:26:23.740', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'790CEF8F-B85C-44E1-8B17-534D14994FE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41809', N'3', N'0', N'2022-06-18 18:40:13.977', N'2022-06-18 18:40:13.977', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CAC21B7-DDB5-4BC5-BA9D-E106C485D838', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092003', N'1', N'0', N'2022-06-18 18:43:20.293', N'2022-06-18 18:43:20.293', N'9', N'7271', N'0', N'2002', N'78', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'3', N'3', N'7271', N'2372') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B4D5810-C6CC-4D06-9863-8C94F0C1552E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112003', N'1', N'0', N'2022-06-18 18:43:20.360', N'2022-06-18 18:43:20.360', N'9', N'8373', N'0', N'2002', N'82', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'8373', N'2479') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D555567-7614-49D9-87A3-9C4BB61966E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132003', N'1', N'0', N'2022-06-18 18:43:20.790', N'2022-06-18 18:43:20.790', N'9', N'8373', N'0', N'2002', N'82', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'6', N'5', N'8373', N'2479') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B568167A-90E3-4A9E-8497-A65C30768A35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012003', N'1', N'0', N'2022-06-18 18:43:21.207', N'2022-06-18 18:43:21.207', N'9', N'4225', N'0', N'2004', N'10', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'5', N'6', N'4225', N'1902') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33C2D44F-0B0B-4E36-9FA1-36FF8A19EF5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152003', N'1', N'0', N'2022-06-18 18:43:21.600', N'2022-06-18 18:43:21.600', N'9', N'6232', N'0', N'2001', N'56', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'3', N'5', N'6', N'6232', N'2502') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C280C9DD-D61F-459E-AB9D-BE3EFEEEA5D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012003', N'1', N'0', N'2022-06-18 18:48:18.557', N'2022-06-18 18:48:18.557', N'9', N'5470', N'0', N'2003', N'11', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'5', N'6', N'5470', N'1676') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B08CE32-D8CC-4E9E-967A-D733C5EBE400', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41810', N'5', N'0', N'2022-06-18 18:48:21.530', N'2022-06-18 18:48:21.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2A8657B-A7DC-420E-95D9-9418AA017B24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41811', N'1', N'0', N'2022-06-18 18:48:42.123', N'2022-06-18 18:48:42.123', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B6ADD91-26A8-4684-8CE4-8D066942DC81', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032002', N'1', N'0', N'2022-06-18 18:49:44.243', N'2022-06-18 18:49:44.243', N'9', N'3684', N'0', N'2001', N'29', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3684', N'815') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE3F5474-C05A-463C-A8DB-A47EA1BD204F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012002', N'1', N'0', N'2022-06-18 18:50:06.590', N'2022-06-18 18:50:06.590', N'9', N'4491', N'0', N'2002', N'23', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4491', N'1112') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'399B46D8-F392-4092-9EF2-075F59ED43F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072003', N'1', N'0', N'2022-06-18 18:51:11.320', N'2022-06-18 18:51:11.320', N'9', N'8923', N'0', N'2001', N'67', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'3', N'4', N'8923', N'2470') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E97ED20D-D89B-42C7-AD8C-3512BB4D05ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092003', N'1', N'0', N'2022-06-18 18:51:11.357', N'2022-06-18 18:51:11.357', N'9', N'9024', N'0', N'2001', N'72', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'6', N'5', N'9024', N'2491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3424B353-72BE-4CDE-8F54-E1D9302FA54F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112003', N'1', N'0', N'2022-06-18 18:51:11.583', N'2022-06-18 18:51:11.583', N'9', N'9024', N'0', N'2001', N'72', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'9024', N'2491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4F219C6-2105-49C5-9530-30A5E464344F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132003', N'1', N'0', N'2022-06-18 18:51:12.303', N'2022-06-18 18:51:12.303', N'9', N'9024', N'0', N'2001', N'72', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'9024', N'2491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95B9A9F7-714A-4A65-AE7F-9DE00DA6C2C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152003', N'1', N'0', N'2022-06-18 18:51:12.387', N'2022-06-18 18:51:12.387', N'9', N'6878', N'0', N'1010', N'56', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6878', N'2615') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B0CC8DD-BE80-4F71-9D4B-445027231D6B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012003', N'1', N'0', N'2022-06-18 18:51:35.550', N'2022-06-18 18:51:35.550', N'23', N'5778', N'0', N'2001', N'48', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'5778', N'1607') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D90BECBF-76EF-4352-9858-26808089053A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31001', N'1', N'0', N'2022-06-18 18:52:50.563', N'2022-06-18 18:52:50.563', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FFBFA59-F354-4F7E-BE33-A89103A5BA9F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31011', N'1', N'0', N'2022-06-18 18:53:01.140', N'2022-06-18 18:53:01.140', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C1A0FB5-4F7D-4A42-8415-B5F79CDEB48E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41812', N'1', N'-1', N'2022-06-18 18:53:25.330', N'2022-06-18 18:53:25.330', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3188EED-079E-43EC-9959-E4919EB2B408', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'37002', N'8', N'0', N'2022-06-18 18:55:06.263', N'2022-06-18 18:55:06.263', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99DB0FDD-EB10-4869-B590-EAD83A423F6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'38002', N'4', N'0', N'2022-06-18 18:55:06.290', N'2022-06-18 18:55:06.290', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4209EB38-F996-4499-9336-291D5F166399', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000091', N'1', N'0', N'2022-06-18 18:57:56.743', N'2022-06-18 18:57:56.743', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6582835-60B1-441F-85C9-1BD739ACF9B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000081', N'1', N'0', N'2022-06-18 18:57:58.260', N'2022-06-18 18:57:58.260', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'862A4248-12F7-4F61-8DCC-679B75C372D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'7', N'0', N'2022-06-18 19:03:33.070', N'2022-06-18 19:03:33.070', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'913EB402-8940-49A3-8BE2-B4713573AAF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031003', N'1', N'0', N'2022-06-18 19:04:10.220', N'2022-06-18 19:04:10.220', N'9', N'3064', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3064', N'726') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1315A998-5489-4397-AEF9-7BE7568D7A4C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021001', N'1', N'0', N'2022-06-18 19:05:23.380', N'2022-06-18 19:05:23.380', N'9', N'7082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'7082', N'2174') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C038549F-84C6-42DE-ADAF-0173BA6777B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60059', N'3', N'0', N'2022-06-18 19:08:29.913', N'2022-06-18 19:08:29.913', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'134E98C1-0293-424C-9D75-220F7A54FEB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100035', N'1', N'0', N'2022-06-18 20:34:40.767', N'2022-06-18 20:34:40.767', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F95EC4A-D707-4671-99A5-9C8D146471C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'114042001', N'1', N'0', N'2022-06-18 18:22:18.343', N'2022-06-18 18:22:18.343', N'8', N'4171', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'6', N'7', N'8', N'4171', N'1492') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58F50F1E-2A7E-4628-B4E8-056C6CAF75B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40018', N'1', N'-1', N'2022-06-18 19:12:57.610', N'2022-06-18 19:12:57.610', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DAE775D-4593-4A53-A6BE-72F9D3E65BE4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78173', N'1', N'0', N'2022-06-18 19:13:47.007', N'2022-06-18 19:13:47.007', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6261E31E-6FFA-49F2-87EB-A85F7C840E04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40039', N'1', N'-1', N'2022-06-18 19:13:59.083', N'2022-06-18 19:13:59.083', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A31513D6-CF76-4CE9-8C8D-A4604A1005E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'115042001', N'1', N'0', N'2022-06-18 17:21:10.010', N'2022-06-18 17:21:10.010', N'8', N'3528', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'1', N'1', N'3528', N'1546') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E5D2711-DE3C-4A27-B581-77A43EDC78E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'111012002', N'1', N'0', N'2022-06-18 18:35:04.597', N'2022-06-18 18:35:04.597', N'40', N'8865', N'0', N'1010', N'71', N'0', N'0', N'0', N'0', N'1062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8865', N'2564') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFA7DA3D-1FE9-4727-8F52-8DC391FD574C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000091', N'1', N'0', N'2022-06-18 22:16:33.730', N'2022-06-18 22:16:33.730', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB248DD6-B5D4-44C0-9ED2-6A6E50220903', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'6', N'80000225', N'1', N'0', N'2022-06-18 20:53:49.527', N'2022-06-18 20:53:49.527', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B9AFA80-1F69-4B8D-8E80-53B193E49A0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000091', N'1', N'0', N'2022-06-18 22:16:36.523', N'2022-06-18 22:16:36.523', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEC1F269-75FA-4AD7-881E-DE9B70C88B58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59004', N'10', N'0', N'2022-06-18 22:25:06.197', N'2022-06-18 22:25:06.197', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'135751EE-51E5-413E-8F37-AE778E9675F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000464', N'1', N'0', N'2022-06-19 22:58:20.680', N'2022-06-19 22:58:20.680', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04F2A9F2-8F55-466C-875E-E3A80D92F6A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000477', N'1', N'0', N'2022-06-19 23:04:38.813', N'2022-06-19 23:04:38.813', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EE1E321-10EE-4C1D-AECD-6C751C1BE7AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133006', N'1', N'0', N'2022-06-19 23:10:39.000', N'2022-06-19 23:10:39.000', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCE0CD80-4494-4DF9-8F44-B0C73C2C63FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:32:26.803', N'2022-07-06 20:32:26.803', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'25', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1ABBB673-F751-4B9B-9BF0-F22E107DC788', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'119012501', N'1', N'0', N'2022-06-22 01:16:14.003', N'2022-06-22 01:16:14.003', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6516EA1C-CC3C-427A-8DF9-0DA3581FEAD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59002', N'10', N'0', N'2022-07-06 20:16:52.390', N'2022-07-06 20:16:52.390', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60113AA3-2529-4DEF-AD8D-B037F11279BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000311', N'10', N'0', N'2022-07-06 20:17:06.173', N'2022-07-06 20:17:06.173', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BCDBDBF-7FF3-4612-B504-BB865336A619', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59004', N'10', N'0', N'2022-07-06 20:17:32.813', N'2022-07-06 20:17:32.813', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9398F3DF-076A-436C-A76E-CAF47114B1B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000130', N'1', N'0', N'2022-06-19 23:12:28.697', N'2022-06-19 23:12:28.697', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB53E54C-A479-4515-B9E9-E93B02FCF845', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000310', N'10', N'0', N'2022-07-06 20:17:34.327', N'2022-07-06 20:17:34.327', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8E1CC4F-8708-459F-B072-EB6A98C90621', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61125001', N'1', N'0', N'2022-06-19 23:04:40.950', N'2022-06-19 23:04:40.950', N'0', N'0', N'0', N'2001', N'90', N'1018', N'294', N'1005', N'276', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB952D4C-F34B-4827-86EB-83DE26A81A33', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61125002', N'1', N'0', N'2022-06-19 23:04:42.120', N'2022-06-19 23:04:42.120', N'0', N'0', N'0', N'2002', N'90', N'1018', N'294', N'1006', N'276', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14D5CCF6-A0DC-413C-9883-3D5FB4CD9812', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61125003', N'1', N'0', N'2022-06-19 23:04:43.660', N'2022-06-19 23:04:43.660', N'0', N'0', N'0', N'1006', N'272', N'1015', N'307', N'1005', N'276', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1471BB53-CC7A-4B4E-B34A-D8BBEB612BDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61125004', N'1', N'0', N'2022-06-19 23:04:43.660', N'2022-06-19 23:04:43.660', N'0', N'0', N'0', N'2004', N'16', N'1010', N'285', N'2003', N'16', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'693C2E5D-F78A-4FCF-8FDD-662355DA5405', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61125005', N'1', N'0', N'2022-06-19 23:04:44.080', N'2022-06-19 23:04:44.080', N'0', N'0', N'0', N'2002', N'90', N'2001', N'111', N'2004', N'16', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FA5CB26-BAF3-4219-8085-103D029EDB57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61125006', N'1', N'0', N'2022-06-19 23:04:44.583', N'2022-06-19 23:04:44.583', N'0', N'0', N'0', N'1015', N'200', N'1018', N'294', N'1010', N'256', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B39694CB-E953-4A04-A07B-9D21D061EE7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000552', N'66', N'0', N'2022-06-19 23:11:05.230', N'2022-06-19 23:11:05.230', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61944D5D-60AC-4D92-86B9-24C9EECDFB13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61125007', N'1', N'0', N'2022-06-19 23:04:39.313', N'2022-06-19 23:04:39.313', N'0', N'0', N'0', N'2031', N'9', N'1018', N'294', N'5018', N'212', N'21054', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4279DB10-9CB6-4359-A470-93A758BF65CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'3', N'0', N'2022-06-19 23:12:33.400', N'2022-06-19 23:12:33.400', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F89457BD-5BF3-4B2A-8C8E-E47561662732', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000222', N'1', N'0', N'2022-06-19 23:12:37.027', N'2022-06-19 23:12:37.027', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC9D20E6-3DBB-4DB4-A0B7-543F8CE92B60', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000220', N'1', N'0', N'2022-06-19 23:12:40.900', N'2022-06-19 23:12:40.900', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23E3F08B-D49C-4B22-ADDF-0430995F0BBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'6', N'80000203', N'1', N'0', N'2022-06-19 23:12:45.210', N'2022-06-19 23:12:45.210', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58B22666-7D4C-4593-A1EC-7BA4CC9FB717', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032002', N'1', N'0', N'2022-06-22 01:09:07.247', N'2022-06-22 01:09:07.247', N'9', N'4647', N'0', N'1010', N'16', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4647', N'629') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15C5A187-51C3-460F-B515-551B14B8A92E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-06-19 23:12:52.057', N'2022-06-19 23:12:52.057', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC3DA269-16C9-4FAB-BB10-7BC397108449', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-06-19 23:12:55.687', N'2022-06-19 23:12:55.687', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1DB36DB-5718-4036-B660-BA3B89533AE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41643', N'1', N'0', N'2022-06-22 23:14:24.580', N'2022-06-22 23:14:24.580', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A45B080-6E58-4D5A-B194-789526D381F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-06-19 23:13:05.033', N'2022-06-19 23:13:05.033', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFCC47A4-BC11-4DA9-8339-BB4FC5E1C2E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-19 23:13:08.757', N'2022-06-19 23:13:08.757', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78050C0A-249E-4F6D-A481-026BEBD9C20C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000222', N'1', N'0', N'2022-06-19 23:13:12.337', N'2022-06-19 23:13:12.337', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCDD2D11-35EF-4636-88FF-C8EFCECF53F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-19 23:13:15.700', N'2022-06-19 23:13:15.700', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20F95D53-DEA2-4145-8563-09E441C25FBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000219', N'3', N'0', N'2022-06-19 23:13:19.273', N'2022-06-19 23:13:19.273', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'395970FA-B68E-4247-8BAE-6E0726A0CE29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000129', N'1', N'0', N'2022-06-19 23:13:22.800', N'2022-06-19 23:13:22.800', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDF8B7AC-9449-4762-BC3B-26D3183E0C65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'1', N'0', N'2022-06-19 23:13:26.457', N'2022-06-19 23:13:26.457', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AAA00910-0D9E-4AC7-9AD1-6B26AA453798', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000222', N'1', N'0', N'2022-06-19 23:13:30.057', N'2022-06-19 23:13:30.057', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B72D048E-12A4-4BF7-B15A-5F04CDB1F9DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'30', N'0', N'2022-06-19 23:13:33.660', N'2022-06-19 23:13:33.660', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7522CBB1-2DB9-45C8-B12B-4261D07048DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011003', N'1', N'0', N'2022-06-22 01:10:09.993', N'2022-06-22 01:10:09.993', N'9', N'4117', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4117', N'852') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25840153-5C35-4D6A-8244-223C166E6306', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-19 23:13:43.560', N'2022-06-19 23:13:43.560', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79EF458F-C67E-4349-B6E8-F02325554B6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-06-19 23:14:09.680', N'2022-06-19 23:14:09.680', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1F34A3D-35F7-480C-867F-BD631A18E0D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000222', N'1', N'0', N'2022-06-19 23:14:13.350', N'2022-06-19 23:14:13.350', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'328F8E13-4383-4EA9-9D36-0D5191C1148E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-06-19 23:14:16.827', N'2022-06-19 23:14:16.827', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A3A2F3F-BCAC-49D5-B59B-DE80DA130209', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-19 23:14:20.417', N'2022-06-19 23:14:20.417', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89A5FC4C-EF54-4D5B-9DE5-332E7A8D24A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000044', N'30', N'0', N'2022-06-19 23:14:23.980', N'2022-06-19 23:14:23.980', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFF72F80-5C5C-4C4A-BC72-12421421B86D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'1', N'0', N'2022-06-19 23:14:27.570', N'2022-06-19 23:14:27.570', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'596E898C-B305-4DF6-91BD-79933348FB78', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40075', N'5', N'0', N'2022-06-22 18:08:55.857', N'2022-06-22 18:08:55.857', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17AF3735-E23C-4C31-B513-5AF689E81C87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000096', N'1', N'0', N'2022-06-22 23:17:43.980', N'2022-06-22 23:17:43.980', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5073555-4969-4019-A427-57532F4DC1B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40082', N'2', N'0', N'2022-06-22 01:10:10.403', N'2022-06-22 01:10:10.403', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA288318-04F3-4E11-B5F9-F5C4FADC1443', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000043', N'60', N'0', N'2022-06-19 23:14:46.097', N'2022-06-19 23:14:46.097', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1BB38D1-E96D-463F-BE11-23E69A5971CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000222', N'1', N'0', N'2022-06-19 23:14:49.760', N'2022-06-19 23:14:49.760', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A871087-F104-4DE0-8C31-BECB3A40E046', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000043', N'30', N'0', N'2022-06-19 23:14:55.020', N'2022-06-19 23:14:55.020', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D279C8B9-AC33-4D1C-ADF5-773695F0338F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032002', N'1', N'0', N'2022-06-22 01:10:10.813', N'2022-06-22 01:10:10.813', N'9', N'4220', N'0', N'2003', N'10', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'2', N'2', N'4220', N'1089') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B271366-600D-4777-9221-20B789710CE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-19 23:15:04.203', N'2022-06-19 23:15:04.203', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B35B3A0A-254B-465C-84A9-3238A25B487A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000550', N'1', N'0', N'2022-06-19 23:24:37.733', N'2022-06-19 23:24:37.733', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'247B9B96-5717-4E03-A083-A28DC8C72BB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'82000055', N'1', N'0', N'2022-06-19 23:29:26.580', N'2022-06-19 23:29:26.580', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4727631C-6892-4F6C-AE41-A8919AD7D2DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000557', N'95', N'0', N'2022-06-19 23:31:54.137', N'2022-06-19 23:31:54.137', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BD32687-09AD-48B8-A69A-B1D01784BD56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'7', N'80000277', N'94', N'0', N'2022-06-19 23:33:39.540', N'2022-06-19 23:33:39.540', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5480A31C-047B-4617-BD21-AE70C187E907', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000280', N'1', N'0', N'2022-06-19 23:34:14.310', N'2022-06-19 23:34:14.310', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2061369-E423-445C-BD9E-AD99DF045C40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000281', N'1', N'0', N'2022-06-19 23:34:19.677', N'2022-06-19 23:34:19.677', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E454A73D-F4C1-4934-9D86-6377C1A8E25E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-06-19 23:10:30.880', N'2022-06-19 23:10:30.880', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DED3E71C-4D99-41CD-92C2-D3FFCA217C15', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000279', N'1', N'0', N'2022-06-19 23:41:08.920', N'2022-06-19 23:41:08.920', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEFCBE8C-7635-4980-9944-0A21A4EAE2CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002031', N'1', N'0', N'2022-06-22 23:18:20.780', N'2022-06-22 23:18:20.780', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D4F07E2-7F48-4D9B-BD3C-9268D5F3CBAC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'2', N'0', N'2022-06-19 23:42:27.207', N'2022-06-19 23:42:27.207', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6EE2F7E2-9011-4D87-A74F-220CC45EC9A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000129', N'1', N'0', N'2022-06-19 23:42:31.820', N'2022-06-19 23:42:31.820', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9F607142-AF60-4CE1-8351-BC3D786A9721', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'1', N'0', N'2022-06-19 23:42:35.417', N'2022-06-19 23:42:35.417', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'839650C5-A411-4E8A-BE39-B0E0E30136F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'14', N'80000222', N'1', N'0', N'2022-06-19 23:42:39.463', N'2022-06-19 23:42:39.463', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE413382-5F15-440F-BBA4-2845C2849715', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51126006', N'1', N'0', N'2022-06-19 23:42:43.190', N'2022-06-19 23:42:43.190', N'40', N'0', N'0', N'1018', N'298', N'0', N'0', N'0', N'0', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B03E68A7-949B-4268-9F25-4A9EF7CAF19C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-06-19 23:43:49.880', N'2022-06-19 23:43:49.880', N'39', N'0', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'7041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76ED0816-A7AD-4DC6-B013-045769F9EE38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50306', N'1', N'0', N'2022-06-19 23:43:53.343', N'2022-06-19 23:43:53.343', N'39', N'0', N'0', N'1015', N'208', N'0', N'0', N'0', N'0', N'7032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD3ED4F2-CD93-409E-9FC3-F93A301259CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-06-19 23:43:56.783', N'2022-06-19 23:43:56.783', N'39', N'0', N'0', N'1010', N'103', N'0', N'0', N'0', N'0', N'7021', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF9D9B6F-A0DC-4BC8-97FF-726350B81D5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-06-19 23:44:00.567', N'2022-06-19 23:44:00.567', N'39', N'0', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'7041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96C1EBCF-ECFC-4AE2-9FEA-7800180E32D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-06-19 23:44:04.287', N'2022-06-19 23:44:04.287', N'39', N'0', N'0', N'1015', N'132', N'0', N'0', N'0', N'0', N'7031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CF91BDC-92DB-41B1-9210-06F6EDFC936D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50307', N'1', N'0', N'2022-06-19 23:44:07.910', N'2022-06-19 23:44:07.910', N'39', N'0', N'0', N'1010', N'200', N'0', N'0', N'0', N'0', N'7023', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48572E06-53C9-4D89-BD71-E7BFBCF9685D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000130', N'1', N'0', N'2022-06-19 23:44:12.180', N'2022-06-19 23:44:12.180', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F05123E-1EDA-4CA6-9620-E9C0149A0D2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-19 23:44:17.667', N'2022-06-19 23:44:17.667', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6085043C-FE79-49B8-BEA6-76A0B63657A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50306', N'1', N'0', N'2022-06-19 23:44:23.353', N'2022-06-19 23:44:23.353', N'39', N'0', N'0', N'1004', N'161', N'0', N'0', N'0', N'0', N'7012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4A48FCD-C83D-46BD-8F98-C53B361CC147', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50345', N'1', N'0', N'2022-06-19 23:44:26.763', N'2022-06-19 23:44:26.763', N'39', N'0', N'0', N'1015', N'312', N'0', N'0', N'0', N'0', N'7034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB6F526D-5CCB-4F36-B363-BDA7042C8E78', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50325', N'1', N'0', N'2022-06-19 23:44:40.067', N'2022-06-19 23:44:40.067', N'39', N'0', N'0', N'1029', N'112', N'0', N'0', N'0', N'0', N'9011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CB29C49-270E-4AE9-B395-53C02B5952BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50365', N'1', N'0', N'2022-06-19 23:44:43.430', N'2022-06-19 23:44:43.430', N'39', N'0', N'0', N'5015', N'769', N'0', N'0', N'0', N'0', N'9156', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82C25A9A-21A6-41BA-8111-3EAB72D4EF90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50335', N'1', N'0', N'2022-06-19 23:44:55.990', N'2022-06-19 23:44:55.990', N'39', N'0', N'0', N'1009', N'28', N'0', N'0', N'0', N'0', N'10218', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1439D592-D9CD-4772-B5AB-2B53C278C5EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50337', N'1', N'0', N'2022-06-19 23:44:59.360', N'2022-06-19 23:44:59.360', N'39', N'0', N'0', N'5025', N'179', N'0', N'0', N'0', N'0', N'10166', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F26B853C-F8A0-4D98-B60B-BA1B2D716B8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50316', N'1', N'0', N'2022-06-19 23:45:08.790', N'2022-06-19 23:45:08.790', N'39', N'0', N'0', N'1602', N'5', N'0', N'0', N'0', N'0', N'8055', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6086819-A88D-4008-927A-FFAB7873CFC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50356', N'1', N'0', N'2022-06-19 23:45:12.810', N'2022-06-19 23:45:12.810', N'39', N'0', N'0', N'1018', N'132', N'0', N'0', N'0', N'0', N'8045', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'247D2EAC-6395-40B9-9BB3-18F965DC8097', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50316', N'1', N'0', N'2022-06-19 23:45:17.850', N'2022-06-19 23:45:17.850', N'39', N'0', N'0', N'2001', N'6', N'0', N'0', N'0', N'0', N'8049', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'251A8C64-B27B-44D8-B3A6-79C7EA5736D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50316', N'1', N'0', N'2022-06-19 23:45:21.710', N'2022-06-19 23:45:21.710', N'39', N'0', N'0', N'1001', N'220', N'0', N'0', N'0', N'0', N'8002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAABFF8A-D92A-47A3-B91D-8E10DB7F0A1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000129', N'1', N'0', N'2022-06-19 23:45:28.067', N'2022-06-19 23:45:28.067', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'331A5DF6-B8D9-496D-BAE7-9CCE6773FDE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50315', N'1', N'0', N'2022-06-19 23:45:32.490', N'2022-06-19 23:45:32.490', N'39', N'0', N'0', N'2001', N'1', N'0', N'0', N'0', N'0', N'8048', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFE29BE8-2D5E-40A9-A4F1-7F582BF00661', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80100036', N'95', N'0', N'2022-06-19 23:47:36.207', N'2022-06-19 23:47:36.207', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B1F4CE5-4D22-4A3C-8AB9-18A5B6B5F40C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000276', N'1', N'0', N'2022-06-19 23:50:24.090', N'2022-06-19 23:50:24.090', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9E909A5-6E21-4F77-93CC-9C206FCBA70D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60065', N'1', N'0', N'2022-06-22 01:10:11.220', N'2022-06-22 01:10:11.220', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5C7BC1B-43A2-4BA3-AC3B-769B1F48513C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'37001', N'4', N'0', N'2022-06-22 01:10:32.207', N'2022-06-22 01:10:32.207', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEAE31DD-9390-4CFD-8765-575856568B2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012003', N'1', N'0', N'2022-06-22 01:10:54.380', N'2022-06-22 01:10:54.380', N'9', N'5812', N'0', N'2002', N'47', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'5812', N'1956') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'519FCBB4-1124-43DE-AB75-792E7CA639CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011003', N'1', N'0', N'2022-06-22 01:12:13.203', N'2022-06-22 01:12:13.203', N'9', N'3055', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3055', N'615') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82749CB5-DDFD-4A25-B472-881CAE7EE9B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2022-06-22 01:12:59.290', N'2022-06-22 01:12:59.290', N'9', N'6609', N'0', N'2002', N'69', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'6', N'6', N'6609', N'2425') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'648433C8-92F7-41CC-9D9C-DA0EFD188D87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022003', N'1', N'0', N'2022-06-22 01:12:59.920', N'2022-06-22 01:12:59.920', N'9', N'3607', N'0', N'2004', N'8', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'3607', N'1025') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1107A216-CC93-4340-815A-5E8EB6F7F6E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041003', N'1', N'0', N'2022-06-22 01:13:00.910', N'2022-06-22 01:13:00.910', N'9', N'3958', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3958', N'658') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABAC16F6-73C1-44EC-87B7-B13059F93EB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031003', N'1', N'0', N'2022-06-22 01:13:01.657', N'2022-06-22 01:13:01.657', N'9', N'7566', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7566', N'2969') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5574F23D-4F80-49DD-90E0-7D48EA1828A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50204', N'1', N'0', N'2022-06-22 01:13:06.993', N'2022-06-22 01:13:06.993', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25CE2395-FB33-47CC-8DC5-E208854C8457', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'10000001', N'5', N'0', N'2022-06-22 01:15:09.247', N'2022-06-22 01:15:09.247', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2792CD7-BEC5-46B7-A9B4-F2816C25F4C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'5', N'0', N'2022-06-22 01:20:13.023', N'2022-06-22 01:20:13.023', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9D62C2C-C69F-4C59-8E7F-A9148CCB122F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60059', N'1', N'0', N'2022-06-22 01:20:13.427', N'2022-06-22 01:20:13.427', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6F8D918-13F4-42FE-BB11-F205FF787200', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40086', N'10', N'0', N'2022-06-22 01:20:18.093', N'2022-06-22 01:20:18.093', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE36F870-BDE8-4E5C-8E34-AA8F7268089D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60060', N'1', N'0', N'2022-06-22 01:20:38.020', N'2022-06-22 01:20:38.020', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E2EA6A3-FDF6-40DC-B987-FBE58EE5D551', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'60065', N'3', N'0', N'2022-06-22 01:25:40.630', N'2022-06-22 01:25:40.630', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D8E7B25-39EE-45F8-A7FC-3DD8F41B3FBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022002', N'1', N'0', N'2022-06-22 01:21:34.707', N'2022-06-22 01:21:34.707', N'9', N'3851', N'0', N'2002', N'25', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'2', N'3', N'2', N'2', N'3851', N'1320') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75536D10-F3F8-4A5D-8963-CD01366AD2BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012003', N'1', N'0', N'2022-06-22 01:22:01.680', N'2022-06-22 01:22:01.680', N'9', N'4416', N'0', N'2001', N'46', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4416', N'2077') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87F89FEA-24CA-450C-B630-0612629D2A2A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032003', N'1', N'0', N'2022-06-22 01:22:28.903', N'2022-06-22 01:22:28.903', N'9', N'5237', N'0', N'2001', N'32', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'5237', N'1948') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4A1296D-48EC-4700-B09F-A4B9584ECD38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60065', N'2', N'0', N'2022-06-22 01:22:30.323', N'2022-06-22 01:22:30.323', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F8FBD80-9FE1-4EA4-8EE5-E7AC80A61A07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041003', N'1', N'0', N'2022-06-18 18:29:53.590', N'2022-06-18 18:29:53.590', N'9', N'4402', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4402', N'1393') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F50BA341-425F-4A81-9D23-7ABA18CA51CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042002', N'1', N'0', N'2022-06-22 01:22:54.077', N'2022-06-22 01:22:54.077', N'9', N'3951', N'0', N'2002', N'20', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'3', N'3', N'3', N'3', N'3951', N'1197') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96288110-C5D7-402F-A8BD-F8EAE6A22B29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022003', N'1', N'0', N'2022-06-22 01:23:18.840', N'2022-06-22 01:23:18.840', N'9', N'4208', N'0', N'2002', N'39', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'4', N'4', N'4208', N'696') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D42B184B-5029-4C48-80CE-863F97AF63F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032003', N'1', N'0', N'2022-06-22 01:24:15.263', N'2022-06-22 01:24:15.263', N'9', N'4650', N'0', N'2004', N'14', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'4650', N'1680') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'227A2057-AB13-45FE-91AB-4B04453380E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-12', N'-1', N'59001', N'9', N'0', N'2022-06-22 01:24:16.080', N'2022-06-22 01:24:16.080', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DABCDC11-77AD-4221-838B-C26AB3A6893C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012003', N'1', N'0', N'2022-06-22 01:24:16.907', N'2022-06-22 01:24:16.907', N'9', N'9261', N'0', N'2002', N'53', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'9261', N'2183') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43505209-C98F-4DA2-9423-42AE9D75827E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012002', N'1', N'0', N'2022-06-22 01:24:20.743', N'2022-06-22 01:24:20.743', N'9', N'4176', N'0', N'1010', N'18', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'3', N'3', N'4176', N'1136') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'477707B3-61D2-4AE4-847C-59EE1A8017B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032003', N'1', N'0', N'2022-06-22 01:24:46.817', N'2022-06-22 01:24:46.817', N'23', N'6889', N'0', N'2002', N'61', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'6889', N'2791') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB821135-A1D0-492D-82CC-D62C062F9B6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'112042001', N'1', N'0', N'2022-06-18 18:16:06.060', N'2022-06-18 18:16:06.060', N'8', N'5640', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'6', N'6', N'6', N'5640', N'1600') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFC98EFB-E8A0-4C89-8295-973F639CFBF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'60064', N'2', N'0', N'2022-06-22 01:25:50.723', N'2022-06-22 01:25:50.723', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD9AE1A5-95B4-488A-AE99-5B96872D6DB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'60056', N'12', N'0', N'2022-06-22 01:25:54.037', N'2022-06-22 01:25:54.037', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07423A9E-AC87-4BFF-B8BE-883A45C360CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'60059', N'4', N'0', N'2022-06-22 01:25:55.647', N'2022-06-22 01:25:55.647', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65FE535B-AA20-4425-A8B8-9492A0FE1C9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78160', N'1', N'0', N'2022-06-22 01:26:18.380', N'2022-06-22 01:26:18.380', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECC8D1B1-B4EF-4E8A-B5CF-09B4A847636B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31011', N'1', N'0', N'2022-06-22 01:27:17.830', N'2022-06-22 01:27:17.830', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'854A42C2-C6C5-4D54-83DC-8246CBFEC5A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000091', N'1', N'0', N'2022-06-22 01:29:06.923', N'2022-06-22 01:29:06.923', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'855383E7-EF40-4862-9325-2964DFB405F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'76140', N'1', N'0', N'2022-06-22 01:29:19.060', N'2022-06-22 01:29:19.060', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3373B8EE-4296-4CC9-AAB9-4EC2C62BAB45', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000275', N'1', N'0', N'2022-06-22 03:21:46.170', N'2022-06-22 03:21:46.170', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05A53C2A-1ED9-4912-9526-DC280A448273', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15011005', N'1', N'0', N'2022-06-22 19:30:05.217', N'2022-06-22 19:30:05.217', N'39', N'3985', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3985', N'1398') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3B85520-0500-41D3-A074-E5982C1094DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20032003', N'1', N'0', N'2022-06-22 03:28:21.707', N'2022-06-22 03:28:21.707', N'9', N'3204', N'0', N'2003', N'12', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'2', N'2', N'3204', N'890') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E27E2AD0-7C59-444D-84DF-625628E27050', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152005', N'1', N'0', N'2022-06-22 19:30:06.087', N'2022-06-22 19:30:06.087', N'39', N'7883', N'0', N'2001', N'137', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7883', N'2165') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7983B840-01D8-4805-9CA4-95F891015CBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11041001', N'1', N'0', N'2022-06-22 03:28:42.180', N'2022-06-22 03:28:42.180', N'9', N'7398', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7398', N'2290') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4480EBDC-1498-4CDD-9F8C-FC8A8A5586EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16032003', N'1', N'0', N'2022-06-22 03:28:45.640', N'2022-06-22 03:28:45.640', N'9', N'4460', N'0', N'2001', N'32', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4460', N'600') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E46640B-C1FD-4300-AB4F-0B8896295BEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012003', N'1', N'0', N'2022-06-22 03:30:20.923', N'2022-06-22 03:30:20.923', N'9', N'3624', N'0', N'2001', N'31', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'2', N'2', N'3624', N'792') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3547D91-D0EB-4F07-AB3B-4A67B39CA6FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11081002', N'1', N'0', N'2022-06-22 19:30:06.600', N'2022-06-22 19:30:06.600', N'39', N'7228', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7228', N'2111') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD242181-06FA-42D9-9683-7F5724B79256', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40080', N'6', N'0', N'2022-06-22 19:33:48.920', N'2022-06-22 19:33:48.920', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8212EEF5-61D8-4F14-93F5-038D990FA070', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042003', N'1', N'0', N'2022-06-22 03:31:05.410', N'2022-06-22 03:31:05.410', N'9', N'4068', N'0', N'2001', N'33', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'3', N'3', N'4068', N'1495') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF470AB4-F2E5-4051-A189-3183764A6B84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000052', N'1', N'0', N'2022-06-22 03:32:35.903', N'2022-06-22 03:32:35.903', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9D5D705-A99D-41E6-8AEB-BEB2942630B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37002', N'3', N'0', N'2022-06-22 03:32:35.907', N'2022-06-22 03:32:35.907', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CEB2EADB-2644-41AF-9BE9-9BD6536C74F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'120042001', N'1', N'0', N'2022-06-18 17:25:33.057', N'2022-06-18 17:25:33.057', N'8', N'4474', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'4474', N'632') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D69179D-5F7A-476E-B203-66499351F872', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40091', N'3', N'0', N'2022-06-22 19:34:26.587', N'2022-06-22 19:34:26.587', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F343A09A-EFE2-4B39-AA28-66BE9CE9A170', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052003', N'1', N'0', N'2022-06-22 03:35:51.677', N'2022-06-22 03:35:51.677', N'9', N'9422', N'0', N'1010', N'41', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'5', N'5', N'9422', N'2510') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9721D6FC-ABB4-41CC-97B1-2AD37870F129', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50005', N'6', N'0', N'2022-06-22 03:41:28.047', N'2022-06-22 03:41:28.047', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D18B81D-1CFF-4941-A706-3A14D0E3C6AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12042003', N'1', N'0', N'2022-06-22 01:20:38.423', N'2022-06-22 01:20:38.423', N'9', N'4250', N'0', N'2003', N'10', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'4250', N'2269') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B5230AE-FDDF-480C-A570-5375EB1DE313', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20031003', N'1', N'0', N'2022-06-22 03:41:41.970', N'2022-06-22 03:41:41.970', N'9', N'3191', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3191', N'705') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9630E430-C9BA-4BF1-8AF7-4D47D73A7FAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12032004', N'1', N'0', N'2022-06-22 19:36:30.797', N'2022-06-22 19:36:30.797', N'39', N'5042', N'0', N'2001', N'47', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5042', N'1407') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'112100AE-7B9D-4728-B719-BFBD7FF22E5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15041003', N'1', N'0', N'2022-06-22 03:44:16.847', N'2022-06-22 03:44:16.847', N'9', N'3606', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3606', N'1181') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E796B46F-CB25-42B5-AFC9-E90285FD36AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50006', N'5', N'0', N'2022-06-22 03:44:18.077', N'2022-06-22 03:44:18.077', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC81AB9A-B3FE-4BDB-883A-F51CEB65A32F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'0', N'90001', N'1', N'0', N'2022-06-22 03:47:13.553', N'2022-06-22 03:47:13.553', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D369458-3160-4BE0-8C62-60ABB2E3E95A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 03:47:52.763', N'2022-06-22 03:47:52.763', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B76CDD0-3F79-4799-BE55-EAE49857881E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50433', N'1', N'0', N'2022-06-22 03:47:53.360', N'2022-06-22 03:47:53.360', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'721D6D3D-FBA6-48B8-B24B-FA798E27805C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 03:47:53.983', N'2022-06-22 03:47:53.983', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0552EDA-CF1F-4CD9-9A11-EBD4AC632E84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 03:47:54.380', N'2022-06-22 03:47:54.380', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02879F7D-47DB-434C-814A-E7203A8539E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-06-23 03:31:14.670', N'2022-06-23 03:31:14.670', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1B6C200-A87F-43C1-96EB-189837917624', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12012003', N'1', N'0', N'2022-06-22 03:48:09.443', N'2022-06-22 03:48:09.443', N'9', N'4421', N'0', N'2004', N'10', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4421', N'1401') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F60BD75-A6EF-492F-B0E8-AFAD84E8037D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40066', N'1', N'0', N'2022-06-22 03:48:14.310', N'2022-06-22 03:48:14.310', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DECE19D6-8F55-41E5-B5EB-3B9B7F015D0B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16012003', N'1', N'0', N'2022-06-22 03:48:39.497', N'2022-06-22 03:48:39.497', N'23', N'3813', N'0', N'2001', N'41', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3813', N'996') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAF6BF38-9A8E-4666-9D33-BB93C5D33D41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'116042001', N'1', N'0', N'2022-06-18 18:34:16.477', N'2022-06-18 18:34:16.477', N'8', N'3495', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'6', N'3', N'3', N'3495', N'698') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E7C5073-C377-4036-80A6-833F72059AEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50375', N'1', N'0', N'2022-06-22 03:50:00.790', N'2022-06-22 03:50:00.790', N'39', N'0', N'0', N'5031', N'225', N'0', N'0', N'0', N'0', N'10152', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74025460-38F0-4074-9301-6133DB30607E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000041', N'1', N'0', N'2022-06-22 03:50:11.893', N'2022-06-22 03:50:11.893', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96928E9E-70F8-46DB-9518-863092E0DA18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13042003', N'1', N'0', N'2022-06-22 04:06:12.537', N'2022-06-22 04:06:12.537', N'9', N'4453', N'0', N'2002', N'35', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'2', N'2', N'4453', N'1263') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'759DF4D2-63B3-4426-9505-34D341F70886', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31001', N'1', N'0', N'2022-06-22 03:52:53.610', N'2022-06-22 03:52:53.610', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E724B31E-76E7-47EA-9A08-02EB5FF5B30D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042003', N'1', N'0', N'2022-06-18 19:11:03.963', N'2022-06-18 19:11:03.963', N'9', N'4669', N'0', N'2001', N'45', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4669', N'1628') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1684B961-6B5B-4DDF-90EC-C214290D7807', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12021005', N'1', N'0', N'2022-06-22 04:06:12.867', N'2022-06-22 04:06:12.867', N'9', N'5453', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'5453', N'2063') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1313B4E9-2E72-4686-8039-35AFCD004756', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12032003', N'1', N'0', N'2022-06-22 04:07:03.813', N'2022-06-22 04:07:03.813', N'9', N'5026', N'0', N'2003', N'13', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'5026', N'1448') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADE95A0F-316F-4511-BE04-57966D0CC32E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12022003', N'1', N'0', N'2022-06-22 04:07:04.743', N'2022-06-22 04:07:04.743', N'9', N'4872', N'0', N'2003', N'14', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4872', N'1767') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'835E7229-B427-4AAD-A8A6-3E82DFF54DB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042003', N'1', N'0', N'2022-06-22 04:08:04.973', N'2022-06-22 04:08:04.973', N'9', N'5392', N'0', N'2001', N'38', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'5', N'5', N'5392', N'1963') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40CB954C-BD1B-47C8-878B-A8317A15ED48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16021003', N'1', N'0', N'2022-06-22 04:08:13.693', N'2022-06-22 04:08:13.693', N'9', N'3331', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'3331', N'977') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2D694FE-8B05-4BC7-8C9C-2C871080FBB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31011', N'1', N'0', N'2022-06-22 04:09:55.173', N'2022-06-22 04:09:55.173', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C38FAE2-6F15-4EDE-BD51-67D245E3F1FF', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'70003051', N'1', N'0', N'2022-06-23 22:23:04.843', N'2022-06-23 22:23:04.843', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EFA5A6C-C865-4A37-A714-D620EEE28790', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12041005', N'1', N'0', N'2022-06-22 04:12:20.763', N'2022-06-22 04:12:20.763', N'9', N'5859', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'5859', N'1787') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62A2E428-9611-4CE9-9E7F-51BCFE926C93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'1', N'0', N'2022-06-23 22:56:22.767', N'2022-06-23 22:56:22.767', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C54DDE61-559C-49FB-A1E1-7639F8580B73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16012004', N'1', N'0', N'2022-06-22 04:13:32.317', N'2022-06-22 04:13:32.317', N'9', N'4371', N'0', N'2001', N'48', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4371', N'1048') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F9A9346-557E-48E6-BDAE-68B3B9905694', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041008', N'1', N'0', N'2022-06-23 23:01:36.870', N'2022-06-23 23:01:36.870', N'9', N'3828', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3828', N'734') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE4C86D1-9CA0-45D8-9B52-550DF6E7F4C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11081000', N'1', N'0', N'2022-06-22 04:13:36.377', N'2022-06-22 04:13:36.377', N'9', N'6290', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'6290', N'2004') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9C50B87-0791-4550-BB42-70DF732D3677', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032004', N'1', N'0', N'2022-06-22 04:14:27.007', N'2022-06-22 04:14:27.007', N'9', N'5255', N'0', N'2003', N'23', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'4', N'5', N'5255', N'1692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16E12107-A5D1-4F2E-9DAC-57939FC1104D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'12', N'81000033', N'1', N'3600', N'2022-06-22 04:18:25.700', N'2022-06-22 04:18:25.700', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9479CC4-F32F-4FD8-97ED-0BE55755205A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052008', N'1', N'0', N'2022-06-23 23:02:48.087', N'2022-06-23 23:02:48.087', N'9', N'9997', N'0', N'2001', N'218', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'9997', N'2486') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C082E58B-D312-4C4C-8CD3-49635646D212', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20044002', N'1', N'0', N'2022-06-22 03:36:18.643', N'2022-06-22 03:36:18.643', N'23', N'3233', N'0', N'1002', N'117', N'2002', N'35', N'0', N'0', N'2018', N'5', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3233', N'679') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CCEB4E3-B439-4ED8-91E6-4D3EDA680CA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31052', N'1', N'0', N'2022-06-23 23:03:33.760', N'2022-06-23 23:03:33.760', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9D37146-8E48-49BE-9D23-2AC2130F82EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'315044001', N'1', N'0', N'2022-06-23 23:03:33.773', N'2022-06-23 23:03:33.773', N'8', N'3287', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'3', N'3', N'3287', N'1305') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42C03C40-856A-4E40-9DA8-CFED3DB40111', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'1', N'0', N'2022-06-23 23:04:05.770', N'2022-06-23 23:04:05.770', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F15A56B6-5BA6-4351-A70C-3A81E1D4421F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59003', N'10', N'0', N'2022-06-23 23:05:23.477', N'2022-06-23 23:05:23.477', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D65C79BC-42DD-4A22-8C84-8EDD4E022B95', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68002', N'1', N'0', N'2022-06-24 00:01:47.873', N'2022-06-24 00:01:47.873', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3520AF1-A3A6-41A3-BACE-3FB0437D8DB2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'59023', N'103', N'0', N'2022-06-24 00:27:20.270', N'2022-06-24 00:27:20.270', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C176F35-A70C-4724-845F-B2A9DCBFC3B3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'59024', N'2', N'0', N'2022-06-24 00:27:20.320', N'2022-06-24 00:27:20.320', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'170D2F09-3E69-4508-8978-A88448C8147E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'9', N'59020', N'20', N'0', N'2022-06-24 00:28:04.367', N'2022-06-24 00:28:04.367', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3797D2F-EA4A-4A82-B87F-C59CBB1A5B9F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'8', N'59021', N'129', N'0', N'2022-06-24 00:28:04.390', N'2022-06-24 00:28:04.390', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76CBE918-77CF-4373-9926-6CCA1EAC2858', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'10', N'59022', N'28', N'0', N'2022-06-24 00:28:04.390', N'2022-06-24 00:28:04.390', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80241F35-E298-477B-BBCA-0774B9B64E93', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59004', N'10', N'0', N'2022-06-25 07:01:10.373', N'2022-06-25 07:01:10.373', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F26AF666-CC84-4F4C-BBAC-0D99C8B581CD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'6', N'59004', N'40', N'0', N'2022-06-25 07:01:37.260', N'2022-06-25 07:01:37.260', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87B3F714-538E-4A88-998E-3675C9A371EB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'1', N'80000207', N'1', N'0', N'2022-06-25 08:27:44.600', N'2022-06-25 08:27:44.600', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74583D8A-ECDE-4AB5-8965-A795010A44C9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 02:53:42.317', N'2022-06-26 02:53:42.317', N'39', N'0', N'0', N'1036', N'440', N'0', N'0', N'0', N'0', N'9082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99DF6FA9-F068-4E39-AD72-E383D6AE2C48', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 02:53:48.470', N'2022-06-26 02:53:48.470', N'39', N'0', N'0', N'5004', N'1422', N'0', N'0', N'0', N'0', N'9085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F506097C-63D3-4368-8F09-367A9788ED19', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 02:53:54.817', N'2022-06-26 02:53:54.817', N'39', N'0', N'0', N'5005', N'1400', N'0', N'0', N'0', N'0', N'9086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD23EABF-1340-4355-9509-4437A3024A73', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'6', N'83000005', N'255', N'0', N'2022-06-25 09:18:54.380', N'2022-06-25 09:18:54.380', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7167AF78-7E54-4889-94CC-9A92A679E73F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'12', N'83000004', N'109', N'0', N'2022-06-25 09:19:03.680', N'2022-06-25 09:19:03.680', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AC9ECAF-CA63-4C74-A3E5-71894B537C5E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:25.640', N'2022-06-26 02:54:25.640', N'39', N'0', N'0', N'1601', N'9333', N'0', N'0', N'0', N'0', N'10238', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB334E16-0FB5-4EB9-A76D-39BA16B53AEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133007', N'1', N'0', N'2022-06-19 23:10:44.743', N'2022-06-19 23:10:44.743', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCB61661-8E4B-4229-8B30-9D021FA4DB19', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40071', N'1', N'-1', N'2022-06-22 17:27:33.573', N'2022-06-22 17:27:33.573', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11FC404B-223E-42BD-804C-DCFC9A9045C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40039', N'4', N'0', N'2022-06-22 17:29:52.137', N'2022-06-22 17:29:52.137', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'986EDC3A-6307-4768-A792-706375EC02F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40040', N'4', N'0', N'2022-06-22 17:29:52.337', N'2022-06-22 17:29:52.337', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54FA50C7-9673-47F6-ADE0-6C1BC4C5124C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'40080', N'4', N'0', N'2022-06-22 17:29:54.590', N'2022-06-22 17:29:54.590', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE482BD0-8B18-4911-AB10-6D49688A79DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12022004', N'1', N'0', N'2022-06-22 19:36:31.213', N'2022-06-22 19:36:31.213', N'39', N'5042', N'0', N'2001', N'47', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5042', N'1407') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5346EE51-A298-4522-92B5-E2111C050950', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042004', N'1', N'0', N'2022-06-22 17:29:55.803', N'2022-06-22 17:29:55.803', N'9', N'3677', N'0', N'2002', N'58', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3677', N'1195') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEC1D0ED-9F51-48D6-9CF6-0418EF3CC393', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41145', N'8', N'0', N'2022-06-22 17:30:26.850', N'2022-06-22 17:30:26.850', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11598017-9DF0-4CAE-9C2B-B3662C7571AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20031004', N'1', N'0', N'2022-06-22 17:30:27.313', N'2022-06-22 17:30:27.313', N'9', N'3260', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3260', N'1213') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'003263C1-1165-4AA0-8813-6E15E6C92FA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16011004', N'1', N'0', N'2022-06-22 17:30:45.953', N'2022-06-22 17:30:45.953', N'9', N'3144', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3144', N'755') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A627C573-E2CA-49CC-BB28-1AFD8E9FDE3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'11011004', N'1', N'0', N'2022-06-22 17:32:02.750', N'2022-06-22 17:32:02.750', N'9', N'8332', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'8332', N'2367') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01EC8DC5-5C7B-464D-BB3E-67E79C214763', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042004', N'1', N'0', N'2022-06-22 17:32:02.797', N'2022-06-22 17:32:02.797', N'9', N'3930', N'0', N'2004', N'10', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'2', N'3', N'3', N'3', N'3930', N'1074') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52120184-BCCB-46CC-AD61-08BD72124B0F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20011004', N'1', N'0', N'2022-06-22 17:32:46.103', N'2022-06-22 17:32:46.103', N'9', N'3563', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3563', N'731') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AA6DF91-76D7-4680-885B-81385C1011B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14011005', N'1', N'0', N'2022-06-22 17:32:46.900', N'2022-06-22 17:32:46.900', N'9', N'4023', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4023', N'1663') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B92BE1AC-875B-4737-A589-93ED3133798E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41343', N'2', N'0', N'2022-06-22 17:35:33.830', N'2022-06-22 17:35:33.830', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA04D1F7-DE0D-4D84-8F1F-838005404C1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40117', N'1', N'-1', N'2022-06-22 17:36:02.033', N'2022-06-22 17:36:02.033', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BDCA5A7-6864-4F39-A391-FC22C23F5C75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'38003', N'5', N'0', N'2022-06-22 17:36:10.760', N'2022-06-22 17:36:10.760', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'901647FC-EA96-4885-B5D9-B395AA19035E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000008', N'1', N'0', N'2022-06-22 17:36:34.183', N'2022-06-22 17:36:34.183', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD5FF53D-CE50-4059-96DD-13CCA389D47C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40072', N'1', N'0', N'2022-06-22 17:37:02.583', N'2022-06-22 17:37:02.583', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBCB5A2D-117F-47A1-894B-7EDBAFB5F027', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40070', N'1', N'-1', N'2022-06-22 17:37:29.407', N'2022-06-22 17:37:29.407', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95690355-E6AC-48FB-A332-8AF3CBE05EAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'37003', N'3', N'0', N'2022-06-22 17:37:37.370', N'2022-06-22 17:37:37.370', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02B52235-C03F-464A-9D53-B8AD0607D834', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042004', N'1', N'0', N'2022-06-22 17:39:52.020', N'2022-06-22 17:39:52.020', N'9', N'3872', N'0', N'2001', N'43', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3872', N'959') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7578C297-123C-4D70-B424-E2F3E2EB4A61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11091004', N'1', N'0', N'2022-06-22 17:39:53.250', N'2022-06-22 17:39:53.250', N'9', N'7084', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7084', N'2972') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'740E7667-E845-4676-BAE5-F10D69915B69', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'14041005', N'1', N'0', N'2022-06-22 17:40:17.467', N'2022-06-22 17:40:17.467', N'9', N'4837', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4837', N'1815') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'832BC5B2-AF3A-4177-8C6F-54F750655661', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13022004', N'1', N'0', N'2022-06-22 17:40:59.770', N'2022-06-22 17:40:59.770', N'9', N'3471', N'0', N'2004', N'12', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3471', N'1267') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCFB4872-5E38-479C-846E-660398D7BAEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021001', N'1', N'0', N'2022-06-22 17:43:14.063', N'2022-06-22 17:43:14.063', N'9', N'8206', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'8206', N'2270') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7590F5EB-0382-44E0-B025-577D1C00673E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40118', N'1', N'-1', N'2022-06-22 17:45:32.743', N'2022-06-22 17:45:32.743', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'325EDBFC-DD24-40F8-B03C-37695571AD79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000002', N'1', N'0', N'2022-06-22 17:45:45.033', N'2022-06-22 17:45:45.033', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'795B80E2-F8C5-4B7E-901C-D9E1C0B8B9E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40019', N'1', N'-1', N'2022-06-22 17:46:06.213', N'2022-06-22 17:46:06.213', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'284C2B5A-A7BD-4C23-988E-DF71246830C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78162', N'1', N'0', N'2022-06-22 17:55:19.500', N'2022-06-22 17:55:19.500', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'033544A0-F398-48AB-9C21-5424A0ADE8B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042003', N'1', N'0', N'2022-06-22 17:57:47.983', N'2022-06-22 17:57:47.983', N'9', N'4413', N'0', N'2001', N'32', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4413', N'757') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9B38AD8-F6E2-41F6-B397-65C1070F91F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12022005', N'1', N'0', N'2022-06-22 18:03:07.743', N'2022-06-22 18:03:07.743', N'9', N'4949', N'0', N'2004', N'20', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'1', N'3', N'1', N'1', N'4949', N'1905') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A2B5C51-31BB-448F-870F-01476A53A79D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062002', N'1', N'0', N'2022-06-22 18:03:27.493', N'2022-06-22 18:03:27.493', N'9', N'8653', N'0', N'2002', N'96', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8653', N'2097') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C981EF4-FD2C-41F6-A51C-22750224D3D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'76137', N'1', N'0', N'2022-06-22 18:04:54.230', N'2022-06-22 18:04:54.230', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC50823D-44B2-466D-A032-9BE0C49A3EA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31031', N'1', N'0', N'2022-06-22 18:05:50.157', N'2022-06-22 18:05:50.157', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93A478A9-4475-4DFF-A125-EA38422828E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40075', N'12', N'0', N'2022-06-22 18:21:35.790', N'2022-06-22 18:21:35.790', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E05600B-4CDF-4291-B418-0043C0890CA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14021006', N'1', N'0', N'2022-06-22 18:09:54.340', N'2022-06-22 18:09:54.340', N'9', N'5035', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'5035', N'1470') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F6738EA-B395-413E-911E-F53D7FBC5F94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11092005', N'1', N'0', N'2022-06-22 18:11:35.670', N'2022-06-22 18:11:35.670', N'9', N'9083', N'0', N'2002', N'139', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'9083', N'2224') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'123ADCDA-DF85-4C7F-BE29-9999E7F9EBD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062002', N'1', N'0', N'2022-06-22 18:12:49.153', N'2022-06-22 18:12:49.153', N'9', N'6448', N'0', N'2002', N'138', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'3', N'3', N'10', N'9', N'6448', N'2596') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EDC239E-0BE3-4F0A-B6CF-8AE4A2E5DB2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12022005', N'1', N'0', N'2022-06-22 18:13:43.860', N'2022-06-22 18:13:43.860', N'9', N'5933', N'0', N'2001', N'73', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5933', N'1536') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7DE6FC3-9552-41EF-BDE2-657CE8A76597', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41348', N'1', N'0', N'2022-06-22 18:13:43.900', N'2022-06-22 18:13:43.900', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'617BB848-34CB-4F10-B42B-D4933BEE0042', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16031005', N'1', N'0', N'2022-06-22 18:13:44.677', N'2022-06-22 18:13:44.677', N'9', N'3034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3034', N'654') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93441DA3-0319-4CE7-A08D-6B3F5C07B074', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13042003', N'1', N'0', N'2022-06-22 01:23:05.450', N'2022-06-22 01:23:05.450', N'9', N'3849', N'0', N'2004', N'9', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'3849', N'1032') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD463CAF-E92C-411F-8DFB-09B8E270B36E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40090', N'3', N'0', N'2022-06-22 18:21:36.833', N'2022-06-22 18:21:36.833', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57C345F2-7501-41D8-BFC4-E0C4B8768E5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'111014001', N'1', N'0', N'2022-06-18 19:14:09.540', N'2022-06-18 19:14:09.540', N'40', N'9082', N'0', N'1010', N'71', N'2013', N'22', N'0', N'0', N'1062', N'0', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'3', N'0', N'3', N'3', N'6', N'5', N'9082', N'2325') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC3CC4D6-66C0-41E3-91C4-4206D4EE5381', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40089', N'1', N'0', N'2022-06-22 18:22:03.173', N'2022-06-22 18:22:03.173', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8A5CCAD-36DD-440E-A63F-DCF41550EC1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012005', N'1', N'0', N'2022-06-22 18:22:04.477', N'2022-06-22 18:22:04.477', N'9', N'6223', N'0', N'2001', N'139', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'3', N'3', N'10', N'8', N'6223', N'2237') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'087F3888-31C0-4259-AD36-CB48B4C304BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50205', N'3', N'0', N'2022-06-22 18:24:14.580', N'2022-06-22 18:24:14.580', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E258FEF2-FAB3-4AF7-BB3F-5FA976D3FE57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13032004', N'1', N'0', N'2022-06-22 19:36:31.670', N'2022-06-22 19:36:31.670', N'39', N'3673', N'0', N'2003', N'8', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3673', N'664') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'921C7B1A-AEED-45D9-9A99-D9E34B9AD8DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41146', N'1', N'0', N'2022-06-22 18:28:04.870', N'2022-06-22 18:28:04.870', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF348C82-4A2F-4E47-9C9E-C2038F8DD7BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11111005', N'1', N'0', N'2022-06-22 18:29:27.957', N'2022-06-22 18:29:27.957', N'9', N'6198', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6198', N'2355') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A33A880C-B082-44DF-AA8F-69E2C5A2426A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41803', N'2', N'0', N'2022-06-22 18:29:55.737', N'2022-06-22 18:29:55.737', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18683E8F-02D7-4EEE-8D4F-7A57106748F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 18:30:39.317', N'2022-06-22 18:30:39.317', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1979A310-6400-44B6-8FE2-4B0FA6DEE3CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 18:30:39.357', N'2022-06-22 18:30:39.357', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0751BE8-6040-43C0-97B4-064CA7D01978', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 18:30:39.747', N'2022-06-22 18:30:39.747', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB23A8B3-C8DD-46F4-8B3C-3015DE320452', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152005', N'1', N'0', N'2022-06-22 18:30:47.803', N'2022-06-22 18:30:47.803', N'9', N'6304', N'0', N'1010', N'67', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6304', N'2034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3691ADE1-D471-41FC-A9B2-F52B20D96D90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'38003', N'1', N'0', N'2022-06-22 18:33:12.690', N'2022-06-22 18:33:12.690', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45C767AD-BEB4-4E34-BB98-8EA61BCA4289', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60085', N'1', N'0', N'2022-06-22 18:34:09.397', N'2022-06-22 18:34:09.397', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABD2F1F7-A258-44F1-A9E8-CDACA7FC0EAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2022-06-22 18:34:22.927', N'2022-06-22 18:34:22.927', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7FED6F57-38BB-42A6-8DD4-C990AD37746D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152005', N'1', N'0', N'2022-06-22 18:35:55.007', N'2022-06-22 18:35:55.007', N'9', N'8585', N'0', N'1010', N'60', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8585', N'2338') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3C92609-0C5D-41CE-A03D-6DAECD5D6E91', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032004', N'1', N'0', N'2022-06-22 18:36:44.723', N'2022-06-22 18:36:44.723', N'9', N'3051', N'0', N'2002', N'50', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3051', N'612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17D18EF1-64FF-4CCF-891F-E9030837BD89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11092005', N'1', N'0', N'2022-06-22 18:36:45.020', N'2022-06-22 18:36:45.020', N'9', N'8156', N'0', N'2001', N'123', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'6', N'4', N'8156', N'2733') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEDC63DF-7647-4F16-A7AA-361E17F2FEDB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032004', N'1', N'0', N'2022-06-22 18:36:46.060', N'2022-06-22 18:36:46.060', N'9', N'3506', N'0', N'2002', N'37', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'3', N'2', N'3506', N'638') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94C10FBB-C84C-4E48-AA60-D55FB9D54317', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16022004', N'1', N'0', N'2022-06-22 18:37:16.437', N'2022-06-22 18:37:16.437', N'9', N'3389', N'0', N'2003', N'10', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3389', N'841') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32F54EA2-4B59-4235-8C33-BD7881164463', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41802', N'4', N'0', N'2022-06-22 18:38:17.127', N'2022-06-22 18:38:17.127', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D0CD4939-8AAD-4AF1-A877-EE58A7C6250F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152005', N'1', N'0', N'2022-06-22 18:39:44.903', N'2022-06-22 18:39:44.903', N'9', N'6342', N'0', N'2001', N'104', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'10', N'9', N'6342', N'2310') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A52ED1E9-7BC8-462B-9DC2-A9A8305617B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14011006', N'1', N'0', N'2022-06-22 18:40:15.783', N'2022-06-22 18:40:15.783', N'9', N'4067', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4067', N'1948') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E61EE806-3399-4A52-A5CA-5A768F889E80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41155', N'4', N'0', N'2022-06-22 18:41:06.610', N'2022-06-22 18:41:06.610', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'484E8768-A8AF-4D0A-B3DB-77500ACEAC82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052005', N'1', N'0', N'2022-06-22 18:41:53.487', N'2022-06-22 18:41:53.487', N'9', N'6297', N'0', N'2001', N'121', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6297', N'2064') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C05ECDCE-C67A-466E-BAAD-4EEEF443C4F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'0', N'40093', N'1', N'0', N'2022-06-22 20:12:18.893', N'2022-06-22 20:12:18.893', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'438A1E2E-CE24-42EC-9E3D-B98E973789FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031005', N'1', N'0', N'2022-06-22 18:42:03.640', N'2022-06-22 18:42:03.640', N'9', N'7095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'7095', N'2371') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDF65396-6849-4DB6-A6B1-4BC9174D7925', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062002', N'1', N'0', N'2022-06-22 18:49:09.740', N'2022-06-22 18:49:09.740', N'9', N'7054', N'0', N'2002', N'99', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'7054', N'2367') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA4C871D-EF4E-4B8E-B0AF-350398902C79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13022004', N'1', N'0', N'2022-06-22 18:49:43.547', N'2022-06-22 18:49:43.547', N'9', N'3841', N'0', N'2003', N'10', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3841', N'722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B041CB88-B564-42CA-80A8-6245A31A0C31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20031004', N'1', N'0', N'2022-06-22 18:50:57.413', N'2022-06-22 18:50:57.413', N'9', N'3065', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3065', N'921') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E37A21A3-5787-4231-89A1-C6D35AEB972D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072005', N'1', N'0', N'2022-06-22 18:51:25.423', N'2022-06-22 18:51:25.423', N'9', N'7742', N'0', N'1010', N'80', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7742', N'2719') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3202133-3FFB-4DBC-9F53-CE2E25708014', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000006', N'1', N'0', N'2022-06-22 18:53:29.060', N'2022-06-22 18:53:29.060', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF3C2708-027E-4D0E-B18E-8E7FF3927C04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052005', N'1', N'0', N'2022-06-22 18:51:56.193', N'2022-06-22 18:51:56.193', N'23', N'8483', N'0', N'1010', N'76', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8483', N'2210') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29E0935E-1BDC-47C9-8398-83CB6AC1AAA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'114044001', N'1', N'0', N'2022-06-22 03:52:18.417', N'2022-06-22 03:52:18.417', N'8', N'4166', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'4', N'4', N'4166', N'1621') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C5EBD24-D5F1-403D-8C1A-E377297A0B94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000278', N'1', N'0', N'2022-06-22 18:54:29.170', N'2022-06-22 18:54:29.170', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A1AA475-1F0F-4403-B106-5FD975C2B0A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40056', N'1', N'0', N'2022-06-22 18:56:05.920', N'2022-06-22 18:56:05.920', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'939CB948-D8A8-409A-8A9A-BA2F93A82EFD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40055', N'1', N'0', N'2022-06-22 18:56:06.557', N'2022-06-22 18:56:06.557', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F387EDF3-1780-4A16-B016-2C3F871E98EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40054', N'1', N'0', N'2022-06-22 18:56:56.360', N'2022-06-22 18:56:56.360', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD16D3DB-5D1C-4115-9673-DDA052FD378F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41422', N'1', N'-1', N'2022-06-22 18:58:05.823', N'2022-06-22 18:58:05.823', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8117D5EA-9923-4D60-A270-DEECCEE6B5B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16032005', N'1', N'0', N'2022-06-22 19:01:58.557', N'2022-06-22 19:01:58.557', N'39', N'3373', N'0', N'2002', N'62', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3373', N'1230') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2905075-4AB8-43C7-8D77-22E76B699DD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12032005', N'1', N'0', N'2022-06-22 19:01:58.573', N'2022-06-22 19:01:58.573', N'39', N'4916', N'0', N'2004', N'19', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'10', N'10', N'4916', N'1630') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD93EB5F-8890-48A5-87BC-EECA0F97BF39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41421', N'1', N'-1', N'2022-06-22 19:04:11.020', N'2022-06-22 19:04:11.020', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99F9E6AF-9F81-4821-8C0A-F3FF26442086', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'12011007', N'1', N'0', N'2022-06-22 19:02:00.303', N'2022-06-22 19:02:00.303', N'39', N'4136', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4136', N'1923') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'657D3363-09BB-4D2D-AFF5-0C236BEBFA9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061003', N'1', N'0', N'2022-06-22 19:02:00.700', N'2022-06-22 19:02:00.700', N'39', N'7663', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'7663', N'2257') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CB8086B-EA2D-49BA-B07E-046BC151D19D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15011005', N'1', N'0', N'2022-06-22 19:02:01.217', N'2022-06-22 19:02:01.217', N'39', N'3049', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3049', N'660') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'205E3523-3D99-4501-A3D0-DE52DA810ED5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60065', N'1', N'0', N'2022-06-22 19:02:23.113', N'2022-06-22 19:02:23.113', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'197B1C43-3E35-4A06-BC2D-78D32268A1C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16032003', N'1', N'0', N'2022-06-22 03:42:34.227', N'2022-06-22 03:42:34.227', N'9', N'4724', N'0', N'2003', N'6', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'3', N'3', N'3', N'3', N'4724', N'1101') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F54C414C-A341-4370-B63E-28FE236B1924', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13041005', N'1', N'0', N'2022-06-22 19:10:40.400', N'2022-06-22 19:10:40.400', N'9', N'4022', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4022', N'1240') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74F6DDDA-C8F0-42E6-886E-4D39113C57B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'8', N'115012101', N'1', N'0', N'2022-06-22 19:10:47.997', N'2022-06-22 19:10:47.997', N'7', N'4003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'3', N'4003', N'1037') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4605B5D-F342-43AF-9A9C-23A07F4CE077', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12022005', N'1', N'0', N'2022-06-22 19:19:36.720', N'2022-06-22 19:19:36.720', N'39', N'5374', N'0', N'2003', N'19', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'5374', N'1635') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D8F6747-3602-46B3-B5BD-BBC5B95D33BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031006', N'1', N'0', N'2022-06-22 19:19:36.803', N'2022-06-22 19:19:36.803', N'39', N'9132', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'9132', N'2090') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC7720D8-1C9A-4759-8E0E-C41BA3A75B34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16011005', N'1', N'0', N'2022-06-22 19:19:37.253', N'2022-06-22 19:19:37.253', N'39', N'4332', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4332', N'738') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EFA1230-133C-4347-88AB-246C7E42476A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11111006', N'1', N'0', N'2022-06-22 19:19:37.720', N'2022-06-22 19:19:37.720', N'39', N'7677', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7677', N'2079') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65725298-C449-4B31-9C88-183B61EA8BFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11032005', N'1', N'0', N'2022-06-22 19:19:40.427', N'2022-06-22 19:19:40.427', N'39', N'7657', N'0', N'2002', N'142', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7657', N'2517') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D76F5AC-D5E8-4EAA-8BF3-E7A0E50D7E1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072005', N'1', N'0', N'2022-06-22 19:19:43.680', N'2022-06-22 19:19:43.680', N'39', N'8557', N'0', N'1010', N'88', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'5', N'6', N'8557', N'2685') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8099BFDF-0AAD-45D9-8893-7FD9AEE3C0BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12042005', N'1', N'0', N'2022-06-22 19:19:44.060', N'2022-06-22 19:19:44.060', N'39', N'4760', N'0', N'2001', N'59', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'4', N'4', N'4760', N'1617') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69F2A253-451A-4BD4-8587-67EE20CA6BF3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'40106', N'1', N'-1', N'2022-06-22 19:26:13.397', N'2022-06-22 19:26:13.397', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'591C352D-A2D3-4659-8459-88D94AABEB54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072005', N'1', N'0', N'2022-06-22 19:28:14.173', N'2022-06-22 19:28:14.173', N'9', N'7164', N'0', N'2001', N'94', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7164', N'2838') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7ECE727C-60CB-4C6D-BD04-C7BFEE0B706F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20021005', N'1', N'0', N'2022-06-22 19:28:24.980', N'2022-06-22 19:28:24.980', N'9', N'4062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4062', N'977') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A075B2F-E76D-446A-964A-C0FC702FBCBB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11112005', N'1', N'0', N'2022-06-22 19:29:01.760', N'2022-06-22 19:29:01.760', N'9', N'8679', N'0', N'1010', N'82', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8679', N'2183') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16EAF35F-BA53-4586-8CA5-0994AD2FF444', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13032005', N'1', N'0', N'2022-06-22 19:29:24.320', N'2022-06-22 19:29:24.320', N'9', N'4574', N'0', N'2004', N'15', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4574', N'1181') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C080FCDF-3251-4152-AA22-14FB7D367A9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20011004', N'1', N'0', N'2022-06-22 19:36:32.087', N'2022-06-22 19:36:32.087', N'39', N'4358', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4358', N'1224') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'730284E3-34E8-4066-B698-3BAAC1092004', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16012004', N'1', N'0', N'2022-06-22 19:36:32.497', N'2022-06-22 19:36:32.497', N'39', N'3122', N'0', N'2001', N'44', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3122', N'916') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0B65F88-CCF6-4360-8DB1-FEF0A8B35E15', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13012004', N'1', N'0', N'2022-06-22 19:36:32.880', N'2022-06-22 19:36:32.880', N'39', N'3366', N'0', N'2001', N'37', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3366', N'1011') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E38B732E-84B7-4C04-9A6C-BFA22FD78706', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41344', N'10', N'0', N'2022-06-22 19:38:43.780', N'2022-06-22 19:38:43.780', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'122682CF-E8C2-4726-A9CC-82EC4E5F9015', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41345', N'10', N'0', N'2022-06-22 19:38:44.000', N'2022-06-22 19:38:44.000', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9677078-D1A0-4BA4-A5C2-0AE1B7DD789D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40107', N'1', N'0', N'2022-06-22 19:42:41.333', N'2022-06-22 19:42:41.333', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'35A3000D-B27F-4392-BFEA-1BC242767D51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'31', N'21001', N'1', N'0', N'2022-06-22 19:49:46.463', N'2022-06-22 19:49:46.463', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F387E1D5-5D91-4DB0-A0D8-7DF0C0F90D24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082003', N'1', N'0', N'2022-06-22 19:44:13.723', N'2022-06-22 19:44:13.723', N'39', N'9005', N'0', N'2001', N'184', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'8', N'8', N'9005', N'2260') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1500042D-F9EF-4ADE-93FD-F6EEBB6742C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11051006', N'1', N'0', N'2022-06-22 19:44:13.767', N'2022-06-22 19:44:13.767', N'39', N'6714', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6714', N'2384') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2715D372-A6C3-41F5-ADF5-EF33789A9BC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062003', N'1', N'0', N'2022-06-22 19:44:14.103', N'2022-06-22 19:44:14.103', N'39', N'7634', N'0', N'2001', N'153', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7634', N'2703') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBDD45B0-D974-4051-BE03-000D798A746E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11131006', N'1', N'0', N'2022-06-22 19:44:15.010', N'2022-06-22 19:44:15.010', N'39', N'6818', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6818', N'2113') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6AC257C-761E-431F-9E0B-D48867A8C9A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012005', N'1', N'0', N'2022-06-22 19:44:15.463', N'2022-06-22 19:44:15.463', N'39', N'4263', N'0', N'2004', N'21', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'5', N'4', N'4263', N'921') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39A5D26F-08FE-4075-905F-FE23D1A53A87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'115044001', N'1', N'0', N'2022-06-18 19:12:32.063', N'2022-06-18 19:12:32.063', N'8', N'4784', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'6', N'3', N'3', N'4853', N'814') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42BC9912-E525-437C-96D1-4366ABF2930F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'60034', N'1', N'-1', N'2022-06-22 19:50:42.260', N'2022-06-22 19:50:42.260', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'430DA451-A55A-4390-98AB-DED6C608A337', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41160', N'1', N'0', N'2022-06-22 19:51:50.103', N'2022-06-22 19:51:50.103', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E91ABF4-B11B-4816-A85C-3D02181EC98F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40077', N'1', N'0', N'2022-06-22 19:58:24.267', N'2022-06-22 19:58:24.267', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D02404B-D275-4F6C-BE01-019AB356E557', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'13', N'81000033', N'1', N'3600', N'2022-06-22 19:58:55.760', N'2022-06-22 19:58:55.760', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9122738B-D3A6-40DE-9C18-D2710B583AF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'1', N'40113', N'24', N'0', N'2022-06-22 20:01:42.380', N'2022-06-22 20:01:42.380', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'456EF1E5-8A26-4D70-8FE1-8661FFDBACB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14014003', N'1', N'0', N'2022-06-22 20:02:22.330', N'2022-06-22 20:02:22.330', N'23', N'4639', N'0', N'2001', N'93', N'1002', N'194', N'0', N'0', N'2002', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4639', N'1630') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B041B68D-73EC-40CE-B12E-F2A466083AB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'30', N'21002', N'1', N'0', N'2022-06-22 20:04:21.920', N'2022-06-22 20:04:21.920', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'362B91EE-3F63-4262-8BE6-449B642C13B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13042004', N'1', N'0', N'2022-06-22 18:09:20.907', N'2022-06-22 18:09:20.907', N'9', N'3984', N'0', N'2004', N'8', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3984', N'926') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AF367FF-14F4-4227-BA5A-ACADE6126844', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120044001', N'1', N'0', N'2022-06-22 04:18:25.703', N'2022-06-22 04:18:25.703', N'8', N'3436', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'1', N'1', N'3436', N'1080') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4CEBDD5-1BF9-489A-9B18-37EF3A3E1FE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16031005', N'1', N'0', N'2022-06-22 20:02:57.557', N'2022-06-22 20:02:57.557', N'39', N'4092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4092', N'996') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C73C5C36-7895-46BE-848E-D4023281053E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12022005', N'1', N'0', N'2022-06-22 20:02:57.943', N'2022-06-22 20:02:57.943', N'39', N'4486', N'0', N'2002', N'60', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'3', N'3', N'8', N'6', N'4486', N'1982') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B952E45E-A2D9-468B-9051-2FEBCC047B94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042005', N'1', N'0', N'2022-06-22 19:01:59.020', N'2022-06-22 19:01:59.020', N'39', N'3932', N'0', N'2001', N'63', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3932', N'1223') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A5006F2-0A34-438D-A9FD-BC6D289713E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'37004', N'1', N'0', N'2022-06-22 20:04:59.990', N'2022-06-22 20:04:59.990', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78FC4C05-4F5F-4A80-93C8-3F521C7DB413', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'45', N'38004', N'8', N'0', N'2022-06-22 20:05:00.030', N'2022-06-22 20:05:00.030', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5B394F0-3CC6-43A4-A2FE-17641D06B080', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40078', N'4', N'0', N'2022-06-22 20:07:44.853', N'2022-06-22 20:07:44.853', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58C73C3E-BAFE-4B33-A29A-31475F7B7756', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40079', N'4', N'0', N'2022-06-22 20:07:45.520', N'2022-06-22 20:07:45.520', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84385A47-967A-486E-9BF9-B3E7B97003D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011007', N'1', N'0', N'2022-06-22 20:10:44.683', N'2022-06-22 20:10:44.683', N'9', N'4382', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4382', N'1860') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60641A83-8203-4034-A518-D0F546D5D4C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20032005', N'1', N'0', N'2022-06-22 20:11:24.843', N'2022-06-22 20:11:24.843', N'39', N'3380', N'0', N'2004', N'19', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3380', N'1270') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89F96ECA-A6E6-4681-80D6-8C970BF16A2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022005', N'1', N'0', N'2022-06-22 20:11:25.030', N'2022-06-22 20:11:25.030', N'39', N'3668', N'0', N'2002', N'58', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3668', N'1011') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB5E8F91-C578-4342-95B5-AD617104F280', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20031005', N'1', N'0', N'2022-06-22 20:11:25.627', N'2022-06-22 20:11:25.627', N'39', N'3554', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3554', N'1120') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4760B507-D5F7-47D5-85F2-CA01533A1FC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12021007', N'1', N'0', N'2022-06-22 20:11:26.003', N'2022-06-22 20:11:26.003', N'39', N'4708', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'4708', N'1881') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF93AA7D-F092-40DC-8432-930879E7B333', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032005', N'1', N'0', N'2022-06-22 20:11:26.410', N'2022-06-22 20:11:26.410', N'39', N'3344', N'0', N'2004', N'20', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3344', N'1466') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DCAB119-53EC-4EC0-B623-458B7A3CE81E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40086', N'11', N'0', N'2022-06-22 20:18:32.510', N'2022-06-22 20:18:32.510', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE457F74-6623-4B4B-B7E6-5924348FDD4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40087', N'10', N'0', N'2022-06-22 20:18:32.573', N'2022-06-22 20:18:32.573', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2AD51BD8-2F43-4581-8917-1BB7FEF105EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20032005', N'1', N'0', N'2022-06-22 20:20:38.447', N'2022-06-22 20:20:38.447', N'9', N'3868', N'0', N'1010', N'26', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'3868', N'1229') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E193933-171F-4D6B-83DA-0C0D48FD8F8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60082', N'1', N'0', N'2022-06-22 20:20:44.027', N'2022-06-22 20:20:44.027', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93E10D3C-41E8-4AB6-9019-5451648BA8BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032005', N'1', N'0', N'2022-06-22 20:20:50.713', N'2022-06-22 20:20:50.713', N'9', N'3624', N'0', N'2001', N'58', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3624', N'1067') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'446C7FEE-F2B2-474E-88F2-3987AD482F94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16001', N'2', N'0', N'2022-06-22 20:27:37.777', N'2022-06-22 20:27:37.777', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80A9FA7A-9D92-452B-AACD-71ED1FB84A7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012006', N'1', N'0', N'2022-06-22 20:23:06.030', N'2022-06-22 20:23:06.030', N'9', N'8365', N'0', N'2002', N'157', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'10', N'9', N'8365', N'2151') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9304272-5426-44C5-B911-C76DF192DA00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082003', N'1', N'0', N'2022-06-22 20:24:16.060', N'2022-06-22 20:24:16.060', N'9', N'7770', N'0', N'1010', N'80', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'6', N'4', N'7770', N'2707') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5231DE0-B8DF-4DD9-A923-8FF245F4FBA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14014003', N'1', N'0', N'2022-06-22 20:24:17.183', N'2022-06-22 20:24:17.183', N'9', N'4870', N'0', N'1002', N'172', N'2001', N'80', N'0', N'0', N'2002', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4870', N'2214') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E35CAEE-EE04-49CD-9E34-765B221BA744', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11112006', N'1', N'0', N'2022-06-22 20:24:44.843', N'2022-06-22 20:24:44.843', N'23', N'7545', N'0', N'2001', N'171', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'5', N'5', N'7545', N'2003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32FF38CD-20EA-4408-9AA9-7CC0F499B20E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14031007', N'1', N'0', N'2022-06-22 20:25:02.670', N'2022-06-22 20:25:02.670', N'39', N'4836', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4836', N'1464') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92B4A096-658A-49E9-97EA-23F5C1221A31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022006', N'1', N'0', N'2022-06-22 20:25:02.697', N'2022-06-22 20:25:02.697', N'39', N'5821', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'4', N'3', N'11', N'12', N'5821', N'1633') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9B67480-9727-45D5-A0BE-A4498578B8D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022005', N'1', N'0', N'2022-06-22 20:25:04.240', N'2022-06-22 20:25:04.240', N'39', N'3335', N'0', N'2002', N'42', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3335', N'1088') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'071D1783-FCBC-4DC2-81AF-E9C5D8672BD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042005', N'1', N'0', N'2022-06-22 20:02:57.170', N'2022-06-22 20:02:57.170', N'39', N'3089', N'0', N'2001', N'70', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'7', N'6', N'3089', N'602') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'131E6265-8814-477A-A586-83FCB2E76790', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012006', N'1', N'0', N'2022-06-22 20:31:28.840', N'2022-06-22 20:31:28.840', N'9', N'4704', N'0', N'2002', N'106', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'3', N'3', N'7', N'8', N'4704', N'1695') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BBF82A9-C692-4F9F-9559-8D0C3965FE40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032005', N'1', N'0', N'2022-06-22 20:31:49.680', N'2022-06-22 20:31:49.680', N'9', N'3645', N'0', N'2002', N'52', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3645', N'691') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3226510-DEA5-485E-AC86-4CF96647A99F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031006', N'1', N'0', N'2022-06-22 20:32:56.823', N'2022-06-22 20:32:56.823', N'39', N'4091', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4091', N'1300') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7257D0E1-18D3-4052-A557-2AAB970F13C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032005', N'1', N'0', N'2022-06-22 20:32:56.857', N'2022-06-22 20:32:56.857', N'39', N'4363', N'0', N'2001', N'57', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4363', N'621') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'220EF6B2-7647-435B-B5AD-0B7E79552303', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012005', N'1', N'0', N'2022-06-22 20:32:57.000', N'2022-06-22 20:32:57.000', N'39', N'3256', N'0', N'2001', N'48', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3256', N'877') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'602F8BB5-86D5-4A4B-BAE6-0420BF7F3BE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 20:37:23.760', N'2022-06-22 20:37:23.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F35D7F9-53D6-47A0-BEAD-CCFDEDD9B19F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 20:38:13.637', N'2022-06-22 20:38:13.637', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B9A81FB-3EA1-456C-8EE3-7832DA6D9DD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 20:38:13.687', N'2022-06-22 20:38:13.687', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EE53B5F-0AA6-4F01-A92B-312577CA60AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-22 20:38:14.090', N'2022-06-22 20:38:14.090', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1D9A1A2-FB8E-4EB4-8214-C949B2973777', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60088', N'1', N'0', N'2022-06-22 20:38:21.240', N'2022-06-22 20:38:21.240', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7181E714-F17C-4994-944E-4DFFBC5547A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60056', N'1', N'0', N'2022-06-22 20:38:26.433', N'2022-06-22 20:38:26.433', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48F8A19B-E517-4F12-BFBC-72149FCE1037', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62003', N'1', N'0', N'2022-06-22 20:38:32.277', N'2022-06-22 20:38:32.277', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC375598-D78B-4B9F-B6A4-D6D76ED04535', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63001', N'1', N'0', N'2022-06-22 20:38:38.633', N'2022-06-22 20:38:38.633', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F6278BA-00AD-4756-83AE-797B7361E388', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40104', N'1', N'0', N'2022-06-22 20:40:09.000', N'2022-06-22 20:40:09.000', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9371972E-9DFC-4283-BC52-DF6B2F182F44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31002', N'1', N'0', N'2022-06-22 20:40:17.003', N'2022-06-22 20:40:17.003', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'502A0B62-39E7-4F76-9FDD-85FF39B58858', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000275', N'1', N'0', N'2022-06-22 20:42:36.633', N'2022-06-22 20:42:36.633', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FE42F89-88A5-44EF-8994-09C032AE57EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081002', N'1', N'0', N'2022-06-22 20:47:32.243', N'2022-06-22 20:47:32.243', N'9', N'6704', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6704', N'2286') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'432B22EB-6C2D-489C-93E2-2A88E7C0EEED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'35', N'80000275', N'8', N'0', N'2022-06-22 23:21:42.840', N'2022-06-22 23:21:42.840', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C7F8411-E53A-4C0D-A905-EDFC1B102B34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041006', N'1', N'0', N'2022-06-22 20:48:05.373', N'2022-06-22 20:48:05.373', N'9', N'4499', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4499', N'1035') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C68AA830-A4D7-431F-B882-79090A60591C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16012006', N'1', N'0', N'2022-06-22 21:33:11.267', N'2022-06-22 21:33:11.267', N'9', N'3535', N'0', N'2001', N'74', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3535', N'1039') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4865DE14-9396-4D49-8D29-F188D5710987', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022005', N'1', N'0', N'2022-06-22 20:50:21.633', N'2022-06-22 20:50:21.633', N'9', N'3187', N'0', N'2001', N'41', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3187', N'1059') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5D8DFA1-2522-4AE6-AF38-2D551C7105FD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:57.420', N'2022-06-26 02:54:57.420', N'39', N'0', N'0', N'5027', N'466', N'0', N'0', N'0', N'0', N'10089', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A599B4AC-AD7B-4421-9FBC-F7DA322AE452', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:55:01.247', N'2022-06-26 02:55:01.247', N'39', N'0', N'0', N'1009', N'333', N'0', N'0', N'0', N'0', N'10224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C07EA2E-7AD4-40B1-AF9D-27D92D48222F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-06-26 02:55:04.913', N'2022-06-26 02:55:04.913', N'39', N'0', N'0', N'5025', N'121', N'0', N'0', N'0', N'0', N'10186', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF670B1D-0689-4CB0-9ACB-222B70B33BFC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:55:08.950', N'2022-06-26 02:55:08.950', N'39', N'0', N'0', N'5046', N'489', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8582A783-8FA6-4965-A5B7-3E6D3D1C191E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:55:13.917', N'2022-06-26 02:55:13.917', N'39', N'0', N'0', N'2012', N'9', N'0', N'0', N'0', N'0', N'10037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97E7496F-8D5B-4CEE-ABA8-9739F3209063', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:55:17.453', N'2022-06-26 02:55:17.453', N'39', N'0', N'0', N'5021', N'481', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8EBB2C0-DA8F-43EF-9CE0-E8416F939D72', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 02:55:32.420', N'2022-06-26 02:55:32.420', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3C23F40-55BC-44C2-B8CF-3E27E9F4C48C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-26 02:55:38.380', N'2022-06-26 02:55:38.380', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6133AF22-DA94-4F38-8E08-C233A6E7F140', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 02:55:44.607', N'2022-06-26 02:55:44.607', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37E85984-B242-43A2-9B92-616571840B1D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-06-26 02:55:50.930', N'2022-06-26 02:55:50.930', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBC375D8-8679-4C9A-95D8-72EBDD2EF315', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:55:57.820', N'2022-06-26 02:55:57.820', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC217776-B3F7-4DC8-8A28-75E9E80C8DAE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:56:01.417', N'2022-06-26 02:56:01.417', N'39', N'0', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'10077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73380C36-0B03-4B4C-B46D-F58225E98719', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:56:05.087', N'2022-06-26 02:56:05.087', N'39', N'0', N'0', N'5025', N'486', N'0', N'0', N'0', N'0', N'10087', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1CF99A8-8F56-41D2-B80D-4FECE65675EA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:56:11.110', N'2022-06-26 02:56:11.110', N'39', N'0', N'0', N'5047', N'481', N'0', N'0', N'0', N'0', N'10098', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A08A70ED-EAD6-4781-9F49-2E761C70CFB2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-26 02:56:18.607', N'2022-06-26 02:56:18.607', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAFB245E-86FE-4287-B3E0-172466C6C560', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:56:25.270', N'2022-06-26 02:56:25.270', N'39', N'0', N'0', N'5020', N'451', N'0', N'0', N'0', N'0', N'10082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C412084B-73B2-4380-A228-D2592D27D60C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:56:44.477', N'2022-06-26 02:56:44.477', N'39', N'0', N'0', N'5024', N'450', N'0', N'0', N'0', N'0', N'10086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBA1A9BB-4A78-4689-975D-D57197FB7BDE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-26 02:56:50.780', N'2022-06-26 02:56:50.780', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7030E36E-1F98-4FBB-B745-DAF12D188E50', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 02:57:07.247', N'2022-06-26 02:57:07.247', N'39', N'0', N'0', N'1032', N'525', N'0', N'0', N'0', N'0', N'9047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BF0EE0F-835E-474D-B6D9-F458DDA530BF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 02:57:12.230', N'2022-06-26 02:57:12.230', N'39', N'0', N'0', N'5016', N'1402', N'0', N'0', N'0', N'0', N'9097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62D3A277-348E-4E35-AF84-4262E03CDE94', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 02:57:15.813', N'2022-06-26 02:57:15.813', N'39', N'0', N'0', N'1033', N'577', N'0', N'0', N'0', N'0', N'9057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6E4DD2F-4B04-4E85-B7F0-1B68AC0DD6A7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 02:57:19.473', N'2022-06-26 02:57:19.473', N'39', N'0', N'0', N'5041', N'1306', N'0', N'0', N'0', N'0', N'9101', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BC37276-3A2E-49BD-89B8-B08A234FE30C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-06-26 02:57:31.943', N'2022-06-26 02:57:31.943', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D5AFE49-5E14-4D9F-95A8-8C065684649B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:09.533', N'2022-06-26 02:58:09.533', N'39', N'0', N'0', N'5027', N'472', N'0', N'0', N'0', N'0', N'10089', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFB8B98B-2C1A-4C0C-9E37-AC5F9E0C2707', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:16.580', N'2022-06-26 02:58:16.580', N'39', N'0', N'0', N'1009', N'323', N'0', N'0', N'0', N'0', N'10224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'098EA438-6E49-4D93-AD3B-4DA0F9B73B11', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:26.010', N'2022-06-26 02:58:26.010', N'39', N'0', N'0', N'2012', N'9', N'0', N'0', N'0', N'0', N'10037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4574E11B-65D7-42F7-9C33-283A35EC655E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:29.863', N'2022-06-26 02:58:29.863', N'39', N'0', N'0', N'5021', N'453', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E480798B-136C-4111-B9AA-57F21A8367AE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:35.057', N'2022-06-26 02:58:35.057', N'39', N'0', N'0', N'5019', N'497', N'0', N'0', N'0', N'0', N'10081', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FD03170-DF2D-43FC-88E9-BFD7F666BD45', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:39.267', N'2022-06-26 02:58:39.267', N'39', N'0', N'0', N'5028', N'460', N'0', N'0', N'0', N'0', N'10090', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A53B0AAE-A9B0-49D0-91E7-CB47A4E3F1E3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:43.030', N'2022-06-26 02:58:43.030', N'39', N'0', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'10077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B473C2E-3376-495B-8912-096BCAD5D37D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:46.540', N'2022-06-26 02:58:46.540', N'39', N'0', N'0', N'5025', N'470', N'0', N'0', N'0', N'0', N'10087', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3812964-79A1-4CCB-AB4D-B5105EF916DF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:50.110', N'2022-06-26 02:58:50.110', N'39', N'0', N'0', N'5046', N'483', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61F1F7BF-84A8-4737-8761-9D58489435B4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:53.600', N'2022-06-26 02:58:53.600', N'39', N'0', N'0', N'5023', N'480', N'0', N'0', N'0', N'0', N'10085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'725D5CE5-AF5B-450B-84EA-1A096F487E0E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:58:57.083', N'2022-06-26 02:58:57.083', N'39', N'0', N'0', N'5045', N'493', N'0', N'0', N'0', N'0', N'10096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89FDD6AA-DF02-40F6-B5C0-8D5BDBD116E6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:59:00.643', N'2022-06-26 02:59:00.643', N'39', N'0', N'0', N'5021', N'491', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9F7938D-24EA-4EE1-B61E-56646BB448B2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:59:04.707', N'2022-06-26 02:59:04.707', N'39', N'0', N'0', N'5031', N'454', N'0', N'0', N'0', N'0', N'10093', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2A87DA5-3A55-4419-BA3A-936BCB6A9B6C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:59:08.363', N'2022-06-26 02:59:08.363', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'841EAA25-6E98-4153-9F17-9A795C2B2030', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 02:59:12.350', N'2022-06-26 02:59:12.350', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6541B5D2-2DF0-4D42-837F-C94A1081CBA7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 02:59:16.007', N'2022-06-26 02:59:16.007', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CB12D9D-C481-4B4D-93E4-D674A7389394', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-26 02:59:19.680', N'2022-06-26 02:59:19.680', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C50A8365-4498-40C6-87F6-99957E005C98', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 02:59:24.263', N'2022-06-26 02:59:24.263', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEE22C6A-D49E-4038-BF1C-AAC61D996DA9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:59:30.050', N'2022-06-26 02:59:30.050', N'39', N'0', N'0', N'5045', N'497', N'0', N'0', N'0', N'0', N'10096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F47FF55-21B7-422B-93A7-9D45A47D3C29', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'11', N'80000127', N'40', N'0', N'2022-06-26 02:59:36.133', N'2022-06-26 02:59:36.133', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E572DDC6-BF4E-4371-8B53-1918F28CA91A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:05.457', N'2022-06-26 03:12:05.457', N'39', N'0', N'0', N'1010', N'596', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4053CF4C-2CD1-433D-ADAD-378D280A6C82', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-26 03:00:16.753', N'2022-06-26 03:00:16.753', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8251608-A7D2-4CF5-9CE1-4EC4A0E0D363', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:00:36.407', N'2022-06-26 03:00:36.407', N'39', N'0', N'0', N'1036', N'404', N'0', N'0', N'0', N'0', N'9082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFA6DF14-5FBA-4E37-956B-A5BC58614DB4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:00:40.240', N'2022-06-26 03:00:40.240', N'39', N'0', N'0', N'1028', N'530', N'0', N'0', N'0', N'0', N'9007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22192EB0-A65B-49DC-8191-16BCD10E00D1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-06-26 03:00:46.303', N'2022-06-26 03:00:46.303', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EECDC48E-2697-4010-945C-AC408D7BBF08', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:00:52.563', N'2022-06-26 03:00:52.563', N'39', N'0', N'0', N'5013', N'1315', N'0', N'0', N'0', N'0', N'9094', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF7F8EDA-BF30-4EED-B63D-53B9114FB25C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:00:57.063', N'2022-06-26 03:00:57.063', N'39', N'0', N'0', N'5005', N'1430', N'0', N'0', N'0', N'0', N'9086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12BD0175-9B9C-4D83-BD5E-4E0839C1D15F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:01:01.587', N'2022-06-26 03:01:01.587', N'39', N'0', N'0', N'1032', N'591', N'0', N'0', N'0', N'0', N'9047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1EDAAAD-65F6-4A2D-9224-91F39C631307', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:01:05.137', N'2022-06-26 03:01:05.137', N'39', N'0', N'0', N'5040', N'1334', N'0', N'0', N'0', N'0', N'9100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D36C0A33-D4B3-4EAA-8D4C-D9F951F49F65', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:01:35.937', N'2022-06-26 03:01:35.937', N'39', N'0', N'0', N'5013', N'1422', N'0', N'0', N'0', N'0', N'9094', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E92CF35-8DF2-47FA-BDA1-862B1029C998', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:01:39.623', N'2022-06-26 03:01:39.623', N'39', N'0', N'0', N'5004', N'1474', N'0', N'0', N'0', N'0', N'9085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FD1FBEB-F185-4DFF-BE87-2D43F44AFAE3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:01:44.483', N'2022-06-26 03:01:44.483', N'39', N'0', N'0', N'1031', N'544', N'0', N'0', N'0', N'0', N'9037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB1B45BA-7E9C-47AF-90FC-7F63FBB36B85', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:01:48.147', N'2022-06-26 03:01:48.147', N'39', N'0', N'0', N'5016', N'1441', N'0', N'0', N'0', N'0', N'9097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E81EDB71-F229-496E-AA7E-26AA2ECAFDE9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:02:45.057', N'2022-06-26 03:02:45.057', N'39', N'0', N'0', N'5041', N'1429', N'0', N'0', N'0', N'0', N'9101', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'022095F8-26D9-4022-BDD3-4207292926EC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:02:48.497', N'2022-06-26 03:02:48.497', N'39', N'0', N'0', N'1034', N'559', N'0', N'0', N'0', N'0', N'9067', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2AEF7DC0-D03D-4B13-BBE2-E0D304178D48', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:02:52.003', N'2022-06-26 03:02:52.003', N'39', N'0', N'0', N'5009', N'1407', N'0', N'0', N'0', N'0', N'9090', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C31F524-6AEB-435A-8145-28B1FFE06950', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:02:55.993', N'2022-06-26 03:02:55.993', N'39', N'0', N'0', N'1035', N'579', N'0', N'0', N'0', N'0', N'9077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF77872A-5745-4AFD-A222-241AF1E15D12', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:02:59.687', N'2022-06-26 03:02:59.687', N'39', N'0', N'0', N'1028', N'505', N'0', N'0', N'0', N'0', N'9007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB8F3268-DD43-4402-9C22-BBB9C5A1FFE2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:03:03.200', N'2022-06-26 03:03:03.200', N'39', N'0', N'0', N'5012', N'1362', N'0', N'0', N'0', N'0', N'9093', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DF2AC44-5F92-4B9E-B336-652C0103354D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:03:07.060', N'2022-06-26 03:03:07.060', N'39', N'0', N'0', N'5003', N'1414', N'0', N'0', N'0', N'0', N'9084', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E0FB212-C15A-4A63-BEE8-5C0D141FACD8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-26 03:03:52.287', N'2022-06-26 03:03:52.287', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E85FE4D-B026-4A91-9EA1-AE53BDDC0238', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-26 03:03:55.403', N'2022-06-26 03:03:55.403', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F68A4137-6DFD-48DB-9CAA-A1E790B30AA6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'2', N'0', N'2022-06-26 03:03:59.147', N'2022-06-26 03:03:59.147', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9E5727C-B4B6-4058-A771-8762A468944C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'2', N'0', N'2022-06-26 03:04:02.763', N'2022-06-26 03:04:02.763', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'123E8490-B1E3-410E-9A4D-11227EB6D016', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:16.240', N'2022-06-26 03:04:16.240', N'39', N'0', N'0', N'1033', N'529', N'0', N'0', N'0', N'0', N'9057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B588129C-CC17-4FAC-8E41-F331A6A28A5E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'9', N'80000128', N'9', N'0', N'2022-06-26 03:04:20.393', N'2022-06-26 03:04:20.393', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'372B7749-C206-434F-954E-F476C591774A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:27.907', N'2022-06-26 03:04:27.907', N'39', N'0', N'0', N'5042', N'1451', N'0', N'0', N'0', N'0', N'9102', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45129114-0CF7-4278-96A0-7A545D269171', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:32.423', N'2022-06-26 03:04:32.423', N'39', N'0', N'0', N'5010', N'1365', N'0', N'0', N'0', N'0', N'9091', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37692EF9-2063-40D9-AD5C-7D6E60EE5812', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:35.910', N'2022-06-26 03:04:35.910', N'39', N'0', N'0', N'5003', N'1354', N'0', N'0', N'0', N'0', N'9084', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14BD34A1-84AB-49AF-9F3E-59A0AD8E76A4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:40.583', N'2022-06-26 03:04:40.583', N'39', N'0', N'0', N'1029', N'584', N'0', N'0', N'0', N'0', N'9017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FCD5156-99B8-4F1D-A4AB-61B701F92B58', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:44.087', N'2022-06-26 03:04:44.087', N'39', N'0', N'0', N'5013', N'1321', N'0', N'0', N'0', N'0', N'9094', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C91E52C2-0C5A-4FC9-BD72-6254A7D63CAB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:48.527', N'2022-06-26 03:04:48.527', N'39', N'0', N'0', N'1031', N'505', N'0', N'0', N'0', N'0', N'9037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'776AE1F1-9CD6-438C-9515-41DBAB948B1E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:51.497', N'2022-06-26 03:04:51.497', N'39', N'0', N'0', N'5015', N'1361', N'0', N'0', N'0', N'0', N'9096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71F9A6DF-0CAD-4BCC-9323-2EB47C3B22E8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:54.890', N'2022-06-26 03:04:54.890', N'39', N'0', N'0', N'1032', N'525', N'0', N'0', N'0', N'0', N'9047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D2F934E-67E2-4363-8424-FDCD027AD0D2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:04:58.280', N'2022-06-26 03:04:58.280', N'39', N'0', N'0', N'5040', N'1402', N'0', N'0', N'0', N'0', N'9100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFC81296-8A3A-4FBD-9DD0-E62F4225088A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:01.597', N'2022-06-26 03:05:01.597', N'39', N'0', N'0', N'1033', N'545', N'0', N'0', N'0', N'0', N'9057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CEF5F49A-1AD4-4763-945F-AD15335B0E76', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:04.990', N'2022-06-26 03:05:04.990', N'39', N'0', N'0', N'5041', N'1380', N'0', N'0', N'0', N'0', N'9101', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9ADBD8C6-37E3-44EF-A1A6-5042A67903E8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:08.480', N'2022-06-26 03:05:08.480', N'39', N'0', N'0', N'5008', N'1432', N'0', N'0', N'0', N'0', N'9089', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E97C7943-7596-468F-91F6-6F2DF8CF7F8F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:13.953', N'2022-06-26 03:05:13.953', N'39', N'0', N'0', N'1035', N'523', N'0', N'0', N'0', N'0', N'9077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'901D4635-CF12-47C7-A761-8D10962A9AB0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:17.540', N'2022-06-26 03:05:17.540', N'39', N'0', N'0', N'1028', N'549', N'0', N'0', N'0', N'0', N'9007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3892AB6-466D-44CA-A4C1-530741C12B5D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:21.060', N'2022-06-26 03:05:21.060', N'39', N'0', N'0', N'5010', N'1450', N'0', N'0', N'0', N'0', N'9091', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3EC6090-5F60-4AB8-BD7D-A04722FC6734', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:24.590', N'2022-06-26 03:05:24.590', N'39', N'0', N'0', N'1029', N'569', N'0', N'0', N'0', N'0', N'9017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CC11951-0139-4A4F-B0AA-A028D4CD9B33', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'25', N'50405', N'1', N'0', N'2022-06-26 03:05:27.950', N'2022-06-26 03:05:27.950', N'39', N'0', N'0', N'5003', N'1428', N'0', N'0', N'0', N'0', N'9084', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9888044F-A0E8-41F7-9FD0-467C8B81602C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:32.353', N'2022-06-26 03:05:32.353', N'39', N'0', N'0', N'5004', N'1343', N'0', N'0', N'0', N'0', N'9085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08BFA718-E019-4C7F-9B6D-4AD76FE0FE60', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:05:36.047', N'2022-06-26 03:05:36.047', N'39', N'0', N'0', N'5015', N'1394', N'0', N'0', N'0', N'0', N'9096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF2E279A-0111-42D2-BC09-694097B866C2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'2', N'0', N'2022-06-26 03:06:41.950', N'2022-06-26 03:06:41.950', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DE0088D-C513-43F0-ACE7-05475222355D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'3', N'0', N'2022-06-26 03:06:45.530', N'2022-06-26 03:06:45.530', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBADEB04-FAC0-4203-B880-57373BF07EC1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'4', N'0', N'2022-06-26 03:06:49.183', N'2022-06-26 03:06:49.183', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BF16BB9-E2DC-4272-A837-F55CCDE5E087', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-26 03:06:52.920', N'2022-06-26 03:06:52.920', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'634649F2-7020-4BFF-ABC0-F0AEF7568DFC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'4', N'0', N'2022-06-26 03:06:56.183', N'2022-06-26 03:06:56.183', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18FBF47B-50C3-40C6-B34E-C47AB1A50025', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50405', N'1', N'0', N'2022-06-26 03:07:05.193', N'2022-06-26 03:07:05.193', N'39', N'0', N'0', N'1030', N'548', N'0', N'0', N'0', N'0', N'9027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB5ED43F-C253-42A5-B068-AD45704A5126', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-26 03:07:11.620', N'2022-06-26 03:07:11.620', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55C8FD28-95D2-49CB-8ECA-46EF95706F37', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'8', N'83000007', N'183', N'0', N'2022-06-26 03:09:19.590', N'2022-06-26 03:09:19.590', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D044BD98-7471-41E3-8FCD-9D24714C4638', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:11:00.810', N'2022-06-26 03:11:00.810', N'39', N'0', N'0', N'1015', N'573', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C5F3EE1-9461-4E35-AD43-533394B0FFD2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:11:04.580', N'2022-06-26 03:11:04.580', N'39', N'0', N'0', N'1015', N'586', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EBD7F83-3AE4-47A0-8C1C-55B3378BB96F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'20', N'50385', N'1', N'0', N'2022-06-26 03:11:08.220', N'2022-06-26 03:11:08.220', N'39', N'0', N'0', N'1003', N'598', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30B25096-9AFD-4690-8FFD-E614C60FB94E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'21', N'50385', N'1', N'0', N'2022-06-26 03:11:11.977', N'2022-06-26 03:11:11.977', N'39', N'0', N'0', N'1003', N'592', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6BA95D2-73BD-4075-A8B3-A770778B35A3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:11:15.677', N'2022-06-26 03:11:15.677', N'39', N'0', N'0', N'1004', N'518', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33F9F0B5-60F3-44F7-8A62-58DE04C3F8F2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:11:19.240', N'2022-06-26 03:11:19.240', N'39', N'0', N'0', N'1010', N'572', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23898BAF-8605-4201-BD29-3E2E64401AFF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:11:23.127', N'2022-06-26 03:11:23.127', N'39', N'0', N'0', N'1015', N'585', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BEBCB1E-94F1-4207-8532-EDC96EE12B65', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:11:39.450', N'2022-06-26 03:11:39.450', N'39', N'0', N'0', N'1004', N'573', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FA8A67E-81AC-4ED3-B4FB-ADAF025A2F73', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:02.160', N'2022-06-26 03:12:02.160', N'39', N'0', N'0', N'1004', N'566', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22AEFBEB-EAF6-4F42-8BC2-F008957290AF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:15.627', N'2022-06-26 03:12:15.627', N'39', N'0', N'0', N'1015', N'553', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D196DC2D-21BE-4310-A1AC-2BB314D8BE01', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:18.547', N'2022-06-26 03:12:18.547', N'39', N'0', N'0', N'1003', N'501', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07102B0A-B8C3-4246-A1C0-B961E1BAF1EF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:23.690', N'2022-06-26 03:12:23.690', N'39', N'0', N'0', N'1004', N'558', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF6727E6-39FF-4F0D-948E-095C8B1183FC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:27.107', N'2022-06-26 03:12:27.107', N'39', N'0', N'0', N'1010', N'592', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17FFA0D1-96AD-4ADE-AD33-33EFC8356442', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:33.853', N'2022-06-26 03:12:33.853', N'39', N'0', N'0', N'1015', N'586', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82339A48-BF5E-4BDF-AA23-3F514034FC18', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'24', N'50385', N'1', N'0', N'2022-06-26 03:12:37.433', N'2022-06-26 03:12:37.433', N'39', N'0', N'0', N'1015', N'599', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE5C154F-4E32-49E7-B9EA-346DD790321E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'22', N'50385', N'1', N'0', N'2022-06-26 03:12:40.847', N'2022-06-26 03:12:40.847', N'39', N'0', N'0', N'1003', N'593', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEF231D3-F06C-4ED4-96B7-61118ED07D21', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:45.850', N'2022-06-26 03:12:45.850', N'39', N'0', N'0', N'1004', N'551', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEDB3A25-D9DC-4451-8679-9FDE86DAB7FF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:49.263', N'2022-06-26 03:12:49.263', N'39', N'0', N'0', N'1004', N'577', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'953C5DC0-01ED-40C6-BB9F-18AAB5C473A2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:52.777', N'2022-06-26 03:12:52.777', N'39', N'0', N'0', N'1010', N'585', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0C5CCFB-F6BD-4995-9641-970D19F97553', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:12:59.710', N'2022-06-26 03:12:59.710', N'39', N'0', N'0', N'1015', N'596', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F0D464E-0D17-47D0-9D85-34F84EEF2F53', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:13:03.707', N'2022-06-26 03:13:03.707', N'39', N'0', N'0', N'1003', N'517', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C273020-08FC-43F5-9E37-F58EA4A4509F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:13:09.487', N'2022-06-26 03:13:09.487', N'39', N'0', N'0', N'1004', N'506', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C050BCA-6D7A-40DA-95C2-CA6CB98A0D45', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:13:12.947', N'2022-06-26 03:13:12.947', N'39', N'0', N'0', N'1004', N'501', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'179A4636-FF5E-42A7-9A65-D75BD16581CD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:13:16.480', N'2022-06-26 03:13:16.480', N'39', N'0', N'0', N'1010', N'563', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9116C17-94B0-4AFB-B71B-7C16DE4FBA7C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-06-26 03:13:36.827', N'2022-06-26 03:13:36.827', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8F536B1-D557-40E8-8EE6-984993F50B46', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'3', N'0', N'2022-06-26 03:13:40.230', N'2022-06-26 03:13:40.230', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44ABD2B8-E7B6-4543-92F7-EF7A6FA87311', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'7', N'80000130', N'19', N'0', N'2022-06-26 03:13:44.080', N'2022-06-26 03:13:44.080', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7103AB69-43C0-46DF-B6E6-E241D433B16C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'4', N'0', N'2022-06-26 03:13:47.583', N'2022-06-26 03:13:47.583', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1FA4CD8-809C-4214-A80E-EF34C1FE2403', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:13:52.070', N'2022-06-26 03:13:52.070', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D550DF95-4CFD-4880-8DB2-F7726BB83A95', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:14:10.723', N'2022-06-26 03:14:10.723', N'39', N'0', N'0', N'1015', N'563', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6EC8FCC-C61B-498A-828E-4F25E3C65E31', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:14:14.297', N'2022-06-26 03:14:14.297', N'39', N'0', N'0', N'1003', N'552', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B7DA4BC-C394-410A-8586-384E8938922F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:14:18.850', N'2022-06-26 03:14:18.850', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8796746A-4EAA-4C11-B6E2-244D5566685B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:14:24.223', N'2022-06-26 03:14:24.223', N'39', N'0', N'0', N'1010', N'583', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EBBF0A6-3798-4D61-8300-D1CF5D05313C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:14:45.260', N'2022-06-26 03:14:45.260', N'39', N'0', N'0', N'1004', N'528', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A22521D-0704-4ABD-A69C-479F874DE8F9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:14:49.140', N'2022-06-26 03:14:49.140', N'39', N'0', N'0', N'1010', N'577', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED6884A4-1D11-4792-B690-6E38A94C5939', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:14:52.893', N'2022-06-26 03:14:52.893', N'39', N'0', N'0', N'1010', N'574', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FEFEC6C-DEAB-45C0-BFD4-01CBC9B4B2CE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:14:56.580', N'2022-06-26 03:14:56.580', N'39', N'0', N'0', N'1015', N'587', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FC062B3-A568-484F-944A-86736FFE14E7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:00.240', N'2022-06-26 03:15:00.240', N'39', N'0', N'0', N'1003', N'500', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16C72411-5A27-4AE6-91C9-79D140FF65EC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:03.940', N'2022-06-26 03:15:03.940', N'39', N'0', N'0', N'1003', N'595', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C362748F-F5C2-42F6-BFE4-5A20BC59EB6F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:07.530', N'2022-06-26 03:15:07.530', N'39', N'0', N'0', N'1004', N'521', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB3504A6-9D52-47C3-8192-929B2B367C55', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:11.930', N'2022-06-26 03:15:11.930', N'39', N'0', N'0', N'1010', N'573', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53592D41-AD09-4A0F-A703-1EDC6FF1A985', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:16.400', N'2022-06-26 03:15:16.400', N'39', N'0', N'0', N'1010', N'552', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB85337B-BFFA-49C6-B0D1-00E2489BAD86', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:19.870', N'2022-06-26 03:15:19.870', N'39', N'0', N'0', N'1015', N'599', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B9913DB-9FA9-4622-9673-AD2D818E73FF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:23.203', N'2022-06-26 03:15:23.203', N'39', N'0', N'0', N'1003', N'524', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AAC169E-22F7-48FE-9CBE-3412786A63F9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:29.937', N'2022-06-26 03:15:29.937', N'39', N'0', N'0', N'1004', N'513', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71098B76-83F5-4A1C-9A58-E4787C62F4FF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:33.500', N'2022-06-26 03:15:33.500', N'39', N'0', N'0', N'1004', N'539', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE108F73-8D85-404C-9D05-DB1075B55024', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:36.963', N'2022-06-26 03:15:36.963', N'39', N'0', N'0', N'1010', N'567', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21A652F9-E7C0-4CDE-83FE-6695A3241E35', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:40.863', N'2022-06-26 03:15:40.863', N'39', N'0', N'0', N'1015', N'579', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C874E625-DA0E-431B-96C3-AA2BD726455A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:15:44.630', N'2022-06-26 03:15:44.630', N'39', N'0', N'0', N'1015', N'592', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50D82ABF-D7D6-4945-B081-AB4E7E8B5311', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:15:55.043', N'2022-06-26 03:15:55.043', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DD12123-D17C-4F9F-A6D9-095D880A4F94', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-06-26 03:15:58.723', N'2022-06-26 03:15:58.723', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE07929D-51E7-4684-A0DE-53A7EE5D3A6B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:16:04.347', N'2022-06-26 03:16:04.347', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF8A018B-2188-4571-9A1F-FA8C8877C72E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:16:09.520', N'2022-06-26 03:16:09.520', N'39', N'0', N'0', N'1003', N'572', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D65F489D-157D-4C4D-892E-782BBFFF4358', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:16:14.817', N'2022-06-26 03:16:14.817', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FC7DA43-A401-4AF8-BAE8-08FF4DF41FC5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-06-26 03:16:18.043', N'2022-06-26 03:16:18.043', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'606E7784-F414-45AD-A8BF-3B9455C2266A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'3', N'0', N'2022-06-26 03:16:22.237', N'2022-06-26 03:16:22.237', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42E1E36A-4B6A-4BCF-A242-194677CAA05A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:16:29.500', N'2022-06-26 03:16:29.500', N'39', N'0', N'0', N'1015', N'551', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CDF636B-CF93-4CDE-9210-2808672D3B21', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'23', N'50385', N'1', N'0', N'2022-06-26 03:16:32.997', N'2022-06-26 03:16:32.997', N'39', N'0', N'0', N'1003', N'596', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7FF80D1-E39B-4892-80B7-EDC546E0AD9D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:16:36.510', N'2022-06-26 03:16:36.510', N'39', N'0', N'0', N'1003', N'522', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F7FB544-9327-4D76-8108-E1F698F0E6D3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:16:40.500', N'2022-06-26 03:16:40.500', N'39', N'0', N'0', N'1004', N'548', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDB4F56C-220E-4D2E-9220-739807BC22D2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:16:44.403', N'2022-06-26 03:16:44.403', N'39', N'0', N'0', N'1010', N'587', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C10130FC-4B03-4123-AC9D-E0DC2F5FBCE5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:16:49.197', N'2022-06-26 03:16:49.197', N'39', N'0', N'0', N'1010', N'565', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'106D2B6F-4FDB-49DD-AA9E-3D7856BD2E38', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:16:59.300', N'2022-06-26 03:16:59.300', N'39', N'0', N'0', N'1003', N'546', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE6C1537-B4BD-477B-B9C7-BE7B42B66066', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:02.830', N'2022-06-26 03:17:02.830', N'39', N'0', N'0', N'1004', N'541', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B2FD060-1B25-4D6C-A212-354B0220A88B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:06.490', N'2022-06-26 03:17:06.490', N'39', N'0', N'0', N'1004', N'566', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF1C096F-AF6D-40A0-88E4-A0D23266CEBD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:09.983', N'2022-06-26 03:17:09.983', N'39', N'0', N'0', N'1010', N'580', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F2BAFE0-DAA4-403C-A7B1-A674C326464D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:13.407', N'2022-06-26 03:17:13.407', N'39', N'0', N'0', N'1015', N'593', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EFA8340-2ECF-4486-AF2D-E863745E3E01', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:16.830', N'2022-06-26 03:17:16.830', N'39', N'0', N'0', N'1015', N'590', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5BEAA46-471E-497D-BA6E-687D0863F357', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:20.490', N'2022-06-26 03:17:20.490', N'39', N'0', N'0', N'1003', N'507', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40CF0CFB-9D08-4CC9-85DA-B175450906D3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:24.150', N'2022-06-26 03:17:24.150', N'39', N'0', N'0', N'1003', N'533', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51694BE9-D288-436D-B0B0-5EC9C5D7A02C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:27.733', N'2022-06-26 03:17:27.733', N'39', N'0', N'0', N'1004', N'528', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3D3092E-EC82-448D-9F2D-F5AF6E8503AB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:31.327', N'2022-06-26 03:17:31.327', N'39', N'0', N'0', N'1010', N'576', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E860F859-DBC0-48FE-A133-4A9D400460D8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:48.557', N'2022-06-26 03:17:48.557', N'39', N'0', N'0', N'1004', N'589', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C36D91AC-E5BB-45C5-9F6F-E705957717F0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:17:52.100', N'2022-06-26 03:17:52.100', N'39', N'0', N'0', N'1004', N'514', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A04A3DB-039D-4097-A90D-315EB44E4CD6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'3', N'0', N'2022-06-26 03:18:05.010', N'2022-06-26 03:18:05.010', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67C37632-C7ED-40E9-BD72-998F123FD457', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:18:09.350', N'2022-06-26 03:18:09.350', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A356D16-8374-44B5-8F78-94B7415CA033', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'4', N'0', N'2022-06-26 03:18:13.187', N'2022-06-26 03:18:13.187', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64C7B328-5632-4CAF-8516-A20289459795', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-06-26 03:18:17.523', N'2022-06-26 03:18:17.523', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46DEB852-1605-48CA-93F3-18BAE4706393', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'5', N'0', N'2022-06-26 03:18:22.520', N'2022-06-26 03:18:22.520', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7FB9873-35AD-4DFB-889D-740393E329F6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:18:35.710', N'2022-06-26 03:18:35.710', N'39', N'0', N'0', N'1004', N'568', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C0CD36D-26C8-42FC-A38C-33AACE8D833F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:18:40.007', N'2022-06-26 03:18:40.007', N'39', N'0', N'0', N'1004', N'594', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B442CE35-FC3C-4492-94FA-4074611AAEA8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:18:44.480', N'2022-06-26 03:18:44.480', N'39', N'0', N'0', N'1010', N'560', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C07F7FB-1D35-4865-9B61-0DE6C72BAC75', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:18:47.020', N'2022-06-26 03:18:47.020', N'39', N'0', N'0', N'1010', N'557', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09DB8158-BD6B-4E2A-A119-12F2CDF339A1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:18:50.613', N'2022-06-26 03:18:50.613', N'39', N'0', N'0', N'1015', N'570', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24437872-9BCA-40FB-BE2E-EBAA01530B1A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:18:54.073', N'2022-06-26 03:18:54.073', N'39', N'0', N'0', N'1003', N'566', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4576887A-FE09-46E2-911B-57C158118580', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:18:57.660', N'2022-06-26 03:18:57.660', N'39', N'0', N'0', N'1003', N'561', N'0', N'0', N'0', N'0', N'7007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C855291-4FBD-48E7-BD00-B4BAF4C74873', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:19:01.060', N'2022-06-26 03:19:01.060', N'39', N'0', N'0', N'1004', N'586', N'0', N'0', N'0', N'0', N'7017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E807974-A570-4651-927A-EF41EEF96415', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:19:04.457', N'2022-06-26 03:19:04.457', N'39', N'0', N'0', N'1010', N'590', N'0', N'0', N'0', N'0', N'7027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64D27DE7-967B-4CFD-AB77-29138C2AC231', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:19:10.820', N'2022-06-26 03:19:10.820', N'39', N'0', N'0', N'1015', N'585', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'125E2B83-C40B-4F4D-BD1B-1AAFD1654A48', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:19:22.717', N'2022-06-26 03:19:22.717', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB8C0BAB-F947-4C59-901B-ABD3179D3F83', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:19:26.727', N'2022-06-26 03:19:26.727', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'618E6CAA-F17F-4757-AD44-9571195F86EE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'2', N'0', N'2022-06-26 03:19:30.343', N'2022-06-26 03:19:30.343', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C816B5F9-D6C2-4B5B-BBEB-970F24F0BAE0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50385', N'1', N'0', N'2022-06-26 03:19:35.300', N'2022-06-26 03:19:35.300', N'39', N'0', N'0', N'1015', N'578', N'0', N'0', N'0', N'0', N'7037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1184A83-30DD-4686-86B5-901093BEF43C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000130', N'1', N'0', N'2022-06-26 03:19:39.370', N'2022-06-26 03:19:39.370', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8A3EA98-F637-4B2D-B08B-4829E9AD8DF8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:19:57.280', N'2022-06-26 03:19:57.280', N'39', N'0', N'0', N'5025', N'474', N'0', N'0', N'0', N'0', N'10087', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFE150BA-5EDE-477B-A373-F3E497255451', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:00.937', N'2022-06-26 03:20:00.937', N'39', N'0', N'0', N'2032', N'9', N'0', N'0', N'0', N'0', N'10057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'836E5D87-23E8-455B-96A1-A964292BCBD7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:04.250', N'2022-06-26 03:20:04.250', N'39', N'0', N'0', N'5023', N'485', N'0', N'0', N'0', N'0', N'10085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDE405A4-BFEF-41CE-B3BC-E518D6992783', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:07.577', N'2022-06-26 03:20:07.577', N'39', N'0', N'0', N'2012', N'9', N'0', N'0', N'0', N'0', N'10037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA489974-CCD3-4E88-86EF-E0425CC3015E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:10.987', N'2022-06-26 03:20:10.987', N'39', N'0', N'0', N'5021', N'479', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB8C1528-6F3A-4107-A20E-7316BC7DF970', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:14.803', N'2022-06-26 03:20:14.803', N'39', N'0', N'0', N'5031', N'492', N'0', N'0', N'0', N'0', N'10093', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D42CE3F-1850-4A27-95F7-A7FA2E4E435F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:18.327', N'2022-06-26 03:20:18.327', N'39', N'0', N'0', N'5019', N'455', N'0', N'0', N'0', N'0', N'10081', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A470CE3C-8617-4341-8476-3777A0E3A168', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:21.987', N'2022-06-26 03:20:21.987', N'39', N'0', N'0', N'5028', N'452', N'0', N'0', N'0', N'0', N'10090', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BC5C3F0-6C52-4245-9236-F4A081279131', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:26.257', N'2022-06-26 03:20:26.257', N'39', N'0', N'0', N'1037', N'335', N'0', N'0', N'0', N'0', N'10231', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'830512D2-4C7F-460C-93C7-3B65FF9B4699', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:31.813', N'2022-06-26 03:20:31.813', N'39', N'0', N'0', N'2032', N'9', N'0', N'0', N'0', N'0', N'10057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD560D4E-5CCA-433A-B163-4B594BF19FED', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:34.740', N'2022-06-26 03:20:34.740', N'39', N'0', N'0', N'5023', N'457', N'0', N'0', N'0', N'0', N'10085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'00365CAA-B09F-4A0A-9809-927ED6820E37', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:38.290', N'2022-06-26 03:20:38.290', N'39', N'0', N'0', N'5045', N'470', N'0', N'0', N'0', N'0', N'10096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE9A4A83-82B6-496B-8DE0-873ABF784DCF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:41.793', N'2022-06-26 03:20:41.793', N'39', N'0', N'0', N'5021', N'467', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E74B6E9-6294-4AF3-958C-EF3F2577A33B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:45.727', N'2022-06-26 03:20:45.727', N'39', N'0', N'0', N'5031', N'480', N'0', N'0', N'0', N'0', N'10093', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E938222-17FF-4731-9F08-00BB71E3BD45', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:49.433', N'2022-06-26 03:20:49.433', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BFECC1E-B2DB-491A-91F7-0C7776318596', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:53.227', N'2022-06-26 03:20:53.227', N'39', N'0', N'0', N'5028', N'490', N'0', N'0', N'0', N'0', N'10090', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56019EB5-BBE8-4C39-A755-60E56D1B369B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:20:56.653', N'2022-06-26 03:20:56.653', N'39', N'0', N'0', N'1037', N'312', N'0', N'0', N'0', N'0', N'10231', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'142B0F5F-8BC9-4931-AD3D-5B6183228A2E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:00.530', N'2022-06-26 03:21:00.530', N'39', N'0', N'0', N'2032', N'9', N'0', N'0', N'0', N'0', N'10057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FD61F1F-62A7-404A-8613-38ECFCE931C7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:03.977', N'2022-06-26 03:21:03.977', N'39', N'0', N'0', N'5047', N'463', N'0', N'0', N'0', N'0', N'10098', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C49A4B4-22D9-4D65-9C3D-C5D047175C29', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:07.337', N'2022-06-26 03:21:07.337', N'39', N'0', N'0', N'2031', N'9', N'0', N'0', N'0', N'0', N'10047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3628CEEC-F220-48FE-8ACD-42EC3E837B97', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:11.087', N'2022-06-26 03:21:11.087', N'39', N'0', N'0', N'5021', N'489', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC687DC9-BF2B-4B39-B4EB-E7CD4A238A58', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:21:15.700', N'2022-06-26 03:21:15.700', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D628449-C22F-45BB-9A5A-05F712748EC3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:21:19.520', N'2022-06-26 03:21:19.520', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12AF4CA3-B6F5-4759-B88E-82AD81683475', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 03:21:22.937', N'2022-06-26 03:21:22.937', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEF30F1B-EE42-44D5-A1D9-5EF3C5CA08C3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-06-26 03:21:27.360', N'2022-06-26 03:21:27.360', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C30DD37B-D036-45D2-A3F6-863063263F0A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:21:30.920', N'2022-06-26 03:21:30.920', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BDED1FD-CD5C-427C-8549-E093902A5D5F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 03:21:34.497', N'2022-06-26 03:21:34.497', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16C1FE6E-19E8-4E09-97CA-BC3798F42BBE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'7', N'0', N'2022-06-26 03:21:38.567', N'2022-06-26 03:21:38.567', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'644DD4CF-4E59-4E5B-BBF7-49F3CC35365A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:48.460', N'2022-06-26 03:21:48.460', N'39', N'0', N'0', N'5044', N'471', N'0', N'0', N'0', N'0', N'10095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76977DD2-F400-42FD-BC22-865F9C679088', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:51.887', N'2022-06-26 03:21:51.887', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16A83277-A651-4988-905F-379012A2B5C7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:55.177', N'2022-06-26 03:21:55.177', N'39', N'0', N'0', N'5018', N'482', N'0', N'0', N'0', N'0', N'10080', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61C60B83-B3CE-415A-8A4D-953F23906336', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:21:58.357', N'2022-06-26 03:21:58.357', N'39', N'0', N'0', N'1037', N'333', N'0', N'0', N'0', N'0', N'10231', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A44079D-2156-4A11-BDEC-39838F0DCD78', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:02.580', N'2022-06-26 03:22:02.580', N'39', N'0', N'0', N'2035', N'9', N'0', N'0', N'0', N'0', N'10067', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'563CF5DC-220A-4962-A14A-F9E19E7669FA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:06.013', N'2022-06-26 03:22:06.013', N'39', N'0', N'0', N'1009', N'341', N'0', N'0', N'0', N'0', N'10224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C876AB7-FFFE-442A-8039-ABC44F2A7563', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:09.243', N'2022-06-26 03:22:09.243', N'39', N'0', N'0', N'2031', N'8', N'0', N'0', N'0', N'0', N'10047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBBB2E53-D21F-41AE-B7EE-19767A4F8BF8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:12.657', N'2022-06-26 03:22:12.657', N'39', N'0', N'0', N'5046', N'499', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E237D92-2C1A-4925-908B-23125BEA9943', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:16.117', N'2022-06-26 03:22:16.117', N'39', N'0', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'10027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'978E9E54-26D9-47AB-9CBC-9C02903B22D7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:20.143', N'2022-06-26 03:22:20.143', N'39', N'0', N'0', N'5020', N'475', N'0', N'0', N'0', N'0', N'10082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F303EB2-0943-4C26-BF4B-A14269D5B4BC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:24.003', N'2022-06-26 03:22:24.003', N'39', N'0', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'10017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1C35448-1FBD-4DA3-BEBA-95DFE6C91DD9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:27.290', N'2022-06-26 03:22:27.290', N'39', N'0', N'0', N'5018', N'485', N'0', N'0', N'0', N'0', N'10080', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'585FF21F-DDE5-4DFE-B86D-517167B034F8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:30.657', N'2022-06-26 03:22:30.657', N'39', N'0', N'0', N'5027', N'482', N'0', N'0', N'0', N'0', N'10089', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FA79FFC-82AB-4731-8B07-B0E5BAC43205', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:34.050', N'2022-06-26 03:22:34.050', N'39', N'0', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'10077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F74C3948-2896-4C10-B6E7-5AA777065CA8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:37.290', N'2022-06-26 03:22:37.290', N'39', N'0', N'0', N'5024', N'493', N'0', N'0', N'0', N'0', N'10086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6546062C-7BD4-4761-B335-AF8DC72390AA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:41.537', N'2022-06-26 03:22:41.537', N'39', N'0', N'0', N'2032', N'9', N'0', N'0', N'0', N'0', N'10057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3717289-FF5E-41DC-A70C-614332CF5076', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:43.967', N'2022-06-26 03:22:43.967', N'39', N'0', N'0', N'5046', N'487', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76B8AAC2-9E44-4993-9ADA-936AD4B3F5CB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:47.343', N'2022-06-26 03:22:47.343', N'39', N'0', N'0', N'2012', N'8', N'0', N'0', N'0', N'0', N'10037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3103A9E6-357D-4692-8598-7B8720CE4729', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:50.690', N'2022-06-26 03:22:50.690', N'39', N'0', N'0', N'5020', N'497', N'0', N'0', N'0', N'0', N'10082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42106BC7-953B-4393-8970-BA811FA96787', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:22:54.217', N'2022-06-26 03:22:54.217', N'39', N'0', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'10017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E329A4CF-D3FF-41D4-ADD5-0A93088A99A7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:22:57.733', N'2022-06-26 03:22:57.733', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D76089F8-D00C-4CDC-9531-7C312B4588FA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-06-26 03:23:01.160', N'2022-06-26 03:23:01.160', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09812201-C80E-425B-BA48-249118959E28', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:23:04.510', N'2022-06-26 03:23:04.510', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBDB9D46-19CC-42A7-8970-C4DEEB059631', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:23:08.703', N'2022-06-26 03:23:08.703', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A56F3AB6-B3E2-4B50-A298-2707B60E0B2A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-06-26 03:23:11.980', N'2022-06-26 03:23:11.980', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B14246E2-2C48-4438-9017-7A46D190C230', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 03:23:15.720', N'2022-06-26 03:23:15.720', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6342FC0E-FA6D-4F8D-936B-3A6DB96B6C82', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:20.210', N'2022-06-26 03:23:20.210', N'39', N'0', N'0', N'5044', N'469', N'0', N'0', N'0', N'0', N'10095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9454A91-EB22-4617-9F5F-C5F1DFC02B48', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'6', N'0', N'2022-06-26 03:23:24.373', N'2022-06-26 03:23:24.373', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17C9A701-AEF0-4233-8D0E-6DB45C81A672', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:33.323', N'2022-06-26 03:23:33.323', N'39', N'0', N'0', N'5028', N'474', N'0', N'0', N'0', N'0', N'10090', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C33F812-00B2-4EF8-9C4A-96D6BE30A82A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:36.747', N'2022-06-26 03:23:36.747', N'39', N'0', N'0', N'1009', N'327', N'0', N'0', N'0', N'0', N'10224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD1EE189-BFC6-4242-AF2D-41EC1E8C394E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:40.150', N'2022-06-26 03:23:40.150', N'39', N'0', N'0', N'5025', N'484', N'0', N'0', N'0', N'0', N'10087', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D8B524BC-16B7-459C-B985-E92BC9DFC024', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:43.380', N'2022-06-26 03:23:43.380', N'39', N'0', N'0', N'5046', N'481', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66DBD960-A4B6-40EC-9927-04E48D28D637', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:46.617', N'2022-06-26 03:23:46.617', N'39', N'0', N'0', N'5023', N'479', N'0', N'0', N'0', N'0', N'10085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F14168D5-0930-4286-88A0-C8E9CE111F09', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:49.887', N'2022-06-26 03:23:49.887', N'39', N'0', N'0', N'2012', N'9', N'0', N'0', N'0', N'0', N'10037', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94466BA4-1FFE-4E4D-B268-C5BD0D63DC7B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:54.870', N'2022-06-26 03:23:54.870', N'39', N'0', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'10017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0ADD553E-DDBC-45EF-98C2-577F5122D4E7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:23:58.117', N'2022-06-26 03:23:58.117', N'39', N'0', N'0', N'5019', N'467', N'0', N'0', N'0', N'0', N'10081', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'737AEA78-C665-4BE8-98C1-CAA0F52FF2C1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:01.413', N'2022-06-26 03:24:01.413', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71645C4B-0162-44A4-A151-63C6EBD271F7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:05.297', N'2022-06-26 03:24:05.297', N'39', N'0', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'10077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'427DFCBE-CBE9-40A8-AB16-92C268FB0ABF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:24:09.367', N'2022-06-26 03:24:09.367', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAC9FB24-A990-4496-AC42-6019C3550027', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:24:13.083', N'2022-06-26 03:24:13.083', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EC127B9-DBD2-4FEF-A2F9-E35CA471C07C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 03:24:17.070', N'2022-06-26 03:24:17.070', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C35DF3A6-2221-4C4C-A7EC-1DB5BCDC6433', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:23.180', N'2022-06-26 03:24:23.180', N'39', N'0', N'0', N'5021', N'461', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'759FB6F0-F6D6-4CF4-9260-2D4572DFA9A7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:26.850', N'2022-06-26 03:24:26.850', N'39', N'0', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'10027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FED7094C-959B-4FD6-998E-D0E4F3203160', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:30.090', N'2022-06-26 03:24:30.090', N'39', N'0', N'0', N'5019', N'471', N'0', N'0', N'0', N'0', N'10081', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'848349E3-70D3-4CCE-997C-D8373E286CAA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:33.210', N'2022-06-26 03:24:33.210', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9920108D-1A19-4C67-A67B-2C08F66A3843', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'28', N'50424', N'1', N'0', N'2022-06-26 03:24:36.617', N'2022-06-26 03:24:36.617', N'39', N'0', N'0', N'5018', N'465', N'0', N'0', N'0', N'0', N'10080', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A523E1CB-42C8-4A78-A7DB-9E1397F30001', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:41.103', N'2022-06-26 03:24:41.103', N'39', N'0', N'0', N'5025', N'494', N'0', N'0', N'0', N'0', N'10087', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7055B2A-B7DC-4E71-A8AA-3FE97113AF48', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:44.457', N'2022-06-26 03:24:44.457', N'39', N'0', N'0', N'2035', N'9', N'0', N'0', N'0', N'0', N'10067', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF2C74A9-85A2-4C5E-8763-D3F1A6FEE1F6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:48.680', N'2022-06-26 03:24:48.680', N'39', N'0', N'0', N'5023', N'489', N'0', N'0', N'0', N'0', N'10085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E15493D-A50E-4F72-AA26-871A638E15F3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:50.843', N'2022-06-26 03:24:50.843', N'39', N'0', N'0', N'2031', N'9', N'0', N'0', N'0', N'0', N'10047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06370B6A-7BF9-46C2-AA4B-4E749DDC0256', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:54.227', N'2022-06-26 03:24:54.227', N'39', N'0', N'0', N'5022', N'499', N'0', N'0', N'0', N'0', N'10084', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70D45248-3C93-4ED3-B7BA-CD5BE6ADB0E1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:24:57.673', N'2022-06-26 03:24:57.673', N'39', N'0', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'10027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11E2A0FB-DCAF-43E9-B48C-F1A09B569836', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:00.907', N'2022-06-26 03:25:00.907', N'39', N'0', N'0', N'5020', N'493', N'0', N'0', N'0', N'0', N'10082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'979A3EF1-E9B0-4F0C-9B8B-B4D424C01535', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:04.010', N'2022-06-26 03:25:04.010', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B6CB48B-C27C-4D64-9913-F7F14D6AAF90', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'27', N'50424', N'1', N'0', N'2022-06-26 03:25:07.087', N'2022-06-26 03:25:07.087', N'39', N'0', N'0', N'5018', N'453', N'0', N'0', N'0', N'0', N'10080', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F2F48C4-FD30-44AB-852D-21C42AEBB63A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:10.307', N'2022-06-26 03:25:10.307', N'39', N'0', N'0', N'1037', N'310', N'0', N'0', N'0', N'0', N'10231', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'804663C5-1A24-4BB6-BA45-E94910699C40', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:32.600', N'2022-06-26 03:25:32.600', N'39', N'0', N'0', N'5020', N'497', N'0', N'0', N'0', N'0', N'10082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCF991CA-1549-4741-977E-845D73A0ADB9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:36.310', N'2022-06-26 03:25:36.310', N'39', N'0', N'0', N'5030', N'460', N'0', N'0', N'0', N'0', N'10092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E90A9103-A87F-48A5-9FB9-45C16116EEB5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:39.617', N'2022-06-26 03:25:39.617', N'39', N'0', N'0', N'5018', N'457', N'0', N'0', N'0', N'0', N'10080', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA4C6322-0012-43E3-A850-A4B2AED88721', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:42.703', N'2022-06-26 03:25:42.703', N'39', N'0', N'0', N'5027', N'454', N'0', N'0', N'0', N'0', N'10089', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'083D232B-BEF2-4A6C-BA93-2120B9FB2EF2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:46.750', N'2022-06-26 03:25:46.750', N'39', N'0', N'0', N'1009', N'324', N'0', N'0', N'0', N'0', N'10224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B6D2CE0-30E6-4FBF-8540-D76EB323CECD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:50.620', N'2022-06-26 03:25:50.620', N'39', N'0', N'0', N'5024', N'480', N'0', N'0', N'0', N'0', N'10086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22A74113-1E91-4D29-8541-BF82678933A6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:25:53.983', N'2022-06-26 03:25:53.983', N'39', N'0', N'0', N'5046', N'477', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB36C09D-8E68-41DA-AC16-93F72498B414', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'7', N'0', N'2022-06-26 03:25:57.430', N'2022-06-26 03:25:57.430', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62C977A9-4962-4706-B966-7544387E4409', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:26:01.727', N'2022-06-26 03:26:01.727', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBBB09CE-E09A-4495-948F-F0FEE602C9CD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'6', N'0', N'2022-06-26 03:26:05.340', N'2022-06-26 03:26:05.340', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9ABBD9EA-C661-42EC-80DE-BDFADCE912E2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'2', N'0', N'2022-06-26 03:26:09.667', N'2022-06-26 03:26:09.667', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F537FFDF-239A-4028-8403-3CF631BD7741', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'5', N'0', N'2022-06-26 03:26:14.513', N'2022-06-26 03:26:14.513', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF811D3D-C172-412A-A2A6-B254604C7082', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 03:26:18.160', N'2022-06-26 03:26:18.160', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28309A04-D5B1-4686-8FFB-1CA256079E31', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'4', N'0', N'2022-06-26 03:26:22.037', N'2022-06-26 03:26:22.037', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A4A1561-FEAE-482F-BF7C-C020C798403B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:26:34.153', N'2022-06-26 03:26:34.153', N'39', N'0', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'10017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'150B8278-87E4-411C-96A2-16003DD08E68', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:26:37.580', N'2022-06-26 03:26:37.580', N'39', N'0', N'0', N'5030', N'470', N'0', N'0', N'0', N'0', N'10092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C32F742-FA23-4346-AAEA-5085FBDB9DAB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:26:41.037', N'2022-06-26 03:26:41.037', N'39', N'0', N'0', N'1601', N'9699', N'0', N'0', N'0', N'0', N'10238', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9BF8363A-9F67-4661-B6F1-9D9FF73F3F9B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:26:45.943', N'2022-06-26 03:26:45.943', N'39', N'0', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'10077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1064DAEC-0ECE-4B8F-83C8-9514A502D13B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:26:50.673', N'2022-06-26 03:26:50.673', N'39', N'0', N'0', N'5024', N'474', N'0', N'0', N'0', N'0', N'10086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63E22A97-7439-4F5B-8E74-AB1F903C50A0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:01.973', N'2022-06-26 03:27:01.973', N'39', N'0', N'0', N'5044', N'498', N'0', N'0', N'0', N'0', N'10095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1FDC88F-074F-4FCE-845E-A69996247CE1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:06.120', N'2022-06-26 03:27:06.120', N'39', N'0', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'10017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E68FA7E5-9535-478D-BDB6-A903F59A97D3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:09.503', N'2022-06-26 03:27:09.503', N'39', N'0', N'0', N'5031', N'473', N'0', N'0', N'0', N'0', N'10093', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18698140-0920-4088-B0CF-1C48D8CB279C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:12.827', N'2022-06-26 03:27:12.827', N'39', N'0', N'0', N'1601', N'9481', N'0', N'0', N'0', N'0', N'10238', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AAEB2BD4-A8CD-4A3F-B92C-49284ECA2335', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:27.473', N'2022-06-26 03:27:27.473', N'39', N'0', N'0', N'5023', N'457', N'0', N'0', N'0', N'0', N'10085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F13DA47-B39C-4107-8D5D-72B8A428143E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:31.450', N'2022-06-26 03:27:31.450', N'39', N'0', N'0', N'2031', N'9', N'0', N'0', N'0', N'0', N'10047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'161B6745-2A38-4B57-B00E-D2812C6B59D7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:34.577', N'2022-06-26 03:27:34.577', N'39', N'0', N'0', N'5021', N'467', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8097250-0065-4C34-AC3F-8F361A82C9AA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:37.633', N'2022-06-26 03:27:37.633', N'39', N'0', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'10027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'060F26FB-16A8-47F8-9B80-322D6D5D2883', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:41.817', N'2022-06-26 03:27:41.817', N'39', N'0', N'0', N'5019', N'461', N'0', N'0', N'0', N'0', N'10081', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F1A4299-5D60-4658-9582-A185390A99CE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:44.280', N'2022-06-26 03:27:44.280', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'98356502-CE37-46CF-B388-5478FC5FF40C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:47.473', N'2022-06-26 03:27:47.473', N'39', N'0', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'10077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82462D6C-A954-4398-B674-B3D327B31DC3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:50.783', N'2022-06-26 03:27:50.783', N'39', N'0', N'0', N'1037', N'325', N'0', N'0', N'0', N'0', N'10231', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22301F6B-D2C7-41F6-80E2-32FBBC78CBF3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:54.410', N'2022-06-26 03:27:54.410', N'39', N'0', N'0', N'2032', N'9', N'0', N'0', N'0', N'0', N'10057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'235551F8-2DC5-4C1A-8170-09594EBEDD5C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:27:57.783', N'2022-06-26 03:27:57.783', N'39', N'0', N'0', N'5047', N'479', N'0', N'0', N'0', N'0', N'10098', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB797BFD-74B8-4EF0-8210-7CB4580142A4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:28:01.173', N'2022-06-26 03:28:01.173', N'39', N'0', N'0', N'2031', N'9', N'0', N'0', N'0', N'0', N'10047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'936C1C8C-BB48-4B4F-9B19-9C92C975CACA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:28:04.550', N'2022-06-26 03:28:04.550', N'39', N'0', N'0', N'5045', N'489', N'0', N'0', N'0', N'0', N'10096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08174949-108C-400F-BBF9-78EA6F7C911F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:28:07.680', N'2022-06-26 03:28:07.680', N'39', N'0', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'10027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A21F0F8E-8A28-43CB-8C87-7810190F9953', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:28:11.047', N'2022-06-26 03:28:11.047', N'39', N'0', N'0', N'5019', N'499', N'0', N'0', N'0', N'0', N'10081', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0542B1E5-DA01-4DCD-B7C9-8BA568C34964', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:28:14.633', N'2022-06-26 03:28:14.633', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A679DBB-0BFF-4EDF-B258-0420F30F05FD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:28:17.913', N'2022-06-26 03:28:17.913', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AABA063E-D57F-4C1A-A8B6-B0906C32E4AB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:28:21.343', N'2022-06-26 03:28:21.343', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFF2C9E0-E41D-4CE1-8D6C-DEBEA42F6096', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'3', N'0', N'2022-06-26 03:28:24.667', N'2022-06-26 03:28:24.667', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85CBC9AD-4D28-4ECF-B545-5F1AA0C87F85', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'6', N'0', N'2022-06-26 03:28:27.927', N'2022-06-26 03:28:27.927', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2082349-CBE6-4F51-8A08-0BCBBBA5969A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:28:31.433', N'2022-06-26 03:28:31.433', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0AE184EA-6749-4673-9C36-F60547CCB39E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'7', N'0', N'2022-06-26 03:28:35.707', N'2022-06-26 03:28:35.707', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A843DF71-9F92-412A-B783-AF5AE7063EAB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:28:45.963', N'2022-06-26 03:28:45.963', N'39', N'0', N'0', N'2009', N'9', N'0', N'0', N'0', N'0', N'10007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B25739B9-FCC4-4333-A9FA-A9071BBCD8C6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'29', N'50424', N'1', N'0', N'2022-06-26 03:28:49.540', N'2022-06-26 03:28:49.540', N'39', N'0', N'0', N'5018', N'497', N'0', N'0', N'0', N'0', N'10080', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4420DE27-CF2C-43A2-BBE4-3F534D474AAD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:00.783', N'2022-06-26 03:29:00.783', N'39', N'0', N'0', N'5024', N'470', N'0', N'0', N'0', N'0', N'10086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'936B9061-FC48-443C-9A39-A47B88469FB5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:04.833', N'2022-06-26 03:29:04.833', N'39', N'0', N'0', N'5045', N'483', N'0', N'0', N'0', N'0', N'10096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9074C113-CC30-4E6D-B2BD-4621D1D65D6A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:08.277', N'2022-06-26 03:29:08.277', N'39', N'0', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'10027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E00D0BFD-47D7-4D7E-8708-95F859845210', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:11.477', N'2022-06-26 03:29:11.477', N'39', N'0', N'0', N'5044', N'494', N'0', N'0', N'0', N'0', N'10095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B112A8D4-E60B-41EF-8125-44219A51FFD6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:14.780', N'2022-06-26 03:29:14.780', N'39', N'0', N'0', N'5020', N'491', N'0', N'0', N'0', N'0', N'10082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DACD145B-CEFB-416F-B983-ED88FAD83BBB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:18.280', N'2022-06-26 03:29:18.280', N'39', N'0', N'0', N'5030', N'454', N'0', N'0', N'0', N'0', N'10092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55A57143-AF08-43FF-92F9-5ED801CAC0DE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:21.527', N'2022-06-26 03:29:21.527', N'39', N'0', N'0', N'5018', N'451', N'0', N'0', N'0', N'0', N'10080', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73F8593C-5685-4F99-BE6F-3454FF20BE19', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:24.733', N'2022-06-26 03:29:24.733', N'39', N'0', N'0', N'5027', N'498', N'0', N'0', N'0', N'0', N'10089', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5B1B2E4-F915-432C-A12C-35BE669BAF2C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:28.777', N'2022-06-26 03:29:28.777', N'39', N'0', N'0', N'1009', N'319', N'0', N'0', N'0', N'0', N'10224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC08882B-4E09-4FF3-9BD5-60F4DF34BF46', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:36.497', N'2022-06-26 03:29:36.497', N'39', N'0', N'0', N'5046', N'487', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CFD7052-08E6-411C-9F40-53EF44AE429C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:39.610', N'2022-06-26 03:29:39.610', N'39', N'0', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'10027', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84574D43-21F5-43AA-90C1-CA8F1630D1F8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:42.760', N'2022-06-26 03:29:42.760', N'39', N'0', N'0', N'5044', N'482', N'0', N'0', N'0', N'0', N'10095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A0F86E8-D4D3-4039-80E7-CCBE215AC34E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:45.933', N'2022-06-26 03:29:45.933', N'39', N'0', N'0', N'5020', N'479', N'0', N'0', N'0', N'0', N'10082', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03A6598E-66E7-4C84-9831-4985D4F9840D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:50.827', N'2022-06-26 03:29:50.827', N'39', N'0', N'0', N'5030', N'492', N'0', N'0', N'0', N'0', N'10092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D9A6FC2-B840-4717-B57D-A97F5D1B647A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:52.700', N'2022-06-26 03:29:52.700', N'39', N'0', N'0', N'1601', N'9809', N'0', N'0', N'0', N'0', N'10238', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BA7FF6B-8225-474B-B0CC-610A98AFBC89', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:29:57.833', N'2022-06-26 03:29:57.833', N'39', N'0', N'0', N'2036', N'9', N'0', N'0', N'0', N'0', N'10077', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B14A705-422D-4AEB-A5CE-A84CC90DC356', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:30:15.570', N'2022-06-26 03:30:15.570', N'39', N'0', N'0', N'5021', N'451', N'0', N'0', N'0', N'0', N'10083', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D0A144D-E07F-43D8-860E-5F21ADBF38F9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:30:19.603', N'2022-06-26 03:30:19.603', N'39', N'0', N'0', N'5030', N'464', N'0', N'0', N'0', N'0', N'10092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BFE487A-D699-448B-BA1B-713CA4DEA05C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'26', N'50424', N'1', N'0', N'2022-06-26 03:30:23.967', N'2022-06-26 03:30:23.967', N'39', N'0', N'0', N'1601', N'9591', N'0', N'0', N'0', N'0', N'10238', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9827A4D2-732F-4355-9A18-6C822955FD66', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:30:36.537', N'2022-06-26 03:30:36.537', N'39', N'0', N'0', N'5046', N'481', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9DE39E2-2B3F-478A-AF39-187687AB7863', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:30:39.863', N'2022-06-26 03:30:39.863', N'39', N'0', N'0', N'5023', N'479', N'0', N'0', N'0', N'0', N'10085', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93DBB430-CE23-43BE-9F32-9CAEA82EDA23', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 03:30:43.100', N'2022-06-26 03:30:43.100', N'39', N'0', N'0', N'5044', N'492', N'0', N'0', N'0', N'0', N'10095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0823913-6806-4C29-8D5F-F0773AEB9341', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'5', N'0', N'2022-06-26 03:30:46.517', N'2022-06-26 03:30:46.517', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6913C373-DFB1-4BB3-8F97-ABAF3EB7403D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:30:49.687', N'2022-06-26 03:30:49.687', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'611A5041-CBB0-4656-99F5-42A3D7785FEB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:30:53.570', N'2022-06-26 03:30:53.570', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D5D48F5-08BD-4E35-BF36-D69D22CF3276', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'1', N'0', N'2022-06-26 03:30:57.153', N'2022-06-26 03:30:57.153', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F2494E9-218A-4F0A-B9E1-A125E01A76AE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'6', N'0', N'2022-06-26 03:31:01.020', N'2022-06-26 03:31:01.020', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B65A08C8-82C9-4A7B-9FDB-A42DE1392ED4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'4', N'0', N'2022-06-26 03:31:05.497', N'2022-06-26 03:31:05.497', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82035E09-CBA9-412E-A939-B55DB3CF186B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000127', N'7', N'0', N'2022-06-26 03:31:09.163', N'2022-06-26 03:31:09.163', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AAE39A7-20F4-4B81-8B78-9C6CDDF03E83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000541', N'1', N'0', N'2022-06-26 07:13:57.523', N'2022-06-26 07:13:57.523', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62B15FAE-AA18-40EE-8DED-ACA831C595D6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'16', N'80000310', N'20', N'0', N'2022-06-26 04:02:37.800', N'2022-06-26 04:02:37.800', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6346CB29-AE9A-47A2-ACFE-4809F900E0EE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59004', N'10', N'0', N'2022-06-26 04:02:39.510', N'2022-06-26 04:02:39.510', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D88E3F82-DCC9-40EE-885C-9E3ECB5A6C08', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000545', N'1', N'0', N'2022-06-26 03:33:01.740', N'2022-06-26 03:33:01.740', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20F8A07A-1F8D-4EF6-908C-862845AE7CE7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000542', N'1', N'0', N'2022-06-26 03:33:03.073', N'2022-06-26 03:33:03.073', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45FF52C0-C8E6-4703-80B6-1DFBD114B13F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000542', N'1', N'0', N'2022-06-26 03:33:04.950', N'2022-06-26 03:33:04.950', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05A26F8E-FEA5-4184-AAA9-A45D7778193D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'115042001', N'1', N'0', N'2022-06-26 04:03:33.230', N'2022-06-26 04:03:33.230', N'8', N'3009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'1', N'1', N'3009', N'1553') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9B56CE8-7502-4480-AA2B-45D2D320C865', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40015', N'1', N'-1', N'2022-06-26 04:07:56.117', N'2022-06-26 04:07:56.117', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34AE8F22-4AC1-4204-AD27-D3133F67F186', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59001', N'10', N'0', N'2022-06-26 07:15:06.693', N'2022-06-26 07:15:06.693', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6B3A5F6-68F9-4BF2-AA42-E1E92600756F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000258', N'10', N'0', N'2022-06-26 07:15:09.323', N'2022-06-26 07:15:09.323', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F5D2F29-9ADC-4DB0-8F24-5ED5090E6CC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000101', N'10', N'0', N'2022-06-26 07:15:11.303', N'2022-06-26 07:15:11.303', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02F3FB58-BEFE-4D12-A874-212D83A69F44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000311', N'10', N'0', N'2022-06-26 07:15:13.297', N'2022-06-26 07:15:13.297', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FB7546C-4FB1-455C-9746-B044FDE6DBC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59004', N'10', N'0', N'2022-06-26 07:15:14.773', N'2022-06-26 07:15:14.773', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39ABAE9F-BB23-4428-A079-FD038E362D66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59002', N'10', N'0', N'2022-06-26 07:15:16.390', N'2022-06-26 07:15:16.390', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C00B3E7B-0097-4617-B10A-FA78CA997CBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'10', N'0', N'2022-06-26 07:15:17.867', N'2022-06-26 07:15:17.867', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB4BC418-9B34-438E-908A-52A32E640552', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000008', N'1', N'0', N'2022-06-26 07:15:19.840', N'2022-06-26 07:15:19.840', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E442214E-667B-475E-99DE-F6CBDA1457C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000206', N'1', N'0', N'2022-06-26 07:15:21.673', N'2022-06-26 07:15:21.673', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C9D76E2-C989-40E5-A756-8FD7E45E980F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000219', N'1', N'0', N'2022-06-26 07:15:23.743', N'2022-06-26 07:15:23.743', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B26674C5-0321-4CBF-AF4D-F15F164F7254', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59003', N'10', N'0', N'2022-06-26 07:15:25.377', N'2022-06-26 07:15:25.377', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C14CBC4-D7B6-4BD5-A5CC-55245BB1120A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000080', N'10', N'0', N'2022-06-26 07:15:36.903', N'2022-06-26 07:15:36.903', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'98825813-E9E5-4374-BE8D-2BB810D18540', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071002', N'1', N'0', N'2022-06-26 07:28:04.997', N'2022-06-26 07:28:04.997', N'9', N'7203', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'7203', N'2314') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A8741F1-D7B9-46E8-B017-7475660DC317', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'120042001', N'1', N'0', N'2022-06-26 07:29:07.047', N'2022-06-26 07:29:07.047', N'8', N'3669', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'6', N'3', N'3', N'3669', N'850') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECAA5198-3880-4C81-B29C-E7044427629A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'21426', N'1', N'0', N'2022-06-26 07:30:41.110', N'2022-06-26 07:30:41.110', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FCDF7A6-CF93-47AC-AF23-4ACA16F34CBD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'76110', N'1', N'0', N'2022-06-26 07:30:56.750', N'2022-06-26 07:30:56.750', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FA15FC4-2A02-4526-9C5D-C99C0E11991F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000320', N'1', N'0', N'2022-06-25 09:49:26.850', N'2022-06-25 09:49:26.850', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCBCC39B-943A-4B3C-AF5F-19E12CAF9373', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000220', N'5', N'0', N'2022-06-25 09:49:15.847', N'2022-06-25 09:49:15.847', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3165CB4-FB7C-44ED-9AB4-2DB5823A921A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000352', N'1', N'0', N'2022-06-25 09:49:10.743', N'2022-06-25 09:49:10.743', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'503548CD-80CD-49F7-857C-1BA8A9DB569A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000316', N'1', N'0', N'2022-06-25 09:48:57.473', N'2022-06-25 09:48:57.473', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55B55BC4-DF03-4254-968C-B5CD06DB6D37', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000369', N'1', N'0', N'2022-06-25 09:48:56.367', N'2022-06-25 09:48:56.367', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'007C4A1F-F4F7-44E3-9045-69A83E00FCE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000327', N'1', N'0', N'2022-06-25 09:47:52.290', N'2022-06-25 09:47:52.290', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E47FC861-0D9D-493A-839C-0FB832E309B4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'6', N'61046005', N'1', N'0', N'2022-06-25 08:38:22.103', N'2022-06-25 08:38:22.103', N'0', N'0', N'0', N'2004', N'19', N'2003', N'21', N'2001', N'104', N'21015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D618567-F632-487D-AA2A-BB0BC6F603A0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'5', N'61046006', N'1', N'0', N'2022-06-25 08:38:22.343', N'2022-06-25 08:38:22.343', N'0', N'0', N'0', N'1018', N'296', N'1010', N'296', N'1015', N'240', N'21017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B2387A9-22FD-424E-8E7A-EAE85066B04D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'4', N'61046004', N'1', N'0', N'2022-06-25 08:38:21.650', N'2022-06-25 08:38:21.650', N'0', N'0', N'0', N'1010', N'291', N'2003', N'21', N'2004', N'17', N'21010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08ECE0F1-6D77-4694-8592-85D733ED7444', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'3', N'61046001', N'1', N'0', N'2022-06-25 08:38:20.573', N'2022-06-25 08:38:20.573', N'0', N'0', N'0', N'1018', N'296', N'1005', N'302', N'2001', N'104', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CA13DD2-56A1-4582-9F06-943D985ECF8C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'2', N'61046003', N'1', N'0', N'2022-06-25 08:38:21.133', N'2022-06-25 08:38:21.133', N'0', N'0', N'0', N'1015', N'324', N'1005', N'302', N'1006', N'280', N'21007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2DF451E-C423-458A-A87E-F33916D3A1AD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'1', N'61046002', N'1', N'0', N'2022-06-25 08:38:20.913', N'2022-06-25 08:38:20.913', N'0', N'0', N'0', N'1018', N'296', N'1006', N'302', N'2002', N'104', N'21004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F12DB81B-46F0-42AC-9420-65B246F508FE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'5', N'0', N'61046007', N'1', N'0', N'2022-06-25 08:38:20.353', N'2022-06-25 08:38:20.353', N'0', N'0', N'0', N'5021', N'282', N'2035', N'10', N'2001', N'104', N'21026', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47ED7169-1DEA-4DBD-B5E2-42532862099E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:25:55.740', N'2022-06-25 09:25:55.740', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A185B9C-F95B-41F2-B9C1-9293CBDD3107', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:25:52.090', N'2022-06-25 09:25:52.090', N'39', N'0', N'0', N'1033', N'113', N'0', N'0', N'0', N'0', N'9051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E820F396-33DC-41B0-AA16-E12283423BEE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:25:37.327', N'2022-06-25 09:25:37.327', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E770F5C6-71F2-4C8A-B43F-EB57FB8227FF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'6', N'0', N'2022-06-25 09:25:33.123', N'2022-06-25 09:25:33.123', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3802A83A-BC02-4D25-A7A4-7136F136C6FE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'4', N'0', N'2022-06-25 09:25:29.410', N'2022-06-25 09:25:29.410', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78E7C9D3-87D6-4D7E-9DD4-F1F9CC7693AC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:25:25.673', N'2022-06-25 09:25:25.673', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EC2115B-7CE8-49C7-8196-C5C39DD76D10', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:25:22.250', N'2022-06-25 09:25:22.250', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E8F8414-45B6-47DA-B584-0FD9657DD56F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'5', N'0', N'2022-06-25 09:25:18.603', N'2022-06-25 09:25:18.603', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8BDC8AE-D56C-4E31-81E4-5E2A398F2E71', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:25:14.127', N'2022-06-25 09:25:14.127', N'39', N'0', N'0', N'5004', N'580', N'0', N'0', N'0', N'0', N'9165', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9530BD2B-7DB7-437C-99CA-5B77FE8543B9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:25:10.367', N'2022-06-25 09:25:10.367', N'39', N'0', N'0', N'1028', N'166', N'0', N'0', N'0', N'0', N'9002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB043001-263D-4BA5-8A61-BB670D76DAD5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:25:07.163', N'2022-06-25 09:25:07.163', N'39', N'0', N'0', N'1034', N'168', N'0', N'0', N'0', N'0', N'9062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F707E515-FFD5-474F-AAC5-0139021ADB5C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:25:03.660', N'2022-06-25 09:25:03.660', N'39', N'0', N'0', N'5016', N'534', N'0', N'0', N'0', N'0', N'9177', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F01EC347-145D-45B9-8DF7-52BE896E6A77', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:25:00.577', N'2022-06-25 09:25:00.577', N'39', N'0', N'0', N'1031', N'101', N'0', N'0', N'0', N'0', N'9031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC7383CB-1ADE-482A-842C-EF7F192D1FDF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:57.493', N'2022-06-25 09:24:57.493', N'39', N'0', N'0', N'5012', N'545', N'0', N'0', N'0', N'0', N'9173', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B24873FF-3FB7-41A6-9270-C07BC91EF9E0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:56.327', N'2022-06-25 09:24:56.327', N'39', N'0', N'0', N'1028', N'195', N'0', N'0', N'0', N'0', N'9003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D78F56B-3A2E-40EC-9907-109E49B0C352', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:51.193', N'2022-06-25 09:24:51.193', N'39', N'0', N'0', N'1034', N'197', N'0', N'0', N'0', N'0', N'9063', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5A9805E-8066-45C2-8FBC-16EB176E6CDB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:24:48.063', N'2022-06-25 09:24:48.063', N'39', N'0', N'0', N'5040', N'362', N'0', N'0', N'0', N'0', N'9200', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCE31C4E-1A77-48FB-ADA2-FEAA81FAD534', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:44.900', N'2022-06-25 09:24:44.900', N'39', N'0', N'0', N'1031', N'190', N'0', N'0', N'0', N'0', N'9033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDC00DB7-E26B-4B86-A65E-CAD61BF9EA49', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:41.810', N'2022-06-25 09:24:41.810', N'39', N'0', N'0', N'5013', N'541', N'0', N'0', N'0', N'0', N'9174', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE0F1546-4377-4A65-B880-1E05C3F6C602', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:38.763', N'2022-06-25 09:24:38.763', N'39', N'0', N'0', N'1028', N'194', N'0', N'0', N'0', N'0', N'9003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3722F83-CB00-4FAA-AECD-428EB90E1CA4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:24:35.693', N'2022-06-25 09:24:35.693', N'39', N'0', N'0', N'5009', N'176', N'0', N'0', N'0', N'0', N'9210', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74C7526E-D798-4492-BBF2-9EC534F2B265', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:24:32.613', N'2022-06-25 09:24:32.613', N'39', N'0', N'0', N'5040', N'358', N'0', N'0', N'0', N'0', N'9200', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CEDCCE4-4A2A-4641-A57A-F8D02DCBBB9D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:29.430', N'2022-06-25 09:24:29.430', N'39', N'0', N'0', N'1032', N'199', N'0', N'0', N'0', N'0', N'9043', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5ECAC437-906B-461F-8E9F-8818A313A12B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:25.187', N'2022-06-25 09:24:25.187', N'39', N'0', N'0', N'5013', N'538', N'0', N'0', N'0', N'0', N'9174', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AEA2471-BADF-48B5-AC36-1D7AB9FAEBFE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:24:21.937', N'2022-06-25 09:24:21.937', N'39', N'0', N'0', N'1035', N'93', N'0', N'0', N'0', N'0', N'9071', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D62EBCA-7790-4074-9EA1-8FE08F722842', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:24:18.757', N'2022-06-25 09:24:18.757', N'39', N'0', N'0', N'5009', N'158', N'0', N'0', N'0', N'0', N'9210', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F582619A-CB8D-47B6-A578-CAD71D32E7F0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:24:15.557', N'2022-06-25 09:24:15.557', N'39', N'0', N'0', N'1032', N'97', N'0', N'0', N'0', N'0', N'9041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57B6337B-C53A-4235-B14F-42059949D74B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:24:11.530', N'2022-06-25 09:24:11.530', N'39', N'0', N'0', N'5005', N'597', N'0', N'0', N'0', N'0', N'9166', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE84D1A2-B51D-40E6-BE5E-A6FF9F92AA66', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:24:07.143', N'2022-06-25 09:24:07.143', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C5BCC6E-46AF-4170-AEDA-689F22ED74D6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:24:03.210', N'2022-06-25 09:24:03.210', N'39', N'0', N'0', N'5009', N'172', N'0', N'0', N'0', N'0', N'9210', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD1D2DEC-B9F4-4CE8-9E6C-E2B5FAADC31B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:23:59.833', N'2022-06-25 09:23:59.833', N'39', N'0', N'0', N'1032', N'95', N'0', N'0', N'0', N'0', N'9041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F89E2AF2-EBF8-4962-BA35-0A25BBC78A64', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:23:54.460', N'2022-06-25 09:23:54.460', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'323F75D6-B142-4D32-8AA4-572DE80F3506', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:23:50.150', N'2022-06-25 09:23:50.150', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F21A01B-CA93-448F-950E-7A0633651CAD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:23:46.097', N'2022-06-25 09:23:46.097', N'39', N'0', N'0', N'5041', N'310', N'0', N'0', N'0', N'0', N'9201', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F93022C-97E3-40AB-8D3A-E934B4082DE7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:23:42.763', N'2022-06-25 09:23:42.763', N'39', N'0', N'0', N'5006', N'192', N'0', N'0', N'0', N'0', N'9207', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52274ED9-06DF-4949-8D31-192B85B3663A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:23:39.500', N'2022-06-25 09:23:39.500', N'39', N'0', N'0', N'5015', N'195', N'0', N'0', N'0', N'0', N'9216', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D309FB63-A3DE-43E6-B7BB-391A5BE43047', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:23:36.183', N'2022-06-25 09:23:36.183', N'39', N'0', N'0', N'1029', N'208', N'0', N'0', N'0', N'0', N'9013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE904100-71A0-4271-8E66-61C35D21E00F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:23:32.800', N'2022-06-25 09:23:32.800', N'39', N'0', N'0', N'5010', N'184', N'0', N'0', N'0', N'0', N'9211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCCC751A-DDD8-473C-9D1E-B5CBB202241C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:22:33.937', N'2022-06-25 09:22:33.937', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8EEFB5D-44AC-450C-82FF-D059DE409C77', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'4', N'0', N'2022-06-25 09:22:29.163', N'2022-06-25 09:22:29.163', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F2DA009-3E8A-483F-822D-400A84D35CEC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:21:54.977', N'2022-06-25 09:21:54.977', N'39', N'0', N'0', N'5009', N'385', N'0', N'0', N'0', N'0', N'9190', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86889897-52A6-4153-A89B-CC7C3C077DBA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:21:51.657', N'2022-06-25 09:21:51.657', N'39', N'0', N'0', N'5040', N'390', N'0', N'0', N'0', N'0', N'9200', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C610EF6-9767-4452-9550-6F0CFD70C020', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:21:48.260', N'2022-06-25 09:21:48.260', N'39', N'0', N'0', N'1032', N'118', N'0', N'0', N'0', N'0', N'9041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37191C80-85E7-4608-B1F7-D5F007CC6C9E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50366', N'1', N'0', N'2022-06-25 09:21:41.280', N'2022-06-25 09:21:41.280', N'39', N'0', N'0', N'5003', N'975', N'0', N'0', N'0', N'0', N'9124', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EE1A882-8478-4418-908E-6B7BEE39B150', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50365', N'1', N'0', N'2022-06-25 09:21:35.167', N'2022-06-25 09:21:35.167', N'39', N'0', N'0', N'5041', N'787', N'0', N'0', N'0', N'0', N'9161', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26BBCF92-896F-4CDC-9A24-B37F9BBB306D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:21:31.877', N'2022-06-25 09:21:31.877', N'39', N'0', N'0', N'5006', N'561', N'0', N'0', N'0', N'0', N'9167', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB15C596-D938-4A6B-86B3-CD1E1B8653D3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:21:28.773', N'2022-06-25 09:21:28.773', N'39', N'0', N'0', N'1029', N'200', N'0', N'0', N'0', N'0', N'9013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'715DA9C0-6E91-4650-A982-1BDEC79FD44E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:21:25.610', N'2022-06-25 09:21:25.610', N'39', N'0', N'0', N'5003', N'372', N'0', N'0', N'0', N'0', N'9184', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F12EEBBB-058C-4277-95EC-7ABF2BA78009', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:21:22.480', N'2022-06-25 09:21:22.480', N'39', N'0', N'0', N'5009', N'188', N'0', N'0', N'0', N'0', N'9210', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0001D710-2240-4084-A17A-609CC5F2CD15', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:21:19.160', N'2022-06-25 09:21:19.160', N'39', N'0', N'0', N'1033', N'175', N'0', N'0', N'0', N'0', N'9052', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B15D9847-E3B5-42D1-9B53-3686C4EFBC38', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:21:16.063', N'2022-06-25 09:21:16.063', N'39', N'0', N'0', N'5006', N'194', N'0', N'0', N'0', N'0', N'9207', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8EAB17C-F0BD-42CB-ADC3-33BF75290788', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:21:12.913', N'2022-06-25 09:21:12.913', N'39', N'0', N'0', N'1030', N'168', N'0', N'0', N'0', N'0', N'9022', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31735E21-7D0A-46CC-8EAF-BC1315C82935', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:21:08.070', N'2022-06-25 09:21:08.070', N'39', N'0', N'0', N'5010', N'168', N'0', N'0', N'0', N'0', N'9211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54CEB37A-0E35-4A4E-84D6-73EAE036707F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:21:04.567', N'2022-06-25 09:21:04.567', N'39', N'0', N'0', N'5041', N'511', N'0', N'0', N'0', N'0', N'9181', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1855B19-AEF3-49C0-99E8-10F31981A50B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:21:01.503', N'2022-06-25 09:21:01.503', N'39', N'0', N'0', N'5007', N'316', N'0', N'0', N'0', N'0', N'9188', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEBFC15E-2A76-46D7-B06A-37D1B0B692A6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:20:58.377', N'2022-06-25 09:20:58.377', N'39', N'0', N'0', N'5015', N'322', N'0', N'0', N'0', N'0', N'9196', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C36185D2-DE46-4ECA-AA13-A3F72133325B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-06-25 09:20:55.067', N'2022-06-25 09:20:55.067', N'39', N'0', N'0', N'5004', N'527', N'0', N'0', N'0', N'0', N'9165', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CADEF769-1AE6-48F4-BC01-76137A0988EE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:20:51.770', N'2022-06-25 09:20:51.770', N'39', N'0', N'0', N'5010', N'151', N'0', N'0', N'0', N'0', N'9211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE24F298-03BD-4BEB-9E94-F5974A0E3ACD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:20:48.667', N'2022-06-25 09:20:48.667', N'39', N'0', N'0', N'1034', N'152', N'0', N'0', N'0', N'0', N'9062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F145EEBF-57BE-4098-A1FB-C6883E368098', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:20:45.403', N'2022-06-25 09:20:45.403', N'39', N'0', N'0', N'5007', N'156', N'0', N'0', N'0', N'0', N'9208', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2DD0A26-414E-4619-97BF-CA173F68F320', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:20:42.107', N'2022-06-25 09:20:42.107', N'39', N'0', N'0', N'5016', N'318', N'0', N'0', N'0', N'0', N'9197', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34A6ECB9-60A4-412F-9E8C-FF9D6DBFEE84', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:20:38.727', N'2022-06-25 09:20:38.727', N'39', N'0', N'0', N'5004', N'196', N'0', N'0', N'0', N'0', N'9205', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF2CED26-DE33-483B-A4AD-060F90578F06', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'10', N'83000005', N'180', N'0', N'2022-06-25 09:18:52.873', N'2022-06-25 09:18:52.873', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DC659B3-FD4E-487C-B4B7-DC414580B9BA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'5', N'50425', N'243', N'0', N'2022-06-25 08:50:01.317', N'2022-06-25 08:50:01.317', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07F3F366-D878-4468-A5DD-531290583B66', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'4', N'80000208', N'230', N'0', N'2022-06-25 08:49:30.480', N'2022-06-25 08:49:30.480', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71D853F1-CF40-44CC-A69B-C78CC2090AC4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'14', N'80000248', N'218', N'0', N'2022-06-25 08:49:30.480', N'2022-06-25 08:49:30.480', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC3B2E20-0884-4998-B6C3-6CC4C05A206B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'13', N'80000220', N'76', N'0', N'2022-06-25 08:49:30.440', N'2022-06-25 08:49:30.440', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5CB6568-7E97-412F-A704-4C04A0B97EEF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59002', N'10', N'0', N'2022-06-25 09:00:57.793', N'2022-06-25 09:00:57.793', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43B9EDD4-D108-43C9-AF66-39160EB9CC2E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'4', N'59002', N'22', N'0', N'2022-06-25 08:59:51.207', N'2022-06-25 08:59:51.207', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86E797B4-2CBB-4298-9096-4B57BC4F5E30', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'50023', N'30', N'0', N'2022-06-25 08:55:24.093', N'2022-06-25 08:55:24.093', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8548CD37-7670-4626-9A3B-7B156414FF57', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000018', N'1', N'0', N'2022-06-25 08:38:32.990', N'2022-06-25 08:38:32.990', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B0051A6-338F-451D-8325-907DCB6BC94D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000015', N'1', N'0', N'2022-06-26 21:58:37.633', N'2022-06-26 21:58:37.633', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9675FD8E-97C4-46C7-A182-A9B7051A567E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000486', N'1', N'0', N'2022-06-28 19:43:39.477', N'2022-06-28 19:43:39.477', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FADF1C73-B6DA-426E-99D6-1197394190F4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62004', N'1', N'0', N'2022-06-28 19:53:51.183', N'2022-06-28 19:53:51.183', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32AB0A2F-6AD6-484C-8252-9A3D3034F26C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'80000043', N'250', N'0', N'2022-06-28 19:56:10.920', N'2022-06-28 19:56:10.920', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6DB1E84-AB8C-4697-B29B-237A084D0A3E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'27', N'80000044', N'236', N'0', N'2022-06-28 19:56:11.797', N'2022-06-28 19:56:11.797', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEB2EB03-23D0-465D-AA3F-6F477F0B622A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'80000043', N'100', N'0', N'2022-06-28 19:58:56.233', N'2022-06-28 19:58:56.233', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32401C70-AF41-45F1-843B-DDC3757D7082', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000043', N'50', N'0', N'2022-06-28 19:58:57.620', N'2022-06-28 19:58:57.620', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'389EA7B7-E015-4DC1-8C46-51EC0ACAB1E8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000082', N'1', N'0', N'2022-06-28 19:59:45.413', N'2022-06-28 19:59:45.413', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEC598C6-0DBB-449C-9E9E-6D935DB5226C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'80000258', N'50', N'0', N'2022-06-28 19:59:45.727', N'2022-06-28 19:59:45.727', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'544E19EF-1D60-4AC3-8475-F0FC359D2358', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60103', N'1', N'0', N'2022-06-28 20:04:37.577', N'2022-06-28 20:04:37.577', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCFF8F79-66B9-4117-80C8-130C597A42B2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'80000043', N'53', N'0', N'2022-06-28 20:24:05.867', N'2022-06-28 20:24:05.867', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3585F78-EE5C-4EEE-9C93-1584FCCA5DA9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000043', N'100', N'0', N'2022-06-28 20:24:07.103', N'2022-06-28 20:24:07.103', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB4DE30E-DE32-46E4-B8FC-F9453E43153B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'80000044', N'100', N'0', N'2022-06-28 20:24:25.467', N'2022-06-28 20:24:25.467', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'200F8127-E7C3-4787-BA85-330E21E8A2CB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'80000104', N'7', N'0', N'2022-06-28 20:32:49.657', N'2022-06-28 20:32:49.657', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E723B5BF-F42C-419F-9E69-1AECF59CCD44', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'2', N'80000104', N'9', N'0', N'2022-06-28 20:32:51.033', N'2022-06-28 20:32:51.033', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B870595-3D25-4B83-A4CA-3ACCC91D822A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'5', N'0', N'2022-06-28 21:37:43.777', N'2022-06-28 21:37:43.777', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C2A45C5-B1DD-4FCF-BBD1-CCDAE3C2C9D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032007', N'1', N'0', N'2022-06-28 21:37:43.813', N'2022-06-28 21:37:43.813', N'9', N'4163', N'0', N'2002', N'64', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'5', N'5', N'4163', N'853') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDD2A4BE-C2C4-4749-A9A1-F80164A418CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14041009', N'1', N'0', N'2022-06-28 21:38:36.203', N'2022-06-28 21:38:36.203', N'9', N'4692', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4692', N'2067') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91F7C928-F533-466F-938D-AFAA8397D4CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022007', N'1', N'0', N'2022-06-28 21:38:41.350', N'2022-06-28 21:38:41.350', N'9', N'3715', N'0', N'2004', N'20', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3715', N'924') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F91891F-4454-47A5-A2EF-26CE10511C68', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042005', N'1', N'0', N'2022-06-28 21:38:56.153', N'2022-06-28 21:38:56.153', N'9', N'6531', N'0', N'2001', N'195', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6531', N'2426') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C59ABB5-B15F-46D8-AF9B-398B566F2C55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012007', N'1', N'0', N'2022-06-28 21:38:56.967', N'2022-06-28 21:38:56.967', N'9', N'3528', N'0', N'2003', N'25', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3528', N'1026') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'819A6A60-FD52-46B2-AE61-B1788FA48A17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12011009', N'1', N'0', N'2022-06-28 21:39:24.763', N'2022-06-28 21:39:24.763', N'9', N'5203', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5203', N'1807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'477804BE-2FB1-4760-AC5E-3E59845FB0B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14012008', N'1', N'0', N'2022-06-28 21:39:37.917', N'2022-06-28 21:39:37.917', N'9', N'4057', N'0', N'2002', N'114', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'4', N'5', N'4057', N'1777') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CA36638-E826-4BFA-8B45-76CBE128E695', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000391', N'1', N'0', N'2022-07-02 13:42:14.830', N'2022-07-02 13:42:14.830', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38FD4605-8D1F-4632-8B94-CFDA6AF1655E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032008', N'1', N'0', N'2022-06-28 21:41:11.247', N'2022-06-28 21:41:11.247', N'9', N'4766', N'0', N'2002', N'123', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'4', N'3', N'10', N'11', N'4766', N'1409') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFF905D1-EE76-4DFD-8B4C-36A92BD3FE53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052008', N'1', N'0', N'2022-06-28 21:41:40.910', N'2022-06-28 21:41:40.910', N'9', N'10903', N'0', N'2002', N'224', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'15', N'15', N'10903', N'2210') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'823C2BAA-404B-44F4-8FD8-52C138721F98', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000394', N'1', N'0', N'2022-07-02 13:42:22.300', N'2022-07-02 13:42:22.300', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'404254B5-B8DE-4295-A953-7D3B4C9A3811', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60084', N'1', N'0', N'2022-06-28 21:42:36.400', N'2022-06-28 21:42:36.400', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19793935-4015-460E-AE56-648DF7F9C591', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062005', N'1', N'0', N'2022-06-28 21:42:52.833', N'2022-06-28 21:42:52.833', N'9', N'6160', N'0', N'2002', N'158', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6160', N'2494') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9459A2C5-E734-481E-B658-5E94692DCE46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60070', N'1', N'0', N'2022-06-28 21:42:58.117', N'2022-06-28 21:42:58.117', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A30FAC05-426C-4DB9-8BB0-E7C2BF616C27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'1', N'0', N'2022-06-28 21:43:45.807', N'2022-06-28 21:43:45.807', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99772A91-8CB8-4EB7-82AB-F721ED9360CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032008', N'1', N'0', N'2022-06-28 21:44:10.637', N'2022-06-28 21:44:10.637', N'9', N'4549', N'0', N'2004', N'36', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'6', N'7', N'4549', N'1432') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D643FB76-4AC0-442A-8DBB-F596EE84F9C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072008', N'1', N'0', N'2022-06-28 21:44:55.083', N'2022-06-28 21:44:55.083', N'9', N'6141', N'0', N'2001', N'179', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6141', N'2847') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C8D91BF-5EF2-4409-9B4B-70FF848A7E70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41384', N'1', N'0', N'2022-06-28 21:44:57.560', N'2022-06-28 21:44:57.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBD85F27-A4E2-4DDF-BEA2-DB3FFF259003', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41388', N'1', N'0', N'2022-06-28 21:44:57.960', N'2022-06-28 21:44:57.960', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87736BE5-6977-47DB-B25D-2C1DE18CB782', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41387', N'1', N'0', N'2022-06-28 21:44:58.980', N'2022-06-28 21:44:58.980', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C055BD5-48ED-47D9-86BC-E250A5EFC78E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41386', N'1', N'0', N'2022-06-28 21:44:59.783', N'2022-06-28 21:44:59.783', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91248A8B-FBA0-47FF-9817-D8C8CF2716B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-28 21:45:40.590', N'2022-06-28 21:45:40.590', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE49E991-0379-4DCB-B93B-187A2C071385', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-28 21:45:41.190', N'2022-06-28 21:45:41.190', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0103690A-10AE-4788-82D8-72A0246E3652', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50433', N'1', N'0', N'2022-06-28 21:45:41.393', N'2022-06-28 21:45:41.393', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3F77FBA-5A8B-4325-828C-6D8DB6A489D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-06-28 21:45:41.797', N'2022-06-28 21:45:41.797', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0206B2C9-991E-4C08-A2D5-1155088419B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31013', N'1', N'0', N'2022-06-28 22:01:08.267', N'2022-06-28 22:01:08.267', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF07D296-2F0A-4487-AAB9-95038A47E113', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41384', N'1', N'-1', N'2022-06-28 22:01:42.777', N'2022-06-28 22:01:42.777', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'385310E3-6A43-48AA-ABFC-C1D6747FB8BC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000368', N'1', N'0', N'2022-06-28 23:33:33.550', N'2022-06-28 23:33:33.550', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F8DE95A-5B32-46CB-A0FB-509F744E5220', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000351', N'1', N'0', N'2022-06-28 23:33:36.810', N'2022-06-28 23:33:36.810', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70DD1F33-C394-47B5-A03E-FA9537B0676D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61021004', N'1', N'0', N'2022-06-28 23:33:41.410', N'2022-06-28 23:33:41.410', N'40', N'0', N'0', N'1010', N'268', N'2003', N'20', N'2004', N'19', N'21011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A956EF95-CF6F-48F1-965B-E2FC0043E80B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'59101', N'2', N'0', N'2022-06-28 23:34:35.970', N'2022-06-28 23:34:35.970', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17615A16-7786-4195-A499-309C7580AB4F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50335', N'1', N'0', N'2022-06-29 12:18:34.043', N'2022-06-29 12:18:34.043', N'39', N'0', N'0', N'5021', N'77', N'0', N'0', N'0', N'0', N'10202', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B98638E1-0C4A-4558-B0F2-9AE05D023EB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61111003', N'1', N'0', N'2022-06-25 09:49:21.167', N'2022-06-25 09:49:21.167', N'0', N'0', N'0', N'1006', N'286', N'1005', N'287', N'1015', N'253', N'21007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF46168B-4C79-4C62-9344-43EFFD3A16CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61131001', N'1', N'0', N'2022-07-03 10:42:53.010', N'2022-07-03 10:42:53.010', N'0', N'0', N'0', N'2001', N'114', N'1018', N'298', N'1005', N'295', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'699C0B1C-EFCB-42F9-B494-C5C860D207F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61131007', N'1', N'0', N'2022-07-03 10:42:52.423', N'2022-07-03 10:42:52.423', N'0', N'0', N'0', N'2010', N'10', N'1018', N'298', N'2002', N'128', N'21054', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CE54629-F3C2-4D2E-B2B3-409B865FE914', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61131005', N'1', N'0', N'2022-07-03 10:42:55.243', N'2022-07-03 10:42:55.243', N'0', N'0', N'0', N'2001', N'114', N'2003', N'20', N'2002', N'128', N'21015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55DE500C-C537-4FBC-8775-47882E349C58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61131006', N'1', N'0', N'2022-07-03 10:42:56.040', N'2022-07-03 10:42:56.040', N'0', N'0', N'0', N'1015', N'266', N'1018', N'298', N'1010', N'286', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC74EC2D-456A-480B-A5C8-AD661329453D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61131004', N'1', N'0', N'2022-07-03 10:42:54.703', N'2022-07-03 10:42:54.703', N'0', N'0', N'0', N'2004', N'17', N'1010', N'296', N'2003', N'19', N'21012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15F2AC38-719C-4CFA-98E0-2EF21A6500CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61131003', N'1', N'0', N'2022-07-03 10:42:54.070', N'2022-07-03 10:42:54.070', N'0', N'0', N'0', N'1006', N'286', N'1015', N'339', N'1005', N'295', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0C909B5-5330-404C-809A-D5B8D9B59D95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61111007', N'1', N'0', N'2022-06-25 09:49:23.667', N'2022-06-25 09:49:23.667', N'0', N'0', N'0', N'5020', N'244', N'2009', N'10', N'2036', N'10', N'21020', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F95F1A7-8154-4D36-8359-BF0A74709A98', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61111005', N'1', N'0', N'2022-06-25 09:49:22.347', N'2022-06-25 09:49:22.347', N'0', N'0', N'0', N'2003', N'17', N'2001', N'104', N'2004', N'17', N'21013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2BE5F8B-F8AA-4E82-B7B8-7CFEB1D3927F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61111002', N'1', N'0', N'2022-06-25 09:49:20.390', N'2022-06-25 09:49:20.390', N'0', N'0', N'0', N'2002', N'113', N'1006', N'287', N'1018', N'287', N'21004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A93508F4-0E57-4D0A-88BD-ED715AB4B0C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61111001', N'1', N'0', N'2022-06-25 09:49:19.877', N'2022-06-25 09:49:19.877', N'0', N'0', N'0', N'2001', N'113', N'1005', N'287', N'1018', N'287', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A902D4C1-8C4E-4855-BA3D-8BE3639E8826', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-05 19:09:33.843', N'2022-07-05 19:09:33.843', N'9', N'9120', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'13', N'13', N'9120', N'2022') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'385BFA03-1B5E-4980-8F5E-15E05993888F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61111004', N'1', N'0', N'2022-06-25 09:49:21.760', N'2022-06-25 09:49:21.760', N'0', N'0', N'0', N'2004', N'17', N'2003', N'20', N'1010', N'267', N'21010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC4E1FC1-7E5B-4532-A628-9E7CA4A1A537', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61111006', N'1', N'0', N'2022-06-25 09:49:22.947', N'2022-06-25 09:49:22.947', N'0', N'0', N'0', N'1015', N'266', N'1010', N'273', N'1018', N'287', N'21017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40AC3DAC-0D94-4EDA-869A-275AE0E56A43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000393', N'1', N'0', N'2022-07-02 13:42:22.833', N'2022-07-02 13:42:22.833', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'297307B9-A252-491C-B50D-68DE3774105D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000392', N'1', N'0', N'2022-07-02 13:42:23.270', N'2022-07-02 13:42:23.270', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AACF33FA-4FD7-4146-A0B8-64082AEC7CE3', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'0', N'30235', N'1', N'-1', N'2022-07-03 05:20:04.700', N'2022-07-03 05:20:04.700', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6886E899-B419-4862-A5A2-C2B7D55A4A8C', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'1', N'30236', N'1', N'-1', N'2022-07-03 05:20:04.730', N'2022-07-03 05:20:04.730', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4806AC35-F034-4F0F-BD88-E9FBBA9661E1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'114042001', N'1', N'0', N'2022-07-03 07:48:22.177', N'2022-07-03 07:48:22.177', N'8', N'4649', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'3', N'3', N'4649', N'1510') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FA493CD-4903-47A1-B620-8634CCB1FCAD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78172', N'1', N'0', N'2022-07-03 07:53:35.247', N'2022-07-03 07:53:35.247', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'229A9DC5-51E6-4FA6-86B0-12621A7EB4EE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'1', N'0', N'2022-07-03 07:56:14.250', N'2022-07-03 07:56:14.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D0393A6-B72A-4C07-95D7-33DBFFBBF109', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'116042001', N'1', N'0', N'2022-07-03 08:00:26.403', N'2022-07-03 08:00:26.403', N'8', N'4456', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'4456', N'1187') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE037C4F-A872-41B1-8104-35255B8B01A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'59004', N'20', N'0', N'2022-07-03 05:59:05.710', N'2022-07-03 05:59:05.710', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CC5EABB-2334-4F48-9E3C-D9ABFB2678B9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'68011', N'10', N'0', N'2022-07-03 06:09:58.433', N'2022-07-03 06:09:58.433', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D15626C-9EA1-48FB-A94D-649691BB53D4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68012', N'34', N'0', N'2022-07-03 06:10:21.183', N'2022-07-03 06:10:21.183', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44CA0CFB-1BAB-4416-A216-A131577003ED', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61004', N'1', N'0', N'2022-07-03 06:10:40.850', N'2022-07-03 06:10:40.850', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F799C036-E4D5-4AD3-BF26-ECDD50E090F2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011016', N'1', N'0', N'2022-07-03 06:11:26.540', N'2022-07-03 06:11:26.540', N'9', N'4056', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4056', N'712') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23A64B7D-7922-4C19-A7C1-26918E2B04E9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021017', N'1', N'0', N'2022-07-03 06:12:37.330', N'2022-07-03 06:12:37.330', N'9', N'4465', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'4465', N'2269') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37B89975-5DA4-45A0-B808-A42368DED038', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60100', N'1', N'0', N'2022-07-03 06:13:16.303', N'2022-07-03 06:13:16.303', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D242B4B0-7EC2-412D-BC90-A650AC18F595', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60103', N'5', N'0', N'2022-07-03 06:13:16.843', N'2022-07-03 06:13:16.843', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8796DE6E-8EC4-403B-B3C7-AD299376806C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'16005', N'1', N'0', N'2022-07-03 06:13:31.910', N'2022-07-03 06:13:31.910', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'256080A8-DFEF-49EB-9E4A-029389CADB47', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091016', N'1', N'0', N'2022-07-03 06:13:32.717', N'2022-07-03 06:13:32.717', N'9', N'8957', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'20', N'19', N'8957', N'2612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60EDE974-E1DF-4D15-98C5-915884C7631F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011016', N'1', N'0', N'2022-07-03 06:13:41.910', N'2022-07-03 06:13:41.910', N'9', N'3631', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3631', N'1425') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'602B028E-9D7E-49F7-831A-337ED17A375C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63003', N'1', N'0', N'2022-07-03 06:14:12.790', N'2022-07-03 06:14:12.790', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B43C958-323D-4A09-81CA-FA915DB6AB16', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051016', N'1', N'0', N'2022-07-03 06:15:13.717', N'2022-07-03 06:15:13.717', N'9', N'6998', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'30', N'28', N'6998', N'2155') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79DCCE2D-4D95-48C6-ADCF-313B350DE1EF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'68014', N'1', N'0', N'2022-07-03 06:16:53.097', N'2022-07-03 06:16:53.097', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15F215A5-0FB6-4667-8A60-16547C4363FF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022013', N'1', N'0', N'2022-07-03 06:17:12.590', N'2022-07-03 06:17:12.590', N'23', N'6915', N'0', N'2001', N'502', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'12', N'15', N'6915', N'2543') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF677EC2-B655-40EC-87DA-560728ECE444', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60093', N'1', N'0', N'2022-07-03 06:21:42.027', N'2022-07-03 06:21:42.027', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91FFDA0B-DCD9-4848-B2D4-7BE3D677B7DA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'52994', N'1', N'0', N'2022-07-03 06:21:42.420', N'2022-07-03 06:21:42.420', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B741DDF-81EB-4733-BE80-18FF6CA805F3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41842', N'8', N'0', N'2022-07-03 06:26:52.433', N'2022-07-03 06:26:52.433', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB25559B-EC78-45FC-91BF-84E6611F1C68', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'715036007', N'1', N'0', N'2022-07-03 06:26:56.743', N'2022-07-03 06:26:56.743', N'9', N'3354', N'0', N'2031', N'5', N'2002', N'247', N'2009', N'6', N'2207', N'2', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'3', N'0', N'1', N'3', N'1', N'1', N'3354', N'1253') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'669600EB-0BB0-42DF-92FD-475E0C5715A4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'711014007', N'1', N'0', N'2022-07-03 06:29:08.763', N'2022-07-03 06:29:08.763', N'9', N'6138', N'0', N'1010', N'248', N'2002', N'319', N'0', N'0', N'1111', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'4', N'3', N'6138', N'2316') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C87ECAA-E43E-4CEF-A7FA-BA43B657E9A3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711152007', N'1', N'0', N'2022-07-03 06:29:09.050', N'2022-07-03 06:29:09.050', N'9', N'7999', N'0', N'1010', N'226', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'7999', N'2538') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C509011A-99A2-4239-88D7-FB1153A64409', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711092007', N'1', N'0', N'2022-07-03 06:29:10.490', N'2022-07-03 06:29:10.490', N'9', N'6099', N'0', N'1010', N'197', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'8', N'8', N'6099', N'2031') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCB3DDB7-2AEC-48F7-BB37-75CBF5B40B9C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'714024007', N'1', N'0', N'2022-07-03 06:29:30.883', N'2022-07-03 06:29:30.883', N'23', N'5431', N'0', N'2035', N'6', N'2002', N'257', N'0', N'0', N'2205', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'5431', N'2015') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B06076CF-CAAB-4B26-BD93-8928F0924F48', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'1', N'711036007', N'1', N'0', N'2022-07-03 06:30:32.720', N'2022-07-03 06:30:32.720', N'9', N'7402', N'0', N'2001', N'587', N'2030', N'51', N'2013', N'63', N'2285', N'2', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'2', N'0', N'1', N'3', N'2', N'1', N'7402', N'2965') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D002FF74-3C57-4C0B-96A5-30382A1C0441', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711151007', N'1', N'0', N'2022-07-03 06:30:33.073', N'2022-07-03 06:30:33.073', N'9', N'9264', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'9264', N'2042') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9810DEE7-AF6E-4E56-93E1-7E2EC868C474', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'712035007', N'1', N'0', N'2022-07-03 06:30:33.500', N'2022-07-03 06:30:33.500', N'9', N'5257', N'0', N'2035', N'8', N'1002', N'447', N'0', N'0', N'1105', N'3', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'3', N'6', N'7', N'5257', N'1857') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E68290B-44A1-4DD8-A497-E734E30BD2B7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711042007', N'1', N'0', N'2022-07-03 06:30:35.340', N'2022-07-03 06:30:35.340', N'9', N'8223', N'0', N'1010', N'186', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'8223', N'2190') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29564771-A6A4-444B-9D65-1DC7FF616008', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61019', N'2', N'0', N'2022-07-03 06:42:12.290', N'2022-07-03 06:42:12.290', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42810017-E031-45EA-AE4E-2A2840B86E69', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61018', N'2', N'0', N'2022-07-03 06:42:12.343', N'2022-07-03 06:42:12.343', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78591266-CB90-4701-9EC5-26CF7D2E3F51', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61017', N'2', N'0', N'2022-07-03 06:42:13.253', N'2022-07-03 06:42:13.253', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43BC6389-C1DB-40B2-887C-7ACD7F9F92E1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61016', N'6', N'0', N'2022-07-03 06:42:13.450', N'2022-07-03 06:42:13.450', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EA3013D-6D19-40AF-A4FA-6C1D2AFC4038', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63014', N'2', N'0', N'2022-07-03 06:42:23.490', N'2022-07-03 06:42:23.490', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB60C56F-0469-40FA-A408-129D414F0F10', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63012', N'2', N'0', N'2022-07-03 06:42:24.007', N'2022-07-03 06:42:24.007', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDB33112-2705-414C-B986-28003447F6B7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61003', N'13', N'0', N'2022-07-03 06:42:33.500', N'2022-07-03 06:42:33.500', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08A985DF-EA29-4B48-87D3-262D7BB45A57', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100035', N'1', N'0', N'2022-07-03 06:45:06.337', N'2022-07-03 06:45:06.337', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C076C615-9DC7-48D4-A22F-63EE753AFFDC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100124', N'42', N'0', N'2022-07-03 06:45:16.267', N'2022-07-03 06:45:16.267', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2008100A-A69B-4518-BA4B-EA85C6A97667', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101124', N'1', N'0', N'2022-07-03 06:45:34.170', N'2022-07-03 06:45:34.170', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25FC3B43-0776-47EF-B66E-FE35A63ED96F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101013', N'1', N'0', N'2022-07-03 06:45:38.300', N'2022-07-03 06:45:38.300', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1628762-2DDC-4407-85E8-D799FEFC094D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101104', N'1', N'0', N'2022-07-03 06:45:43.163', N'2022-07-03 06:45:43.163', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15637A83-629A-4837-ADEF-B8D8989580D4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101001', N'3', N'0', N'2022-07-03 06:45:46.497', N'2022-07-03 06:45:46.497', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05DF5F08-AB8B-4EE8-8BF6-CC1937C55F4A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101002', N'1', N'0', N'2022-07-03 06:45:56.150', N'2022-07-03 06:45:56.150', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10581299-C6FD-4087-8811-3E549FE22DFF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59001', N'10', N'0', N'2022-07-03 07:06:16.780', N'2022-07-03 07:06:16.780', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'656386F9-20E5-44F5-8391-D52D49C6CD42', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40058', N'1', N'0', N'2022-07-03 07:15:02.707', N'2022-07-03 07:15:02.707', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8552C323-0320-4839-A581-00BCDE6CC4F9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042001', N'1', N'0', N'2022-07-03 07:15:39.027', N'2022-07-03 07:15:39.027', N'9', N'4039', N'0', N'2001', N'13', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'4039', N'1670') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5793D85E-7437-424B-9738-3CDF1672CDB2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'16001', N'3', N'0', N'2022-07-03 07:15:39.373', N'2022-07-03 07:15:39.373', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77EDAA2D-CF79-4151-9E66-3191F6204B0F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'37001', N'2', N'0', N'2022-07-03 07:18:29.750', N'2022-07-03 07:18:29.750', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A14F313A-378B-4C44-80A6-313562BFBF97', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'38001', N'2', N'0', N'2022-07-03 07:18:29.763', N'2022-07-03 07:18:29.763', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C63883C4-75B8-4938-9EF6-BB70AAFDCF5C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'630511', N'1', N'0', N'2022-07-03 07:18:38.373', N'2022-07-03 07:18:38.373', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'300') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C8B8EBD-22E6-4141-9353-F538F348CA5D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000001', N'1', N'0', N'2022-07-03 07:21:26.127', N'2022-07-03 07:21:26.127', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A2DCBEB-4225-4403-A3B3-5CA0A730774B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'38001', N'1', N'0', N'2022-07-03 07:22:29.867', N'2022-07-03 07:22:29.867', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0FC38BD-2C54-4698-896D-959C835B190D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082101', N'1', N'0', N'2022-07-03 07:24:52.633', N'2022-07-03 07:24:52.633', N'9', N'7863', N'0', N'2002', N'59', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7863', N'2169') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B23651FD-CD9F-45F8-A61D-402FCA6D0632', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022101', N'1', N'0', N'2022-07-03 07:24:52.660', N'2022-07-03 07:24:52.660', N'9', N'7863', N'0', N'2002', N'59', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7863', N'2169') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC16A094-BE26-4622-BDF3-2FD9BDBE6535', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062101', N'1', N'0', N'2022-07-03 07:24:53.260', N'2022-07-03 07:24:53.260', N'9', N'7721', N'0', N'2001', N'51', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'7721', N'2275') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90505677-8382-4043-BCDA-101985595F97', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042101', N'1', N'0', N'2022-07-03 07:24:53.657', N'2022-07-03 07:24:53.657', N'9', N'7721', N'0', N'2001', N'51', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'3', N'4', N'7721', N'2275') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF71D68D-B188-4C61-A2ED-E5E6E0B3C12A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'112042001', N'1', N'0', N'2022-07-03 07:28:24.723', N'2022-07-03 07:28:24.723', N'8', N'5230', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'4', N'4', N'5230', N'1596') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07166EA5-6F60-4375-8708-846972F3B912', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'37002', N'3', N'0', N'2022-07-03 08:02:28.883', N'2022-07-03 08:02:28.883', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22D66C57-7B68-44BD-988E-084B3EE95772', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'38002', N'3', N'0', N'2022-07-03 08:02:28.920', N'2022-07-03 08:02:28.920', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51A726AB-CBAB-42A4-852B-FEC943F31C7D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'15', N'80000311', N'20', N'0', N'2022-07-03 08:06:26.633', N'2022-07-03 08:06:26.633', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'647E9948-CE31-4F00-9F32-D1C9CCECDA22', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000225', N'1', N'0', N'2022-07-03 08:06:28.500', N'2022-07-03 08:06:28.500', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF20C84B-2E6A-424A-8BEB-82720E09D32B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59002', N'10', N'0', N'2022-07-03 08:06:30.603', N'2022-07-03 08:06:30.603', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27C2586B-8359-43AB-9CF9-C2AB2BF98193', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000310', N'10', N'0', N'2022-07-03 08:06:32.417', N'2022-07-03 08:06:32.417', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D570DB7E-C639-4EEC-8E00-7D37BD0BA9FE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'5', N'59003', N'20', N'0', N'2022-07-03 08:06:57.550', N'2022-07-03 08:06:57.550', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A9F9E58-B6C0-4D84-A796-8B04E701FA3F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000204', N'5', N'0', N'2022-07-03 08:06:59.600', N'2022-07-03 08:06:59.600', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5BF24FA0-7263-4E41-89D1-6F2E868D5C84', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'111012002', N'1', N'0', N'2022-07-03 08:07:26.917', N'2022-07-03 08:07:26.917', N'40', N'7899', N'0', N'1010', N'53', N'0', N'0', N'0', N'0', N'1062', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'3', N'3', N'6', N'6', N'7899', N'2519') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7F58335-8998-4FD6-B982-702AF39E46AF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'59005', N'100', N'0', N'2022-07-03 08:12:12.043', N'2022-07-03 08:12:12.043', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EEA5CB5-25EE-43F6-807D-777B4691D7A7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'17', N'80000043', N'47', N'0', N'2022-07-03 08:17:21.997', N'2022-07-03 08:17:21.997', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D19876FA-A3D2-47A6-954B-B22F04E37291', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'80000044', N'90', N'0', N'2022-07-03 08:17:22.023', N'2022-07-03 08:17:22.023', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CD1FE1A-1400-4F58-BA72-9582B0E592B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51125005', N'1', N'0', N'2022-07-02 13:34:48.473', N'2022-07-02 13:34:48.473', N'36', N'0', N'0', N'2004', N'19', N'2002', N'107', N'2001', N'115', N'21016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8646802-F852-4F28-A860-EF4B63EC4076', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51125007', N'1', N'0', N'2022-07-02 13:34:52.060', N'2022-07-02 13:34:52.060', N'36', N'0', N'0', N'2031', N'10', N'0', N'0', N'0', N'0', N'21024', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'154C3765-D560-4866-B863-4523A75F5899', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51125001', N'1', N'0', N'2022-07-02 13:34:50.617', N'2022-07-02 13:34:50.617', N'36', N'0', N'0', N'1018', N'286', N'0', N'0', N'0', N'0', N'21003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51A4F144-0620-406D-BFC1-625FA2F44394', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51125002', N'1', N'0', N'2022-07-02 13:34:46.150', N'2022-07-02 13:34:46.150', N'36', N'0', N'0', N'1006', N'275', N'2002', N'91', N'1018', N'299', N'21005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'589AFA24-F2A5-4F38-8DDB-7807BC7869E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51125003', N'1', N'0', N'2022-07-02 13:34:47.770', N'2022-07-02 13:34:47.770', N'36', N'0', N'0', N'1015', N'255', N'1005', N'279', N'1006', N'303', N'21009', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D4098D6-DF65-4E6D-BB1F-A388CE0F0F32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51125004', N'1', N'0', N'2022-07-02 13:34:54.243', N'2022-07-02 13:34:54.243', N'36', N'0', N'0', N'2004', N'18', N'1010', N'294', N'0', N'0', N'21011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'233F5CBE-DCB0-44FD-96C9-D7A8983E5AF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51125006', N'1', N'0', N'2022-07-02 13:34:53.300', N'2022-07-02 13:34:53.300', N'36', N'0', N'0', N'1010', N'299', N'1018', N'295', N'0', N'0', N'21019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D67D070-64B2-4EBB-8A89-0C896B22A5EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'18', N'80000303', N'1', N'0', N'2022-07-03 10:26:28.253', N'2022-07-03 10:26:28.253', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB6B06D1-B65F-4C21-BEBD-9D25FF587312', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'22', N'80000273', N'1', N'0', N'2022-07-03 10:26:29.987', N'2022-07-03 10:26:29.987', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C6B5C10-8EAE-4C62-BCEE-EF5120D7CD86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'23', N'80000273', N'1', N'0', N'2022-07-03 10:26:31.810', N'2022-07-03 10:26:31.810', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'124CE929-F806-4679-A9D2-59ED7E5B2340', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'21', N'80000493', N'1', N'0', N'2022-07-03 10:26:33.110', N'2022-07-03 10:26:33.110', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54040F1E-E5F0-4D4C-8489-2D44CA4DEF91', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'19', N'80000316', N'1', N'0', N'2022-07-03 10:26:33.827', N'2022-07-03 10:26:33.827', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20A97BFF-6D26-4DEE-98CD-406F9E5BD7D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'20', N'80000411', N'1', N'0', N'2022-07-03 10:26:35.693', N'2022-07-03 10:26:35.693', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE1950A6-99E3-4910-B61A-6C243F84ABD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000512', N'1', N'0', N'2022-07-03 10:26:36.637', N'2022-07-03 10:26:36.637', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7D0461C-C40C-4636-86AA-901041DCB345', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'313044001', N'1', N'0', N'2022-07-03 10:53:07.687', N'2022-07-03 10:53:07.687', N'8', N'3460', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'3', N'2', N'3460', N'610') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B9F56B1-3941-4CB4-B00A-A5AFC8EC1EC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'41', N'70000019', N'1', N'0', N'2022-07-03 11:11:05.770', N'2022-07-03 11:11:05.770', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D80A642-74D6-4AF9-AA3E-B81FD84D0273', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'59101', N'1', N'0', N'2022-07-03 11:12:20.713', N'2022-07-03 11:12:20.713', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53E189CF-275A-4E12-B19B-0A5429C9DBFD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50101', N'10', N'0', N'2022-07-03 11:37:09.857', N'2022-07-03 11:37:09.857', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABAA6EA4-F152-4BC8-BFE7-8A5EE82A30E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'36', N'30186', N'2', N'0', N'2022-07-03 11:50:02.497', N'2022-07-03 11:50:02.497', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'311AB6C2-FA4E-45F9-AB39-A49FF34F1213', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'42', N'30188', N'2', N'0', N'2022-07-03 11:50:56.720', N'2022-07-03 11:50:56.720', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'471B9603-364C-4283-836D-07426B5ECD88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081006', N'1', N'0', N'2022-07-03 11:52:00.090', N'2022-07-03 11:52:00.090', N'9', N'9922', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'14', N'12', N'9922', N'2348') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABCE42C6-6F85-4499-A198-449181DC61F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000510', N'1', N'0', N'2022-07-03 10:42:59.040', N'2022-07-03 10:42:59.040', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDF39F1E-8474-4AD3-94F6-9A3E34085EDC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'7', N'0', N'2022-07-03 11:52:01.800', N'2022-07-03 11:52:01.800', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D670B19-CBCC-4160-B63F-08938EE43CFC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131009', N'1', N'0', N'2022-07-03 11:52:48.277', N'2022-07-03 11:52:48.277', N'9', N'7527', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7527', N'2616') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1106F18B-4B03-4DFC-88D8-7980C1E9C6ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60085', N'1', N'0', N'2022-07-03 11:54:12.153', N'2022-07-03 11:54:12.153', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B15BCED8-D666-46C7-9C93-DD0F247D3BB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-03 11:54:53.477', N'2022-07-03 11:54:53.477', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E999F15E-7824-44A9-95C1-0A7CB6574FD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-03 11:55:36.610', N'2022-07-03 11:55:36.610', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC3F277A-153B-4D8B-8ED9-ABBF03BD55F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032008', N'1', N'0', N'2022-07-03 11:57:03.187', N'2022-07-03 11:57:03.187', N'9', N'4782', N'0', N'2004', N'38', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'4', N'5', N'4782', N'1626') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD4B941F-B34B-40C2-9A59-734F1B5D6CB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032008', N'1', N'0', N'2022-07-03 11:57:03.290', N'2022-07-03 11:57:03.290', N'9', N'3137', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3137', N'925') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2298195D-6B14-4C0F-81B3-CBE7FE291FB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41385', N'1', N'0', N'2022-07-03 11:58:15.233', N'2022-07-03 11:58:15.233', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E905533-83C3-49AB-B08A-1BA41C5D4BF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031010', N'1', N'0', N'2022-07-03 12:03:51.580', N'2022-07-03 12:03:51.580', N'9', N'5465', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'5465', N'1980') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA04C005-EC83-4600-8277-40EADC6D3FE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41367', N'1', N'0', N'2022-07-03 12:04:08.207', N'2022-07-03 12:04:08.207', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F246434-BA3E-4ECB-AACF-326F584DEE6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50991', N'1', N'0', N'2022-07-03 12:04:08.613', N'2022-07-03 12:04:08.613', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77E5C11A-B147-4BEA-AE9E-76E99108E70B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'714011006', N'1', N'0', N'2022-07-03 08:37:09.940', N'2022-07-03 08:37:09.940', N'9', N'4209', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4209', N'2085') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D05518F-A96C-49E1-8C4B-DC5469D98E82', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711022006', N'1', N'0', N'2022-07-03 08:37:12.317', N'2022-07-03 08:37:12.317', N'9', N'9280', N'0', N'1010', N'130', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9280', N'2118') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3443194-363E-4C8C-9EB2-805F4922DE7B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'716022006', N'1', N'0', N'2022-07-03 08:37:12.960', N'2022-07-03 08:37:12.960', N'9', N'4276', N'0', N'2004', N'2', N'0', N'0', N'0', N'0', N'2215', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4276', N'718') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3C1CAA6-9A41-4815-9006-A1CD4C1A7EE6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'712042006', N'1', N'0', N'2022-07-03 08:37:13.390', N'2022-07-03 08:37:13.390', N'9', N'4379', N'0', N'2004', N'4', N'0', N'0', N'0', N'0', N'2214', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4379', N'1642') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09DDFF32-719D-48EF-9559-CF2286107E25', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'1', N'0', N'2022-07-03 08:37:13.693', N'2022-07-03 08:37:13.693', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBBFB3E6-BC97-4DC0-8A4E-2FA9FADBE27F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41841', N'1', N'0', N'2022-07-03 08:37:14.290', N'2022-07-03 08:37:14.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E734689C-D08D-46A0-AA09-F039A773846F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711072006', N'1', N'0', N'2022-07-03 08:38:22.977', N'2022-07-03 08:38:22.977', N'9', N'8585', N'0', N'1010', N'131', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8585', N'2651') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'939BA0C2-8557-46B9-B4DA-623BA51A3F38', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711052006', N'1', N'0', N'2022-07-03 08:38:23.177', N'2022-07-03 08:38:23.177', N'9', N'7686', N'0', N'1010', N'112', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7686', N'2157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDF8CBA9-A4DF-4E50-8D95-6F8CB4A7BEF8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711052006', N'1', N'0', N'2022-07-03 08:38:24.823', N'2022-07-03 08:38:24.823', N'9', N'9547', N'0', N'1010', N'149', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9547', N'2180') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDA55CA1-B557-46AE-84B9-68B24980CE5F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711112006', N'1', N'0', N'2022-07-03 08:38:25.227', N'2022-07-03 08:38:25.227', N'9', N'6644', N'0', N'1010', N'129', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6644', N'2100') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'759A4EE4-2E1B-485F-B671-B2E2A202B497', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'720045006', N'1', N'0', N'2022-07-03 08:41:16.563', N'2022-07-03 08:41:16.563', N'9', N'3987', N'0', N'2002', N'130', N'1010', N'55', N'0', N'0', N'2207', N'3', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3987', N'1173') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9EBC9810-894E-4D9E-8690-48468B7421EE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711132006', N'1', N'0', N'2022-07-03 08:41:19.640', N'2022-07-03 08:41:19.640', N'9', N'7053', N'0', N'1010', N'151', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7053', N'2018') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA3943F0-A084-4EA7-BE5A-A67E35692972', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711092006', N'1', N'0', N'2022-07-03 08:41:20.463', N'2022-07-03 08:41:20.463', N'9', N'7913', N'0', N'1010', N'132', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7913', N'2124') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9047E86-AB93-4524-88D0-34A6657A84BB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012006', N'1', N'0', N'2022-07-03 08:41:20.863', N'2022-07-03 08:41:20.863', N'9', N'7913', N'0', N'1010', N'132', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7913', N'2124') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3A96082-EBD4-4AE9-9B24-0095A4FFA3A2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711014006', N'1', N'0', N'2022-07-03 08:41:21.273', N'2022-07-03 08:41:21.273', N'9', N'9013', N'0', N'2001', N'207', N'2016', N'40', N'0', N'0', N'2197', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9013', N'2148') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7517FD55-DB79-4F48-A25A-0AA2B25BE1D3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711042006', N'1', N'0', N'2022-07-03 08:42:46.423', N'2022-07-03 08:42:46.423', N'9', N'8137', N'0', N'1010', N'162', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'8137', N'2377') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94D701DD-DCE3-41A7-9487-85751E7DFE71', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'714034006', N'1', N'0', N'2022-07-03 08:43:07.030', N'2022-07-03 08:43:07.030', N'23', N'4962', N'0', N'2001', N'156', N'2002', N'144', N'0', N'0', N'2205', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'1', N'3', N'2', N'2', N'4962', N'2073') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A86660C4-71F2-49DF-A0D4-A929019611F2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'715045006', N'1', N'0', N'2022-07-03 08:43:41.720', N'2022-07-03 08:43:41.720', N'9', N'4119', N'0', N'2001', N'105', N'1015', N'373', N'0', N'0', N'1119', N'3', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'2', N'3', N'2', N'3', N'4119', N'925') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA32E523-FFA6-4199-96AE-EEEDD0022D43', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012006', N'1', N'0', N'2022-07-03 08:43:42.020', N'2022-07-03 08:43:42.020', N'9', N'7626', N'0', N'1010', N'142', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'7626', N'2518') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EA91950-19F6-4E79-A7B9-72CEFAA485ED', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711132006', N'1', N'0', N'2022-07-03 08:43:42.427', N'2022-07-03 08:43:42.427', N'9', N'6725', N'0', N'1010', N'151', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6725', N'2234') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E02E25EF-E75C-4B0E-9947-1BE3E46A1A7B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711114006', N'1', N'0', N'2022-07-03 08:43:43.240', N'2022-07-03 08:43:43.240', N'9', N'6580', N'0', N'1010', N'158', N'2001', N'208', N'0', N'0', N'1111', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6580', N'2538') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7876E158-0064-4EE4-B901-F1F49993B59A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711042006', N'1', N'0', N'2022-07-03 08:43:43.647', N'2022-07-03 08:43:43.647', N'9', N'8584', N'0', N'1010', N'132', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8584', N'2538') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF279E8D-434A-494C-B47F-807E938D7C93', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'52991', N'1', N'0', N'2022-07-03 08:43:44.057', N'2022-07-03 08:43:44.057', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15EEE4D3-9E59-45BB-BFCE-404C79C16B0E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711152006', N'1', N'0', N'2022-07-03 08:43:45.267', N'2022-07-03 08:43:45.267', N'9', N'8686', N'0', N'1010', N'141', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8686', N'2571') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C94375EA-09CF-4EDE-AA4C-910173EA7176', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711072006', N'1', N'0', N'2022-07-03 08:44:44.403', N'2022-07-03 08:44:44.403', N'9', N'6954', N'0', N'1010', N'138', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'6954', N'2164') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8D9687C-5BC4-4751-BF3D-F92882C8DBB4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711152006', N'1', N'0', N'2022-07-03 08:44:46.100', N'2022-07-03 08:44:46.100', N'9', N'9914', N'0', N'1010', N'155', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9914', N'2184') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4F0A72A-B692-4045-BF0A-A7A243567F00', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'720022006', N'1', N'0', N'2022-07-03 08:44:46.500', N'2022-07-03 08:44:46.500', N'9', N'4906', N'0', N'2004', N'4', N'0', N'0', N'0', N'0', N'2216', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4906', N'784') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93FD026C-B215-4E94-B349-3F0BBCF5D2DF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000281', N'1', N'0', N'2022-07-03 08:46:58.197', N'2022-07-03 08:46:58.197', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12E21FBA-7996-41B6-A0DC-65A696305EE4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000425', N'1', N'0', N'2022-07-03 08:46:58.233', N'2022-07-03 08:46:58.233', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8035912-FAEF-4DDB-B162-7F3C58BC07AB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000278', N'1', N'0', N'2022-07-03 08:46:34.897', N'2022-07-03 08:46:34.897', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D10702F-6305-4514-B359-1DC80B3644CC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000280', N'1', N'0', N'2022-07-03 08:46:34.920', N'2022-07-03 08:46:34.920', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F96E4C4F-B033-4BDC-B1B6-6696EB40748C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002039', N'1', N'0', N'2022-07-03 08:46:34.923', N'2022-07-03 08:46:34.923', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54353F2A-A439-4717-BBDF-518FC758A228', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70000015', N'1', N'0', N'2022-07-03 08:47:12.063', N'2022-07-03 08:47:12.063', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D12B7A08-E3D2-46D7-BC45-1DE93ADE16C7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'88880007', N'1', N'0', N'2022-07-03 08:47:12.067', N'2022-07-03 08:47:12.067', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59C37F27-CFA4-43F0-8672-721896C30C70', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'88880006', N'1', N'0', N'2022-07-03 08:47:57.747', N'2022-07-03 08:47:57.747', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DD956EA-DC11-4900-966B-2F1141C5C437', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'88880005', N'1', N'0', N'2022-07-03 08:47:57.750', N'2022-07-03 08:47:57.750', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBC9819C-0705-4A52-B626-A1A65AE800A2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'88880004', N'1', N'0', N'2022-07-03 08:47:57.750', N'2022-07-03 08:47:57.750', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8691582C-CE03-4F5C-A982-E8E83B28BFDE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101005', N'1', N'0', N'2022-07-03 09:10:40.240', N'2022-07-03 09:10:40.240', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F98431F4-58F4-42CF-8EE4-9E6D3591440C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'1', N'0', N'2022-07-03 09:13:08.243', N'2022-07-03 09:13:08.243', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C11008E-6177-4B4E-ADB2-269AD221685B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40018', N'1', N'-1', N'2022-07-03 09:14:22.390', N'2022-07-03 09:14:22.390', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1ED2409-C497-44C5-9332-8D96631171D5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40039', N'1', N'-1', N'2022-07-03 09:14:58.180', N'2022-07-03 09:14:58.180', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2703E1E1-E5E2-4241-824B-91FB3C271ED0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50204', N'1', N'0', N'2022-07-03 09:18:11.743', N'2022-07-03 09:18:11.743', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34DBF463-09F7-4D04-916B-1FBE6A1F3F70', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'10000001', N'5', N'0', N'2022-07-03 09:19:14.173', N'2022-07-03 09:19:14.173', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A12922BD-89AB-422A-9696-CF4E7ECFE0A0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'119012501', N'1', N'0', N'2022-07-03 09:19:25.240', N'2022-07-03 09:19:25.240', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'300') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8089D8C3-285A-4FD7-A807-86F6D74CD02E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000052', N'1', N'0', N'2022-07-03 09:22:45.137', N'2022-07-03 09:22:45.137', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6C007CA-EB9A-436E-84B8-DA1C23E9605D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000046', N'1', N'0', N'2022-07-03 09:24:41.097', N'2022-07-03 09:24:41.097', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F435CE1C-DB53-48DE-BCAA-E3280BD79072', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000279', N'1', N'0', N'2022-07-03 09:21:13.710', N'2022-07-03 09:21:13.710', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'769776A0-C4B6-42A3-B4C8-9F694A4F5494', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'18', N'80000276', N'9', N'0', N'2022-07-03 09:21:13.733', N'2022-07-03 09:21:13.733', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C599D9B8-767A-452B-9768-C8F85470B60D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'19', N'80000274', N'10', N'0', N'2022-07-03 09:21:13.737', N'2022-07-03 09:21:13.737', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E3E4A46-C95B-4990-8A88-5219657DBF97', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'0', N'41171', N'1', N'0', N'2022-07-03 09:27:12.810', N'2022-07-03 09:27:12.810', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD69A871-5B75-4FBB-A5F9-6C97D0E16795', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000077', N'1', N'0', N'2022-07-03 09:29:17.043', N'2022-07-03 09:29:17.043', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47D35313-E3EF-4EDB-BEED-35F5C4CFC227', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'1', N'40005', N'2', N'0', N'2022-07-03 09:35:20.597', N'2022-07-03 09:35:20.597', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A039D0F-AA12-4DDA-AF4F-0196FD269ACF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'2', N'40043', N'9', N'0', N'2022-07-03 09:35:24.173', N'2022-07-03 09:35:24.173', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'015475A7-7EB3-4F40-86CE-FA60A3F44639', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'3', N'40063', N'3', N'0', N'2022-07-03 09:35:25.793', N'2022-07-03 09:35:25.793', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80F2DE6C-51FB-4647-A672-C4459BE27FB0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'4', N'40076', N'5', N'0', N'2022-07-03 09:35:27.617', N'2022-07-03 09:35:27.617', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E3FBB13-F5E0-49BA-BCD3-FEDB35F77CE6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'5', N'40065', N'1', N'0', N'2022-07-03 09:35:28.230', N'2022-07-03 09:35:28.230', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE3078AC-9242-4305-AEBE-92009F023E95', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'6', N'40004', N'9', N'0', N'2022-07-03 09:35:28.827', N'2022-07-03 09:35:28.827', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5859DAE1-B2C2-424C-B312-04036F9AED95', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'7', N'40044', N'3', N'0', N'2022-07-03 09:35:43.863', N'2022-07-03 09:35:43.863', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DAF5387-B95A-4E08-B6E4-AD24EBC35BD2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'8', N'40003', N'7', N'0', N'2022-07-03 09:35:45.070', N'2022-07-03 09:35:45.070', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13FAF843-4C5C-494E-AB79-EE9F2E918E8D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'60056', N'1', N'0', N'2022-07-03 09:36:00.720', N'2022-07-03 09:36:00.720', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEE91ABC-8E2E-4C4A-AA2A-1BA673AAA6F6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'9', N'40059', N'2', N'0', N'2022-07-03 09:36:15.760', N'2022-07-03 09:36:15.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A597EB7-B3AF-4EF1-B1A2-0A0F1F9C4D57', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'10', N'40111', N'1', N'0', N'2022-07-03 09:36:42.150', N'2022-07-03 09:36:42.150', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E336BF8-268A-42AF-AE24-82B05D775D7F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'1', N'0', N'2022-07-03 09:36:43.797', N'2022-07-03 09:36:43.797', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EDB5DEE-19F4-4C51-B078-D3C49E1E8FA6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'11', N'40064', N'2', N'0', N'2022-07-03 09:36:48.867', N'2022-07-03 09:36:48.867', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADB48381-739D-4D93-9BAA-E12CDE8551A2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41170', N'1', N'0', N'2022-07-03 09:37:32.087', N'2022-07-03 09:37:32.087', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5650427B-EF4D-424F-B81C-3D5B00CD78F2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'111015004', N'1', N'0', N'2022-07-03 09:38:21.010', N'2022-07-03 09:38:21.010', N'7', N'7062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'1', N'1', N'7062', N'2193') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5766FD17-B37C-46CB-8430-C4A463E1E313', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41847', N'1', N'0', N'2022-07-03 09:42:01.730', N'2022-07-03 09:42:01.730', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E683E53D-D012-4BB5-A9D6-1C6AFBD82584', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68011', N'5', N'0', N'2022-07-03 09:54:06.203', N'2022-07-03 09:54:06.203', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F50B16B-E29D-49BB-8131-B4209CAEAF95', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60097', N'1', N'0', N'2022-07-03 09:56:38.683', N'2022-07-03 09:56:38.683', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6994270-4A9F-4BBA-9E5F-A5C5DE44D4AE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50436', N'1', N'0', N'2022-07-03 09:56:43.843', N'2022-07-03 09:56:43.843', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59040933-2295-4DD9-B9C9-75176EC7806E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68013', N'1', N'0', N'2022-07-03 09:57:44.657', N'2022-07-03 09:57:44.657', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4751816-BD79-45EB-9F69-9161B5A2465A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68014', N'1', N'0', N'2022-07-03 09:58:30.397', N'2022-07-03 09:58:30.397', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05DC3A1E-AA03-4B36-B9A4-82083939F8EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051010', N'1', N'0', N'2022-07-04 17:45:26.443', N'2022-07-04 17:45:26.443', N'9', N'7145', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7145', N'2671') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E3BF3AD-765D-4720-A276-C216F89F2DB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022009', N'1', N'0', N'2022-07-04 17:45:40.543', N'2022-07-04 17:45:40.543', N'9', N'4816', N'0', N'2001', N'134', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4816', N'1872') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AD5EC35-DBDE-4E55-9D6A-913F4D9B64D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'17', N'0', N'2022-07-04 17:46:02.607', N'2022-07-04 17:46:02.607', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFAF12F9-38F8-4E57-9B5C-0813B0FA41EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40064', N'2', N'0', N'2022-07-04 17:46:24.067', N'2022-07-04 17:46:24.067', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12ABAF9D-7054-4115-A52B-89C3A80D0993', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40076', N'5', N'0', N'2022-07-04 17:46:25.673', N'2022-07-04 17:46:25.673', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A7ED250-6AA3-459B-A5B4-B5AF15775758', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41129', N'14', N'0', N'2022-07-04 17:46:26.287', N'2022-07-04 17:46:26.287', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46661BEF-2A8B-4C29-A49F-229BAD0E8A01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40111', N'1', N'0', N'2022-07-04 17:46:26.697', N'2022-07-04 17:46:26.697', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCAF30A7-829D-4A58-96D6-6FEB67B3392F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40065', N'4', N'0', N'2022-07-04 17:46:28.530', N'2022-07-04 17:46:28.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E4B6A79-C47C-4036-A113-42AAC90BA9B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40063', N'1', N'0', N'2022-07-04 17:46:29.553', N'2022-07-04 17:46:29.553', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12413F18-B3DE-41C5-9846-D5FEA1F159C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41403', N'10', N'0', N'2022-07-04 17:46:31.637', N'2022-07-04 17:46:31.637', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70F26EA9-1B91-47FD-99AD-A72190D763A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41378', N'3', N'0', N'2022-07-04 17:46:36.913', N'2022-07-04 17:46:36.913', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62AED3DB-1D44-4A51-A9E2-8BAF3C35A4B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60067', N'2', N'0', N'2022-07-04 17:47:17.840', N'2022-07-04 17:47:17.840', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08914B34-DF4D-4D9B-8DC8-8B6F0C44A084', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052009', N'1', N'0', N'2022-07-04 17:47:17.860', N'2022-07-04 17:47:17.860', N'9', N'8943', N'0', N'2001', N'248', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'8943', N'2478') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EEAF43E-8410-474C-A413-D27A89DC746E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081006', N'1', N'0', N'2022-07-04 17:47:27.590', N'2022-07-04 17:47:27.590', N'9', N'8983', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'8983', N'2110') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08AEBCA6-2577-44B4-9471-F47B9DDE42F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032009', N'1', N'0', N'2022-07-04 17:47:28.603', N'2022-07-04 17:47:28.603', N'9', N'6842', N'0', N'2001', N'223', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'6842', N'2421') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'559C9CEC-E5BD-4CE0-8540-7D6435CE5EC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40059', N'2', N'0', N'2022-07-04 17:47:58.210', N'2022-07-04 17:47:58.210', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48B7DED3-41AF-4637-A741-35353AC80F58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40005', N'1', N'0', N'2022-07-04 17:47:58.607', N'2022-07-04 17:47:58.607', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC5BF8E6-A45D-4150-A190-12F0D62F9AD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132009', N'1', N'0', N'2022-07-04 17:48:14.550', N'2022-07-04 17:48:14.550', N'9', N'9394', N'0', N'1010', N'107', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'9394', N'2433') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFD7189A-09E4-4873-9496-794228808469', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042009', N'1', N'0', N'2022-07-04 17:48:14.940', N'2022-07-04 17:48:14.940', N'9', N'4388', N'0', N'2004', N'3', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4388', N'1033') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'938A73D1-682A-45CA-A4CA-7E4793FC7949', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60069', N'1', N'0', N'2022-07-04 17:48:15.337', N'2022-07-04 17:48:15.337', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADDBE458-9942-44A8-96E6-8AF10AB943E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042009', N'1', N'0', N'2022-07-04 17:48:41.437', N'2022-07-04 17:48:41.437', N'9', N'3197', N'0', N'2004', N'4', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3197', N'1394') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F124B1E-61B6-4C69-80C1-39085EB13258', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41114', N'7', N'0', N'2022-07-04 17:48:42.317', N'2022-07-04 17:48:42.317', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E87334C-4D0C-4A90-87F6-4857C457A9DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022006', N'1', N'0', N'2022-07-04 17:48:43.347', N'2022-07-04 17:48:43.347', N'9', N'7168', N'0', N'2001', N'201', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'7168', N'2525') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F644A956-FE1A-45C2-B578-6F99D6B8AA0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012009', N'1', N'0', N'2022-07-04 17:55:42.137', N'2022-07-04 17:55:42.137', N'9', N'4143', N'0', N'2004', N'3', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'4143', N'919') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BFA5A89-0F17-4E52-8187-FF848F59FF7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021011', N'1', N'0', N'2022-07-04 17:55:42.673', N'2022-07-04 17:55:42.673', N'9', N'4124', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4124', N'1532') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12F7804F-5817-4EBB-A382-58C61D29BAD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40150', N'20', N'0', N'2022-07-04 17:55:58.087', N'2022-07-04 17:55:58.087', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A62AC42-B582-4A6E-8CB6-4FD405651179', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152009', N'1', N'0', N'2022-07-04 17:55:58.287', N'2022-07-04 17:55:58.287', N'9', N'7063', N'0', N'1010', N'109', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7063', N'2137') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAFCC297-DACC-453A-AC74-0ABB706D0849', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50039', N'10', N'0', N'2022-07-04 17:56:03.367', N'2022-07-04 17:56:03.367', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2C75F6B-472F-4259-83D4-6BCB4FC28069', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042009', N'1', N'0', N'2022-07-04 17:57:04.327', N'2022-07-04 17:57:04.327', N'9', N'3591', N'0', N'2002', N'140', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3591', N'726') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9055D65-9C01-4E13-8BF5-2879304F1679', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60083', N'4', N'0', N'2022-07-04 17:57:07.167', N'2022-07-04 17:57:07.167', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0967639D-76FA-4D7B-85FF-9A25DB6FF004', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60070', N'2', N'0', N'2022-07-04 17:58:01.803', N'2022-07-04 17:58:01.803', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F498A6FB-E9E1-4992-88DB-F81A7E4772E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41361', N'3', N'0', N'2022-07-04 17:59:24.503', N'2022-07-04 17:59:24.503', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80BA8817-4D1C-4B07-8659-314E1423373B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'316044001', N'1', N'0', N'2022-07-03 12:06:00.000', N'2022-07-03 12:06:00.000', N'8', N'3069', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'3', N'2', N'3069', N'1093') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF335625-4AF7-42A6-8D6E-D472A5AEC97A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-03 12:06:35.250', N'2022-07-03 12:06:35.250', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5186994-CB71-49CB-89C1-99E0E747CA3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-03 12:10:18.650', N'2022-07-03 12:10:18.650', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A980461-DA33-42A5-9F96-10A6996F9702', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021008', N'1', N'0', N'2022-07-03 12:11:48.733', N'2022-07-03 12:11:48.733', N'9', N'3994', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3994', N'763') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78C331F4-61C4-487A-A007-DC4FA29D70F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50992', N'1', N'0', N'2022-07-03 12:12:01.200', N'2022-07-03 12:12:01.200', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CCB623C-EB1C-4D76-9639-B96AF1BBE99E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012008', N'1', N'0', N'2022-07-03 12:13:20.220', N'2022-07-03 12:13:20.220', N'9', N'6992', N'0', N'1010', N'91', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'1', N'3', N'2', N'2', N'6992', N'2284') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8A5C172-71F4-4876-8D7A-22F058C2DB67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-03 12:16:56.950', N'2022-07-03 12:16:56.950', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4420A7E-7CA5-4E65-8182-E897027A44B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'0', N'50992', N'1', N'0', N'2022-07-03 12:17:09.420', N'2022-07-03 12:17:09.420', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8945A40-C831-4153-BB16-00C1FD907C58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50991', N'1', N'0', N'2022-07-03 12:18:25.853', N'2022-07-03 12:18:25.853', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF11889F-9D59-4904-BC8B-76338C6F1A96', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41391', N'1', N'0', N'2022-07-03 12:19:13.563', N'2022-07-03 12:19:13.563', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD760037-5BA0-4A86-96B0-FAE6B5C4993F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032008', N'1', N'0', N'2022-07-03 12:21:37.307', N'2022-07-03 12:21:37.307', N'9', N'4460', N'0', N'2001', N'97', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'4', N'5', N'4460', N'1663') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A499E247-64B2-4F30-826B-E590C49A72E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042008', N'1', N'0', N'2022-07-03 12:21:37.593', N'2022-07-03 12:21:37.593', N'9', N'3460', N'0', N'2001', N'78', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'2', N'3', N'3460', N'863') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65C40542-BCD9-4AEE-8EF4-881B993915A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'320044001', N'1', N'0', N'2022-07-03 12:23:38.530', N'2022-07-03 12:23:38.530', N'8', N'3732', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'2', N'2', N'3732', N'945') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'856A5461-F61E-44BD-95DD-EF9B0E0357F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37005', N'3', N'0', N'2022-07-03 12:25:15.843', N'2022-07-03 12:25:15.843', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30FE7361-ABCD-4038-A3B8-59D141D03C75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'44', N'38005', N'5', N'0', N'2022-07-03 12:25:15.870', N'2022-07-03 12:25:15.870', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A25AB7B-A5A7-4C14-A4A9-C62EB3374864', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'6', N'0', N'2022-07-03 12:29:58.160', N'2022-07-03 12:29:58.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F687D71B-C8C4-45EB-9318-6C3C835E4D5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60069', N'1', N'0', N'2022-07-03 12:30:07.330', N'2022-07-03 12:30:07.330', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A6B18DA-CAC9-4BC1-AAA7-030A4E0A2EE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60085', N'1', N'0', N'2022-07-03 12:30:36.880', N'2022-07-03 12:30:36.880', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A597E0D6-34C4-4882-93DD-48256A812703', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042008', N'1', N'0', N'2022-07-03 12:31:14.173', N'2022-07-03 12:31:14.173', N'9', N'3927', N'0', N'2004', N'30', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3927', N'765') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D004066-0050-481F-BC76-BD71F6DD0AB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11151009', N'1', N'0', N'2022-07-03 12:31:14.590', N'2022-07-03 12:31:14.590', N'9', N'6931', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'6931', N'2775') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7798668F-4AB3-4839-9802-3E2C0B775481', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14011010', N'1', N'0', N'2022-07-03 12:31:54.283', N'2022-07-03 12:31:54.283', N'9', N'4601', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'4601', N'1491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5089E73E-501F-446D-AFC0-D5AFD6CBFC35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152009', N'1', N'0', N'2022-07-03 12:32:38.253', N'2022-07-03 12:32:38.253', N'9', N'6195', N'0', N'2001', N'181', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6195', N'2089') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E066389-3EE3-4FB7-B070-576F5C401D1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11064004', N'1', N'0', N'2022-07-03 12:33:20.410', N'2022-07-03 12:33:20.410', N'9', N'8829', N'0', N'2002', N'289', N'2001', N'245', N'0', N'0', N'2015', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'1', N'0', N'2', N'3', N'6', N'4', N'8829', N'2547') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCC40701-25F0-4746-9571-91DF0E4A620A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012009', N'1', N'0', N'2022-07-03 12:33:21.013', N'2022-07-03 12:33:21.013', N'9', N'8829', N'0', N'2002', N'245', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'6', N'4', N'8829', N'2547') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DAB483F-D43B-459A-8AB0-837D44234FD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11132009', N'1', N'0', N'2022-07-03 12:33:35.953', N'2022-07-03 12:33:35.953', N'9', N'6646', N'0', N'1010', N'129', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6646', N'2245') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B259770-DBEF-4F4F-BF39-283F1350D090', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13034005', N'1', N'0', N'2022-07-03 12:34:07.020', N'2022-07-03 12:34:07.020', N'23', N'4376', N'0', N'2003', N'25', N'1001', N'136', N'0', N'0', N'1002', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'4', N'5', N'4376', N'670') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91765C1C-4DAF-4FA8-B438-E1A82FFCB313', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31051', N'1', N'0', N'2022-07-03 12:36:54.990', N'2022-07-03 12:36:54.990', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F25C2B27-0FAF-4589-99A8-173600BC52BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'41119', N'1', N'0', N'2022-07-03 12:41:26.940', N'2022-07-03 12:41:26.940', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A9F1499-49D4-42D3-A44B-55DB8EF2AAC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'3', N'0', N'2022-07-03 12:41:52.980', N'2022-07-03 12:41:52.980', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3FB7549-23A1-484F-B186-6371CB995A95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'3', N'0', N'2022-07-03 12:41:53.327', N'2022-07-03 12:41:53.327', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E43B4B5-6150-41C5-BFEF-D1DC8BDAB96B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'38', N'0', N'2022-07-03 12:41:53.683', N'2022-07-03 12:41:53.683', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2350D97-108D-42C2-BD30-60D3C9B41ED0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'1', N'0', N'2022-07-03 12:42:10.497', N'2022-07-03 12:42:10.497', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'273CFDAF-9A2D-4C33-BB14-91D4152B3504', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'1', N'0', N'2022-07-03 12:42:10.793', N'2022-07-03 12:42:10.793', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8ADB2BC-6195-4383-A20A-832FBD954184', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'1', N'0', N'2022-07-03 12:45:05.063', N'2022-07-03 12:45:05.063', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F7E0D51-259A-4891-9F10-CE7B364C9C54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50035', N'11', N'0', N'2022-07-03 12:45:09.510', N'2022-07-03 12:45:09.510', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E96F7CE-66B6-47DA-8A2C-5DCC86CB35AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41120', N'3', N'0', N'2022-07-03 12:45:12.350', N'2022-07-03 12:45:12.350', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'631B2D76-F896-4269-A743-C158A0C3218D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13011009', N'1', N'0', N'2022-07-03 12:45:31.607', N'2022-07-03 12:45:31.607', N'9', N'3847', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3847', N'1422') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B901D0C-0D8C-437C-8DE0-E2345B88DF62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-03 12:45:35.447', N'2022-07-03 12:45:35.447', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0188EED1-FD67-466E-858A-E89582B0E658', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-03 12:46:41.957', N'2022-07-03 12:46:41.957', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7FF9707-DE87-48BE-8311-B75A887FBFC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12011010', N'1', N'0', N'2022-07-03 12:46:59.100', N'2022-07-03 12:46:59.100', N'9', N'5191', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'5191', N'1897') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BA3EB9C-077C-431E-A936-F0D7FD4304EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'6', N'0', N'2022-07-03 12:47:15.777', N'2022-07-03 12:47:15.777', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0530E2F8-A0FE-44F8-9F99-2E07F9AD90BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12021010', N'1', N'0', N'2022-07-03 12:48:21.727', N'2022-07-03 12:48:21.727', N'9', N'4349', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4349', N'1718') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C3ED496-B308-43F5-BE83-3A00A8C94D6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042008', N'1', N'0', N'2022-07-03 12:48:22.330', N'2022-07-03 12:48:22.330', N'9', N'3456', N'0', N'1010', N'35', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'3', N'4', N'5', N'3456', N'1016') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F9EAB93-9C78-4E20-96C1-7EF244342CBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-03 12:48:24.963', N'2022-07-03 12:48:24.963', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25581E0F-35ED-49C1-B9EE-0616B6BBB1F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'10', N'0', N'2022-07-03 12:48:50.643', N'2022-07-03 12:48:50.643', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D7B709C-798D-4ECB-9F1F-A6EA62C07BE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50992', N'1', N'0', N'2022-07-03 12:48:57.417', N'2022-07-03 12:48:57.417', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF7EDCC3-C07B-4859-ACA8-2AD0C17BA602', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'0', N'50992', N'1', N'0', N'2022-07-03 12:49:50.057', N'2022-07-03 12:49:50.057', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C81C9B7-E56F-4986-978D-2AE989DB2525', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41175', N'11', N'0', N'2022-07-03 12:49:53.173', N'2022-07-03 12:49:53.173', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAE88892-384A-4333-AC13-CAE5737E5ACE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'4', N'0', N'2022-07-03 12:50:54.757', N'2022-07-03 12:50:54.757', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20C2778D-410F-433B-B9EB-37C48EBE17A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'1', N'0', N'2022-07-03 12:56:56.303', N'2022-07-03 12:56:56.303', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D776D626-7B1D-40C0-AB2F-E9A115D9BFA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-03 12:57:00.753', N'2022-07-03 12:57:00.753', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'865EAF88-F953-4AAE-A2B4-207E38EC4B5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082006', N'1', N'0', N'2022-07-03 12:57:08.657', N'2022-07-03 12:57:08.657', N'9', N'9358', N'0', N'2001', N'268', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'9358', N'2256') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99EBB15E-D563-457A-91D8-B41DC658C342', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-03 12:57:14.140', N'2022-07-03 12:57:14.140', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7724C626-E7A2-42E7-9CCC-75316F613649', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'0', N'50992', N'1', N'0', N'2022-07-03 12:57:18.603', N'2022-07-03 12:57:18.603', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6585291A-9ED8-4D98-BF36-DACF821245CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032008', N'1', N'0', N'2022-07-03 12:58:02.837', N'2022-07-03 12:58:02.837', N'9', N'3983', N'0', N'2002', N'80', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3983', N'981') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0046A6DE-F8B5-4F54-8720-EA937CDEDB3C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012008', N'1', N'0', N'2022-07-03 12:58:04.663', N'2022-07-03 12:58:04.663', N'9', N'4944', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4944', N'707') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2901866F-9B9F-4624-ACC0-12153036227A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'3', N'0', N'2022-07-03 12:58:08.303', N'2022-07-03 12:58:08.303', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EA589F2B-8E24-4AF3-A021-989E8680DD64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000274', N'8', N'0', N'2022-07-03 12:43:54.280', N'2022-07-03 12:43:54.280', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D881FB2E-89C1-40A2-9F67-78746BDFA671', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'34', N'80000275', N'8', N'0', N'2022-07-03 12:43:54.307', N'2022-07-03 12:43:54.307', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4799AD8E-682F-4C99-B210-3586D5F35EC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000276', N'9', N'0', N'2022-07-03 12:43:54.310', N'2022-07-03 12:43:54.310', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77047F7B-777D-4E8C-9791-2C701284C85B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'40', N'30229', N'5', N'0', N'2022-07-03 13:01:29.620', N'2022-07-03 13:01:29.620', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDF5AB01-6245-44DC-8F5D-C3815C76B3A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-03 13:02:48.730', N'2022-07-03 13:02:48.730', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71C2888A-E4F5-4983-9D13-1FCB6964A5C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'0', N'50992', N'1', N'0', N'2022-07-03 13:10:31.257', N'2022-07-03 13:10:31.257', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2160D951-372D-44ED-8535-6DAD7345E5A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112009', N'1', N'0', N'2022-07-03 13:11:38.860', N'2022-07-03 13:11:38.860', N'9', N'8393', N'0', N'2002', N'214', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8393', N'2003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C2C40AE-81B9-4DA4-BAFB-A522E20F16B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41412', N'2', N'0', N'2022-07-03 13:11:40.493', N'2022-07-03 13:11:40.493', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE2DF439-EC57-432F-9965-D10E632C92AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'1', N'59002', N'15', N'0', N'2022-07-03 13:11:47.390', N'2022-07-03 13:11:47.390', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A66223E-F640-4890-A86A-83244BA805C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-03 13:14:06.270', N'2022-07-03 13:14:06.270', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CDA2A116-D4C7-4D0C-8939-27585DEAE83E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41396', N'10', N'0', N'2022-07-03 13:18:54.820', N'2022-07-03 13:18:54.820', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B67FC8B0-ED83-418F-862E-CC5E31B0ADA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-03 13:22:20.423', N'2022-07-03 13:22:20.423', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95B60378-4B89-49AB-9D48-90D611B79803', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41376', N'5', N'0', N'2022-07-03 13:25:34.860', N'2022-07-03 13:25:34.860', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04FC1E33-F4C8-43BF-AFDA-3EC0C2F3FAE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-03 13:25:54.010', N'2022-07-03 13:25:54.010', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B512117A-9A49-42DE-BB92-BF1CF2C45C2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-03 13:26:00.507', N'2022-07-03 13:26:00.507', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA9EE887-1BD2-4B4C-9243-0E86CBA10F41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16011009', N'1', N'0', N'2022-07-03 13:26:12.280', N'2022-07-03 13:26:12.280', N'9', N'3088', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3088', N'696') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F1B6059-084B-4123-9D17-A8A480E4CDE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13011009', N'1', N'0', N'2022-07-03 13:26:35.417', N'2022-07-03 13:26:35.417', N'9', N'4499', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4499', N'896') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C013E6A8-0BF7-4003-9E2C-4DF617A26584', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14041010', N'1', N'0', N'2022-07-03 13:26:36.630', N'2022-07-03 13:26:36.630', N'9', N'4856', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'7', N'4856', N'1599') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99680C51-A16F-4F20-85B0-80B724264F56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-03 13:27:12.840', N'2022-07-03 13:27:12.840', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1B08689-5708-41BD-8DA8-359B9C30454A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50992', N'1', N'0', N'2022-07-03 13:27:37.607', N'2022-07-03 13:27:37.607', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF850755-B4D9-40E7-9237-58DD6F8F3527', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-03 13:27:37.917', N'2022-07-03 13:27:37.917', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BBA7052-7466-4773-8DA3-4BBC4BA78DDF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-03 13:27:38.090', N'2022-07-03 13:27:38.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D66F1E62-3C7F-4CD3-9A72-6CC3AB5CD76A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20011008', N'1', N'0', N'2022-07-03 13:27:43.787', N'2022-07-03 13:27:43.787', N'9', N'3341', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3341', N'1007') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8261D3B0-3645-4EC2-AD23-D6E0B48BBA29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14041010', N'1', N'0', N'2022-07-03 13:29:06.700', N'2022-07-03 13:29:06.700', N'9', N'4499', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4499', N'2216') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E74B271-A578-4171-A205-924EC9F31871', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-03 13:29:37.233', N'2022-07-03 13:29:37.233', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'573A29EE-BB57-42B9-B800-89026383E6C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-03 13:29:37.590', N'2022-07-03 13:29:37.590', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B07D7C9-D300-4A67-AA82-BFCA137C53A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-03 13:29:38.000', N'2022-07-03 13:29:38.000', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB742C88-A51B-4182-8FBB-C4329D2FE7D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-03 13:29:38.407', N'2022-07-03 13:29:38.407', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFCCF145-03EF-459F-B8B8-10FDA17AA2B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2022-07-03 13:29:38.810', N'2022-07-03 13:29:38.810', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DB97675-052C-41CB-980D-6644F2664694', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-03 13:30:17.860', N'2022-07-03 13:30:17.860', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CA30D93-FEB9-419B-933D-D915B6491080', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62001', N'2', N'0', N'2022-07-03 13:30:21.833', N'2022-07-03 13:30:21.833', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE99F147-A036-4914-BEF3-35F694CD0828', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'38', N'30185', N'1', N'0', N'2022-07-03 13:30:45.987', N'2022-07-03 13:30:45.987', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0567F90B-B56D-420A-A357-E43BB4B7273F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-03 13:32:27.100', N'2022-07-03 13:32:27.100', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E44BAA3-ACDE-4E3D-A5CD-4F9130E784AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41402', N'22', N'0', N'2022-07-03 13:41:26.837', N'2022-07-03 13:41:26.837', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BF35A5B-4810-4ECE-B8E1-9FFDFAA72D1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:42:02.667', N'2022-07-03 13:42:02.667', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D555CD09-38E0-4B2F-8079-0F10729111F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:42:09.037', N'2022-07-03 13:42:09.037', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51A43FBE-A6F5-4C28-923E-7CD0C92EAF2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131009', N'1', N'0', N'2022-07-03 13:42:16.533', N'2022-07-03 13:42:16.533', N'9', N'7204', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7204', N'2178') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36C900CC-A4E3-4450-92FB-62646E6634E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16001', N'2', N'0', N'2022-07-03 14:54:14.213', N'2022-07-03 14:54:14.213', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C128240-94AF-4A87-939C-3482A6A7808F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012009', N'1', N'0', N'2022-07-03 13:42:59.160', N'2022-07-03 13:42:59.160', N'9', N'5186', N'0', N'2002', N'131', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'5186', N'1549') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F10F11E-112F-4E1C-9A11-C4EB135B508F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:43:06.660', N'2022-07-03 13:43:06.660', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFC3E178-DAF3-4B8F-883A-EF48115875EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41397', N'8', N'0', N'2022-07-03 13:43:26.533', N'2022-07-03 13:43:26.533', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7B6A4FB-091E-4395-A0B1-BB336817AFA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031009', N'1', N'0', N'2022-07-03 13:43:38.907', N'2022-07-03 13:43:38.907', N'9', N'3244', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3244', N'1094') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C9C72F6-3308-4592-BFCA-E976BCF18D2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:44:10.723', N'2022-07-03 13:44:10.723', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4557D8F-5E90-4B22-8C02-7389438A13C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:44:32.630', N'2022-07-03 13:44:32.630', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'649B9EAD-DCC3-4A61-9DEC-3F24587A1582', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:44:52.010', N'2022-07-03 13:44:52.010', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'520D611E-F622-4DA9-AACC-CDA693641C42', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'1', N'0', N'2022-07-03 13:45:00.390', N'2022-07-03 13:45:00.390', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8143560B-716E-4A55-9004-B7DA0348FBAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011010', N'1', N'0', N'2022-07-03 13:46:17.223', N'2022-07-03 13:46:17.223', N'9', N'5853', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5853', N'1502') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCF1D0F5-ECE5-441B-A42A-CA32F3083EC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'8', N'0', N'2022-07-03 13:46:19.963', N'2022-07-03 13:46:19.963', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'415E798D-5955-46F1-9AC4-FA9C079EAC80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41362', N'3', N'0', N'2022-07-04 17:59:24.663', N'2022-07-04 17:59:24.663', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C7F747C-26D5-460B-88E6-8C3F4A62931C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032009', N'1', N'0', N'2022-07-04 18:00:54.083', N'2022-07-04 18:00:54.083', N'9', N'3345', N'0', N'2002', N'125', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3345', N'691') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1EDFD9FA-1E7E-44C7-B1CD-3780BA5DD8F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021009', N'1', N'0', N'2022-07-04 18:01:00.153', N'2022-07-04 18:01:00.153', N'9', N'3326', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'3326', N'865') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEED0564-3AB0-4416-938F-03B554BD127C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60084', N'3', N'0', N'2022-07-04 18:01:23.237', N'2022-07-04 18:01:23.237', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C76B3B4E-0128-4D6E-8028-375C58B7A304', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41363', N'3', N'0', N'2022-07-04 18:02:00.550', N'2022-07-04 18:02:00.550', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04E9F5C5-E91B-413A-A8A3-CB5E27B010A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012009', N'1', N'0', N'2022-07-04 18:02:00.780', N'2022-07-04 18:02:00.780', N'9', N'4836', N'0', N'2001', N'147', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4836', N'1702') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D80325C-38FA-45E1-82B4-671A7FCDC7B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60072', N'2', N'0', N'2022-07-04 18:03:11.123', N'2022-07-04 18:03:11.123', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95B67163-996B-4D2D-9DCF-9578B261F580', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032009', N'1', N'0', N'2022-07-04 18:03:25.193', N'2022-07-04 18:03:25.193', N'9', N'8960', N'0', N'1010', N'130', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8960', N'2524') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B219CB72-9F44-4BEA-AF0B-7F6DFB081308', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40063', N'1', N'0', N'2022-07-04 18:04:15.340', N'2022-07-04 18:04:15.340', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8510B9E1-C2F5-4229-850A-E2D4040A4FDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60066', N'1', N'0', N'2022-07-04 18:04:48.997', N'2022-07-04 18:04:48.997', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'193A826D-B9EC-4904-A51F-C299F7423F5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'37', N'37006', N'4', N'0', N'2022-07-04 18:05:28.630', N'2022-07-04 18:05:28.630', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8ACFAE5D-A850-4B53-A7A5-48AEDE1907E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'43', N'38006', N'4', N'0', N'2022-07-04 18:05:28.633', N'2022-07-04 18:05:28.633', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94579704-4AB5-491E-BA4B-BE1A3310C2CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042009', N'1', N'0', N'2022-07-04 18:07:45.973', N'2022-07-04 18:07:45.973', N'9', N'4631', N'0', N'2004', N'5', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4631', N'1894') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3D3C913-8CFE-4058-A3FB-1463660076C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022009', N'1', N'0', N'2022-07-04 18:07:50.190', N'2022-07-04 18:07:50.190', N'9', N'3358', N'0', N'2001', N'132', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3358', N'885') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7DB7E64-9C7F-4EE3-8ED1-0C59145C69F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031011', N'1', N'0', N'2022-07-04 18:07:53.493', N'2022-07-04 18:07:53.493', N'9', N'4423', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4423', N'2004') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2FC47F6-4307-4AF1-9216-C46A8BACA6E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60085', N'1', N'0', N'2022-07-04 18:08:24.703', N'2022-07-04 18:08:24.703', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1EB5DC2B-2831-4824-9213-9ABA667E36AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012009', N'1', N'0', N'2022-07-04 18:10:27.507', N'2022-07-04 18:10:27.507', N'9', N'4494', N'0', N'2004', N'6', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4494', N'1766') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F7A235B-CEDA-4FEE-8AE1-5D877B735AC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082006', N'1', N'0', N'2022-07-04 18:10:28.240', N'2022-07-04 18:10:28.240', N'9', N'9860', N'0', N'2002', N'189', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'6', N'9860', N'2587') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDD58DB5-3131-40E6-AAC7-F0DC3A5BA18A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022007', N'1', N'0', N'2022-07-04 18:11:00.297', N'2022-07-04 18:11:00.297', N'23', N'7693', N'0', N'1010', N'155', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'7693', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08CC89EF-B9A7-43EA-9950-8B12FAC8A693', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012009', N'1', N'0', N'2022-07-04 18:11:21.337', N'2022-07-04 18:11:21.337', N'39', N'5039', N'0', N'2002', N'152', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'5039', N'1560') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8ACD430-3FD8-4FB9-8404-5A92B701C936', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012005', N'1', N'0', N'2022-07-04 20:03:23.560', N'2022-07-04 20:03:23.560', N'9', N'4020', N'0', N'2002', N'64', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'5', N'4', N'4020', N'1907') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'003D2FCB-6C9D-4058-AE08-E1AA952912CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60062', N'1', N'0', N'2022-07-04 20:03:23.713', N'2022-07-04 20:03:23.713', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'00CE606A-4A13-4493-B766-3599836372BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032004', N'1', N'0', N'2022-07-04 20:03:35.313', N'2022-07-04 20:03:35.313', N'9', N'3527', N'0', N'2004', N'14', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3527', N'759') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C19B215-EA42-43F0-9263-490B2762A000', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60056', N'12', N'0', N'2022-07-04 20:03:35.363', N'2022-07-04 20:03:35.363', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08374B3E-A68C-4D90-80F2-4410F043FAEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032004', N'1', N'0', N'2022-07-04 20:03:37.570', N'2022-07-04 20:03:37.570', N'9', N'4483', N'0', N'2004', N'12', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4483', N'701') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6024AE7E-5969-4CE4-B5DB-97B6D764B9D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:03:39.540', N'2022-07-04 20:03:39.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBDC0D36-046E-42AF-B0F6-B49129BAF3B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:03:39.600', N'2022-07-04 20:03:39.600', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC37C7B0-BFDE-4A92-9A01-55E6AE9A7FB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041004', N'1', N'0', N'2022-07-04 20:03:42.210', N'2022-07-04 20:03:42.210', N'9', N'3362', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3362', N'864') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'134D3164-8DB7-404C-BD7A-78CAF6DE8C2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052005', N'1', N'0', N'2022-07-04 20:03:49.627', N'2022-07-04 20:03:49.627', N'9', N'7346', N'0', N'2001', N'122', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'4', N'5', N'7346', N'2463') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED74CC9A-7523-4D6C-8262-939F226E09F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062002', N'1', N'0', N'2022-07-04 20:03:50.250', N'2022-07-04 20:03:50.250', N'9', N'9449', N'0', N'2002', N'129', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'9449', N'2083') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'970256DB-8D25-4E75-BDE6-767CA8176BFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60061', N'2', N'0', N'2022-07-04 20:03:55.120', N'2022-07-04 20:03:55.120', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87D86B44-7F28-49D6-B931-DF3F1A6CC6F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:04:06.237', N'2022-07-04 20:04:06.237', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BED945F-2896-4148-BA51-7C6F8DD38D41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042005', N'1', N'0', N'2022-07-04 20:04:20.800', N'2022-07-04 20:04:20.800', N'9', N'5078', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'6', N'7', N'5078', N'1571') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6039CF19-F90C-419B-9870-90E4C6FD1B92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012005', N'1', N'0', N'2022-07-04 20:04:21.857', N'2022-07-04 20:04:21.857', N'9', N'5181', N'0', N'2004', N'23', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5181', N'1404') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'429DAFFE-FB74-491D-899D-9B8D225087BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:04:28.340', N'2022-07-04 20:04:28.340', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87527B2A-3832-474C-85FA-5CC4EF55254A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:04:42.540', N'2022-07-04 20:04:42.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D76B5F1F-B2D4-44C4-B062-7A4754C5246C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042002', N'1', N'0', N'2022-07-04 20:04:44.353', N'2022-07-04 20:04:44.353', N'9', N'7833', N'0', N'2001', N'129', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7833', N'2214') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B74C09D2-6B8C-49CA-AF44-DB59ABEDD452', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'2', N'59001', N'11', N'0', N'2022-07-04 20:04:44.360', N'2022-07-04 20:04:44.360', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CF8B8E4-9AC0-47BB-BFA0-5CECEBDB02A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042004', N'1', N'0', N'2022-07-04 20:04:44.750', N'2022-07-04 20:04:44.750', N'9', N'3822', N'0', N'2004', N'18', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3822', N'814') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFE38557-1D72-46BF-A374-E2730BD51947', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042004', N'1', N'0', N'2022-07-04 20:04:44.917', N'2022-07-04 20:04:44.917', N'9', N'3822', N'0', N'2004', N'11', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3822', N'814') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BFF0567-34B7-440C-B765-5209463F90A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16042009', N'1', N'0', N'2022-07-04 21:58:48.773', N'2022-07-04 21:58:48.773', N'9', N'3811', N'0', N'2001', N'135', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3811', N'1157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4365956C-8E6F-4D41-B0D6-A7950DBACDB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:04:47.813', N'2022-07-04 20:04:47.813', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDCE2C80-2D2A-4B92-8CC7-4A331455900D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092005', N'1', N'0', N'2022-07-04 20:04:50.460', N'2022-07-04 20:04:50.460', N'9', N'8717', N'0', N'2002', N'127', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'8717', N'2573') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83B1B79A-D37F-4CA1-BBAE-38A0DD442CF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60063', N'1', N'0', N'2022-07-04 20:05:11.543', N'2022-07-04 20:05:11.543', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1400212-8867-4267-A002-5C6A163A1F28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012004', N'1', N'0', N'2022-07-04 20:05:19.613', N'2022-07-04 20:05:19.613', N'9', N'4988', N'0', N'2002', N'46', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'4', N'3', N'7', N'7', N'4988', N'855') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C771A35-F1F0-4840-8CF1-A837E6FC8179', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000101', N'1', N'0', N'2022-07-04 20:05:50.683', N'2022-07-04 20:05:50.683', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD265C09-37EE-4E05-9BE8-CD65DB5B40A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50306', N'1', N'0', N'2022-07-04 20:06:08.350', N'2022-07-04 20:06:08.350', N'39', N'0', N'0', N'1015', N'206', N'0', N'0', N'0', N'0', N'7032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66B62DBF-96F2-4647-99B5-EA6C9BAA9EC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:07:19.157', N'2022-07-04 20:07:19.157', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFD717F5-720A-4A08-BE66-1C52DD547C00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:07:19.497', N'2022-07-04 20:07:19.497', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6F5948D-02AA-429D-81C8-2AEFF1FCAC45', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012006', N'1', N'0', N'2022-07-04 20:07:29.937', N'2022-07-04 20:07:29.937', N'9', N'4798', N'0', N'2004', N'25', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4798', N'1721') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8082F286-CBBB-418E-BEA1-B7D14CE69A99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032006', N'1', N'0', N'2022-07-04 20:07:30.280', N'2022-07-04 20:07:30.280', N'9', N'5405', N'0', N'2004', N'27', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5405', N'1420') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FEB4F53-5C65-467F-8D96-15114F024AF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081002', N'1', N'0', N'2022-07-04 20:07:48.093', N'2022-07-04 20:07:48.093', N'9', N'8183', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'8183', N'2541') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'527469BE-D8A8-4021-9601-460D773ED047', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031007', N'1', N'0', N'2022-07-04 20:07:56.727', N'2022-07-04 20:07:56.727', N'9', N'4113', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'4113', N'1483') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'263E6893-A953-46A7-BA57-30DCC950D90A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-04 20:07:57.743', N'2022-07-04 20:07:57.743', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AAB7B4A0-0E59-44A3-A6E7-0311F8522418', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082003', N'1', N'0', N'2022-07-04 20:08:10.773', N'2022-07-04 20:08:10.773', N'9', N'7831', N'0', N'2002', N'126', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7831', N'2280') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27488B96-FFA5-4F97-9482-0CDE1D1A90FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031006', N'1', N'0', N'2022-07-04 20:08:16.857', N'2022-07-04 20:08:16.857', N'9', N'7956', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7956', N'2840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5984B8FA-6E67-47F9-8EBA-933D1A42C967', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012006', N'1', N'0', N'2022-07-04 20:08:23.970', N'2022-07-04 20:08:23.970', N'9', N'4935', N'0', N'2001', N'99', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'1', N'3', N'2', N'1', N'4935', N'1838') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDD4A2DE-A109-47A6-A1C2-9DEEC129DBDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041007', N'1', N'0', N'2022-07-04 20:08:24.390', N'2022-07-04 20:08:24.390', N'9', N'5792', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5792', N'1537') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEF6DF4B-F5F8-4ACD-B3E0-F151C1A6E5FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60059', N'3', N'0', N'2022-07-04 20:08:27.820', N'2022-07-04 20:08:27.820', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66FC5AC8-858C-439D-8608-019E95390746', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042005', N'1', N'0', N'2022-07-04 20:08:43.503', N'2022-07-04 20:08:43.503', N'9', N'3509', N'0', N'2001', N'55', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3509', N'794') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96985775-B86F-45F7-8CCE-A5C9693AC7B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012006', N'1', N'0', N'2022-07-04 20:08:43.670', N'2022-07-04 20:08:43.670', N'9', N'7525', N'0', N'2002', N'174', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'7525', N'2194') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C1766A9-288F-439E-AB01-A46B029CC453', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022006', N'1', N'0', N'2022-07-04 20:08:46.013', N'2022-07-04 20:08:46.013', N'9', N'4125', N'0', N'2001', N'110', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'5', N'4', N'4125', N'1827') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3A004FE-AC51-4F42-8125-5F56E8F2A3CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60064', N'1', N'0', N'2022-07-04 20:08:46.023', N'2022-07-04 20:08:46.023', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECEB0097-0F0C-4725-BE25-6CBAED35E234', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091006', N'1', N'0', N'2022-07-04 20:09:50.253', N'2022-07-04 20:09:50.253', N'9', N'7018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7018', N'2595') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16F2401D-C154-4F14-8365-F7F5F0DAB00C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042005', N'1', N'0', N'2022-07-04 20:10:07.513', N'2022-07-04 20:10:07.513', N'9', N'3790', N'0', N'2003', N'14', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3790', N'624') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15E7B19C-7612-41E8-8ABD-56E64A2BA6F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 20:14:12.810', N'2022-07-04 20:14:12.810', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A617A429-BD4C-4270-BB26-127DA00488AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042006', N'1', N'0', N'2022-07-04 20:14:15.063', N'2022-07-04 20:14:15.063', N'9', N'9430', N'0', N'2001', N'180', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'9430', N'2344') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2680F8A1-1729-4B08-9099-605A7C7CE27A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'10', N'0', N'2022-07-04 20:14:16.273', N'2022-07-04 20:14:16.273', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B05A4C8A-86A5-41D9-9B4C-7D7E1B64B541', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60069', N'1', N'0', N'2022-07-04 20:14:28.033', N'2022-07-04 20:14:28.033', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15BA960F-0368-4D45-9B0D-DD3C6C509744', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 20:14:29.063', N'2022-07-04 20:14:29.063', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92D8F520-0A23-4494-8D93-1DF1A460D57E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50039', N'10', N'0', N'2022-07-04 20:14:32.283', N'2022-07-04 20:14:32.283', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E721181-0A0C-4C1D-8BC2-B33922DC8381', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60066', N'3', N'0', N'2022-07-04 20:14:50.740', N'2022-07-04 20:14:50.740', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82E2BA67-FB2A-4B51-97FA-B7149A01437E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021009', N'1', N'0', N'2022-07-04 20:14:51.763', N'2022-07-04 20:14:51.763', N'9', N'4178', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4178', N'1118') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'396423E6-2386-4597-8B7C-7B2BF6007F6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-04 20:15:08.400', N'2022-07-04 20:15:08.400', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9595B2AA-AC76-4A70-9077-13036A775134', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011009', N'1', N'0', N'2022-07-04 20:15:11.030', N'2022-07-04 20:15:11.030', N'9', N'3906', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3906', N'976') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'567BF6C0-D846-4B2F-A943-3C2FCA814434', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031009', N'1', N'0', N'2022-07-04 20:15:11.317', N'2022-07-04 20:15:11.317', N'9', N'3014', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3014', N'1081') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A07E5A9F-C213-4BFC-955C-3351DF1C8E90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60070', N'1', N'0', N'2022-07-04 20:15:14.607', N'2022-07-04 20:15:14.607', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4F6B29C-BA1E-4641-BFAF-B13D59E3E7FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042009', N'1', N'0', N'2022-07-04 20:15:15.450', N'2022-07-04 20:15:15.450', N'9', N'4922', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'4922', N'2234') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'270670B0-F7AC-4536-9BE4-ADB215E70FB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 20:15:15.857', N'2022-07-04 20:15:15.857', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D2379FC-E0C5-496C-A376-6D7D663FBBEB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012009', N'1', N'0', N'2022-07-04 20:15:32.907', N'2022-07-04 20:15:32.907', N'9', N'3692', N'0', N'2003', N'28', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3692', N'1279') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6686D398-65B0-4BD3-8587-0DBE638C68D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062006', N'1', N'0', N'2022-07-04 20:15:33.307', N'2022-07-04 20:15:33.307', N'9', N'6813', N'0', N'1010', N'117', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6813', N'2781') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3F1BCC6-CDDC-4358-A9EA-4822C1B3D32D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60084', N'2', N'0', N'2022-07-04 20:15:35.953', N'2022-07-04 20:15:35.953', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BBA2926-14CF-4F6F-A083-1E33498481C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032009', N'1', N'0', N'2022-07-04 20:15:57.187', N'2022-07-04 20:15:57.187', N'9', N'4565', N'0', N'2003', N'36', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4565', N'1607') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AACA3293-DAF2-4318-90F3-6AA258B88A17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40123', N'1', N'-1', N'2022-07-04 20:16:18.437', N'2022-07-04 20:16:18.437', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D86E197A-B91D-470E-997E-998852E268F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011010', N'1', N'0', N'2022-07-04 20:16:49.023', N'2022-07-04 20:16:49.023', N'9', N'6180', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'6180', N'2674') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F13C673C-D0A0-4545-B94C-9D97D55B3CEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021009', N'1', N'0', N'2022-07-04 20:16:53.457', N'2022-07-04 20:16:53.457', N'9', N'3158', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3158', N'1071') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE2D4073-ACC5-47A0-937C-AB54FBE2E207', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50992', N'1', N'0', N'2022-07-04 20:16:53.783', N'2022-07-04 20:16:53.783', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A15D6CA-95B2-42C5-9373-40FA80B15359', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 20:16:54.383', N'2022-07-04 20:16:54.383', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3BB3005-0BA5-49A0-ACB6-CB664A32F6C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50992', N'1', N'0', N'2022-07-04 20:17:46.130', N'2022-07-04 20:17:46.130', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91184A38-39D6-45FE-AEBF-4AD81BB23B46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 20:17:59.293', N'2022-07-04 20:17:59.293', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF908DD0-F415-4FA5-AEE8-5EE62DE388D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042006', N'1', N'0', N'2022-07-04 20:18:11.373', N'2022-07-04 20:18:11.373', N'9', N'6304', N'0', N'1010', N'109', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'9', N'8', N'6304', N'2492') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0995A69-9ACC-4AF8-94BD-6B4C30F4C967', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 20:18:15.050', N'2022-07-04 20:18:15.050', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'900A8CA3-99A4-478E-88CC-593F1B9EA1F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022009', N'1', N'0', N'2022-07-04 20:18:39.360', N'2022-07-04 20:18:39.360', N'9', N'4467', N'0', N'2003', N'36', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4467', N'1484') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95F6B908-5023-4198-9051-5FE8E92FEE72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022009', N'1', N'0', N'2022-07-04 20:18:41.613', N'2022-07-04 20:18:41.613', N'9', N'3915', N'0', N'2003', N'30', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3915', N'1500') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B10D9720-05EE-4005-A011-E91F15010CD7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50992', N'1', N'0', N'2022-07-04 20:18:41.947', N'2022-07-04 20:18:41.947', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'820B1CFD-6182-42BC-9494-1980E639680F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50992', N'1', N'0', N'2022-07-04 20:18:43.220', N'2022-07-04 20:18:43.220', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9F0327D4-178A-442C-AEF9-FF744EB2376F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042009', N'1', N'0', N'2022-07-04 20:19:34.903', N'2022-07-04 20:19:34.903', N'9', N'3447', N'0', N'2004', N'28', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3447', N'906') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50A2D3C0-948A-4250-8036-473BEF4893F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082006', N'1', N'0', N'2022-07-04 20:19:35.803', N'2022-07-04 20:19:35.803', N'9', N'7568', N'0', N'2001', N'221', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7568', N'2137') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08D264E1-3BD9-45FB-8265-F9279D990179', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051010', N'1', N'0', N'2022-07-04 20:19:37.420', N'2022-07-04 20:19:37.420', N'9', N'7527', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7527', N'2350') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E499E6E-B415-4495-8628-E3ACC72C0198', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021007', N'1', N'0', N'2022-07-04 20:19:41.260', N'2022-07-04 20:19:41.260', N'9', N'8448', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'8448', N'2497') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8D232F4-1CDA-4F85-9FD3-0E59938E894E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012009', N'1', N'0', N'2022-07-04 20:22:25.993', N'2022-07-04 20:22:25.993', N'9', N'3055', N'0', N'2002', N'127', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3055', N'1107') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC5E47E3-639C-4FC8-B8C0-DFC3E31A9585', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032009', N'1', N'0', N'2022-07-04 20:22:26.277', N'2022-07-04 20:22:26.277', N'9', N'3911', N'0', N'2002', N'135', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3911', N'606') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'122C7ECF-857A-4306-80CF-4BC4F9954B2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13022004', N'1', N'0', N'2022-07-04 20:23:51.707', N'2022-07-04 20:23:51.707', N'39', N'3020', N'0', N'2002', N'44', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3020', N'1107') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D44FF6D-FD95-4683-8B16-33AFDF43A93A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'2', N'0', N'2022-07-04 20:32:01.500', N'2022-07-04 20:32:01.500', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'741B301D-2B2F-4A05-B0CD-230F9EB58635', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041009', N'1', N'0', N'2022-07-04 21:10:47.977', N'2022-07-04 21:10:47.977', N'9', N'4403', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4403', N'1032') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DD2E132-205F-4804-A511-F0519367CA18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60083', N'2', N'0', N'2022-07-04 21:10:51.643', N'2022-07-04 21:10:51.643', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13F7AA3C-D9D7-4CA0-9B6F-0EEA91D1EDC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012009', N'1', N'0', N'2022-07-04 21:11:04.497', N'2022-07-04 21:11:04.497', N'9', N'8681', N'0', N'2001', N'184', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8681', N'2345') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'554DF5D3-74D5-46C3-BE2F-A1193C50182D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11061007', N'1', N'0', N'2022-07-04 21:11:14.467', N'2022-07-04 21:11:14.467', N'9', N'8478', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8478', N'2388') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB2A0283-BED7-4427-BA88-196A20EB21BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60085', N'2', N'0', N'2022-07-04 21:11:14.613', N'2022-07-04 21:11:14.613', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4E7A4B3-6C50-4FB0-9C81-485E825BB68B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:11:20.747', N'2022-07-04 21:11:20.747', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28599423-0848-45C3-A905-DC24D4DA7FEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'19', N'0', N'2022-07-04 21:11:31.450', N'2022-07-04 21:11:31.450', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF50F50B-3EA5-4EC7-8DDC-BE461567534D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022009', N'1', N'0', N'2022-07-04 21:11:40.333', N'2022-07-04 21:11:40.333', N'9', N'3434', N'0', N'2004', N'28', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'4', N'5', N'3434', N'827') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD5BD112-9A4D-4A95-A9F6-7C92BFF57AC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:11:42.757', N'2022-07-04 21:11:42.757', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9048280F-407E-4BAA-9D74-414E13580DEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:11:52.503', N'2022-07-04 21:11:52.503', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCAFEC19-05DA-4EB9-8D5A-0319613EC33D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011009', N'1', N'0', N'2022-07-04 21:11:55.840', N'2022-07-04 21:11:55.840', N'9', N'3751', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'7', N'3751', N'906') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9063A1E5-4156-4951-B985-630AAB6D25AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:12:00.183', N'2022-07-04 21:12:00.183', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A47BC61-F6AD-4BBF-B768-09BCC183BE10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60067', N'2', N'0', N'2022-07-04 21:12:10.920', N'2022-07-04 21:12:10.920', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9D88E68-50CC-4F58-8B9D-4F4A2AB6C6B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60066', N'1', N'0', N'2022-07-04 21:12:11.530', N'2022-07-04 21:12:11.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8C0CAD3C-5C93-41A7-8D49-A062885D2D22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60072', N'1', N'0', N'2022-07-04 21:12:12.543', N'2022-07-04 21:12:12.543', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56C53C25-EE05-4AF0-BFB6-6FFA84D649AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40013', N'1', N'0', N'2022-07-04 21:12:31.177', N'2022-07-04 21:12:31.177', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F74E8C4-BFB8-4D28-A892-E8D016844A2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40138', N'1', N'0', N'2022-07-04 21:12:34.220', N'2022-07-04 21:12:34.220', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A70CC3C-6CB9-4667-83C2-C0DF28AA01CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41300', N'1', N'0', N'2022-07-04 21:12:34.837', N'2022-07-04 21:12:34.837', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A60F564-D80B-410E-BB96-73CAD958F8DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60084', N'2', N'0', N'2022-07-04 21:12:52.490', N'2022-07-04 21:12:52.490', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0861D523-E306-48BA-972A-005021640C54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021009', N'1', N'0', N'2022-07-04 21:12:53.737', N'2022-07-04 21:12:53.737', N'9', N'3554', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3554', N'1199') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D8A5A59-9E76-47A2-9DA6-848680DE8B6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022009', N'1', N'0', N'2022-07-04 21:12:53.920', N'2022-07-04 21:12:53.920', N'9', N'4554', N'0', N'2001', N'151', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'7', N'4554', N'1999') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81101449-DC85-419B-90B6-68CD0064C125', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:13:04.400', N'2022-07-04 21:13:04.400', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC11E513-0BDA-4D10-9D09-9A3682224921', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60068', N'2', N'0', N'2022-07-04 21:13:24.063', N'2022-07-04 21:13:24.063', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7971BEC2-3007-461B-A106-45B94CF36AE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:13:34.453', N'2022-07-04 21:13:34.453', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B6CD892-6264-44EC-96BA-8DDCD3E45C20', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031010', N'1', N'0', N'2022-07-04 21:13:51.513', N'2022-07-04 21:13:51.513', N'9', N'7109', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7109', N'2470') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6AB1931D-085B-451A-90D8-815D7C1B0A1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:14:15.453', N'2022-07-04 21:14:15.453', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'371FEF6F-A38D-4249-91E8-4FDDBA258106', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031009', N'1', N'0', N'2022-07-04 21:14:16.747', N'2022-07-04 21:14:16.747', N'9', N'3964', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3964', N'813') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'41CAC3BE-0E85-4CDC-A39E-A94EF12B1EA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031010', N'1', N'0', N'2022-07-04 21:14:17.193', N'2022-07-04 21:14:17.193', N'9', N'7825', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7825', N'2519') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E478050E-5A1C-4520-953E-58B48DAE0BF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031011', N'1', N'0', N'2022-07-04 21:15:07.203', N'2022-07-04 21:15:07.203', N'9', N'4273', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'4273', N'1414') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC2ABAF2-2F0D-43A2-B2E3-D3B063E42CD7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042009', N'1', N'0', N'2022-07-04 21:15:07.733', N'2022-07-04 21:15:07.733', N'9', N'4288', N'0', N'2004', N'50', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'7', N'4288', N'1997') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81BEE0E2-00EB-4273-BE8A-484C5384D057', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:15:09.203', N'2022-07-04 21:15:09.203', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD6C1A27-FD7F-4C16-A861-58EF3D5AC7A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021011', N'1', N'0', N'2022-07-04 21:15:20.347', N'2022-07-04 21:15:20.347', N'9', N'4393', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4393', N'1569') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B300FB3C-4D8A-4A71-B21E-ECCA3EFDF5F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-04 21:15:20.487', N'2022-07-04 21:15:20.487', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'949B26B6-A47F-41EB-8B58-8E3EA2AA5D5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60069', N'1', N'0', N'2022-07-04 21:15:26.997', N'2022-07-04 21:15:26.997', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A7CC612-91B3-4D11-A44F-D7CC24E796EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60070', N'1', N'0', N'2022-07-04 21:15:37.353', N'2022-07-04 21:15:37.353', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8ADBE2C5-BD42-463E-B76C-F84EB300D672', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042006', N'1', N'0', N'2022-07-04 21:16:21.767', N'2022-07-04 21:16:21.767', N'9', N'8762', N'0', N'2002', N'228', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8762', N'2681') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FDAD75C-BF5E-4584-9F09-2FE65705942B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042009', N'1', N'0', N'2022-07-04 21:16:22.290', N'2022-07-04 21:16:22.290', N'9', N'4615', N'0', N'2001', N'114', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'4615', N'1501') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A971997-BDB5-4FF3-9A0D-1231A7753158', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41815', N'1', N'0', N'2022-07-04 21:17:05.980', N'2022-07-04 21:17:05.980', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FD73BA5-7F63-47BD-8394-2820575339A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'212045007', N'1', N'0', N'2022-07-04 21:09:56.267', N'2022-07-04 21:09:56.267', N'36', N'6500', N'4', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'5700') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD70F894-E0CE-48B0-AC2D-FABAB7EA2F1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'39', N'37005', N'6', N'0', N'2022-07-04 21:20:09.047', N'2022-07-04 21:20:09.047', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06FC319A-0320-4496-ADCC-B634B26BDAC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41413', N'1', N'-1', N'2022-07-04 21:27:00.810', N'2022-07-04 21:27:00.810', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1102CED9-ADCA-4906-A738-2CCA9B95FF9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41404', N'1', N'0', N'2022-07-04 21:28:20.203', N'2022-07-04 21:28:20.203', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8416B809-9583-46FE-AC48-2CD01EB68186', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41414', N'1', N'-1', N'2022-07-04 21:34:09.950', N'2022-07-04 21:34:09.950', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DC1A50E-2DF2-4F7E-B442-F060149DB4E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-04 21:35:56.110', N'2022-07-04 21:35:56.110', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF63344E-232C-48E9-9394-FFD4541CABB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-04 21:36:03.890', N'2022-07-04 21:36:03.890', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56BABBF5-8CE6-494E-87DB-DDB0B9F1FD0A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12022009', N'1', N'0', N'2022-07-04 21:36:07.067', N'2022-07-04 21:36:07.067', N'9', N'4673', N'0', N'2004', N'44', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'5', N'5', N'4673', N'1738') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD82D7C1-6E5B-420B-8BD8-87E7AD78DFB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16022009', N'1', N'0', N'2022-07-04 21:36:10.497', N'2022-07-04 21:36:10.497', N'9', N'3594', N'0', N'2001', N'125', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'4', N'3', N'8', N'7', N'3594', N'878') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'585F9A79-06E0-4FBC-96A8-24E4587001E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042009', N'1', N'0', N'2022-07-04 21:36:31.257', N'2022-07-04 21:36:31.257', N'9', N'4279', N'0', N'2004', N'43', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'5', N'5', N'4279', N'1482') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B08BD9CD-8EA7-4CD5-9607-57D04172C2A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16011009', N'1', N'0', N'2022-07-04 21:36:45.060', N'2022-07-04 21:36:45.060', N'9', N'3287', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'8', N'3287', N'916') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC488C40-18F4-465A-8861-4E803C51D0F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012009', N'1', N'0', N'2022-07-04 21:37:02.667', N'2022-07-04 21:37:02.667', N'9', N'9026', N'0', N'1010', N'142', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'9026', N'2184') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E702E2C-BFE1-4EAF-B566-342E630E0614', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-04 21:37:08.343', N'2022-07-04 21:37:08.343', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9788E84A-88DA-4607-9D8E-1BCE00BCE522', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13032009', N'1', N'0', N'2022-07-04 21:37:24.750', N'2022-07-04 21:37:24.750', N'9', N'3815', N'0', N'2001', N'105', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'3', N'3', N'4', N'4', N'3815', N'1081') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FCCEA9A-B650-42DA-97EB-377031F8A5CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-04 21:37:32.860', N'2022-07-04 21:37:32.860', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD69B76A-9A00-4BE0-BC19-19A88D72ED9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-04 21:37:35.090', N'2022-07-04 21:37:35.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB630A3B-080B-4892-94C4-30A9EBF33D69', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-04 21:37:56.457', N'2022-07-04 21:37:56.457', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8420CB7A-CA34-4382-8C0C-BE72FA4EDA17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50992', N'1', N'0', N'2022-07-04 21:37:58.327', N'2022-07-04 21:37:58.327', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E486B76-89E1-486B-9D55-CEF7454C339A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13012009', N'1', N'0', N'2022-07-04 21:38:18.690', N'2022-07-04 21:38:18.690', N'9', N'3950', N'0', N'2002', N'131', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'6', N'3950', N'790') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99A6C966-554D-422A-803E-29AE43A34A6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60071', N'1', N'0', N'2022-07-04 21:38:48.633', N'2022-07-04 21:38:48.633', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F32E756-B2BE-447E-9B49-3AD3D5D9B1A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13022009', N'1', N'0', N'2022-07-04 21:39:20.963', N'2022-07-04 21:39:20.963', N'9', N'3919', N'0', N'2001', N'91', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'3919', N'1153') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'604DD132-5E67-431C-93DD-9E966F4DA7DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012009', N'1', N'0', N'2022-07-04 21:39:22.387', N'2022-07-04 21:39:22.387', N'9', N'6879', N'0', N'1010', N'144', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'6879', N'2555') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'558F03FB-A204-4856-BFB2-070F6AABB201', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152009', N'1', N'0', N'2022-07-04 21:39:24.930', N'2022-07-04 21:39:24.930', N'9', N'7838', N'0', N'1010', N'135', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7838', N'2504') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1289A9B-7FB5-4B49-8C19-23B0554D3B03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12012009', N'1', N'0', N'2022-07-04 21:39:24.963', N'2022-07-04 21:39:24.963', N'9', N'4834', N'0', N'2002', N'146', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4834', N'1904') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2EDBD8C-F939-4556-AF52-E464906D9CF3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14011011', N'1', N'0', N'2022-07-04 21:40:19.047', N'2022-07-04 21:40:19.047', N'9', N'5220', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'5220', N'2011') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40336C9F-1F59-430C-8137-B8E1070950B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042009', N'1', N'0', N'2022-07-04 21:40:36.050', N'2022-07-04 21:40:36.050', N'9', N'4983', N'0', N'2002', N'155', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4983', N'1459') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BAC9BA4-F148-41DA-A118-EDC8340CC9C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042009', N'1', N'0', N'2022-07-04 21:40:59.083', N'2022-07-04 21:40:59.083', N'9', N'5898', N'0', N'2002', N'162', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'5898', N'1445') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8255616-DAF8-4BF8-912D-537D8CF5D1EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12042009', N'1', N'0', N'2022-07-04 21:41:01.100', N'2022-07-04 21:41:01.100', N'9', N'5460', N'0', N'2002', N'160', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'4', N'3', N'11', N'10', N'5460', N'1775') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1DB48E8-8E87-412A-886B-3E46EFFB2914', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15011009', N'1', N'0', N'2022-07-04 21:41:07.877', N'2022-07-04 21:41:07.877', N'9', N'3836', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3836', N'1061') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3A92DAC-AB51-4D6F-B631-92EE560F6A11', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50992', N'1', N'0', N'2022-07-04 21:41:24.540', N'2022-07-04 21:41:24.540', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FA60F0A-AFF2-484F-BC5B-AA2369B24B77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50366', N'1', N'0', N'2022-07-06 15:35:42.967', N'2022-07-06 15:35:42.967', N'39', N'0', N'0', N'1032', N'322', N'0', N'0', N'0', N'0', N'9045', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'703CAF16-D152-4EB2-BDA5-1BFFA2E9A966', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'25', N'0', N'2022-07-04 22:01:30.120', N'2022-07-04 22:01:30.120', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA646D10-1CF7-4B72-AA97-3F3578B69148', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'16', N'0', N'2022-07-04 22:01:41.483', N'2022-07-04 22:01:41.483', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E19A4AA8-057D-4404-BC2D-9142BE7AC037', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41164', N'1', N'0', N'2022-07-04 21:42:59.170', N'2022-07-04 21:42:59.170', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E8F7901-6534-43F3-AF59-40DE183CD5C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16042009', N'1', N'0', N'2022-07-04 21:43:22.100', N'2022-07-04 21:43:22.100', N'23', N'4068', N'0', N'2002', N'140', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4068', N'1070') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F1AFFFD-A786-4C31-9719-AFF713B84ACB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61003', N'1', N'0', N'2022-07-04 21:44:25.733', N'2022-07-04 21:44:25.733', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C6D0EE0-EEAA-4FA7-B0C7-5A81DFAE1453', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'17', N'0', N'2022-07-04 21:44:26.153', N'2022-07-04 21:44:26.153', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F1E8DCB-0150-4B2A-AAAB-A099C1CABC1B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15021009', N'1', N'0', N'2022-07-04 21:44:32.410', N'2022-07-04 21:44:32.410', N'39', N'4208', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4208', N'1326') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F5C04CB-BD88-4E97-89EF-09087425BE98', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12032009', N'1', N'0', N'2022-07-04 21:44:33.403', N'2022-07-04 21:44:33.403', N'39', N'5356', N'0', N'2002', N'157', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'5356', N'2020') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D3FE043-90B7-44BA-87EB-C3A21101217E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13012009', N'1', N'0', N'2022-07-04 21:44:34.043', N'2022-07-04 21:44:34.043', N'39', N'4356', N'0', N'2002', N'136', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4356', N'1220') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDA6BB4E-0FEE-4431-A6CA-17A20DB167F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'62003', N'1', N'0', N'2022-07-04 21:47:26.480', N'2022-07-04 21:47:26.480', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0844337F-81D5-4765-92D3-EC3F5FE377FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'17', N'80000329', N'1', N'0', N'2022-07-04 21:49:12.523', N'2022-07-04 21:49:12.523', N'7', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8235F87D-7AAB-49A2-BA26-B38A2BB5E20D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62001', N'1', N'0', N'2022-07-04 21:54:54.437', N'2022-07-04 21:54:54.437', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70D83F47-F687-471B-B83D-E61493CDB79B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61002', N'15', N'0', N'2022-07-04 21:45:30.760', N'2022-07-04 21:45:30.760', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B65A700C-3F53-4351-85FA-3D1AFBDD03F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15021009', N'1', N'0', N'2022-07-04 21:55:16.017', N'2022-07-04 21:55:16.017', N'9', N'3833', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3833', N'701') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F83E97DD-7161-4ACD-AC16-850F9D678A28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'4', N'0', N'2022-07-04 21:46:07.777', N'2022-07-04 21:46:07.777', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9F5F189E-B71F-44DB-AB99-9B7C74D65128', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'3', N'0', N'2022-07-04 21:46:23.287', N'2022-07-04 21:46:23.287', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA905EC2-F379-4522-8192-4CBE60ED4983', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'2', N'0', N'2022-07-04 21:46:28.123', N'2022-07-04 21:46:28.123', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDA7454F-6CA5-4C22-9F2E-72472B7424C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'4', N'0', N'2022-07-04 21:46:28.523', N'2022-07-04 21:46:28.523', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FABCA0DC-86A6-4F9A-8B50-4A2B84294B9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11041007', N'1', N'0', N'2022-07-04 21:55:39.603', N'2022-07-04 21:55:39.603', N'9', N'7594', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7594', N'2130') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51819EF8-098D-41B7-8796-44B9CFFBC51E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14041011', N'1', N'0', N'2022-07-04 21:55:57.287', N'2022-07-04 21:55:57.287', N'9', N'5466', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5466', N'1474') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FE5C377-461A-4EDE-B750-1833F47C1C7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60068', N'1', N'0', N'2022-07-04 21:55:58.680', N'2022-07-04 21:55:58.680', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82914FF2-1A8A-463E-8E96-9B4A1172CE8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15011009', N'1', N'0', N'2022-07-04 21:56:09.247', N'2022-07-04 21:56:09.247', N'9', N'3467', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3467', N'1133') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0160EA60-BBD9-40FC-A556-07BBA6537B2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60066', N'2', N'0', N'2022-07-04 21:56:13.913', N'2022-07-04 21:56:13.913', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FC865D0-B783-4025-83A6-3E70E5A2CF39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15021009', N'1', N'0', N'2022-07-04 21:56:53.087', N'2022-07-04 21:56:53.087', N'9', N'3946', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3946', N'1110') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56FFE2BA-6C94-44CC-9D47-BA33FC6F84AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16022009', N'1', N'0', N'2022-07-04 21:56:55.020', N'2022-07-04 21:56:55.020', N'9', N'3904', N'0', N'2002', N'138', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3904', N'1454') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1D5878B-D30D-4A33-AE55-19A19A3FE2A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 21:57:18.300', N'2022-07-04 21:57:18.300', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73874A4E-AB4C-4062-88F2-9CB8CBC626B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60071', N'1', N'0', N'2022-07-04 21:57:31.827', N'2022-07-04 21:57:31.827', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6022B1C7-649A-469A-978E-4D8D7D860269', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12032009', N'1', N'0', N'2022-07-04 21:57:31.870', N'2022-07-04 21:57:31.870', N'9', N'4521', N'0', N'2004', N'38', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4521', N'2120') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F771DBAE-9533-487F-8BC0-5C3F76119E65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-04 21:57:34.740', N'2022-07-04 21:57:34.740', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C652395-AD20-4009-AECE-4D702527C8EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 21:57:40.633', N'2022-07-04 21:57:40.633', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B7C5AE0-6C73-4581-A3F3-3DAA5BE35EE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60085', N'1', N'0', N'2022-07-04 21:57:47.727', N'2022-07-04 21:57:47.727', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A8B991D-6D46-49EF-B160-08D5F562448F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-04 21:57:48.343', N'2022-07-04 21:57:48.343', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FA4C9B6-977F-44E6-A75C-8E1A98A7EFE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12012009', N'1', N'0', N'2022-07-04 21:57:49.760', N'2022-07-04 21:57:49.760', N'9', N'5404', N'0', N'2003', N'45', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5404', N'1462') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62871430-7587-4210-85A4-1597521B220C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12022009', N'1', N'0', N'2022-07-04 21:58:47.223', N'2022-07-04 21:58:47.223', N'9', N'5455', N'0', N'2001', N'148', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'5455', N'1457') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60783C41-C9C6-4CC3-84FD-9658BE1B602C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13032009', N'1', N'0', N'2022-07-04 21:58:47.283', N'2022-07-04 21:58:47.283', N'9', N'4455', N'0', N'2001', N'128', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4455', N'657') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B032C29-1502-4352-8B44-A30666DC265F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11014006', N'1', N'0', N'2022-07-04 21:58:47.950', N'2022-07-04 21:58:47.950', N'9', N'6958', N'0', N'2001', N'339', N'2013', N'48', N'0', N'0', N'2001', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'4', N'0', N'3', N'3', N'10', N'9', N'6958', N'2246') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'924C04A2-E47E-4649-9CCC-B9942BB7FB7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56012', N'1', N'0', N'2022-07-04 21:58:48.340', N'2022-07-04 21:58:48.340', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D761D773-B9F8-4C7D-BA37-2168DB4F9A50', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'7', N'0', N'2022-07-04 22:01:51.787', N'2022-07-04 22:01:51.787', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4433C827-C454-4FA3-AA5B-02CE9715BDF9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'4', N'0', N'2022-07-04 22:02:02.137', N'2022-07-04 22:02:02.137', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18415909-E3EE-4373-AEF8-A8A3F6C6D9D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'1', N'0', N'2022-07-04 22:02:02.533', N'2022-07-04 22:02:02.533', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6C34C38-88C6-4F47-B7FF-554065384AA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'4', N'0', N'2022-07-04 22:02:13.787', N'2022-07-04 22:02:13.787', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6012CAA5-479A-437A-AC80-3FAD4BE30EE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16021009', N'1', N'0', N'2022-07-04 22:02:37.603', N'2022-07-04 22:02:37.603', N'39', N'4159', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4159', N'774') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A037E762-BC79-4DA8-BF3F-4D81CD3B0BA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12041011', N'1', N'0', N'2022-07-04 22:02:37.943', N'2022-07-04 22:02:37.943', N'39', N'4281', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'4281', N'2351') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'390AB2A5-B6CF-4FC1-9FBC-9CA7B22819CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11151010', N'1', N'0', N'2022-07-04 22:02:38.317', N'2022-07-04 22:02:38.317', N'39', N'6325', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'6325', N'2343') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A814E341-73AA-4B2C-B2EB-6C8885EB1E10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11071010', N'1', N'0', N'2022-07-04 22:02:38.753', N'2022-07-04 22:02:38.753', N'39', N'7284', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7284', N'2951') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DB41BE1-3AC2-4351-AAB2-B7708E4E0805', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'6', N'0', N'2022-07-04 22:02:39.650', N'2022-07-04 22:02:39.650', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74E30835-B36F-4B7B-A994-F0707F24C499', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12012009', N'1', N'0', N'2022-07-04 22:02:40.493', N'2022-07-04 22:02:40.493', N'39', N'4639', N'0', N'2001', N'139', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'4', N'5', N'4639', N'2038') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72DF315F-8034-4ADE-BC98-F26724EE165E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'8', N'0', N'2022-07-04 22:03:37.740', N'2022-07-04 22:03:37.740', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4FD4929-B07C-4B75-952F-A4CA5914699A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'3', N'0', N'2022-07-04 22:03:37.880', N'2022-07-04 22:03:37.880', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF23FFA7-604D-481B-BD5B-1A28C71B833C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'65', N'0', N'2022-07-04 22:03:42.653', N'2022-07-04 22:03:42.653', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2607BB4E-90D3-4E9F-8354-1759BC82CD44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'10', N'0', N'2022-07-04 22:03:56.943', N'2022-07-04 22:03:56.943', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B05C05D5-1AD4-4A96-9A1D-43EF1BF36353', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40029', N'10', N'0', N'2022-07-04 22:30:57.490', N'2022-07-04 22:30:57.490', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05347DB8-ACD2-4C74-B18D-77202805784C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-04 22:31:59.577', N'2022-07-04 22:31:59.577', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF8B0A4C-53F8-4BDC-9DAD-DFAA18A44E32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092009', N'1', N'0', N'2022-07-04 22:32:04.650', N'2022-07-04 22:32:04.650', N'9', N'6111', N'0', N'2001', N'229', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6111', N'2062') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB2E13B8-D2A2-4370-94EA-1F64D010952C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20021009', N'1', N'0', N'2022-07-04 22:32:17.927', N'2022-07-04 22:32:17.927', N'9', N'3716', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3716', N'748') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B442948A-2FD5-4E11-9CD5-F63C410AC084', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41371', N'10', N'0', N'2022-07-04 22:32:23.223', N'2022-07-04 22:32:23.223', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B86ECA0B-E6D2-485A-8EA9-2BDDADB69059', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20011009', N'1', N'0', N'2022-07-04 22:33:32.233', N'2022-07-04 22:33:32.233', N'9', N'4295', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4295', N'840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9ECBFD25-A59E-43A8-AABC-71D27C0A8441', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-04 22:34:10.330', N'2022-07-04 22:34:10.330', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D9E09AC-AE49-48F0-8561-12D4B5AEDBD1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 22:35:06.727', N'2022-07-04 22:35:06.727', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2B42E97-BF36-4AA4-B219-954CD1C7C74E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16031010', N'1', N'0', N'2022-07-04 22:35:42.797', N'2022-07-04 22:35:42.797', N'9', N'3106', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3106', N'978') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71CC599B-E4F9-4EA3-A6DC-211F71EB449A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042006', N'1', N'0', N'2022-07-04 22:35:54.953', N'2022-07-04 22:35:54.953', N'9', N'8017', N'0', N'2002', N'178', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'4', N'3', N'15', N'12', N'8017', N'2107') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8011415D-9736-4CA5-AD97-8D0703F16FFD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'1', N'0', N'2022-07-04 22:35:54.983', N'2022-07-04 22:35:54.983', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF6999D6-D556-420F-B372-52A8248705D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-04 22:36:34.270', N'2022-07-04 22:36:34.270', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C566CB2-F9F9-44CB-AC6D-B5EE16FF1EFD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042006', N'1', N'0', N'2022-07-04 22:36:44.183', N'2022-07-04 22:36:44.183', N'9', N'8585', N'0', N'1010', N'130', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'8585', N'2122') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74322E07-2AB2-4B1D-873C-B4278308A837', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032008', N'1', N'0', N'2022-07-04 22:36:44.480', N'2022-07-04 22:36:44.480', N'9', N'4078', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'3', N'3', N'4078', N'722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46D225FA-37A0-442A-967D-10370609AEB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052009', N'1', N'0', N'2022-07-04 22:37:15.863', N'2022-07-04 22:37:15.863', N'9', N'7316', N'0', N'1010', N'150', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'1', N'3', N'2', N'2', N'7316', N'2636') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48BCAD51-A800-46F4-BF47-A72FE9B682CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032008', N'1', N'0', N'2022-07-04 22:37:16.323', N'2022-07-04 22:37:16.323', N'9', N'3919', N'0', N'2001', N'86', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3919', N'1137') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36AC9418-4D47-4590-BEC4-4F4E0FCD3AEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11024005', N'1', N'0', N'2022-07-04 22:37:44.020', N'2022-07-04 22:37:44.020', N'23', N'7995', N'0', N'2029', N'41', N'2002', N'358', N'0', N'0', N'2015', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'1', N'0', N'3', N'3', N'8', N'10', N'7995', N'2289') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C42341D5-EBD8-4F19-8720-AA1A7B216C74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-04 22:38:37.667', N'2022-07-04 22:38:37.667', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DAACE72-805E-493B-BC5B-CC309CCF34DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'14', N'0', N'2022-07-04 22:39:05.140', N'2022-07-04 22:39:05.140', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D9B1A97-5B6C-42FC-873A-FB6974D8BD59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'66039', N'5', N'0', N'2022-07-04 22:40:53.363', N'2022-07-04 22:40:53.363', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E020A4B-2F65-4B2D-939B-BEFD0AFB588B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41251', N'1', N'0', N'2022-07-04 22:42:42.790', N'2022-07-04 22:42:42.790', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E528D371-BE62-4186-8369-3ABB6B4AC5A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'2', N'0', N'2022-07-04 22:54:02.050', N'2022-07-04 22:54:02.050', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7802F7A9-B57A-4356-92A8-B024183BF732', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'9', N'0', N'2022-07-04 22:54:03.613', N'2022-07-04 22:54:03.613', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F01B386B-2A86-4593-BC0F-2475A17D63AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'2', N'0', N'2022-07-04 22:54:25.637', N'2022-07-04 22:54:25.637', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAE9DA04-12E2-47FA-9CB0-01E6125AC154', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'15', N'0', N'2022-07-04 22:54:25.833', N'2022-07-04 22:54:25.833', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5D1AE50-7366-44FE-97E6-5F6D25FA760B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50992', N'1', N'0', N'2022-07-05 16:56:34.573', N'2022-07-05 16:56:34.573', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F4B2993-8982-4EAA-9C99-D8179AD2C3AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20012009', N'1', N'0', N'2022-07-05 16:56:34.660', N'2022-07-05 16:56:34.660', N'9', N'3682', N'0', N'2003', N'28', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'3682', N'722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FB1B417-CFA3-430D-9F9A-7CE265C5FD30', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-05 16:56:36.490', N'2022-07-05 16:56:36.490', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A35A97BD-8A16-45EE-AA18-E7E968DEF330', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-05 16:56:43.197', N'2022-07-05 16:56:43.197', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51950402-F0BB-4FB4-8148-B728A534145C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-05 16:56:57.107', N'2022-07-05 16:56:57.107', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A71868ED-3F17-414E-A1B7-C4920573C46C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'8', N'0', N'2022-07-05 16:57:01.137', N'2022-07-05 16:57:01.137', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C49AF9E-FC12-4C6E-839A-921E6D04D414', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042007', N'1', N'0', N'2022-07-05 16:57:06.793', N'2022-07-05 16:57:06.793', N'9', N'6289', N'0', N'2002', N'220', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'13', N'12', N'6289', N'2109') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B88FF6F5-F8FB-42B9-A1A4-E0427E6D24A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042009', N'1', N'0', N'2022-07-05 16:57:10.627', N'2022-07-05 16:57:10.627', N'9', N'3445', N'0', N'2001', N'98', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3445', N'1284') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'080C7FC1-D7D5-43BA-85F9-C8F1204EFAA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-05 16:57:19.957', N'2022-07-05 16:57:19.957', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96743E69-FFC6-46BD-B00B-060A6FA49C3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50992', N'1', N'0', N'2022-07-05 16:57:21.360', N'2022-07-05 16:57:21.360', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A383AE2-FA37-46DB-9639-7FBE76FFCB04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'55', N'0', N'2022-07-05 16:57:22.797', N'2022-07-05 16:57:22.797', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C9F8E58-19DB-4B03-936D-E3FFD3371BE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'4', N'0', N'2022-07-05 16:57:23.377', N'2022-07-05 16:57:23.377', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05654946-53F2-4598-AED7-AEE75FE9418E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-05 16:57:32.940', N'2022-07-05 16:57:32.940', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07205AB9-19C7-46A6-9A1B-46A44E701C80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50992', N'1', N'0', N'2022-07-05 16:57:38.260', N'2022-07-05 16:57:38.260', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A2DFA8C-3478-4827-95B1-F393B02AE8E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022009', N'1', N'0', N'2022-07-05 16:57:44.537', N'2022-07-05 16:57:44.537', N'9', N'4492', N'0', N'2002', N'72', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4492', N'1235') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEB7F81D-A1BA-495C-8503-B900827C54EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131010', N'1', N'0', N'2022-07-05 16:58:16.053', N'2022-07-05 16:58:16.053', N'9', N'8734', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8734', N'2143') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4A68FBA-C85A-4483-8B7E-B4A89409C6EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'9', N'0', N'2022-07-05 16:58:25.153', N'2022-07-05 16:58:25.153', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E622B89-243C-427E-B9EC-6FD5725DE4F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50992', N'1', N'0', N'2022-07-05 16:58:49.467', N'2022-07-05 16:58:49.467', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67F03846-5F7A-43FC-91A3-699AC567CCB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50992', N'1', N'0', N'2022-07-05 16:58:51.377', N'2022-07-05 16:58:51.377', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'348E32D3-0CF2-45AC-8478-EF10F6A47C48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-05 16:59:56.717', N'2022-07-05 16:59:56.717', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C80A63A-BEA2-4A65-9784-07A061A44A21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'9', N'0', N'2022-07-05 17:00:02.207', N'2022-07-05 17:00:02.207', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5B79DFD-C789-44E5-A0CC-56D345C95A6C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41372', N'1', N'0', N'2022-07-05 17:00:02.267', N'2022-07-05 17:00:02.267', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11B86285-DFAA-4378-A928-D35FD0259CE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15012008', N'1', N'0', N'2022-07-05 17:00:14.907', N'2022-07-05 17:00:14.907', N'9', N'3146', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'2', N'3', N'3', N'2', N'3146', N'645') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'050A67F2-F5A0-458C-A564-43E6C988E8EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022008', N'1', N'0', N'2022-07-05 17:00:15.600', N'2022-07-05 17:00:15.600', N'9', N'4504', N'0', N'2004', N'37', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4504', N'1149') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF319D68-4D1A-43C1-AD39-94FB0A2421BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50992', N'1', N'0', N'2022-07-05 17:00:15.657', N'2022-07-05 17:00:15.657', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0FA7B4C-30CA-4230-B82F-7257F4E00B87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50992', N'1', N'0', N'2022-07-05 17:00:17.830', N'2022-07-05 17:00:17.830', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33F3A053-5F0B-4FBB-8E68-5666A078D2B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50992', N'1', N'0', N'2022-07-05 17:00:17.853', N'2022-07-05 17:00:17.853', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71B1BAF7-02A1-4C59-AA31-5911BDB97582', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20021009', N'1', N'0', N'2022-07-05 17:00:17.870', N'2022-07-05 17:00:17.870', N'9', N'4712', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4712', N'881') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B05C8D47-DD9E-4C7B-9CF0-0CC6BDCE2A13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50992', N'1', N'0', N'2022-07-05 17:00:19.770', N'2022-07-05 17:00:19.770', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B10BD0D4-1F60-40B2-9F6F-3ECEED97A645', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50992', N'1', N'0', N'2022-07-05 17:00:26.510', N'2022-07-05 17:00:26.510', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36611FDE-E4FA-457E-9589-EBEF10213DE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13041010', N'1', N'0', N'2022-07-05 17:00:52.033', N'2022-07-05 17:00:52.033', N'9', N'4261', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4261', N'1036') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A02748D-DB02-4DF5-A4C2-DFB301110D27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15031009', N'1', N'0', N'2022-07-05 17:00:52.683', N'2022-07-05 17:00:52.683', N'9', N'3364', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3364', N'745') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD8DECEF-6AAA-47BA-B3F4-85BFE95F28C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15011009', N'1', N'0', N'2022-07-05 17:00:53.680', N'2022-07-05 17:00:53.680', N'9', N'3208', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3208', N'1459') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66980695-E862-49A6-937F-87906C68844B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11111010', N'1', N'0', N'2022-07-05 17:01:26.977', N'2022-07-05 17:01:26.977', N'9', N'6057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6057', N'2204') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E606E921-39CF-478C-A11F-74D3DB719DFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082007', N'1', N'0', N'2022-07-05 17:02:40.343', N'2022-07-05 17:02:40.343', N'9', N'6384', N'0', N'2001', N'289', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'6384', N'2711') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BB52A52-5400-47BC-8A4A-55584DBAA93B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072010', N'1', N'0', N'2022-07-05 17:02:41.693', N'2022-07-05 17:02:41.693', N'9', N'6242', N'0', N'1010', N'135', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6242', N'2010') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B5AC792-C52B-4EB8-9FB4-E8E6F49E479D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14042010', N'1', N'0', N'2022-07-05 17:03:08.983', N'2022-07-05 17:03:08.983', N'9', N'4055', N'0', N'2002', N'130', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4055', N'2168') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A108F621-D1BF-4F32-8FAA-89F00D57AA26', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16044006', N'1', N'0', N'2022-07-05 17:03:35.210', N'2022-07-05 17:03:35.210', N'23', N'3626', N'0', N'2031', N'4', N'2004', N'23', N'0', N'0', N'2064', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'2', N'0', N'3', N'3', N'5', N'4', N'3626', N'1122') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13675BA7-4B2F-4DC7-A761-3DE67A068B5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-05 17:05:22.713', N'2022-07-05 17:05:22.713', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1973202-0539-4234-BBE5-F7963588DBD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'2', N'0', N'2022-07-05 17:18:04.080', N'2022-07-05 17:18:04.080', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E7EE802-2A45-4271-9DBB-09E65D4E36FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'1', N'0', N'2022-07-05 17:06:00.750', N'2022-07-05 17:06:00.750', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC958B56-4078-4CE8-9E51-B9ADE3C7DB1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'5', N'0', N'2022-07-05 17:06:01.090', N'2022-07-05 17:06:01.090', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'504427E1-2D4D-466F-AB61-049C2B3FCDCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'8', N'0', N'2022-07-05 17:06:13.197', N'2022-07-05 17:06:13.197', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5624A963-69A7-4D2E-A77A-F91D961FCBDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'10', N'0', N'2022-07-05 17:06:48.003', N'2022-07-05 17:06:48.003', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91D5C865-CA6D-4D43-835D-42F42329D36D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'3', N'0', N'2022-07-05 17:06:53.980', N'2022-07-05 17:06:53.980', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1022EC7-F46B-48D8-9792-C4CF088BF6F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63001', N'3', N'0', N'2022-07-05 17:10:07.607', N'2022-07-05 17:10:07.607', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBF66C92-F993-4830-9372-30EA6A78E06B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16001', N'7', N'0', N'2022-07-05 17:10:10.870', N'2022-07-05 17:10:10.870', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'323A7FB7-92CA-46AA-BCF4-4C0CBDB20E06', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-05 17:10:21.480', N'2022-07-05 17:10:21.480', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46386B69-9DE1-4375-9B52-A6AF74B5F558', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-05 17:10:21.820', N'2022-07-05 17:10:21.820', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE282DEA-6716-4371-80A6-743D4F054FD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022005', N'1', N'0', N'2022-07-05 17:10:32.810', N'2022-07-05 17:10:32.810', N'9', N'3390', N'0', N'2003', N'19', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3390', N'708') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3A81AFC-C408-4890-B7E5-2FFAB295C760', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62001', N'2', N'0', N'2022-07-05 17:10:42.920', N'2022-07-05 17:10:42.920', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3E609A2-FBDA-4321-934B-70BA4A20AAD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012005', N'1', N'0', N'2022-07-05 17:10:43.380', N'2022-07-05 17:10:43.380', N'9', N'3790', N'0', N'2001', N'42', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3790', N'852') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D344CB0B-7377-4E47-9715-34B69CF04BD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61001', N'3', N'0', N'2022-07-05 17:10:55.030', N'2022-07-05 17:10:55.030', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBF6E276-86FB-46D0-B04F-DEBE6BABB5F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50991', N'1', N'0', N'2022-07-05 17:11:12.887', N'2022-07-05 17:11:12.887', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA34B77C-6A29-4B38-8BBA-B8837C12354A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071006', N'1', N'0', N'2022-07-05 17:11:15.303', N'2022-07-05 17:11:15.303', N'9', N'7387', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7387', N'2387') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A6474BF-4C53-4BD9-9CE5-3642CEF997F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032006', N'1', N'0', N'2022-07-05 17:11:33.047', N'2022-07-05 17:11:33.047', N'9', N'5403', N'0', N'2004', N'29', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'6', N'7', N'5403', N'1707') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F657CFD-F168-48E5-B6D5-996BCFD9908B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112006', N'1', N'0', N'2022-07-05 17:11:39.453', N'2022-07-05 17:11:39.453', N'9', N'6142', N'0', N'2001', N'157', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'6142', N'2102') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'783706DF-E818-4743-A78E-7C0E2EB109B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012005', N'1', N'0', N'2022-07-05 17:11:39.857', N'2022-07-05 17:11:39.857', N'9', N'3135', N'0', N'1010', N'26', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'4', N'4', N'3135', N'702') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5C97EA2-4430-4D1C-8D8D-F99217533FFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062003', N'1', N'0', N'2022-07-05 17:11:40.463', N'2022-07-05 17:11:40.463', N'9', N'7239', N'0', N'2001', N'132', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'1', N'3', N'3', N'2', N'7239', N'2018') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE6EC24C-FBDF-4430-A96B-0C38D6736374', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152006', N'1', N'0', N'2022-07-05 17:13:18.390', N'2022-07-05 17:13:18.390', N'9', N'9224', N'0', N'1010', N'98', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'3', N'3', N'9', N'10', N'9224', N'2523') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C345B205-5E1E-4614-A338-88A5411F0480', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-05 17:18:07.703', N'2022-07-05 17:18:07.703', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99745A1B-CEFB-4FD2-8A26-1F80C6ADD6C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011011', N'1', N'0', N'2022-07-05 18:05:34.187', N'2022-07-05 18:05:34.187', N'9', N'4875', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4875', N'1671') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0396BED-9712-4F3F-891E-150108E51194', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-05 17:18:25.740', N'2022-07-05 17:18:25.740', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7111FFE-4A8F-4D08-BAFF-DA021B47E886', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022005', N'1', N'0', N'2022-07-05 17:18:26.473', N'2022-07-05 17:18:26.473', N'9', N'6358', N'0', N'2002', N'168', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'6358', N'2856') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55F7D8CD-F344-4182-8E4C-E22857C1E850', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50992', N'1', N'0', N'2022-07-05 17:18:32.673', N'2022-07-05 17:18:32.673', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB7C006E-F247-4729-B095-F6D98B8A3169', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15041007', N'1', N'0', N'2022-07-05 17:18:45.443', N'2022-07-05 17:18:45.443', N'9', N'3340', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3340', N'1105') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C3C54C6-02C3-482E-8704-33C97FBA0954', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50992', N'1', N'0', N'2022-07-05 17:18:50.713', N'2022-07-05 17:18:50.713', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B486FF66-E10F-4339-9BCD-40B487C1245A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022008', N'1', N'0', N'2022-07-05 17:19:26.473', N'2022-07-05 17:19:26.473', N'9', N'5368', N'0', N'2002', N'128', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'5', N'4', N'5368', N'1456') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB64A3FB-2EF1-4A97-B359-A0B4C0F525FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'6', N'0', N'2022-07-05 17:19:26.660', N'2022-07-05 17:19:26.660', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E748367-1A4E-4112-B9E4-90F82388D7EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022007', N'1', N'0', N'2022-07-05 17:19:33.300', N'2022-07-05 17:19:33.300', N'9', N'3889', N'0', N'2003', N'30', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3889', N'715') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'35D54A6D-2C82-47EF-89EB-5C614F0E956A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-05 17:19:35.623', N'2022-07-05 17:19:35.623', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CC9E7AB-7CD5-47CB-B792-795D15FD4A2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50992', N'1', N'0', N'2022-07-05 17:19:45.670', N'2022-07-05 17:19:45.670', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A7A3EE1-46B1-4A81-93E8-81FA8776E9BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50992', N'1', N'0', N'2022-07-05 17:19:55.470', N'2022-07-05 17:19:55.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C44AB5FB-7BE1-4DF8-88F3-A8714424BAC5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'2', N'0', N'2022-07-05 17:19:55.710', N'2022-07-05 17:19:55.710', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'218FF4C3-0DC0-463A-BF09-01EBB7F06C6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022005', N'1', N'0', N'2022-07-05 17:19:56.190', N'2022-07-05 17:19:56.190', N'9', N'8508', N'0', N'2001', N'185', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'8508', N'2451') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'626E9792-8A78-475D-88FB-119DF8AA5CB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50992', N'1', N'0', N'2022-07-05 17:19:59.037', N'2022-07-05 17:19:59.037', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7801DC3F-C3A2-4722-9968-23F07C76DD18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50992', N'1', N'0', N'2022-07-05 17:20:03.683', N'2022-07-05 17:20:03.683', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03AF8CCC-C963-4341-B090-5BFA4194A1AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'10', N'0', N'2022-07-05 17:20:09.573', N'2022-07-05 17:20:09.573', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0AB3F030-57C1-4EE9-8954-25CBBB670EB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50992', N'1', N'0', N'2022-07-05 17:20:23.770', N'2022-07-05 17:20:23.770', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA34C082-C075-4BF8-ABD8-F21973EE539C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022007', N'1', N'0', N'2022-07-05 17:20:43.470', N'2022-07-05 17:20:43.470', N'9', N'3148', N'0', N'2003', N'22', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'3148', N'1575') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5D7A3A0-0833-447F-AE57-F7D512D55BBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50992', N'1', N'0', N'2022-07-05 17:20:44.097', N'2022-07-05 17:20:44.097', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'28', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3167855A-2C2D-44BF-A952-AA2FEBDC3775', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11111008', N'1', N'0', N'2022-07-05 17:21:15.090', N'2022-07-05 17:21:15.090', N'9', N'7892', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7892', N'2610') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F719FCB-35AC-4106-AD5A-4AF935F8ECFC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11091008', N'1', N'0', N'2022-07-05 17:21:20.823', N'2022-07-05 17:21:20.823', N'9', N'7770', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7770', N'2373') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7387604F-5180-485C-B2FA-021BE294F5B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50992', N'1', N'0', N'2022-07-05 17:21:32.263', N'2022-07-05 17:21:32.263', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E19FCDF0-69FD-4555-A91F-191AD554D57B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50992', N'1', N'0', N'2022-07-05 17:22:18.947', N'2022-07-05 17:22:18.947', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E8C5FCD-2054-4D5D-A6FC-CBF0A91ABFF3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022008', N'1', N'0', N'2022-07-05 17:22:32.283', N'2022-07-05 17:22:32.283', N'9', N'5027', N'0', N'2002', N'141', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'4', N'4', N'5027', N'1633') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC4A4A70-D8B7-4CD7-8D59-FAA807786161', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56011', N'2', N'0', N'2022-07-05 17:22:32.947', N'2022-07-05 17:22:32.947', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'706A71F6-C136-476F-9E36-C1B61DE2CB00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052008', N'1', N'0', N'2022-07-05 17:22:39.163', N'2022-07-05 17:22:39.163', N'9', N'8017', N'0', N'1010', N'104', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'8017', N'2227') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D7EDC20-F406-46C4-8C4B-14ACCB8F4C61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042005', N'1', N'0', N'2022-07-05 17:22:40.017', N'2022-07-05 17:22:40.017', N'9', N'8017', N'0', N'1010', N'104', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'8017', N'2227') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E7930D5-12BB-4CF7-A2D6-C36852D8F7D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032007', N'1', N'0', N'2022-07-05 17:22:41.490', N'2022-07-05 17:22:41.490', N'9', N'3958', N'0', N'2003', N'29', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3958', N'976') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD5BA45B-B625-444D-9F74-27C59B6BEC34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131008', N'1', N'0', N'2022-07-05 17:22:42.260', N'2022-07-05 17:22:42.260', N'9', N'6073', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'6073', N'2680') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'049D4295-2D56-4936-80A5-904E0B59BCC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11011008', N'1', N'0', N'2022-07-05 17:22:44.833', N'2022-07-05 17:22:44.833', N'9', N'7036', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7036', N'2003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09251AEF-7A9F-4A04-96D4-3AFF96661A65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-05 17:22:49.940', N'2022-07-05 17:22:49.940', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5412B6DB-0AAB-4064-9352-91BB093B57EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50992', N'1', N'0', N'2022-07-05 17:24:30.280', N'2022-07-05 17:24:30.280', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EAD7B9E-24B4-4582-B23C-AD74D86FE5DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50992', N'1', N'0', N'2022-07-05 17:24:44.067', N'2022-07-05 17:24:44.067', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7EC2DC2-5182-441A-87ED-717D53F86E3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50992', N'1', N'0', N'2022-07-05 17:25:06.777', N'2022-07-05 17:25:06.777', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDF5F8D9-8992-4D50-BBD3-B1A8AF475D9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40034', N'15', N'0', N'2022-07-05 17:25:13.650', N'2022-07-05 17:25:13.650', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9BB7D28-53E4-4275-B068-28642B210248', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50992', N'1', N'0', N'2022-07-05 17:25:15.833', N'2022-07-05 17:25:15.833', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D3FDB6D-76B1-4DB4-84A9-DD648C60D0AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042009', N'1', N'0', N'2022-07-06 22:15:44.767', N'2022-07-06 22:15:44.767', N'39', N'8726', N'0', N'1010', N'143', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8726', N'2502') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF84CE5B-5EF2-47CE-9AF8-4E79FFBF125F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50992', N'1', N'0', N'2022-07-05 17:25:37.680', N'2022-07-05 17:25:37.680', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F4AB6FD-3A95-4AF7-AEEC-810B4DC4CC64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011009', N'1', N'0', N'2022-07-05 17:25:43.973', N'2022-07-05 17:25:43.973', N'9', N'3213', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3213', N'1191') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA1D2B91-5C42-4790-91FD-F2F9ADC88B6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-05 17:25:54.173', N'2022-07-05 17:25:54.173', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2A6A45E-3AD7-42E4-B581-49FEB4EB6E13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131010', N'1', N'0', N'2022-07-05 17:26:22.577', N'2022-07-05 17:26:22.577', N'9', N'8034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8034', N'2207') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AA5DBA5-446E-4884-8A95-1A3BCD0D2673', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50992', N'1', N'0', N'2022-07-05 17:26:23.773', N'2022-07-05 17:26:23.773', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACFF7CC1-F2F7-40CB-BB0A-91B7229D47C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50992', N'1', N'0', N'2022-07-05 17:27:02.040', N'2022-07-05 17:27:02.040', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB7F5C4C-D543-45C1-9E58-35ED12BB3820', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50992', N'1', N'0', N'2022-07-05 17:27:05.080', N'2022-07-05 17:27:05.080', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'940E32FF-E06D-4796-BF74-0E84EBC1E84E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50992', N'1', N'0', N'2022-07-05 17:27:28.630', N'2022-07-05 17:27:28.630', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DD2634C-021B-441F-94B7-08E91A892EE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50992', N'1', N'0', N'2022-07-05 17:27:31.787', N'2022-07-05 17:27:31.787', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28DB4EF2-4707-40E0-9612-8CAA3F6AD6AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'3', N'0', N'2022-07-05 17:27:51.257', N'2022-07-05 17:27:51.257', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DAEC8B3-356E-4251-B7ED-448219FA4065', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50436', N'1', N'0', N'2022-07-05 17:27:51.280', N'2022-07-05 17:27:51.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95A5607A-A98F-4BF3-9E60-E19F9F43C2BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011011', N'1', N'0', N'2022-07-05 17:27:52.440', N'2022-07-05 17:27:52.440', N'9', N'4169', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4169', N'1614') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F526119F-5AB2-4B9D-BE94-4D143BF82159', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032009', N'1', N'0', N'2022-07-05 17:28:11.183', N'2022-07-05 17:28:11.183', N'9', N'7914', N'0', N'2002', N'191', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'7914', N'2466') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDFF6276-0EFD-4AD8-B9FD-07A984EE17DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'2', N'0', N'2022-07-05 17:28:14.227', N'2022-07-05 17:28:14.227', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4C65F83-8326-4D87-96D3-C4DB35897BCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50992', N'1', N'0', N'2022-07-05 17:28:19.077', N'2022-07-05 17:28:19.077', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D06EC0B2-CF4E-440F-AE8A-AF90CBC862D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082006', N'1', N'0', N'2022-07-05 17:29:13.237', N'2022-07-05 17:29:13.237', N'9', N'6382', N'0', N'2002', N'221', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'14', N'15', N'6382', N'2187') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'314050AC-5D67-45F5-9662-F3B2F72AD635', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032008', N'1', N'0', N'2022-07-05 17:29:24.650', N'2022-07-05 17:29:24.650', N'9', N'3273', N'0', N'2004', N'26', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'2', N'3', N'3273', N'1360') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CA53286-28B1-4463-B68A-7E23FAA08F08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50992', N'1', N'0', N'2022-07-05 17:29:43.197', N'2022-07-05 17:29:43.197', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D04133EA-BBF8-4484-98AB-7CAE1C867373', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50435', N'1', N'0', N'2022-07-05 17:29:47.187', N'2022-07-05 17:29:47.187', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDCE3C54-E837-4737-9566-0E949CDD7A47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50992', N'1', N'0', N'2022-07-05 17:30:05.267', N'2022-07-05 17:30:05.267', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CED1B6B7-C408-4DBF-984C-934793DE2201', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50992', N'1', N'0', N'2022-07-05 17:30:28.510', N'2022-07-05 17:30:28.510', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4ACEC804-EF2C-4CD2-A0E0-51A8161C6B9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062006', N'1', N'0', N'2022-07-05 17:30:29.930', N'2022-07-05 17:30:29.930', N'9', N'7560', N'0', N'2001', N'216', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'1', N'3', N'3', N'3', N'7560', N'2826') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A73C3190-78C0-4C1F-A519-786C9370E33C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032010', N'1', N'0', N'2022-07-05 17:30:30.647', N'2022-07-05 17:30:30.647', N'9', N'8667', N'0', N'2002', N'272', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8667', N'2128') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7D95E2B-EEC3-426D-99BC-5473CC8A6F8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11071010', N'1', N'0', N'2022-07-05 17:30:39.787', N'2022-07-05 17:30:39.787', N'9', N'8605', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'8605', N'2065') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86CD6B6B-C268-4227-9259-DBC46837AD4C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011010', N'1', N'0', N'2022-07-05 17:32:03.410', N'2022-07-05 17:32:03.410', N'9', N'3867', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3867', N'1384') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51DA3882-1332-4568-9B5E-88AA8A8B653C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 17:32:03.883', N'2022-07-05 17:32:03.883', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0534642F-89AA-439A-9A46-6274921CCF95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072009', N'1', N'0', N'2022-07-05 17:32:04.337', N'2022-07-05 17:32:04.337', N'9', N'6724', N'0', N'2002', N'211', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6724', N'2087') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D898FA63-B4DC-4071-B253-C275B4771C8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042009', N'1', N'0', N'2022-07-05 17:32:05.360', N'2022-07-05 17:32:05.360', N'9', N'3326', N'0', N'2004', N'26', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3326', N'920') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57559D9F-4222-4C73-A973-2A16ABAC3B79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022008', N'1', N'0', N'2022-07-05 17:32:09.163', N'2022-07-05 17:32:09.163', N'9', N'3136', N'0', N'2004', N'31', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3136', N'1239') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F76BA546-281D-4E76-86E3-FE331DD57174', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012010', N'1', N'0', N'2022-07-05 17:32:09.360', N'2022-07-05 17:32:09.360', N'9', N'5746', N'0', N'2001', N'168', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5746', N'1460') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCDF3306-9BD9-4C7B-B866-A469B3945729', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022010', N'1', N'0', N'2022-07-05 17:32:11.253', N'2022-07-05 17:32:11.253', N'9', N'4201', N'0', N'2001', N'156', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'5', N'5', N'4201', N'1484') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BCF0542-295C-46A3-8ACF-E425AE041245', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042008', N'1', N'0', N'2022-07-05 17:32:11.837', N'2022-07-05 17:32:11.837', N'9', N'3201', N'0', N'2003', N'31', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3201', N'684') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62F22A33-424F-4244-9872-6DDD1E8F26BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042009', N'1', N'0', N'2022-07-05 17:32:12.663', N'2022-07-05 17:32:12.663', N'9', N'3307', N'0', N'2004', N'36', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3307', N'790') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DD8C659-6003-4BED-8F80-E1ADDC424354', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052010', N'1', N'0', N'2022-07-05 17:32:13.670', N'2022-07-05 17:32:13.670', N'9', N'9668', N'0', N'2002', N'235', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'3', N'3', N'8', N'9', N'9668', N'2413') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE8F55F7-4E98-47A2-AB76-32B833D192B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50992', N'1', N'0', N'2022-07-05 17:32:20.780', N'2022-07-05 17:32:20.780', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D09798EF-E7AB-4D6D-A85F-CFA84BBA8040', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'2', N'0', N'2022-07-05 17:33:00.347', N'2022-07-05 17:33:00.347', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB462D54-DBDC-4B05-8187-7330710526F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-05 17:33:19.850', N'2022-07-05 17:33:19.850', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A050752F-BB3A-41C4-ABD3-5834AE09E749', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-05 17:34:34.037', N'2022-07-05 17:34:34.037', N'26', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C99038E4-36E7-4A70-9269-EA0D7C6C233E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-05 17:36:03.893', N'2022-07-05 17:36:03.893', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9B9BA5F-C92A-4463-8B68-37E22FDCEB61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082006', N'1', N'0', N'2022-07-05 17:59:01.303', N'2022-07-05 17:59:01.303', N'9', N'6617', N'0', N'1010', N'136', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6617', N'2531') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'126754BD-A65E-43A9-BFAC-90A5554BC4E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052009', N'1', N'0', N'2022-07-05 17:59:01.690', N'2022-07-05 17:59:01.690', N'9', N'7722', N'0', N'1010', N'144', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7722', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'112FF9EE-B9D1-48D6-BE0D-CF41B20801A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11081006', N'1', N'0', N'2022-07-05 17:59:02.830', N'2022-07-05 17:59:02.830', N'9', N'7582', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7582', N'2332') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0126BF9-3032-4C1A-8B32-DBE400325B9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50992', N'1', N'0', N'2022-07-05 17:59:03.007', N'2022-07-05 17:59:03.007', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FE92518-262E-4DA4-BA68-372996F9DADC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'24', N'0', N'2022-07-05 17:59:08.040', N'2022-07-05 17:59:08.040', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C8F1F6C-FF90-4C12-A140-1CF93F9B8D54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50992', N'1', N'0', N'2022-07-05 17:59:32.217', N'2022-07-05 17:59:32.217', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAEED871-5274-473E-9ACC-A4BE563477F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41416', N'6', N'0', N'2022-07-05 17:59:39.567', N'2022-07-05 17:59:39.567', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44217267-64C3-43BA-9FA2-A820AF3B9CA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41415', N'3', N'0', N'2022-07-05 17:59:40.613', N'2022-07-05 17:59:40.613', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'547900F6-0B26-4D83-8008-F7A1C36DB14E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15032009', N'1', N'0', N'2022-07-05 17:59:41.607', N'2022-07-05 17:59:41.607', N'9', N'4395', N'0', N'2004', N'36', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4395', N'862') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8020B6E-BBE4-4900-9020-6835D8F6F78A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022010', N'1', N'0', N'2022-07-05 17:59:42.023', N'2022-07-05 17:59:42.023', N'9', N'5395', N'0', N'2004', N'54', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'7', N'5395', N'1662') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D201B97B-1B03-4135-8538-59ADAD686B5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11061007', N'1', N'0', N'2022-07-05 17:59:54.063', N'2022-07-05 17:59:54.063', N'9', N'7151', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7151', N'2331') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4EA181F-69F5-4E36-8F1F-FA6AE221A032', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12021011', N'1', N'0', N'2022-07-05 17:59:56.717', N'2022-07-05 17:59:56.717', N'9', N'5210', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'5210', N'1563') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'446E40E0-0ADF-4ECC-B190-A3FD67C0E6E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'11', N'0', N'2022-07-05 17:59:57.290', N'2022-07-05 17:59:57.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90988997-0750-4B3C-8BE3-7E9D5BCB05E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11051010', N'1', N'0', N'2022-07-05 18:00:02.423', N'2022-07-05 18:00:02.423', N'9', N'8991', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'8991', N'2226') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DEB3F5C-05D7-4FBC-8248-27CF0F2CB69E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50992', N'1', N'0', N'2022-07-05 18:00:03.187', N'2022-07-05 18:00:03.187', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47AE47B0-CADF-4DD2-ACA6-C0626477D441', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50992', N'1', N'0', N'2022-07-05 18:00:20.293', N'2022-07-05 18:00:20.293', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'251912AB-0C89-4A1D-8E99-9D4AC8524644', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'3', N'0', N'2022-07-05 18:00:27.807', N'2022-07-05 18:00:27.807', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'965E25F2-0609-4043-B78D-B313CF8B5203', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50992', N'1', N'0', N'2022-07-05 18:02:16.760', N'2022-07-05 18:02:16.760', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EDF572C-98C1-4AE0-8EFB-783277817FA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50992', N'1', N'0', N'2022-07-05 18:02:25.893', N'2022-07-05 18:02:25.893', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B0DA0DA-703F-46D3-83C0-C4EF521D38A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50992', N'1', N'0', N'2022-07-05 18:02:30.180', N'2022-07-05 18:02:30.180', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'093F326D-D0CF-43F1-8405-4F0C8D965EA5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50992', N'1', N'0', N'2022-07-05 18:02:33.690', N'2022-07-05 18:02:33.690', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52E04DE0-BA9A-4628-99C2-6DAF8ABF88FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50992', N'1', N'0', N'2022-07-05 18:02:44.583', N'2022-07-05 18:02:44.583', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5707F24-4DCC-47C1-9151-B9C5DC1F538C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13011010', N'1', N'0', N'2022-07-05 18:02:45.370', N'2022-07-05 18:02:45.370', N'9', N'3591', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3591', N'914') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D7B2C75-D72D-4EAB-8374-54BD508BD3DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50992', N'1', N'0', N'2022-07-05 18:02:47.657', N'2022-07-05 18:02:47.657', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEA59116-0C4A-4332-A3FA-BAFDD4A84222', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'29', N'0', N'2022-07-05 18:04:43.883', N'2022-07-05 18:04:43.883', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C6E0E44-F4C4-42F1-9351-46BB93D175D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20022008', N'1', N'0', N'2022-07-05 18:04:48.553', N'2022-07-05 18:04:48.553', N'9', N'4367', N'0', N'2004', N'32', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4367', N'722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3FA985F-531A-4277-8DB3-DAECFA7ACA7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20032008', N'1', N'0', N'2022-07-05 18:04:48.613', N'2022-07-05 18:04:48.613', N'9', N'4367', N'0', N'2004', N'32', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4367', N'722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A35D757E-0F42-4A9F-855C-98BC9B54B7DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20032008', N'1', N'0', N'2022-07-05 18:04:48.653', N'2022-07-05 18:04:48.653', N'9', N'3474', N'0', N'1010', N'34', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'5', N'4', N'3474', N'742') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03F9ADA4-4BBA-4F5D-918A-77FB4A068487', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50992', N'1', N'0', N'2022-07-05 18:04:51.290', N'2022-07-05 18:04:51.290', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3885D2F-475C-4CEF-868E-51A2D649497C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50992', N'1', N'0', N'2022-07-05 18:05:11.057', N'2022-07-05 18:05:11.057', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B79EB25-712A-4788-804F-9C0E94D41FBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022009', N'1', N'0', N'2022-07-05 18:05:12.860', N'2022-07-05 18:05:12.860', N'9', N'5190', N'0', N'2001', N'119', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'11', N'10', N'5190', N'1476') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CDC8517-D04A-4CA4-9C5E-075D5E6FEC14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022008', N'1', N'0', N'2022-07-05 18:05:13.423', N'2022-07-05 18:05:13.423', N'9', N'4292', N'0', N'2001', N'94', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4292', N'711') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5D7E515-4112-4A9B-93FB-50D407509A4C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'32', N'0', N'2022-07-05 18:05:13.853', N'2022-07-05 18:05:13.853', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E561CB2F-AC19-4A33-84A1-1D1D3BEBC592', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50992', N'1', N'0', N'2022-07-05 18:07:06.433', N'2022-07-05 18:07:06.433', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37F4A75D-6845-4F46-8B68-381499E4EBE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20041009', N'1', N'0', N'2022-07-05 18:07:27.270', N'2022-07-05 18:07:27.270', N'9', N'4923', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4923', N'1076') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2811665F-BE92-4461-8FC8-51F16BCC1C62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14012009', N'1', N'0', N'2022-07-05 18:07:27.370', N'2022-07-05 18:07:27.370', N'9', N'4024', N'0', N'2004', N'52', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'1', N'3', N'2', N'1', N'4024', N'1589') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69B56082-56A2-4154-BB86-EFF1F118844A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15022009', N'1', N'0', N'2022-07-05 18:07:54.523', N'2022-07-05 18:07:54.523', N'9', N'4090', N'0', N'2004', N'37', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'3', N'2', N'4090', N'1145') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D986CD9-F980-4B95-9526-C491FEB2D54E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082007', N'1', N'0', N'2022-07-05 18:08:14.497', N'2022-07-05 18:08:14.497', N'9', N'8436', N'0', N'2002', N'307', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8436', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99FC67DD-24E6-4A28-B1E7-9F12B05F0481', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022010', N'1', N'0', N'2022-07-05 18:08:14.527', N'2022-07-05 18:08:14.527', N'9', N'4928', N'0', N'2004', N'59', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'2', N'3', N'5', N'4', N'4928', N'2031') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26BFE796-FF1A-4BD2-8CA7-ED01087DBC97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022007', N'1', N'0', N'2022-07-05 18:08:14.917', N'2022-07-05 18:08:14.917', N'9', N'8436', N'0', N'2002', N'307', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'6', N'4', N'8436', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E126FD2F-84D3-4261-AF90-B274C1CAAF79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012008', N'1', N'0', N'2022-07-05 18:08:14.937', N'2022-07-05 18:08:14.937', N'9', N'3928', N'0', N'2004', N'37', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'2', N'3', N'3', N'2', N'3928', N'1231') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'925DA7FA-2746-4251-83AF-E234BBC2E047', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14012010', N'1', N'0', N'2022-07-05 18:08:22.700', N'2022-07-05 18:08:22.700', N'9', N'4515', N'0', N'2001', N'131', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'4515', N'1727') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34DF5BBC-8163-4530-B650-6AFBE69F026E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16014006', N'1', N'0', N'2022-07-05 18:08:47.113', N'2022-07-05 18:08:47.113', N'23', N'4125', N'0', N'2031', N'4', N'1002', N'225', N'0', N'0', N'2064', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'2', N'0', N'3', N'3', N'4', N'4', N'4125', N'666') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBDD6085-C731-4E6B-9D6F-B52D49BF99D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'3', N'0', N'2022-07-05 18:12:23.273', N'2022-07-05 18:12:23.273', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DC89930-D2E0-492D-8931-DCDF42DC4548', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'3', N'0', N'2022-07-05 18:12:29.780', N'2022-07-05 18:12:29.780', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA06C38C-6565-448A-B032-283DE0265207', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-05 19:43:24.020', N'2022-07-05 19:43:24.020', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8559D0D-A0BE-4EF5-A566-69EF9A0AAC67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'2', N'0', N'2022-07-05 19:43:34.790', N'2022-07-05 19:43:34.790', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'905CD8DC-8916-447F-B989-2ABBBF5E6BDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'28', N'0', N'2022-07-05 18:12:57.133', N'2022-07-05 18:12:57.133', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0735B95E-6483-4579-9F1C-BCC41A1DACFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021009', N'1', N'0', N'2022-07-05 18:16:32.940', N'2022-07-05 18:16:32.940', N'9', N'4898', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'4898', N'1888') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'666C47CF-6030-4CFB-BA5B-1A64306383CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50992', N'1', N'0', N'2022-07-05 18:16:38.380', N'2022-07-05 18:16:38.380', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'641264D8-F9DD-4329-8DA4-29CC0146157F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012007', N'1', N'0', N'2022-07-05 18:16:38.740', N'2022-07-05 18:16:38.740', N'9', N'6780', N'0', N'1010', N'101', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'2', N'3', N'4', N'5', N'6780', N'2376') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4CC73DD-3CA8-4D2D-85BA-95C6373D9DED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052007', N'1', N'0', N'2022-07-05 18:16:39.140', N'2022-07-05 18:16:39.140', N'9', N'6881', N'0', N'1010', N'106', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'9', N'8', N'6881', N'2075') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9507D2C-0045-48CC-B9ED-0E605DC1FE22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021007', N'1', N'0', N'2022-07-05 18:16:49.267', N'2022-07-05 18:16:49.267', N'9', N'4676', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4676', N'1114') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'381F14E0-10A8-488B-B814-BA3E87B7CDB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012007', N'1', N'0', N'2022-07-05 18:16:50.497', N'2022-07-05 18:16:50.497', N'9', N'3779', N'0', N'2004', N'21', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3779', N'1237') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BA0FE01-C4DD-4C0B-A1F4-5770497DF0CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50992', N'1', N'0', N'2022-07-05 18:16:52.080', N'2022-07-05 18:16:52.080', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7260FF5-937A-4965-9C40-F9215093175E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-05 18:16:52.857', N'2022-07-05 18:16:52.857', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'733F6EB1-C7CA-4465-A001-B5F895F024F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50992', N'1', N'0', N'2022-07-05 18:16:59.413', N'2022-07-05 18:16:59.417', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB7B7011-EA49-4820-B7F1-FC9D1AA5487B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152007', N'1', N'0', N'2022-07-05 18:17:00.440', N'2022-07-05 18:17:00.440', N'9', N'7574', N'0', N'1010', N'78', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'1', N'3', N'1', N'2', N'7574', N'2883') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6ABFAD27-01AE-43D3-9996-450C3F0CD861', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61001', N'1', N'0', N'2022-07-05 18:17:00.733', N'2022-07-05 18:17:00.733', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FC87B54-E3F6-4444-A48C-5D774283F117', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 18:17:07.133', N'2022-07-05 18:17:07.133', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72B95367-8CD0-447A-AC84-990BA58BB49E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092007', N'1', N'0', N'2022-07-05 18:17:22.147', N'2022-07-05 18:17:22.147', N'9', N'9374', N'0', N'1010', N'98', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9374', N'2044') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EAC4B92-5774-48EF-918F-CA0EBAF5FFF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042007', N'1', N'0', N'2022-07-05 18:17:26.350', N'2022-07-05 18:17:26.350', N'9', N'4283', N'0', N'2002', N'91', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'5', N'4', N'4283', N'1998') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A8E5768-CF54-47EE-BF82-7AA225BD6A9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11071008', N'1', N'0', N'2022-07-05 18:17:41.370', N'2022-07-05 18:17:41.370', N'9', N'9110', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9110', N'2298') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB352F4F-B309-4620-8005-A1018535D80D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50992', N'1', N'0', N'2022-07-05 18:17:43.617', N'2022-07-05 18:17:43.617', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDDA2F5A-EC48-4BEC-B882-E12D1E5E7D86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032007', N'1', N'0', N'2022-07-05 18:17:57.777', N'2022-07-05 18:17:57.777', N'9', N'4019', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4019', N'1433') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C619CF3E-C2F5-4739-BC07-77A0479DC447', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152007', N'1', N'0', N'2022-07-05 18:19:25.543', N'2022-07-05 18:19:25.543', N'9', N'7210', N'0', N'2001', N'171', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'3', N'3', N'8', N'10', N'7210', N'2495') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA042235-B015-4FDF-B0B5-32FE5AE416A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022007', N'1', N'0', N'2022-07-05 18:19:26.227', N'2022-07-05 18:19:26.227', N'9', N'4309', N'0', N'2003', N'27', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'7', N'4309', N'1604') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0517C322-5237-4C6B-AA44-6E08CCB72F17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56009', N'1', N'0', N'2022-07-05 18:19:26.830', N'2022-07-05 18:19:26.830', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B13479E-E7C7-4FEE-AE5E-5BD672FD1A41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021007', N'1', N'0', N'2022-07-05 18:19:28.910', N'2022-07-05 18:19:28.910', N'9', N'3767', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3767', N'1347') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A0EB2B6-6C8F-4E15-AAEA-21CC21F40DA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31031', N'1', N'0', N'2022-07-05 18:20:09.307', N'2022-07-05 18:20:09.307', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF8D6911-3FE8-48FD-8E2B-0A07028248BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012009', N'1', N'0', N'2022-07-05 18:24:41.290', N'2022-07-05 18:24:41.290', N'9', N'3829', N'0', N'2001', N'91', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'8', N'3829', N'792') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8105E893-9FEE-48D6-ABFE-AE35EF05D296', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031009', N'1', N'0', N'2022-07-05 18:25:03.530', N'2022-07-05 18:25:03.530', N'9', N'3967', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3967', N'1434') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'447BE7CA-2862-4ABA-843C-A1CED19E2AE4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-05 18:25:19.683', N'2022-07-05 18:25:19.683', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FEA9AF2-EFA0-4617-B00B-867EAFBC237D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50992', N'1', N'0', N'2022-07-05 18:25:28.010', N'2022-07-05 18:25:28.010', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1294FCA6-5F8A-40B4-B78A-E1BED4BC4836', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50992', N'1', N'0', N'2022-07-05 18:25:40.090', N'2022-07-05 18:25:40.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D762DD06-048C-4460-A865-F9B14228682A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012008', N'1', N'0', N'2022-07-05 18:25:44.920', N'2022-07-05 18:25:44.920', N'9', N'3256', N'0', N'1010', N'44', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3256', N'1180') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3ED2468D-D557-4E22-B863-AD33AA61529D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50992', N'1', N'0', N'2022-07-05 18:25:46.360', N'2022-07-05 18:25:46.360', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C6DEFD3-6C9A-40AA-8F45-54587003A479', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50992', N'1', N'0', N'2022-07-05 18:25:56.253', N'2022-07-05 18:25:56.253', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D12B152E-B19A-4DA1-B50F-3DE255C0BAD1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021010', N'1', N'0', N'2022-07-05 18:26:20.510', N'2022-07-05 18:26:20.510', N'9', N'3252', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3252', N'1548') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3671512-0598-402A-A919-DF736CC6823E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11091010', N'1', N'0', N'2022-07-05 18:26:24.377', N'2022-07-05 18:26:24.377', N'9', N'7188', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7188', N'2097') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7762162A-63F5-4AC5-BB1D-B3B41791F2F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50992', N'1', N'0', N'2022-07-05 18:26:28.893', N'2022-07-05 18:26:28.893', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0546A9D3-3EA4-4A83-B072-2440ED348576', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041010', N'1', N'0', N'2022-07-05 18:26:29.150', N'2022-07-05 18:26:29.150', N'9', N'3204', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3204', N'1072') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85329561-AD7A-43F5-9532-2F69389A5642', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-05 18:26:55.403', N'2022-07-05 18:26:55.403', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B624BC54-3A99-47C3-B5B7-3A856DE4AB7C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50992', N'1', N'0', N'2022-07-05 18:27:00.717', N'2022-07-05 18:27:00.717', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A954E57-E312-4426-B5C8-D4458B216E6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'3', N'41380', N'1', N'0', N'2022-07-05 18:27:55.313', N'2022-07-05 18:27:55.313', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'880813AB-E09C-41EA-971F-1D202EB2E343', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042009', N'1', N'0', N'2022-07-05 18:29:59.467', N'2022-07-05 18:29:59.467', N'9', N'3868', N'0', N'2004', N'30', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'2', N'2', N'3868', N'971') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21DF1345-FE9D-4F73-A91C-FA4469704D5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062007', N'1', N'0', N'2022-07-05 18:29:59.923', N'2022-07-05 18:29:59.923', N'9', N'8370', N'0', N'2002', N'236', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'4', N'5', N'8370', N'2371') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6AD824D-0AF6-43A3-82B4-05AD00F5D5D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-05 18:30:04.530', N'2022-07-05 18:30:04.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5E0C33B-2D01-4EDD-B3C4-4F43A3CD44F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50992', N'1', N'0', N'2022-07-05 18:30:28.283', N'2022-07-05 18:30:28.283', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'044776D7-7580-49AF-A6F5-73347AB1D670', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50992', N'1', N'0', N'2022-07-05 18:30:29.323', N'2022-07-05 18:30:29.323', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E554FF5-C9D0-47B8-89BD-A60EF58059AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50992', N'1', N'0', N'2022-07-05 18:30:50.770', N'2022-07-05 18:30:50.770', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29CCAE0D-A1F2-4052-8232-6C944A195804', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60066', N'1', N'0', N'2022-07-05 18:30:52.883', N'2022-07-05 18:30:52.883', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE448E21-CB2B-41F9-B6DC-460AA2F0AD90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032008', N'1', N'0', N'2022-07-05 18:31:07.067', N'2022-07-05 18:31:07.067', N'9', N'3611', N'0', N'2003', N'29', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'3', N'3', N'5', N'4', N'3611', N'1170') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'635A3707-05C0-461C-8F54-E425C4951742', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032009', N'1', N'0', N'2022-07-05 18:31:07.460', N'2022-07-05 18:31:07.460', N'9', N'4711', N'0', N'2003', N'52', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'1', N'3', N'1', N'2', N'4711', N'2214') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB73F6AE-2453-4044-B3AE-3821D522E332', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072009', N'1', N'0', N'2022-07-05 18:31:07.873', N'2022-07-05 18:31:07.873', N'9', N'7715', N'0', N'1010', N'150', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'1', N'3', N'1', N'2', N'7715', N'2814') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24B4F5CB-A686-4558-8514-745689E47BFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012008', N'1', N'0', N'2022-07-05 18:31:09.487', N'2022-07-05 18:31:09.487', N'9', N'3674', N'0', N'1010', N'37', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3674', N'612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F9BEB2A-02AF-46CF-80B3-CEA08FE32CFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012008', N'1', N'0', N'2022-07-05 18:31:09.830', N'2022-07-05 18:31:09.830', N'9', N'3674', N'0', N'1010', N'37', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'3', N'3', N'5', N'5', N'3674', N'612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66D8218F-6C4A-4472-A5F3-49B604DEA441', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 18:31:20.920', N'2022-07-05 18:31:20.920', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96F3F53E-6FD2-425E-8FD4-F645B8E15947', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042007', N'1', N'0', N'2022-07-05 18:31:21.497', N'2022-07-05 18:31:21.497', N'9', N'7432', N'0', N'2002', N'285', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7432', N'2273') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F38F18E-A1D8-4BE3-B044-F30038A8A836', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011010', N'1', N'0', N'2022-07-05 18:31:21.823', N'2022-07-05 18:31:21.823', N'9', N'3427', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3427', N'1070') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBFD1383-8CD8-4485-9771-44727450A9F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-05 19:09:41.963', N'2022-07-05 19:09:41.963', N'9', N'3947', N'0', N'2004', N'42', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'3', N'3', N'3947', N'1343') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A93074E6-DD88-4B86-8EAC-212AD61772E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31003', N'1', N'0', N'2022-07-05 18:34:14.267', N'2022-07-05 18:34:14.267', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58172C36-366C-4889-9C75-02AE839339CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-05 18:36:35.050', N'2022-07-05 18:36:35.050', N'9', N'3582', N'0', N'2003', N'40', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3582', N'1058') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FD3DD25-0CAA-4F77-AD65-BB4C0CB96435', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152009', N'1', N'0', N'2022-07-05 18:36:35.140', N'2022-07-05 18:36:35.140', N'9', N'7694', N'0', N'1010', N'101', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7694', N'2290') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C130DB1-893A-4749-B9D9-1444636222E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042007', N'1', N'0', N'2022-07-05 18:36:35.747', N'2022-07-05 18:36:35.747', N'9', N'7694', N'0', N'1010', N'116', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7694', N'2290') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA15F742-E42C-4C2D-89D0-04C7B3297780', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032008', N'1', N'0', N'2022-07-05 18:36:36.893', N'2022-07-05 18:36:36.893', N'9', N'3046', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3046', N'996') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A05D5269-A676-4C39-8F67-F780B338E3D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031011', N'1', N'0', N'2022-07-05 18:36:38.047', N'2022-07-05 18:36:38.047', N'9', N'4152', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4152', N'1903') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'009B30EB-7069-47DE-9AAA-710A7D008BE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011012', N'1', N'0', N'2022-07-06 22:15:45.167', N'2022-07-06 22:15:45.167', N'39', N'4764', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4764', N'840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28D8BE13-9987-44E7-AE66-6E3D42CDAB49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'2', N'0', N'2022-07-05 18:38:34.687', N'2022-07-05 18:38:34.687', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8D1F426-90A9-4156-9E9C-251C36479D16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'1', N'0', N'2022-07-05 18:39:01.893', N'2022-07-05 18:39:01.893', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'273818EA-01A4-4137-8B43-9B6458802180', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-05 18:43:25.147', N'2022-07-05 18:43:25.147', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52C7556B-318A-4AE4-A00E-82BE8877F611', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'9', N'0', N'2022-07-05 18:43:25.250', N'2022-07-05 18:43:25.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E561D08-F2D8-48BC-A804-760359448703', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11131011', N'1', N'0', N'2022-07-05 18:43:46.687', N'2022-07-05 18:43:46.687', N'9', N'6672', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6672', N'2142') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAF37550-3FF4-4820-8822-178521F8B5D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032010', N'1', N'0', N'2022-07-05 18:43:46.773', N'2022-07-05 18:43:46.773', N'9', N'6672', N'0', N'2001', N'257', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6672', N'2345') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15795DB9-4D88-455C-9F06-08473B1AFE9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-05 18:43:53.333', N'2022-07-05 18:43:53.333', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32842B6F-E2F1-40CE-A445-7FE9B8E93E03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'2', N'0', N'2022-07-05 18:44:43.430', N'2022-07-05 18:44:43.430', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CB4C91F-DF27-430B-9A4B-64A20422DEEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-05 18:45:33.020', N'2022-07-05 18:45:33.020', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C488080-8DEB-4997-ADAC-5C57645E4469', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 18:46:16.813', N'2022-07-05 18:46:16.813', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3145D57-C1D9-4399-9182-E58B8768EC2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'5', N'0', N'2022-07-05 18:46:58.960', N'2022-07-05 18:46:58.960', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5483D957-11EE-40CF-B7E2-45D599F52435', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011010', N'1', N'0', N'2022-07-05 18:46:59.770', N'2022-07-05 18:46:59.770', N'9', N'3810', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3810', N'1118') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2D2CD80-8A57-446A-818E-1FC3DDAE1858', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032009', N'1', N'0', N'2022-07-05 18:47:02.443', N'2022-07-05 18:47:02.443', N'9', N'4628', N'0', N'2003', N'39', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4628', N'1559') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17204A5F-661F-403E-9F80-379D917F01A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 18:47:11.837', N'2022-07-05 18:47:11.837', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B01EC260-9C48-4CAF-BC29-5FC9F17A9E94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-05 18:47:38.467', N'2022-07-05 18:47:38.467', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1542FD5E-E584-4B62-90D4-90E00F971D8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 18:47:54.513', N'2022-07-05 18:47:54.513', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1814E3B2-B44D-4151-9C35-C234F93F426A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-05 18:48:49.193', N'2022-07-05 18:48:49.193', N'9', N'4690', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4690', N'975') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67516902-0587-4DD4-AE0E-4BE9B6760B09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-05 18:49:34.210', N'2022-07-05 18:49:34.210', N'9', N'3236', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3236', N'1313') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51A71B78-74CD-4825-BD85-1F645A2303A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032010', N'1', N'0', N'2022-07-05 18:49:34.923', N'2022-07-05 18:49:34.923', N'9', N'3236', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3236', N'1313') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B501CE4E-12C2-4843-86F8-AC2128166840', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042010', N'1', N'0', N'2022-07-05 18:49:37.983', N'2022-07-05 18:49:37.983', N'9', N'3301', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3301', N'831') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'026FA6BA-BF0D-475A-BD92-69340F91E6D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-05 18:52:37.057', N'2022-07-05 18:52:37.057', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F1E5E25-3F2A-44DB-9431-A2CD6BD8C134', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50355', N'1', N'0', N'2022-07-05 18:52:48.417', N'2022-07-05 18:52:48.417', N'39', N'0', N'0', N'1602', N'15', N'0', N'0', N'0', N'0', N'8057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC29534F-7372-4D8C-9CAB-CDB393E4157F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50356', N'1', N'0', N'2022-07-05 18:52:50.327', N'2022-07-05 18:52:50.327', N'39', N'0', N'0', N'1603', N'1426', N'0', N'0', N'0', N'0', N'8065', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F78AAA5-6210-4291-A4D6-D0709E5DE820', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50306', N'1', N'0', N'2022-07-05 18:52:57.670', N'2022-07-05 18:52:57.670', N'39', N'0', N'0', N'1015', N'190', N'0', N'0', N'0', N'0', N'7032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8955F62B-0C9C-46DE-8A56-91799A5486EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50307', N'1', N'0', N'2022-07-05 18:53:01.200', N'2022-07-05 18:53:01.200', N'39', N'0', N'0', N'1004', N'197', N'0', N'0', N'0', N'0', N'7013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'305D584A-93B1-4DAC-AA8F-F92C527D140B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50306', N'1', N'0', N'2022-07-05 18:53:04.533', N'2022-07-05 18:53:04.533', N'39', N'0', N'0', N'2003', N'2', N'0', N'0', N'0', N'0', N'7039', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'189006F4-4C00-4EB7-B838-BA157610F818', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50306', N'1', N'0', N'2022-07-05 18:53:08.187', N'2022-07-05 18:53:08.187', N'39', N'0', N'0', N'1015', N'203', N'0', N'0', N'0', N'0', N'7032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38FA527C-2397-4B5A-98BC-124BC6EBEC5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000130', N'1', N'0', N'2022-07-05 18:53:13.810', N'2022-07-05 18:53:13.810', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C44AF0A4-030C-421B-9764-192CBAE63D02', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50305', N'1', N'0', N'2022-07-05 18:53:18.087', N'2022-07-05 18:53:18.087', N'39', N'0', N'0', N'1003', N'108', N'0', N'0', N'0', N'0', N'7001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1509CF1-312E-4C96-910F-4492A7EF08A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61131002', N'1', N'0', N'2022-07-03 10:42:53.547', N'2022-07-03 10:42:53.547', N'0', N'0', N'0', N'2002', N'114', N'1018', N'298', N'1006', N'295', N'21006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDA42C09-5AF3-4A3B-90F1-C4351D4DAF7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022010', N'1', N'0', N'2022-07-05 19:09:42.390', N'2022-07-05 19:09:42.390', N'9', N'5053', N'0', N'2004', N'46', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'4', N'5', N'5053', N'1448') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF97B0DD-85AC-4767-9C2D-0C1F5FF7D816', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41816', N'5', N'0', N'2022-07-05 19:09:42.763', N'2022-07-05 19:09:42.763', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B602A74-EEBF-43B2-B8D5-906E64756BD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 19:09:42.793', N'2022-07-05 19:09:42.793', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D986DB3E-3514-4279-A509-248596D2E2F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052010', N'1', N'0', N'2022-07-05 19:09:43.180', N'2022-07-05 19:09:43.180', N'9', N'9917', N'0', N'1010', N'143', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'8', N'9', N'9917', N'2072') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6D62F74-7FF9-4CD6-9261-039FBA2DE1CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12021012', N'1', N'0', N'2022-07-05 19:09:43.200', N'2022-07-05 19:09:43.200', N'9', N'4896', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4896', N'1488') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C472431-CA35-40D1-AF94-CF43D4CD028C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41123', N'2', N'0', N'2022-07-05 19:09:44.603', N'2022-07-05 19:09:44.603', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EC7CD26-EB29-4AB7-874F-8E1287315C1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052009', N'1', N'0', N'2022-07-05 19:10:06.400', N'2022-07-05 19:10:06.400', N'9', N'6812', N'0', N'1010', N'101', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'6812', N'2078') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E37D162-BF1B-4A4C-A1DB-594F4D23C49F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41122', N'5', N'0', N'2022-07-05 19:10:21.517', N'2022-07-05 19:10:21.517', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC48765E-19AB-40D7-8D0E-AB53070EC7A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 19:10:23.180', N'2022-07-05 19:10:23.180', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4043A977-3371-45A2-9367-9FC87DC5F6DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11091011', N'1', N'0', N'2022-07-05 19:10:38.410', N'2022-07-05 19:10:38.410', N'9', N'6404', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6404', N'2101') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFE4CD2B-5942-4AD0-B4D3-C6904802C0BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 19:10:46.507', N'2022-07-05 19:10:46.507', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38C4697C-E7D4-48DA-AF27-05EBC92F05E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 19:11:10.653', N'2022-07-05 19:11:10.653', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D721B99C-0ABD-42A5-AB3C-829FEEBC59F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152009', N'1', N'0', N'2022-07-05 19:11:11.473', N'2022-07-05 19:11:11.473', N'9', N'9100', N'0', N'2002', N'258', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'8', N'9', N'9100', N'2344') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67D8C43E-0CF4-48CC-80D2-8C07CEC3A970', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012009', N'1', N'0', N'2022-07-05 19:11:11.903', N'2022-07-05 19:11:11.903', N'9', N'9100', N'0', N'2002', N'258', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9100', N'2344') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CDFE033-FBC8-4279-BF70-59C271FEAE6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-05 19:12:11.967', N'2022-07-05 19:12:11.967', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0947E063-CDB8-41D1-8169-565DCB01781B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:12:12.170', N'2022-07-05 19:12:12.170', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D954879-ED42-47A8-8EA8-3E6EBF584D2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50434', N'1', N'0', N'2022-07-05 19:12:50.560', N'2022-07-05 19:12:50.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'014CDF51-C1CB-4839-854C-F0163E711596', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012009', N'1', N'0', N'2022-07-05 19:12:54.657', N'2022-07-05 19:12:54.657', N'9', N'3587', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'3', N'3', N'3587', N'1245') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70424A66-C79E-4A39-823F-0EEFB28BCF15', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032009', N'1', N'0', N'2022-07-05 19:12:54.803', N'2022-07-05 19:12:54.803', N'9', N'4587', N'0', N'2001', N'139', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4587', N'2045') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B5F8193-0038-4204-B5C2-F906BD57B65A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-05 19:12:56.093', N'2022-07-05 19:12:56.093', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99506725-E204-47D7-893D-D09CAAA1B794', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032010', N'1', N'0', N'2022-07-05 19:13:22.447', N'2022-07-05 19:13:22.447', N'9', N'3009', N'0', N'2032', N'6', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'1', N'3', N'1', N'1', N'3009', N'911') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38DB4B3A-1C3F-4AEB-8944-F5722CD36EDF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-05 19:13:22.850', N'2022-07-05 19:13:22.850', N'9', N'3009', N'0', N'2002', N'121', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3009', N'911') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC7475CD-E8E8-44D2-84E6-B9B942B76608', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-05 19:13:46.623', N'2022-07-05 19:13:46.623', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'109A9500-21AD-4715-84FE-D6ECC4E06E08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'1', N'0', N'2022-07-05 19:13:59.803', N'2022-07-05 19:13:59.803', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'041B92AC-C8E4-4B3E-9ECA-17AEB1CA3927', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 19:14:32.220', N'2022-07-05 19:14:32.220', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'246BCDD6-3B70-4A02-B188-352162A0EDD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-05 19:14:35.517', N'2022-07-05 19:14:35.517', N'9', N'7381', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'7381', N'2070') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F79BA2B-03C3-47F2-AC52-6637EB4E2720', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41121', N'2', N'0', N'2022-07-05 19:14:55.397', N'2022-07-05 19:14:55.397', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9C1C16D-1E23-4C60-927E-613E7066544F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50435', N'1', N'0', N'2022-07-05 19:14:58.677', N'2022-07-05 19:14:58.677', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BBBF7164-7AC0-4210-B7AA-3A3367476EEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012010', N'1', N'0', N'2022-07-05 19:15:11.040', N'2022-07-05 19:15:11.040', N'9', N'6033', N'0', N'2001', N'314', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6033', N'2467') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD392E59-2F5A-4391-AC71-4E83B82D506D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50992', N'1', N'0', N'2022-07-05 19:15:12.303', N'2022-07-05 19:15:12.303', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'296E8DDD-54F3-441C-8A25-3E96CE582D02', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082007', N'1', N'0', N'2022-07-05 19:15:13.097', N'2022-07-05 19:15:13.097', N'9', N'6854', N'0', N'1010', N'169', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6854', N'2578') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABE6A10F-F9B1-4352-84CA-FA5A942BA112', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11132009', N'1', N'0', N'2022-07-05 19:15:13.447', N'2022-07-05 19:15:13.447', N'9', N'6854', N'0', N'1010', N'148', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6854', N'2578') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64971592-91F1-4C00-829F-6D7AADCD3B8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012010', N'1', N'0', N'2022-07-05 19:15:14.320', N'2022-07-05 19:15:14.320', N'9', N'4947', N'0', N'2001', N'126', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'4947', N'1818') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3CD1864-D679-4482-9CB7-DF8293E2A135', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022009', N'1', N'0', N'2022-07-05 19:15:14.957', N'2022-07-05 19:15:14.957', N'9', N'3947', N'0', N'2002', N'70', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3947', N'1018') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D35AB0FE-D3A8-43A4-8D9B-36BAA6648218', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 19:15:15.973', N'2022-07-05 19:15:15.973', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'087C95C4-4992-4B0E-806D-BD3AA36B09FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 19:15:19.470', N'2022-07-05 19:15:19.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F887D16-D437-4B98-A5D1-5C827FC527FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 19:15:35.913', N'2022-07-05 19:15:35.913', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'934FA751-D114-4953-8461-C9DC7E8FEC49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032010', N'1', N'0', N'2022-07-05 19:15:25.230', N'2022-07-05 19:15:25.230', N'14', N'8893', N'0', N'2001', N'200', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'8893', N'2416') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39E589CA-5738-43A2-9AA5-CC92C6D1A630', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'3', N'0', N'2022-07-05 19:20:47.463', N'2022-07-05 19:20:47.463', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0195453C-86AF-46FE-92FF-62B16EFC19F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-07-05 19:21:21.053', N'2022-07-05 19:21:21.053', N'39', N'0', N'0', N'5015', N'339', N'0', N'0', N'0', N'0', N'9196', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE8DD15E-629B-4037-885D-CBD6D436EA55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-05 19:21:24.327', N'2022-07-05 19:21:24.327', N'39', N'0', N'0', N'5006', N'182', N'0', N'0', N'0', N'0', N'9207', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFA56D72-110C-448D-AC88-7312A1F3CE35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-05 19:21:27.683', N'2022-07-05 19:21:27.683', N'39', N'0', N'0', N'5041', N'180', N'0', N'0', N'0', N'0', N'9221', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF6D433D-B4F9-4B53-ADEC-766C66E1BCDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50325', N'1', N'0', N'2022-07-05 19:21:31.020', N'2022-07-05 19:21:31.020', N'39', N'0', N'0', N'5010', N'177', N'0', N'0', N'0', N'0', N'9211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6DAB748-1790-4DA3-9616-D0F6AFC776C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-07-05 19:21:36.827', N'2022-07-05 19:21:36.827', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'118906BE-48DB-49FE-9567-8D1D40DFD6C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50325', N'1', N'0', N'2022-07-05 19:21:42.450', N'2022-07-05 19:21:42.450', N'39', N'0', N'0', N'5041', N'166', N'0', N'0', N'0', N'0', N'9221', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20A8ABC0-2DD7-4EA4-84A7-F7E21A991C39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50355', N'1', N'0', N'2022-07-05 19:21:52.987', N'2022-07-05 19:21:52.987', N'39', N'0', N'0', N'1001', N'366', N'0', N'0', N'0', N'0', N'8004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'252F95BE-5E69-4525-A03E-0FC7DC0BC4A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-18', N'-1', N'50357', N'1', N'0', N'2022-07-05 19:21:56.890', N'2022-07-05 19:21:56.890', N'39', N'0', N'0', N'1002', N'476', N'0', N'0', N'0', N'0', N'8016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F6384F2-EAB0-4B8F-A77C-1B2B18A63D87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'111015004', N'1', N'0', N'2022-06-23 00:14:46.340', N'2022-06-23 00:14:46.340', N'7', N'7404', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'6', N'8', N'9', N'7404', N'2428') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CD37424-FB39-4D56-BA09-99EA5512E3EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'1', N'0', N'2022-07-05 19:25:37.097', N'2022-07-05 19:25:37.097', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A62CE66D-A5D5-43D9-8741-685155C3AE56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'29', N'0', N'2022-07-05 19:40:44.727', N'2022-07-05 19:40:44.727', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10F4A775-B142-4603-9BDD-E3299218CE86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-05 19:41:13.313', N'2022-07-05 19:41:13.313', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCFE6480-7DC5-4589-A246-57FF8C0A4FB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-05 19:41:18.240', N'2022-07-05 19:41:18.240', N'9', N'4164', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4164', N'1222') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E340A9B7-FE9C-49AE-8B92-2E52EB5EA3ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082007', N'1', N'0', N'2022-07-05 19:41:18.433', N'2022-07-05 19:41:18.433', N'9', N'7174', N'0', N'1010', N'158', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7174', N'2622') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E157AE0F-4895-4F19-8602-38BE8242D10A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'6', N'0', N'2022-07-05 19:41:19.313', N'2022-07-05 19:41:19.313', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'395A696B-92D4-419E-9251-915D54220232', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021010', N'1', N'0', N'2022-07-05 19:41:22.960', N'2022-07-05 19:41:22.960', N'9', N'4335', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4335', N'773') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69F18062-A083-448D-A5DF-2028CF8F9CC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031010', N'1', N'0', N'2022-07-05 19:41:23.553', N'2022-07-05 19:41:23.553', N'9', N'3190', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3190', N'880') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'110B8E0A-7114-4287-815F-A6E5EA96B5D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 19:41:40.073', N'2022-07-05 19:41:40.073', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'770D94C5-1E53-498B-B38C-B90372CDA8A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-05 19:41:40.093', N'2022-07-05 19:41:40.093', N'9', N'7112', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7112', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA2FCA31-28F9-4E6D-AB5C-86D39A50443A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50434', N'1', N'0', N'2022-07-05 19:41:42.510', N'2022-07-05 19:41:42.510', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2F1AD78-16E4-47B8-B6D4-C6D5347B46EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 19:41:47.407', N'2022-07-05 19:41:47.407', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA9BCE02-B95D-4E56-8C62-B2F25C32E0B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11062007', N'1', N'0', N'2022-07-05 19:42:09.513', N'2022-07-05 19:42:09.513', N'9', N'6747', N'0', N'2001', N'235', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6747', N'2005') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76984BCD-E4C3-4C1C-B22C-FF911415E67C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012010', N'1', N'0', N'2022-07-05 19:42:09.830', N'2022-07-05 19:42:09.830', N'9', N'4741', N'0', N'2002', N'141', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'4741', N'1405') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'291E44BF-2CB4-4B92-9910-CEF0E3969F8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-05 19:42:11.340', N'2022-07-05 19:42:11.340', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF7F376C-F0F6-45E5-8FEA-754F1130252D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'3', N'0', N'2022-07-05 19:42:15.187', N'2022-07-05 19:42:15.187', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F87D7B5D-3F10-416C-B992-836F89E73D09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031010', N'1', N'0', N'2022-07-05 19:42:24.990', N'2022-07-05 19:42:24.990', N'9', N'3699', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3699', N'1285') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E68AD00-5B77-4240-87C6-5533D90D0576', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:42:42.010', N'2022-07-05 19:42:42.010', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E58AA07-86A0-40FA-98E5-760AB8EBF542', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'5', N'0', N'2022-07-05 19:42:54.933', N'2022-07-05 19:42:54.933', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88BF9C0C-2519-4852-990C-E3B320CFE436', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-05 19:43:15.553', N'2022-07-05 19:43:15.553', N'9', N'6128', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6128', N'2387') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D03D692-D997-4762-9C22-96C6741F9B63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-05 19:43:15.970', N'2022-07-05 19:43:15.970', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A20CE49-6B7F-44F2-AF5E-4444E92982FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:43:21.387', N'2022-07-05 19:43:21.387', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6298DF8-FA26-4639-8AE9-02B00E1912EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'5', N'0', N'2022-07-05 19:43:40.700', N'2022-07-05 19:43:40.700', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F92EC81A-F370-4B65-ABF2-43C7A0E38AE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-05 19:43:47.537', N'2022-07-05 19:43:47.537', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DB16CD8-9045-446B-ABE8-33F6DFA6D114', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11042006', N'1', N'0', N'2022-07-05 19:44:24.273', N'2022-07-05 19:44:24.273', N'9', N'7579', N'0', N'2002', N'228', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7579', N'2333') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4168ADAA-F3C5-4349-98B6-6A60C544FFBB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-05 19:44:24.583', N'2022-07-05 19:44:24.583', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6821E875-FFDA-4921-B3A2-590AA7581AA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11072009', N'1', N'0', N'2022-07-05 19:44:25.063', N'2022-07-05 19:44:25.063', N'9', N'7579', N'0', N'2002', N'228', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'1', N'3', N'2', N'1', N'7579', N'2333') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E4E3D48-7E28-4EAA-846D-145AAD5DED58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041010', N'1', N'0', N'2022-07-05 19:44:27.927', N'2022-07-05 19:44:27.927', N'9', N'3393', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3393', N'642') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2072BC9-9001-4927-A70B-861536D1D6D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:44:30.343', N'2022-07-05 19:44:30.343', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3409D74D-C0FE-44EF-996F-2A9CD9D18A6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:44:34.177', N'2022-07-05 19:44:34.177', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85A41C7A-E4B0-46CB-868B-5F55981F912F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11151011', N'1', N'0', N'2022-07-05 19:44:40.340', N'2022-07-05 19:44:40.340', N'9', N'6498', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'6498', N'2139') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFA8567C-CAC6-47E2-A9B4-4EF48EC03635', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:44:41.527', N'2022-07-05 19:44:41.527', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57D7A6C7-6FE5-4311-8178-72E94A2D0036', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-05 19:44:59.973', N'2022-07-05 19:44:59.973', N'9', N'3231', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3231', N'777') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B262BFAF-3853-424C-B189-69C8698D5E47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:45:02.713', N'2022-07-05 19:45:02.713', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8748BA5C-A8EF-40EE-BEBD-F3398F20F1F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50992', N'1', N'0', N'2022-07-05 19:45:15.640', N'2022-07-05 19:45:15.640', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4F7F842-35A0-4814-9DC2-962F888B3427', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-05 19:45:41.560', N'2022-07-05 19:45:41.560', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'862B625E-CFB7-46DF-B6EE-A6E5F6F6C05E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082007', N'1', N'0', N'2022-07-05 19:45:47.543', N'2022-07-05 19:45:47.543', N'9', N'7744', N'0', N'2002', N'274', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7744', N'2736') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88D6B93E-7C5F-49BE-B26D-8B14C11C8230', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'50433', N'1', N'0', N'2022-07-05 19:46:03.943', N'2022-07-05 19:46:03.943', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'973AD990-7B96-4139-839A-299605FAEDEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042009', N'1', N'0', N'2022-07-05 19:46:12.267', N'2022-07-05 19:46:12.267', N'9', N'3596', N'0', N'2004', N'34', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3596', N'1354') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC7886F9-01D7-4F33-9D0A-C6C7D3928001', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012009', N'1', N'0', N'2022-07-05 19:46:13.257', N'2022-07-05 19:46:13.257', N'9', N'4451', N'0', N'2003', N'37', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4451', N'1186') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0EE8F7E-07ED-4741-A483-3FBF8CDFCE29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 19:46:14.903', N'2022-07-05 19:46:14.903', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A3BD025-B939-47DB-AC28-C85ED29D759F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042010', N'1', N'0', N'2022-07-05 19:46:16.947', N'2022-07-05 19:46:16.947', N'9', N'3510', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3510', N'1306') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD169A2F-0F8A-4213-9539-DC9AB5D7CF4A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-05 19:47:01.977', N'2022-07-05 19:47:01.977', N'9', N'3949', N'0', N'2004', N'29', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'3949', N'809') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A3EC0797-6911-47D4-8834-5D9DFE6C778B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022006', N'1', N'0', N'2022-07-05 19:47:02.843', N'2022-07-05 19:47:02.843', N'9', N'7070', N'0', N'2002', N'262', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7070', N'2040') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD58501D-38DE-4CB8-B1A0-8573CA159684', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032012', N'1', N'0', N'2022-07-06 22:15:43.407', N'2022-07-06 22:15:43.407', N'39', N'7971', N'0', N'2002', N'270', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7971', N'2159') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D86BE8C5-D767-447B-B833-A66A136424B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41408', N'1', N'0', N'2022-07-05 19:47:17.280', N'2022-07-05 19:47:17.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6DC4FCD-ECF3-475C-930A-F2A9D0BC235C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 19:47:26.577', N'2022-07-05 19:47:26.577', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B789654-DD12-4E78-AEEB-0DCBDE96D7B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012009', N'1', N'0', N'2022-07-05 19:48:22.580', N'2022-07-05 19:48:22.580', N'9', N'5416', N'0', N'2002', N'134', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'5416', N'1594') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A9F8113-A0D1-49F7-BF33-3B9FFFC67DAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-05 19:48:23.893', N'2022-07-05 19:48:23.893', N'9', N'4271', N'0', N'2002', N'93', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'5', N'4', N'4271', N'1104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5EC460C-D198-4CE7-9AD9-92DC44684D44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012010', N'1', N'0', N'2022-07-05 19:48:27.110', N'2022-07-05 19:48:27.110', N'9', N'4373', N'0', N'2002', N'177', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4373', N'1416') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D12BBBF-01FC-4FF8-9265-3FFAC6E76851', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11022007', N'1', N'0', N'2022-07-05 19:48:27.140', N'2022-07-05 19:48:27.140', N'9', N'6235', N'0', N'2002', N'258', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'6235', N'2237') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0F4520F-CB10-4233-80B2-6CA28697D5E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11012009', N'1', N'0', N'2022-07-05 19:48:27.147', N'2022-07-05 19:48:27.147', N'9', N'7334', N'0', N'1010', N'131', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'7334', N'2961') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91893C1D-EC64-41B1-879E-068475466E54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042010', N'1', N'0', N'2022-07-05 19:48:13.387', N'2022-07-05 19:48:13.387', N'14', N'4373', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4373', N'956') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'673A4C14-1E5C-4355-99E0-9FCD48A8E714', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50336', N'1', N'0', N'2022-07-05 19:50:51.563', N'2022-07-05 19:50:51.563', N'39', N'0', N'0', N'5018', N'134', N'0', N'0', N'0', N'0', N'10179', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E465086-40F8-43E4-950F-78FCC0CD7A38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50337', N'1', N'0', N'2022-07-05 19:50:55.097', N'2022-07-05 19:50:55.097', N'39', N'0', N'0', N'5027', N'154', N'0', N'0', N'0', N'0', N'10168', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6315B9FA-8A1B-48CD-984C-6587F3A104D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50325', N'1', N'0', N'2022-07-05 19:50:59.650', N'2022-07-05 19:50:59.650', N'39', N'0', N'0', N'5016', N'169', N'0', N'0', N'0', N'0', N'9217', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21B89306-4D21-41C2-92D1-C1D4C586AC83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50325', N'1', N'0', N'2022-07-05 19:51:04.473', N'2022-07-05 19:51:04.473', N'39', N'0', N'0', N'1034', N'109', N'0', N'0', N'0', N'0', N'9061', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FDB732A-69E2-452E-A791-4EFA4722B227', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-05 19:51:26.517', N'2022-07-05 19:51:26.517', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4023DA86-5DCC-4B09-BD97-7292BBE9EABE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11052010', N'1', N'0', N'2022-07-05 19:52:45.750', N'2022-07-05 19:52:45.750', N'9', N'6865', N'0', N'2001', N'248', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'6', N'4', N'6865', N'2226') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E05B7CF2-DD83-4971-B3F9-D7FA735B7C22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032010', N'1', N'0', N'2022-07-05 19:52:46.140', N'2022-07-05 19:52:46.140', N'9', N'4966', N'0', N'2003', N'51', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4966', N'1732') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45B56E5D-BB59-415B-B7AD-CDA1665B59E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-05 19:53:05.940', N'2022-07-05 19:53:05.940', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50C225A5-51E8-464F-90C7-7A9B5DB8B2A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'3', N'0', N'2022-07-05 19:53:08.250', N'2022-07-05 19:53:08.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F4CBD47-77EE-4722-AB37-A292E81561C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 19:53:09.843', N'2022-07-05 19:53:09.843', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D16AB749-853A-48A6-8489-0FFECD8DA32C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-05 19:53:09.993', N'2022-07-05 19:53:09.993', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B0410C4-8908-457E-B397-5213EF1AA0B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 19:53:13.490', N'2022-07-05 19:53:13.490', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE6EB105-236E-4E8F-9005-FFEAF7814309', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 19:53:17.000', N'2022-07-05 19:53:17.000', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA31B71E-C886-4CB4-AC1A-5D0E858AED76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61003', N'1', N'0', N'2022-07-05 19:53:27.920', N'2022-07-05 19:53:27.920', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96C48E30-0121-4F7A-A284-C415DCA3D26A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-05 19:53:28.757', N'2022-07-05 19:53:28.757', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97EF148B-50DC-46A5-9A91-5034546A767F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 19:53:58.640', N'2022-07-05 19:53:58.640', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8587A60-7B11-47D6-87A8-FF416AA343F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'72', N'50434', N'36', N'0', N'2022-07-05 19:54:33.293', N'2022-07-05 19:54:33.293', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7123FA44-3A7B-4338-A1D4-5B24D1312D25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042010', N'1', N'0', N'2022-07-05 19:54:35.323', N'2022-07-05 19:54:35.323', N'9', N'3842', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3842', N'983') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44F76BB4-A9D2-4465-87D4-3D9F65D3A764', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-05 19:55:13.613', N'2022-07-05 19:55:13.613', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7572519-92BC-4228-8483-2B93FFAC4CAC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021010', N'1', N'0', N'2022-07-05 19:55:16.740', N'2022-07-05 19:55:16.740', N'9', N'4374', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'7', N'4374', N'713') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA56C8EE-F959-48D3-ACC8-341531403E6C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012009', N'1', N'0', N'2022-07-05 19:55:43.690', N'2022-07-05 19:55:43.690', N'9', N'3686', N'0', N'2002', N'83', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3686', N'1100') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8375DA0A-FC30-4A92-B290-79C57A44B2D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11151011', N'1', N'0', N'2022-07-05 19:55:49.120', N'2022-07-05 19:55:49.120', N'9', N'8072', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'8072', N'2177') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9895692-DBD0-491C-A2CD-D9A0F14507B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11082007', N'1', N'0', N'2022-07-05 19:57:12.710', N'2022-07-05 19:57:12.710', N'9', N'7476', N'0', N'2001', N'251', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7476', N'2387') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'659129D7-CC18-4DD2-BD43-2F9FAE072859', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042010', N'1', N'0', N'2022-07-05 19:57:12.913', N'2022-07-05 19:57:12.913', N'9', N'4476', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4476', N'987') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F298E3DD-741F-44D1-BA17-33DD8A8DB74B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-05 19:57:16.637', N'2022-07-05 19:57:16.637', N'9', N'4393', N'0', N'2009', N'3', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'3', N'3', N'4', N'5', N'4393', N'740') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FA5BEE0-B3C8-4585-937E-39A9E74E736E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042010', N'1', N'0', N'2022-07-05 19:57:17.047', N'2022-07-05 19:57:17.047', N'9', N'4393', N'0', N'1010', N'36', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4393', N'740') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64202E52-FDBF-4A2B-A351-78B33D8153CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-05 19:57:17.470', N'2022-07-05 19:57:17.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'909E3B21-6EAA-4023-BC97-FADCC7FF0571', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021010', N'1', N'0', N'2022-07-05 19:57:19.493', N'2022-07-05 19:57:19.493', N'9', N'3207', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3207', N'1070') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F314968B-12FB-453C-91F1-50E1F6D3F546', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-05 19:58:35.637', N'2022-07-05 19:58:35.637', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B07D030F-FD24-4838-941B-E52801A44E28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-05 19:59:03.050', N'2022-07-05 19:59:03.050', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB8A15D7-29B9-40C8-ABB3-96CA3DD5A6B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 19:59:03.370', N'2022-07-05 19:59:03.370', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27BE4813-0F66-45C7-B9B7-E46D349018C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 19:59:03.780', N'2022-07-05 19:59:03.780', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83F1DE79-636B-4B68-B270-DA9F92EC1E58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-05 19:59:05.480', N'2022-07-05 19:59:05.480', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF2B6486-230E-4797-AE65-73E222F62F0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 19:59:27.160', N'2022-07-05 19:59:27.160', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64355967-15C8-41CA-8646-E49AF10F9D83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091011', N'1', N'0', N'2022-07-05 19:59:46.013', N'2022-07-05 19:59:46.013', N'9', N'8946', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'8946', N'2729') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'931BA066-11B0-475C-8760-50D20A69300E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-05 20:00:12.960', N'2022-07-05 20:00:12.960', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC6CA503-1FED-4710-A4E5-818413B9983C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'73', N'50433', N'14', N'0', N'2022-07-05 20:00:14.260', N'2022-07-05 20:00:14.260', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8601A425-0985-41DA-AB20-7B99C522B8BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032009', N'1', N'0', N'2022-07-05 20:00:19.947', N'2022-07-05 20:00:19.947', N'9', N'3492', N'0', N'2001', N'80', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3492', N'1080') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C6627BD-F028-48A6-9FCB-FAEA8F48837F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 20:00:21.917', N'2022-07-05 20:00:21.917', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'24', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CA694B5-6C13-4B48-A8C6-9D34A594B922', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022009', N'1', N'0', N'2022-07-05 20:00:21.973', N'2022-07-05 20:00:21.973', N'9', N'3587', N'0', N'1010', N'50', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'3587', N'1324') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BBF41F5-63FD-4FC5-A9BD-067EA68FEDA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11152010', N'1', N'0', N'2022-07-05 20:00:49.593', N'2022-07-05 20:00:49.593', N'9', N'7372', N'0', N'2002', N'205', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'7372', N'2688') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7AEC5021-76C8-4136-B766-391507EBE497', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011012', N'1', N'0', N'2022-07-05 20:01:01.650', N'2022-07-05 20:01:01.650', N'9', N'4620', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4620', N'1540') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'539CDE74-DB3E-4594-9589-3E47548632BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 20:01:30.190', N'2022-07-05 20:01:30.190', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DECA48EA-4864-4483-AB24-14C6B26320E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012009', N'1', N'0', N'2022-07-05 20:01:30.323', N'2022-07-05 20:01:30.323', N'9', N'3901', N'0', N'2003', N'34', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3901', N'831') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D65BD9F9-CF8D-4300-8783-B0A6BD517DA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-05 20:01:35.110', N'2022-07-05 20:01:35.110', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'678CB5CC-47E9-4A48-89B1-60FE74C6BAB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 20:01:42.177', N'2022-07-05 20:01:42.177', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'282BE1AA-4256-40D7-B5E2-DF06960AD70B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031010', N'1', N'0', N'2022-07-05 20:02:27.470', N'2022-07-05 20:02:27.470', N'9', N'4350', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4350', N'992') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57F5411B-1F08-4F31-BE68-085ECB417374', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-05 20:02:36.430', N'2022-07-05 20:02:36.430', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08BBA9E1-0C57-4252-8D71-2FE794DC8259', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 20:02:36.450', N'2022-07-05 20:02:36.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB23D7F0-9F08-4EE3-891D-F37006FE1CD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'74', N'50435', N'78', N'0', N'2022-07-05 20:02:46.737', N'2022-07-05 20:02:46.737', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1516CF7A-EEEC-4FBF-89E8-34EAABD216C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50992', N'1', N'0', N'2022-07-05 20:03:20.547', N'2022-07-05 20:03:20.547', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F812DD32-BD6B-4D10-9BFB-DE7C11B4C87A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 20:03:20.777', N'2022-07-05 20:03:20.777', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DAF087D-528A-4204-A56B-15AFBB417B47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032009', N'1', N'0', N'2022-07-05 20:03:33.527', N'2022-07-05 20:03:33.527', N'9', N'3733', N'0', N'2002', N'101', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'3', N'2', N'3733', N'1091') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F06FB131-3FCC-40AE-88F5-119E2DB522AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092010', N'1', N'0', N'2022-07-05 20:03:33.893', N'2022-07-05 20:03:33.893', N'9', N'6741', N'0', N'1010', N'164', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'4', N'5', N'6741', N'2491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83FD592B-B366-418C-B187-E03D84FE8403', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-05 20:03:33.983', N'2022-07-05 20:03:33.983', N'9', N'4733', N'0', N'2002', N'182', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'5', N'4', N'4733', N'1891') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF4AB256-2B95-45FC-AFD8-B4F4E6C0FCAC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-05 20:03:34.463', N'2022-07-05 20:03:34.463', N'9', N'5841', N'0', N'2002', N'121', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'6', N'6', N'5841', N'1791') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3EAF829-9781-4CA7-8692-5B0C79D4CDAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092010', N'1', N'0', N'2022-07-05 20:03:34.887', N'2022-07-05 20:03:34.887', N'9', N'7843', N'0', N'1010', N'109', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'8', N'8', N'7843', N'2391') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB5A326A-2AF5-4646-8E51-35F159C0CF45', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-05 20:03:54.093', N'2022-07-05 20:03:54.093', N'9', N'4571', N'0', N'2002', N'159', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4571', N'2050') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17E88D02-4AAC-4FC8-A83E-1F2CB84FF08D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012010', N'1', N'0', N'2022-07-05 20:03:54.790', N'2022-07-05 20:03:54.790', N'9', N'4678', N'0', N'2002', N'169', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'6', N'7', N'4678', N'1755') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B91E0F0F-BDF6-4BDD-B627-C493FEFD1D31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-05 20:03:56.007', N'2022-07-05 20:03:56.007', N'9', N'3533', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3533', N'978') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF4A6378-A176-4F1C-B9F9-C3C7AC82E32F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11032010', N'1', N'0', N'2022-07-05 20:03:59.707', N'2022-07-05 20:03:59.707', N'9', N'6456', N'0', N'2002', N'313', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6456', N'2341') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5D3C030-F474-4300-9F09-EC88121101DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032010', N'1', N'0', N'2022-07-05 20:04:04.323', N'2022-07-05 20:04:04.323', N'9', N'4616', N'0', N'2003', N'40', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4616', N'2093') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54798D46-376D-4285-970F-3CF382265085', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011010', N'1', N'0', N'2022-07-05 20:05:26.580', N'2022-07-05 20:05:26.580', N'9', N'4277', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4277', N'1302') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0826D6D4-08B1-4267-9059-3A0984FC2083', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61003', N'1', N'0', N'2022-07-05 20:05:27.090', N'2022-07-05 20:05:27.090', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B283A92-E3A4-4D9E-A053-CE604C3AA748', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021010', N'1', N'0', N'2022-07-05 20:05:27.957', N'2022-07-05 20:05:27.957', N'9', N'4130', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4130', N'608') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD607D56-3446-4F2F-8243-15FFF7D47698', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61003', N'1', N'0', N'2022-07-05 20:05:31.013', N'2022-07-05 20:05:31.013', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68D6C944-E619-41C3-AAC0-DC84BB097517', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 20:05:59.453', N'2022-07-05 20:05:59.453', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E83DCE1E-9852-4BF3-AFFF-3DEF536208ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-05 20:06:41.830', N'2022-07-05 20:06:41.830', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AF2833D-9533-40A1-A887-1FB4DCCAFFC5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041010', N'1', N'0', N'2022-07-05 20:06:45.747', N'2022-07-05 20:06:45.747', N'9', N'3023', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3023', N'1150') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47566684-2CA3-4CDD-BF56-9E921C8430E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032009', N'1', N'0', N'2022-07-05 20:06:49.167', N'2022-07-05 20:06:49.167', N'9', N'3932', N'0', N'2002', N'75', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3932', N'1316') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E679F07E-BEB4-4610-BB2B-AEE6721BBDE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11081007', N'1', N'0', N'2022-07-05 20:06:53.233', N'2022-07-05 20:06:53.233', N'9', N'7863', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'7863', N'2263') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'179F2E10-CA95-4BE2-82EC-E1FAB317A041', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032009', N'1', N'0', N'2022-07-05 20:07:05.980', N'2022-07-05 20:07:05.980', N'9', N'3855', N'0', N'2001', N'96', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3855', N'1121') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E8463EE-408A-4980-B481-C33D63B133F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-05 20:07:06.603', N'2022-07-05 20:07:06.603', N'9', N'3702', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3702', N'1426') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FF745FC-54D4-4AD9-A8C0-673AA400BEB8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-05 20:07:17.760', N'2022-07-05 20:07:17.760', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD6CF775-054C-43DF-9794-7E48147F00C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041010', N'1', N'0', N'2022-07-05 20:07:21.640', N'2022-07-05 20:07:21.640', N'9', N'3279', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3279', N'926') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DACA89FA-8485-4274-A27F-7C4805A7A5A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11132009', N'1', N'0', N'2022-07-05 20:07:22.220', N'2022-07-05 20:07:22.220', N'9', N'7638', N'0', N'2001', N'215', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7638', N'2359') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8199E3EC-2038-45C0-B97E-4A021E06A310', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041010', N'1', N'0', N'2022-07-05 20:07:23.653', N'2022-07-05 20:07:23.653', N'9', N'3238', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3238', N'1065') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C1624EC-3736-4B9C-9599-D793FA22E4DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031011', N'1', N'0', N'2022-07-05 20:07:26.477', N'2022-07-05 20:07:26.477', N'9', N'6740', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6740', N'2457') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DEAEFBB-B6C3-4CBC-9C56-390FA54AF27F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-05 20:07:28.723', N'2022-07-05 20:07:28.723', N'9', N'3497', N'0', N'2002', N'81', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3497', N'1526') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3DF2148-E5CF-4A9E-A882-9204F24242AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 20:07:50.903', N'2022-07-05 20:07:50.903', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FCB3635-8CFE-4D35-BD9B-273AD53EC314', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 20:08:07.970', N'2022-07-05 20:08:07.970', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E1124EB-4B58-44E9-A8B1-93C6D329FE1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000098', N'1', N'0', N'2022-07-05 20:09:13.017', N'2022-07-05 20:09:13.017', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94B994F3-81F2-45BE-8ED5-9A30D5347118', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'75', N'50436', N'57', N'0', N'2022-07-05 20:09:14.353', N'2022-07-05 20:09:14.353', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'823A9FD5-9768-460B-AE91-D3217271A8DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11091011', N'1', N'0', N'2022-07-05 20:09:15.150', N'2022-07-05 20:09:15.150', N'9', N'6678', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6678', N'2570') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A5D23C5-DE34-467E-9464-14BC6557E4FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20100', N'1', N'0', N'2022-07-05 20:09:18.103', N'2022-07-05 20:09:18.103', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'095A140A-9825-45DF-80A5-ABFE140358D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 20:09:57.960', N'2022-07-05 20:09:57.960', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'003C5444-2A57-4D17-8E70-968722BA509F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 20:10:39.700', N'2022-07-05 20:10:39.700', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B83512D-A04E-4945-8ABC-2485324174D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-06 19:12:07.223', N'2022-07-06 19:12:07.223', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B03FADEE-FA9A-47E3-A2FE-CFA848CAAF4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 20:11:21.230', N'2022-07-05 20:11:21.230', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'905B14AE-7F59-45B3-922B-B407AED64E9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092010', N'1', N'0', N'2022-07-05 20:12:22.417', N'2022-07-05 20:12:22.417', N'9', N'6943', N'0', N'2001', N'214', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'8', N'10', N'6943', N'2251') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D23B9C21-B95C-4473-9B5C-996AC8DF3D7C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-05 20:12:23.367', N'2022-07-05 20:12:23.367', N'9', N'3786', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3786', N'1294') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBDAE2B6-895C-4D9D-85C5-846E6265F590', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021010', N'1', N'0', N'2022-07-05 20:12:24.160', N'2022-07-05 20:12:24.160', N'9', N'3897', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3897', N'1599') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50C416EE-3490-4DFA-91A5-40649EBEF2FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-05 20:12:25.180', N'2022-07-05 20:12:25.180', N'9', N'4756', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'4', N'4', N'4756', N'894') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E128CE8-0A50-4B61-8D61-EE288153DDEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11092009', N'1', N'0', N'2022-07-05 20:12:25.787', N'2022-07-05 20:12:25.787', N'9', N'7762', N'0', N'2002', N'180', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'7762', N'2294') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2CF779E7-C9C4-4314-B45E-70E43E87F68D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-05 20:12:26.390', N'2022-07-05 20:12:26.390', N'9', N'3855', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3855', N'1206') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E92ACADF-3BB2-42B5-8507-2C91EBEC1F66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12044006', N'1', N'0', N'2022-07-05 20:12:10.940', N'2022-07-05 20:12:10.940', N'14', N'6443', N'0', N'2001', N'161', N'2035', N'7', N'0', N'0', N'2002', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'4', N'3', N'12', N'12', N'6443', N'1583') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FA02AC2-7491-494D-B43E-117EDA511EEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'5', N'41409', N'1', N'0', N'2022-07-05 20:13:22.293', N'2022-07-05 20:13:22.293', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75D7963B-2B2D-43E3-890C-5AF3AF141858', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'4', N'0', N'2022-07-05 20:13:55.747', N'2022-07-05 20:13:55.747', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27DA86FD-C5EE-4F65-B005-6657DD86E86B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'6', N'0', N'2022-07-05 20:14:31.733', N'2022-07-05 20:14:31.733', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90B8809E-C88F-4006-A73D-92140E6F99E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000091', N'1', N'0', N'2022-07-05 20:15:23.377', N'2022-07-05 20:15:23.377', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5F15439-27BF-475B-80AC-8F985A4A4802', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'613045201', N'1', N'0', N'2022-06-22 23:25:59.000', N'2022-06-22 23:25:59.000', N'0', N'3675', N'0', N'1018', N'54', N'2027', N'3', N'1002', N'252', N'1014', N'3', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3746', N'1040') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D970989-202F-4585-9B8D-3ACC4DDAFB11', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'614045201', N'1', N'0', N'2022-06-22 23:25:59.340', N'2022-06-22 23:25:59.340', N'0', N'4746', N'0', N'1018', N'100', N'2027', N'7', N'1002', N'315', N'1013', N'3', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4746', N'1840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A25406D-05B9-476C-A860-0A43079203DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'615045201', N'1', N'0', N'2022-06-22 23:26:00.387', N'2022-06-22 23:26:00.387', N'0', N'3746', N'0', N'1018', N'73', N'2027', N'5', N'1002', N'189', N'1015', N'3', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3746', N'1040') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D0D3807-397B-4AD6-B547-B0CCF8D200A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'616045201', N'1', N'0', N'2022-06-22 23:26:00.687', N'2022-06-22 23:26:00.687', N'0', N'3746', N'0', N'1018', N'54', N'2027', N'3', N'1002', N'252', N'1014', N'3', N'1', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3746', N'1040') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6AAE2ED5-4F78-4F87-AA74-AAADBBF4A5D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'620045201', N'1', N'0', N'2022-06-22 23:26:01.173', N'2022-06-22 23:26:01.173', N'0', N'3746', N'0', N'1010', N'38', N'2003', N'29', N'2028', N'6', N'2060', N'3', N'1', N'1', N'1002', N'476', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3746', N'1040') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6877C895-AF15-44A0-8C19-96FB3CCCE30C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'4', N'0', N'2022-07-05 20:17:10.757', N'2022-07-05 20:17:10.757', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8544862-0E6D-4314-ADD2-9F28DF908916', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'612045201', N'1', N'0', N'2022-06-22 23:25:58.973', N'2022-06-22 23:25:58.973', N'0', N'4746', N'0', N'1018', N'100', N'2027', N'7', N'1002', N'315', N'1013', N'3', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'2', N'0', N'2', N'3', N'5', N'4', N'4746', N'1840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BF2AAD2-4180-4E7F-968E-DEF90422405C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'4', N'0', N'2022-07-05 20:17:19.173', N'2022-07-05 20:17:19.173', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2DC981E-19B0-4C1C-8B3B-E0154FE9037E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'7', N'0', N'2022-07-05 20:17:19.370', N'2022-07-05 20:17:19.370', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71F04A43-5C3C-401D-AED2-33C0A4804F4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'1', N'0', N'2022-07-05 20:17:28.970', N'2022-07-05 20:17:28.970', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85E0D7E5-167C-4FAB-B87F-AB29B576575F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042006', N'1', N'0', N'2022-07-05 20:20:58.713', N'2022-07-05 20:20:58.713', N'9', N'9045', N'0', N'2001', N'207', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9045', N'2253') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC5D561B-71F4-4C80-8FBA-64B461F1597A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042009', N'1', N'0', N'2022-07-05 20:21:20.640', N'2022-07-05 20:21:20.640', N'9', N'5335', N'0', N'2001', N'152', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5335', N'1753') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'585F539A-7B9C-4EDB-9F4F-03D01DC25E1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-05 20:21:21.597', N'2022-07-05 20:21:21.597', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47FD9C7B-B631-4B02-ADC7-3F5E2A992ED5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032009', N'1', N'0', N'2022-07-05 20:21:22.410', N'2022-07-05 20:21:22.410', N'9', N'4787', N'0', N'2001', N'142', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'4787', N'2098') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'602607C2-1E90-4869-9A47-C0C184AB4081', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031010', N'1', N'0', N'2022-07-05 20:21:46.470', N'2022-07-05 20:21:46.470', N'9', N'3551', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3551', N'1199') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC403827-434C-465D-84D5-00CA5C86F021', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-05 20:22:09.957', N'2022-07-05 20:22:09.957', N'9', N'4949', N'0', N'2001', N'159', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4949', N'2008') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C807F364-0C67-495D-BEBC-B2DE7782F234', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031012', N'1', N'0', N'2022-07-05 20:22:13.827', N'2022-07-05 20:22:13.827', N'9', N'5368', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5368', N'1757') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03762A09-6888-49A0-B91A-2176A4EA201B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 20:22:22.513', N'2022-07-05 20:22:22.513', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D51C370A-2D15-44D0-B974-543955C0F300', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'9', N'0', N'2022-07-05 20:22:28.800', N'2022-07-05 20:22:28.800', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3C872E7-8EF1-41C6-BFA6-23AB2D5A49DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'6', N'0', N'2022-07-05 20:22:32.053', N'2022-07-05 20:22:32.053', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA4CEB07-F2FF-46DF-9948-ED411240E170', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-05 20:22:43.247', N'2022-07-05 20:22:43.247', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51E9F575-5187-4237-901A-3715030F79B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041012', N'1', N'0', N'2022-07-05 20:23:28.067', N'2022-07-05 20:23:28.067', N'9', N'4580', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'4', N'4580', N'2364') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43DE9DCB-3E6F-4C28-AE11-1B2DB5BF7E40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-05 20:23:31.523', N'2022-07-05 20:23:31.523', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97F1451B-7FA0-4FD7-BA71-4D0A0F0E1E68', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2022-07-05 20:23:59.883', N'2022-07-05 20:23:59.883', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7800C0C1-8AF2-462A-94B9-6A56F93FEFE4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-05 20:24:06.287', N'2022-07-05 20:24:06.287', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22B518DE-3B3E-4D73-91A2-DC676148C516', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072010', N'1', N'0', N'2022-07-05 20:24:41.840', N'2022-07-05 20:24:41.840', N'9', N'7063', N'0', N'2002', N'310', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7063', N'2547') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2446F9B3-74B3-474D-A6F0-3DC845FC2A10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-05 20:24:42.070', N'2022-07-05 20:24:42.070', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8C6BAD07-56C8-4959-89E4-3F8D80F473E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152010', N'1', N'0', N'2022-07-05 20:24:45.553', N'2022-07-05 20:24:45.553', N'9', N'6921', N'0', N'2001', N'210', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6921', N'2264') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F9446B6-7D2B-442C-AC46-AA66D0831E93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-05 20:24:56.067', N'2022-07-05 20:24:56.067', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62AB36CC-0464-4965-BAC3-53C809B802C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022009', N'1', N'0', N'2022-07-05 20:24:59.793', N'2022-07-05 20:24:59.793', N'9', N'3688', N'0', N'2002', N'77', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3688', N'777') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7387844A-BA85-4C48-8D20-4161F5C6F2FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-05 20:25:17.750', N'2022-07-05 20:25:17.750', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84458F0B-1A51-4B04-BF9B-F55E6A8636A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031010', N'1', N'0', N'2022-07-05 20:25:21.737', N'2022-07-05 20:25:21.737', N'9', N'4488', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4488', N'1073') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65DD75BF-6748-4109-B571-F244C288323A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041010', N'1', N'0', N'2022-07-05 20:25:31.047', N'2022-07-05 20:25:31.047', N'9', N'3423', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3423', N'1013') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF9F5346-EA42-444F-BD14-EDE1CE03CEE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-05 20:27:01.573', N'2022-07-05 20:27:01.573', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D73F91EE-E988-4F3B-994E-ED83335DF0A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-05 20:27:12.183', N'2022-07-05 20:27:12.183', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'324E508F-10BA-4D0D-AFAE-9DEFBF263F8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052010', N'1', N'0', N'2022-07-05 20:29:09.367', N'2022-07-05 20:29:09.367', N'9', N'6531', N'0', N'1010', N'150', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'3', N'3', N'8', N'9', N'6531', N'2229') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27560DBE-73AA-433D-894F-303A67B78730', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132010', N'1', N'0', N'2022-07-05 20:29:09.577', N'2022-07-05 20:29:09.577', N'9', N'6531', N'0', N'1010', N'150', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'6531', N'2229') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7750F87-2C27-41A3-8B96-27ADDEEB808E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-05 20:29:10.493', N'2022-07-05 20:29:10.493', N'9', N'3375', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3375', N'747') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6F2DB7C-2D84-4270-9B08-F25101E4E774', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-05 20:29:43.337', N'2022-07-05 20:29:43.337', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4AF6449-394B-49DD-8803-69E789255C73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-05 20:29:44.693', N'2022-07-05 20:29:44.693', N'9', N'4182', N'0', N'2003', N'36', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4182', N'698') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A233A50B-4296-445C-B561-BF92F477C240', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-05 20:29:45.727', N'2022-07-05 20:29:45.727', N'9', N'4039', N'0', N'2001', N'90', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4039', N'1003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E38066E-4A36-4A21-95DC-2B97C828A80D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-05 20:29:46.507', N'2022-07-05 20:29:46.507', N'9', N'4143', N'0', N'2004', N'59', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'11', N'10', N'4143', N'1603') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B18B2DD-F2C3-4942-86E3-349C17662B9F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 20:29:48.147', N'2022-07-05 20:29:48.147', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'18', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F95B42F5-FC8B-4498-961A-5FD6BD49640A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31003', N'1', N'0', N'2022-07-05 20:30:59.937', N'2022-07-05 20:30:59.937', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88FD173A-CCA9-471E-8E92-C0ACE3DC14B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41181', N'1', N'-1', N'2022-07-05 20:31:53.170', N'2022-07-05 20:31:53.170', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'907EF876-1FD0-42B0-8186-FAFF7E19C0BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'7', N'0', N'2022-07-05 20:37:10.973', N'2022-07-05 20:37:10.973', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A61AAA03-8858-4801-AB58-2ADF03E0EDD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41182', N'1', N'0', N'2022-07-05 20:41:31.470', N'2022-07-05 20:41:31.470', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E34C0121-CF6C-4B90-80B5-791ACA7B0CB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-05 20:41:53.567', N'2022-07-05 20:41:53.567', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9C69857-0D9E-48B3-ACB3-43D654F1AF0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 20:41:57.533', N'2022-07-05 20:41:57.533', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'20', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C75A900-FBA4-4AF9-8A3D-C343756C1014', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-05 20:43:12.213', N'2022-07-05 20:43:12.213', N'9', N'7651', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7651', N'2519') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28B1E811-0399-4944-9E35-0A80F042841E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'1', N'0', N'2022-07-05 20:44:42.937', N'2022-07-05 20:44:42.937', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D7C5195-2CEC-4F35-B35D-63F778A0CE8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022009', N'1', N'0', N'2022-07-05 20:44:52.460', N'2022-07-05 20:44:52.460', N'9', N'4687', N'0', N'2003', N'33', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'4687', N'1741') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E35B7BFC-6928-4D97-B113-74FA6AE91C40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022010', N'1', N'0', N'2022-07-05 20:44:52.760', N'2022-07-05 20:44:52.760', N'9', N'3687', N'0', N'2036', N'3', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3687', N'941') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D20262C5-9313-4F19-A1FF-2A12E02AA5BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052010', N'1', N'0', N'2022-07-05 20:44:55.390', N'2022-07-05 20:44:55.390', N'9', N'6512', N'0', N'2002', N'264', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'8', N'10', N'6512', N'2581') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56AB485C-2BFD-4D2D-B019-0824E57FAF69', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132009', N'1', N'0', N'2022-07-05 20:44:55.803', N'2022-07-05 20:44:55.803', N'9', N'6512', N'0', N'2002', N'226', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'6512', N'2581') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5FB04EE-28A6-4745-957F-8234AF8B28EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-05 20:44:56.403', N'2022-07-05 20:44:56.403', N'9', N'3602', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3602', N'892') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E74D508C-4C26-4C6F-97FB-7501F735ABD3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152009', N'1', N'0', N'2022-07-05 20:44:57.020', N'2022-07-05 20:44:57.020', N'9', N'7609', N'0', N'2002', N'241', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'1', N'3', N'2', N'3', N'7609', N'2292') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'891358E6-6E3B-43F9-A133-BFDD6EA5E259', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'2', N'0', N'2022-07-05 20:48:22.653', N'2022-07-05 20:48:22.653', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1287E42D-F8AD-4221-A305-81FE9386120E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61003', N'20', N'0', N'2022-07-05 20:48:51.250', N'2022-07-05 20:48:51.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77B27D57-A094-412F-84BB-922F84A0EF00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'1', N'50993', N'1', N'0', N'2022-07-05 20:49:20.967', N'2022-07-05 20:49:20.967', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'21', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CB136C6-CFE2-459B-848F-0AB19A61257E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41180', N'1', N'0', N'2022-07-05 20:49:55.613', N'2022-07-05 20:49:55.613', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'649CC3EA-91D0-4FD7-8989-82D22F045AE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'2', N'0', N'2022-07-05 20:52:36.470', N'2022-07-05 20:52:36.470', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47274FAC-B209-491B-8E42-E37C86111F92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61003', N'1', N'0', N'2022-07-05 20:52:36.487', N'2022-07-05 20:52:36.487', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78FCB5F9-EA76-4F03-AE82-BDB51CBDA68A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032010', N'1', N'0', N'2022-07-05 20:53:08.250', N'2022-07-05 20:53:08.250', N'9', N'8957', N'0', N'1010', N'149', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8957', N'2381') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'409566C5-7478-432F-A458-EDFE2A7F6577', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152010', N'1', N'0', N'2022-07-05 20:53:08.503', N'2022-07-05 20:53:08.503', N'9', N'8957', N'0', N'1010', N'149', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8957', N'2381') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25573118-D607-4B8E-B02A-9DF690AECE8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'1', N'0', N'2022-07-05 20:56:16.757', N'2022-07-05 20:56:16.757', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'696DEECD-22D1-4FB7-85A1-F2694B775DE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072009', N'1', N'0', N'2022-07-05 20:56:27.100', N'2022-07-05 20:56:27.100', N'9', N'7220', N'0', N'2001', N'264', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7220', N'2047') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEF1A979-1F1E-41C4-873A-BE78FAC290F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052009', N'1', N'0', N'2022-07-05 20:56:27.217', N'2022-07-05 20:56:27.217', N'9', N'7220', N'0', N'2001', N'264', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7220', N'2047') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CE78CD5-DCD4-4972-B5E1-C37ED7F036C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50023', N'1', N'0', N'2022-07-05 20:56:38.623', N'2022-07-05 20:56:38.623', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0058BEE-FC0D-44B6-9562-47767B4BBD8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-09 23:03:57.643', N'2022-07-09 23:03:57.643', N'9', N'0', N'0', N'2010', N'1', N'0', N'0', N'0', N'0', N'11004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5433F713-0BFE-4731-A658-07EA3510A94E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-05 20:59:09.857', N'2022-07-05 20:59:09.857', N'9', N'4124', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4124', N'1114') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5ADE1212-A3D3-48E4-AD09-E7351AE7865C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'2', N'0', N'2022-07-05 20:59:38.270', N'2022-07-05 20:59:38.270', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33E272AE-7B39-4322-84C8-4C034CE19D95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 20:59:51.673', N'2022-07-05 20:59:51.673', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B374C565-7ED6-4425-BE86-50D6E07461D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032010', N'1', N'0', N'2022-07-05 21:00:41.563', N'2022-07-05 21:00:41.563', N'9', N'4728', N'0', N'2032', N'4', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4728', N'931') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB03B0CA-66BB-433A-BE03-763F3DE46695', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012010', N'1', N'0', N'2022-07-05 21:00:43.413', N'2022-07-05 21:00:43.413', N'9', N'3686', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3686', N'664') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF214812-5EE0-43D2-9637-A1D9F4C55B3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092010', N'1', N'0', N'2022-07-05 21:00:43.560', N'2022-07-05 21:00:43.560', N'9', N'8692', N'0', N'1010', N'155', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'8', N'10', N'8692', N'2064') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FFE526F-67BA-44A6-90D3-3C0A11D64133', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012009', N'1', N'0', N'2022-07-05 21:00:44.023', N'2022-07-05 21:00:44.023', N'9', N'4686', N'0', N'2002', N'147', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'4686', N'1464') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADBB412F-E2D6-40CE-AF01-D8029063638C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41176', N'1', N'0', N'2022-07-05 21:01:00.527', N'2022-07-05 21:01:00.527', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E790A980-57B1-4E5B-9BE5-3DEDAC9863AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11064005', N'1', N'0', N'2022-07-05 21:03:41.353', N'2022-07-05 21:03:41.353', N'23', N'8159', N'0', N'2001', N'242', N'1003', N'291', N'0', N'0', N'2001', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'3', N'0', N'3', N'3', N'10', N'8', N'8159', N'2032') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06665427-C1FD-4F76-B7E9-A10BAA471187', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 21:05:09.223', N'2022-07-05 21:05:09.223', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E141837A-3EBE-46E1-8257-93EC8C96FDF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 21:05:32.100', N'2022-07-05 21:05:32.100', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B4FCDA6-8A34-4344-BF65-C7EFD273C3EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032009', N'1', N'0', N'2022-07-05 21:05:48.813', N'2022-07-05 21:05:48.813', N'9', N'5767', N'0', N'2003', N'37', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'5767', N'1945') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7863BEDD-8565-40BB-9B8B-E0EF537D4174', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011010', N'1', N'0', N'2022-07-05 21:05:49.967', N'2022-07-05 21:05:49.967', N'9', N'7873', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'7873', N'2057') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73126D55-7FBC-47AB-956C-B31D4514109D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11061007', N'1', N'0', N'2022-07-05 21:06:01.967', N'2022-07-05 21:06:01.967', N'9', N'7872', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7872', N'2313') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C316E2F-F541-43C8-94FE-3D499274DD06', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:06:05.630', N'2022-07-05 21:06:05.630', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9CB0B6A-F3FC-4B33-818B-387F4B153312', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:06:18.203', N'2022-07-05 21:06:18.203', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BA17678-9D95-4E38-A305-7C4650BA4858', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011009', N'1', N'0', N'2022-07-05 21:06:47.820', N'2022-07-05 21:06:47.820', N'9', N'3422', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3422', N'1038') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A8B9A93-1ADB-4C5B-9458-83AFEA613851', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 21:07:56.820', N'2022-07-05 21:07:56.820', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88F557C4-5707-4BE5-88D7-95E405CC7E87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:08:20.940', N'2022-07-05 21:08:20.940', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F06D7BB-5041-4EB2-817B-C24861150B9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-05 21:08:29.533', N'2022-07-05 21:08:29.533', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1EB4713-D482-4C3E-ABF7-5675C693C60C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022006', N'1', N'0', N'2022-07-05 21:08:37.567', N'2022-07-05 21:08:37.567', N'9', N'6402', N'0', N'2002', N'204', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6402', N'2215') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94752360-9652-4170-891A-BFF45356F7F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112009', N'1', N'0', N'2022-07-05 21:08:37.700', N'2022-07-05 21:08:37.700', N'9', N'6402', N'0', N'2002', N'204', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6402', N'2215') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B54C476-F347-40B4-8D9A-0D0A684E8B89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022009', N'1', N'0', N'2022-07-05 21:08:53.970', N'2022-07-05 21:08:53.970', N'9', N'3067', N'0', N'2001', N'99', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'2', N'3', N'3067', N'622') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF5BF567-E457-4BDA-B1BE-A6C3258F0210', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032010', N'1', N'0', N'2022-07-05 21:09:11.830', N'2022-07-05 21:09:11.830', N'9', N'4950', N'0', N'2001', N'131', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'6', N'8', N'4950', N'1961') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E373C1C5-FA62-4ECF-BA4B-D5892FEDD94D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16044006', N'1', N'0', N'2022-07-05 21:12:50.803', N'2022-07-05 21:12:50.803', N'23', N'3053', N'0', N'2009', N'3', N'2031', N'4', N'0', N'0', N'2064', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'3', N'0', N'1', N'3', N'1', N'1', N'3053', N'997') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'686C3D9A-2BA0-42BD-8EC4-5B6F8CB44B55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'1', N'90061', N'1', N'0', N'2022-07-05 21:14:24.783', N'2022-07-05 21:14:24.783', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94638D31-006B-4980-A483-8D9E4F54FE63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'26', N'37007', N'9', N'0', N'2022-07-05 21:25:20.987', N'2022-07-05 21:25:20.987', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44B940DB-5900-4C92-B05B-5ACF07E8026C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'11', N'30', N'38007', N'5', N'0', N'2022-07-05 21:25:21.017', N'2022-07-05 21:25:21.017', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13E3185F-10F7-4F11-B386-980F96BA030E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'30328', N'1', N'0', N'2022-07-05 21:25:21.043', N'2022-07-05 21:25:21.043', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4873281-2D5F-4581-93A5-123D6BE6898A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'4', N'0', N'2022-07-05 21:28:00.490', N'2022-07-05 21:28:00.490', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56DD7F30-1D3A-451C-83CA-0172A848F4D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31052', N'1', N'0', N'2022-07-05 21:46:47.320', N'2022-07-05 21:46:47.320', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75FC3BA7-304A-4AFF-9DE7-E90D61FCB199', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:30:14.650', N'2022-07-05 21:30:14.650', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5679722-99E9-4897-8472-211DBC102008', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612032010', N'1', N'0', N'2022-07-05 21:50:55.793', N'2022-07-05 21:50:55.793', N'9', N'4502', N'0', N'2003', N'44', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'4502', N'1765') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FAE8F03-23F2-438D-8C84-499FC1D42925', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611132010', N'1', N'0', N'2022-07-05 21:50:56.103', N'2022-07-05 21:50:56.103', N'9', N'7620', N'0', N'2002', N'308', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7620', N'2466') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'078E7600-0492-4A6E-B1F8-1C73AB198B88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011012', N'1', N'0', N'2022-07-05 21:30:50.973', N'2022-07-05 21:30:50.973', N'9', N'5258', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5258', N'2145') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8920F583-7336-47F8-9174-DC38806FD52D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-05 21:30:53.207', N'2022-07-05 21:30:53.207', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A116F97-BF6C-41B5-937D-63B704A48EEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41781', N'6', N'0', N'2022-07-05 21:50:56.840', N'2022-07-05 21:50:56.840', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0BA2EB5-350B-4211-B6CF-FB5B7CAD4EAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 21:31:25.983', N'2022-07-05 21:31:25.983', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2858D4F-E097-4D45-9BB7-AFD41CD9CF79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-05 21:31:48.610', N'2022-07-05 21:31:48.610', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'772256CA-072E-4637-952F-A20EB947A313', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 21:32:16.353', N'2022-07-05 21:32:16.353', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFC2AF80-0310-4DB0-B0A4-241A0347BDBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:32:52.757', N'2022-07-05 21:32:52.757', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'366DF887-F8FA-441B-AEF2-84E6713276F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 21:32:58.837', N'2022-07-05 21:32:58.837', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10907DDF-15DD-4123-8D79-FC4962190612', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'1', N'0', N'2022-07-05 21:51:02.053', N'2022-07-05 21:51:02.053', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CF9BBDC-E725-4F8B-B344-A5E3A6384EFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011011', N'1', N'0', N'2022-07-05 21:33:00.847', N'2022-07-05 21:33:00.847', N'9', N'3074', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3074', N'1397') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E5253E4-90AE-466F-9786-85984EF5C793', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 21:33:01.260', N'2022-07-05 21:33:01.260', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA9D6D1F-F9E4-4E08-B588-B1842AB121F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611012010', N'1', N'0', N'2022-07-05 21:51:03.473', N'2022-07-05 21:51:03.473', N'9', N'6598', N'0', N'1010', N'144', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'5', N'5', N'6598', N'2466') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4666212D-EB0C-4302-A3C7-3C139E5C149A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:33:19.360', N'2022-07-05 21:33:19.360', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77C0A241-20E9-4324-B25D-A49F869DCAA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-05 21:33:37.847', N'2022-07-05 21:33:37.847', N'9', N'3176', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3176', N'1470') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02583FFE-2F02-4192-925A-898B0DECC841', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:33:41.497', N'2022-07-05 21:33:41.497', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70C440E5-6210-41E4-AE6B-7094C47EC8EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 21:33:41.720', N'2022-07-05 21:33:41.720', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1F572C1-B8BC-45FA-A093-20889FF5813E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41203', N'2', N'0', N'2022-07-05 21:34:26.080', N'2022-07-05 21:34:26.080', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F8FBEDB-2A28-4579-8773-987EDC02588C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-05 21:34:38.470', N'2022-07-05 21:34:38.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04B96B8E-4D7C-42CE-9D0B-C1444DDF0FD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:34:47.270', N'2022-07-05 21:34:47.270', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E869600-7C22-479E-B911-ADC98ECE4829', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:35:04.687', N'2022-07-05 21:35:04.687', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF4624D8-1329-40B1-88A1-1C41046E4E18', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-05 21:35:11.027', N'2022-07-05 21:35:11.027', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E69721B9-4541-4FC3-AA93-29D984EB407B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-05 21:35:21.553', N'2022-07-05 21:35:21.553', N'9', N'3293', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3293', N'863') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF6BDDD2-C284-4C7F-82CB-2AF993B71143', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071011', N'1', N'0', N'2022-07-05 21:35:27.467', N'2022-07-05 21:35:27.467', N'9', N'6174', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'6174', N'2762') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'996FE1E2-84C2-4E04-9C9E-AAADDF39AC4B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:35:31.737', N'2022-07-05 21:35:31.737', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'330D8D5F-9333-4AE9-B865-88F7D9A27ED1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-05 21:35:46.130', N'2022-07-05 21:35:46.130', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3C22323-98C0-4A0B-A190-4D14BC193488', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616021010', N'1', N'0', N'2022-07-05 21:51:04.493', N'2022-07-05 21:51:04.493', N'9', N'4453', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4453', N'1172') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36B345F1-365E-4E36-AB77-0F0A05D4AEDB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011010', N'1', N'0', N'2022-07-05 21:36:43.410', N'2022-07-05 21:36:43.410', N'9', N'4101', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'4101', N'743') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16FF159D-E283-4F6F-B839-989475EFBF65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:36:43.560', N'2022-07-05 21:36:43.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE3B9EE2-A17F-48F6-BB9D-DDC3C69077B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 21:51:06.930', N'2022-07-05 21:51:06.930', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DCE80CE-E07C-4FDF-A4DC-FDCC97565BD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011012', N'1', N'0', N'2022-07-05 21:37:12.240', N'2022-07-05 21:37:12.240', N'9', N'4376', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'4376', N'1942') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'621D6914-B9F7-402C-97EE-3C848D9F9229', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-05 21:37:13.620', N'2022-07-05 21:37:13.620', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61AC1A43-759C-43ED-A6C4-7026A6682FBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-05 21:37:13.633', N'2022-07-05 21:37:13.633', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C56098E-1E78-4127-AFA4-83D5698DE772', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:37:15.900', N'2022-07-05 21:37:15.900', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3708A64-ABC4-4DB1-BE17-4B92F3EBB75C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-05 21:37:22.593', N'2022-07-05 21:37:22.593', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E54963B-457E-483E-997F-270E35BBF153', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-05 21:37:55.640', N'2022-07-05 21:37:55.640', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0C2AC95-C948-4112-B50F-876FB37D9632', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'6', N'0', N'2022-07-09 02:21:58.250', N'2022-07-09 02:21:58.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8C7339BF-631C-4805-BC7A-ED74D93EA3AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:38:11.487', N'2022-07-05 21:38:11.487', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'397281AB-D326-4EA6-8F8E-978AF4687265', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:38:24.830', N'2022-07-05 21:38:24.830', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2604D479-D6E1-4CB9-AB3D-6D6627CF7BF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41192', N'29', N'0', N'2022-07-05 21:38:38.593', N'2022-07-05 21:38:38.593', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADB3793B-5BC3-4DAD-9389-F78B32DB624E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41190', N'5', N'0', N'2022-07-05 21:38:41.447', N'2022-07-05 21:38:41.447', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59CFD597-31BF-41B7-9ECC-D28C4F284405', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41202', N'4', N'0', N'2022-07-05 21:39:28.873', N'2022-07-05 21:39:28.873', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4E75376F-F7B2-4F42-8904-ABA9EF7497BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:42:13.223', N'2022-07-05 21:42:13.223', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62431A33-C1C2-4ADA-9798-5BC07D5CABEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-05 21:42:22.850', N'2022-07-05 21:42:22.850', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6835D1A1-9396-4C5E-B2DA-0D478519070F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000278', N'1', N'0', N'2022-07-05 21:45:31.340', N'2022-07-05 21:45:31.340', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DF091AC-4F06-45E5-9DF5-44CAEB99A554', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000278', N'1', N'0', N'2022-07-05 21:45:31.397', N'2022-07-05 21:45:31.397', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'177EF579-4476-4CBE-8A9F-4EF5EDE7F575', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'620024005', N'1', N'0', N'2022-07-05 21:52:31.857', N'2022-07-05 21:52:31.857', N'9', N'4281', N'0', N'1003', N'103', N'2001', N'91', N'0', N'0', N'2004', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4281', N'659') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B639E34B-E611-4461-91CF-A6260AA4C71F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'620021009', N'1', N'0', N'2022-07-05 21:52:32.687', N'2022-07-05 21:52:32.687', N'9', N'3636', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3636', N'1157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90A7753D-8098-4AFD-BA96-31229126F6C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'620012009', N'1', N'0', N'2022-07-05 21:52:33.963', N'2022-07-05 21:52:33.963', N'9', N'3737', N'0', N'2003', N'37', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3737', N'875') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE4B9B32-4F56-4240-B6E4-0DCAF02297AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611152010', N'1', N'0', N'2022-07-05 21:53:16.357', N'2022-07-05 21:53:16.357', N'9', N'6228', N'0', N'2001', N'312', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6228', N'2170') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E076A973-A7D6-4B2B-BAFE-5FFE459B8359', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 21:53:16.393', N'2022-07-05 21:53:16.393', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'913289FB-2706-471D-AA38-2C1BB1CD4EF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 21:53:21.773', N'2022-07-05 21:53:21.773', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7D72B3F-B769-40DA-82E5-81A25EC78EA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:53:22.050', N'2022-07-05 21:53:22.050', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF39EC8D-9814-4FAD-B15E-56681ECC40B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000101', N'1', N'0', N'2022-07-05 21:53:34.280', N'2022-07-05 21:53:34.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBAC9AC9-DFB6-48BF-80A0-172B73C15CD7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62001', N'1', N'0', N'2022-07-05 21:53:34.653', N'2022-07-05 21:53:34.653', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C567B94C-3D68-46FD-84FB-BE67DAE12C8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'613042009', N'1', N'0', N'2022-07-05 21:53:50.963', N'2022-07-05 21:53:50.963', N'9', N'3525', N'0', N'2001', N'105', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3525', N'1117') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F27B2D6-A843-496E-B529-936A160F3397', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'611114006', N'1', N'0', N'2022-07-05 21:55:18.260', N'2022-07-05 21:55:18.260', N'9', N'7210', N'0', N'2002', N'275', N'1003', N'314', N'0', N'0', N'1026', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'1', N'0', N'2', N'3', N'4', N'6', N'7210', N'2184') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F27BD990-2C01-4AB8-B572-3A2C43C786C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'613041010', N'1', N'0', N'2022-07-05 21:55:58.970', N'2022-07-05 21:55:58.970', N'9', N'3638', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'7', N'3638', N'992') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AD0CEF3-1459-4D35-9F0D-D15D6CF8B02D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:56:32.400', N'2022-07-05 21:56:32.400', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75C8CA63-5B78-4EA9-AA1C-2FE6C2AD8AEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:56:54.700', N'2022-07-05 21:56:54.700', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39738C3E-D5B7-4E72-B321-6B3BD4274A32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'615032009', N'1', N'0', N'2022-07-05 21:57:15.040', N'2022-07-05 21:57:15.040', N'9', N'3059', N'0', N'2004', N'32', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3059', N'1447') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'761002DF-F860-4FD2-BDDD-6BF40DE5FFF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'1', N'0', N'2022-07-05 21:57:15.847', N'2022-07-05 21:57:15.847', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F141691-5128-4B08-AB7E-198E79A3907E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 21:57:34.493', N'2022-07-05 21:57:34.493', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E184667-F85D-40E9-8C37-9FB356031550', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612032010', N'1', N'0', N'2022-07-05 21:57:39.750', N'2022-07-05 21:57:39.750', N'9', N'4675', N'0', N'2004', N'57', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4675', N'1857') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B4F2A72-3D37-406B-8B23-BC9D5D07C216', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:57:44.460', N'2022-07-05 21:57:44.460', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BED8E8EB-3F41-462E-AEF6-3993B2FFBF55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 21:57:48.540', N'2022-07-05 21:57:48.540', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66C7742C-79EA-489F-A06E-3D4D583BB660', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611112010', N'1', N'0', N'2022-07-05 21:58:14.050', N'2022-07-05 21:58:14.050', N'9', N'7473', N'0', N'2001', N'285', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7473', N'2812') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81446E86-9F36-4339-8FCB-CDE311E60DB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'613032009', N'1', N'0', N'2022-07-05 21:59:40.277', N'2022-07-05 21:59:40.277', N'9', N'3195', N'0', N'2001', N'101', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3195', N'1066') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF697377-BB01-4287-9FE5-F30E4E9DEE5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611022007', N'1', N'0', N'2022-07-05 21:59:40.460', N'2022-07-05 21:59:40.460', N'9', N'7558', N'0', N'1010', N'135', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'4', N'5', N'7558', N'2500') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AEA76D6-3B26-4048-AA68-A0373BE6DC84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'1', N'0', N'2022-07-05 22:01:00.870', N'2022-07-05 22:01:00.870', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'781E5606-C283-4A80-A21F-855A63832DBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616032009', N'1', N'0', N'2022-07-05 22:02:54.233', N'2022-07-05 22:02:54.233', N'9', N'4943', N'0', N'2002', N'130', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'5', N'4', N'4943', N'1065') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C2C687E-65DA-41D3-84F7-7D7BE45B9B03', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'615042009', N'1', N'0', N'2022-07-05 22:02:54.260', N'2022-07-05 22:02:54.260', N'9', N'3786', N'0', N'2002', N'103', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'3786', N'984') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E747F11-A533-4778-89DA-8D8E16A78681', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:03:33.050', N'2022-07-05 22:03:33.050', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'232A4D3D-4A96-4EDB-ADD1-8EC30414D779', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'3', N'0', N'2022-07-05 22:04:30.787', N'2022-07-05 22:04:30.787', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC293D2C-3CBE-42B0-8BC2-65F64CDDEA64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'2', N'0', N'2022-07-05 22:04:37.387', N'2022-07-05 22:04:37.387', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C59D6E94-2047-427B-AC2F-69C62BA0F54F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'615032009', N'1', N'0', N'2022-07-05 22:08:59.550', N'2022-07-05 22:08:59.550', N'9', N'3885', N'0', N'2001', N'82', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3885', N'864') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9172B8D3-78B1-4E74-A536-63BC53C7EA86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612022010', N'1', N'0', N'2022-07-05 22:10:13.793', N'2022-07-05 22:10:13.793', N'9', N'4756', N'0', N'2001', N'147', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'4756', N'1429') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'510F65BE-EFBE-43B0-B77C-87116FB444D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616041010', N'1', N'0', N'2022-07-05 22:10:13.800', N'2022-07-05 22:10:13.800', N'9', N'3859', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3859', N'1470') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93E684F6-4D8E-4D8E-AA0A-3937F92CD176', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:10:13.803', N'2022-07-05 22:10:13.803', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8329CB8-04AB-4BAA-9D17-733A8793429A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:10:15.117', N'2022-07-05 22:10:15.117', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC186277-0EF5-4B2F-AF45-D3424C760B25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'613032009', N'1', N'0', N'2022-07-05 22:10:15.523', N'2022-07-05 22:10:15.523', N'9', N'3318', N'0', N'2002', N'107', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3318', N'1076') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B19DEF8-5EEA-4734-9C8D-F89A66FB2584', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611012010', N'1', N'0', N'2022-07-05 22:10:15.757', N'2022-07-05 22:10:15.757', N'9', N'7820', N'0', N'2001', N'241', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'5', N'5', N'7820', N'2476') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55C5AFC8-4761-487E-92F7-78A9F796559F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611082007', N'1', N'0', N'2022-07-05 22:10:48.573', N'2022-07-05 22:10:48.573', N'9', N'6513', N'0', N'1010', N'145', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'6513', N'2517') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCD0CF7B-C7F8-4934-8529-03272B0F8059', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2022-07-05 22:11:43.347', N'2022-07-05 22:11:43.347', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C2C6341-C332-49CB-9D11-4653F4C2C569', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616041010', N'1', N'0', N'2022-07-05 22:12:31.867', N'2022-07-05 22:12:31.867', N'9', N'4512', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4512', N'690') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E41AF5B7-B118-4891-B513-80E6E38A65DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612022010', N'1', N'0', N'2022-07-05 22:12:32.110', N'2022-07-05 22:12:32.110', N'9', N'5367', N'0', N'2001', N'150', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'5367', N'1513') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B607265-DE5D-4BF4-8A02-99FD6D1B55E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:13:03.200', N'2022-07-05 22:13:03.200', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE76BFAF-EA11-4607-B09B-36F968E69050', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'614042010', N'1', N'0', N'2022-07-05 22:13:03.760', N'2022-07-05 22:13:03.760', N'9', N'4097', N'0', N'2002', N'176', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4097', N'2034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13C8C2E4-97C1-4393-8191-C27E1D2098E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:14:11.963', N'2022-07-05 22:14:11.963', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6867A954-5D44-4207-8024-3ABD9F4AE98F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'620012009', N'1', N'0', N'2022-07-05 22:14:30.833', N'2022-07-05 22:14:30.833', N'9', N'4430', N'0', N'2003', N'40', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4430', N'787') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2EE02BFF-F574-4AD5-8489-B3DC9C5AEB38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612012010', N'1', N'0', N'2022-07-05 22:14:49.580', N'2022-07-05 22:14:49.580', N'9', N'4661', N'0', N'2001', N'155', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4661', N'1647') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF65BE0B-FE06-45EA-A3A9-427FA5E5D236', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62002', N'1', N'0', N'2022-07-05 22:14:49.923', N'2022-07-05 22:14:49.923', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AF7138D-4BA8-47EA-98E2-C3912C739C40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:15:00.750', N'2022-07-05 22:15:00.750', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43C0BC0C-6943-496B-9793-156F1BB396DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'615042009', N'1', N'0', N'2022-07-05 22:15:31.737', N'2022-07-05 22:15:31.737', N'9', N'3294', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3294', N'1305') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63B71FB3-D23F-4541-B475-83307C2C8936', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:15:32.160', N'2022-07-05 22:15:32.160', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF7D1AE1-A020-4989-B2EA-27A060DF11F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612022010', N'1', N'0', N'2022-07-05 22:17:06.713', N'2022-07-05 22:17:06.713', N'9', N'4959', N'0', N'2004', N'38', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4959', N'1569') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A82CF8FB-87A4-4350-8647-2F2F27E4830C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'615032009', N'1', N'0', N'2022-07-05 22:17:06.997', N'2022-07-05 22:17:06.997', N'9', N'3959', N'0', N'2004', N'26', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3959', N'769') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DEC54B3-4B4A-4159-8D7F-B63AA4A7C8FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611012010', N'1', N'0', N'2022-07-05 22:17:30.740', N'2022-07-05 22:17:30.740', N'9', N'7717', N'0', N'1010', N'160', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'8', N'10', N'7717', N'2197') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'459E47CB-A054-429C-A6D4-C2CC942649EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611112010', N'1', N'0', N'2022-07-05 22:17:30.943', N'2022-07-05 22:17:30.943', N'9', N'7717', N'0', N'1010', N'160', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'7717', N'2197') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'548F3E69-3609-4D07-814C-1E9F4C75D1D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'620012009', N'1', N'0', N'2022-07-05 22:20:50.083', N'2022-07-05 22:20:50.083', N'9', N'3228', N'0', N'2001', N'92', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3228', N'873') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D58278F1-66A0-4692-8622-640A7F8C0338', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:20:53.043', N'2022-07-05 22:20:53.043', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9E0C5CB-C9CE-4087-9343-5B0882B56710', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'1', N'0', N'2022-07-05 22:21:23.460', N'2022-07-05 22:21:23.460', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB551508-19EB-4175-997C-A2014DB285C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:21:23.673', N'2022-07-05 22:21:23.673', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3E98AAF-0470-44C8-8F43-7817F79682B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:21:32.043', N'2022-07-05 22:21:32.043', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5B69349-0164-4AB7-9A0E-DC29E4B378CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:22:16.577', N'2022-07-05 22:22:16.577', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'937E4E7A-00EF-4413-9FB0-E5719DBFB533', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'615032009', N'1', N'0', N'2022-07-05 22:22:24.290', N'2022-07-05 22:22:24.290', N'9', N'3894', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'3', N'2', N'3894', N'1138') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'546BB847-A19C-4738-B675-A7DF48A2EBA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'616014005', N'1', N'0', N'2022-07-05 22:24:03.243', N'2022-07-05 22:24:03.243', N'9', N'4476', N'0', N'1002', N'184', N'1001', N'158', N'0', N'0', N'1014', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'4', N'0', N'2', N'3', N'2', N'2', N'4476', N'954') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6DC1800-C1BA-4F20-B005-BCD2AC85A854', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'148', N'0', N'2022-07-05 22:24:22.290', N'2022-07-05 22:24:22.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07831CFB-CAAD-4679-B06D-B6B6CE2F8A6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611132010', N'1', N'0', N'2022-07-05 22:24:23.907', N'2022-07-05 22:24:23.907', N'9', N'8819', N'0', N'1010', N'128', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8819', N'2026') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C850E8E-7844-4251-9CE2-67A5B5585ABC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:25:05.313', N'2022-07-05 22:25:05.313', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7091FBC5-6682-49A2-A7BC-75734318B635', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'613032009', N'1', N'0', N'2022-07-05 22:25:20.193', N'2022-07-05 22:25:20.193', N'9', N'3144', N'0', N'2001', N'94', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3144', N'1367') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81572220-4A95-409F-971D-7666A12A4170', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:25:30.937', N'2022-07-05 22:25:30.937', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBE058E8-CF86-4697-AB8A-9979B1B2C182', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'611024005', N'1', N'0', N'2022-07-05 22:25:43.170', N'2022-07-05 22:25:43.170', N'9', N'8063', N'0', N'2016', N'43', N'2029', N'49', N'0', N'0', N'2173', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'5', N'5', N'8063', N'2170') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32ECF2CD-4EDF-4F0A-AE28-DEC1D89A1EC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611062007', N'1', N'0', N'2022-07-05 22:26:20.913', N'2022-07-05 22:26:20.913', N'9', N'9777', N'0', N'1010', N'122', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'9777', N'2391') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB990B48-E082-4E7F-9F98-779FB0AF0FBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612042010', N'1', N'0', N'2022-07-05 22:26:56.240', N'2022-07-05 22:26:56.240', N'9', N'5278', N'0', N'2001', N'182', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'5278', N'1569') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'960ACA3B-0160-4D9D-A6AA-DB1EE2BBCAAF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:27:07.517', N'2022-07-05 22:27:07.517', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BACD1078-7CBF-40EB-B830-CA967AEE13A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'616042009', N'1', N'0', N'2022-07-05 22:28:44.003', N'2022-07-05 22:28:44.003', N'9', N'3447', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3447', N'1217') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'684909C0-1D13-4AE5-852A-A6E7A86FF886', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'51992', N'1', N'0', N'2022-07-05 22:28:44.707', N'2022-07-05 22:28:44.707', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D28FF5A-0D47-497F-B452-BD93F3F9DCF2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'611074006', N'1', N'0', N'2022-07-05 22:29:58.473', N'2022-07-05 22:29:58.473', N'9', N'8775', N'0', N'2014', N'37', N'1004', N'277', N'0', N'0', N'2184', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'3', N'0', N'3', N'3', N'8', N'10', N'8775', N'2308') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E3A9537-D266-408B-BA19-CA43ADABDAF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'612022010', N'1', N'0', N'2022-07-05 22:29:58.733', N'2022-07-05 22:29:58.733', N'9', N'5274', N'0', N'2004', N'38', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'5274', N'2122') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76A9EDCC-CBCF-497A-A279-93139697627A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'615022009', N'1', N'0', N'2022-07-05 22:29:59.180', N'2022-07-05 22:29:59.180', N'9', N'4127', N'0', N'2001', N'94', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'3', N'2', N'4127', N'627') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9326E4FF-A085-46DF-B4DA-9A117CC2A7CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611032010', N'1', N'0', N'2022-07-05 22:30:29.293', N'2022-07-05 22:30:29.293', N'9', N'6269', N'0', N'2001', N'306', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6269', N'2420') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA87A799-A18B-4A44-B2A7-75D3BBBCE4B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63002', N'1', N'0', N'2022-07-05 22:30:29.560', N'2022-07-05 22:30:29.560', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C04F1AA-0CAD-4F1B-A97C-AFADD9A155F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'620012009', N'1', N'0', N'2022-07-05 22:30:33.870', N'2022-07-05 22:30:33.870', N'9', N'4427', N'0', N'1010', N'31', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4427', N'772') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB0DC1CB-A467-4A9F-B9AE-1D3EA89BE593', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'51992', N'1', N'0', N'2022-07-05 22:30:43.583', N'2022-07-05 22:30:43.583', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'246C3D49-CBE4-4C6C-9F30-70872A1ACFFC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-05 23:02:11.327', N'2022-07-05 23:02:11.327', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8DF55DE4-2E33-4776-805F-0FE3728D4C96', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'10', N'0', N'2022-07-05 22:32:09.647', N'2022-07-05 22:32:09.647', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'373CCA94-7C52-4F1F-A94B-C285671FE1E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032009', N'1', N'0', N'2022-07-05 22:33:21.670', N'2022-07-05 22:33:21.670', N'9', N'3706', N'0', N'2003', N'40', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3706', N'612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E4981C7-C6BF-4847-8774-B53405898470', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-05 22:33:22.177', N'2022-07-05 22:33:22.177', N'9', N'0', N'0', N'2009', N'1', N'0', N'0', N'0', N'0', N'11003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E245861-70B1-4568-AF9F-82EB8C00998C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 23:02:19.570', N'2022-07-05 23:02:19.570', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19F66988-A921-49AB-97EB-A1A94D5FDE35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'5', N'0', N'2022-07-05 22:33:22.943', N'2022-07-05 22:33:22.943', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5B690F8-7C8D-401F-8E8A-4ABA4255DD51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-05 22:33:39.407', N'2022-07-05 22:33:39.407', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC8D9D7E-B7D8-40B4-AD03-24FC986B171A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:33:39.443', N'2022-07-05 22:33:39.443', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4C7731F-E86D-4A69-8A66-B36FB421ACE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'6', N'0', N'2022-07-05 22:33:40.163', N'2022-07-05 22:33:40.163', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F56A0FA-BB6F-474B-A477-C9941AB8B437', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'14', N'0', N'2022-07-05 22:33:43.540', N'2022-07-05 22:33:43.540', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3567B11E-7175-4609-A306-049D85B73699', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031010', N'1', N'0', N'2022-07-05 22:33:43.943', N'2022-07-05 22:33:43.943', N'9', N'3506', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3506', N'908') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'307628D4-7FC4-4142-90D4-FE9BD17ED9D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 23:02:23.717', N'2022-07-05 23:02:23.717', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26852DE3-60A1-4C4D-887C-B2B1FD3CEDAF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'1', N'0', N'2022-07-05 22:34:04.520', N'2022-07-05 22:34:04.520', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA7853B9-EF63-4B37-80C8-95AD3E1F1A6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-05 22:34:12.643', N'2022-07-05 22:34:12.643', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1458848A-9C63-4129-ACCF-004D05AAE9D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-05 22:34:41.270', N'2022-07-05 22:34:41.270', N'9', N'3058', N'0', N'2001', N'68', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3058', N'1092') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A113EF73-FFA2-4EAF-AEAF-F5884A9F10E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-05 22:34:41.697', N'2022-07-05 22:34:41.697', N'9', N'0', N'0', N'2011', N'1', N'0', N'0', N'0', N'0', N'11005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8383B152-0936-4506-A674-6A3C932BFDF9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091011', N'1', N'0', N'2022-07-05 22:34:43.903', N'2022-07-05 22:34:43.903', N'9', N'6019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6019', N'2716') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7131FC24-3AAA-4322-AD3C-FE340B691297', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 22:34:47.473', N'2022-07-05 22:34:47.473', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1362391-4681-4B58-87E7-FCAFF9D99A5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:35:02.580', N'2022-07-05 22:35:02.580', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A165CE8E-B3CC-49AC-9D2F-966BC92B3037', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011012', N'1', N'0', N'2022-07-05 22:35:03.003', N'2022-07-05 22:35:03.003', N'9', N'4751', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'4751', N'1565') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D7B6928-DAF5-462C-BF4B-0D9C27B56227', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 22:35:09.270', N'2022-07-05 22:35:09.270', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D711D8A-6DA5-4F2F-9098-9CFB1BD0F112', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-05 22:35:14.330', N'2022-07-05 22:35:14.330', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9AC72F6-7DBA-4720-AF24-5179968B8877', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-05 22:35:28.650', N'2022-07-05 22:35:28.650', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7553EA89-2A1F-40E7-8246-A0096456FD88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-05 22:35:45.447', N'2022-07-05 22:35:45.447', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4472FB0-D874-4B3E-BBC7-0AF4D7C1EDB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:35:46.463', N'2022-07-05 22:35:46.463', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED04D5F8-8CD6-4200-A437-7140A5DEE0E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60074', N'1', N'0', N'2022-07-05 22:35:50.907', N'2022-07-05 22:35:50.907', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C382AE1-EFF3-448D-BFA2-DF096BD84189', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60076', N'1', N'0', N'2022-07-05 22:36:15.540', N'2022-07-05 22:36:15.540', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F452B2CF-3F78-43A7-A7DB-0D7A618F457F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-05 22:36:16.350', N'2022-07-05 22:36:16.350', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB6EB1F0-2539-45E7-86EA-08938CF93F25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-05 22:36:19.620', N'2022-07-05 22:36:19.620', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8380036-0861-4187-B621-73912C5B0A6B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60073', N'1', N'0', N'2022-07-05 22:36:46.323', N'2022-07-05 22:36:46.323', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B2C5EED-8B32-426F-A832-99CC12A1BAAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'2', N'0', N'2022-07-05 22:46:35.077', N'2022-07-05 22:46:35.077', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B57BC167-5B8B-42F7-BB01-4F6BA571E57B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-05 22:37:09.257', N'2022-07-05 22:37:09.257', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D65A853-2F17-4874-87D0-CF7238EC389F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-05 22:37:24.057', N'2022-07-05 22:37:24.057', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE082738-6C8B-4752-BD19-3516B83ABA0F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-05 22:37:24.657', N'2022-07-05 22:37:24.657', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66817B8F-8BDE-4973-99A6-885D73269DD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-05 22:37:24.800', N'2022-07-05 22:37:24.800', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9825BF39-5583-4DA0-BBEB-C6F0DFA17620', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-05 22:37:26.260', N'2022-07-05 22:37:26.260', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9466BE31-AD36-4B8D-B175-4029C757BC56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61003', N'1', N'0', N'2022-07-05 22:37:30.550', N'2022-07-05 22:37:30.550', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D93893F-8DBF-4505-8C5D-FCAE96B7F6D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60087', N'1', N'0', N'2022-07-05 22:38:26.190', N'2022-07-05 22:38:26.190', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A38CA0AE-5E53-486A-868D-4A3C214E4DC0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 22:38:59.890', N'2022-07-05 22:38:59.890', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AEF314E-CD6D-45E9-BBA8-CCDFFC86434C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000015', N'1', N'0', N'2022-07-11 02:30:42.290', N'2022-07-11 02:30:42.290', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF7DDE0C-A17D-4B4E-A82B-EB7E934848D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-05 22:39:50.213', N'2022-07-05 22:39:50.213', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D33DB56-E1E1-4290-A0EE-9044D10E2DC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 22:40:32.927', N'2022-07-05 22:40:32.927', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD90B011-B30C-45D9-9CF4-BDC6A223338F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-05 22:40:34.310', N'2022-07-05 22:40:34.310', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB50BCE7-BE01-4682-AE34-3613FF5380BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61003', N'1', N'0', N'2022-07-05 22:40:41.197', N'2022-07-05 22:40:41.197', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FC2B9CD-0A63-455F-A921-A5C2FFC78EC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'1', N'0', N'2022-07-05 22:40:47.803', N'2022-07-05 22:40:47.803', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9B39B520-7720-48B3-AA17-81DDA0AA7785', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11131011', N'1', N'0', N'2022-07-05 22:41:14.783', N'2022-07-05 22:41:14.783', N'9', N'6326', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'6326', N'2043') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8072DFCF-56A7-4ED3-B994-C93A629FF18A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'41799', N'3', N'0', N'2022-07-11 02:44:27.567', N'2022-07-11 02:44:27.567', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC6AE50A-DA8B-4592-B714-BF1C4CAF420B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-05 22:43:04.417', N'2022-07-05 22:43:04.417', N'9', N'4298', N'0', N'2003', N'43', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4298', N'815') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F38CDC8-2DFB-45CB-AFC7-1C64FA988CED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022010', N'1', N'0', N'2022-07-05 22:43:04.730', N'2022-07-05 22:43:04.730', N'9', N'4298', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4298', N'815') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF23E45D-254D-4AA7-AFC1-AB20AFC2A602', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41452', N'2', N'0', N'2022-07-05 22:43:08.177', N'2022-07-05 22:43:08.177', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B0D67D5-1C27-4658-9443-C750D1010EAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15034007', N'1', N'0', N'2022-07-05 22:43:28.553', N'2022-07-05 22:43:28.553', N'23', N'4052', N'0', N'2003', N'45', N'2012', N'4', N'0', N'0', N'2048', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'2', N'3', N'4052', N'1253') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44F16E72-158A-44A2-A78A-0B006D57748A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'1', N'0', N'2022-07-05 22:46:36.093', N'2022-07-05 22:46:36.093', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6946B2B1-25C0-4933-9BF9-A2FD4D683DEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'59003', N'4', N'0', N'2022-07-05 23:24:16.250', N'2022-07-05 23:24:16.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'588BBC0C-5912-438E-B462-38C126F67C52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60079', N'1', N'0', N'2022-07-05 23:01:28.967', N'2022-07-05 23:01:28.967', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20007FC2-D518-42B1-8A03-E774D4A6FEF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60087', N'1', N'0', N'2022-07-05 23:01:30.673', N'2022-07-05 23:01:30.673', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D5DE220-EE9D-41EF-8A93-7772546A733E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'2', N'0', N'2022-07-05 23:01:30.990', N'2022-07-05 23:01:30.990', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5CBE4DD7-2FF3-4900-815B-E40B832D10B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-05 23:01:41.970', N'2022-07-05 23:01:41.970', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5509E9CC-D147-493F-8473-8EE9BC9E812A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41439', N'20', N'0', N'2022-07-05 23:01:46.123', N'2022-07-05 23:01:46.123', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2981198-0827-4483-AF79-9893922BD05A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032015', N'1', N'0', N'2023-06-06 01:11:25.850', N'2023-06-06 01:11:25.850', N'9', N'5672', N'0', N'2012', N'8', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'8', N'8', N'5672', N'1619') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72651A21-A1F8-41D8-B4CF-0CEBC86663ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-05 23:01:54.470', N'2022-07-05 23:01:54.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7A9C0A2-AFB1-4311-AB43-EAEA5AE47918', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091011', N'1', N'0', N'2022-07-05 23:02:10.917', N'2022-07-05 23:02:10.917', N'9', N'7646', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7646', N'2267') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0AC48E6-9486-4633-9E30-11759C3A6164', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'1', N'0', N'2022-07-05 23:02:24.313', N'2022-07-05 23:02:24.313', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB6E5FC0-C829-46DF-971E-F83C35E76337', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41201', N'5', N'0', N'2022-07-05 23:02:35.250', N'2022-07-05 23:02:35.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FA4880B-4EC0-43AA-AD5A-BA2093D7B552', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41204', N'1', N'0', N'2022-07-05 23:02:35.647', N'2022-07-05 23:02:35.647', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02D7502A-2D72-407B-AB59-66CE565FD698', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41198', N'4', N'0', N'2022-07-05 23:14:24.163', N'2022-07-05 23:14:24.163', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'319E0557-B3FA-4FFA-8B97-0C1D44597B57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41199', N'4', N'0', N'2022-07-05 23:14:25.053', N'2022-07-05 23:14:25.053', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61D8A2F6-AB8B-42E1-A240-8E6987A7641A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 23:15:36.017', N'2022-07-05 23:15:36.017', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C66B3AA1-8ADE-43AD-BF8F-A7982E107BC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012014', N'1', N'0', N'2023-06-06 01:11:28.507', N'2023-06-06 01:11:28.507', N'9', N'6492', N'0', N'1010', N'168', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'74', N'79', N'6492', N'2262') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'663DE410-4A78-4150-A147-CD69A2996DEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-05 23:15:42.347', N'2022-07-05 23:15:42.347', N'9', N'4134', N'0', N'2004', N'45', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'4', N'3', N'6', N'8', N'4134', N'802') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'379E6521-F5FA-4D12-93D7-61A4DE46BF1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-05 23:15:48.450', N'2022-07-05 23:15:48.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4771BDD5-471E-4287-8E9C-7C0C39BCE10D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-05 23:15:48.580', N'2022-07-05 23:15:48.580', N'9', N'7012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7012', N'2296') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D62B8D7-1095-4BCF-9806-1A688778B728', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 23:16:18.887', N'2022-07-05 23:16:18.887', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'802CF177-FB01-4EF1-8DF1-EDCF3D96F64A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-05 23:16:21.650', N'2022-07-05 23:16:21.650', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31056DA4-4F00-4B8F-8F7D-2B88479A4DFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'3', N'0', N'2022-07-05 23:16:22.253', N'2022-07-05 23:16:22.253', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9F317AD5-6BC6-43D5-8A4B-E42FBD779176', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'2', N'0', N'2022-07-05 23:16:30.167', N'2022-07-05 23:16:30.167', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45AF486A-3DDD-4DC3-8110-F2217A0AB3C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-05 23:16:35.433', N'2022-07-05 23:16:35.433', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'579442A4-C23E-4C73-8B94-F0B82FBFBA1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 23:16:36.633', N'2022-07-05 23:16:36.633', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C52C6470-64AF-4B87-8055-07502AF326A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011012', N'1', N'0', N'2022-07-05 23:16:38.997', N'2022-07-05 23:16:38.997', N'9', N'4623', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4623', N'1951') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3D43192-3C4B-405E-9395-B2AD188DA30E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-05 23:17:02.550', N'2022-07-05 23:17:02.550', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E3EEE68-0314-468B-B2E8-D5C4C35810AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-05 23:17:53.583', N'2022-07-05 23:17:53.583', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8C48D0E7-BBC4-4C6F-A033-BF9566A559B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-05 23:18:13.393', N'2022-07-05 23:18:13.393', N'9', N'4637', N'0', N'2001', N'168', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4637', N'1656') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1CB808D-8776-4060-9232-76C0D82F4C0A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152011', N'1', N'0', N'2022-07-05 23:18:13.627', N'2022-07-05 23:18:13.627', N'9', N'7643', N'0', N'1010', N'152', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7643', N'2256') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDB8A058-6F38-4AEA-9E5F-CB05AE504971', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-05 23:18:18.113', N'2022-07-05 23:18:18.113', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'888BEB85-76A8-4AAF-8ED7-E7A61733F2AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-05 23:18:45.877', N'2022-07-05 23:18:45.877', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E4624E1-4F7D-4B61-9E98-3FD6A25AB270', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-05 23:19:26.877', N'2022-07-05 23:19:26.877', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E88D2222-E33F-4F45-A9DE-5B69EB49D74A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-05 23:19:48.547', N'2022-07-05 23:19:48.547', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C289550F-F39C-4EF5-998F-FDE704E79117', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011012', N'1', N'0', N'2022-07-05 23:19:54.910', N'2022-07-05 23:19:54.910', N'9', N'5683', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5683', N'1876') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F191A7C4-967F-4E1D-A7A1-0D576C743AC3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-05 23:20:14.947', N'2022-07-05 23:20:14.947', N'9', N'3515', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3515', N'1170') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5975B38-5652-4E50-A952-FC745B9B1022', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-05 23:20:16.990', N'2022-07-05 23:20:16.990', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18A469A5-58C6-432C-8F1D-B4CBFC2FD7EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072010', N'1', N'0', N'2022-07-05 23:20:17.387', N'2022-07-05 23:20:17.387', N'9', N'7334', N'0', N'1010', N'120', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'1', N'3', N'2', N'2', N'7334', N'2482') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E26CD947-962C-49FB-89B7-5019C984F6CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11061008', N'1', N'0', N'2022-07-05 23:20:41.013', N'2022-07-05 23:20:41.013', N'9', N'7236', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7236', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'053BC5FB-0594-4867-B3DF-10D64055E009', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-05 23:20:41.730', N'2022-07-05 23:20:41.730', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05C572A3-7C27-4404-9DF7-E7FF0A0B59BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-05 23:21:39.700', N'2022-07-05 23:21:39.700', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DE497F4-3A1D-4D3F-82EA-DDA5447D3D45', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-05 23:21:41.257', N'2022-07-05 23:21:41.257', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3537A80B-5C84-42BD-9624-52CEDDFAF814', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-05 23:24:15.653', N'2022-07-05 23:24:15.653', N'9', N'5171', N'0', N'2035', N'7', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'8', N'8', N'5171', N'1476') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'610F67BA-DF41-4532-AEFA-E01ADB2427F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012012', N'1', N'0', N'2022-07-06 22:15:44.180', N'2022-07-06 22:15:44.180', N'39', N'8584', N'0', N'2002', N'307', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'5', N'6', N'8584', N'2609') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF9FDA89-28B3-47E9-9449-6C985E921703', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11064006', N'1', N'0', N'2022-07-05 23:24:38.530', N'2022-07-05 23:24:38.530', N'23', N'8072', N'0', N'2034', N'49', N'2033', N'51', N'0', N'0', N'2181', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'5', N'5', N'8072', N'2692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF604344-ADE9-4642-A457-5ED293023668', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-05 23:25:31.270', N'2022-07-05 23:25:31.270', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87A62E4B-EAF6-4CE9-87B4-09B81CB84570', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-05 23:25:31.460', N'2022-07-05 23:25:31.460', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'293D214C-AE95-475B-8223-F41A46A6F4D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-05 23:25:31.883', N'2022-07-05 23:25:31.883', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFA46C7E-2E52-4241-BC48-6B7364552EA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012011', N'1', N'0', N'2022-07-05 23:25:34.303', N'2022-07-05 23:25:34.303', N'39', N'5113', N'0', N'2004', N'63', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'3', N'8', N'7', N'5113', N'1568') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAE3C858-C029-4921-A7A1-23BA5C32F4B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-05 23:25:34.480', N'2022-07-05 23:25:34.480', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52A4EF25-D6B5-4FB1-8CD9-E7CD20DBA255', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-05 23:25:34.937', N'2022-07-05 23:25:34.937', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1BDAA42-8F7F-4701-A42D-700457D5BA06', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-05 23:25:34.973', N'2022-07-05 23:25:34.973', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'638653ED-D3E4-4E25-98B9-E5EC61AA1C4B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011011', N'1', N'0', N'2022-07-05 23:25:36.630', N'2022-07-05 23:25:36.630', N'39', N'3892', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3892', N'1090') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18759A82-02B8-4AE9-B2BA-8BC77D29156F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021010', N'1', N'0', N'2022-07-05 23:25:38.037', N'2022-07-05 23:25:38.037', N'39', N'3506', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3506', N'1346') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2335A013-89B1-4FE2-86BB-7321F9C9EF31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031012', N'1', N'0', N'2022-07-05 23:25:38.243', N'2022-07-05 23:25:38.243', N'39', N'5051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5051', N'1525') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DBE236D-5D7F-4673-9A8E-9B54C25C0F9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-05 23:25:39.323', N'2022-07-05 23:25:39.323', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B872AD6B-4EB1-42B2-B060-121ADD52CEF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032010', N'1', N'0', N'2022-07-05 23:25:39.810', N'2022-07-05 23:25:39.810', N'39', N'3009', N'0', N'1010', N'41', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'4', N'5', N'3009', N'745') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D8EB172-6AD6-4A2E-85F2-4E312E83224F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021011', N'1', N'0', N'2022-07-05 23:25:40.090', N'2022-07-05 23:25:40.090', N'39', N'3998', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3998', N'1124') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81C88324-ABAA-4E85-949C-8CCA75F38DBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-05 23:26:30.903', N'2022-07-05 23:26:30.903', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F17C0128-722E-4DEC-9404-C2382FE85D81', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31032', N'1', N'0', N'2022-07-05 23:29:43.320', N'2022-07-05 23:29:43.320', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F87A3970-23A1-454E-B192-868A8E6A0E1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50337', N'1', N'0', N'2022-07-06 15:35:46.280', N'2022-07-06 15:35:46.280', N'39', N'0', N'0', N'5024', N'184', N'0', N'0', N'0', N'0', N'10165', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBBC93F9-637E-4072-B8AB-B93271471E5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50355', N'1', N'0', N'2022-07-06 15:35:50.083', N'2022-07-06 15:35:50.083', N'39', N'0', N'0', N'1603', N'1022', N'0', N'0', N'0', N'0', N'8064', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'841E7054-4CD6-4A00-9D98-A851F299CAE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-07-06 15:35:53.603', N'2022-07-06 15:35:53.603', N'39', N'0', N'0', N'5013', N'305', N'0', N'0', N'0', N'0', N'9194', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'278B8364-626B-4298-A18C-D270788579C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-07-06 15:35:57.293', N'2022-07-06 15:35:57.293', N'39', N'0', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'7041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8CC70FE-AABC-4023-BA2A-D3789AE89346', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50327', N'1', N'0', N'2022-07-06 15:36:00.680', N'2022-07-06 15:36:00.680', N'39', N'0', N'0', N'5008', N'525', N'0', N'0', N'0', N'0', N'9169', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C739BB57-3A1B-4DAC-9ABE-C6AC9EF22E34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-07-06 15:36:05.227', N'2022-07-06 15:36:05.227', N'39', N'0', N'0', N'1003', N'105', N'0', N'0', N'0', N'0', N'7001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D01E9F2C-A4F8-413B-8FA0-9E9BA8736AC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-06 15:36:07.363', N'2022-07-06 15:36:07.363', N'39', N'0', N'0', N'5012', N'173', N'0', N'0', N'0', N'0', N'9213', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE03804F-CB5C-4AC4-92F4-8A80B0B60666', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-06 15:36:10.710', N'2022-07-06 15:36:10.710', N'39', N'0', N'0', N'5005', N'170', N'0', N'0', N'0', N'0', N'9206', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'701FC6BE-00AD-4DC7-AAC3-B7BF6CB7A11F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50375', N'1', N'0', N'2022-07-06 15:36:13.960', N'2022-07-06 15:36:13.960', N'39', N'0', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'10064', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1146CF10-D76F-405E-ACB8-FA6E75723496', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-07-06 15:36:17.143', N'2022-07-06 15:36:17.143', N'39', N'0', N'0', N'1010', N'99', N'0', N'0', N'0', N'0', N'7021', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C728097D-7F64-4367-8AFF-1C88C3C8E2C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000130', N'1', N'0', N'2022-07-06 15:36:21.643', N'2022-07-06 15:36:21.643', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2248C958-1C07-447A-B940-03DB54726339', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-07-06 15:36:27.643', N'2022-07-06 15:36:27.643', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15B00007-301A-4759-975C-F9D138BCF15B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-07-06 15:36:31.577', N'2022-07-06 15:36:31.577', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68D43981-A9DB-4938-9FAD-143CA6214C53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-07-06 15:36:36.780', N'2022-07-06 15:36:36.780', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9168D275-FC64-4E7B-9221-258258F6D1F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-07-06 15:36:46.107', N'2022-07-06 15:36:46.107', N'39', N'0', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'7041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F55D4134-73AC-467C-A808-A072A6259886', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-06 15:36:54.477', N'2022-07-06 15:36:54.477', N'39', N'0', N'0', N'5010', N'162', N'0', N'0', N'0', N'0', N'9211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C32446E9-540E-4E61-B01C-FA49305A64E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50305', N'1', N'0', N'2022-07-06 15:36:57.903', N'2022-07-06 15:36:57.903', N'39', N'0', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'7041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4475F55C-F068-4F05-99F7-768DBC0D1469', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50316', N'1', N'0', N'2022-07-06 15:37:01.330', N'2022-07-06 15:37:01.330', N'39', N'0', N'0', N'2002', N'6', N'0', N'0', N'0', N'0', N'8052', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF3CC806-1A30-40CC-812A-34AAF0D74B39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50305', N'1', N'0', N'2022-07-06 15:37:04.513', N'2022-07-06 15:37:04.513', N'39', N'0', N'0', N'1003', N'102', N'0', N'0', N'0', N'0', N'7001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'118BB2A5-5070-48E1-BB37-AAD9F4D886FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50315', N'1', N'0', N'2022-07-06 15:37:07.637', N'2022-07-06 15:37:07.637', N'39', N'0', N'0', N'2001', N'2', N'0', N'0', N'0', N'0', N'8048', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8624B3D1-DB3E-4427-A34E-1E0F87E5E8D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-06 15:37:11.060', N'2022-07-06 15:37:11.060', N'39', N'0', N'0', N'5010', N'164', N'0', N'0', N'0', N'0', N'9211', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8032AB0D-7A48-4750-86D6-B6CD168A57CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50335', N'1', N'0', N'2022-07-06 15:37:15.003', N'2022-07-06 15:37:15.003', N'39', N'0', N'0', N'2036', N'1', N'0', N'0', N'0', N'0', N'10071', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32D3D660-22EF-4BE7-82F4-C15186A0FEE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000129', N'1', N'0', N'2022-07-06 15:37:20.503', N'2022-07-06 15:37:20.503', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC0D5EDC-3966-4143-8371-88EFC6A3B144', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000130', N'1', N'0', N'2022-07-06 15:37:27.560', N'2022-07-06 15:37:27.560', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C77A8FA-55B8-4E63-9CF3-E934662F371C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-07-06 15:37:35.860', N'2022-07-06 15:37:35.860', N'39', N'0', N'0', N'5030', N'106', N'0', N'0', N'0', N'0', N'10191', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E0F8F05-06C7-474D-BEF9-9E783FEC2FB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'0', N'50424', N'1', N'0', N'2022-07-06 15:37:40.380', N'2022-07-06 15:37:40.380', N'39', N'0', N'0', N'1601', N'9763', N'0', N'0', N'0', N'0', N'10238', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53970F16-761E-49DB-812A-F74312424C64', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-07-06 15:38:19.360', N'2022-07-06 15:38:19.360', N'39', N'0', N'0', N'5025', N'100', N'0', N'0', N'0', N'0', N'10186', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A0753D4-3FB8-40BB-AAD4-E6CFE711E6D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-07-06 15:38:24.657', N'2022-07-06 15:38:24.657', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0724BBF3-2B45-448B-B5FE-064D4F09CA48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-07-06 15:38:29.360', N'2022-07-06 15:38:29.360', N'39', N'0', N'0', N'2031', N'2', N'0', N'0', N'0', N'0', N'10042', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'099A5981-E840-4F0E-AEC8-3DE587BECF59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50336', N'1', N'0', N'2022-07-06 15:38:34.433', N'2022-07-06 15:38:34.433', N'39', N'0', N'0', N'2010', N'2', N'0', N'0', N'0', N'0', N'10012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CDDDF103-8842-4253-AD43-25A9A5BFBC2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-07-06 15:38:38.857', N'2022-07-06 15:38:38.857', N'39', N'0', N'0', N'1031', N'179', N'0', N'0', N'0', N'0', N'9032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9C47C79-8223-4BF4-AF81-399F546EE6D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-07-06 15:38:44.220', N'2022-07-06 15:38:44.220', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'422A2964-E865-43FF-BC4E-D1215F72A7EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-07-06 15:38:49.220', N'2022-07-06 15:38:49.220', N'39', N'0', N'0', N'5012', N'345', N'0', N'0', N'0', N'0', N'9193', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE597A92-151B-4E09-B3C0-D108881E66CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-07-06 15:38:53.547', N'2022-07-06 15:38:53.547', N'39', N'0', N'0', N'1031', N'111', N'0', N'0', N'0', N'0', N'9031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0B63B4F-042F-4523-A310-2E09B015E603', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-07-06 15:38:58.193', N'2022-07-06 15:38:58.193', N'39', N'0', N'0', N'1034', N'158', N'0', N'0', N'0', N'0', N'9062', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8B2D9F6-8E76-40D6-B2DC-794088ABC2B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-07-06 15:39:02.687', N'2022-07-06 15:39:02.687', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1ACF8003-6972-4BB2-B3CB-49AD9E88195B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50377', N'1', N'0', N'2022-07-06 15:39:23.650', N'2022-07-06 15:39:23.650', N'39', N'0', N'0', N'5027', N'357', N'0', N'0', N'0', N'0', N'10109', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B683BE4-16F2-4868-9329-99506D4AD7AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000127', N'1', N'0', N'2022-07-06 15:39:27.657', N'2022-07-06 15:39:27.657', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3EC5432-496C-4B97-A447-9F2AB56C4358', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50375', N'1', N'0', N'2022-07-06 15:39:32.047', N'2022-07-06 15:39:32.047', N'39', N'0', N'0', N'5045', N'249', N'0', N'0', N'0', N'0', N'10155', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F69D0351-357A-4AFA-93A7-D5122F21C215', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50367', N'1', N'0', N'2022-07-06 15:39:40.047', N'2022-07-06 15:39:40.047', N'39', N'0', N'0', N'1029', N'356', N'0', N'0', N'0', N'0', N'9016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'929379F1-BD8E-470A-BF8A-E6D0B3A396A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50307', N'1', N'0', N'2022-07-06 15:39:44.427', N'2022-07-06 15:39:44.427', N'39', N'0', N'0', N'1015', N'233', N'0', N'0', N'0', N'0', N'7033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BFEB847A-0736-401A-B086-A54848CE7F76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50315', N'1', N'0', N'2022-07-06 15:39:48.783', N'2022-07-06 15:39:48.783', N'39', N'0', N'0', N'1602', N'3', N'0', N'0', N'0', N'0', N'8054', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6E7B4C8-813E-4648-9FFB-E44E9F70FD0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41442', N'6', N'0', N'2022-07-06 16:30:25.383', N'2022-07-06 16:30:25.383', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F960EC2-45CE-4D95-8986-9084CD857DB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41440', N'5', N'0', N'2022-07-06 16:30:25.760', N'2022-07-06 16:30:25.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAE90D4F-898A-49E8-8C3D-0804F34B3D9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41203', N'6', N'0', N'2022-07-06 16:31:51.097', N'2022-07-06 16:31:51.097', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C03F61F-5E67-48BC-92CF-A2E26F5759C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41441', N'4', N'0', N'2022-07-06 16:32:38.423', N'2022-07-06 16:32:38.423', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E9EA7285-E0DA-4599-96B4-CE0D80F968C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 16:32:51.107', N'2022-07-06 16:32:51.107', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'468463B4-78F3-4A8D-AC80-C9AACCF6628E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-06 16:32:58.890', N'2022-07-06 16:32:58.890', N'9', N'5129', N'0', N'2002', N'186', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'5129', N'1569') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BDB5AC9-647F-41F9-B037-2197883F6F9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012010', N'1', N'0', N'2022-07-06 16:32:59.860', N'2022-07-06 16:32:59.860', N'9', N'7092', N'0', N'2001', N'230', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'4', N'6', N'7092', N'2390') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14A615F5-DD5F-420F-9192-E630BA79BEC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 16:33:07.430', N'2022-07-06 16:33:07.430', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1B0E1BC-CB6C-4D76-980E-47E1995D161B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 16:33:17.380', N'2022-07-06 16:33:17.380', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60AA7F6D-EE20-42E9-9BF8-881073696116', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41198', N'20', N'0', N'2022-07-06 16:33:32.387', N'2022-07-06 16:33:32.387', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A46C314-2DE8-4779-9BBC-21D5B7D90783', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41190', N'17', N'0', N'2022-07-06 16:33:43.377', N'2022-07-06 16:33:43.377', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3DD627C6-FF50-4557-960D-3128AE0A5722', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 16:34:34.787', N'2022-07-06 16:34:34.787', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B61F68CD-7BB3-4EA6-995B-F97A1EF011BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 16:34:56.177', N'2022-07-06 16:34:56.177', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88991C0A-33B7-41EF-852C-A34CA3F99A81', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 16:34:56.967', N'2022-07-06 16:34:56.967', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'480C3778-5E11-4D48-97A0-50439012A770', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 16:34:59.310', N'2022-07-06 16:34:59.310', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D1F1EA4-C762-40B9-AC5A-EC2D590838D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091011', N'1', N'0', N'2022-07-06 16:35:00.913', N'2022-07-06 16:35:00.913', N'9', N'8970', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8970', N'2432') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B234599E-BC78-47FA-AAE1-F13B51C023CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-06 16:35:07.847', N'2022-07-06 16:35:07.847', N'9', N'6950', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'6950', N'2101') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7AE74B58-D454-415B-AE7F-C83B3A9F6949', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'2', N'0', N'2022-07-06 16:35:09.540', N'2022-07-06 16:35:09.540', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF455A4E-940C-4CE3-B005-9E8C89E3342E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'3', N'0', N'2022-07-06 16:35:29.010', N'2022-07-06 16:35:29.010', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B254E984-D792-4AFE-9C89-E20E674D6500', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091011', N'1', N'0', N'2022-07-06 16:35:38.960', N'2022-07-06 16:35:38.960', N'9', N'7681', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7681', N'2945') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69A721F6-4D23-4990-A2B1-3EAD76AADFDB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'2', N'0', N'2022-07-06 16:35:45.440', N'2022-07-06 16:35:45.440', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'844C4BC8-4481-4AE4-A236-B93AD5863AEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042010', N'1', N'0', N'2022-07-06 16:35:46.020', N'2022-07-06 16:35:46.020', N'9', N'3655', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3655', N'1143') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA35663E-D738-4F5C-9193-612E3B8BDFE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-06 16:35:46.453', N'2022-07-06 16:35:46.453', N'9', N'4011', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2048', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4011', N'1041') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14D5BE4D-9AA8-4662-ACE8-7B9EA7E3A75A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-06 16:35:59.640', N'2022-07-06 16:35:59.640', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'659D2BF8-326E-4B6B-BD5D-DC5D8880D1CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 16:36:02.303', N'2022-07-06 16:36:02.303', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC3568C6-D2BD-4A7F-ABDA-6EDF2D698D8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-06 16:36:03.100', N'2022-07-06 16:36:03.100', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC48D798-72CB-4100-AF89-CF1CDC2A8BBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 16:36:04.107', N'2022-07-06 16:36:04.107', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C128042E-70C8-4C80-9206-31CB726B98F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-06 16:36:39.303', N'2022-07-06 16:36:39.303', N'9', N'3542', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3542', N'848') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'925BAC82-8898-4987-BA37-4D4855012103', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-06 16:38:15.730', N'2022-07-06 16:38:15.730', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89B09EA9-62E8-4045-89AA-4D4E36A5480E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'23', N'50993', N'1', N'0', N'2022-07-06 16:38:22.073', N'2022-07-06 16:38:22.073', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77C4E4E1-BEDE-4179-B3FF-BDEAF0DDE598', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41202', N'5', N'0', N'2022-07-06 16:38:29.640', N'2022-07-06 16:38:29.640', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89180028-AF59-449D-AE11-B7B520E72143', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41439', N'20', N'0', N'2022-07-09 14:51:08.103', N'2022-07-09 14:51:08.103', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3EFAF1E-D3EF-48A3-852C-9FCFFAA0E615', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'1', N'0', N'2022-07-06 16:38:56.253', N'2022-07-06 16:38:56.253', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'816C4C3B-1A15-4996-AB40-6CAD23453294', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60077', N'1', N'0', N'2022-07-06 16:38:59.880', N'2022-07-06 16:38:59.880', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCEA97D8-5969-4864-BCBA-9F9AC8804CC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 16:39:56.757', N'2022-07-06 16:39:56.757', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75A5F17B-5EC5-4610-9693-80534BF40350', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022009', N'1', N'0', N'2022-07-06 16:39:57.343', N'2022-07-06 16:39:57.343', N'9', N'3197', N'0', N'2002', N'89', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3197', N'1281') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E2CD59E-1021-49A9-9424-B4CD712D5716', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041011', N'1', N'0', N'2022-07-06 16:39:58.350', N'2022-07-06 16:39:58.350', N'9', N'4313', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4313', N'703') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D1F7386-DAE3-4636-8E59-7B2C3F11F2C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042009', N'1', N'0', N'2022-07-06 16:39:59.583', N'2022-07-06 16:39:59.583', N'9', N'5171', N'0', N'2002', N'81', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'4', N'3', N'6', N'7', N'5171', N'600') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50EEE9AB-8EDC-4127-99BC-D9E8EEE904F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042009', N'1', N'0', N'2022-07-06 16:40:00.200', N'2022-07-06 16:40:00.200', N'9', N'3269', N'0', N'2002', N'106', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3269', N'726') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A21FF1F-9E26-4CDB-8B6C-3CB834AA3ADA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 16:40:03.057', N'2022-07-06 16:40:03.057', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95EDDDAA-9615-45C2-A8B7-19C1A4C4B606', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021012', N'1', N'0', N'2022-07-06 16:40:10.733', N'2022-07-06 16:40:10.733', N'9', N'5066', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'5066', N'1962') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA48BDC0-4500-4886-930C-38E654B38B16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 16:40:37.970', N'2022-07-06 16:40:37.970', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F711D84A-D917-477C-8496-FA7CA72FE316', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 16:40:42.653', N'2022-07-06 16:40:42.653', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B301A67A-1631-4D89-A3DF-DFE663C4BB10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-06 16:40:49.147', N'2022-07-06 16:40:49.147', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABB9CB10-D008-4BB6-BCD4-5FE320EA5953', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-06 16:40:49.770', N'2022-07-06 16:40:49.770', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC7E4070-1967-4C69-9887-FA443DC94411', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 16:40:50.353', N'2022-07-06 16:40:50.353', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A970695-70F5-4793-A3BC-1FE4BC2F0D13', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61003', N'1', N'0', N'2022-07-06 16:41:06.803', N'2022-07-06 16:41:06.803', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E89723D-0C10-480E-A26C-0C0523803488', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021012', N'1', N'0', N'2022-07-06 16:41:43.047', N'2022-07-06 16:41:43.047', N'9', N'4662', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4662', N'1588') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE26DF04-C7E4-4837-A575-BD8DD00C555E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042009', N'1', N'0', N'2022-07-06 16:41:53.297', N'2022-07-06 16:41:53.297', N'9', N'3065', N'0', N'2002', N'78', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'4', N'5', N'3065', N'735') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B26AEB90-7124-4470-A9CF-CCE7B531DAC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 16:41:53.687', N'2022-07-06 16:41:53.687', N'9', N'0', N'0', N'2012', N'1', N'0', N'0', N'0', N'0', N'11006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF2EBE18-8092-46DE-8B9F-676109F646FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041012', N'1', N'0', N'2022-07-06 16:42:01.450', N'2022-07-06 16:42:01.450', N'9', N'4143', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4143', N'2042') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9C0727C-D246-49DE-B6DB-0783BBA6A646', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'61003', N'1', N'0', N'2022-07-06 16:42:32.303', N'2022-07-06 16:42:32.303', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58A9DD5D-54BD-4732-9455-1E9283F01C90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59003', N'1', N'0', N'2022-07-06 16:45:42.057', N'2022-07-06 16:45:42.057', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D30E52FC-53F4-4F38-ABD8-976821547C14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052011', N'1', N'0', N'2022-07-06 16:45:48.963', N'2022-07-06 16:45:48.963', N'9', N'6088', N'0', N'1010', N'127', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6088', N'2697') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'785AE025-1128-4ACF-AB1E-66374BBF9E09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042008', N'1', N'0', N'2022-07-06 16:45:49.487', N'2022-07-06 16:45:49.487', N'9', N'6948', N'0', N'2002', N'274', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'8', N'9', N'6948', N'2597') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB48F843-86FB-45C5-B443-B4E5B4786141', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031010', N'1', N'0', N'2022-07-06 16:45:50.260', N'2022-07-06 16:45:50.260', N'9', N'3045', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3045', N'709') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F33A17B-2459-49ED-A36E-9929608C3C75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41448', N'1', N'-1', N'2022-07-06 17:01:02.060', N'2022-07-06 17:01:02.060', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0055960-DA69-4D55-BFB5-5134E919235A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41456', N'1', N'0', N'2022-07-06 17:01:26.097', N'2022-07-06 17:01:26.097', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09E8F58C-87FF-408A-BE9D-3E9253AC7CA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41457', N'1', N'-1', N'2022-07-06 17:08:38.860', N'2022-07-06 17:08:38.860', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E12FDA46-4AB1-4FE2-BB35-B91DFA874010', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:12:47.767', N'2022-07-06 17:12:47.767', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9F54E320-B011-4315-9E22-0B3EE50C00E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 17:12:48.607', N'2022-07-06 17:12:48.607', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAEF621E-7A8D-49D1-8C67-347422536F3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 17:12:49.580', N'2022-07-06 17:12:49.580', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D95AD612-80AB-4D5E-AA58-913DBC494036', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:12:50.317', N'2022-07-06 17:12:50.317', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E52FE48E-B742-4CBC-9171-2CCE2E44B3BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 17:13:00.263', N'2022-07-06 17:13:00.263', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'081AEF6C-1D8C-4496-8720-8D26A3DC36A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041011', N'1', N'0', N'2022-07-06 17:13:00.690', N'2022-07-06 17:13:00.690', N'39', N'3422', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3422', N'981') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C67D72CB-AD18-478A-B84B-FDBF49792810', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041010', N'1', N'0', N'2022-07-06 17:13:01.090', N'2022-07-06 17:13:01.090', N'39', N'3362', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3362', N'918') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CEB14CB-DC3A-4A68-A4CC-F9F933525B3C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-06 17:13:01.653', N'2022-07-06 17:13:01.653', N'39', N'9157', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'9157', N'2374') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED0D1B9B-E3F3-4253-AE22-47BE64F32BB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-06 17:13:01.957', N'2022-07-06 17:13:01.957', N'39', N'3070', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3070', N'870') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02E8F8D1-6F2F-4962-A44B-5DB5567099C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41449', N'2', N'0', N'2022-07-06 17:14:47.100', N'2022-07-06 17:14:47.100', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'018E704C-3F84-4DB3-8069-E47EF0363D2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41450', N'20', N'0', N'2022-07-06 17:14:48.160', N'2022-07-06 17:14:48.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A752300E-A94D-402A-BE77-8A2FA0AEC86E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41451', N'15', N'0', N'2022-07-06 17:14:48.963', N'2022-07-06 17:14:48.963', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6190DCCE-59D0-45B5-9D1C-9F1BBCE3DB38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41200', N'10', N'0', N'2022-07-06 17:17:58.373', N'2022-07-06 17:17:58.373', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2512208C-7ECA-4565-8C11-DDDB71CC1746', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 17:20:15.207', N'2022-07-06 17:20:15.207', N'9', N'0', N'0', N'2032', N'1', N'0', N'0', N'0', N'0', N'11008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CCAE20F-010F-490E-89F4-0D08E146E9E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:20:22.550', N'2022-07-06 17:20:22.550', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88EB5915-C189-45C7-AD94-1E3772D47A4C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041010', N'1', N'0', N'2022-07-06 17:20:22.803', N'2022-07-06 17:20:22.803', N'9', N'4529', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4529', N'732') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A563EFF7-01D2-4489-B1EE-2BAD8B9F7CE7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-06 17:21:03.890', N'2022-07-06 17:21:03.890', N'9', N'4306', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4306', N'895') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF942220-02B4-41D9-9EA9-32932CF3B8E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 17:21:04.487', N'2022-07-06 17:21:04.487', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE3617ED-4DA4-44A0-9982-404C34969175', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 17:21:51.133', N'2022-07-06 17:21:51.133', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFF6E617-2221-4CFF-AB6F-61DFBB135C52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 17:21:53.183', N'2022-07-06 17:21:53.183', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A63D6D07-F34D-45D2-8F73-67D11A8CF17E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 17:22:07.953', N'2022-07-06 17:22:07.953', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88C6F455-7CAF-4F69-AB36-5304588D2817', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:22:08.240', N'2022-07-06 17:22:08.240', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D12916EE-40FB-43E4-A3AE-E76EDBDF9C1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081007', N'1', N'0', N'2022-07-06 17:22:15.600', N'2022-07-06 17:22:15.600', N'9', N'6573', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'6573', N'2143') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A412C7BC-221D-4E4B-9DC5-726349B2A0F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091011', N'1', N'0', N'2022-07-06 17:22:30.417', N'2022-07-06 17:22:30.417', N'9', N'6386', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6386', N'2062') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A295B5EB-62C9-4489-A917-CCB711526AF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:22:49.973', N'2022-07-06 17:22:49.973', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5BED1319-25CB-441B-8BF3-6DF21D577137', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041008', N'1', N'0', N'2022-07-06 17:22:54.340', N'2022-07-06 17:22:54.340', N'39', N'6348', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6348', N'2437') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69AAC112-D52D-43CE-80F9-0A40DE149272', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041010', N'1', N'0', N'2022-07-06 17:22:54.707', N'2022-07-06 17:22:54.707', N'39', N'3774', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3774', N'702') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6589974-8C2E-49B7-A9E2-AE3764BEB2E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041011', N'1', N'0', N'2022-07-06 17:22:55.427', N'2022-07-06 17:22:55.427', N'39', N'3251', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3251', N'703') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC2A8369-80EA-4B18-BFA6-14DC9D6E375C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11151011', N'1', N'0', N'2022-07-06 17:22:57.070', N'2022-07-06 17:22:57.070', N'39', N'8782', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'15', N'15', N'8782', N'2400') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEA5B7F3-FF96-4E8D-BF1C-A390F763A4D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021012', N'1', N'0', N'2022-07-06 17:22:57.520', N'2022-07-06 17:22:57.520', N'39', N'5325', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5325', N'1424') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B9184BE-FD44-4B25-A1CD-9204E909E358', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-06 17:23:26.853', N'2022-07-06 17:23:26.853', N'9', N'8980', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'8980', N'2496') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B92FACB-DA07-45D8-9B5D-AFB8E58403F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 17:24:52.607', N'2022-07-06 17:24:52.607', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBFB2310-5382-4186-819F-523C94CA46F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 17:25:03.927', N'2022-07-06 17:25:03.927', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6584C14-E303-4434-81D4-9B12E2D6550D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:25:04.327', N'2022-07-06 17:25:04.327', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'19', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C740B942-DC97-4F59-A453-4FC665D3AE28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 17:25:47.037', N'2022-07-06 17:25:47.037', N'9', N'0', N'0', N'1001', N'77', N'0', N'0', N'0', N'0', N'11001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'181864DF-A891-4ACA-B8B9-D42924363A4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021010', N'1', N'0', N'2022-07-06 17:25:48.143', N'2022-07-06 17:25:48.143', N'9', N'3549', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3549', N'885') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'892B96BA-B41F-420A-BD0A-1500D2C3652D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032011', N'1', N'0', N'2022-07-06 17:27:02.513', N'2022-07-06 17:27:02.513', N'9', N'9779', N'0', N'1010', N'118', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9779', N'2079') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'39DD57E6-B3E2-4D2F-B50F-5CD24E4AE195', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012011', N'1', N'0', N'2022-07-06 17:27:02.553', N'2022-07-06 17:27:02.553', N'9', N'9779', N'0', N'1010', N'118', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'3', N'8', N'9', N'9779', N'2079') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6390E31C-E765-4EAC-9DE4-54730380827B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042009', N'1', N'0', N'2022-07-06 17:27:02.663', N'2022-07-06 17:27:02.663', N'9', N'4772', N'0', N'2002', N'72', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4772', N'679') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8340613F-C704-4B34-BB70-F9ED9F55DF96', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032010', N'1', N'0', N'2022-07-06 17:27:03.213', N'2022-07-06 17:27:03.213', N'9', N'6875', N'0', N'1010', N'129', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6875', N'2997') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEB3C201-004E-48F0-831A-C9F6D31C10D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-06 17:27:03.270', N'2022-07-06 17:27:03.270', N'9', N'3869', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3869', N'1597') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D049F5D9-1AF8-46D3-862E-A6A0DF305CC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-06 17:27:04.180', N'2022-07-06 17:27:04.180', N'9', N'3869', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3869', N'1597') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA02DFB9-DD38-43BD-BA76-92ED2A63FCD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-06 17:27:04.483', N'2022-07-06 17:27:04.483', N'9', N'4726', N'0', N'2003', N'64', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'6', N'5', N'4726', N'1900') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2117E8CF-2C03-41AF-B998-20EB342BCB74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 17:27:52.340', N'2022-07-06 17:27:52.340', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFBB59F2-8F36-434F-A10A-2E78EB0925CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 17:27:52.377', N'2022-07-06 17:27:52.377', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F8C9262-80CE-47CF-892A-A1120FDFA2B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 17:27:53.297', N'2022-07-06 17:27:53.297', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83939B03-0C68-43D9-81B5-3B8397766C87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-06 17:27:53.403', N'2022-07-06 17:27:53.403', N'39', N'3738', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3738', N'986') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C16B5312-200B-4993-884F-5DE2107B6053', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022009', N'1', N'0', N'2022-07-06 17:27:53.733', N'2022-07-06 17:27:53.733', N'39', N'4192', N'0', N'2003', N'37', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4192', N'1232') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB6D8E89-7E1F-4283-8AD2-5DA2A3EBA0AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082007', N'1', N'0', N'2022-07-06 17:27:54.130', N'2022-07-06 17:27:54.130', N'39', N'8594', N'0', N'2001', N'210', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'4', N'6', N'8594', N'2526') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26E83003-CF7F-4170-B4E0-47157F41898A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:27:54.760', N'2022-07-06 17:27:54.760', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'24', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7635B72C-6968-4BB6-BBF7-504CF2EC4FA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031011', N'1', N'0', N'2022-07-06 17:27:55.117', N'2022-07-06 17:27:55.117', N'39', N'6371', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'6371', N'2155') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'451BE5A6-25C6-4DFA-A87E-443B690FD9E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 17:27:55.813', N'2022-07-06 17:27:55.813', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1150DC8F-4A6B-43A7-B76D-A5B44EAB78F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11034007', N'1', N'0', N'2022-07-06 17:27:25.693', N'2022-07-06 17:27:25.693', N'14', N'9575', N'0', N'1003', N'382', N'2013', N'47', N'0', N'0', N'1026', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9575', N'2376') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A72203AF-76E7-47E9-AF7F-97D8DE1B1478', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'5', N'0', N'2022-07-06 17:29:59.060', N'2022-07-06 17:29:59.060', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F8A0FC14-688A-4F9A-9747-9C2EF0EB43E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41458', N'1', N'0', N'2022-07-06 17:30:29.183', N'2022-07-06 17:30:29.183', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AC55368-B15D-499A-BEAC-5140405CAF41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-06 17:33:15.460', N'2022-07-06 17:33:15.460', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1524B505-37CF-4F98-B13C-26567909A122', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41201', N'6', N'0', N'2022-07-06 17:38:54.273', N'2022-07-06 17:38:54.273', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8EF1054-121E-4B3D-AA18-D197056AEFB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60087', N'1', N'0', N'2022-07-06 17:40:25.433', N'2022-07-06 17:40:25.433', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F16AB7AE-CC58-4D07-99F9-CAF5EA260A02', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 17:40:36.700', N'2022-07-06 17:40:36.700', N'9', N'0', N'0', N'2036', N'1', N'0', N'0', N'0', N'0', N'11010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62C66966-75C9-4A1D-81D4-36FC850A23A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41199', N'5', N'0', N'2022-07-06 17:40:58.047', N'2022-07-06 17:40:58.047', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4069ED5-63B5-417E-B4BC-E0A0EC367847', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'1', N'0', N'2022-07-06 17:42:11.727', N'2022-07-06 17:42:11.727', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD3A61D9-5314-475F-B8BF-6DFE73313234', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041012', N'1', N'0', N'2022-07-06 17:42:18.910', N'2022-07-06 17:42:18.910', N'9', N'5363', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'5363', N'1429') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'644A4742-3AE9-4C48-AF40-292497A17F53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 17:42:43.753', N'2022-07-06 17:42:43.753', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BAB3E7E-4C98-41E7-ACD5-750F67E393B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 17:42:55.067', N'2022-07-06 17:42:55.067', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C2AE5DB-AFE9-4409-8415-146F4CEB86E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031012', N'1', N'0', N'2022-07-06 17:42:56.090', N'2022-07-06 17:42:56.090', N'9', N'4830', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'7', N'4830', N'1937') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE6B3A71-64B8-4CC5-84C7-F1F0BB62B115', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052011', N'1', N'0', N'2022-07-06 17:43:03.193', N'2022-07-06 17:43:03.193', N'9', N'6814', N'0', N'2001', N'329', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'6814', N'2536') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6244BFC9-3F75-4C05-BAFA-60415F262566', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011010', N'1', N'0', N'2022-07-06 17:43:23.090', N'2022-07-06 17:43:23.090', N'9', N'4648', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4648', N'608') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4213DABE-6B6C-41BF-BD82-B8AEEEB3BE1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 17:43:25.883', N'2022-07-06 17:43:25.883', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E30C025-E770-4DC0-9690-DD4E270727FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021012', N'1', N'0', N'2022-07-06 17:43:37.580', N'2022-07-06 17:43:37.580', N'9', N'4606', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4606', N'1690') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E274EBA0-4E8C-4C49-8933-0B34626615B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 17:43:38.173', N'2022-07-06 17:43:38.173', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB8AFC20-E168-4D62-839D-336CD484E447', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011012', N'1', N'0', N'2022-07-06 17:43:41.430', N'2022-07-06 17:43:41.430', N'9', N'5526', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'7', N'5526', N'1639') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1EFFE1D0-4EAF-4C6E-9EF0-4AAB7C07DEF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 18:14:43.817', N'2022-07-06 18:14:43.817', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFC1072E-CC49-47AF-A0CD-2F78D84B2E08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41204', N'5', N'0', N'2022-07-06 17:45:03.293', N'2022-07-06 17:45:03.293', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C96EC133-539A-40F8-9D7F-3A7B978C7708', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091011', N'1', N'0', N'2022-07-06 17:45:23.450', N'2022-07-06 17:45:23.450', N'9', N'7570', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7570', N'2393') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EDF95AB-322A-4A54-834C-FC2BE9225316', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 17:45:48.170', N'2022-07-06 17:45:48.170', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD6EEA63-4C45-447C-A642-502051BA86D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-06 17:46:04.143', N'2022-07-06 17:46:04.143', N'9', N'4590', N'0', N'2032', N'7', N'0', N'0', N'0', N'0', N'2066', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4590', N'1548') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A47A2BC-79A9-483B-A813-DA2BA00F8081', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132010', N'1', N'0', N'2022-07-06 17:47:06.790', N'2022-07-06 17:47:06.790', N'9', N'9671', N'0', N'2002', N'217', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9671', N'2589') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF93ECEC-6BC7-46D1-8B3C-3C4B331FA084', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032010', N'1', N'0', N'2022-07-06 17:47:08.890', N'2022-07-06 17:47:08.890', N'9', N'4524', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'3', N'3', N'5', N'5', N'4524', N'899') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0395C54A-BE60-4E8A-9ED8-D4F21699FDD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 17:47:46.197', N'2022-07-06 17:47:46.197', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D503ADC-7CC6-4297-83D0-2330D3E95E53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031011', N'1', N'0', N'2022-07-06 17:47:54.020', N'2022-07-06 17:47:54.020', N'9', N'3060', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3060', N'716') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5D8E04A-72A1-40BA-90C8-84F72DA966F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-06 17:48:02.120', N'2022-07-06 17:48:02.120', N'9', N'5013', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'3', N'9', N'7', N'5013', N'1840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2501BEB-A09C-44D1-8B4A-F06CE411F38B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-06 17:48:02.523', N'2022-07-06 17:48:02.523', N'9', N'4013', N'0', N'2010', N'5', N'0', N'0', N'0', N'0', N'2042', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'5', N'5', N'4013', N'1040') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A4C079B-3F34-493A-8A08-0569BA9DD49A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021010', N'1', N'0', N'2022-07-06 17:48:03.760', N'2022-07-06 17:48:03.760', N'9', N'3112', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3112', N'962') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F705176-2864-4191-8945-831C10FA3438', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 17:48:14.300', N'2022-07-06 17:48:14.300', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8AE2E4D-80E0-4E90-ADA8-2DBCC77B1035', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59003', N'1', N'0', N'2022-07-06 17:50:02.630', N'2022-07-06 17:50:02.630', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F82B72E-7D56-42CB-B426-015BB7DC15E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022010', N'1', N'0', N'2022-07-06 17:50:08.563', N'2022-07-06 17:50:08.563', N'9', N'4410', N'0', N'2004', N'44', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4410', N'1224') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54B9AC72-2B2B-4AB8-8F27-A21D9084F950', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041012', N'1', N'0', N'2022-07-06 17:50:09.720', N'2022-07-06 17:50:09.720', N'9', N'4015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4015', N'2131') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45BF26E0-4E80-4D86-8D3C-F6AF20533D71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032011', N'1', N'0', N'2022-07-06 17:50:10.547', N'2022-07-06 17:50:10.547', N'9', N'5871', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'5871', N'1752') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FAE5CF1-9512-4E5D-9152-4C7DDE9E1BAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-06 17:50:11.333', N'2022-07-06 17:50:11.333', N'9', N'3973', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3973', N'874') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'377A7082-27AA-4719-9322-6B8F216E8AD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'1', N'0', N'2022-07-06 17:50:16.490', N'2022-07-06 17:50:16.490', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8956EA87-5C5D-498F-A66E-8FFFDB4088D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:51:15.373', N'2022-07-06 17:51:15.373', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4ADA19CF-7773-4CAA-B3EB-5A67FB9790F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 17:51:15.687', N'2022-07-06 17:51:15.687', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63C08750-BA87-45CB-838B-495A45EBEC0A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 17:51:15.963', N'2022-07-06 17:51:15.963', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4EA73763-D10A-4297-8E36-D39436FB1EAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:51:16.397', N'2022-07-06 17:51:16.397', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'757D7D29-D6F3-4442-9080-8267C424F18A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041010', N'1', N'0', N'2022-07-06 17:51:17.497', N'2022-07-06 17:51:17.497', N'39', N'4405', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4405', N'692') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49A55861-6C48-4679-994D-9A128DB4F7BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021011', N'1', N'0', N'2022-07-06 17:51:17.980', N'2022-07-06 17:51:17.980', N'39', N'4472', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4472', N'713') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A506DBA3-6A43-4BF3-848C-C897384CD9A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 17:51:19.040', N'2022-07-06 17:51:19.040', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'066D8DC1-ABC5-42E0-AB8B-8D8BCC4451FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 17:51:19.857', N'2022-07-06 17:51:19.857', N'39', N'0', N'0', N'2032', N'1', N'0', N'0', N'0', N'0', N'11008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79517D0D-2D62-4574-A462-80396B7B0257', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 18:06:54.070', N'2022-07-06 18:06:54.070', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB4F5FF6-BD11-4389-A1C0-DF6D08DCD0FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 18:07:25.407', N'2022-07-06 18:07:25.407', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F345BAA5-FC2D-4E17-A346-C14A0F7CB97B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022007', N'1', N'0', N'2022-07-06 18:07:28.190', N'2022-07-06 18:07:28.190', N'9', N'7098', N'0', N'1010', N'130', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'10', N'8', N'7098', N'2418') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2751C95E-3522-4B2C-9F9C-8DF49977244E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021012', N'1', N'0', N'2022-07-06 18:07:47.083', N'2022-07-06 18:07:47.083', N'9', N'4072', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4072', N'1471') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C41B1C3-2147-4D04-B4B1-FA977CFBF060', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 18:07:47.420', N'2022-07-06 18:07:47.420', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'19', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3FEE125-3F4C-4654-AAA4-85DA71A6D797', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41578', N'3', N'0', N'2022-07-06 18:08:03.887', N'2022-07-06 18:08:03.887', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EB688CF9-9DEC-4445-8033-7362F942D32E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 18:08:06.703', N'2022-07-06 18:08:06.703', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E652D25C-902F-4B19-8D65-B26279C6626B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-06 18:09:13.733', N'2022-07-06 18:09:13.733', N'9', N'5149', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'6', N'5', N'5149', N'1437') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16BE1246-993D-49B7-8BED-DEF1D60BDD5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 18:09:19.800', N'2022-07-06 18:09:19.800', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'949116A0-4362-48EB-B06C-5AC431C89C5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 18:09:23.263', N'2022-07-06 18:09:23.263', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AAAB485-5637-46AE-9E98-EE6843EEF0E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-06 18:09:23.670', N'2022-07-06 18:09:23.670', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C40CC3A-F4D5-40D0-B041-BCBF88D88F78', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-06 18:10:58.790', N'2022-07-06 18:10:58.790', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46B79753-5BA9-4367-9C1B-7D36C1D1919F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 18:10:59.893', N'2022-07-06 18:10:59.893', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88007ACE-64F0-4B7C-A255-02FA8A068F49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-06 18:11:04.477', N'2022-07-06 18:11:04.477', N'9', N'4132', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4132', N'602') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7A22903-7264-4A42-BF2B-C3501851A999', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 18:11:04.497', N'2022-07-06 18:11:04.497', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DB99C81-9E18-4F26-ADBF-09B210040940', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11151011', N'1', N'0', N'2022-07-06 18:11:13.700', N'2022-07-06 18:11:13.700', N'9', N'9176', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9176', N'2441') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A053FA7A-6310-45AA-B5DE-FB00C24DE5D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-06 18:11:42.700', N'2022-07-06 18:11:42.700', N'9', N'5703', N'0', N'2002', N'187', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'5703', N'1933') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B9FB9F7-8F06-4A6A-87DE-69F01F021CE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-06 18:11:44.543', N'2022-07-06 18:11:44.543', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E9A0A46-173D-4024-BFCC-87CC0F019F5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021008', N'1', N'0', N'2022-07-06 18:11:48.447', N'2022-07-06 18:11:48.447', N'9', N'6724', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6724', N'2202') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DE34151-0B2C-4A8B-B650-D8DC319DE1D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-06 18:11:48.477', N'2022-07-06 18:11:48.477', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A756176-7FE5-41EF-8D08-A86C2D460FCA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 18:11:58.320', N'2022-07-06 18:11:58.320', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFB31F96-883D-4249-B8B4-6566EA77AC8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031011', N'1', N'0', N'2022-07-06 18:12:02.993', N'2022-07-06 18:12:02.993', N'9', N'7547', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'13', N'15', N'7547', N'2288') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCC51B23-AACB-41DF-98BC-9E92F7B5EB56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-06 18:12:14.583', N'2022-07-06 18:12:14.583', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F9E13EC-8A7E-44F2-97F5-4465E4BC6ACC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 18:12:29.127', N'2022-07-06 18:12:29.127', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BDA9776-C78F-4997-A4C8-4A4F7B42A539', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 18:12:29.533', N'2022-07-06 18:12:29.533', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'21', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9849CF71-853B-4EA3-A1B3-6C45E2A7A4E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021012', N'1', N'0', N'2022-07-06 18:12:30.170', N'2022-07-06 18:12:30.170', N'39', N'5480', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5480', N'1621') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71DFD8EB-9F90-4133-9C59-A9448CF2C9DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031011', N'1', N'0', N'2022-07-06 18:12:31.547', N'2022-07-06 18:12:31.547', N'39', N'3236', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3236', N'822') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDD87A5A-3420-4932-911F-21DC16C887F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041011', N'1', N'0', N'2022-07-06 18:12:31.813', N'2022-07-06 18:12:31.813', N'39', N'3254', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3254', N'951') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F86CC694-3BE6-410B-960E-82D9ED69AEEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042009', N'1', N'0', N'2022-07-06 18:12:33.970', N'2022-07-06 18:12:33.970', N'39', N'4040', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4040', N'1270') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08F090BA-104E-4F27-A951-4CD05178414B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-06 18:12:33.977', N'2022-07-06 18:12:33.977', N'39', N'3425', N'0', N'2004', N'31', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3425', N'768') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6E843CD-E70F-4A2B-B03C-A53851F1E352', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 18:14:44.863', N'2022-07-06 18:14:44.863', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'27', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBC2F178-7654-4EB6-A428-3FF83350F6B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:14:49.490', N'2022-07-06 18:14:49.490', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B61423E5-FADE-42F9-B4B0-B3348D0EEC38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-06 18:15:11.550', N'2022-07-06 18:15:11.550', N'9', N'4909', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4909', N'612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CBA1D2D6-C77D-4632-A5F8-C56813793992', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:15:11.853', N'2022-07-06 18:15:11.853', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E170D8B-1583-4D15-86AC-63B72D921BA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-06 18:15:14.970', N'2022-07-06 18:15:14.970', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'674C8D09-791F-4B8B-A015-D5564AAB3BD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042011', N'1', N'0', N'2022-07-06 18:15:36.430', N'2022-07-06 18:15:36.430', N'9', N'4619', N'0', N'2010', N'7', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4619', N'1868') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DFDC7D0-B498-4E5F-8636-073F4D1CAF6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 18:15:36.627', N'2022-07-06 18:15:36.627', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71F63772-8A62-4096-9911-31892213ADB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-06 18:16:41.903', N'2022-07-06 18:16:41.903', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0292FE87-498E-4073-9CC5-9001A3CF74CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-06 18:16:47.617', N'2022-07-06 18:16:47.617', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6C0C5E3-BE20-4CB0-834E-382555D3EA00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:16:48.310', N'2022-07-06 18:16:48.310', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEC12F0D-7840-4872-87FF-29FA0CD171B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-06 18:16:48.867', N'2022-07-06 18:16:48.867', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'333496F0-7BEB-4B46-B2C9-C8D1698D7F4A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-06 18:16:52.707', N'2022-07-06 18:16:52.707', N'39', N'6523', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'12', N'12', N'6523', N'2011') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BD61C98-533A-4E94-890E-F7CA52D9ADEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042010', N'1', N'0', N'2022-07-06 18:16:53.203', N'2022-07-06 18:16:53.203', N'39', N'4071', N'0', N'2004', N'57', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4071', N'1562') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCDA8E27-375E-40CF-8CEB-B016E4F2E437', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042011', N'1', N'0', N'2022-07-06 18:16:53.747', N'2022-07-06 18:16:53.747', N'39', N'4866', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'4866', N'1400') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73A3B66C-59D4-49A5-8733-C0340327DB1B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082007', N'1', N'0', N'2022-07-06 18:16:54.220', N'2022-07-06 18:16:54.220', N'39', N'6073', N'0', N'1010', N'162', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'10', N'10', N'6073', N'2162') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F73A1D0-6061-4306-9FCD-4958F62B1E9F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59003', N'1', N'0', N'2022-07-06 18:18:48.160', N'2022-07-06 18:18:48.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F056900-BEBA-43F3-A359-584955FED5C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41452', N'2', N'0', N'2022-07-06 18:18:48.180', N'2022-07-06 18:18:48.180', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F92DA3F-B1D8-41D3-8870-33B9A4FA3DD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-06 18:18:57.620', N'2022-07-06 18:18:57.620', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6812ACB2-6ADB-48E8-A60B-3AE4D84F6804', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-06 18:19:28.110', N'2022-07-06 18:19:28.110', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B45B7E40-DC0D-42F8-AD59-B6ED4F0909B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022010', N'1', N'0', N'2022-07-06 18:19:34.697', N'2022-07-06 18:19:34.697', N'39', N'4742', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4742', N'777') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54794723-7173-4E30-B6CC-FDB01C187039', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062007', N'1', N'0', N'2022-07-06 18:19:34.757', N'2022-07-06 18:19:34.757', N'39', N'9750', N'0', N'1010', N'134', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9750', N'2177') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3C1BEFAB-0738-4661-8031-41D4957AF0D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032010', N'1', N'0', N'2022-07-06 18:19:35.240', N'2022-07-06 18:19:35.240', N'39', N'3384', N'0', N'2032', N'4', N'0', N'0', N'0', N'0', N'2068', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3384', N'1278') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'969C11B8-9018-4BF7-B5FA-0D5ECDBB6170', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062008', N'1', N'0', N'2022-07-06 18:19:35.583', N'2022-07-06 18:19:35.583', N'39', N'7889', N'0', N'2001', N'242', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'6', N'4', N'7889', N'2678') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C61172E2-9998-49C5-A8F5-CD77170A5FA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11032010', N'1', N'0', N'2022-07-06 18:19:36.600', N'2022-07-06 18:19:36.600', N'39', N'6783', N'0', N'2001', N'270', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6783', N'2245') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88A82542-B46D-4E42-B439-2793B74B5EA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012011', N'1', N'0', N'2022-07-06 18:19:37.650', N'2022-07-06 18:19:37.650', N'39', N'8931', N'0', N'2002', N'269', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8931', N'2134') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9E1AA88-6BC4-44F7-998A-F6161A5C3221', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41455', N'1', N'-1', N'2022-07-06 18:21:26.890', N'2022-07-06 18:21:26.890', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3197B60-77B1-4AA2-8F94-46879258ED8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41578', N'1', N'-1', N'2022-07-06 18:23:19.850', N'2022-07-06 18:23:19.850', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B73F8420-1521-42C3-99EF-432CDC8B3148', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 18:30:09.827', N'2022-07-06 18:30:09.827', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF31D631-1470-4C92-92ED-2CE8C59D1321', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041010', N'1', N'0', N'2022-07-06 18:30:42.980', N'2022-07-06 18:30:42.980', N'9', N'3163', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3163', N'903') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5792A2E0-082E-4FFA-A1BD-E869D2614A76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041010', N'1', N'0', N'2022-07-06 18:30:44.800', N'2022-07-06 18:30:44.800', N'9', N'4127', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4127', N'709') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'09F15B8E-BD85-4FCF-8FC8-E2894BE988D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 18:31:01.843', N'2022-07-06 18:31:01.843', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F0AE5BE-A47B-4F18-B345-7EADA1040CC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-06 18:31:33.713', N'2022-07-06 18:31:33.713', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BEF01C72-9C56-4089-93E9-B5C5A484E5CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 18:31:33.733', N'2022-07-06 18:31:33.733', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85B3F123-C1A6-433E-AD60-8A770D7CC16D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 18:31:33.763', N'2022-07-06 18:31:33.763', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA1CEF2F-3281-413D-AF94-7A50E6FB6929', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 18:31:33.773', N'2022-07-06 18:31:33.773', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37685F90-820A-438B-9D99-C30F6140DF2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061008', N'1', N'0', N'2022-07-06 18:31:37.950', N'2022-07-06 18:31:37.950', N'39', N'7480', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7480', N'2794') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'202D8A79-8FD3-4B9B-A1C2-8C66A6040966', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14031012', N'1', N'0', N'2022-07-06 18:31:38.083', N'2022-07-06 18:31:38.083', N'39', N'4832', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4832', N'1842') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA72B833-8F84-41ED-A747-09FA71C1BA98', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 18:32:50.540', N'2022-07-06 18:32:50.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F943B29D-A23C-4635-8852-2C3ADEBA0744', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 18:32:53.170', N'2022-07-06 18:32:53.170', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30E51720-9A7D-4379-B968-731CE67B1FFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 18:33:02.827', N'2022-07-06 18:33:02.827', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D813D4B-CFA3-4BE6-951D-54D6172A42D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 18:33:10.993', N'2022-07-06 18:33:10.993', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'080DF774-5CBE-4D3B-9418-8B328FEEF91D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 18:33:39.813', N'2022-07-06 18:33:39.813', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA2577B7-7616-4DA2-8641-B0D5E19B151F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041011', N'1', N'0', N'2022-07-06 18:33:49.783', N'2022-07-06 18:33:49.783', N'9', N'3429', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3429', N'781') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB13A262-E3B6-47A5-89DD-86E0F62A6981', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 18:34:03.553', N'2022-07-06 18:34:03.553', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'529420FF-0F5D-4F78-8922-810A7F896168', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 18:34:09.250', N'2022-07-06 18:34:09.250', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82568695-AC5D-447F-ABFC-6638E058938D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 18:34:32.533', N'2022-07-06 18:34:32.533', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D947A522-F275-4733-AC77-612AE7E441B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 18:34:38.440', N'2022-07-06 18:34:38.440', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11B8E6F5-7405-4A1C-A08C-ACAD4B0A07FF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071011', N'1', N'0', N'2022-07-06 18:34:38.830', N'2022-07-06 18:34:38.830', N'9', N'6048', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6048', N'2636') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BFB8069-74A4-419E-B071-147279FF6C0F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:34:39.693', N'2022-07-06 18:34:39.693', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3CA525A4-65DC-4738-81AF-9D9C79347C31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:34:54.470', N'2022-07-06 18:34:54.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F06EEAA1-4BE9-48BB-8A25-7D2887003CEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-06 18:34:55.093', N'2022-07-06 18:34:55.093', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'941FE1DE-1498-4FF0-BE43-E5EFE44D7994', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-06 18:35:22.020', N'2022-07-06 18:35:22.020', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E89A074D-1026-49F1-A62A-8378DE136263', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:35:33.687', N'2022-07-06 18:35:33.687', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE1A8679-07F8-43F6-A36A-AB334B7BC2B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 18:35:50.700', N'2022-07-06 18:35:50.700', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15799A08-89E9-49D6-B472-AF19A35D1791', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022009', N'1', N'0', N'2022-07-06 18:35:51.907', N'2022-07-06 18:35:51.907', N'9', N'3167', N'0', N'2002', N'88', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3167', N'718') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'308766D4-AE02-4BA6-B550-B246B4D938FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-06 18:35:52.540', N'2022-07-06 18:35:52.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2ECA1835-303F-4032-8465-FA903A9735B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 18:36:32.810', N'2022-07-06 18:36:32.810', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E84CBAD3-F84F-48F0-A1DE-E9765B0F2AA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'1', N'0', N'2022-07-06 18:36:35.657', N'2022-07-06 18:36:35.657', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9ABDA196-3622-4948-85AC-1E4A4F985D30', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11041008', N'1', N'0', N'2022-07-06 18:36:36.680', N'2022-07-06 18:36:36.680', N'9', N'8867', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'15', N'14', N'8867', N'2200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'280DAFC7-EB40-4B2F-8AB0-B9360FDAA350', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-06 18:37:02.217', N'2022-07-06 18:37:02.217', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28FDE563-C0FC-4165-8DF0-133C328D2564', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011012', N'1', N'0', N'2022-07-06 18:37:02.657', N'2022-07-06 18:37:02.657', N'9', N'4573', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4573', N'1481') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB241685-109A-44EA-9BFB-19775DA6FE8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 18:37:04.240', N'2022-07-06 18:37:04.240', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'25591BA0-D5DF-4E58-A622-6B56A1506152', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012011', N'1', N'0', N'2022-07-06 18:37:12.160', N'2022-07-06 18:37:12.160', N'9', N'4619', N'0', N'2012', N'7', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'5', N'5', N'4619', N'1597') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6C3869D-3CB1-493C-B7D0-9E8DF1421F08', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012010', N'1', N'0', N'2022-07-06 18:37:12.977', N'2022-07-06 18:37:12.977', N'9', N'3619', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3619', N'797') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F407E740-CCBE-4FCB-9743-00766E52B35A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071011', N'1', N'0', N'2022-07-06 18:37:25.973', N'2022-07-06 18:37:25.973', N'9', N'7476', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7476', N'2492') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'678F7789-7E5E-4D74-9B68-69948A3EA5B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 18:37:36.230', N'2022-07-06 18:37:36.230', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'29', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C45377AD-5802-423B-B12E-D3195DC0CC48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:37:36.820', N'2022-07-06 18:37:36.820', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EABF96F-F5C7-4B53-90EB-C9ED9614F3D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-06 18:37:41.090', N'2022-07-06 18:37:41.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'909FC106-4285-4FAC-B6FB-0B31D362FAEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 18:37:42.510', N'2022-07-06 18:37:42.510', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3117209F-309E-44AD-92F2-EF86D90B4FA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031012', N'1', N'0', N'2022-07-06 18:38:18.883', N'2022-07-06 18:38:18.883', N'9', N'4006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'2', N'4006', N'2299') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB09BDA0-9B5A-4182-B1DB-76A9E922D877', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-06 18:38:39.897', N'2022-07-06 18:38:39.897', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A323E663-8598-468E-9E3B-97D55FD70392', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-06 18:38:39.970', N'2022-07-06 18:38:39.970', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'109C8E87-06C5-4C27-884B-FB49779C7128', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 18:38:40.713', N'2022-07-06 18:38:40.713', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A18EDBE9-9FD7-45E0-8548-A95406606BFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021011', N'1', N'0', N'2022-07-06 18:38:43.540', N'2022-07-06 18:38:43.540', N'39', N'3004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3004', N'764') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC9E2D54-DDFA-4993-922B-6F8A16D18173', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031010', N'1', N'0', N'2022-07-06 18:38:43.960', N'2022-07-06 18:38:43.960', N'39', N'3314', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3314', N'949') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4000C39-E41F-4F87-974C-E294967113F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042009', N'1', N'0', N'2022-07-06 18:41:43.820', N'2022-07-06 18:41:43.820', N'39', N'3340', N'0', N'2003', N'36', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3340', N'717') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5ECECC34-6C8E-49E2-9E6E-7118BDE0CD68', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11064105', N'1', N'0', N'2022-07-06 18:41:43.907', N'2022-07-06 18:41:43.907', N'39', N'8357', N'0', N'1003', N'364', N'1004', N'318', N'0', N'0', N'1026', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'1', N'0', N'3', N'3', N'10', N'8', N'8357', N'2308') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADB8ADD1-62B8-4417-B83D-85302A422554', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021011', N'1', N'0', N'2022-07-06 18:48:11.413', N'2022-07-06 18:48:11.413', N'9', N'4392', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4392', N'1010') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'801205EC-68BA-432D-83D3-34A0B416F269', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 18:48:21.953', N'2022-07-06 18:48:21.953', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A73763F4-9780-489D-AC69-7A1A0959975D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-06 18:48:46.117', N'2022-07-06 18:48:46.117', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F25843F9-3A3D-474B-9026-FC9B20038991', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032011', N'1', N'0', N'2022-07-06 18:48:46.563', N'2022-07-06 18:48:46.563', N'9', N'3042', N'0', N'2003', N'37', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'3', N'2', N'3042', N'999') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6ABBF2C9-8517-4059-9DCC-055D3890D5F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042011', N'1', N'0', N'2022-07-06 18:48:46.743', N'2022-07-06 18:48:46.743', N'9', N'4042', N'0', N'2003', N'64', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'4042', N'1799') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6445553E-15B3-47A4-A90A-A75E8F7FADA5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042011', N'1', N'0', N'2022-07-06 18:50:04.030', N'2022-07-06 18:50:04.030', N'9', N'4324', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4324', N'2120') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B64B347-3FF2-41D2-8159-1390DE3B236C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 18:50:04.247', N'2022-07-06 18:50:04.247', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B104925D-A811-4FE2-BFF4-BF692CA17E78', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032011', N'1', N'0', N'2022-07-06 18:50:04.650', N'2022-07-06 18:50:04.650', N'9', N'3681', N'0', N'2009', N'3', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3681', N'623') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64F85470-1757-4611-B9FE-F0458BE2621C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 18:50:23.407', N'2022-07-06 18:50:23.407', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96007667-6BED-4393-A27A-D645BA3CA810', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011011', N'1', N'0', N'2022-07-06 18:50:23.603', N'2022-07-06 18:50:23.603', N'9', N'3167', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3167', N'674') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'220E4C34-C71E-4EAA-B57B-502E525C1B39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 18:50:51.330', N'2022-07-06 18:50:51.330', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07280865-DD08-433E-8E85-C453D87C33EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031011', N'1', N'0', N'2022-07-06 18:50:55.310', N'2022-07-06 18:50:55.310', N'9', N'3253', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3253', N'1018') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E51D168-7548-4691-BC1A-FC912BA18983', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042011', N'1', N'0', N'2022-07-06 18:50:56.950', N'2022-07-06 18:50:56.950', N'9', N'3359', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'3', N'3', N'3359', N'1124') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14312988-05A2-4454-BB7C-E4C325C701DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072011', N'1', N'0', N'2022-07-06 18:50:57.100', N'2022-07-06 18:50:57.100', N'9', N'7721', N'0', N'2002', N'295', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'7721', N'2630') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8D719FA-DD5D-4A88-96F2-BE692646FDDF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042008', N'1', N'0', N'2022-07-06 18:53:21.853', N'2022-07-06 18:53:21.853', N'9', N'6494', N'0', N'1010', N'126', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'6494', N'2276') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12C943A2-9BB4-4DFB-B8B2-E80A47FBA39F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-06 18:53:22.373', N'2022-07-06 18:53:22.373', N'9', N'3334', N'0', N'2002', N'140', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3334', N'787') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D850FA49-8E27-4931-ACDF-2AC88563A35E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11111012', N'1', N'0', N'2022-07-06 18:54:13.053', N'2022-07-06 18:54:13.053', N'39', N'6864', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'6864', N'2550') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'551DF517-1D81-4EB5-8369-EB5AB1A54A38', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12031013', N'1', N'0', N'2022-07-06 18:54:13.327', N'2022-07-06 18:54:13.327', N'39', N'4674', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'4674', N'1906') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B57D514-3145-4610-9EFD-68F5AC0A9C82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-06 18:54:13.763', N'2022-07-06 18:54:13.763', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9F6534F-54FE-482F-B011-94CDB0EB5DBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 18:54:14.147', N'2022-07-06 18:54:14.147', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24FF6736-69CC-429D-A875-1DA34EB85677', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 18:54:14.573', N'2022-07-06 18:54:14.573', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1162A5C-BFED-44FF-9AAB-615E811195EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 18:54:15.403', N'2022-07-06 18:54:15.403', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01B0EEB7-592A-431A-A92D-949AD8D36F59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'1', N'0', N'2022-07-06 18:54:41.563', N'2022-07-06 18:54:41.563', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E6822DF-BC70-4627-8F2B-7C6B8D824658', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-06 18:55:33.230', N'2022-07-06 18:55:33.230', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC9E38D3-B6DF-4FE4-9A5A-C20404E9B28C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'6', N'0', N'2022-07-06 19:00:03.200', N'2022-07-06 19:00:03.200', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C64D98E-72AE-4B77-98E4-D7F831BD1DB8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:12:06.427', N'2022-07-06 19:12:06.427', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC32F603-B908-4A2C-AEBB-E5E8D5883300', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'12', N'0', N'2022-07-06 19:00:04.060', N'2022-07-06 19:00:04.060', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4DAE946-0E5C-41E4-A1CB-19C4F4288985', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'9', N'0', N'2022-07-06 19:00:04.300', N'2022-07-06 19:00:04.300', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16020332-C9A0-4976-9923-D25645FABD6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'51', N'0', N'2022-07-06 19:00:05.527', N'2022-07-06 19:00:05.527', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E32A2C60-94EF-4BC4-B999-46EEA1F5A7B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'6', N'0', N'2022-07-06 19:00:07.587', N'2022-07-06 19:00:07.587', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D5FC2C9-5790-41AD-AB1F-14AA29732373', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-06 22:15:42.347', N'2022-07-06 22:15:42.347', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A8E3960-35B4-4B10-A1DD-2E1637AF364F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59001', N'10', N'0', N'2022-07-06 20:16:35.150', N'2022-07-06 20:16:35.150', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2444A2F-AE79-42F6-98FA-D00561225C78', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031011', N'1', N'0', N'2022-07-06 19:08:02.523', N'2022-07-06 19:08:02.523', N'9', N'3173', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3173', N'1368') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'406BF737-D370-4B9A-AF81-1A3CB8EC9FB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:08:20.010', N'2022-07-06 19:08:20.010', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DED29081-5D95-4178-898B-258DA8B0AB2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 19:08:20.427', N'2022-07-06 19:08:20.427', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6C085D6-272B-475F-8CEA-086D181FE8BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 19:08:28.707', N'2022-07-06 19:08:28.707', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B590DBD7-F932-476A-A31A-0C0F5CDBEB39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 19:08:30.403', N'2022-07-06 19:08:30.403', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BDEB429-12A0-463B-BC89-FA54331236A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 19:08:46.617', N'2022-07-06 19:08:46.617', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4357014-9329-4A1E-88FD-5C285D9AB0BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 19:08:52.120', N'2022-07-06 19:08:52.120', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0881B929-F8B0-4240-985A-91212612163A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052011', N'1', N'0', N'2022-07-06 19:09:01.207', N'2022-07-06 19:09:01.207', N'9', N'6596', N'0', N'1010', N'155', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'8', N'10', N'6596', N'2331') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0CD4E78-C479-4E40-B97E-63113C0FBAA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 19:09:22.747', N'2022-07-06 19:09:22.747', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75495288-42B8-48DC-93D6-2446A48D1AAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:09:32.930', N'2022-07-06 19:09:32.930', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D2B386F-CF02-4036-AC63-24C8FAFC09E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-06 19:09:35.990', N'2022-07-06 19:09:35.990', N'9', N'3272', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'2064', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3272', N'983') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'188CC7C5-74B7-4823-BC81-40E48AD5A1FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052011', N'1', N'0', N'2022-07-06 19:09:36.113', N'2022-07-06 19:09:36.113', N'9', N'6247', N'0', N'2002', N'308', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6247', N'2119') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCFE0FF7-5F80-40A4-BEE0-025A8550D111', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-06 19:09:36.570', N'2022-07-06 19:09:36.570', N'9', N'3238', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3238', N'719') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3049104E-5911-4AEB-BB60-8D923C3BB386', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 22:15:42.823', N'2022-07-06 22:15:42.823', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DBF94D8-39B1-42BF-A7D4-F447CF774E7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071012', N'1', N'0', N'2022-07-06 19:09:58.440', N'2022-07-06 19:09:58.440', N'9', N'6043', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6043', N'2418') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1569210B-EA16-40E4-A08B-13927ED026CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-06 19:09:58.600', N'2022-07-06 19:09:58.600', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA808B09-8B6B-4FAF-AF5D-B23B0CCACD1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031011', N'1', N'0', N'2022-07-06 19:10:09.190', N'2022-07-06 19:10:09.190', N'9', N'4433', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4433', N'1241') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF8D5D45-C9F0-42F1-ABA1-A1BD06EBDF3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022011', N'1', N'0', N'2022-07-06 19:10:15.703', N'2022-07-06 19:10:15.703', N'9', N'4061', N'0', N'2004', N'50', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'5', N'5', N'4061', N'1731') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'803A1E16-DE17-4D35-A60C-F6C96CBAC4A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012011', N'1', N'0', N'2022-07-06 19:10:16.043', N'2022-07-06 19:10:16.043', N'9', N'4917', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'9', N'8', N'4917', N'1836') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5480B05C-4DC5-4597-A765-4105701F4A5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042010', N'1', N'0', N'2022-07-06 19:10:20.590', N'2022-07-06 19:10:20.590', N'9', N'4331', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4331', N'1390') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD599BF3-C802-485C-B7E0-A7286A3AD844', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:10:20.927', N'2022-07-06 19:10:20.927', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37117793-4737-4827-9EFB-6F9EDE7013AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032011', N'1', N'0', N'2022-07-06 19:10:29.687', N'2022-07-06 19:10:29.687', N'9', N'4775', N'0', N'2003', N'32', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4775', N'917') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2F54147-E9C8-47EE-B111-83921BB5F026', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 19:10:38.443', N'2022-07-06 19:10:38.443', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D75D0228-1F63-470A-8D23-54FA17DAA540', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041011', N'1', N'0', N'2022-07-06 19:10:39.680', N'2022-07-06 19:10:39.680', N'9', N'4817', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4817', N'1042') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60DD63DF-64AC-4B74-815A-416B67D562B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'3', N'0', N'2022-07-06 19:11:06.473', N'2022-07-06 19:11:06.473', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9292715-3E78-4232-B9D3-B32FE3562D22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 19:11:07.683', N'2022-07-06 19:11:07.683', N'9', N'0', N'0', N'1001', N'67', N'0', N'0', N'0', N'0', N'11001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'589D9B35-1A17-4546-ADF9-DC2D0CC71EA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011013', N'1', N'0', N'2022-07-06 19:11:11.737', N'2022-07-06 19:11:11.737', N'9', N'4407', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'4407', N'1977') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'952A1094-5055-45C4-8B64-6780F0ADD490', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-06 19:11:31.007', N'2022-07-06 19:11:31.007', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1767E866-F16D-4755-86E0-2914DEA05C79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 19:11:35.470', N'2022-07-06 19:11:35.470', N'9', N'0', N'0', N'1002', N'93', N'0', N'0', N'0', N'0', N'11002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A47AAD1-128B-40D7-A977-4D6EF892A616', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032010', N'1', N'0', N'2022-07-06 19:12:02.473', N'2022-07-06 19:12:02.473', N'9', N'3477', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3477', N'651') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24107506-365D-44D6-90C8-93046BCA4778', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031011', N'1', N'0', N'2022-07-06 19:12:06.067', N'2022-07-06 19:12:06.067', N'9', N'3040', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3040', N'1299') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'124B8C93-CFA6-431B-B5A2-99151D89D031', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-06 19:12:32.663', N'2022-07-06 19:12:32.663', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22E01913-8A4A-4886-94E3-61BD978A1955', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-06 19:12:33.183', N'2022-07-06 19:12:33.183', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'428BB461-BF00-4436-BD0E-8B1B1575881E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:12:43.970', N'2022-07-06 19:12:43.970', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12E06A92-71A3-436B-A0EE-43AF6C21B95B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11032010', N'1', N'0', N'2022-07-06 19:12:47.083', N'2022-07-06 19:12:47.083', N'39', N'7407', N'0', N'2001', N'245', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'1', N'3', N'2', N'2', N'7407', N'2069') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'134DFBF4-0316-48AF-BDFC-1F89159B66F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022007', N'1', N'0', N'2022-07-06 19:12:47.547', N'2022-07-06 19:12:47.547', N'39', N'7513', N'0', N'2002', N'266', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7513', N'2772') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF74DB53-7966-4581-BC51-92E8E940208F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041011', N'1', N'0', N'2022-07-06 19:12:48.263', N'2022-07-06 19:12:48.263', N'39', N'3292', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3292', N'1266') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F613E2C-9227-4441-8050-38F8B01A46CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052010', N'1', N'0', N'2022-07-06 19:12:48.907', N'2022-07-06 19:12:48.907', N'39', N'7002', N'0', N'1010', N'140', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'7002', N'2337') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E564764-4ECC-47D9-AFBF-33071E12E837', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071012', N'1', N'0', N'2022-07-06 19:13:34.567', N'2022-07-06 19:13:34.567', N'39', N'7841', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7841', N'2271') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5FCA3A8-8A8E-44E8-8E7A-5D47351B4B77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:16:18.460', N'2022-07-06 19:16:18.460', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8798BDA9-7CAA-4127-9092-051B721744E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:16:18.493', N'2022-07-06 19:16:18.493', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'20', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'992DDC76-1795-4314-8908-97D6B27D29A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032011', N'1', N'0', N'2022-07-06 19:16:18.497', N'2022-07-06 19:16:18.497', N'39', N'6022', N'0', N'1010', N'161', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'4', N'4', N'6022', N'2102') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F43BC116-78E2-4486-A238-F14B89E8B99D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:16:18.537', N'2022-07-06 19:16:18.537', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'21', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C7E1040-5E14-4A9A-B17F-B04CAAFA28C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152011', N'1', N'0', N'2022-07-06 19:16:18.640', N'2022-07-06 19:16:18.640', N'39', N'7978', N'0', N'2002', N'229', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'1', N'3', N'2', N'2', N'7978', N'2117') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D96413C7-2058-4996-AD86-D1C2A6149C0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-06 19:16:19.143', N'2022-07-06 19:16:19.143', N'39', N'4753', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'5', N'4', N'4753', N'1059') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFA7ADF8-962B-46EA-BD02-E14AF474D71A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:16:19.310', N'2022-07-06 19:16:19.310', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AF80D06-284D-4C12-B266-B5D15F6A9849', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012010', N'1', N'0', N'2022-07-06 19:16:19.910', N'2022-07-06 19:16:19.910', N'39', N'3790', N'0', N'2003', N'24', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3790', N'1248') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCD42206-2D9B-4E17-B31D-9B33BDD9A7FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032011', N'1', N'0', N'2022-07-06 19:16:20.030', N'2022-07-06 19:16:20.030', N'39', N'3122', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'5', N'5', N'3122', N'1001') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10366C39-CB63-405F-B60A-AB8CD5CE75D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-06 19:16:20.480', N'2022-07-06 19:16:20.480', N'39', N'3122', N'0', N'2010', N'4', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'3', N'3', N'5', N'5', N'3122', N'1001') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A95E2A0-4354-45A4-8011-C6154667A07E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-06 19:17:25.977', N'2022-07-06 19:17:25.977', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'932DCD81-231D-4E71-8166-663850F54C3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40137', N'10', N'0', N'2022-07-06 19:20:34.510', N'2022-07-06 19:20:34.510', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF00AD2C-6F6B-4D4C-8A75-658D030423A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:21:33.470', N'2022-07-06 19:21:33.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CE8DF16-EADC-4C6E-AAFA-16A688829102', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-06 19:21:45.327', N'2022-07-06 19:21:45.327', N'9', N'3565', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3565', N'855') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6299B968-B800-45AC-B367-432878E02781', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 19:21:59.967', N'2022-07-06 19:21:59.967', N'9', N'0', N'0', N'2011', N'1', N'0', N'0', N'0', N'0', N'11005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36ADAC72-414F-4829-95D8-63AA948D045C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022010', N'1', N'0', N'2022-07-06 19:22:03.617', N'2022-07-06 19:22:03.617', N'9', N'4447', N'0', N'2002', N'177', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'1', N'3', N'2', N'3', N'4447', N'1804') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80870093-F868-42C5-ABE4-0C33175B4F19', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60058', N'1', N'0', N'2022-07-06 19:22:05.253', N'2022-07-06 19:22:05.253', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'677E62BE-AB9F-4C9F-BDD0-C9811591A367', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132010', N'1', N'0', N'2022-07-06 19:22:05.653', N'2022-07-06 19:22:05.653', N'9', N'8408', N'0', N'2001', N'275', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'5', N'6', N'8408', N'2340') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8911321C-4AFF-43F4-93FE-45F5EE0710ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 19:22:17.027', N'2022-07-06 19:22:17.027', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89A6E63B-B304-4E87-B15B-5FD1440EC6D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041013', N'1', N'0', N'2022-07-06 19:22:18.853', N'2022-07-06 19:22:18.853', N'9', N'4263', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'4263', N'1897') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BADED80-9122-4184-A710-F81B72D28C22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022007', N'1', N'0', N'2022-07-06 19:22:19.640', N'2022-07-06 19:22:19.640', N'9', N'8125', N'0', N'2002', N'238', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'8125', N'2207') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C2003B9-54CF-4CDB-BA61-CED8939FDC0A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022010', N'1', N'0', N'2022-07-06 19:22:23.103', N'2022-07-06 19:22:23.103', N'9', N'5040', N'0', N'2001', N'149', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'6', N'8', N'5040', N'959') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26730E50-5D41-4738-98D1-3CA5842488D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021011', N'1', N'0', N'2022-07-06 19:22:25.747', N'2022-07-06 19:22:25.747', N'9', N'3743', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3743', N'1099') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4EBA184B-E59A-45B0-A82A-F29DBAF2585B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021013', N'1', N'0', N'2022-07-06 19:22:26.347', N'2022-07-06 19:22:26.347', N'9', N'4099', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4099', N'1402') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B731743-AD69-4A37-B6A0-27A705822B01', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051012', N'1', N'0', N'2022-07-06 19:22:26.767', N'2022-07-06 19:22:26.767', N'9', N'6099', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6099', N'2808') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80E6B559-1B6F-42DF-9328-2BEF8C8ACCC5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042007', N'1', N'0', N'2022-07-06 19:23:02.930', N'2022-07-06 19:23:02.930', N'9', N'7856', N'0', N'1010', N'112', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7856', N'2104') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D044C9F-7D25-4076-831F-78AF17467C92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 19:23:07.400', N'2022-07-06 19:23:07.400', N'9', N'0', N'0', N'1001', N'88', N'0', N'0', N'0', N'0', N'11001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E687B35E-398C-4507-B84F-55A435AFE4D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051012', N'1', N'0', N'2022-07-06 19:23:12.067', N'2022-07-06 19:23:12.067', N'9', N'8655', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8655', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89B3B6DA-08E3-45F6-941C-0773CBD3EDED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:23:31.563', N'2022-07-06 19:23:31.563', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C75AF797-9E5A-472F-B90C-FC1761D4EAB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-06 19:23:49.200', N'2022-07-06 19:23:49.200', N'39', N'4212', N'0', N'2004', N'26', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4212', N'1293') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC01250D-2C13-48BC-862A-9D020F054B72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072010', N'1', N'0', N'2022-07-06 19:23:49.620', N'2022-07-06 19:23:49.620', N'39', N'9061', N'0', N'2002', N'251', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'9', N'9', N'9061', N'2020') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD34416D-80D0-470D-B42B-697AC42A2159', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041009', N'1', N'0', N'2022-07-06 19:23:50.267', N'2022-07-06 19:23:50.267', N'39', N'7957', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7957', N'2801') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12DCC1E0-CFF2-4CCD-864A-6C398DB2132D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012010', N'1', N'0', N'2022-07-06 19:25:12.563', N'2022-07-06 19:25:12.563', N'9', N'3671', N'0', N'2002', N'128', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3671', N'1224') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70B7E182-20CC-47C9-ACBD-47A6406E393F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042010', N'1', N'0', N'2022-07-06 19:25:12.730', N'2022-07-06 19:25:12.730', N'9', N'3671', N'0', N'2002', N'128', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3671', N'1224') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FDD5872-4789-4A39-B295-BEE6B43EAAF3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 19:25:16.410', N'2022-07-06 19:25:16.410', N'9', N'0', N'0', N'2031', N'1', N'0', N'0', N'0', N'0', N'11007', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E916AC6C-28D9-42C3-8024-DBC0C4C9EB7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042011', N'1', N'0', N'2022-07-06 19:25:16.427', N'2022-07-06 19:25:16.427', N'9', N'5091', N'0', N'2011', N'3', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'7', N'7', N'5091', N'772') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5848CC59-8BE1-42A7-BD87-6EDB6FFF7CFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-06 19:25:34.297', N'2022-07-06 19:25:34.297', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C67293FF-A297-4ACA-8ED5-D7AE6A0ABE4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:25:42.100', N'2022-07-06 19:25:42.100', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F24D8F9B-B8D9-4E0D-ADEF-F89666B4D731', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011011', N'1', N'0', N'2022-07-06 19:25:44.580', N'2022-07-06 19:25:44.580', N'9', N'3258', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3258', N'765') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'21062E79-E044-4F8E-A748-1F4E0E4ED089', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:26:36.183', N'2022-07-06 19:26:36.183', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60904BD5-5850-44AF-805F-254A0A7344DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032010', N'1', N'0', N'2022-07-06 19:28:10.553', N'2022-07-06 19:28:10.553', N'9', N'4996', N'0', N'2001', N'161', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'4996', N'1431') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1950DEA5-BC90-4208-9FFA-9E247CDAB879', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 22:15:43.833', N'2022-07-06 22:15:43.833', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'529EEE0B-AB4C-4BE8-8F60-4307D1203AF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-06 19:28:46.883', N'2022-07-06 19:28:46.883', N'9', N'3493', N'0', N'2011', N'3', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3493', N'1193') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93C0689C-F2F9-4298-977F-DED3A03C37E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:28:47.380', N'2022-07-06 19:28:47.380', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6623994-7459-434E-9CC0-5A1D6395C812', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-06 19:28:49.807', N'2022-07-06 19:28:49.807', N'9', N'3464', N'0', N'2003', N'31', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'3', N'3', N'4', N'5', N'3464', N'920') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2436096-5B2A-402E-9148-FE687AEC97FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012010', N'1', N'0', N'2022-07-06 19:28:49.837', N'2022-07-06 19:28:49.837', N'9', N'3464', N'0', N'2003', N'28', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'4', N'5', N'3464', N'920') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A821E722-9991-4380-BF37-12DC8F2AAA49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042011', N'1', N'0', N'2022-07-06 19:28:49.897', N'2022-07-06 19:28:49.897', N'9', N'5568', N'0', N'2003', N'45', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'8', N'9', N'5568', N'1429') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A1CC597-FB43-4BB5-9C72-D4F85CF74D84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:29:08.883', N'2022-07-06 19:29:08.883', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6992E4F-F265-430A-A454-8CE20B841A09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 19:29:08.993', N'2022-07-06 19:29:08.993', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73A83714-D107-4583-B82A-ECCDACD604FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:29:12.687', N'2022-07-06 19:29:12.687', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1F0B745-6503-4165-9C86-481BA68FA2A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021011', N'1', N'0', N'2022-07-06 19:29:12.697', N'2022-07-06 19:29:12.697', N'39', N'3815', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3815', N'862') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7786C7BD-7541-473A-A114-D67F08384C90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011013', N'1', N'0', N'2022-07-06 19:29:12.703', N'2022-07-06 19:29:12.703', N'39', N'4815', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4815', N'1662') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B22816AB-A152-4281-BBB9-BEAD140643BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 19:29:13.730', N'2022-07-06 19:29:13.730', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A934529-516D-4DE0-9D49-5CFEC0B9C33F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41792', N'1', N'0', N'2022-07-06 19:35:02.837', N'2022-07-06 19:35:02.837', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0E1393E-45B6-4992-8ECF-6342F2B7CCBF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-06 19:44:33.233', N'2022-07-06 19:44:33.233', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8610DF8-4A3A-4D09-BA16-446B075FF83A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133007', N'1', N'0', N'2022-06-19 23:14:31.233', N'2022-06-19 23:14:31.233', N'40', N'0', N'0', N'2031', N'10', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D63AD236-0279-4983-8C7D-07507F03FC46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'117012701', N'1', N'0', N'2022-06-22 18:16:41.337', N'2022-06-22 18:16:41.337', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E21410C5-D9E6-4956-AD54-C26D56110948', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-06-19 23:13:37.317', N'2022-06-19 23:13:37.317', N'40', N'0', N'0', N'1018', N'284', N'1005', N'287', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C869FC5D-1202-4DEE-87FF-0CD2283BC358', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133002', N'1', N'0', N'2022-06-19 23:14:34.990', N'2022-06-19 23:14:34.990', N'40', N'0', N'0', N'2002', N'97', N'1006', N'300', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18E5E973-4D7B-4251-A839-51407DB87D14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133003', N'1', N'0', N'2022-06-19 23:12:59.267', N'2022-06-19 23:12:59.267', N'40', N'0', N'0', N'1006', N'283', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7F31D61-99D4-46F1-AEB7-31FDB5E96A3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133004', N'1', N'0', N'2022-06-19 23:10:38.950', N'2022-06-19 23:10:38.950', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3563922-EB13-4BC6-AFBC-22BC64848323', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133005', N'1', N'0', N'2022-06-19 23:10:38.997', N'2022-06-19 23:10:38.997', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85576BEA-0597-417D-B66B-AE30B871291C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000204', N'5', N'0', N'2022-07-06 20:17:36.137', N'2022-07-06 20:17:36.137', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94802D44-B9D8-441F-A96B-F788E841C2DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59003', N'10', N'0', N'2022-07-06 20:17:37.853', N'2022-07-06 20:17:37.853', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B59F986-A37A-44E1-989A-E0F31630A6D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'211014005', N'1', N'0', N'2022-07-05 19:25:06.307', N'2022-07-05 19:25:06.307', N'25', N'9503', N'0', N'2001', N'398', N'2013', N'41', N'0', N'0', N'2008', N'5', N'1', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'4', N'0', N'3', N'4', N'9', N'9', N'9503', N'2021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFE75530-0359-4254-A4C0-14542A39FF3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41623', N'1', N'0', N'2022-07-06 20:26:20.463', N'2022-07-06 20:26:20.463', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C86932AB-9098-4D27-989A-E22DDFBD715D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-06 20:27:14.540', N'2022-07-06 20:27:14.540', N'9', N'3840', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3840', N'926') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A01675AA-5BDC-4B1A-82B1-1FFB8E3C0706', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:27:15.203', N'2022-07-06 20:27:15.203', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'21', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF429470-10DA-4165-B968-34B34E370EB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-06 20:27:18.797', N'2022-07-06 20:27:18.797', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32474345-AFBD-4C0C-A0F1-E89B21D319C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041011', N'1', N'0', N'2022-07-06 20:27:23.260', N'2022-07-06 20:27:23.260', N'9', N'3282', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3282', N'1132') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02A03B29-6C15-4FAD-AF28-4D5855872696', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 20:28:05.877', N'2022-07-06 20:28:05.877', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC7FA849-521F-4258-9C5C-0D7EC65A7B7E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031011', N'1', N'0', N'2022-07-06 20:28:18.267', N'2022-07-06 20:28:18.267', N'9', N'3159', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'1', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3159', N'1578') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'170DDE59-E086-4A50-924B-FF6DFA285C6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11131012', N'1', N'0', N'2022-07-06 20:28:21.887', N'2022-07-06 20:28:21.887', N'9', N'7087', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7087', N'2930') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7EDA7334-6E8C-4743-9D0E-93100E1DA536', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011012', N'1', N'0', N'2022-07-06 20:28:26.560', N'2022-07-06 20:28:26.560', N'9', N'6108', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6108', N'2184') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DF37932-BD94-4F8A-95BB-CDDC7829612C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031011', N'1', N'0', N'2022-07-06 20:28:26.943', N'2022-07-06 20:28:26.943', N'9', N'3108', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3108', N'778') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A365CCCF-DE7A-4FC7-B558-78EF136DC34E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-06 20:28:48.080', N'2022-07-06 20:28:48.080', N'9', N'3896', N'0', N'2036', N'3', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'3896', N'884') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9B1F2A1-3145-49C0-952B-21BA0F3D19A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41169', N'2', N'0', N'2022-07-06 20:28:48.490', N'2022-07-06 20:28:48.490', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'907F51DB-E102-46FE-8252-DECAD1452D1B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11032010', N'1', N'0', N'2022-07-06 20:28:48.507', N'2022-07-06 20:28:48.507', N'9', N'7904', N'0', N'1010', N'116', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7904', N'2284') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'034423BC-1A3B-43A3-8E9A-8570E368F571', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 20:28:52.130', N'2022-07-06 20:28:52.130', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82D0CF20-1622-4A13-BF44-C673CF7B2087', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 20:29:02.697', N'2022-07-06 20:29:02.697', N'9', N'0', N'0', N'2009', N'1', N'0', N'0', N'0', N'0', N'11003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B204DAA7-E892-4EFE-8168-94A47C42987F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:29:09.470', N'2022-07-06 20:29:09.470', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'20', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8155EA85-B008-4F1E-87A7-9A72E006D722', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-06 20:30:01.250', N'2022-07-06 20:30:01.250', N'9', N'3156', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3156', N'743') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD16B35A-DAD9-4924-A171-12CAF04355FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071012', N'1', N'0', N'2022-07-06 20:30:04.743', N'2022-07-06 20:30:04.743', N'9', N'6090', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'6090', N'2092') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAC8A045-BA03-46FD-AF94-50856905BBA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 20:30:22.677', N'2022-07-06 20:30:22.677', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E168204A-6ADD-4DCC-A6CD-09C45B04242F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061009', N'1', N'0', N'2022-07-06 20:30:42.273', N'2022-07-06 20:30:42.273', N'9', N'6806', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6806', N'2196') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CB4BD8C-97E7-4D55-9DD8-7981C1A94A9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 20:30:42.753', N'2022-07-06 20:30:42.753', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D1D07AA-0482-44A8-84D5-F14DE39EE658', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:30:43.160', N'2022-07-06 20:30:43.160', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'24', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDC8D831-29A4-4640-990A-8AE92304A266', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021011', N'1', N'0', N'2022-07-06 20:30:43.977', N'2022-07-06 20:30:43.977', N'9', N'4905', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4905', N'819') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03819FAB-3084-463B-94A5-B01E66FDBBE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11131012', N'1', N'0', N'2022-07-06 20:30:55.763', N'2022-07-06 20:30:55.763', N'9', N'9664', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'9664', N'2077') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AEFE4CD0-8F82-41C8-A0AB-7DB63D840614', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031011', N'1', N'0', N'2022-07-06 20:31:01.930', N'2022-07-06 20:31:01.930', N'9', N'3534', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3534', N'1050') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'264EE670-9005-45B6-88A3-B9987AAAF8A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 20:31:04.553', N'2022-07-06 20:31:04.553', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0017909F-675E-4CC2-BA43-FF2C39407DBB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11041009', N'1', N'0', N'2022-07-06 20:31:10.863', N'2022-07-06 20:31:10.863', N'9', N'7481', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'7481', N'2579') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69077DBA-AB9E-44BE-A916-28711BD45DEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-06 20:31:49.810', N'2022-07-06 20:31:49.810', N'9', N'3190', N'0', N'2003', N'37', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'8', N'7', N'3190', N'869') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AFB9B0D-C58B-4A13-BD9E-F105C7B61583', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031012', N'1', N'0', N'2022-07-06 20:31:51.077', N'2022-07-06 20:31:51.077', N'9', N'8253', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8253', N'2539') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'29CC6455-3557-4DDF-8780-4627486B44CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012010', N'1', N'0', N'2022-07-06 20:32:11.487', N'2022-07-06 20:32:11.487', N'9', N'3085', N'0', N'2003', N'28', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3085', N'1303') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E79E2A0D-5906-4A50-9329-57339AFC37C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032010', N'1', N'0', N'2022-07-06 20:32:13.807', N'2022-07-06 20:32:13.807', N'9', N'3046', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3046', N'824') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8EBC154-4F50-4A25-8445-2AB90401D233', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11092010', N'1', N'0', N'2022-07-06 20:32:17.050', N'2022-07-06 20:32:17.050', N'9', N'7965', N'0', N'2001', N'266', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7965', N'2998') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4DED0A3-420D-427A-BA82-015AB8E0E9DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11131012', N'1', N'0', N'2022-07-06 20:32:31.480', N'2022-07-06 20:32:31.480', N'9', N'7926', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7926', N'2459') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8779C0F8-66E4-4F88-8904-AAC96A032CBE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 20:33:09.367', N'2022-07-06 20:33:09.367', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76730FC2-D311-4F92-8BA6-9B647EFFE56E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 20:33:09.693', N'2022-07-06 20:33:09.693', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F74D2A9E-E4E8-4457-9166-1144797E1DA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021009', N'1', N'0', N'2022-07-06 20:33:10.827', N'2022-07-06 20:33:10.827', N'39', N'7659', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7659', N'2808') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89EEAD3D-258A-4B56-94FC-4A548EBBFC99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022010', N'1', N'0', N'2022-07-06 20:33:11.190', N'2022-07-06 20:33:11.190', N'39', N'4740', N'0', N'2004', N'54', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4740', N'1807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'744D81B4-DD46-4637-BA87-1FE24056F35E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011011', N'1', N'0', N'2022-07-06 20:33:11.670', N'2022-07-06 20:33:11.670', N'39', N'4046', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4046', N'1163') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB5D0796-E9CE-448E-B6B7-1EFFDB602998', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 20:33:14.210', N'2022-07-06 20:33:14.210', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E33FB3D6-9F76-4187-BD3A-0DA34A112C5B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:35:46.833', N'2022-07-06 20:35:46.833', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC24E36E-2470-454C-8C2B-723A9F04864E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041013', N'1', N'0', N'2022-07-06 20:35:46.990', N'2022-07-06 20:35:46.990', N'9', N'4019', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4019', N'2375') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F9FFDCD-BD6E-439F-9F33-1DF41A1A1D98', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012011', N'1', N'0', N'2022-07-06 20:35:53.700', N'2022-07-06 20:35:53.700', N'9', N'6005', N'0', N'1010', N'108', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6005', N'2573') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'880557E3-8CF1-4A3D-B810-98A43A4215C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011011', N'1', N'0', N'2022-07-06 20:36:11.893', N'2022-07-06 20:36:11.893', N'9', N'3635', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3635', N'705') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B25F00D-3C83-4F44-BBF8-73D6E22E72A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021011', N'1', N'0', N'2022-07-06 20:36:12.173', N'2022-07-06 20:36:12.173', N'9', N'4739', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4739', N'1015') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'711E84BA-7167-4880-A0C8-8369AD304427', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 20:36:28.570', N'2022-07-06 20:36:28.570', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83E874F4-FFFB-44D8-AC87-49035B185122', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-06 20:36:31.107', N'2022-07-06 20:36:31.107', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC907112-5468-46CF-8395-94C9A791328C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042008', N'1', N'0', N'2022-07-06 20:36:58.897', N'2022-07-06 20:36:58.897', N'9', N'6294', N'0', N'2002', N'247', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'9', N'10', N'6294', N'2428') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'240A9E04-EFF6-4B35-8D0C-760F0EB5970E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042007', N'1', N'0', N'2022-07-06 20:36:59.197', N'2022-07-06 20:36:59.197', N'9', N'8394', N'0', N'2002', N'307', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'2', N'3', N'5', N'6', N'8394', N'2137') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1DDDA35-483E-4726-BAF7-B576F91B15EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 20:37:21.090', N'2022-07-06 20:37:21.090', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8F983C6-FB5F-4C67-A396-68D7BCDAC817', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13021011', N'1', N'0', N'2022-07-06 20:37:21.527', N'2022-07-06 20:37:21.527', N'9', N'4189', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4189', N'1034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'297AAA38-DE11-4CA9-A1AB-EED489C79C9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042007', N'1', N'0', N'2022-07-06 20:37:27.460', N'2022-07-06 20:37:27.460', N'9', N'8069', N'0', N'1010', N'129', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'8069', N'2520') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A971041-C5D6-4B7D-AF0E-EABA3C89770F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012010', N'1', N'0', N'2022-07-06 20:37:30.303', N'2022-07-06 20:37:30.303', N'9', N'3628', N'0', N'2010', N'3', N'0', N'0', N'0', N'0', N'2041', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3628', N'973') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'41F90956-75B8-44E0-BD7C-4EA263058DE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021011', N'1', N'0', N'2022-07-06 20:37:32.323', N'2022-07-06 20:37:32.323', N'9', N'3586', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3586', N'1185') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6139BAA4-CD34-4ADF-8EA8-54D0E65492A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021011', N'1', N'0', N'2022-07-06 20:37:32.740', N'2022-07-06 20:37:32.740', N'9', N'3084', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3084', N'1387') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B333EEB-1B4C-48E9-891D-6B0C935EADA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042010', N'1', N'0', N'2022-07-06 20:38:58.643', N'2022-07-06 20:38:58.643', N'9', N'5312', N'0', N'2001', N'167', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'5', N'5', N'5312', N'1439') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27F72A20-46EE-4D05-974A-4A07BE17E4C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022010', N'1', N'0', N'2022-07-06 20:38:58.903', N'2022-07-06 20:38:58.903', N'9', N'4312', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4312', N'639') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF707E12-EC7C-443C-9CE3-0F85026729AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022011', N'1', N'0', N'2022-07-06 20:38:59.110', N'2022-07-06 20:38:59.110', N'9', N'5167', N'0', N'2001', N'190', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'5167', N'1945') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9F02EAB3-9D18-4EE8-B423-81F663DB0649', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022010', N'1', N'0', N'2022-07-06 20:38:59.767', N'2022-07-06 20:38:59.767', N'9', N'4167', N'0', N'2001', N'141', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'4', N'4', N'4167', N'1145') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E8F8B56-79BA-484A-824D-2C0F95DE9531', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11114007', N'1', N'0', N'2022-07-06 20:39:26.967', N'2022-07-06 20:39:26.967', N'23', N'7987', N'0', N'1010', N'189', N'2001', N'453', N'0', N'0', N'2001', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'3', N'0', N'3', N'3', N'9', N'10', N'7987', N'2016') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20B0E49F-593C-4A25-A5E7-B80C0C78ACE9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66038', N'5', N'0', N'2022-07-06 20:42:12.273', N'2022-07-06 20:42:12.273', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3600979E-15D5-4B9A-900A-7C754F406A74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:48:22.663', N'2022-07-06 20:48:22.663', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'737539E1-9843-4AE3-8A79-AE97ACF5E7D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 20:48:32.617', N'2022-07-06 20:48:32.617', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1584AB13-C0BC-4CE2-817C-A49F55684F6F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 20:48:36.027', N'2022-07-06 20:48:36.027', N'9', N'0', N'0', N'1004', N'71', N'0', N'0', N'0', N'0', N'11012', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78E599B3-26BE-47C3-8333-D22ADD26CAD7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031013', N'1', N'0', N'2022-07-06 20:48:43.323', N'2022-07-06 20:48:43.323', N'9', N'5613', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'5613', N'1969') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5F9D376-2268-42F7-BF2E-DDADE4A3323A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 20:49:04.013', N'2022-07-06 20:49:04.013', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E283F6C-9461-4183-A596-F179DF7A994F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091012', N'1', N'0', N'2022-07-06 20:49:04.640', N'2022-07-06 20:49:04.640', N'9', N'7556', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7556', N'2648') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'879A4B11-CBC3-4625-9E92-DCE22D6FD9D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011012', N'1', N'0', N'2022-07-06 20:49:21.120', N'2022-07-06 20:49:21.120', N'9', N'6474', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'6474', N'2453') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E0479E0-F2FF-4445-B884-3326FC276740', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-06 20:49:23.927', N'2022-07-06 20:49:23.927', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81512F7B-F7F5-426C-8CCC-AC700725FF40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 20:49:25.520', N'2022-07-06 20:49:25.520', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E14C9C1-1863-4169-802B-EF4E9FA2C692', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-06 20:49:29.770', N'2022-07-06 20:49:29.770', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B86552D-F0CB-4200-A59D-D7ABF3FFE107', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-06 20:49:55.693', N'2022-07-06 20:49:55.693', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31289D06-2210-4ACD-AE5D-AFF48D51D083', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022010', N'1', N'0', N'2022-07-06 20:50:00.560', N'2022-07-06 20:50:00.560', N'9', N'4898', N'0', N'2002', N'179', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'2', N'0', N'0', N'3', N'3', N'7', N'7', N'4898', N'1492') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1D98A72-F83D-4263-8629-113D04B0B328', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032010', N'1', N'0', N'2022-07-06 20:50:00.970', N'2022-07-06 20:50:00.970', N'9', N'8906', N'0', N'2002', N'298', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'9', N'9', N'8906', N'2092') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D9BED3C-04F4-4705-9B78-8529D5C8FF87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082007', N'1', N'0', N'2022-07-06 20:50:02.773', N'2022-07-06 20:50:02.773', N'9', N'7106', N'0', N'1010', N'117', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'7106', N'2112') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E797FC49-7F94-44B8-9D49-9A0AA2FCCC7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132010', N'1', N'0', N'2022-07-06 20:50:17.800', N'2022-07-06 20:50:17.800', N'9', N'7823', N'0', N'2001', N'243', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7823', N'2303') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6231331D-196C-405B-878D-8E9A3149897C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-06 20:50:24.290', N'2022-07-06 20:50:24.290', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BF4A6AF-9943-45C1-A0E9-56B318E75F0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-06 20:50:25.310', N'2022-07-06 20:50:25.310', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9E839FD-2205-4C8F-8DC1-61448F950B37', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-06 20:50:27.140', N'2022-07-06 20:50:27.140', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F471754-5F0D-4871-861C-E03AB05A337B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092011', N'1', N'0', N'2022-07-06 20:50:50.260', N'2022-07-06 20:50:50.260', N'9', N'6615', N'0', N'2001', N'305', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6615', N'2263') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D529CCD4-EDC5-4AFD-AB43-0623FA109565', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 20:50:52.073', N'2022-07-06 20:50:52.073', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01288299-0FED-440A-A663-C7FE6C876325', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11081008', N'1', N'0', N'2022-07-06 20:50:54.310', N'2022-07-06 20:50:54.310', N'9', N'6535', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6535', N'2613') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5E58B43-601F-4C45-9E5A-0F1DA3DF90B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'2', N'0', N'2022-07-06 20:50:55.953', N'2022-07-06 20:50:55.953', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A77F105C-EF3E-4A01-9F55-F0D2A740E933', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 20:51:17.050', N'2022-07-06 20:51:17.050', N'9', N'0', N'0', N'1003', N'63', N'0', N'0', N'0', N'0', N'11011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F374041-66FC-428B-8815-BFC19ABDDA05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012011', N'1', N'0', N'2022-07-06 20:51:21.713', N'2022-07-06 20:51:21.713', N'9', N'5350', N'0', N'2004', N'42', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'7', N'5350', N'1970') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C63621D8-B22E-47A1-9C3F-41DA7D362BC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-06 20:51:24.147', N'2022-07-06 20:51:24.147', N'9', N'4205', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'4', N'4', N'4205', N'1193') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF595360-F269-4A9A-80EF-61D2F4757748', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:51:25.367', N'2022-07-06 20:51:25.367', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CDFD21D-D8B2-4F32-935B-1BFB114F428C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032010', N'1', N'0', N'2022-07-06 20:51:35.707', N'2022-07-06 20:51:35.707', N'9', N'4050', N'0', N'2003', N'45', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'4050', N'2167') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C7FB7A6-EEBE-43D8-BCC7-D3730E42E00A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:52:03.317', N'2022-07-06 20:52:03.317', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6485E1DA-B9A1-4E45-9874-C63C39C1254F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011013', N'1', N'0', N'2022-07-06 20:52:17.757', N'2022-07-06 20:52:17.757', N'9', N'4695', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'4695', N'1820') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C030DB1-C441-460C-999E-21B55CABD39F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152011', N'1', N'0', N'2022-07-06 20:52:17.797', N'2022-07-06 20:52:17.797', N'9', N'6700', N'0', N'1010', N'165', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'6700', N'2420') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B65C998-ABF7-43FD-9FB4-41CCFE272D5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092011', N'1', N'0', N'2022-07-06 20:52:18.850', N'2022-07-06 20:52:18.850', N'9', N'7799', N'0', N'1010', N'110', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7799', N'2662') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8BC6379-E899-449E-A2BD-7F290B8435C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 20:52:19.220', N'2022-07-06 20:52:19.220', N'9', N'0', N'0', N'1002', N'77', N'0', N'0', N'0', N'0', N'11002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58B75947-7FC0-4EEF-879A-F73284FC011F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041013', N'1', N'0', N'2022-07-06 20:52:21.463', N'2022-07-06 20:52:21.463', N'9', N'5109', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5109', N'1573') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A33D7500-4C83-47A1-9CEF-DE4902CCF35F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062008', N'1', N'0', N'2022-07-06 20:52:22.483', N'2022-07-06 20:52:22.483', N'9', N'7717', N'0', N'2002', N'237', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7717', N'2614') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD0F4651-BDC5-4841-9380-0481E2FC3BEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041011', N'1', N'0', N'2022-07-06 20:52:24.933', N'2022-07-06 20:52:24.933', N'9', N'3668', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3668', N'821') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A38FEC93-F2C3-4927-8E8B-C9512EACD0E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041011', N'1', N'0', N'2022-07-06 20:52:38.957', N'2022-07-06 20:52:38.957', N'9', N'3634', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3634', N'1019') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9EDCBA85-877A-4EF0-A40E-A038D3145CA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41624', N'2', N'0', N'2022-07-06 20:54:18.890', N'2022-07-06 20:54:18.890', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6CC50E4-46E8-486E-AE1B-6ADD727F2298', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-06 20:54:58.207', N'2022-07-06 20:54:58.207', N'9', N'3747', N'0', N'2009', N'4', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'7', N'3747', N'767') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAB28F36-C425-4C4F-8167-7765BF7617A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011011', N'1', N'0', N'2022-07-06 20:54:58.733', N'2022-07-06 20:54:58.733', N'9', N'4246', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4246', N'777') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5703110A-6E1A-4731-B511-19CD137D00EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-06 20:54:59.750', N'2022-07-06 20:54:59.750', N'9', N'4097', N'0', N'2002', N'137', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4097', N'888') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'742CCD05-406C-4AB4-9A6D-6C6D8AA8DBE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022010', N'1', N'0', N'2022-07-06 20:55:00.767', N'2022-07-06 20:55:00.767', N'9', N'4203', N'0', N'2002', N'129', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'2', N'2', N'4203', N'921') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'150B981E-1C59-4F75-B60E-C1A1D5A916D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012011', N'1', N'0', N'2022-07-06 20:55:01.487', N'2022-07-06 20:55:01.487', N'9', N'5309', N'0', N'2002', N'183', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'5309', N'1620') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB52F2C4-8CE1-40FA-8C75-26C2014C9C42', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012010', N'1', N'0', N'2022-07-06 20:55:02.190', N'2022-07-06 20:55:02.190', N'9', N'3154', N'0', N'2032', N'3', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3154', N'736') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'943C20D4-92C9-445B-9446-2D5F9C8767C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012010', N'1', N'0', N'2022-07-06 20:55:02.593', N'2022-07-06 20:55:02.593', N'9', N'3154', N'0', N'2032', N'3', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3154', N'736') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12861D01-214C-4A1E-A5D2-27924B4A081E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091012', N'1', N'0', N'2022-07-06 20:55:10.940', N'2022-07-06 20:55:10.940', N'9', N'9008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'9008', N'2034') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71E86461-8C84-4528-84DD-471E159FD81E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:55:20.237', N'2022-07-06 20:55:20.237', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'18', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C90D51B5-CF77-4274-AC6F-C014469711A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13012011', N'1', N'0', N'2022-07-06 20:55:25.970', N'2022-07-06 20:55:25.970', N'39', N'3575', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'4', N'5', N'3575', N'948') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27093D6C-F7F6-4068-938C-98A0C4D76C46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11041009', N'1', N'0', N'2022-07-06 20:55:28.120', N'2022-07-06 20:55:28.120', N'39', N'7681', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7681', N'2057') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69B26D60-D0C0-412E-9E65-0890321BE0C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12022010', N'1', N'0', N'2022-07-06 20:55:28.123', N'2022-07-06 20:55:28.123', N'39', N'4674', N'0', N'2004', N'43', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4674', N'1467') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66BC383C-D703-4F0B-A0E5-CA34FF94C83F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062007', N'1', N'0', N'2022-07-06 20:55:28.143', N'2022-07-06 20:55:28.143', N'39', N'6538', N'0', N'2002', N'303', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'4', N'4', N'6538', N'2770') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24FE2BDA-3A28-48E2-8973-A5740E7D81B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16012011', N'1', N'0', N'2022-07-06 20:55:28.147', N'2022-07-06 20:55:28.147', N'39', N'3529', N'0', N'2012', N'4', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3529', N'1370') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FC8E91A-E6C8-4707-BCE9-97597A52CE80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11112011', N'1', N'0', N'2022-07-06 20:55:28.943', N'2022-07-06 20:55:28.943', N'39', N'7679', N'0', N'1010', N'122', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7679', N'2067') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66C7E342-815A-4681-898E-A02A6F480017', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 20:56:48.207', N'2022-07-06 20:56:48.207', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5D509B9-0D25-4D45-B836-C2BD6A895BFD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 20:56:49.523', N'2022-07-06 20:56:49.523', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA280071-014F-4FB2-BD94-F23F97FE278B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-06 20:57:31.733', N'2022-07-06 20:57:31.733', N'9', N'3714', N'0', N'2004', N'25', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'3', N'3', N'5', N'4', N'3714', N'1029') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E2B3EEC-60E6-492A-8C25-4FD2142CD612', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112010', N'1', N'0', N'2022-07-06 20:57:32.357', N'2022-07-06 20:57:32.357', N'9', N'9821', N'0', N'2001', N'313', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'9', N'9', N'9821', N'2138') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE888022-08C2-4AA8-AFEF-CA1471DEC841', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 20:57:33.780', N'2022-07-06 20:57:33.780', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B6FA3F0-2465-4CC5-ACAF-6A7DC6B05E45', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062008', N'1', N'0', N'2022-07-06 20:57:48.413', N'2022-07-06 20:57:48.413', N'9', N'8738', N'0', N'1010', N'142', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'8738', N'2349') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAFD4194-BE12-4721-8137-9D2A9C2C0CEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-06 20:57:49.043', N'2022-07-06 20:57:49.043', N'9', N'3737', N'0', N'2003', N'31', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'5', N'5', N'3737', N'949') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A970FBE-95EC-47B5-B64C-B3C1200E250F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031011', N'1', N'0', N'2022-07-06 20:57:56.533', N'2022-07-06 20:57:56.533', N'9', N'3572', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3572', N'1054') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C75E5DF-E279-45AF-BD83-DEC9C1243711', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032011', N'1', N'0', N'2022-07-06 20:57:58.790', N'2022-07-06 20:57:58.790', N'9', N'7535', N'0', N'2002', N'290', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'7535', N'2187') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'37D4CACE-91B6-4A9E-A256-3EE775CF316C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042011', N'1', N'0', N'2022-07-06 20:57:59.183', N'2022-07-06 20:57:59.183', N'9', N'5135', N'0', N'2031', N'6', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'6', N'6', N'5135', N'2101') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC85959B-0C1E-41CA-9267-651973C03A28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091012', N'1', N'0', N'2022-07-06 20:57:59.607', N'2022-07-06 20:57:59.607', N'9', N'8636', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8636', N'2701') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBE400C0-352C-4006-9471-D2AF4268A2D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011013', N'1', N'0', N'2022-07-06 20:58:07.533', N'2022-07-06 20:58:07.533', N'9', N'4352', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'4352', N'1502') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'820CAB1B-470D-4F1E-8116-7DAF5F2C3517', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-06 20:58:53.460', N'2022-07-06 20:58:53.460', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0E38B8C-BD1E-42A1-9410-E2CCAAA7E268', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'19012006', N'1', N'0', N'2022-07-06 20:58:54.017', N'2022-07-06 20:58:54.017', N'9', N'0', N'0', N'2002', N'210', N'0', N'0', N'0', N'0', N'2021', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'300') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0D5F1BC5-C9B7-4DC8-B2DB-E25E3831F809', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 20:58:55.223', N'2022-07-06 20:58:55.223', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'22', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'475A9214-89AC-4262-ABEC-121A2E1F3AFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 20:59:33.423', N'2022-07-06 20:59:33.423', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'98702BAD-4ED3-453A-ACEE-E2C93A2072C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-06 20:59:40.293', N'2022-07-06 20:59:40.293', N'9', N'3174', N'0', N'2032', N'4', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'2', N'2', N'3174', N'1257') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88428026-2E28-4708-BC7F-1D634C4B12A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031011', N'1', N'0', N'2022-07-06 20:59:41.197', N'2022-07-06 20:59:41.197', N'9', N'3519', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3519', N'964') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'151A8661-EF1A-423D-9209-EB0ACF3319BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-06 20:59:45.443', N'2022-07-06 20:59:45.443', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0B41194-B93C-4C82-8B39-36C377B19382', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-06 21:00:01.150', N'2022-07-06 21:00:01.150', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A1CFCFE-A147-4F96-A68E-75922A1334F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-06 21:00:04.937', N'2022-07-06 21:00:04.937', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'568C4DB3-3A6D-4735-8372-37855A7F25F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-06 21:00:07.563', N'2022-07-06 21:00:07.563', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56ED217D-1D2B-43CE-922C-7949B36B7C5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011011', N'1', N'0', N'2022-07-06 21:00:27.733', N'2022-07-06 21:00:27.733', N'9', N'3068', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3068', N'1508') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F1DB99A6-7C46-431A-93E8-FFCC375C388E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 21:00:33.040', N'2022-07-06 21:00:33.040', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'29', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2D68793-F115-4E14-A11B-2F79AE51C878', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012011', N'1', N'0', N'2022-07-06 21:01:47.120', N'2022-07-06 21:01:47.120', N'9', N'5325', N'0', N'2003', N'64', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'5325', N'1944') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4F1D92B-0749-4B91-8B34-4B6967D29569', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012010', N'1', N'0', N'2022-07-06 21:01:47.307', N'2022-07-06 21:01:47.307', N'9', N'6431', N'0', N'2004', N'40', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'10', N'10', N'6431', N'1433') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'809A1CFD-4F54-4483-8CFD-EB50CBA8FDE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032011', N'1', N'0', N'2022-07-06 21:01:48.887', N'2022-07-06 21:01:48.887', N'9', N'4279', N'0', N'2036', N'7', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4279', N'1969') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'843D90B7-6582-4AD7-8FE1-61A31D165EEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032011', N'1', N'0', N'2022-07-06 21:01:48.903', N'2022-07-06 21:01:48.903', N'9', N'3279', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'2', N'2', N'3279', N'1169') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83CADF4D-9993-4B27-8A4F-B9362C8CD4C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12014007', N'1', N'0', N'2022-07-06 21:02:10.430', N'2022-07-06 21:02:10.430', N'23', N'4080', N'0', N'2032', N'7', N'2004', N'71', N'0', N'0', N'2032', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'4080', N'1659') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92F8A3BE-BE9F-458B-9502-E732AF3DDE26', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11052011', N'1', N'0', N'2022-07-06 21:02:38.843', N'2022-07-06 21:02:38.843', N'39', N'6373', N'0', N'2002', N'227', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'6373', N'2119') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56E24796-9B7E-4955-8808-9D54B6561849', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11032011', N'1', N'0', N'2022-07-06 21:02:38.913', N'2022-07-06 21:02:38.913', N'39', N'6373', N'0', N'2002', N'227', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'9', N'9', N'6373', N'2119') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16159C14-17D4-42DC-B91F-C86B37DD7F58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15041011', N'1', N'0', N'2022-07-06 21:02:39.303', N'2022-07-06 21:02:39.303', N'39', N'4513', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'7', N'8', N'4513', N'895') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'110E37E5-C4B2-4883-B15F-24003C9EBD60', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13011011', N'1', N'0', N'2022-07-06 21:02:39.680', N'2022-07-06 21:02:39.680', N'39', N'4491', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4491', N'633') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BEBF501-7F51-4CB2-80BD-769B3065FC6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 21:02:40.280', N'2022-07-06 21:02:40.280', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'30', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84ACE0F7-A715-405F-B613-3F78D09D0B9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072010', N'1', N'0', N'2022-07-06 21:02:40.630', N'2022-07-06 21:02:40.630', N'39', N'6126', N'0', N'2001', N'248', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'5', N'5', N'6126', N'2041') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'165EE15F-BA70-4F2A-9846-D7EC5E1D2BD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12022011', N'1', N'0', N'2022-07-06 20:54:48.270', N'2022-07-06 20:54:48.270', N'14', N'5349', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'5349', N'1428') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97E014D3-6DC1-44F5-8403-9BFEE3B2E618', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'2', N'0', N'2022-07-06 21:05:16.833', N'2022-07-06 21:05:16.833', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA96D949-1D6C-4E13-AAB5-2C3C3675E4A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62012', N'3', N'0', N'2022-07-06 21:05:17.070', N'2022-07-06 21:05:17.070', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A48963D1-FB8C-4567-8942-B4C30DEB517A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'4', N'0', N'2022-07-06 21:05:22.357', N'2022-07-06 21:05:22.357', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1D9F952-74BA-45BF-B5E9-F07A6C58204B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'6', N'41529', N'56', N'0', N'2022-07-06 21:07:12.290', N'2022-07-06 21:07:12.290', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3CF9765-7481-4D9C-A761-D1E8CB7A0764', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012012', N'1', N'0', N'2022-07-06 21:10:04.200', N'2022-07-06 21:10:04.200', N'9', N'7696', N'0', N'2001', N'268', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'7696', N'2305') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0ECBC1FD-4670-44E6-AE7A-FF7488AD2AC3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 21:10:30.930', N'2022-07-06 21:10:30.930', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6BC71E9-DA50-43B0-AA77-1BD0E361BD77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042010', N'1', N'0', N'2022-07-06 21:11:00.370', N'2022-07-06 21:11:00.370', N'9', N'3139', N'0', N'2002', N'83', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'5', N'4', N'3139', N'1052') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'021C5C6E-AEFD-4A58-B1C5-861158279D07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042010', N'1', N'0', N'2022-07-06 21:11:00.557', N'2022-07-06 21:11:00.557', N'9', N'3139', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3139', N'1052') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43640B82-9691-42B1-B307-89ED64FF697F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11111012', N'1', N'0', N'2022-07-06 21:11:07.860', N'2022-07-06 21:11:07.860', N'9', N'6120', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6120', N'2469') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5243C048-B3D3-4005-96F1-F3299A86F9F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011012', N'1', N'0', N'2022-07-06 21:11:17.910', N'2022-07-06 21:11:17.910', N'9', N'6163', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'6163', N'2373') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFD45A68-D97D-4456-9575-3091DBB04EC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032011', N'1', N'0', N'2022-07-06 21:12:14.793', N'2022-07-06 21:12:14.793', N'9', N'3610', N'0', N'2003', N'37', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3610', N'1136') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A543414-47D9-4CA3-9A39-D4E3E75BF45E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012012', N'1', N'0', N'2022-07-06 21:12:15.240', N'2022-07-06 21:12:15.240', N'9', N'6472', N'0', N'2002', N'380', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'10', N'9', N'6472', N'2557') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC4DC4A8-D066-4AE6-A281-54954F56203F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 21:12:23.843', N'2022-07-06 21:12:23.843', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC7F001B-07DF-4806-ABE0-7C152B1CF1E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051012', N'1', N'0', N'2022-07-06 21:12:27.677', N'2022-07-06 21:12:27.677', N'9', N'7468', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7468', N'2230') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BCD803B-CFC1-4B9B-9A53-D11DAB98141F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-06 21:12:40.530', N'2022-07-06 21:12:40.530', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A39E1DD-1811-4692-9D6D-18802CA646B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031012', N'1', N'0', N'2022-07-06 21:12:45.543', N'2022-07-06 21:12:45.543', N'9', N'9347', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'9347', N'2358') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7E26D95A-2B59-4C16-8162-225CFEF8674E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072011', N'1', N'0', N'2022-07-06 21:14:15.437', N'2022-07-06 21:14:15.437', N'9', N'7490', N'0', N'2002', N'320', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'7490', N'2050') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A48FA476-AB63-472A-AD1D-DDBA32EEE64F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022012', N'1', N'0', N'2022-07-06 21:14:15.663', N'2022-07-06 21:14:15.663', N'9', N'5489', N'0', N'2012', N'8', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'8', N'9', N'5489', N'1450') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A3F934A-9AF2-4BA5-AAE6-6E7B2B1A754C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11084006', N'1', N'0', N'2022-07-06 21:14:37.243', N'2022-07-06 21:14:37.243', N'23', N'8286', N'0', N'2033', N'42', N'2001', N'330', N'0', N'0', N'2001', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'5', N'6', N'8286', N'2149') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2535F093-8D56-4902-9E75-E6D5E4054E52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-06 21:15:31.550', N'2022-07-06 21:15:31.550', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05E1A6F6-07F6-426F-A21C-B7F95E48F607', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'4', N'0', N'2022-07-06 21:20:20.973', N'2022-07-06 21:20:20.973', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66D2F623-4B47-4AE6-B805-64E303CA0F8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'10', N'0', N'2022-07-06 21:20:22.200', N'2022-07-06 21:20:22.200', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'395B654F-C854-4A5A-B5C5-488807795E81', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 21:20:24.813', N'2022-07-06 21:20:24.813', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68B2B4A1-6559-4C97-917F-B5721B63DCC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042009', N'1', N'0', N'2022-07-06 21:20:25.283', N'2022-07-06 21:20:25.283', N'39', N'7696', N'0', N'2001', N'268', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'7696', N'2305') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0155099A-A98A-481C-B91F-5E97E4CDE002', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11131012', N'1', N'0', N'2022-07-06 21:20:26.113', N'2022-07-06 21:20:26.113', N'39', N'6366', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'6366', N'2861') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E533259E-0BE3-45C1-BBB4-B4A571EEEC1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031012', N'1', N'0', N'2022-07-06 21:20:26.390', N'2022-07-06 21:20:26.390', N'39', N'6001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6001', N'2562') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B53DD2D-86CC-4402-A07E-F898AE5DF905', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12031013', N'1', N'0', N'2022-07-06 21:20:26.837', N'2022-07-06 21:20:26.837', N'39', N'4180', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4180', N'1460') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F2C8987-2ADA-410B-852A-FF225F2EC0B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11081008', N'1', N'0', N'2022-07-06 21:20:27.217', N'2022-07-06 21:20:27.217', N'39', N'6185', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'6185', N'2060') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F026A372-F8F5-42FC-9AAD-41035B889E87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'21', N'0', N'2022-07-06 21:20:29.137', N'2022-07-06 21:20:29.137', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A64B1BC-3841-4D5A-AEE1-BE8A5A17F513', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-06 21:42:52.427', N'2022-07-06 21:42:52.427', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18264330-90A9-4856-914C-D1E4F7C3AE1B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41817', N'6', N'0', N'2022-07-06 21:43:43.317', N'2022-07-06 21:43:43.317', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B1F7EFA-F47B-4DFB-8A10-0300C98EF403', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-06 21:43:43.880', N'2022-07-06 21:43:43.880', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B88022F5-63D8-483C-B502-289B63F66116', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'1', N'0', N'2022-07-06 21:44:25.693', N'2022-07-06 21:44:25.693', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8383A984-ED97-4F0F-A2C4-1CFB678B177F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 21:44:28.287', N'2022-07-06 21:44:28.287', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B6F815B-A5D6-44B9-953E-2E76F6B6AD40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-06 21:44:31.687', N'2022-07-06 21:44:31.687', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'148685EE-2C2B-4866-BA1B-E8359109668A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-06 21:45:00.717', N'2022-07-06 21:45:00.717', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40AA2917-A5C4-4934-8058-47E6B0B986F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 21:45:01.963', N'2022-07-06 21:45:01.963', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB365BF2-4FFE-47B1-A1D0-47BA8A634CEB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 21:45:06.387', N'2022-07-06 21:45:06.387', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60E8F40B-DE57-4BCF-B12D-C3FF0BEACC07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 21:45:34.730', N'2022-07-06 21:45:34.730', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FF38FE7-3793-434C-8B09-20FFA098FDDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11111012', N'1', N'0', N'2022-07-06 21:45:36.500', N'2022-07-06 21:45:36.500', N'9', N'8791', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'8791', N'2723') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6221BEC7-8ABE-43B1-84DC-9502098D6BC2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-06 21:45:39.117', N'2022-07-06 21:45:39.117', N'9', N'5349', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'5349', N'1568') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0473301F-B709-4929-A175-78E5D9F0EA10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-06 21:45:45.833', N'2022-07-06 21:45:45.833', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'261CD0F6-565F-4581-998D-B7F9EAFF9C28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'2', N'0', N'2022-07-06 21:46:01.933', N'2022-07-06 21:46:01.933', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AE23363-DFE2-4BE4-8463-6CF134A37121', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 21:46:11.817', N'2022-07-06 21:46:11.817', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78548608-1984-46D5-AD9D-C39B185F4D8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'2', N'0', N'2022-07-06 21:46:16.073', N'2022-07-06 21:46:16.073', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89101D8C-A3D9-40BA-8AE3-37C8E1D0CBE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-06 21:46:32.630', N'2022-07-06 21:46:32.630', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A62FCFF4-CBEF-4A97-86B9-B836841F1580', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-06 21:46:48.150', N'2022-07-06 21:46:48.150', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C75D0171-A983-4EA3-8A48-B0F5026B7160', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012012', N'1', N'0', N'2022-07-06 21:46:56.720', N'2022-07-06 21:46:56.720', N'9', N'4131', N'0', N'2004', N'72', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4131', N'2287') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADA54F09-1B31-4375-ABA1-C568DBA864D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062009', N'1', N'0', N'2022-07-06 21:46:57.127', N'2022-07-06 21:46:57.127', N'9', N'7995', N'0', N'1010', N'133', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'5', N'4', N'7995', N'2519') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0975599-B27A-4CB2-9B5E-CBFEDD325DCB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-06 21:46:58.570', N'2022-07-06 21:46:58.570', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'571A5259-4028-4515-A066-438786B91A90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41520', N'1', N'0', N'2022-07-06 21:47:20.743', N'2022-07-06 21:47:20.743', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78053DDB-A613-441F-A94A-EBE9DC2D0536', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41521', N'1', N'0', N'2022-07-06 21:47:24.597', N'2022-07-06 21:47:24.597', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC8DFE7E-2054-4C86-87AE-A33F979D31B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41522', N'1', N'0', N'2022-07-06 21:47:25.417', N'2022-07-06 21:47:25.417', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A97C9CA1-8DD9-4D84-BEB2-81D1DB3E0D1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-06 21:47:37.670', N'2022-07-06 21:47:37.670', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DACD4DDF-89A0-48FA-8E6C-8FC0065D6A7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-06 21:47:38.243', N'2022-07-06 21:47:38.243', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'408B14F2-2AF8-4673-BEDB-99AF360D277A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50518', N'1', N'0', N'2022-07-06 21:47:48.613', N'2022-07-06 21:47:48.613', N'9', N'0', N'0', N'1001', N'74', N'0', N'0', N'0', N'0', N'11001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDEDA46F-3729-463D-8067-6DA89F12C770', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032011', N'1', N'0', N'2022-07-06 21:48:13.507', N'2022-07-06 21:48:13.507', N'9', N'5420', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5420', N'2131') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD6C9F58-378D-448A-96B2-5E506A4C7F5D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032010', N'1', N'0', N'2022-07-06 21:48:13.743', N'2022-07-06 21:48:13.743', N'9', N'4420', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'3', N'2', N'4420', N'1331') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'738F296E-8D5F-48EB-95E7-61B3EB27287A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-06 21:48:14.190', N'2022-07-06 21:48:14.190', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6EC75C62-2F95-4D1C-B65B-06D88D9BB09D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-06 21:48:24.357', N'2022-07-06 21:48:24.357', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C028B9D8-7902-4FA9-8348-5BB64B23F27B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-06 21:48:51.007', N'2022-07-06 21:48:51.007', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FB5E782-F838-498A-8F45-9E11697C9A31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-06 21:48:51.047', N'2022-07-06 21:48:51.047', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD596894-FB36-425E-AC87-ACBF510FA648', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012011', N'1', N'0', N'2022-07-06 21:48:51.127', N'2022-07-06 21:48:51.127', N'39', N'6543', N'0', N'2001', N'274', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'6543', N'2668') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1D059118-ED40-4683-84A9-CB2018FD61BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012011', N'1', N'0', N'2022-07-06 21:48:51.427', N'2022-07-06 21:48:51.427', N'39', N'5647', N'0', N'2001', N'176', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5647', N'1570') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44905A90-C255-4097-9419-4FA07BFB6F12', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072011', N'1', N'0', N'2022-07-06 21:48:52.133', N'2022-07-06 21:48:52.133', N'39', N'7306', N'0', N'2002', N'329', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'15', N'15', N'7306', N'2149') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D618D6E-B3C4-4640-AA6B-7445283E951F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041011', N'1', N'0', N'2022-07-06 21:48:52.430', N'2022-07-06 21:48:52.430', N'39', N'4831', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4831', N'839') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B58B23E-843D-4EC9-B33A-747E435C5BCB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'17', N'50993', N'1', N'0', N'2022-07-06 21:48:53.410', N'2022-07-06 21:48:53.410', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDC6409C-72E5-4980-B454-BE9B5DAC4E69', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 21:48:54.043', N'2022-07-06 21:48:54.043', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'16', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'208E7555-F249-4574-BCC6-B457C7023445', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022011', N'1', N'0', N'2022-07-06 21:48:54.360', N'2022-07-06 21:48:54.360', N'39', N'4900', N'0', N'2012', N'5', N'0', N'0', N'0', N'0', N'2046', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4900', N'1690') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A433458C-93A7-4CB7-B8EC-B53E85C90F16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012011', N'1', N'0', N'2022-07-06 21:48:54.760', N'2022-07-06 21:48:54.760', N'39', N'7445', N'0', N'1010', N'147', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'7445', N'2791') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF746E49-D04A-4A2A-B1F8-B799EC86B5A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042011', N'1', N'0', N'2022-07-06 21:48:55.153', N'2022-07-06 21:48:55.153', N'39', N'4607', N'0', N'2031', N'6', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4607', N'931') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9A2907F-1BA3-4E20-9E66-DAC009C210E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031012', N'1', N'0', N'2022-07-06 21:48:55.983', N'2022-07-06 21:48:55.983', N'39', N'3278', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3278', N'654') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'606B4FBE-F3DF-4B9B-9F04-EAF3D9B1F559', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'2', N'0', N'2022-07-06 21:56:06.630', N'2022-07-06 21:56:06.630', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6EA09BC-D851-468A-AC60-7071ABFDD38E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14022011', N'1', N'0', N'2022-07-06 21:56:23.673', N'2022-07-06 21:56:23.673', N'39', N'5317', N'0', N'2011', N'5', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'3', N'3', N'7', N'7', N'5317', N'1585') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA9DE151-9A3C-4719-989D-E36100E29545', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'1', N'0', N'2022-07-06 21:56:24.450', N'2022-07-06 21:56:24.450', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B7755EA-F0D0-4CD0-BEAD-E4EAEDB90B06', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41523', N'5', N'0', N'2022-07-06 21:59:26.623', N'2022-07-06 21:59:26.623', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46F8FB09-71D6-425C-A4BC-DFA83965BA3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41525', N'2', N'0', N'2022-07-06 21:59:57.330', N'2022-07-06 21:59:57.330', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A33D3A49-CD3B-42EB-8EA2-0B64CDBB238C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41524', N'4', N'0', N'2022-07-06 22:00:51.313', N'2022-07-06 22:00:51.313', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'973683CD-20A1-496A-9183-20DA939CA504', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-06 22:03:19.910', N'2022-07-06 22:03:19.910', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'502DC201-5960-4AA8-BC75-78F65A2C3632', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042008', N'1', N'0', N'2022-07-06 22:03:20.400', N'2022-07-06 22:03:20.400', N'9', N'7829', N'0', N'2001', N'259', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7829', N'2266') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E16CC584-DBA0-416F-ADBA-CD2F3782C195', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011012', N'1', N'0', N'2022-07-06 22:03:28.680', N'2022-07-06 22:03:28.680', N'9', N'3408', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3408', N'769') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'179A17DA-62BA-4711-9DEC-3198C769E4B8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021011', N'1', N'0', N'2022-07-06 22:03:41.730', N'2022-07-06 22:03:41.730', N'9', N'3765', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3765', N'729') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'554E96FC-2FAB-4187-A244-549A4B4483DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012011', N'1', N'0', N'2022-07-06 22:04:59.197', N'2022-07-06 22:04:59.197', N'9', N'7052', N'0', N'2001', N'248', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7052', N'2776') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0B31F34-A30E-4D66-A170-F6DEA5757FD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082008', N'1', N'0', N'2022-07-06 22:04:59.257', N'2022-07-06 22:04:59.257', N'9', N'7912', N'0', N'1010', N'137', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'7912', N'2277') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F8A24E0-E672-45D5-9601-181D6B3CB66D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062009', N'1', N'0', N'2022-07-06 22:04:59.377', N'2022-07-06 22:04:59.377', N'9', N'7912', N'0', N'1010', N'157', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'8', N'9', N'7912', N'2277') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2119F111-DAFA-402A-A669-7976278B0150', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012011', N'1', N'0', N'2022-07-06 22:05:00.043', N'2022-07-06 22:05:00.043', N'9', N'7912', N'0', N'1010', N'137', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'3', N'3', N'8', N'9', N'7912', N'2277') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83349AAB-887F-41B2-AFEF-2F6FF1AA747A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'17', N'0', N'2022-07-06 22:14:46.160', N'2022-07-06 22:14:46.160', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14A487C2-7F51-439C-AE33-4C8DE30EC18F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022012', N'1', N'0', N'2022-07-06 22:05:00.837', N'2022-07-06 22:05:00.837', N'9', N'4006', N'0', N'2010', N'8', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4006', N'1589') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36C130B7-B67E-4614-9A06-201F7F7C15D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'59003', N'1', N'0', N'2022-07-06 22:05:02.453', N'2022-07-06 22:05:02.453', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C2021E3C-C1CE-4C82-BCD1-9FF0694481DC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'1', N'0', N'2022-07-06 22:15:39.407', N'2022-07-06 22:15:39.407', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2BB33F59-42F5-4552-B1E9-3D8BA7CB84D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'1', N'0', N'2022-07-06 22:15:39.507', N'2022-07-06 22:15:39.507', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74342389-50BC-486A-BA26-3ADB0248908F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'2', N'0', N'2022-07-06 22:15:40.377', N'2022-07-06 22:15:40.377', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F47555D0-516C-41B4-9D8E-FDA486BAF934', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-06 22:15:41.633', N'2022-07-06 22:15:41.633', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76CB2E3D-1370-402B-9FC4-8376BCB17105', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-06 22:15:41.900', N'2022-07-06 22:15:41.900', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED272227-C9B5-4832-A9B0-0F995E6B6A57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022011', N'1', N'0', N'2022-07-08 01:25:22.537', N'2022-07-08 01:25:22.537', N'39', N'3912', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3912', N'994') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE11A0EA-5473-46AA-B421-E1D7B1F8084E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032012', N'1', N'0', N'2022-07-08 01:25:22.797', N'2022-07-08 01:25:22.797', N'39', N'5067', N'0', N'2031', N'7', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'7', N'9', N'5067', N'1876') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F4E657E-C478-4BFC-B712-8FA5B350C060', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'82000039', N'1', N'0', N'2022-07-07 13:50:10.877', N'2022-07-07 13:50:10.877', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEBA70A1-6A9A-4188-A077-968E99D6F053', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'10', N'82000040', N'1', N'0', N'2022-07-07 13:50:10.920', N'2022-07-07 13:50:10.920', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EAC1F41-C8AC-4879-A5F0-EB763F82F299', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000542', N'1', N'0', N'2022-07-07 13:50:16.440', N'2022-07-07 13:50:16.440', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF0B8409-AD8D-4CEB-AEFD-F884EFC79FF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'9', N'82000040', N'1', N'0', N'2022-07-07 13:50:16.453', N'2022-07-07 13:50:16.453', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D32B7EB-8FC9-4400-B631-54284ADB1912', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000584', N'1', N'0', N'2022-07-07 13:50:37.243', N'2022-07-07 13:50:37.243', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF3528E8-9D6E-489C-A753-A9C59388B0E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000585', N'1', N'0', N'2022-07-07 13:50:37.247', N'2022-07-07 13:50:37.247', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C3344B5-3062-4C33-A73A-14C154F14D93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000586', N'1', N'0', N'2022-07-07 13:50:37.250', N'2022-07-07 13:50:37.250', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C900052A-2599-4C82-8816-60F5E5149D33', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'24', N'80000464', N'1', N'0', N'2022-07-07 13:50:49.397', N'2022-07-07 13:50:49.397', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20EB69A7-9D7A-4753-B63E-45BBDB9EAC8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000585', N'1', N'0', N'2022-07-07 13:50:49.400', N'2022-07-07 13:50:49.400', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23E7C3EB-390A-435C-87E9-7E1007A2F4EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000586', N'1', N'0', N'2022-07-07 13:50:49.407', N'2022-07-07 13:50:49.407', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB15229C-E366-427F-A797-3E6C8A457A9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61126002', N'1', N'0', N'2022-06-18 18:35:46.040', N'2022-06-18 18:35:46.040', N'0', N'0', N'0', N'1018', N'288', N'1006', N'300', N'2002', N'111', N'21005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'901965EB-1030-42AF-874A-06428BC08790', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61126003', N'1', N'0', N'2022-06-18 18:35:46.490', N'2022-06-18 18:35:46.490', N'0', N'0', N'0', N'1015', N'262', N'1005', N'300', N'1006', N'284', N'21008', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F137509-5A29-4998-B4E8-B4541F6F825A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61126004', N'1', N'0', N'2022-06-18 18:35:46.923', N'2022-06-18 18:35:46.923', N'0', N'0', N'0', N'1010', N'270', N'2003', N'19', N'2004', N'17', N'21011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4DF3F51-558C-4999-B2F4-91D4D0C8657B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61126005', N'1', N'0', N'2022-06-18 18:35:47.313', N'2022-06-18 18:35:47.313', N'0', N'0', N'0', N'2002', N'112', N'2004', N'19', N'2003', N'17', N'21015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'571EA30B-2C06-4A01-928F-60719CC32CED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61126006', N'1', N'0', N'2022-06-18 18:35:51.570', N'2022-06-18 18:35:51.570', N'0', N'0', N'0', N'1018', N'288', N'1010', N'294', N'1015', N'260', N'21018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D43E482-D2EF-461F-859E-C0CFF49805EB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000310', N'10', N'0', N'2022-07-07 13:55:50.367', N'2022-07-07 13:55:50.367', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBE56860-934F-4DFA-B8E1-6849AF40147C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000540', N'1', N'0', N'2022-07-07 13:53:43.357', N'2022-07-07 13:53:43.357', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4848161D-45CB-4960-95DC-44BA51206342', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61126001', N'1', N'0', N'2022-06-18 18:35:45.517', N'2022-06-18 18:35:45.517', N'0', N'0', N'0', N'1018', N'288', N'1005', N'300', N'2001', N'111', N'21002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EFE26F8-152C-447C-B26B-C35400356E7E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59003', N'10', N'0', N'2022-07-07 13:55:51.790', N'2022-07-07 13:55:51.790', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9FBCE15-156C-433C-9826-7E64063DBFD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000225', N'1', N'0', N'2022-07-07 13:55:52.870', N'2022-07-07 13:55:52.870', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7AEEC88-92A1-48BF-9D4D-3F5D4A8CF11D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59002', N'10', N'0', N'2022-07-07 13:55:55.180', N'2022-07-07 13:55:55.180', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3D08F62-9C69-4C0E-9003-24FD0D7F0265', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000311', N'10', N'0', N'2022-07-07 13:55:56.280', N'2022-07-07 13:55:56.280', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53587323-9A10-41D4-AC65-6CEC21A309F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59004', N'10', N'0', N'2022-07-07 13:55:57.307', N'2022-07-07 13:55:57.307', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19721307-0D79-4570-A0E0-44773B691D7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'59001', N'10', N'0', N'2022-07-07 13:55:58.653', N'2022-07-07 13:55:58.653', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7F4D7C88-3A1E-41F8-81B8-1091EA764709', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000204', N'5', N'0', N'2022-07-07 13:56:00.110', N'2022-07-07 13:56:00.110', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF2F0523-D72C-4356-BCC3-440B7CE93745', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100035', N'1', N'0', N'2022-07-07 13:57:03.813', N'2022-07-07 13:57:03.813', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDCC0F4D-A936-41EB-933A-F2FEA017850C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100101', N'1', N'0', N'2022-07-07 13:57:24.030', N'2022-07-07 13:57:24.030', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08461EDC-DB46-4F47-87E8-F9FDD98BDD7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100102', N'1', N'0', N'2022-07-07 13:57:26.970', N'2022-07-07 13:57:26.970', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C3DB422-173D-4FEF-A36A-26108D46BE0F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100103', N'1', N'0', N'2022-07-07 13:57:28.493', N'2022-07-07 13:57:28.493', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F07F44F1-F35A-4971-9A84-14304A101D33', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68001', N'9', N'0', N'2022-07-07 14:42:21.897', N'2022-07-07 14:42:21.897', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ABD7882D-3568-4469-8929-A5E09013FE15', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68002', N'3', N'0', N'2022-07-07 14:42:21.973', N'2022-07-07 14:42:21.973', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9E6DBA9-095E-4C35-9822-5BA00CB258E3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'68003', N'1', N'0', N'2022-07-07 14:46:04.960', N'2022-07-07 14:46:04.960', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20FF3979-D104-40C8-802A-4099C3C63E59', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41652', N'6', N'0', N'2022-07-07 14:52:47.537', N'2022-07-07 14:52:47.537', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D467941-D7CE-446A-A91E-0C98CA8D2E55', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41653', N'3', N'0', N'2022-07-07 14:58:55.427', N'2022-07-07 14:58:55.427', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC69F69B-C965-4335-88EE-8BCDDF2FCF1C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41654', N'3', N'0', N'2022-07-07 15:08:54.477', N'2022-07-07 15:08:54.477', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECEB83F3-1910-492C-8ED7-EF5B5C974F6C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41655', N'1', N'0', N'2022-07-07 15:16:15.500', N'2022-07-07 15:16:15.500', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BED1929D-87A6-4DCC-99C0-DE57F3643B46', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'6', N'720046007', N'1', N'0', N'2022-07-07 15:25:04.587', N'2022-07-07 15:25:04.587', N'9', N'4140', N'0', N'2002', N'240', N'1010', N'101', N'1004', N'221', N'2207', N'2', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'1', N'0', N'2', N'3', N'3', N'3', N'4140', N'624') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FD91C5A-4732-49C3-A162-2602B846456A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711042007', N'1', N'0', N'2022-07-07 15:25:06.450', N'2022-07-07 15:25:06.450', N'9', N'8600', N'0', N'1010', N'173', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'8600', N'2237') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'911BD925-F271-40A5-9B58-EC0113724A76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062006', N'1', N'0', N'2022-07-03 13:46:21.380', N'2022-07-03 13:46:21.380', N'9', N'6775', N'0', N'2002', N'247', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'2', N'3', N'6', N'5', N'6775', N'2060') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BC50FE2-A158-495D-BBE5-38CAC2397EEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031009', N'1', N'0', N'2022-07-03 13:47:10.933', N'2022-07-03 13:47:10.933', N'9', N'6386', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6386', N'2315') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6F15069-3748-429B-91A4-93C5CA85380C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012009', N'1', N'0', N'2022-07-03 13:47:59.487', N'2022-07-03 13:47:59.487', N'9', N'8999', N'0', N'2002', N'187', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'2', N'3', N'6', N'4', N'8999', N'2571') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0937167-D35B-4F2D-8520-9583A2CA53AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022006', N'1', N'0', N'2022-07-03 13:48:12.920', N'2022-07-03 13:48:12.920', N'9', N'7854', N'0', N'2001', N'244', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'1', N'3', N'3', N'3', N'7854', N'2467') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DACC9E83-1DED-4AEE-97B2-E317DC1A3AAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022009', N'1', N'0', N'2022-07-03 13:54:30.557', N'2022-07-03 13:54:30.557', N'9', N'4301', N'0', N'2001', N'146', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'3', N'3', N'6', N'7', N'4301', N'1497') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01211FF1-D234-475F-9BFE-AC23787E1EF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:54:41.937', N'2022-07-03 13:54:41.937', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5974A70-BF1A-4AC5-A908-98B190AFF25F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15032008', N'1', N'0', N'2022-07-03 13:55:09.640', N'2022-07-03 13:55:09.640', N'9', N'3367', N'0', N'2003', N'36', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'2', N'3', N'3', N'3', N'3367', N'917') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F6EDB1F-CFC8-4DF6-B73A-51DAC784D15B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:55:12.167', N'2022-07-03 13:55:12.167', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'206CAE3D-7BA4-4901-89B6-B09AEEE119C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60085', N'1', N'0', N'2022-07-03 13:56:05.643', N'2022-07-03 13:56:05.643', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFE6DA26-6A9D-407D-84EA-81347A9E3186', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'1', N'0', N'2022-07-03 13:56:09.963', N'2022-07-03 13:56:09.963', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'895FE6BD-876A-460A-8B54-0E47CD2FD0B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032009', N'1', N'0', N'2022-07-03 13:56:10.137', N'2022-07-03 13:56:10.137', N'9', N'5233', N'0', N'2002', N'159', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'5233', N'2155') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AFF5F2A-C3B3-4FD4-8C54-9228BDBB6737', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042006', N'1', N'0', N'2022-07-03 13:56:17.670', N'2022-07-03 13:56:17.670', N'9', N'7222', N'0', N'2001', N'173', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'6', N'6', N'7222', N'2625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CEF3B06-C6B8-4993-A7FC-468235DF10BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:56:22.940', N'2022-07-03 13:56:22.940', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4AE9023A-93CA-4D75-831B-3B6857DE2D85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20031008', N'1', N'0', N'2022-07-03 13:57:03.600', N'2022-07-03 13:57:03.600', N'9', N'3764', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3764', N'1161') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24461693-AFAF-4A29-BC73-13CB36D0D28B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022009', N'1', N'0', N'2022-07-03 13:57:22.947', N'2022-07-03 13:57:22.947', N'9', N'4749', N'0', N'2002', N'150', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'2', N'3', N'5', N'5', N'4749', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22F3F594-82E0-4088-B0FC-9792426CC28C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60066', N'2', N'0', N'2022-07-03 13:57:25.783', N'2022-07-03 13:57:25.783', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93642412-B490-4DA4-8C97-6CC6549F6B52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60084', N'2', N'0', N'2022-07-03 13:57:26.190', N'2022-07-03 13:57:26.190', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5BF1E1D5-796D-4987-AA19-3806836B5D3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062006', N'1', N'0', N'2022-07-03 13:57:26.587', N'2022-07-03 13:57:26.587', N'9', N'6670', N'0', N'1010', N'145', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6670', N'2166') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2787CD07-A84E-442A-884D-72A663C50527', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 13:57:27.597', N'2022-07-03 13:57:27.597', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61317D12-9554-41B8-BFE4-6E6F33279C16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15011008', N'1', N'0', N'2022-07-03 13:57:31.070', N'2022-07-03 13:57:31.070', N'9', N'4690', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4690', N'1018') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96CBB84A-1F18-4909-AEF9-FA3142A20E8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14011010', N'1', N'0', N'2022-07-03 13:57:51.150', N'2022-07-03 13:57:51.150', N'9', N'4526', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'7', N'4526', N'1781') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28E57AF1-2779-45D4-9794-1B6EAAE45774', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061006', N'1', N'0', N'2022-07-03 13:59:31.717', N'2022-07-03 13:59:31.717', N'9', N'7463', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'7463', N'2237') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71EA5E71-FC84-42B2-A34D-FFD6FF3EA308', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:00:28.267', N'2022-07-03 14:00:28.267', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60E3B5E9-6F1A-4395-B3EE-7DA063C1903C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:00:39.000', N'2022-07-03 14:00:39.000', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D169A232-F0AE-4A73-95ED-52D92C459F86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022008', N'1', N'0', N'2022-07-03 14:00:39.710', N'2022-07-03 14:00:39.710', N'9', N'3306', N'0', N'2004', N'28', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3306', N'740') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46C9EF28-DDA7-4402-9FA6-C8F9F1C90AF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11112009', N'1', N'0', N'2022-07-03 14:00:56.443', N'2022-07-03 14:00:56.443', N'9', N'6591', N'0', N'1010', N'122', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'6591', N'2167') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64DA2DB5-BDDC-46F2-8CBB-AEF03C3DF610', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:01:45.900', N'2022-07-03 14:01:45.900', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'217B74D2-B803-4930-9DAE-EF2E498840B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'8', N'0', N'2022-07-04 22:01:29.470', N'2022-07-04 22:01:29.470', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2522B11-58E6-47F6-84F2-D1956EC1EB65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:02:28.347', N'2022-07-03 14:02:28.347', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'365F7324-B090-4375-A936-D9F016BDDD31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:02:33.423', N'2022-07-03 14:02:33.423', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'187494A2-F1C7-4692-8782-A53102632B0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31031', N'1', N'0', N'2022-07-03 14:04:22.923', N'2022-07-03 14:04:22.923', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99AA81B7-46AB-4044-85EA-754F955DF1B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011008', N'1', N'0', N'2022-07-03 14:07:29.030', N'2022-07-03 14:07:29.030', N'9', N'3989', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3989', N'1021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3845EA7A-9323-4043-941A-43654C8C3183', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'1', N'0', N'2022-07-03 14:08:01.397', N'2022-07-03 14:08:01.397', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7574E1CF-6300-42EA-8839-024EE584E043', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60071', N'1', N'0', N'2022-07-03 14:11:28.963', N'2022-07-03 14:11:28.963', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68C570C8-F892-4EDD-9A79-B41850D7133F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:11:31.050', N'2022-07-03 14:11:31.050', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA14D780-C576-451E-8DC3-5679CC080CA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:11:32.053', N'2022-07-03 14:11:32.053', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CC0F787-444D-4C7C-ACB8-5ED9D103D89D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:14:24.173', N'2022-07-03 14:14:24.173', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0CE79D8-94BD-4ED8-88E6-D3BD48115EEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:14:24.200', N'2022-07-03 14:14:24.200', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF40C6D5-9F62-4875-97F8-6139C4FBB9D5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:15:28.277', N'2022-07-03 14:15:28.277', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'48CCE5E6-0446-49BA-B374-A84711E144D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:15:47.050', N'2022-07-03 14:15:47.050', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CDA3C93-BB8B-46C2-B52C-0FC40BDCAE53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60072', N'1', N'0', N'2022-07-03 14:15:49.500', N'2022-07-03 14:15:49.500', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D59B6D84-C04C-43E8-96AB-7F54AC53A722', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'29', N'41610', N'1', N'0', N'2022-07-03 14:21:34.043', N'2022-07-03 14:21:34.043', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6586B61B-D69E-49D3-B55C-CFC17F142970', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000067', N'1', N'0', N'2022-07-04 22:00:08.917', N'2022-07-04 22:00:08.917', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43C492AE-CA59-4985-B505-6A85AE2C15A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15011008', N'1', N'0', N'2022-07-03 14:22:47.863', N'2022-07-03 14:22:47.863', N'39', N'4548', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4548', N'1056') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'239B9235-AC65-4313-AF94-7F984DFFB5D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'4', N'0', N'2022-07-03 14:36:06.387', N'2022-07-03 14:36:06.387', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4D1A2CE-14F2-4069-9E5D-045692095799', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132009', N'1', N'0', N'2022-07-03 14:38:26.530', N'2022-07-03 14:38:26.530', N'9', N'7643', N'0', N'2002', N'177', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'2', N'3', N'5', N'6', N'7643', N'2161') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3C23D32-5E98-47E1-A284-82C599367B1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41377', N'1', N'0', N'2022-07-03 14:40:23.883', N'2022-07-03 14:40:23.883', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'397443EB-6395-406D-B7DE-073D10C0B17C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-03 14:42:20.043', N'2022-07-03 14:42:20.043', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83995FFD-DB69-4F48-91F4-2376E09E72C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'212045007', N'1', N'0', N'2022-07-03 14:46:37.330', N'2022-07-03 14:46:37.330', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A08BAAE7-C566-4819-92CC-367AE15064F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000328', N'1', N'0', N'2022-07-03 14:48:24.447', N'2022-07-03 14:48:24.447', N'7', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6EE1151E-7485-4120-84D5-9FBD0572BFB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40187', N'1', N'-1', N'2022-07-03 14:49:21.600', N'2022-07-03 14:49:21.600', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E209448-D2DA-4D22-95B1-E8FBED00DECE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'2', N'0', N'2022-07-03 14:51:16.330', N'2022-07-03 14:51:16.330', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C115A9E2-97DF-4776-9619-6600D8F68161', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'6', N'0', N'2022-07-03 14:51:16.367', N'2022-07-03 14:51:16.367', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6369C7F8-3192-4130-8278-2B93C2687806', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'2', N'0', N'2022-07-03 14:51:16.510', N'2022-07-03 14:51:16.510', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'65AA68E3-3467-42F0-B0FC-E9E02297BF7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012006', N'1', N'0', N'2022-07-03 14:51:16.907', N'2022-07-03 14:51:16.907', N'9', N'4496', N'0', N'2001', N'54', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4496', N'965') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A01FF1B-41F7-470D-8988-AA847DF53097', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021004', N'1', N'0', N'2022-07-03 14:51:18.150', N'2022-07-03 14:51:18.150', N'9', N'6457', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'6457', N'2385') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A39D709A-A5B1-42B9-8E2D-1573B9E74BAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152007', N'1', N'0', N'2022-07-03 14:51:18.543', N'2022-07-03 14:51:18.543', N'9', N'6456', N'0', N'2002', N'176', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6456', N'2788') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A7DE354-125B-46EE-840C-01AF8B54D400', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-03 14:51:43.450', N'2022-07-03 14:51:43.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12B7122A-EB24-4E36-AFEA-E7CB2D1CEA04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50992', N'1', N'0', N'2022-07-03 14:51:45.570', N'2022-07-03 14:51:45.570', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D792C03F-B9FD-46FF-BE54-A6D99BDA75DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042004', N'1', N'0', N'2022-07-03 14:51:47.090', N'2022-07-03 14:51:47.090', N'9', N'7132', N'0', N'1010', N'110', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'7132', N'2166') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F06FFA7F-5188-4FFE-B5A3-F54C49B6B49A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50992', N'1', N'0', N'2022-07-03 14:51:47.597', N'2022-07-03 14:51:47.597', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86306549-BAB6-4693-9880-2E8E6D2B8631', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50992', N'1', N'0', N'2022-07-03 14:51:48.213', N'2022-07-03 14:51:48.213', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F56AEDC1-B30C-4866-80A9-0B411086F062', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50992', N'1', N'0', N'2022-07-03 14:52:08.337', N'2022-07-03 14:52:08.337', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79723F2B-10BD-4754-A6E3-ACBE329C7BB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14022007', N'1', N'0', N'2022-07-03 14:52:16.847', N'2022-07-03 14:52:16.847', N'9', N'4006', N'0', N'2003', N'36', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'1', N'3', N'1', N'2', N'4006', N'2186') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F8533F4-0A03-4F3F-8FD3-B293D479F6CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022004', N'1', N'0', N'2022-07-03 14:52:37.007', N'2022-07-03 14:52:37.007', N'9', N'7595', N'0', N'1010', N'105', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7595', N'2542') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F67EA23-CAD5-4ECB-BBC3-E460CEFF56B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14012007', N'1', N'0', N'2022-07-03 14:52:45.353', N'2022-07-03 14:52:45.353', N'9', N'4534', N'0', N'2004', N'36', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'8', N'8', N'4534', N'1747') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB2606AC-CED6-42FC-B7A9-D1355AD6DE72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50992', N'1', N'0', N'2022-07-03 14:52:59.137', N'2022-07-03 14:52:59.137', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E24FF1B7-49C3-4AA3-92D8-9426B25D34A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14042007', N'1', N'0', N'2022-07-03 14:53:01.160', N'2022-07-03 14:53:01.160', N'9', N'5454', N'0', N'2003', N'29', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'6', N'6', N'5454', N'1671') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F8D5F27-DC07-410E-8167-CE4B9E7F039A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50992', N'1', N'0', N'2022-07-03 14:54:13.017', N'2022-07-03 14:54:13.017', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26913899-9A66-4F4E-9B76-034C4C23DE8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042006', N'1', N'0', N'2022-07-03 14:54:13.800', N'2022-07-03 14:54:13.800', N'9', N'4718', N'0', N'2003', N'19', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'3', N'3', N'4', N'4', N'4718', N'932') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2059C55F-9F86-4DF4-85B2-71123C20D87C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'3', N'0', N'2022-07-03 14:54:16.870', N'2022-07-03 14:54:16.870', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FFE461F-F802-4629-B94B-0574BBA278DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16011007', N'1', N'0', N'2022-07-03 14:54:57.323', N'2022-07-03 14:54:57.323', N'9', N'3312', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'6', N'6', N'3312', N'811') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72592987-E240-4176-973E-A6B965D9CC49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13041007', N'1', N'0', N'2022-07-03 14:55:14.327', N'2022-07-03 14:55:14.327', N'9', N'4332', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4332', N'1053') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43EEED3C-F170-4819-B683-51682B8DD49F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50992', N'1', N'0', N'2022-07-03 14:55:54.923', N'2022-07-03 14:55:54.923', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'527E66F8-9662-4DAA-A915-BF7620F30BB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022004', N'1', N'0', N'2022-07-03 14:56:00.543', N'2022-07-03 14:56:00.543', N'9', N'9884', N'0', N'1010', N'109', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'9884', N'2258') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAD21B3D-1E2D-4352-B438-32D3740D3BA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042006', N'1', N'0', N'2022-07-03 14:58:03.870', N'2022-07-03 14:58:03.870', N'9', N'4218', N'0', N'2002', N'69', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4218', N'1317') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'299A6220-46EA-4E0C-85B3-48628A24CFC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15042006', N'1', N'0', N'2022-07-03 14:58:17.210', N'2022-07-03 14:58:17.210', N'9', N'3927', N'0', N'2001', N'62', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'3', N'3', N'3927', N'911') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52CB17A5-1902-4ACC-8F29-76FD97E16592', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13024004', N'1', N'0', N'2022-07-03 14:58:36.870', N'2022-07-03 14:58:36.870', N'23', N'3912', N'0', N'2004', N'19', N'1001', N'139', N'0', N'0', N'1002', N'5', N'0', N'3', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'1', N'0', N'2', N'3', N'3', N'3', N'3912', N'964') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01BC39BF-2ED6-4D7A-B4D6-DDC693A746CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'612045102', N'1', N'0', N'2022-07-03 15:00:14.943', N'2022-07-03 15:00:14.943', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59D19814-D376-47A4-8C63-DF77A1084193', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'614045102', N'1', N'0', N'2022-07-03 15:00:14.970', N'2022-07-03 15:00:14.970', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'576C8298-5F59-4B57-8A7A-EC339833FA9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000220', N'5', N'0', N'2022-07-03 15:03:14.440', N'2022-07-03 15:03:14.440', N'7', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E948C537-E555-4BC0-929D-C6A6DDCB15D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20041009', N'1', N'0', N'2022-07-03 15:03:27.273', N'2022-07-03 15:03:27.273', N'39', N'3069', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3069', N'1182') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'167E8866-C2F2-4F56-A2D4-8F26A41A1038', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041005', N'1', N'0', N'2022-06-22 20:02:56.920', N'2022-06-22 20:02:56.920', N'39', N'3344', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3344', N'1164') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BCC73A7B-660D-4084-B4F3-21E8C1D8675A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022005', N'1', N'0', N'2022-06-22 20:51:02.263', N'2022-06-22 20:51:02.263', N'9', N'4721', N'0', N'2003', N'15', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4721', N'1003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE7EF32F-7380-44C5-BB9B-EF936826602F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022005', N'1', N'0', N'2022-06-22 20:51:52.850', N'2022-06-22 20:51:52.850', N'9', N'3175', N'0', N'2004', N'19', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3175', N'1370') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63EF9867-04C7-447D-9197-53BDE8A41804', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031006', N'1', N'0', N'2022-06-22 20:52:35.537', N'2022-06-22 20:52:35.537', N'39', N'3075', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3075', N'1283') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E202ABFA-05DD-447E-9BA8-B92C3E036E77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021007', N'1', N'0', N'2022-06-22 20:52:36.223', N'2022-06-22 20:52:36.223', N'39', N'4253', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4253', N'1586') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'087A6639-BC73-4B05-A0C7-AD203F2BC6CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022003', N'1', N'0', N'2022-06-22 20:52:36.250', N'2022-06-22 20:52:36.250', N'39', N'6991', N'0', N'2002', N'150', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6991', N'2180') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA48CA55-3948-4A7E-9126-29FDE168708E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042005', N'1', N'0', N'2022-06-22 18:51:26.213', N'2022-06-22 18:51:26.213', N'9', N'5343', N'0', N'2001', N'62', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'5343', N'1817') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'320CAED2-D951-44E1-87FE-38B9D9CF781B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042005', N'1', N'0', N'2022-06-22 20:02:56.887', N'2022-06-22 20:02:56.887', N'39', N'3584', N'0', N'2003', N'14', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3857', N'1279') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2ABC448-B7FC-4796-99C4-E34FC129934F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31012', N'1', N'0', N'2022-06-22 20:53:58.850', N'2022-06-22 20:53:58.850', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3552BB45-FE41-420F-9A5A-DBB6B587FB57', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37004', N'3', N'0', N'2022-06-22 20:54:22.973', N'2022-06-22 20:54:22.973', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'06711B11-8541-446C-802C-3CDFC0C74C1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40076', N'38', N'0', N'2022-06-22 21:03:57.607', N'2022-06-22 21:03:57.607', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76D3A0D6-52EA-4228-AB3B-B1CC52E01E8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092006', N'1', N'0', N'2022-06-22 21:05:50.590', N'2022-06-22 21:05:50.590', N'9', N'7392', N'0', N'2001', N'147', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7392', N'2494') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1637870D-95D2-4301-89AC-2F1D83B80F59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62002', N'1', N'0', N'2022-06-22 21:06:10.377', N'2022-06-22 21:06:10.377', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF2602B5-8C8D-41E7-872D-E1A840FEF27D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021006', N'1', N'0', N'2022-06-22 21:06:37.327', N'2022-06-22 21:06:37.327', N'9', N'4046', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4046', N'605') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44B7F6C9-190B-4E52-BFCA-E55C8DCB34B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022003', N'1', N'0', N'2022-06-22 21:07:07.430', N'2022-06-22 21:07:07.430', N'9', N'8683', N'0', N'1010', N'94', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'8683', N'2407') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'519037F0-422C-4D49-BB83-64501AD5D079', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41347', N'4', N'0', N'2022-06-22 21:08:56.967', N'2022-06-22 21:08:56.967', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE68C3B6-765B-428F-BD23-52A667E599A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41346', N'4', N'0', N'2022-06-22 21:08:57.027', N'2022-06-22 21:08:57.027', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF1DBFD9-5FDE-41BC-B644-80D5E4405CCF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40090', N'5', N'0', N'2022-06-22 21:08:57.030', N'2022-06-22 21:08:57.030', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF67E4C9-396B-492C-990E-CA336B7FF3E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61001', N'1', N'0', N'2022-06-22 21:09:25.853', N'2022-06-22 21:09:25.853', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDC6186E-220F-42BF-A24F-33E57B1049CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022003', N'1', N'0', N'2022-06-22 21:10:09.027', N'2022-06-22 21:10:09.027', N'9', N'6068', N'0', N'1010', N'93', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'3', N'3', N'8', N'9', N'6068', N'2441') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'992D06C6-FB44-41F9-8E3A-DCB14BE5869A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072006', N'1', N'0', N'2022-06-22 21:10:49.270', N'2022-06-22 21:10:49.270', N'9', N'7740', N'0', N'2001', N'139', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7740', N'2175') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB196617-D5DA-4E3F-97E7-9EEF82AA4ED9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031005', N'1', N'0', N'2022-06-22 21:11:18.507', N'2022-06-22 21:11:18.507', N'9', N'4371', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4371', N'769') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F2B96E2E-2ED6-4A35-9477-CB24718F03D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011005', N'1', N'0', N'2022-06-22 21:11:23.080', N'2022-06-22 21:11:23.080', N'9', N'3891', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3891', N'1233') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBE4115B-EBB5-40E1-ACF6-B2B7C72793F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012006', N'1', N'0', N'2022-06-22 21:11:47.580', N'2022-06-22 21:11:47.580', N'9', N'4141', N'0', N'2001', N'95', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'4141', N'2276') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A60642BD-46F2-4EE4-AAEE-2CCB0BEE213A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021003', N'1', N'0', N'2022-06-22 21:11:48.377', N'2022-06-22 21:11:48.377', N'9', N'7002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7002', N'2179') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4885BC68-4B63-44AA-9EBB-A70E477E6FA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14011007', N'1', N'0', N'2022-06-22 21:12:01.660', N'2022-06-22 21:12:01.660', N'9', N'4353', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4353', N'2066') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F6C373A-EDA7-43B8-9A6B-F5FF81EA096B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012005', N'1', N'0', N'2022-06-22 21:12:03.767', N'2022-06-22 21:12:03.767', N'9', N'3065', N'0', N'2003', N'15', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3065', N'1281') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC5E3896-00BF-456B-95E2-8E25CAC98C7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032005', N'1', N'0', N'2022-06-22 21:12:38.677', N'2022-06-22 21:12:38.677', N'9', N'3719', N'0', N'2002', N'39', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3719', N'936') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9027B6B-3296-41F0-A75A-3ADAF42A00A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042005', N'1', N'0', N'2022-06-22 21:13:38.213', N'2022-06-22 21:13:38.213', N'9', N'3977', N'0', N'2004', N'19', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'2', N'3', N'2', N'3', N'3977', N'942') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63E38D49-6C2C-4B4C-AB0A-41CD76FD3A5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041006', N'1', N'0', N'2022-06-22 21:14:27.373', N'2022-06-22 21:14:27.373', N'39', N'3291', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3291', N'1327') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61D8AAE9-D63A-45DF-B1B4-B213908520A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032006', N'1', N'0', N'2022-06-22 21:14:27.593', N'2022-06-22 21:14:27.593', N'39', N'4230', N'0', N'2003', N'32', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4230', N'2137') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'35EB109C-77E1-4238-A8EA-862239A6D55F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11081003', N'1', N'0', N'2022-06-22 21:31:11.367', N'2022-06-22 21:31:11.367', N'9', N'6268', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'6268', N'2220') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ECFD479C-6765-49AA-A689-86E38E888C1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15044003', N'1', N'0', N'2022-06-22 19:43:56.623', N'2022-06-22 19:43:56.623', N'23', N'3324', N'0', N'2001', N'56', N'1001', N'119', N'0', N'0', N'1003', N'5', N'1', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'3', N'3', N'5', N'5', N'3324', N'850') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'753B4685-2CD7-4F64-8C01-B28957D8D33E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12021008', N'1', N'0', N'2022-06-22 21:31:34.417', N'2022-06-22 21:31:34.417', N'9', N'4017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4017', N'1541') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2F740116-2A03-4154-83F8-AA276AFE69C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'1', N'0', N'2022-06-22 21:23:00.130', N'2022-06-22 21:23:00.130', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B066AED5-10EB-4A7C-A82F-8DCB0BDE79D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13022006', N'1', N'0', N'2022-06-22 21:34:18.280', N'2022-06-22 21:34:18.280', N'9', N'3371', N'0', N'2004', N'14', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3371', N'1153') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DB03EAE-83C3-49EA-9D53-77982D9D3A8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072006', N'1', N'0', N'2022-06-22 21:35:49.417', N'2022-06-22 21:35:49.417', N'9', N'6636', N'0', N'2001', N'119', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'4', N'3', N'13', N'13', N'6636', N'2235') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC817E94-A47D-49F4-9A75-47FFD5C914C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12012007', N'1', N'0', N'2022-06-22 21:36:15.790', N'2022-06-22 21:36:15.790', N'23', N'5490', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'7', N'8', N'5490', N'1790') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'812A2D4F-E0A7-49FE-AEDF-4A9D09CCFC4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31022', N'1', N'0', N'2022-06-22 21:37:10.780', N'2022-06-22 21:37:10.780', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6801B3B5-BF04-44F2-AD46-79EBC820C6CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000003', N'1', N'0', N'2022-06-22 21:37:20.320', N'2022-06-22 21:37:20.320', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2457F93C-9081-451C-80A1-1036BDCE6BEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'40112', N'3', N'0', N'2022-06-22 21:37:32.493', N'2022-06-22 21:37:32.493', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FD3FC40-D1E2-498E-BB1D-4E7C54FAFD6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'78163', N'1', N'0', N'2022-06-22 21:38:06.720', N'2022-06-22 21:38:06.720', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC5B48C8-7757-4FAD-AFBB-323D0133AD36', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'76138', N'1', N'0', N'2022-06-22 21:39:55.650', N'2022-06-22 21:39:55.650', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8BD0522-0E36-4E3C-978B-7E9417F803DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60056', N'2', N'0', N'2022-06-22 22:29:11.963', N'2022-06-22 22:29:11.963', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'843A9FA8-F59B-41F6-9154-7C967EFD375D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'2', N'0', N'2022-06-22 22:29:57.530', N'2022-06-22 22:29:57.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89BD5F10-B0E5-4971-B0F9-FCD5B243609E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133002', N'1', N'0', N'2022-06-19 23:10:30.927', N'2022-06-19 23:10:30.927', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F235B699-3A2A-4FCF-9208-643DC00A5224', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133003', N'1', N'0', N'2022-06-19 23:10:30.930', N'2022-06-19 23:10:30.930', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3A65D6F5-0510-4988-9CD3-3A4FF395DE6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'51133001', N'1', N'0', N'2022-06-19 23:14:57.993', N'2022-06-19 23:14:57.993', N'40', N'0', N'0', N'1005', N'303', N'2001', N'92', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FEA9630B-1476-4A57-9FAE-9F0F22968194', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40083', N'2', N'0', N'2022-06-22 22:30:03.870', N'2022-06-22 22:30:03.870', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5F8C16A-6477-4B8D-B082-CA10CEAA2655', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032006', N'1', N'0', N'2022-06-22 22:30:25.690', N'2022-06-22 22:30:25.690', N'9', N'3007', N'0', N'2002', N'78', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3007', N'877') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C3C2DD96-CFE6-404D-82F5-5DA20974E917', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000081', N'1', N'0', N'2022-06-22 22:13:12.073', N'2022-06-22 22:13:12.073', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'979CF722-55A8-41F7-BB1E-DD0C4E58EFCA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000081', N'1', N'0', N'2022-06-22 22:13:17.793', N'2022-06-22 22:13:17.793', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18524237-3974-4888-AFB0-5F9F86AABF95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152006', N'1', N'0', N'2022-06-22 22:30:57.287', N'2022-06-22 22:30:57.287', N'9', N'7607', N'0', N'2002', N'165', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'7607', N'2207') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A7E053C-9B5B-4D6E-8CD5-757209BECABD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021008', N'1', N'0', N'2022-06-22 22:31:10.070', N'2022-06-22 22:31:10.070', N'9', N'5099', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'5099', N'1474') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A1B0329-E920-4DF6-8944-BABD1E1DD1DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41355', N'1', N'-1', N'2022-06-22 22:40:10.250', N'2022-06-22 22:40:10.250', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72DA8B98-2ABC-42B2-946D-0FC5FC649347', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40084', N'1', N'0', N'2022-06-22 22:32:02.553', N'2022-06-22 22:32:02.553', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31711CF5-D8F8-4909-9857-03E4CFD04529', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'1', N'0', N'2022-06-22 22:32:35.410', N'2022-06-22 22:32:35.410', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AB336F3B-545A-473F-AD50-03D2BC350C61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40085', N'1', N'0', N'2022-06-22 22:33:07.530', N'2022-06-22 22:33:07.530', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7A558EB-E99C-40F6-ACA4-2C2052502E1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022006', N'1', N'0', N'2022-06-22 22:35:13.807', N'2022-06-22 22:35:13.807', N'9', N'3312', N'0', N'2003', N'16', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3312', N'1044') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B90524FA-AA3D-4A7B-BCEA-B91181592FB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011007', N'1', N'0', N'2022-06-22 22:35:14.860', N'2022-06-22 22:35:14.860', N'9', N'6418', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'6418', N'2550') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'248959F9-6FCB-4B11-B05C-1CCED676D67F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032006', N'1', N'0', N'2022-06-22 22:35:56.563', N'2022-06-22 22:35:56.563', N'9', N'4299', N'0', N'2003', N'14', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4299', N'807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB448654-5577-4510-A0FB-6BFE7624369D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032006', N'1', N'0', N'2022-06-22 22:36:15.970', N'2022-06-22 22:36:15.970', N'9', N'4284', N'0', N'2002', N'80', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'2', N'3', N'4284', N'860') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A398C75E-5AFD-47E2-9157-6120949C87A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011006', N'1', N'0', N'2022-06-22 22:36:16.370', N'2022-06-22 22:36:16.370', N'9', N'4136', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4136', N'967') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62EB9E01-4460-4BC3-84E2-5C59245B6806', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032006', N'1', N'0', N'2022-06-22 22:37:12.210', N'2022-06-22 22:37:12.210', N'9', N'4625', N'0', N'2003', N'30', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4625', N'1713') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7CBE38F2-1E03-4D93-8667-B8620F4D00AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042006', N'1', N'0', N'2022-06-23 00:22:02.050', N'2022-06-23 00:22:02.050', N'9', N'3294', N'0', N'2002', N'47', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'3', N'3', N'5', N'4', N'3294', N'1153') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4237C2C-BA7F-4605-9F08-892561AF7FBA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11152007', N'1', N'0', N'2022-06-22 22:37:40.693', N'2022-06-22 22:37:40.693', N'23', N'7909', N'0', N'2002', N'180', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'6', N'5', N'7909', N'2409') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49C23FFA-6048-4BA3-8313-7E56CB1D81EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13041006', N'1', N'0', N'2022-06-22 20:50:21.660', N'2022-06-22 20:50:21.660', N'9', N'3187', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3187', N'1059') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11DEFAA3-F3E4-4E89-BD17-CCA7CFA925B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41356', N'1', N'0', N'2022-06-23 00:22:17.310', N'2022-06-23 00:22:17.310', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D652208F-6551-4F82-83F2-31659487A56C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80100125', N'97', N'0', N'2022-06-22 23:10:12.713', N'2022-06-22 23:10:12.713', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE560B24-108B-489D-9CC1-60A7245FBEE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41642', N'1', N'0', N'2022-06-22 23:13:57.557', N'2022-06-22 23:13:57.557', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61F5BA25-38C6-4ADD-9CDC-A59407D5C13F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000089', N'1', N'0', N'2022-06-22 23:25:24.870', N'2022-06-22 23:25:24.870', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31ADB77A-2F10-46EC-B5A0-F8C25BBB4518', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'13042006', N'1', N'0', N'2022-06-22 22:37:12.247', N'2022-06-22 22:37:12.247', N'9', N'3732', N'0', N'2004', N'13', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3732', N'1019') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'27815017-CD79-44C4-9973-FEB9F80EA95E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14042006', N'1', N'0', N'2022-06-22 20:49:05.620', N'2022-06-22 20:49:05.620', N'9', N'5764', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'10', N'10', N'5764', N'1425') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A60E69F6-9E32-4C17-9C63-29B50A022A72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'115044003', N'1', N'0', N'2022-06-22 21:15:48.760', N'2022-06-22 21:15:48.760', N'8', N'4294', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'3', N'3', N'4294', N'994') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA74A0E7-A661-4207-9852-F7DDCC5AB9DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'16041006', N'1', N'0', N'2022-06-22 20:22:08.577', N'2022-06-22 20:22:08.577', N'9', N'4013', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4013', N'901') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F9A2B68-1338-4F46-AF02-83F197AB78CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'20042005', N'1', N'0', N'2022-06-22 20:47:46.473', N'2022-06-22 20:47:46.473', N'9', N'5020', N'0', N'1010', N'23', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'4', N'3', N'6', N'6', N'5020', N'969') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5A13AAD-030E-432A-BBC7-9E0E9A110DF1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022006', N'1', N'0', N'2022-06-22 23:34:21.077', N'2022-06-22 23:34:21.077', N'9', N'3222', N'0', N'2003', N'14', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'2', N'3', N'3222', N'988') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DC592A2-81DE-46C7-A81B-8A136AB1D7AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000274', N'1', N'0', N'2022-06-22 23:26:25.260', N'2022-06-22 23:26:25.260', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72AB753D-38B5-412A-A2EE-C754065F6D43', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000330', N'1', N'43200', N'2022-06-22 23:31:10.707', N'2022-06-22 23:31:10.707', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FADE013-3256-4553-A47F-D9D86C9BE6FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'112044001', N'1', N'0', N'2022-06-22 03:32:35.907', N'2022-06-22 03:32:35.907', N'8', N'4710', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'3', N'4', N'4710', N'2103') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72D5A299-0EA1-4CC1-8211-33E932D608C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021008', N'1', N'0', N'2022-06-22 23:34:44.277', N'2022-06-22 23:34:44.277', N'9', N'5875', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'7', N'5875', N'1786') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F40F9D76-D5F7-41F0-A597-186C0907880B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051007', N'1', N'0', N'2022-06-22 23:35:20.770', N'2022-06-22 23:35:20.770', N'9', N'8492', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8492', N'2792') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'335DDC1D-4ADC-4D59-949F-E6B811CCFB1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012006', N'1', N'0', N'2022-06-22 23:35:25.547', N'2022-06-22 23:35:25.547', N'9', N'4005', N'0', N'2003', N'19', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4005', N'1050') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A216476B-8FA3-40E7-B034-DB4D00FC0089', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011006', N'1', N'0', N'2022-06-22 23:35:32.193', N'2022-06-22 23:35:32.193', N'9', N'3481', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3481', N'1051') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C6049A0B-0C27-4559-BD9A-3C7941BE1F1E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042006', N'1', N'0', N'2022-06-22 23:36:19.137', N'2022-06-22 23:36:19.137', N'9', N'3142', N'0', N'2004', N'16', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'3', N'3', N'5', N'4', N'3142', N'1077') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE7EE80A-156B-4D42-BECB-55D7CBECAA66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41350', N'1', N'0', N'2022-06-22 23:37:38.483', N'2022-06-22 23:37:38.483', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22271BFF-9124-4D17-A4DD-16D8CC6ECF6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'1', N'0', N'2022-06-22 23:37:52.207', N'2022-06-22 23:37:52.207', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CAB2F6E-1B53-447E-87C7-D8F1925DC1A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41349', N'1', N'0', N'2022-06-22 23:37:53.097', N'2022-06-22 23:37:53.097', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A724A97-FFEB-4536-9DBC-148C30832F68', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41351', N'1', N'0', N'2022-06-22 23:38:35.690', N'2022-06-22 23:38:35.690', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C29CD700-153D-4E08-86B8-3FCC32029E17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071007', N'1', N'0', N'2022-06-22 23:38:44.143', N'2022-06-22 23:38:44.143', N'9', N'7775', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7775', N'2319') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCA47734-3F54-4E71-BB05-6EBFBC0024BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62002', N'1', N'0', N'2022-06-22 23:38:48.403', N'2022-06-22 23:38:48.403', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'506B3A4E-7B27-416F-A7EE-9CC47234A3BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11151007', N'1', N'0', N'2022-06-22 23:40:29.600', N'2022-06-22 23:40:29.600', N'9', N'8735', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'8735', N'2423') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'757897E7-B992-4C95-8506-B9C915C933C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112006', N'1', N'0', N'2022-06-22 23:40:50.570', N'2022-06-22 23:40:50.570', N'9', N'8431', N'0', N'2002', N'124', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'8431', N'2202') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'89D004BD-1235-4ABD-BFD7-3CEB4EFEC939', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032006', N'1', N'0', N'2022-06-22 23:41:04.933', N'2022-06-22 23:41:04.933', N'9', N'6385', N'0', N'2002', N'140', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6385', N'2085') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF851491-28C6-4315-8D65-5CF83620F85F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022007', N'1', N'0', N'2022-06-23 00:22:32.737', N'2022-06-23 00:22:32.737', N'9', N'4024', N'0', N'2003', N'38', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4024', N'1669') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2744678E-2E16-46B2-BAB4-6A273D4C6178', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022006', N'1', N'0', N'2022-06-22 23:41:05.340', N'2022-06-22 23:41:05.340', N'9', N'3735', N'0', N'2001', N'73', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3735', N'990') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADD0E529-BAB9-40BF-8D8C-B3CA034901AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41170', N'1', N'0', N'2022-06-22 23:41:07.787', N'2022-06-22 23:41:07.787', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'339E5B1E-7E32-4DBD-AB4F-0BEA0234E827', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37004', N'4', N'0', N'2022-06-22 23:42:42.453', N'2022-06-22 23:42:42.453', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C977F27D-A71D-4D88-B13D-0C9A965FBB34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'38004', N'4', N'0', N'2022-06-22 23:42:42.457', N'2022-06-22 23:42:42.457', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A0CC390A-183A-4004-A7ED-F5A461DF8976', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41352', N'1', N'0', N'2022-06-22 23:42:46.260', N'2022-06-22 23:42:46.260', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'34C0783E-BA20-4A60-B173-9CED9A313482', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41353', N'1', N'0', N'2022-06-22 23:43:24.550', N'2022-06-22 23:43:24.550', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7655AE7-3743-42E0-9BA8-E7CEC5025F65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'120044003', N'1', N'0', N'2022-06-22 23:43:24.553', N'2022-06-22 23:43:24.553', N'8', N'3984', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'1', N'1', N'3984', N'1452') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F81214E-5EA5-44A2-BF09-70E9BE55B24C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'2', N'0', N'2022-06-22 23:43:37.727', N'2022-06-22 23:43:37.727', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75C500D1-0CBB-4FC7-9512-DFC8B12D21EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'1', N'0', N'2022-06-22 23:43:37.847', N'2022-06-22 23:43:37.847', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8913ED94-1D82-4FEC-B9AF-552AD5FD0484', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'36', N'0', N'2022-06-22 23:43:38.280', N'2022-06-22 23:43:38.280', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C5A1AA0A-6A42-43F1-B02B-28CD0132D9FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61001', N'3', N'0', N'2022-06-22 23:43:50.043', N'2022-06-22 23:43:50.043', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F6EA1B7-95AB-4BC0-AFF3-E9A8A1515A72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16022006', N'1', N'0', N'2022-06-22 23:46:24.313', N'2022-06-22 23:46:24.313', N'9', N'4280', N'0', N'2003', N'17', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4280', N'1061') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'524D96D7-F898-4F1C-B685-7927B392C232', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12032006', N'1', N'0', N'2022-06-22 23:46:40.400', N'2022-06-22 23:46:40.400', N'9', N'4199', N'0', N'2002', N'78', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'4199', N'1471') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AE29E13-8603-47C7-88BB-91B70C27271B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16021006', N'1', N'0', N'2022-06-22 23:48:49.093', N'2022-06-22 23:48:49.093', N'9', N'4055', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4055', N'1184') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8103C99-04BF-4043-94F7-3813CA4F4BB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042006', N'1', N'0', N'2022-06-22 23:49:14.167', N'2022-06-22 23:49:14.167', N'9', N'3771', N'0', N'2001', N'71', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3771', N'632') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E28AFD62-BDB8-4B2C-AEAC-4B6FB855DE51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000278', N'1', N'0', N'2022-06-22 23:55:06.240', N'2022-06-22 23:55:06.240', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'41384CDA-6147-4917-989A-5A06A5993793', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042006', N'1', N'0', N'2022-06-22 23:51:18.510', N'2022-06-22 23:51:18.510', N'9', N'4210', N'0', N'2002', N'87', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'4210', N'1395') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E179135-C8AD-4F3D-9F14-CCF141A8C3A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042006', N'1', N'0', N'2022-06-22 23:51:51.463', N'2022-06-22 23:51:51.463', N'9', N'3797', N'0', N'2003', N'19', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'3', N'2', N'3797', N'936') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'94DECB09-A52A-476F-BD66-B67C20A9ED29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012006', N'1', N'0', N'2022-06-22 23:52:44.050', N'2022-06-22 23:52:44.050', N'9', N'7834', N'0', N'2001', N'174', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'6', N'6', N'7834', N'2143') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9433D7EF-F992-468B-9589-BF2D5EDD3422', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012006', N'1', N'0', N'2022-06-22 23:53:53.997', N'2022-06-22 23:53:53.997', N'23', N'3125', N'0', N'2004', N'18', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'1', N'3', N'1', N'1', N'3125', N'1199') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7FA8593-90C2-48E6-8FB8-44C4FE701348', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31012', N'1', N'0', N'2022-06-22 23:56:37.877', N'2022-06-22 23:56:37.877', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51D67E6E-2127-4685-8C04-AE5C428CB656', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032007', N'1', N'0', N'2022-06-23 00:04:15.210', N'2022-06-23 00:04:15.210', N'39', N'4810', N'0', N'2004', N'39', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'4810', N'1511') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64B51736-02B7-4BCD-B74A-FC50F7A04B14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60063', N'1', N'0', N'2022-06-23 00:04:15.553', N'2022-06-23 00:04:15.553', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB07A102-C566-4EF5-9802-7565EAB30B1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60056', N'1', N'0', N'2022-06-23 00:04:16.480', N'2022-06-23 00:04:16.480', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E07CE32-2DDA-4157-8CBD-61FABD65CD76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021007', N'1', N'0', N'2022-06-23 00:04:16.870', N'2022-06-23 00:04:16.870', N'39', N'3973', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3973', N'893') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9403550-29CF-4F01-8DC9-5FE00BD72BB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032006', N'1', N'0', N'2022-06-23 00:04:17.193', N'2022-06-23 00:04:17.193', N'39', N'4975', N'0', N'2001', N'59', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4975', N'688') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4240495A-483E-4987-B42E-76F650CD7F0C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052007', N'1', N'0', N'2022-06-23 00:04:17.477', N'2022-06-23 00:04:17.477', N'39', N'7897', N'0', N'2001', N'196', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7897', N'2470') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'119B3F2A-6B5C-43FB-BF1A-FF2DFC80C61F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012007', N'1', N'0', N'2022-06-23 00:04:18.480', N'2022-06-23 00:04:18.480', N'39', N'6281', N'0', N'2002', N'186', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'6281', N'2558') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14E3EEA3-8A5E-4F63-ACC7-2379142533D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012007', N'1', N'0', N'2022-06-23 00:04:18.843', N'2022-06-23 00:04:18.843', N'39', N'5049', N'0', N'2004', N'25', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'4', N'4', N'5049', N'1429') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0941CB0-E642-4F92-81CF-4743881A5E89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31031', N'1', N'0', N'2022-06-23 00:05:09.187', N'2022-06-23 00:05:09.187', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F738B3D6-6C58-4116-9961-744FD29B4259', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40185', N'1', N'-1', N'2022-06-23 00:05:13.460', N'2022-06-23 00:05:13.460', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14117E0C-0290-4512-ADF8-F67C9D817B8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-06-23 00:05:21.517', N'2022-06-23 00:05:21.517', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'718F0641-1B00-4FC8-A9C6-8F25E13CA4DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41171', N'1', N'0', N'2022-06-23 00:06:13.120', N'2022-06-23 00:06:13.120', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1026926-9FD3-41B6-A1AB-0B5E900950E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60059', N'1', N'0', N'2022-06-23 00:11:53.040', N'2022-06-23 00:11:53.040', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A0226D9-8E74-4717-9F0A-BF8C42248959', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032006', N'1', N'0', N'2022-06-23 00:12:37.463', N'2022-06-23 00:12:37.463', N'9', N'4183', N'0', N'2001', N'81', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'3', N'3', N'4183', N'1211') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45AE49B2-6B53-4CEB-A0DD-D5381BFC6F1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022006', N'1', N'0', N'2022-06-23 00:12:47.610', N'2022-06-23 00:12:47.610', N'9', N'5480', N'0', N'2003', N'27', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'7', N'6', N'5480', N'1443') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7272843-FDBD-49BF-BF9E-1D48135BBC59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042003', N'1', N'0', N'2022-06-23 00:13:41.917', N'2022-06-23 00:13:41.917', N'9', N'7114', N'0', N'2002', N'174', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'7114', N'2370') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FFDDF7C-5A24-4A94-A197-A1AB018B5265', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032006', N'1', N'0', N'2022-06-23 00:13:42.303', N'2022-06-23 00:13:42.303', N'9', N'7974', N'0', N'2001', N'183', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7974', N'2674') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BEF296E-B8EC-4051-93D0-C4DBFEFF5190', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41170', N'1', N'0', N'2022-06-23 00:13:44.070', N'2022-06-23 00:13:44.070', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F194F8D0-6C8F-4B0E-81A6-729472FC8F4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022004', N'1', N'0', N'2022-06-23 00:14:10.903', N'2022-06-23 00:14:10.903', N'23', N'6890', N'0', N'1010', N'107', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6890', N'2068') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7DF7015-B3DB-45A6-990D-3CC4FFA019F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'1', N'0', N'2022-06-23 00:16:58.210', N'2022-06-23 00:16:58.210', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B77B710D-0A7F-4A04-B63B-AF9C5C0EEAA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'111014002', N'1', N'0', N'2022-06-22 18:17:56.680', N'2022-06-22 18:17:56.680', N'8', N'6588', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'4', N'4', N'6588', N'2327') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02D02E8C-F1D7-4B6E-86AF-752F5D23C1DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'1', N'0', N'2022-06-23 00:16:58.480', N'2022-06-23 00:16:58.480', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DAA76654-9F99-45D2-B47C-4A79AA227343', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'9', N'0', N'2022-06-23 00:16:58.963', N'2022-06-23 00:16:58.963', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD4B9DA5-E501-44B7-A7F5-881EF676F1F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13011007', N'1', N'0', N'2022-06-23 00:21:50.983', N'2022-06-23 00:21:50.983', N'9', N'3396', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3396', N'1005') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D24D5959-1540-49B6-9372-57B0D8149EBF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051007', N'1', N'0', N'2022-06-23 00:22:59.243', N'2022-06-23 00:22:59.243', N'9', N'6743', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'6743', N'2523') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57AFCCCF-8794-45A0-8B6A-20282263BC67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042007', N'1', N'0', N'2022-06-23 00:22:59.303', N'2022-06-23 00:22:59.303', N'9', N'5847', N'0', N'2004', N'27', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'5847', N'1823') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFE72D55-BD5D-4AB7-8036-1A773A5F6143', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092007', N'1', N'0', N'2022-06-23 00:23:00.297', N'2022-06-23 00:23:00.297', N'9', N'8951', N'0', N'1010', N'84', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'3', N'3', N'10', N'10', N'8951', N'2447') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45BBEA53-EEB1-42F7-B050-00296C5EE8E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032007', N'1', N'0', N'2022-06-23 00:23:00.897', N'2022-06-23 00:23:00.897', N'9', N'4950', N'0', N'2004', N'30', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'4', N'0', N'0', N'3', N'3', N'8', N'8', N'4950', N'1847') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0A5BE9DD-EA77-40E9-9D32-AC4B59D8F399', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032007', N'1', N'0', N'2022-06-23 00:24:00.040', N'2022-06-23 00:24:00.040', N'9', N'6359', N'0', N'2001', N'178', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'8', N'10', N'6359', N'2026') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'117678B2-80E0-47A5-8250-A70AC64FAED7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20031007', N'1', N'0', N'2022-06-23 00:24:00.080', N'2022-06-23 00:24:00.080', N'9', N'3708', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3708', N'1263') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13A33EBF-4F95-4D0D-8ED1-D101AEA30688', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60061', N'1', N'0', N'2022-06-23 00:24:13.093', N'2022-06-23 00:24:13.093', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E176EC34-5857-462F-B8A1-9FCC0473B41F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012006', N'1', N'0', N'2022-06-23 00:24:33.040', N'2022-06-23 00:24:33.040', N'9', N'3047', N'0', N'2004', N'27', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'3047', N'1082') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4DF4380-D047-47BC-8747-CA0599E7AFB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60056', N'10', N'0', N'2022-06-23 00:24:35.170', N'2022-06-23 00:24:35.170', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9704501A-B14B-431E-9C59-2BC7227A7D1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60065', N'1', N'0', N'2022-06-23 00:25:02.607', N'2022-06-23 00:25:02.607', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B75D103D-714A-4FE4-83BF-16BF765159DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41358', N'1', N'0', N'2022-06-23 00:25:26.673', N'2022-06-23 00:25:26.673', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9F887FC-8843-4C4D-BF63-9EBC861D87EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032007', N'1', N'0', N'2022-06-23 00:26:00.877', N'2022-06-23 00:26:00.877', N'9', N'4231', N'0', N'2003', N'27', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'4231', N'1545') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96C5A288-6007-4573-822D-393F6D389127', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41357', N'1', N'0', N'2022-06-23 00:26:34.160', N'2022-06-23 00:26:34.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C75F9062-0D72-4034-9226-91DC17C3D7D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022007', N'1', N'0', N'2022-06-23 00:29:28.130', N'2022-06-23 00:29:28.130', N'9', N'4192', N'0', N'2003', N'38', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'4', N'0', N'0', N'3', N'3', N'6', N'8', N'4192', N'1936') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CCC79C5E-571F-4A46-9097-38E2A281CD39', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11024003', N'1', N'0', N'2022-06-23 00:29:53.193', N'2022-06-23 00:29:53.193', N'23', N'8052', N'0', N'2016', N'34', N'2001', N'157', N'0', N'0', N'2173', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'2', N'3', N'5', N'5', N'8052', N'2164') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'716E9C04-C313-418B-9824-B1CB2E0D3A2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011006', N'1', N'0', N'2022-06-23 00:30:18.390', N'2022-06-23 00:30:18.390', N'39', N'3400', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3400', N'795') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9DABB1A-1ED4-4869-A809-85F675FF858C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60080', N'1', N'0', N'2022-06-23 00:30:19.223', N'2022-06-23 00:30:19.223', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD247133-8E52-4CBC-90BE-A8130EE99EAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021004', N'1', N'0', N'2022-06-23 00:30:19.603', N'2022-06-23 00:30:19.603', N'39', N'6402', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'6402', N'2293') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26C2DE3C-4C5C-4B2B-B3D9-B52D17148ABF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022003', N'1', N'0', N'2022-06-23 00:30:20.223', N'2022-06-23 00:30:20.223', N'39', N'10079', N'0', N'1010', N'85', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'4', N'3', N'15', N'15', N'10079', N'2156') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B0B4F8B-BEA0-4AEC-83D6-C06416ABDAEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022006', N'1', N'0', N'2022-06-23 00:30:20.563', N'2022-06-23 00:30:20.563', N'39', N'4210', N'0', N'2003', N'18', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'3', N'3', N'4210', N'1044') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36556EAF-16C1-4A91-BF7C-4C5BF8451166', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60060', N'2', N'0', N'2022-06-23 00:30:21.467', N'2022-06-23 00:30:21.467', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFB647BC-F06C-4562-A88A-8A7F4051B3AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011007', N'1', N'0', N'2022-06-23 00:30:21.823', N'2022-06-23 00:30:21.823', N'39', N'6137', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6137', N'2346') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4BC45BD-55CF-4674-8021-55400D5E3B8C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012006', N'1', N'0', N'2022-06-23 00:30:22.177', N'2022-06-23 00:30:22.177', N'39', N'3276', N'0', N'2003', N'16', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'2', N'3', N'3', N'3', N'3276', N'913') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA4C83D2-E1F4-4517-9E98-C49DE906EC58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-06-23 00:31:09.720', N'2022-06-23 00:31:09.720', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60BF45D5-64C6-4F1F-AFC1-450A3BE8FE8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40186', N'1', N'-1', N'2022-06-23 00:32:06.027', N'2022-06-23 00:32:06.027', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFD03F7C-0EAB-48AA-89A3-5D7F0A89C92A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022004', N'1', N'0', N'2022-06-23 00:38:04.480', N'2022-06-23 00:38:04.480', N'9', N'6439', N'0', N'2002', N'166', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'10', N'8', N'6439', N'2515') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3F395EEA-9AC6-4FA4-8DEF-9D078F32D68A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41335', N'1', N'0', N'2022-06-23 00:39:08.520', N'2022-06-23 00:39:08.520', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B4C6B91-CFA0-468D-9AF0-55CA506B4BA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031007', N'1', N'0', N'2022-06-23 00:39:29.973', N'2022-06-23 00:39:29.973', N'9', N'6663', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'6663', N'2167') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C06D494-2003-453F-A7B4-32A345B8C678', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042007', N'1', N'0', N'2022-06-23 00:39:30.673', N'2022-06-23 00:39:30.673', N'9', N'4516', N'0', N'2002', N'83', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'7', N'6', N'4516', N'1590') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AECAB758-5D5C-4833-AC0E-90E1BFF3FAF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132007', N'1', N'0', N'2022-06-23 00:39:32.627', N'2022-06-23 00:39:32.627', N'39', N'6462', N'0', N'1010', N'80', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'3', N'3', N'10', N'10', N'6462', N'2088') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'586174B1-D6E0-4272-8BCA-63FD183579CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60080', N'2', N'0', N'2022-06-23 00:39:32.890', N'2022-06-23 00:39:32.890', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6805FBB5-2A62-4811-A6E7-4D2F8BB23351', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022006', N'1', N'0', N'2022-06-23 00:39:33.513', N'2022-06-23 00:39:33.513', N'39', N'3130', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3130', N'1035') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78F7F678-1F92-44EC-AEEB-32FE04F4CF5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60063', N'1', N'0', N'2022-06-23 00:39:33.800', N'2022-06-23 00:39:33.800', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'407E9877-468A-47D9-A0C1-6FE8AE180078', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022007', N'1', N'0', N'2022-06-23 00:39:34.157', N'2022-06-23 00:39:34.157', N'39', N'4543', N'0', N'2004', N'33', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'4543', N'2348') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8C24697B-7403-45B7-A50F-3F5D71B1B792', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60056', N'15', N'0', N'2022-06-23 00:39:34.500', N'2022-06-23 00:39:34.500', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4803195C-118C-4200-8FB0-6C5D76891AE2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60065', N'1', N'0', N'2022-06-23 00:39:35.037', N'2022-06-23 00:39:35.037', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D161A9D4-39CB-40D1-8BA9-0F5BC227DCFD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032006', N'1', N'0', N'2022-06-23 00:39:35.403', N'2022-06-23 00:39:35.403', N'39', N'3600', N'0', N'2001', N'66', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3600', N'1011') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26CC0303-E41D-4B84-B790-09865D6FF82D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041008', N'1', N'0', N'2022-06-23 00:39:35.900', N'2022-06-23 00:39:35.900', N'39', N'4600', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'4600', N'1612') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA015FB5-C3C9-43AC-B009-1DDC817B8BB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072007', N'1', N'0', N'2022-06-23 00:41:00.510', N'2022-06-23 00:41:00.510', N'9', N'6658', N'0', N'2002', N'191', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'6658', N'2483') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE059B20-EE1D-431B-ACFE-9DFE5E96582B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062004', N'1', N'0', N'2022-06-23 00:41:29.047', N'2022-06-23 00:41:29.047', N'23', N'6580', N'0', N'2001', N'185', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'3', N'3', N'10', N'10', N'6580', N'2264') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03DD2297-47C1-4C9E-AEF3-3BEAC4CF8DA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31051', N'1', N'0', N'2022-06-23 00:42:07.050', N'2022-06-23 00:42:07.050', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2CD62CD-C484-4225-BA15-B10BC57804D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'2', N'0', N'2022-06-23 00:42:58.603', N'2022-06-23 00:42:58.603', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9811EFD-B69B-4BD2-A980-3F5567B69822', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'14', N'0', N'2022-06-23 00:42:58.853', N'2022-06-23 00:42:58.853', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C515F71C-1526-49F7-AEC1-8F54BB5D550A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40034', N'10', N'0', N'2022-06-23 00:44:11.127', N'2022-06-23 00:44:11.127', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7334D113-576C-44FD-AF58-000DD27DE902', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60064', N'1', N'0', N'2022-06-23 00:45:32.573', N'2022-06-23 00:45:32.573', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'517B6E8A-A7DB-47C1-8BF4-3CF52E04D5C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062004', N'1', N'0', N'2022-06-23 00:45:32.997', N'2022-06-23 00:45:32.997', N'9', N'7293', N'0', N'2001', N'137', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7293', N'2848') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5623693-F500-4729-A975-5E6B4A33EF25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012006', N'1', N'0', N'2022-06-23 00:45:33.817', N'2022-06-23 00:45:33.817', N'9', N'3644', N'0', N'2004', N'26', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'2', N'2', N'3644', N'747') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'055BABF1-DCBF-49CB-9D65-94C55D479566', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032006', N'1', N'0', N'2022-06-23 00:45:55.430', N'2022-06-23 00:45:55.430', N'9', N'3440', N'0', N'2001', N'53', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3440', N'1046') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0197C22-1CEB-4E17-B2F9-0D7345B03A66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021007', N'1', N'0', N'2022-06-23 00:46:16.143', N'2022-06-23 00:46:16.143', N'9', N'4781', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4781', N'800') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B597CE01-1F8C-4184-B9AA-5BCB7C2CD545', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032007', N'1', N'0', N'2022-06-23 00:47:33.840', N'2022-06-23 00:47:33.840', N'9', N'7171', N'0', N'1010', N'98', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'7171', N'2156') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1569728C-55CA-4132-B41C-3341E0596B99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032007', N'1', N'0', N'2022-06-23 00:49:46.453', N'2022-06-23 00:49:46.453', N'9', N'4802', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'12', N'12', N'4802', N'1515') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A53BA72-41CA-4132-AD3E-087052EC9A5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042004', N'1', N'0', N'2022-06-23 00:49:46.687', N'2022-06-23 00:49:46.687', N'9', N'6806', N'0', N'1010', N'73', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'4', N'3', N'14', N'15', N'6806', N'2115') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1EA6728E-0182-47CC-8BD2-B2201CAC8623', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052007', N'1', N'0', N'2022-06-23 00:50:14.987', N'2022-06-23 00:50:14.987', N'23', N'8478', N'0', N'2001', N'170', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'8478', N'2516') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7A36EDF-DAE0-4102-AD9E-AD107B124880', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41334', N'1', N'0', N'2022-06-23 00:50:42.250', N'2022-06-23 00:50:42.250', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC48AB4E-1905-456B-A134-D9772A083A0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37004', N'2', N'0', N'2022-06-23 00:51:07.590', N'2022-06-23 00:51:07.590', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3FBCFDD4-79AE-4C8B-91B9-B99E6C9D00F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'38004', N'2', N'0', N'2022-06-23 00:51:07.590', N'2022-06-23 00:51:07.590', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6AF0BA72-C916-40A2-B9AC-A6A3EB7F86AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'4', N'41336', N'1', N'0', N'2022-06-23 00:51:13.603', N'2022-06-23 00:51:13.603', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DF047BB9-C1A7-4BE6-BC77-C4E6A37A309F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40187', N'1', N'-1', N'2022-06-23 00:51:33.843', N'2022-06-23 00:51:33.843', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E02F984C-DEDA-4A05-A515-6AD2288222A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032007', N'1', N'0', N'2022-06-23 00:52:49.793', N'2022-06-23 00:52:49.793', N'9', N'5146', N'0', N'2003', N'31', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'4', N'5', N'5146', N'1785') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7BE0D7D1-0807-483E-82FF-8471993F5E5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022006', N'1', N'0', N'2022-06-23 00:52:50.467', N'2022-06-23 00:52:50.467', N'9', N'3988', N'0', N'2003', N'24', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3988', N'894') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C2A42DA-F94B-4D1A-8E96-0669153F2985', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021008', N'1', N'0', N'2022-06-23 00:53:21.173', N'2022-06-23 00:53:21.173', N'9', N'5883', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'8', N'5883', N'1888') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30526A33-EA82-4314-944F-6833BD83762E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032006', N'1', N'0', N'2022-06-23 00:53:46.333', N'2022-06-23 00:53:46.333', N'9', N'3589', N'0', N'1010', N'35', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3589', N'948') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCCA5A1C-AEE6-4F60-89C3-C46812C6DDEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132007', N'1', N'0', N'2022-06-23 00:53:53.697', N'2022-06-23 00:53:53.697', N'9', N'6578', N'0', N'1010', N'90', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'6', N'6', N'6578', N'2341') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6CAAE3FC-415A-4012-9060-FA8231003A29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042006', N'1', N'0', N'2022-06-23 00:54:25.543', N'2022-06-23 00:54:25.543', N'9', N'3154', N'0', N'2003', N'24', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3154', N'1157') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6833CC66-3B91-4459-9261-3E0AE334C60F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032007', N'1', N'0', N'2022-06-23 00:54:44.463', N'2022-06-23 00:54:44.463', N'9', N'5148', N'0', N'2002', N'122', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'7', N'7', N'5148', N'1807') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F52C197-48AF-45C6-826C-CA5209C0424A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60062', N'1', N'0', N'2022-06-23 00:55:21.160', N'2022-06-23 00:55:21.160', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'47FBAB13-97F2-4F4C-A00F-947691199647', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60081', N'1', N'0', N'2022-06-23 00:55:34.890', N'2022-06-23 00:55:34.890', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55AB0331-FD92-4622-8E5A-DDCB10C45281', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042006', N'1', N'0', N'2022-06-23 00:56:09.613', N'2022-06-23 00:56:09.613', N'9', N'3269', N'0', N'2001', N'70', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3269', N'950') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FF9A42C-B021-41B2-B76B-A41018B52EA8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012006', N'1', N'0', N'2022-06-23 00:56:16.620', N'2022-06-23 00:56:16.620', N'9', N'3249', N'0', N'2004', N'23', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'4', N'5', N'3249', N'745') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D785B07-0B13-4A99-9D47-97156A07D00B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60059', N'1', N'0', N'2022-06-23 00:56:53.213', N'2022-06-23 00:56:53.213', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C1B0256-0B3A-4AC5-B0CF-385591421CF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021007', N'1', N'0', N'2022-06-23 00:57:12.800', N'2022-06-23 00:57:12.800', N'9', N'3582', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3582', N'1013') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86AFD83A-84F8-411E-872A-AF0F321B5EE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022004', N'1', N'0', N'2022-06-23 00:58:09.227', N'2022-06-23 00:58:09.227', N'9', N'7189', N'0', N'2002', N'177', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7189', N'2059') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C774AA61-A85F-4BD8-A208-6DE39FEFF447', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012007', N'1', N'0', N'2022-06-23 00:58:12.957', N'2022-06-23 00:58:12.957', N'9', N'5103', N'0', N'2002', N'88', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'5103', N'1811') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED90052D-16FE-4C53-8A99-7D0DE5BD42E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032006', N'1', N'0', N'2022-06-23 01:05:19.963', N'2022-06-23 01:05:19.963', N'9', N'4166', N'0', N'2003', N'28', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'3', N'3', N'5', N'4', N'4166', N'1106') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E27ADB8A-CAF2-4256-BD7B-CA611AA3770E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012007', N'1', N'0', N'2022-06-23 01:05:34.783', N'2022-06-23 01:05:34.783', N'9', N'5480', N'0', N'2002', N'114', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'2', N'3', N'4', N'4', N'5480', N'1813') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9F93D0E-2B47-4FF3-887B-5951F60ECC25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-06-23 01:06:26.597', N'2022-06-23 01:06:26.597', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B775A62C-30DA-438C-BB63-7B6FAA1C2ABC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31002', N'1', N'0', N'2022-06-23 01:07:20.980', N'2022-06-23 01:07:20.980', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DEEB2C2-B663-416F-B443-1EE9ED98BA1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40187', N'1', N'-1', N'2022-06-23 01:07:59.903', N'2022-06-23 01:07:59.903', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'60EE61A4-3059-45FE-B521-6503C409B4C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000037', N'5', N'0', N'2022-06-23 01:11:53.133', N'2022-06-23 01:11:53.133', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'767D3669-27EB-46B6-BA75-2D5BE9047938', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000225', N'1', N'0', N'2022-06-23 01:46:42.873', N'2022-06-23 01:46:42.873', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8781FB97-B78D-497D-9C05-F7D1F373C972', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012006', N'1', N'0', N'2022-06-23 02:01:56.887', N'2022-06-23 02:01:56.887', N'39', N'3782', N'0', N'2002', N'65', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'3', N'3', N'5', N'5', N'3782', N'627') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE6AE50D-4329-48E7-A763-B4EFC63C09B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012006', N'1', N'0', N'2022-06-23 02:01:56.920', N'2022-06-23 02:01:56.920', N'39', N'3803', N'0', N'2004', N'25', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'3', N'3', N'5', N'4', N'3803', N'772') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D1E8700C-BDEA-4843-9FF2-1AAD6EC3FC61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11114004', N'1', N'0', N'2022-06-23 03:04:02.437', N'2022-06-23 03:04:02.437', N'23', N'8515', N'0', N'2001', N'243', N'2002', N'183', N'0', N'0', N'2001', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'8515', N'2696') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7ED7BE35-693D-4E9B-8E4B-539E281E5400', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20032006', N'1', N'0', N'2022-06-23 02:01:57.677', N'2022-06-23 02:01:57.677', N'39', N'4057', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'2', N'3', N'4057', N'1133') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6AD345E-FCBB-430A-AAB2-EE16D45480DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14011008', N'1', N'0', N'2022-06-23 02:01:58.157', N'2022-06-23 02:01:58.157', N'39', N'4189', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4189', N'1608') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D0F86F51-9B48-483B-898E-EDD0A0C6A8B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14032007', N'1', N'0', N'2022-06-23 02:01:58.560', N'2022-06-23 02:01:58.560', N'39', N'4400', N'0', N'2003', N'31', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'4400', N'2245') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55C9E109-BED3-43F2-8B15-1900F9537AA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042004', N'1', N'0', N'2022-06-23 02:01:59.000', N'2022-06-23 02:01:59.000', N'39', N'6194', N'0', N'2001', N'202', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'6194', N'2208') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02FF7E7B-C6D6-4825-BC42-A9EB2C5B7F47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022006', N'1', N'0', N'2022-06-23 02:01:59.520', N'2022-06-23 02:01:59.520', N'39', N'4006', N'0', N'2002', N'64', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'4', N'0', N'0', N'3', N'3', N'4', N'5', N'4006', N'1136') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B76CAAB4-73E4-433B-8132-D6948FC707F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012007', N'1', N'0', N'2022-06-23 02:26:40.107', N'2022-06-23 02:26:40.107', N'9', N'4080', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'2', N'3', N'2', N'3', N'4080', N'879') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA53DF02-B251-4DC3-9976-F1F635B477D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091008', N'1', N'0', N'2022-06-23 02:26:40.770', N'2022-06-23 02:26:40.770', N'9', N'8541', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'8541', N'2419') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C40BA901-F454-4F41-B492-411CBD100C6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'114044004', N'1', N'0', N'2022-06-23 02:30:18.613', N'2022-06-23 02:30:18.613', N'8', N'4539', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'6', N'4', N'4', N'4539', N'1537') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5DFB54B1-2D73-4AE7-996C-7647F288B109', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-06-23 02:30:45.120', N'2022-06-23 02:30:45.120', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38F1FF2A-6072-4E67-AD3C-B202A186B798', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50039', N'16', N'0', N'2022-06-23 02:34:07.813', N'2022-06-23 02:34:07.813', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6A9DA52F-DA6F-450C-A8F0-C0D6BEEA146F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091008', N'1', N'0', N'2022-06-23 02:34:49.853', N'2022-06-23 02:34:49.853', N'9', N'6826', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6826', N'2463') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07F4D64C-866D-43B7-83ED-895F60DB477D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'6', N'0', N'2022-06-23 03:04:19.743', N'2022-06-23 03:04:19.743', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB8CFD95-3558-4E64-AB14-2F349EFA76A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132007', N'1', N'0', N'2022-06-23 02:35:50.237', N'2022-06-23 02:35:50.237', N'9', N'9438', N'0', N'2001', N'145', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'9438', N'2564') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1BC0EBA2-8860-45B0-8CC1-216A71467973', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012007', N'1', N'0', N'2022-06-23 02:35:53.387', N'2022-06-23 02:35:53.387', N'9', N'3238', N'0', N'2003', N'16', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'1', N'3', N'1', N'1', N'3238', N'626') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2333EEBC-AD1B-4A87-AB71-077F3C95E564', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032007', N'1', N'0', N'2022-06-23 02:36:24.333', N'2022-06-23 02:36:24.333', N'9', N'4482', N'0', N'2004', N'20', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4482', N'1328') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4EE45373-9C18-40E8-BD6E-11D3BB20C073', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41365', N'1', N'0', N'2022-06-23 02:36:32.540', N'2022-06-23 02:36:32.540', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EFFA875-081A-4DEF-9DA2-E96C7611678E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'611042005', N'1', N'0', N'2022-06-23 02:38:50.670', N'2022-06-23 02:38:50.670', N'9', N'7721', N'0', N'1010', N'109', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'7721', N'2394') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A69F0A1-0C25-4C07-9E57-1107034F27A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'38005', N'3', N'0', N'2022-06-23 03:30:58.740', N'2022-06-23 03:30:58.740', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'397072C2-5C67-46DB-AA7C-A7D315C6733A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41135', N'1', N'0', N'2022-06-23 02:40:36.107', N'2022-06-23 02:40:36.107', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B102F0AE-C44B-4D7B-8596-6275F51DAFA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012007', N'1', N'0', N'2022-06-23 02:40:37.003', N'2022-06-23 02:40:37.003', N'9', N'4783', N'0', N'2004', N'28', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4783', N'1600') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF1DC66E-0678-4399-8E9D-AA2BF6143B0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20021007', N'1', N'0', N'2022-06-23 03:04:19.753', N'2022-06-23 03:04:19.753', N'39', N'3078', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3078', N'1211') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8B0793B1-17E8-4FA6-9F72-1A84848A6052', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071008', N'1', N'0', N'2022-06-23 02:41:32.180', N'2022-06-23 02:41:32.180', N'39', N'6275', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'14', N'14', N'6275', N'2270') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5E79660-9EC5-4ABC-B44A-206E642B8883', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16032007', N'1', N'0', N'2022-06-23 02:41:32.450', N'2022-06-23 02:41:32.450', N'39', N'3251', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3251', N'1581') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'576085C6-31C1-441E-A32B-6A2EF72B8015', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11032007', N'1', N'0', N'2022-06-23 02:41:36.433', N'2022-06-23 02:41:36.433', N'39', N'9053', N'0', N'2002', N'162', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'9053', N'2326') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DAA70187-58DC-4F1B-AABF-BCF2D1C04B80', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031008', N'1', N'0', N'2022-06-23 02:41:36.440', N'2022-06-23 02:41:36.440', N'39', N'7663', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7663', N'2095') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E7D25E3E-4C04-4E27-9557-E0CE98736F94', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11151008', N'1', N'0', N'2022-06-23 02:41:36.450', N'2022-06-23 02:41:36.450', N'39', N'6826', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6826', N'2463') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4096F70D-4355-4A97-96C6-BB9273F17C7B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41364', N'1', N'0', N'2022-06-23 02:43:51.293', N'2022-06-23 02:43:51.293', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A8FC366B-BEC3-4A2C-8357-35DAC5ABA6B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-06-23 02:43:55.787', N'2022-06-23 02:43:55.787', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3FA3CEA-F5C4-485A-B0BA-140F9124FD92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31031', N'1', N'0', N'2022-06-23 02:43:58.123', N'2022-06-23 02:43:58.123', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14F19FDC-0428-4518-9212-B30108B0EC6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50010', N'4', N'0', N'2022-06-23 02:46:56.790', N'2022-06-23 02:46:56.790', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D92DED91-9091-481A-BF3B-F3C68C87FA2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50039', N'18', N'0', N'2022-06-23 02:46:57.437', N'2022-06-23 02:46:57.437', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'704C5D79-4823-4443-95AE-78870B81CAC0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41129', N'10', N'0', N'2022-06-23 02:48:20.707', N'2022-06-23 02:48:20.707', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08682084-27EC-42D0-9019-D63268611FD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41128', N'10', N'0', N'2022-06-23 02:48:20.720', N'2022-06-23 02:48:20.720', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E46F3EC7-F6C8-4C2F-9B02-137A5FD50095', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41177', N'1', N'-1', N'2022-06-23 02:54:59.083', N'2022-06-23 02:54:59.083', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A1766AD-2E50-40D1-A5A2-B2869C358883', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41118', N'1', N'0', N'2022-06-23 02:49:26.587', N'2022-06-23 02:49:26.587', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2BF567A-E7DB-49F1-B50E-AE196C95BB6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012007', N'1', N'0', N'2022-06-23 02:49:51.137', N'2022-06-23 02:49:51.137', N'9', N'4955', N'0', N'2003', N'20', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'4', N'3', N'6', N'6', N'4955', N'600') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'207510A5-1597-40CF-A226-4F8682771328', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60072', N'1', N'0', N'2022-06-23 02:50:22.460', N'2022-06-23 02:50:22.460', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6A9F25F-3943-486D-B082-63C6B286ADBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022007', N'1', N'0', N'2022-06-23 02:50:26.087', N'2022-06-23 02:50:26.087', N'9', N'4105', N'0', N'2001', N'105', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'4105', N'1673') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6ACD6AA-816B-4F2B-A588-2702B53DEFC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041009', N'1', N'0', N'2022-06-23 02:50:51.100', N'2022-06-23 02:50:51.100', N'9', N'4962', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4962', N'1417') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9576A5F1-254B-46A4-9EBA-0694143C56AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042007', N'1', N'0', N'2022-06-23 02:51:03.023', N'2022-06-23 02:51:03.023', N'9', N'3860', N'0', N'2003', N'17', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'3', N'3', N'3', N'3860', N'766') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F7691EA-6A47-4BD1-8A77-C1BB336AB9C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'59002', N'1', N'0', N'2022-06-23 02:52:34.707', N'2022-06-23 02:52:34.707', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B49DEF8C-B4C7-4F31-8797-EE979C79F033', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41136', N'1', N'0', N'2022-06-23 02:52:34.800', N'2022-06-23 02:52:34.800', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8AE9B801-40A4-4FAE-AD8A-1F396445A900', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062005', N'1', N'0', N'2022-06-23 02:52:58.720', N'2022-06-23 02:52:58.720', N'23', N'7718', N'0', N'1010', N'129', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'7718', N'2629') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D384FDD7-BF40-4C13-86E3-72CB36A4AA87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'6', N'0', N'2022-06-23 02:53:27.600', N'2022-06-23 02:53:27.600', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4A3E4B6-5A1D-4654-A2C4-A90DB6EABF97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12032007', N'1', N'0', N'2022-06-23 02:53:27.693', N'2022-06-23 02:53:27.693', N'39', N'4271', N'0', N'2004', N'31', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'4271', N'1433') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED406D5C-BDEA-4DCB-81E7-8C4EABF810B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11031008', N'1', N'0', N'2022-06-23 02:53:28.320', N'2022-06-23 02:53:28.320', N'39', N'8296', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'8296', N'2341') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1280CC7B-98E4-475A-8555-22D691A17D5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14031009', N'1', N'0', N'2022-06-23 02:53:29.370', N'2022-06-23 02:53:29.370', N'39', N'5799', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'6', N'5799', N'1486') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D102D075-B010-4C36-8171-6459618188BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13022007', N'1', N'0', N'2022-06-23 02:53:29.807', N'2022-06-23 02:53:29.807', N'39', N'3860', N'0', N'2001', N'91', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'1', N'3', N'1', N'1', N'3860', N'1005') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DAE919C5-07C5-443B-97E2-8A52E2B6A289', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60069', N'1', N'0', N'2022-06-23 02:53:30.183', N'2022-06-23 02:53:30.183', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D22F8D5-34A7-4E77-9955-D7B6B77FCDBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13031007', N'1', N'0', N'2022-06-23 02:53:30.720', N'2022-06-23 02:53:30.720', N'39', N'3378', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3378', N'803') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4486C725-4D4F-466D-9215-6746D7C0178B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'30123', N'1', N'0', N'2022-06-23 02:55:12.457', N'2022-06-23 02:55:12.457', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2160F400-01C1-425F-931B-E647D4E01AE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'14', N'81000033', N'1', N'3600', N'2022-06-23 02:57:57.227', N'2022-06-23 02:57:57.227', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97449C6D-9B55-47E8-A062-2B70BE138D15', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'50040', N'8', N'0', N'2022-06-23 02:59:03.897', N'2022-06-23 02:59:03.897', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9175BE5-4936-416A-8471-770D5098B427', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'1', N'0', N'2022-06-23 02:59:22.227', N'2022-06-23 02:59:22.227', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BBCEAD8-1866-45AE-A9A3-1513ABE678CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41129', N'13', N'0', N'2022-06-23 03:00:08.170', N'2022-06-23 03:00:08.170', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D5E11A5-7DAA-4025-8AC2-730213594FC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042007', N'1', N'0', N'2022-06-23 03:03:36.473', N'2022-06-23 03:03:36.473', N'9', N'4694', N'0', N'2004', N'29', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'6', N'8', N'4694', N'1734') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49CFC18D-878F-4529-98FF-6E8DBD0E1AF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'112044004', N'1', N'0', N'2022-06-23 03:30:58.757', N'2022-06-23 03:30:58.757', N'8', N'6407', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'6', N'11', N'11', N'6407', N'1494') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0221230A-DC8A-4F68-B060-B930E2459A56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042007', N'1', N'0', N'2022-06-23 03:04:20.170', N'2022-06-23 03:04:20.170', N'39', N'3991', N'0', N'2001', N'103', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'1', N'3', N'1', N'1', N'3991', N'1328') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C55AA286-62AF-4046-AE02-6276C449349C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012007', N'1', N'0', N'2022-06-23 03:04:20.540', N'2022-06-23 03:04:20.540', N'39', N'3691', N'0', N'2002', N'69', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3691', N'1171') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07FD6BCF-9A03-4366-A263-A09558C0403A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021007', N'1', N'0', N'2022-06-23 03:04:20.917', N'2022-06-23 03:04:20.917', N'39', N'3500', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3500', N'1579') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'16C59423-843B-421E-8E44-18670A6594CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041007', N'1', N'0', N'2022-06-23 03:04:21.497', N'2022-06-23 03:04:21.497', N'39', N'3824', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3824', N'1110') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AFEA00A-EC89-48FE-9474-CE1599493639', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20032005', N'1', N'0', N'2022-06-23 03:09:20.910', N'2022-06-23 03:09:20.910', N'9', N'3943', N'0', N'2003', N'19', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3943', N'864') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23ED4D2B-0437-47BB-9D5C-28A28080CB73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042003', N'1', N'0', N'2022-06-23 03:09:21.350', N'2022-06-23 03:09:21.350', N'9', N'8554', N'0', N'1010', N'79', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'3', N'0', N'0', N'2', N'3', N'6', N'4', N'8554', N'2370') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA9A7A5C-112E-45A3-8D1E-DA9F47D21CEF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41178', N'1', N'-1', N'2022-06-23 03:09:30.517', N'2022-06-23 03:09:30.517', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D6F5C0F1-E48F-428B-BC70-A97C5A0143ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41179', N'1', N'0', N'2022-06-23 03:12:31.443', N'2022-06-23 03:12:31.443', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04F66AE6-5677-4D5C-B439-10D78E4371E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60082', N'1', N'0', N'2022-06-23 03:10:13.760', N'2022-06-23 03:10:13.760', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'881AC6B8-73C9-4015-A233-E9875E6C457C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041005', N'1', N'0', N'2022-06-23 03:10:18.213', N'2022-06-23 03:10:18.213', N'9', N'3497', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3497', N'1129') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'892168D5-B62E-4335-ABA9-0153B28E30F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012005', N'1', N'0', N'2022-06-23 03:10:35.800', N'2022-06-23 03:10:35.800', N'9', N'3762', N'0', N'2004', N'21', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3762', N'1176') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0331ED49-BB02-41CA-B83A-A87098E5237B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022005', N'1', N'0', N'2022-06-23 03:11:15.340', N'2022-06-23 03:11:15.340', N'39', N'3267', N'0', N'2004', N'22', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'3', N'0', N'0', N'3', N'3', N'5', N'4', N'3267', N'1098') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64F33F39-0C84-45B4-83E8-D0F78900C3B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15021005', N'1', N'0', N'2022-06-23 03:11:15.400', N'2022-06-23 03:11:15.400', N'39', N'3817', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3817', N'1522') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24172A79-12E4-4AEE-955A-9B158203F8AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012007', N'1', N'0', N'2022-06-23 03:18:14.660', N'2022-06-23 03:18:14.660', N'9', N'4674', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'2', N'3', N'4', N'5', N'4674', N'1611') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1E86552-04FA-4736-A9CF-0C2D8F4F91BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60059', N'1', N'0', N'2022-06-23 03:11:16.250', N'2022-06-23 03:11:16.250', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C045B90B-72B8-4E66-91E3-8DD605D53233', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032005', N'1', N'0', N'2022-06-23 03:11:17.290', N'2022-06-23 03:11:17.290', N'39', N'3097', N'0', N'2002', N'53', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3097', N'616') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6AFC0C42-A4B7-48E1-9EB5-AB0FE0AD3A24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-12', N'-1', N'59002', N'3', N'0', N'2022-06-23 03:18:17.603', N'2022-06-23 03:18:17.603', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7BB0726-C367-4BAD-A571-22686A7024F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'113044004', N'1', N'0', N'2022-06-23 03:19:23.990', N'2022-06-23 03:19:23.990', N'8', N'5880', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'5', N'6', N'10', N'10', N'5880', N'755') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E2BB81F-354F-45D8-B967-32332F20B877', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66039', N'1', N'0', N'2022-06-23 03:20:08.867', N'2022-06-23 03:20:08.867', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91AC2E20-76C6-471E-ABF9-D97C84F57D54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'15', N'0', N'2022-06-23 03:20:08.973', N'2022-06-23 03:20:08.973', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE1E4994-2544-4C33-A157-0773CFDD2185', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60070', N'1', N'0', N'2022-06-23 03:26:52.883', N'2022-06-23 03:26:52.883', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'44FE9F0C-F769-4937-8893-CF43ED42B4BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'2', N'0', N'2022-06-23 03:20:15.170', N'2022-06-23 03:20:15.170', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68375E82-C2E5-47C1-8877-3DE848F729CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'1', N'0', N'2022-06-23 03:20:15.463', N'2022-06-23 03:20:15.463', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2392B5DD-D34A-4B4E-A7B3-9BD5BBE86EC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042007', N'1', N'0', N'2022-06-23 03:26:55.417', N'2022-06-23 03:26:55.417', N'9', N'3294', N'0', N'2004', N'27', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3294', N'1271') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72BDBF58-1269-4BB1-8A41-10EE40C394D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16031007', N'1', N'0', N'2022-06-23 03:21:57.660', N'2022-06-23 03:21:57.660', N'39', N'3988', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3988', N'1317') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4E8EF99-EF71-466B-ACFC-EE00B2169576', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042007', N'1', N'0', N'2022-06-23 03:21:57.700', N'2022-06-23 03:21:57.700', N'39', N'4999', N'0', N'2002', N'86', N'0', N'0', N'0', N'0', N'2017', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4999', N'901') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84DEECA7-31FE-43D2-BAC3-7CA3A45B9292', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061005', N'1', N'0', N'2022-06-23 03:21:57.787', N'2022-06-23 03:21:57.787', N'39', N'9291', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'9291', N'2394') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D000489-233D-4DD2-BC74-3D2EC58EB916', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'4', N'0', N'2022-06-23 03:21:58.447', N'2022-06-23 03:21:58.447', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'66CDC380-AB65-4D0D-9E19-BBA7566B31C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'1', N'0', N'2022-06-23 03:27:44.340', N'2022-06-23 03:27:44.340', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5828C29E-84EE-4135-A6F6-38645DE42026', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042007', N'1', N'0', N'2022-06-23 03:28:07.307', N'2022-06-23 03:28:07.307', N'9', N'3951', N'0', N'2003', N'23', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'2', N'3', N'3', N'3', N'3951', N'1024') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7DB7E0A7-8C3A-4B90-AED6-ED1360BC0DAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11114005', N'1', N'0', N'2022-06-23 03:30:10.810', N'2022-06-23 03:30:10.810', N'23', N'7896', N'0', N'2002', N'297', N'1010', N'133', N'0', N'0', N'2015', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7896', N'2190') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'242080D1-576D-4929-B9C3-B512DCE43FD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60069', N'1', N'0', N'2022-06-23 03:30:26.617', N'2022-06-23 03:30:26.617', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A24CA199-34CD-4D5A-9D2A-88B1F964A42A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'14021009', N'1', N'0', N'2022-06-23 03:30:26.710', N'2022-06-23 03:30:26.710', N'39', N'4733', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'6', N'4733', N'1647') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C370740B-362F-4F88-98C7-E808BAD1C2BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'2', N'0', N'2022-06-23 03:30:27.080', N'2022-06-23 03:30:27.080', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F1C10D3-4E48-4E83-A8BF-8502CDE0D456', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-15', N'-1', N'37005', N'4', N'0', N'2022-06-23 03:30:58.727', N'2022-06-23 03:30:58.727', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC531DFE-9948-4B1C-BD16-29248D31E61C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61017', N'4', N'0', N'2022-06-23 03:31:53.110', N'2022-06-23 03:31:53.110', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFF21D00-E4EB-43B4-B2D0-A44A94EB48C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'18', N'0', N'2022-06-23 03:31:53.257', N'2022-06-23 03:31:53.257', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4EBA60D-E69B-4521-B4FE-6392C34E7375', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'1', N'0', N'2022-06-23 03:31:58.713', N'2022-06-23 03:31:58.713', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C08ED7AF-AF3E-491A-99C9-541D79BA6C58', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61003', N'1', N'0', N'2022-06-23 03:31:59.050', N'2022-06-23 03:31:59.050', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'638BBC32-457C-46C1-88F0-FD95561C6BD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'9', N'0', N'2022-06-23 03:32:05.290', N'2022-06-23 03:32:05.290', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1210E7F-33F7-4F80-B100-08395EBE51F1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41116', N'3', N'0', N'2022-06-23 03:34:45.353', N'2022-06-23 03:34:45.353', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'946F6AED-D95A-4FE1-BEF9-761969C39C02', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41117', N'2', N'0', N'2022-06-23 03:34:58.370', N'2022-06-23 03:34:58.370', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A16FBA3E-A584-4E2A-B131-74B78AF6B7E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041009', N'1', N'0', N'2022-06-23 03:38:27.183', N'2022-06-23 03:38:27.183', N'39', N'5268', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'5268', N'1763') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8911BE96-E6B7-44C0-B9BF-69F262046814', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042008', N'1', N'0', N'2022-06-23 03:38:27.877', N'2022-06-23 03:38:27.877', N'39', N'4126', N'0', N'2004', N'46', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'2', N'0', N'0', N'2', N'3', N'4', N'5', N'4126', N'1675') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE087C96-658A-4DE6-A3B8-60C175DC5F7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20042007', N'1', N'0', N'2022-06-23 03:38:28.283', N'2022-06-23 03:38:28.283', N'39', N'3267', N'0', N'2004', N'24', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3267', N'1586') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD48A556-B9CF-4EBF-ADC8-89BB96475E95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31013', N'1', N'0', N'2022-06-23 03:55:47.597', N'2022-06-23 03:55:47.597', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3ED1514E-3273-4CC9-B26E-E44C4E2F0C04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14031009', N'1', N'0', N'2022-06-23 03:47:07.707', N'2022-06-23 03:47:07.707', N'9', N'4265', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'4265', N'2290') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B0286A2-D465-4CF6-AA83-9C26449208A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14041009', N'1', N'0', N'2022-06-23 03:48:19.203', N'2022-06-23 03:48:19.203', N'9', N'4687', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4687', N'1629') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A795F94-5928-4B69-BD5C-B822F72D07CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061005', N'1', N'0', N'2022-06-23 03:49:26.240', N'2022-06-23 03:49:26.240', N'9', N'7034', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7034', N'2352') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55D51614-F09A-4F2A-8605-7766195BEB87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'1', N'0', N'2022-06-23 03:50:12.673', N'2022-06-23 03:50:12.673', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF523DEA-3FFE-41CB-BCEC-9CEE2241F13C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022007', N'1', N'0', N'2022-06-23 03:51:57.767', N'2022-06-23 03:51:57.767', N'9', N'4543', N'0', N'2003', N'26', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4543', N'1057') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10AD21AB-2869-44C9-AD99-133E13B94EF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11082005', N'1', N'0', N'2022-06-23 03:53:16.303', N'2022-06-23 03:53:16.303', N'9', N'7935', N'0', N'2001', N'183', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'3', N'3', N'10', N'8', N'7935', N'2003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F4DF059-F4ED-41D6-AE72-FB8F787CA5D3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'30330', N'1', N'0', N'2022-06-23 03:55:47.600', N'2022-06-23 03:55:47.600', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A13B215A-F25C-4568-9BA5-E744713F02DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022007', N'1', N'0', N'2022-06-23 03:53:16.717', N'2022-06-23 03:53:16.717', N'9', N'4790', N'0', N'2003', N'25', N'0', N'0', N'0', N'0', N'2031', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'8', N'6', N'4790', N'900') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3417F5A8-3F55-4F8F-AD3A-8111E3932A34', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-06-23 03:56:11.960', N'2022-06-23 03:56:11.960', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F14E2497-CF28-4922-9F2E-ECFCC40CAA7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60069', N'2', N'0', N'2022-06-23 03:53:57.900', N'2022-06-23 03:53:57.900', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EEE15F20-08B2-4498-855A-67A157A6F3C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11111008', N'1', N'0', N'2022-06-23 03:53:57.930', N'2022-06-23 03:53:57.930', N'39', N'6074', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6074', N'2990') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14514F63-0105-4BCA-A257-65106884CA1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13011008', N'1', N'0', N'2022-06-23 03:53:58.700', N'2022-06-23 03:53:58.700', N'39', N'3052', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3052', N'886') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26A31398-BE2D-4ADB-A2C3-9F5275028D66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41115', N'3', N'0', N'2022-06-23 04:00:30.297', N'2022-06-23 04:00:30.297', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A7B6993-BF10-4E75-9456-C90947AE9CE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41381', N'1', N'0', N'2022-06-23 04:00:41.467', N'2022-06-23 04:00:41.467', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'912FF301-22AF-42A0-929F-4E0C5A225587', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60057', N'4', N'0', N'2022-06-23 04:01:04.613', N'2022-06-23 04:01:04.613', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7E35846-C49A-4B66-A821-D588B097A79C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20012007', N'1', N'0', N'2022-06-23 04:01:04.730', N'2022-06-23 04:01:04.730', N'39', N'3989', N'0', N'2001', N'81', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'1', N'3', N'1', N'1', N'3989', N'1318') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7ABB32AA-2B5E-45FE-8F3D-85AFE343C400', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'50023', N'104', N'0', N'2022-06-23 04:01:05.317', N'2022-06-23 04:01:05.317', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A3BC84D-8A5F-4430-8761-4B50C0B4C439', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16002', N'1', N'0', N'2022-06-23 04:01:46.273', N'2022-06-23 04:01:46.273', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'738E1908-CD69-4119-80B2-86BC1E3936BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022008', N'1', N'0', N'2022-06-23 04:03:24.830', N'2022-06-23 04:03:24.830', N'9', N'4235', N'0', N'2003', N'42', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'1', N'0', N'0', N'3', N'3', N'8', N'6', N'4235', N'1741') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9EE78080-64D9-478B-A702-01D9D7890A4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021005', N'1', N'0', N'2022-06-23 04:03:53.100', N'2022-06-23 04:03:53.100', N'9', N'6908', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'2', N'6908', N'2735') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84727989-0E8C-4E01-87B6-5CA21C934A48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41804', N'1', N'0', N'2022-06-23 04:03:57.660', N'2022-06-23 04:03:57.660', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E0592F3-C9AB-48C1-B336-5B8520BBB6FC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60084', N'1', N'0', N'2022-06-23 04:04:34.180', N'2022-06-23 04:04:34.180', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C8F62BDF-24AD-453B-80A7-E4DE52CDDB66', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'12041001', N'1', N'0', N'2022-06-10 05:09:44.063', N'2022-06-10 05:09:44.063', N'1', N'2640', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EDA82E17-C438-46A2-991C-0AD076C560E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41139', N'1', N'0', N'2022-06-23 04:05:50.987', N'2022-06-23 04:05:50.987', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1F3F774-34C9-4485-91BB-5E6A6CC66B63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41383', N'1', N'0', N'2022-06-23 04:05:54.223', N'2022-06-23 04:05:54.223', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9D1C687-8ADF-40C2-A92C-C71ECA3FA6D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041007', N'1', N'0', N'2022-06-23 04:06:30.573', N'2022-06-23 04:06:30.573', N'39', N'4096', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4096', N'1028') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'452A8C53-1B9E-452F-8F69-2173839D39F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14041009', N'1', N'0', N'2022-06-23 04:06:30.603', N'2022-06-23 04:06:30.603', N'39', N'4901', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4901', N'1970') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51AC9F1B-626F-4965-9051-17110023C260', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'116044004', N'1', N'0', N'2022-06-23 04:07:49.927', N'2022-06-23 04:07:49.927', N'8', N'5145', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'6', N'6', N'8', N'5145', N'677') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE0C47E5-72A3-4508-852A-3926733432D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31013', N'1', N'0', N'2022-06-23 04:07:58.970', N'2022-06-23 04:07:58.970', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A47DD42-10C7-4016-A28F-F3E9A2BFE009', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61018', N'2', N'0', N'2022-06-23 04:11:03.950', N'2022-06-23 04:11:03.950', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CF6FC03-33FE-4FBA-89CC-23030ADC91C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61016', N'2', N'0', N'2022-06-23 04:11:04.130', N'2022-06-23 04:11:04.130', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA763C3A-7702-43EF-83FD-D7E6BE99C2F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61002', N'1', N'0', N'2022-06-23 04:11:04.550', N'2022-06-23 04:11:04.550', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E64A3106-3E59-48EE-96E3-FB97800DCC3F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'8', N'80000223', N'1', N'0', N'2022-06-25 08:28:26.627', N'2022-06-25 08:28:26.627', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFE774FE-17AF-4D6F-B60F-071484BC8180', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'9', N'80000223', N'1', N'0', N'2022-06-25 08:28:26.633', N'2022-06-25 08:28:26.633', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F443B521-F399-4C0C-9B2C-9C80504429E5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'10', N'80000223', N'1', N'0', N'2022-06-25 08:28:26.637', N'2022-06-25 08:28:26.637', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78378492-3C63-4ADD-940F-113D654104CD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'11', N'80000223', N'1', N'0', N'2022-06-25 08:28:29.090', N'2022-06-25 08:28:29.090', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A9EA282-3FCE-496D-94AE-74156608F673', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'6', N'80000223', N'1', N'0', N'2022-06-25 08:28:29.097', N'2022-06-25 08:28:29.097', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E23DD54E-A5FD-413E-85AA-8D2680F6202A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-30', N'7', N'80000223', N'1', N'0', N'2022-06-25 08:28:29.103', N'2022-06-25 08:28:29.103', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9CCCF385-69DA-45AB-9A1E-A17C9851A579', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'0', N'80000299', N'1', N'0', N'2022-06-25 08:38:09.910', N'2022-06-25 08:38:09.910', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'041A9262-179B-4CC6-949E-80C72955F63D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'1', N'80000511', N'1', N'0', N'2022-06-25 08:38:11.167', N'2022-06-25 08:38:11.167', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB3F7B30-E875-40A0-B7A3-E15B8A5A469D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'2', N'80000312', N'1', N'0', N'2022-06-25 08:38:13.913', N'2022-06-25 08:38:13.913', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AC9092F-4848-4FBB-87F5-331D412C0CBE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'3', N'80000264', N'1', N'0', N'2022-06-25 08:38:14.330', N'2022-06-25 08:38:14.330', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2084FD85-6911-4AA7-9F17-54A21E36D499', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000410', N'1', N'0', N'2022-06-25 08:38:15.790', N'2022-06-25 08:38:15.790', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D2E841F-EEFA-4CBB-9937-CCB24E258740', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000492', N'1', N'0', N'2022-06-25 08:38:17.077', N'2022-06-25 08:38:17.077', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B572B85-F14A-4046-87BE-58027AB94E48', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011000', N'1', N'0', N'2022-06-10 05:09:44.090', N'2022-06-10 05:09:44.090', N'1', N'100000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1DE7BE00-E233-4A04-8F33-816A4FA00E7E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'5', N'0', N'2022-06-25 09:22:37.777', N'2022-06-25 09:22:37.777', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B7680E0-EE30-4BF9-84DB-09F51F6B4CF0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'2', N'0', N'2022-06-25 09:22:42.140', N'2022-06-25 09:22:42.140', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D1082E5-163B-44F0-8331-94C121522F7C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'6', N'0', N'2022-06-25 09:22:45.860', N'2022-06-25 09:22:45.860', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14E105B4-B5C7-4393-B09F-DA48A854F276', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:22:50.290', N'2022-06-25 09:22:50.290', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C16023C1-CFD2-43DE-9938-8A11A935E0AB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000128', N'1', N'0', N'2022-06-25 09:23:07.510', N'2022-06-25 09:23:07.510', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE8378DA-75AF-40F4-9AD7-291BC7FB95B8', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50326', N'1', N'0', N'2022-06-25 09:23:26.060', N'2022-06-25 09:23:26.060', N'39', N'0', N'0', N'5007', N'381', N'0', N'0', N'0', N'0', N'9188', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1CD2A545-7DEB-4703-B756-6E68A657CFAE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50325', N'1', N'0', N'2022-06-25 09:23:29.567', N'2022-06-25 09:23:29.567', N'39', N'0', N'0', N'1033', N'112', N'0', N'0', N'0', N'0', N'9051', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F95A28A3-0111-4044-94AF-2F9D8FCEDA89', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000501', N'1', N'0', N'2022-06-25 08:38:23.413', N'2022-06-25 08:38:23.413', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AC5CA3B3-25D5-4281-8E5D-A8739F231366', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:31.500', N'2022-06-26 02:54:31.500', N'39', N'0', N'0', N'1009', N'315', N'0', N'0', N'0', N'0', N'10224', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8F8F9F2-3291-4CB4-9A24-F8DCF67AD4C4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:35.233', N'2022-06-26 02:54:35.233', N'39', N'0', N'0', N'2032', N'9', N'0', N'0', N'0', N'0', N'10057', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3147A9EA-9A37-4160-BAE7-FCB43D22988B', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:38.860', N'2022-06-26 02:54:38.860', N'39', N'0', N'0', N'5046', N'467', N'0', N'0', N'0', N'0', N'10097', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E69FB1C6-E9E6-4795-9DF2-26FF27823509', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:44.863', N'2022-06-26 02:54:44.863', N'39', N'0', N'0', N'5044', N'462', N'0', N'0', N'0', N'0', N'10095', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67DEB6A1-D79C-4A2E-8ACA-89F2572679C3', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:48.360', N'2022-06-26 02:54:48.360', N'39', N'0', N'0', N'2010', N'9', N'0', N'0', N'0', N'0', N'10017', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BE41875-8173-4A5A-B725-27352DD115BB', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50424', N'1', N'0', N'2022-06-26 02:54:51.917', N'2022-06-26 02:54:51.917', N'39', N'0', N'0', N'5030', N'472', N'0', N'0', N'0', N'0', N'10092', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'770AD9BF-B689-4A02-A7B2-09692AD85B1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012009', N'1', N'0', N'2022-07-07 23:07:08.567', N'2022-07-07 23:07:08.567', N'39', N'3657', N'0', N'2001', N'93', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3657', N'979') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFC4D73C-5B0C-490D-B88F-17B2E47F6B14', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041012', N'1', N'0', N'2022-07-07 23:07:08.667', N'2022-07-07 23:07:08.667', N'39', N'5129', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'13', N'14', N'5129', N'1784') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24CBA87F-AAD9-4076-8092-29760F4D1021', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011012', N'1', N'0', N'2022-07-07 23:07:10.110', N'2022-07-07 23:07:10.110', N'39', N'5760', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'5760', N'1427') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C025794-0155-4E4C-9014-1B720C38DB17', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071011', N'1', N'0', N'2022-07-07 23:07:10.403', N'2022-07-07 23:07:10.403', N'39', N'6845', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6845', N'2087') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B254511-98D2-4001-938D-4D74BCCCC575', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63002', N'2', N'0', N'2022-07-07 23:07:10.663', N'2022-07-07 23:07:10.663', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C662ECA5-93FE-4455-852A-EAA08413D02A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62003', N'3', N'0', N'2022-07-07 23:07:11.070', N'2022-07-07 23:07:11.070', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B9B3E36-B5CA-4264-9156-E05574FEE5AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011010', N'1', N'0', N'2022-07-07 23:07:11.527', N'2022-07-07 23:07:11.527', N'39', N'3086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3086', N'600') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88A6DE05-103A-4732-B19C-86A4F934F151', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041008', N'1', N'0', N'2022-07-07 23:07:11.930', N'2022-07-07 23:07:11.930', N'39', N'8558', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'8558', N'2617') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B4EAAFC-98B8-4A2A-8214-D7318FDE4BC5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'2', N'0', N'2022-07-07 23:07:12.180', N'2022-07-07 23:07:12.180', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB96A1CB-A99D-445D-8FEA-14A8D27ADEA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12031012', N'1', N'0', N'2022-07-07 23:07:12.600', N'2022-07-07 23:07:12.600', N'39', N'4165', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'4', N'2', N'4165', N'2021') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4910A473-7A79-470F-AA61-47B991843144', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11071011', N'1', N'0', N'2022-07-07 23:07:13.013', N'2022-07-07 23:07:13.013', N'39', N'7006', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'1', N'7006', N'2377') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9626BE58-EBC1-4E9E-80F3-BC2D3C9B54B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11032012', N'1', N'0', N'2022-07-07 23:13:19.370', N'2022-07-07 23:13:19.370', N'9', N'7845', N'0', N'2002', N'326', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'10', N'8', N'7845', N'2456') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43FDCF78-B475-45D2-9A61-BC247FB58567', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20022011', N'1', N'0', N'2022-07-07 23:13:19.957', N'2022-07-07 23:13:19.957', N'9', N'4840', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4840', N'1056') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE8C6B88-DD29-499C-9009-7ED789EFFFF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20042010', N'1', N'0', N'2022-07-07 23:14:33.277', N'2022-07-07 23:14:33.277', N'9', N'3311', N'0', N'1010', N'39', N'0', N'0', N'0', N'0', N'1051', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3311', N'1261') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFF9D1E5-5DAA-4587-AED1-D3BA37E5C529', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11062008', N'1', N'0', N'2022-07-07 23:14:38.337', N'2022-07-07 23:14:38.337', N'9', N'6084', N'0', N'2001', N'335', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6084', N'2723') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'52494021-D00E-4C23-8E8D-9B0DA78BAAD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022008', N'1', N'0', N'2022-07-07 23:14:38.750', N'2022-07-07 23:14:38.750', N'9', N'6084', N'0', N'2001', N'335', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6084', N'2723') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E20EF1FD-1C15-4FB4-8344-370286BC319E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021009', N'1', N'0', N'2022-07-07 23:15:03.117', N'2022-07-07 23:15:03.117', N'9', N'7943', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7943', N'2469') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1B754FB-162F-4065-9B04-42BC3ADE8413', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012010', N'1', N'0', N'2022-07-07 23:15:16.123', N'2022-07-07 23:15:16.123', N'9', N'4297', N'0', N'2035', N'4', N'0', N'0', N'0', N'0', N'2073', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4297', N'1024') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'69A3D333-C0AA-4F66-B735-BB911C158932', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012011', N'1', N'0', N'2022-07-07 23:15:40.197', N'2022-07-07 23:15:40.197', N'9', N'7558', N'0', N'2001', N'242', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'7558', N'2249') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F59D5C2-9527-4B4E-8EB4-1BECB90D15DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15022010', N'1', N'0', N'2022-07-07 23:15:40.627', N'2022-07-07 23:15:40.627', N'9', N'4554', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4554', N'849') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8327754D-8198-43B0-9EA9-FD132494B39A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11081008', N'1', N'0', N'2022-07-07 23:17:27.890', N'2022-07-07 23:17:27.890', N'9', N'7476', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'7476', N'2583') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8BF6EF89-D65C-4B83-8DC2-15478C9C7C92', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11112012', N'1', N'0', N'2022-07-07 23:19:36.700', N'2022-07-07 23:19:36.700', N'9', N'8434', N'0', N'2001', N'299', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'8434', N'2397') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'78AF23EE-AB45-4A30-B0ED-C8579D6B2AF3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'56019', N'2', N'0', N'2022-07-07 23:19:37.320', N'2022-07-07 23:19:37.320', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6BD2E9BE-BDE2-429E-899A-58B3569EF761', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15012011', N'1', N'0', N'2022-07-07 23:19:37.747', N'2022-07-07 23:19:37.747', N'9', N'3283', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3283', N'1307') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FAA46B2-DE84-4556-AEE2-1A7F837736F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-07 23:19:38.180', N'2022-07-07 23:19:38.180', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4BDFF34-9BEF-4090-AA03-140D84A04438', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'4', N'59003', N'36', N'0', N'2022-07-07 23:19:38.933', N'2022-07-07 23:19:38.933', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'409FDB40-DA79-4D00-8A53-3FA50317A6EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'52991', N'1', N'0', N'2022-07-08 01:20:19.647', N'2022-07-08 01:20:19.647', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'793E3919-3DD2-4950-B8CF-4649BA258498', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711092006', N'1', N'0', N'2022-07-08 01:20:20.947', N'2022-07-08 01:20:20.947', N'9', N'7657', N'0', N'1010', N'165', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7657', N'2627') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B9B73E1-B4A4-4EB1-98D6-37361BBC8733', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711052006', N'1', N'0', N'2022-07-08 01:20:21.343', N'2022-07-08 01:20:21.343', N'9', N'9518', N'0', N'1010', N'118', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9518', N'2123') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C8C48AF-F2B3-4DFA-9538-FEDF3886BE09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'1', N'0', N'2022-07-08 01:20:26.220', N'2022-07-08 01:20:26.220', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDAD6F0F-8D4C-49C1-89C3-02805E8FA541', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711071006', N'1', N'0', N'2022-07-08 01:20:27.417', N'2022-07-08 01:20:27.417', N'9', N'9637', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'9637', N'2496') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1663D5D0-B3DD-4BBD-B0B2-22EB66A8DE9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'62002', N'1', N'0', N'2022-07-08 01:25:23.903', N'2022-07-08 01:25:23.903', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E3887EA-D105-4934-ADA7-BEBF63996A42', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11071012', N'1', N'0', N'2022-07-08 01:25:24.037', N'2022-07-08 01:25:24.037', N'39', N'8436', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8436', N'2216') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5AF8300-4C55-4294-B658-DCEB91E30DCE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11091012', N'1', N'0', N'2022-07-08 01:25:24.457', N'2022-07-08 01:25:24.457', N'39', N'6655', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'3', N'6655', N'2847') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3461AE2-E055-4B1D-A7AF-5176A2EC033C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20021011', N'1', N'0', N'2022-07-08 01:25:24.783', N'2022-07-08 01:25:24.783', N'39', N'4657', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4657', N'897') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BD14B90A-6377-46A5-A432-A6B1FEB85F35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'14012012', N'1', N'0', N'2022-07-08 01:25:25.010', N'2022-07-08 01:25:25.010', N'39', N'4494', N'0', N'2010', N'6', N'0', N'0', N'0', N'0', N'2040', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'9', N'7', N'4494', N'1974') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDA015AA-E667-4B50-A165-5FDE2A9D4FAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11132012', N'1', N'0', N'2022-07-08 01:25:25.407', N'2022-07-08 01:25:25.407', N'39', N'7926', N'0', N'1010', N'147', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'7926', N'2759') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D22C1605-365F-428B-94E7-FC2EC6A08B70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11152011', N'1', N'0', N'2022-07-08 01:25:25.643', N'2022-07-08 01:25:25.643', N'39', N'6172', N'0', N'2001', N'244', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'6172', N'2215') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'50E4312A-F5E2-40F5-824B-57D7390D7A5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20012010', N'1', N'0', N'2022-07-08 01:25:26.120', N'2022-07-08 01:25:26.120', N'39', N'3165', N'0', N'2031', N'4', N'0', N'0', N'0', N'0', N'2065', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3165', N'815') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08422EC1-93D2-4422-AD89-7316B8A8EC6B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80000084', N'1', N'0', N'2022-07-08 01:25:45.523', N'2022-07-08 01:25:45.523', N'42', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B1AD5C9D-3CFC-429A-AFF0-71489B9ADB83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'16003', N'4', N'0', N'2022-07-08 01:27:06.463', N'2022-07-08 01:27:06.463', N'39', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EB6B466-8FC6-4215-9119-0E47B07B5C52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70000015', N'1', N'0', N'2022-07-08 20:29:46.920', N'2022-07-08 20:29:46.920', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD33AF31-64A8-4A55-886F-685D9E4604BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'88880007', N'1', N'0', N'2022-07-08 20:29:56.580', N'2022-07-08 20:29:56.580', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D090951-46C8-4950-833E-67C899080579', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000036', N'1', N'0', N'2022-07-08 20:31:37.160', N'2022-07-08 20:31:37.160', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33C9D463-D85A-4FC8-A86D-2AC31D1C5024', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000445', N'1', N'0', N'2022-07-08 20:31:44.667', N'2022-07-08 20:31:44.667', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B9E6042-BEA0-4B82-B457-842C847428BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41463', N'11', N'0', N'2022-07-08 20:41:06.323', N'2022-07-08 20:41:06.323', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F6C46E9E-B0FE-4FB6-905D-FA054D05B62D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41464', N'4', N'0', N'2022-07-08 20:41:07.217', N'2022-07-08 20:41:07.217', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B61CDAFB-F842-4A4D-8240-84C2FBB47747', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50428', N'3', N'0', N'2022-07-08 20:43:34.060', N'2022-07-08 20:43:34.060', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'275B2816-1EED-40C5-8583-19DD19ADFBA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'50429', N'3', N'0', N'2022-07-08 20:43:39.320', N'2022-07-08 20:43:39.320', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1F4BC11B-7934-415B-835F-03D5B17AA8F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'40100', N'1', N'0', N'2022-07-08 20:44:58.567', N'2022-07-08 20:44:58.567', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5B691C62-3B6E-4D0F-A040-BDD8067FAB21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41461', N'1', N'0', N'2022-07-08 20:49:56.450', N'2022-07-08 20:49:56.450', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB02AC1B-BFC5-4981-A246-05F5819DF50D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'40100', N'1', N'0', N'2022-07-08 20:51:03.363', N'2022-07-08 20:51:03.363', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB46EFF5-D339-4F9B-B985-46A0A3BA8993', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011011', N'1', N'0', N'2022-07-08 20:55:41.110', N'2022-07-08 20:55:41.110', N'9', N'4437', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4437', N'722') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EDB24CB-45CF-4FA3-976A-1F59F16E46E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41246', N'10', N'0', N'2022-07-08 20:56:07.190', N'2022-07-08 20:56:07.190', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F34C40C-E088-4E94-95BE-D269E22D4D24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41462', N'10', N'0', N'2022-07-08 20:56:22.803', N'2022-07-08 20:56:22.803', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE59F351-F259-4580-A912-16F598C246FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61002', N'1', N'0', N'2022-07-08 20:57:19.610', N'2022-07-08 20:57:19.610', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C85D679-AF48-4CE6-AC29-7CF3C4404FA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'1', N'0', N'2022-07-08 20:57:48.847', N'2022-07-08 20:57:48.847', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D47C709A-8E83-4505-B8A0-BE0A093414A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41466', N'1', N'0', N'2022-07-08 20:58:26.203', N'2022-07-08 20:58:26.203', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8EEB01F0-8F22-4EA7-B106-9A1D751BE68D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 02:43:56.670', N'2022-07-09 02:43:56.670', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72EFDB71-AE29-4D3F-9570-DDDA4DAA6631', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'66040', N'1', N'0', N'2022-07-09 02:44:10.640', N'2022-07-09 02:44:10.640', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11078A78-F516-4BE4-9682-22BAE13308AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 02:44:11.877', N'2022-07-09 02:44:11.877', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BACBB12B-510A-45C5-B243-A036AB96DDB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022012', N'1', N'0', N'2022-07-09 02:44:24.070', N'2022-07-09 02:44:24.070', N'9', N'4780', N'0', N'2009', N'7', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'6', N'6', N'4780', N'1434') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BAAB08D-1714-4E39-82D6-53A5429C7558', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012011', N'1', N'0', N'2022-07-09 02:45:07.853', N'2022-07-09 02:45:07.853', N'9', N'4272', N'0', N'2009', N'3', N'0', N'0', N'0', N'0', N'2038', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'4', N'3', N'6', N'8', N'4272', N'693') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BFC0EDC-8436-4594-ADDC-8B42D75B5808', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11092012', N'1', N'0', N'2022-07-09 02:45:08.267', N'2022-07-09 02:45:08.267', N'9', N'6374', N'0', N'2002', N'361', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'6374', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'835BCEE7-08FD-45C7-9E5B-B8B9EE928DF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-09 02:45:48.990', N'2022-07-09 02:45:48.990', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B64C61ED-D91F-46FE-A4AD-8BCA5F03986F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 02:46:11.500', N'2022-07-09 02:46:11.500', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DFE8B73-2E3C-444B-A920-4EDB177D4166', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 02:46:20.007', N'2022-07-09 02:46:20.007', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8556D6A-D387-4249-A220-64E98D00EC72', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11041008', N'1', N'0', N'2022-07-09 02:46:57.370', N'2022-07-09 02:46:57.370', N'9', N'8253', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8253', N'2491') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14D84DE0-5F67-431B-89A4-CB5BDF6ABDD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11011011', N'1', N'0', N'2022-07-09 02:46:58.587', N'2022-07-09 02:46:58.587', N'9', N'8354', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'4', N'8354', N'2597') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E2E9EEB4-66C9-4D03-97DD-CFD95B4C3914', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11061008', N'1', N'0', N'2022-07-09 02:47:13.113', N'2022-07-09 02:47:13.113', N'9', N'6064', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'6064', N'2596') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CC9771C0-078A-495C-8CD5-9A6344F947C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041012', N'1', N'0', N'2022-07-09 02:47:26.647', N'2022-07-09 02:47:26.647', N'9', N'3416', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3416', N'1153') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E871A758-9CBF-411A-A5BF-C4534EF07D1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-09 02:48:28.930', N'2022-07-09 02:48:28.930', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12FC901C-02C8-4848-8E56-84105B51BDC8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-09 02:48:29.330', N'2022-07-09 02:48:29.330', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDB2C7D0-33E4-4104-8781-5BE8E8ED061F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'20', N'50993', N'1', N'0', N'2022-07-09 02:48:52.253', N'2022-07-09 02:48:52.253', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30454FBC-2A99-4420-AA3A-01AA1F71981F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 02:48:57.540', N'2022-07-09 02:48:57.540', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49E0AF98-6829-4A57-B454-2762778F2142', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012012', N'1', N'0', N'2022-07-09 02:50:02.303', N'2022-07-09 02:50:02.303', N'9', N'4547', N'0', N'2035', N'6', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'2', N'4', N'4547', N'1765') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'072BE7FD-1E35-4A9C-B700-E7900B7C1BF1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032011', N'1', N'0', N'2022-07-09 02:50:02.460', N'2022-07-09 02:50:02.460', N'9', N'3547', N'0', N'2035', N'3', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3547', N'965') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F21DC69-C3B6-464A-87EA-743BA7FDC801', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012011', N'1', N'0', N'2022-07-09 02:50:07.570', N'2022-07-09 02:50:07.570', N'9', N'3576', N'0', N'2004', N'29', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3576', N'818') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0180642F-029A-4BF1-B33F-BE810F85719E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11022009', N'1', N'0', N'2022-07-09 02:50:35.710', N'2022-07-09 02:50:35.710', N'23', N'7249', N'0', N'2002', N'356', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'3', N'7249', N'2014') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C86D0963-8914-4B1D-94BD-C3831401F589', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 02:50:59.330', N'2022-07-09 02:50:59.330', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EED819EE-5918-4591-9E5D-861F1DCE990E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051011', N'1', N'0', N'2022-07-09 02:50:59.740', N'2022-07-09 02:50:59.740', N'39', N'6947', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6947', N'2420') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBE65AF4-BBF7-461E-8CEC-813B43E341EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41552', N'1', N'-1', N'2022-07-09 02:55:40.657', N'2022-07-09 02:55:40.657', N'6', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E49A868A-47EC-4273-9DE1-EB0211618FAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41570', N'10', N'0', N'2022-07-09 03:00:34.000', N'2022-07-09 03:00:34.000', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3786299-E16C-4510-8FD1-6983B518C63D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072011', N'1', N'0', N'2022-07-09 03:00:38.093', N'2022-07-09 03:00:38.093', N'9', N'6677', N'0', N'2002', N'302', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'6677', N'2571') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A04124AC-244F-4392-91AB-79CC080B81A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 03:02:33.150', N'2022-07-09 03:02:33.150', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'30008CE1-1192-49DD-8C29-1B91CA24136C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12011014', N'1', N'0', N'2022-07-09 03:02:48.367', N'2022-07-09 03:02:48.367', N'9', N'4493', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'4493', N'1610') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D877F81A-E497-442D-AA91-26C08F400887', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 03:03:45.857', N'2022-07-09 03:03:45.857', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A71D838-9996-414C-9B0C-116565D4D3C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011012', N'1', N'0', N'2022-07-09 03:03:46.290', N'2022-07-09 03:03:46.290', N'39', N'3978', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3978', N'1268') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9BC4BB29-B9C9-4FCB-A2D9-C983C53EE948', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11091013', N'1', N'0', N'2022-07-09 03:04:57.180', N'2022-07-09 03:04:57.180', N'39', N'6985', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'6985', N'2668') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'963DB429-1EB0-4C77-AE4B-00DC14D88B71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-09 03:05:03.103', N'2022-07-09 03:05:03.103', N'9', N'7086', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7086', N'2405') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D14F514-0BBF-4DF3-A38A-53C2CABFF843', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12041014', N'1', N'0', N'2022-07-09 03:07:26.140', N'2022-07-09 03:07:26.140', N'9', N'4745', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'4745', N'1819') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC728C61-6976-4EEA-8739-24F8592159E4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031012', N'1', N'0', N'2022-07-09 03:07:27.720', N'2022-07-09 03:07:27.720', N'9', N'4860', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4860', N'641') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'040FAFF2-002A-41B9-AC49-46174AC28AA0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031013', N'1', N'0', N'2022-07-09 03:07:58.760', N'2022-07-09 03:07:58.760', N'9', N'8595', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'13', N'13', N'8595', N'2337') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B49803B-51FF-4B08-966E-206DECF7F320', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022010', N'1', N'0', N'2022-07-09 03:08:00.400', N'2022-07-09 03:08:00.400', N'9', N'4052', N'0', N'2036', N'3', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'4052', N'1173') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56F5035F-3EEB-44E7-BFD7-39F9D6793A3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13031012', N'1', N'0', N'2022-07-09 03:09:15.770', N'2022-07-09 03:09:15.770', N'9', N'3879', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3879', N'1479') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D7B12E5D-B3C6-4370-AEAA-8CC3CBB2CF6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-09 04:16:06.317', N'2022-07-09 04:16:06.317', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C90D1382-8AF0-4103-A93C-B9BD4275950F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072012', N'1', N'0', N'2022-07-09 03:11:30.110', N'2022-07-09 03:11:30.110', N'9', N'6472', N'0', N'1010', N'145', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6472', N'2388') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C4B5A98D-B836-407C-9681-CED3052F4A7E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11132012', N'1', N'0', N'2022-07-09 03:11:30.930', N'2022-07-09 03:11:30.930', N'9', N'6472', N'0', N'1010', N'145', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'6472', N'2388') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91496A32-9844-4316-AAF1-F23E11863FDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012011', N'1', N'0', N'2022-07-09 03:11:32.143', N'2022-07-09 03:11:32.143', N'9', N'4424', N'0', N'2031', N'5', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4424', N'1927') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A54F9BD8-26E8-4829-8D6F-812D860197CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032011', N'1', N'0', N'2022-07-09 03:11:32.750', N'2022-07-09 03:11:32.750', N'9', N'3424', N'0', N'2031', N'3', N'0', N'0', N'0', N'0', N'2064', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3424', N'1127') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0A76F07-8688-46D1-87D2-6D9B3987FA76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052011', N'1', N'0', N'2022-07-09 03:11:33.403', N'2022-07-09 03:11:33.403', N'9', N'7534', N'0', N'1010', N'125', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'10', N'10', N'7534', N'2027') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CE6C6597-4217-43E3-BF72-9FB4EFA9062A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042011', N'1', N'0', N'2022-07-09 03:11:33.967', N'2022-07-09 03:11:33.967', N'9', N'5532', N'0', N'2031', N'6', N'0', N'0', N'0', N'0', N'2063', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'5532', N'1427') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D626043-AEEB-4C03-AD2B-F5739A643997', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15041012', N'1', N'0', N'2022-07-09 03:11:36.197', N'2022-07-09 03:11:36.197', N'9', N'3345', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3345', N'670') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B858371-9489-4B6A-AB0D-6127450BEDD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'12024007', N'1', N'0', N'2022-07-09 03:11:56.177', N'2022-07-09 03:11:56.177', N'23', N'5183', N'0', N'2031', N'7', N'2012', N'7', N'0', N'0', N'2063', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'1', N'0', N'0', N'3', N'3', N'9', N'8', N'5183', N'1433') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EF94B943-872B-4307-AAA6-E6B72CE9CDB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41597', N'1', N'-1', N'2022-07-09 03:16:04.850', N'2022-07-09 03:16:04.850', N'22', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45AD7D59-28B1-4D66-90C2-A0A6DB7697FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 03:21:27.783', N'2022-07-09 03:21:27.783', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C3F7D6D-30C0-4339-B87D-33363EF1FC5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 03:22:10.930', N'2022-07-09 03:22:10.930', N'9', N'0', N'0', N'1002', N'97', N'0', N'0', N'0', N'0', N'11002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E3C26255-D8A5-4398-971E-2A593C1EB085', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021008', N'1', N'0', N'2022-07-09 03:23:09.597', N'2022-07-09 03:23:09.597', N'9', N'8920', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'8920', N'2247') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D535FF9-FBEF-4B32-B1B4-4BD010DC8061', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011011', N'1', N'0', N'2022-07-09 03:23:11.153', N'2022-07-09 03:23:11.153', N'9', N'8881', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'8881', N'2059') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9DF200FB-5D6D-4EA3-AD77-FFAAF65F84AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 03:23:22.710', N'2022-07-09 03:23:22.710', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A381C56-DC34-4FFA-9E99-C44128C043E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 04:16:06.500', N'2022-07-09 04:16:06.500', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'27', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FEA9F68-3CD1-4121-AD0E-BB90404B9500', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16012011', N'1', N'0', N'2022-07-09 03:23:49.510', N'2022-07-09 03:23:49.510', N'9', N'4087', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4087', N'1093') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91750B92-0AEC-41BE-8400-264A7CD92160', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13022011', N'1', N'0', N'2022-07-09 03:23:49.930', N'2022-07-09 03:23:49.930', N'9', N'4087', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4087', N'1093') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C8E0924-4EBE-4F98-A979-71A5907D9969', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13022011', N'1', N'0', N'2022-07-09 03:23:52.603', N'2022-07-09 03:23:52.603', N'9', N'4151', N'0', N'2003', N'32', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'4151', N'611') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A32B8CDC-C87C-4A9D-B3E4-754382548D1D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011011', N'1', N'0', N'2022-07-09 03:23:59.280', N'2022-07-09 03:23:59.280', N'9', N'8390', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'8390', N'2609') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13950FC8-5055-4523-94F4-F08D4BF16831', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 03:24:40.197', N'2022-07-09 03:24:40.197', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF6596AD-1E21-4B3C-A20E-5C3256B51C07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13032010', N'1', N'0', N'2022-07-09 03:25:01.840', N'2022-07-09 03:25:01.840', N'9', N'4854', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4854', N'941') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7455C16C-9B3A-4463-9706-A7F4D8FA4CB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 03:25:02.810', N'2022-07-09 03:25:02.810', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7010231-02E1-427E-8F18-185B4990E7D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072012', N'1', N'0', N'2022-07-09 03:25:02.823', N'2022-07-09 03:25:02.823', N'9', N'6960', N'0', N'2001', N'333', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'3', N'13', N'13', N'6960', N'2036') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51835444-B14D-4241-AFB4-47A5B7797641', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021008', N'1', N'0', N'2022-07-09 03:25:03.447', N'2022-07-09 03:25:03.447', N'9', N'7818', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'6', N'7818', N'2565') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'146A56AE-AEE3-485D-9C2D-D7ACBB4297A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12042011', N'1', N'0', N'2022-07-09 03:25:34.000', N'2022-07-09 03:25:34.000', N'9', N'4191', N'0', N'2009', N'8', N'0', N'0', N'0', N'0', N'2037', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4191', N'2167') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90ED8AB1-1641-4D7A-8433-5064DFCFC879', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11012011', N'1', N'0', N'2022-07-09 03:25:34.407', N'2022-07-09 03:25:34.407', N'9', N'7552', N'0', N'2001', N'296', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'6', N'7552', N'2073') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F48275AD-541B-4DA3-A91A-F85C51C1B0C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'19', N'50993', N'1', N'0', N'2022-07-09 03:25:49.000', N'2022-07-09 03:25:49.000', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A90E1C16-7AE2-4CE5-89F4-89613E77481E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'15031012', N'1', N'0', N'2022-07-09 03:25:57.907', N'2022-07-09 03:25:57.907', N'9', N'4446', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4446', N'1005') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88A838CC-5808-4E55-B226-D33288C032B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'21', N'50993', N'1', N'0', N'2022-07-09 03:26:24.790', N'2022-07-09 03:26:24.790', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91F6122C-D223-4C6B-9486-F6D81977112B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'22', N'50993', N'1', N'0', N'2022-07-09 03:26:34.123', N'2022-07-09 03:26:34.123', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E6800A1-62EB-47CF-B005-CDE8F4A84704', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 03:26:50.403', N'2022-07-09 03:26:50.403', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'927EE111-8927-4F0F-9CD8-99845B69C464', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'50518', N'1', N'0', N'2022-07-09 03:27:06.970', N'2022-07-09 03:27:06.970', N'9', N'0', N'0', N'2011', N'1', N'0', N'0', N'0', N'0', N'11005', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81A60BA9-02C7-4367-A231-1EFFDABD4515', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 03:28:58.637', N'2022-07-09 03:28:58.637', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EAB84C5-B5DA-4117-8AD4-860504BF2CF0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11051013', N'1', N'0', N'2022-07-09 03:29:05.067', N'2022-07-09 03:29:05.067', N'9', N'7575', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'4', N'3', N'15', N'12', N'7575', N'2281') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0330C4C7-3F56-420F-8FD0-5129C1AD64CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 03:29:10.957', N'2022-07-09 03:29:10.957', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'10', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D93C7577-1342-4376-A0CA-DF45804DBF86', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 03:31:10.983', N'2022-07-09 03:31:10.983', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4951D0E5-E88D-4D58-8819-0F1342FFC5A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 03:31:15.650', N'2022-07-09 03:31:15.650', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'15', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82939512-8827-4A3F-BD4A-EE928EFD694D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'7', N'50993', N'1', N'0', N'2022-07-09 03:31:16.667', N'2022-07-09 03:31:16.667', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D4E7F57-C8C8-4CAC-A5A2-FB22CEB0D2A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 03:31:21.940', N'2022-07-09 03:31:21.940', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A703775E-BE4E-416D-A54C-BD2B92576793', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20041012', N'1', N'0', N'2022-07-09 03:31:53.210', N'2022-07-09 03:31:53.210', N'9', N'4099', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4099', N'746') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6DD775AD-E1F9-4589-B034-B10CD6F63CE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022011', N'1', N'0', N'2022-07-09 03:31:53.600', N'2022-07-09 03:31:53.600', N'9', N'5097', N'0', N'2002', N'149', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'5097', N'1551') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C5754CE-F135-4C28-8DB0-06B9FCE3EBDC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-09 03:32:06.570', N'2022-07-09 03:32:06.570', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E806DCB-B115-400E-BC0A-6BF969CF2E9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11032011', N'1', N'0', N'2022-07-09 03:34:05.277', N'2022-07-09 03:34:05.277', N'9', N'9878', N'0', N'2001', N'217', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'9878', N'2412') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EACBA935-5C8A-4F9C-802C-64E30207BB3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41598', N'1', N'0', N'2022-07-09 03:34:09.933', N'2022-07-09 03:34:09.933', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'872E1EC5-B0C3-41A4-97E9-B778F15318F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16011012', N'1', N'0', N'2022-07-09 03:34:53.110', N'2022-07-09 03:34:53.110', N'39', N'4533', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'4533', N'1137') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02F82976-129D-4D9C-8CFB-D0412D7B84DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041012', N'1', N'0', N'2022-07-09 03:34:53.277', N'2022-07-09 03:34:53.277', N'39', N'3572', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3572', N'1207') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4BBC1F7-0D52-4495-ADB3-DC2A27991864', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011012', N'1', N'0', N'2022-07-09 03:34:53.710', N'2022-07-09 03:34:53.710', N'39', N'3572', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3572', N'1207') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF7FC380-4B55-42CD-B60F-8CE875907FA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011012', N'1', N'0', N'2022-07-09 03:34:54.067', N'2022-07-09 03:34:54.067', N'39', N'4355', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4355', N'926') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E84AC6EB-CB35-494B-9BD3-73EC43441DCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11091013', N'1', N'0', N'2022-07-09 03:34:54.350', N'2022-07-09 03:34:54.350', N'39', N'6656', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'6', N'5', N'6656', N'2255') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AD84031-746F-40BD-9231-DA422C111F65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'41599', N'1', N'0', N'2022-07-09 03:36:00.763', N'2022-07-09 03:36:00.763', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C80C9567-29BE-469D-AED9-8EF1D2032E26', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41553', N'1', N'0', N'2022-07-09 03:36:54.647', N'2022-07-09 03:36:54.647', N'25', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'4', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57D98A4F-AF42-4DDE-8A8D-5CC5A7ABAB95', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16022011', N'1', N'0', N'2022-07-09 03:40:17.507', N'2022-07-09 03:40:17.507', N'9', N'3944', N'0', N'2036', N'4', N'0', N'0', N'0', N'0', N'2075', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3944', N'1298') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F9C20B5-21D4-4BBB-B5AC-E288069E2EC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 03:40:55.843', N'2022-07-09 03:40:55.843', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C80DDB91-43B7-45F2-AE4A-47B171B168F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011011', N'1', N'0', N'2022-07-09 03:41:03.983', N'2022-07-09 03:41:03.983', N'9', N'7996', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7996', N'2709') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A11A29B3-F66E-456B-A49D-FCEE66FF3CDB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 03:41:11.110', N'2022-07-09 03:41:11.110', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CB259969-65B1-4DC6-A4B4-2F6A35229B9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15011012', N'1', N'0', N'2022-07-09 03:41:12.300', N'2022-07-09 03:41:12.300', N'9', N'3434', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3434', N'1244') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3663FD32-00EC-4EC3-A607-34F30D4C197A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 03:41:18.467', N'2022-07-09 03:41:18.467', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'84EF805F-22BE-4DA0-83C2-055B38429CBB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16021012', N'1', N'0', N'2022-07-09 03:41:27.570', N'2022-07-09 03:41:27.570', N'9', N'3750', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3750', N'933') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D63CD29-206F-4278-8CDD-1EC49A747A7F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 03:42:00.047', N'2022-07-09 03:42:00.047', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0116C84-C45C-4BEF-9744-E72AC29E59E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 03:42:05.703', N'2022-07-09 03:42:05.703', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99C48531-1EEB-4569-B2D3-AE6CD5220C76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16032011', N'1', N'0', N'2022-07-09 03:42:20.357', N'2022-07-09 03:42:20.357', N'9', N'3277', N'0', N'2001', N'141', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3277', N'1158') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C450EB9F-99CE-49F9-AEB1-DEACF31EF611', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042012', N'1', N'0', N'2022-07-09 03:42:20.960', N'2022-07-09 03:42:20.960', N'9', N'4277', N'0', N'2001', N'188', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'3', N'3', N'4', N'4277', N'1958') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6531F0F-8BDC-4DA2-81EC-F289C43FDDC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 03:42:37.013', N'2022-07-09 03:42:37.013', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBFBBEC9-4F39-4383-9124-0027DD41E520', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 03:42:51.850', N'2022-07-09 03:42:51.850', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'8', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0850E546-85EE-4B21-8FFB-6B67C107BCF3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-09 03:42:52.497', N'2022-07-09 03:42:52.497', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C25B2200-946E-4880-8579-EE642ADA2577', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 03:43:04.257', N'2022-07-09 03:43:04.257', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'6', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E54FE25E-02E0-4790-887B-853E90AED204', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'10', N'50993', N'1', N'0', N'2022-07-09 03:43:16.650', N'2022-07-09 03:43:16.650', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'11', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'18FDDDBB-187A-4C71-B6F7-A4D2AE009B62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20011012', N'1', N'0', N'2022-07-09 03:43:21.840', N'2022-07-09 03:43:21.840', N'39', N'4088', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'4088', N'936') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6509C0E7-C978-4F1E-832E-E08040A2FC23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16031012', N'1', N'0', N'2022-07-09 03:43:22.260', N'2022-07-09 03:43:22.260', N'39', N'3341', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3341', N'1181') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01431176-DB50-4F45-B4F3-A614E7B912AB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 03:44:52.213', N'2022-07-09 03:44:52.213', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'533CD3D7-75F0-47E3-B11D-F4EA183108E9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 03:45:21.553', N'2022-07-09 03:45:21.553', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D256B5D8-F01B-40C9-8C58-146CC7F68EEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 03:46:24.277', N'2022-07-09 03:46:24.277', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'819C19E7-11F1-4728-92D0-329BB0004DFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 03:46:37.890', N'2022-07-09 03:46:37.890', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'3', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CF5D182C-494E-4F18-BF3C-6E4188E51987', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11022009', N'1', N'0', N'2022-07-09 03:46:51.480', N'2022-07-09 03:46:51.480', N'9', N'9572', N'0', N'2002', N'257', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'9572', N'2466') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FFBB38EF-6F17-4DBA-9257-433C0EBC8156', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-09 03:46:51.920', N'2022-07-09 03:46:51.920', N'9', N'4564', N'0', N'2012', N'3', N'0', N'0', N'0', N'0', N'2047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4564', N'1066') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD78E413-9344-4AAA-AEFE-60ADD3EC7630', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 03:47:09.760', N'2022-07-09 03:47:09.760', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'5', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45641AA4-40A6-4FFD-B6E3-8440D8AC0F70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11061010', N'1', N'0', N'2022-07-09 03:47:15.447', N'2022-07-09 03:47:15.447', N'9', N'7567', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'3', N'7567', N'2592') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B3D59E66-3942-4D4B-AA5E-88F9160559E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012011', N'1', N'0', N'2022-07-09 03:49:14.367', N'2022-07-09 03:49:14.367', N'9', N'4236', N'0', N'2036', N'5', N'0', N'0', N'0', N'0', N'2074', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'7', N'7', N'4236', N'1679') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C1F87C3-F977-42D8-BD13-4B6E7DEF1402', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41584', N'2', N'0', N'2022-07-09 03:49:19.230', N'2022-07-09 03:49:19.230', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEB30D37-13E8-4F11-8CCE-EB8DFB7E8C2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15031012', N'1', N'0', N'2022-07-09 03:50:05.727', N'2022-07-09 03:50:05.727', N'39', N'4035', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4035', N'629') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5A2B9B63-ED5D-41FF-BAC4-56D6064D6AD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 03:50:05.747', N'2022-07-09 03:50:05.747', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D113E6FA-3A56-4453-A267-237F6EE274D0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 03:50:05.980', N'2022-07-09 03:50:05.980', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C84AE47F-D9CD-40C7-9EE0-AFBDC2F02DF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31014', N'1', N'0', N'2022-07-09 03:50:30.880', N'2022-07-09 03:50:30.880', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B7CA89F6-62EC-4C5A-95D7-C522E1EAA44C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16042011', N'1', N'0', N'2022-07-09 03:52:11.283', N'2022-07-09 03:52:11.283', N'9', N'4708', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4708', N'847') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15ECE201-0A54-4347-9DDA-E3DA1AAF5293', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 03:52:11.913', N'2022-07-09 03:52:11.913', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0074A3AB-973D-44BF-B48D-AA5AEB282B75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 03:52:34.560', N'2022-07-09 03:52:34.560', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D0F8C48-A648-42BE-B91D-E0989AC777B2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12042012', N'1', N'0', N'2022-07-09 03:53:37.107', N'2022-07-09 03:53:37.107', N'9', N'6433', N'0', N'2001', N'193', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'3', N'12', N'13', N'6433', N'1473') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FDEE69B-D28F-4D9E-A7A0-809D449059A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 03:54:09.957', N'2022-07-09 03:54:09.957', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AFF8EA97-252D-446A-BCE0-685660763452', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12021014', N'1', N'0', N'2022-07-09 03:54:10.700', N'2022-07-09 03:54:10.700', N'9', N'4621', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'2', N'2', N'4621', N'2035') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1836640F-AD7E-4DEF-A713-10B32899CD0C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021008', N'1', N'0', N'2022-07-09 03:54:24.117', N'2022-07-09 03:54:24.117', N'9', N'8346', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'8346', N'2221') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D14CD2E-4189-4EC2-BA37-027A3FB2A51C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'11', N'50993', N'1', N'0', N'2022-07-09 03:54:31.060', N'2022-07-09 03:54:31.060', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77B36E46-FE5F-417A-92AE-4B212E02EDE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 03:54:56.403', N'2022-07-09 03:54:56.403', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'12', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'764DAE0C-3D63-4360-B966-63340A5624B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 03:55:22.840', N'2022-07-09 03:55:22.840', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D77A640-13B2-444B-B27C-C0FFF0CD78E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 03:55:29.140', N'2022-07-09 03:55:29.140', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2835C814-5B7C-4B4C-8199-93412C63FDF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-09 03:55:50.233', N'2022-07-09 03:55:50.233', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24232716-3840-4AE2-A180-92A390F94753', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 03:57:16.107', N'2022-07-09 03:57:16.107', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC45E1BC-FCEF-4C4E-BD22-509B93AED31F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 03:57:29.263', N'2022-07-09 03:57:29.263', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'7', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8070EC72-2F84-4ABA-AF4B-0F8060605C0B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011013', N'1', N'0', N'2022-07-09 03:57:36.003', N'2022-07-09 03:57:36.003', N'9', N'7769', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'7769', N'2390') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5AA591AF-33D8-4988-98B2-A40DCA4A5D28', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11011013', N'1', N'0', N'2022-07-09 03:57:41.693', N'2022-07-09 03:57:41.693', N'9', N'6645', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'1', N'6645', N'2956') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'61967F3D-B9BC-451C-A431-61BEB3277605', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'12032012', N'1', N'0', N'2022-07-09 03:58:24.353', N'2022-07-09 03:58:24.353', N'9', N'5134', N'0', N'2011', N'8', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'9', N'9', N'5134', N'1836') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F27F9F54-C85B-4534-8294-DA81D9547944', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'16022010', N'1', N'0', N'2022-07-09 03:58:24.750', N'2022-07-09 03:58:24.750', N'9', N'4134', N'0', N'2011', N'4', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'4134', N'1036') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'461540C7-B112-4E2B-BEA1-FD8E32EBDCD5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20021012', N'1', N'0', N'2022-07-09 03:58:25.167', N'2022-07-09 03:58:25.167', N'9', N'3237', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3237', N'745') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACF78A1F-AC1F-44E0-9835-5CC68E3CA10F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13012010', N'1', N'0', N'2022-07-09 03:58:27.720', N'2022-07-09 03:58:27.720', N'9', N'4196', N'0', N'2003', N'29', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4196', N'1079') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A902DF6B-802D-4A83-BE7F-7C280D85A333', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 03:59:21.697', N'2022-07-09 03:59:21.697', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'9', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'648264DF-6CDA-4761-84D1-1C5C75E13C31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 03:59:24.337', N'2022-07-09 03:59:24.337', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D0980F5-8F91-45E2-8A8C-69CA11D85D4A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 03:59:28.400', N'2022-07-09 03:59:28.400', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'13', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E088A98A-7DD3-4135-BFE8-EED810848292', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 03:59:33.073', N'2022-07-09 03:59:33.073', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC12C1A5-BB40-4A2A-9010-366CDBCF2AA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 03:59:34.060', N'2022-07-09 03:59:34.060', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'11F9BD3D-E76E-4B2F-9148-6D1A5F26E1EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'20011012', N'1', N'0', N'2022-07-09 03:59:34.473', N'2022-07-09 03:59:34.473', N'39', N'3808', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3808', N'840') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71DB4660-C514-4D1D-AB4C-DDC243591E60', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 03:59:35.607', N'2022-07-09 03:59:35.607', N'39', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'17', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4D0A4EB-4749-432A-8F58-5B951326DA23', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'60058', N'1', N'0', N'2022-07-09 04:01:00.510', N'2022-07-09 04:01:00.510', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB4C7B06-5C81-4812-9C17-2E240199BA31', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'13042010', N'1', N'0', N'2022-07-09 04:02:28.223', N'2022-07-09 04:02:28.223', N'9', N'3343', N'0', N'2001', N'130', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'3', N'2', N'3343', N'814') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE4E2EE1-109D-4DDB-BF50-45346DD67F55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11021010', N'1', N'0', N'2022-07-09 04:02:29.393', N'2022-07-09 04:02:29.393', N'9', N'8954', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'8', N'8954', N'2112') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C411A793-2B58-4DF1-BE16-73684E68B1F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11072012', N'1', N'0', N'2022-07-09 04:02:30.440', N'2022-07-09 04:02:30.440', N'9', N'6813', N'0', N'1010', N'154', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'6813', N'2422') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'515C0524-6197-4936-B8FF-F384DCB68068', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'8', N'50993', N'1', N'0', N'2022-07-09 04:02:34.153', N'2022-07-09 04:02:34.153', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F8B7570-5C3E-451B-B81D-F7116684FD85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'11042009', N'1', N'0', N'2022-07-09 04:02:45.003', N'2022-07-09 04:02:45.003', N'39', N'7992', N'0', N'2001', N'309', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'7992', N'2783') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C50861FB-B6F8-4300-99B4-BFA4D6B95161', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-09 04:03:54.670', N'2022-07-09 04:03:54.670', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BB4B082C-7A7D-4E2C-9C2E-D9019F09369A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41519', N'1', N'0', N'2022-07-09 04:05:07.220', N'2022-07-09 04:05:07.220', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A4ADAC0-2A3E-49FD-8723-BF9ED993424A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31021', N'1', N'0', N'2022-07-09 04:05:50.713', N'2022-07-09 04:05:50.713', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0EC5C01E-E730-41FD-B565-5B35B07CFD09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31032', N'1', N'0', N'2022-07-09 04:09:12.323', N'2022-07-09 04:09:12.323', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0C355CB3-2479-4271-8ED9-6B1965227959', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'63003', N'2', N'0', N'2022-07-09 04:06:58.037', N'2022-07-09 04:06:58.037', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'32AE92BE-6EEB-4E09-B366-A3F3758F9F07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'31052', N'1', N'0', N'2022-07-09 04:09:43.057', N'2022-07-09 04:09:43.057', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EB6412A-D7D7-472D-B00E-44C64A3BDCC0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11111013', N'1', N'0', N'2022-07-09 04:11:54.367', N'2022-07-09 04:11:54.367', N'9', N'9667', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'9667', N'2169') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F17C94A9-F732-402D-8FA5-60010130B910', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 04:12:49.197', N'2022-07-09 04:12:49.197', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CD5F4518-8AB9-4F41-BEBC-FE3D7BA44136', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'6', N'50993', N'1', N'0', N'2022-07-09 04:12:55.093', N'2022-07-09 04:12:55.093', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'41DC1CA9-89FD-46B0-A5D6-652C3CE17018', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12022011', N'1', N'0', N'2022-07-09 04:13:01.203', N'2022-07-09 04:13:01.203', N'9', N'4906', N'0', N'2001', N'183', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'4906', N'1568') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DCC79EF8-E866-4C14-BEEC-F5E282614DB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032010', N'1', N'0', N'2022-07-09 04:13:01.600', N'2022-07-09 04:13:01.600', N'9', N'3906', N'0', N'2001', N'136', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3906', N'768') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F689F6A7-DB1C-4B51-BB7E-BD4AE892F0A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11051011', N'1', N'0', N'2022-07-09 04:13:08.910', N'2022-07-09 04:13:08.910', N'9', N'6886', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'3', N'2', N'6886', N'2383') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7B6274DC-B8A6-4368-A72F-1D8E0CA83AEC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042011', N'1', N'0', N'2022-07-09 04:13:21.670', N'2022-07-09 04:13:21.670', N'9', N'4743', N'0', N'2004', N'35', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'4743', N'731') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA58F9CC-9D1E-4DE5-8240-38C3853F841A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11021008', N'1', N'0', N'2022-07-09 04:13:23.107', N'2022-07-09 04:13:23.107', N'9', N'6709', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'8', N'10', N'6709', N'2465') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B6A58416-EEBA-4472-A898-BB635201A75E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'12', N'50993', N'1', N'0', N'2022-07-09 04:13:26.337', N'2022-07-09 04:13:26.337', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E4C5E4B2-C521-43B1-ADDC-B8F35AB8F522', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'13', N'50993', N'1', N'0', N'2022-07-09 04:13:35.463', N'2022-07-09 04:13:35.463', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5208744B-5C23-4D0B-BFFB-F6D69702F555', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'14', N'50993', N'1', N'0', N'2022-07-09 04:14:04.343', N'2022-07-09 04:14:04.343', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB841641-67B6-453A-8EFD-A3EE9406B4DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'15', N'50993', N'1', N'0', N'2022-07-09 04:15:11.940', N'2022-07-09 04:15:11.940', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F95FF5DE-85FB-4849-B045-946B939F05B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'16', N'50993', N'1', N'0', N'2022-07-09 04:15:12.337', N'2022-07-09 04:15:12.337', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92E36E3A-6982-4731-A36F-90FA9599A287', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16041012', N'1', N'0', N'2022-07-09 04:15:56.363', N'2022-07-09 04:15:56.363', N'9', N'4418', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'4418', N'1003') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FDFD6708-ABF1-4694-BBD0-90BF5215ED0E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'18', N'50993', N'1', N'0', N'2022-07-09 04:15:58.177', N'2022-07-09 04:15:58.177', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F467AEA-BFF8-4C6F-A338-78C00A8D7BA5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41470', N'1', N'0', N'2022-07-09 04:16:12.317', N'2022-07-09 04:16:12.317', N'7', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'6', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55F95D78-B14B-4912-8083-AA4D295DB816', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50993', N'1', N'0', N'2022-07-09 04:18:34.890', N'2022-07-09 04:18:34.890', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'07FB948E-190B-4BCF-9AA1-3097E6CBC340', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072011', N'1', N'0', N'2022-07-09 04:18:59.503', N'2022-07-09 04:18:59.503', N'9', N'7765', N'0', N'2002', N'288', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'7765', N'2665') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D17BDD71-F4DD-4609-93FF-BA0829F7D68E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11072012', N'1', N'0', N'2022-07-09 04:20:12.397', N'2022-07-09 04:20:12.397', N'9', N'6889', N'0', N'2002', N'327', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6889', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58D31C58-1647-4251-8362-1A10B62F3CA5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11082009', N'1', N'0', N'2022-07-09 04:20:12.807', N'2022-07-09 04:20:12.807', N'9', N'6889', N'0', N'2002', N'327', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'6889', N'2631') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A34DA04-E447-4B2C-B819-D4EEA4B48C32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042011', N'1', N'0', N'2022-07-09 04:20:13.213', N'2022-07-09 04:20:13.213', N'9', N'4988', N'0', N'2035', N'5', N'0', N'0', N'0', N'0', N'2071', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'4988', N'1650') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80164BD1-E1FA-4489-A94A-4A098854B984', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052012', N'1', N'0', N'2022-07-09 04:20:13.620', N'2022-07-09 04:20:13.620', N'9', N'6991', N'0', N'2002', N'272', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'9', N'10', N'6991', N'2250') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6F5C50C-4F26-4690-AEF1-B95A069CF815', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042010', N'1', N'0', N'2022-07-09 04:20:14.027', N'2022-07-09 04:20:14.027', N'9', N'3988', N'0', N'2035', N'3', N'0', N'0', N'0', N'0', N'2072', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3988', N'850') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15488933-CF4D-4BA3-AA86-B4840A093E07', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032011', N'1', N'0', N'2022-07-09 04:20:14.947', N'2022-07-09 04:20:14.947', N'9', N'3838', N'0', N'2011', N'3', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'3', N'3', N'3838', N'1371') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45C01FAE-CD9A-4F21-8FAB-C7807B4F7431', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022011', N'1', N'0', N'2022-07-09 04:20:15.437', N'2022-07-09 04:20:15.437', N'9', N'3944', N'0', N'2011', N'5', N'0', N'0', N'0', N'0', N'2044', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3944', N'676') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1FFE6DD4-728C-440B-B3A9-AFDF58C1E756', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12042012', N'1', N'0', N'2022-07-09 04:20:15.850', N'2022-07-09 04:20:15.850', N'9', N'4944', N'0', N'2011', N'9', N'0', N'0', N'0', N'0', N'2043', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4944', N'1476') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01981F61-9E9C-4162-ABE0-D7E7870CB79A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'11114007', N'1', N'0', N'2022-07-09 04:20:38.763', N'2022-07-09 04:20:38.763', N'23', N'6846', N'0', N'2002', N'318', N'1010', N'185', N'0', N'0', N'1047', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'10', N'9', N'6846', N'2276') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D2C036F1-D170-47C1-842D-095D8CC7FAA7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50993', N'1', N'0', N'2022-07-09 04:21:48.067', N'2022-07-09 04:21:48.067', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'28', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B18C4733-1815-48FA-A3C1-05B45A4EBA87', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'6', N'3', N'90025', N'2', N'0', N'2022-07-09 04:22:17.680', N'2022-07-09 04:22:17.680', N'18', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4D792C0-7875-4D7E-B761-628C61A813F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-13', N'-1', N'59101', N'1', N'0', N'2022-07-09 04:25:49.743', N'2022-07-09 04:25:49.743', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7F0C796-3679-4FA4-A82E-C0BB7A5AC8D4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042012', N'1', N'0', N'2022-07-09 04:27:48.250', N'2022-07-09 04:27:48.250', N'9', N'3721', N'0', N'2009', N'5', N'0', N'0', N'0', N'0', N'2039', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'4', N'3721', N'625') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F541D11C-4658-4ED4-A306-11A1580D20BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'76', N'80000101', N'23', N'0', N'2022-07-09 04:27:51.087', N'2022-07-09 04:27:51.087', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CEED6A4-0C8D-4717-BD00-A0D6C026CBE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15042011', N'1', N'0', N'2022-07-09 04:28:46.923', N'2022-07-09 04:28:46.923', N'9', N'3273', N'0', N'2011', N'5', N'0', N'0', N'0', N'0', N'2045', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'5', N'5', N'3273', N'809') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC6BC802-A3B7-401C-8ED1-1C66D07778F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61019', N'1', N'0', N'2022-07-09 04:28:47.280', N'2022-07-09 04:28:47.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83D4EDA9-1405-48B0-AE25-93C93CC48ECC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14022013', N'1', N'0', N'2022-07-09 04:29:41.120', N'2022-07-09 04:29:41.120', N'9', N'4263', N'0', N'2001', N'213', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'5', N'4263', N'1839') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A558BE14-03D3-4CFD-94B2-2DBF17760D9B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11052013', N'1', N'0', N'2022-07-09 04:30:40.840', N'2022-07-09 04:30:40.840', N'9', N'9173', N'0', N'2002', N'321', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'8', N'9', N'9173', N'2531') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D4EDD518-E8B4-4B6D-9B3A-B8758B356E6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-28', N'-1', N'61004', N'1', N'0', N'2022-07-09 04:30:41.250', N'2022-07-09 04:30:41.250', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97751934-19D1-476C-BA76-7E3125308D76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-8', N'-1', N'15042011', N'1', N'0', N'2022-07-09 05:09:18.107', N'2022-07-09 05:09:18.107', N'9', N'3324', N'0', N'2004', N'45', N'0', N'0', N'0', N'0', N'2034', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'3', N'4', N'4', N'3324', N'943') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'011B2D1B-74AC-4168-9B03-A28D961F4BB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41527', N'14', N'0', N'2022-07-09 04:41:46.860', N'2022-07-09 04:41:46.860', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A928AB73-BD37-4215-8416-E8094B346F35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'2', N'50993', N'1', N'0', N'2022-07-09 04:41:47.270', N'2022-07-09 04:41:47.270', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC83FE60-369C-47B1-9A0F-37B4AD44A62D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41591', N'4', N'0', N'2022-07-09 04:41:47.677', N'2022-07-09 04:41:47.677', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43D464A5-4A64-48B5-A1B0-132DDC387F0B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'9', N'50993', N'1', N'0', N'2022-07-09 05:09:19.720', N'2022-07-09 05:09:19.720', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E846AA7D-6CEC-4ECB-9446-DAF21C403255', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41477', N'1', N'0', N'2022-07-09 04:41:48.293', N'2022-07-09 04:41:48.293', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E56BCFB1-D8C3-40BB-A9DF-7CB6D33CCAA9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 04:42:20.380', N'2022-07-09 04:42:20.380', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55BDEF27-7148-40C6-AD8F-19D22BA118EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 04:42:25.037', N'2022-07-09 04:42:25.037', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70D58C2C-3A8C-4857-8029-204B9890B5E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41592', N'3', N'0', N'2022-07-09 04:42:25.247', N'2022-07-09 04:42:25.247', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4BA5FFDA-BCFE-4035-B8F5-985F14222E90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'4', N'50993', N'1', N'0', N'2022-07-09 04:42:58.450', N'2022-07-09 04:42:58.450', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB123E2C-38BA-4734-BA00-F145E4C1C0DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41476', N'2', N'0', N'2022-07-09 04:43:26.247', N'2022-07-09 04:43:26.247', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B6CA108-BA4B-4E3A-B76F-16152C3FDEE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-6', N'-1', N'41501', N'3', N'0', N'2022-07-09 04:43:28.060', N'2022-07-09 04:43:28.060', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A560804F-4CAA-49D3-A449-16D5E5527A6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'3', N'50993', N'1', N'0', N'2022-07-09 04:43:47.800', N'2022-07-09 04:43:47.800', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'4', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5E20F507-192F-4007-9430-CFEF534DCE2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16001', N'8', N'0', N'2023-10-08 18:38:10.660', N'2023-10-08 18:38:10.660', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0E45024F-B1D2-41A8-B23F-0438A59205E2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2023-10-08 20:00:51.293', N'2023-10-08 20:00:51.293', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'040F2ED9-536D-4180-885D-630A23EF3581', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13012007', N'1', N'0', N'2023-10-08 20:02:31.083', N'2023-10-08 20:02:31.083', N'9', N'3754', N'0', N'2003', N'22', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'3', N'3', N'4', N'5', N'3754', N'910') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA0ED94C-8BEF-4B46-9241-2383ED46B74A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11031008', N'1', N'0', N'2023-10-08 20:02:34.130', N'2023-10-08 20:02:34.130', N'9', N'7817', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'7817', N'2763') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D8EB58B-C603-4CFD-9C76-D10C6E4647A8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60015', N'1', N'0', N'2023-10-09 03:13:27.167', N'2023-10-09 03:13:27.167', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'72F081C9-377B-4558-84D4-BE0BC328F48C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60056', N'1', N'0', N'2023-10-09 03:39:40.413', N'2023-10-09 03:39:40.413', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3738A227-B774-45AB-BDA7-4EF3AA86967A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61001', N'1', N'0', N'2023-10-09 03:45:45.673', N'2023-10-09 03:45:45.673', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DC099ED-E4C5-4768-BEC7-6BEE1814FD4A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2023-10-09 18:01:30.500', N'2023-10-09 18:01:30.500', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C8DDD07-6E66-4BCD-A7E2-307467E191A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002037', N'1', N'0', N'2023-10-09 22:11:56.067', N'2023-10-09 22:11:56.067', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'E678821E-05C6-4589-9E8B-06AF58C68DEA', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'67A73860-CB4C-4079-8741-0085E541237E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70002045', N'2', N'0', N'2023-10-09 22:17:47.900', N'2023-10-09 22:17:47.900', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'5C0B750D-3F21-4D69-A101-D1093420CA3A', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B51EED59-088D-468B-BD90-F329B673CA16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003004', N'199', N'0', N'2023-10-09 22:20:24.400', N'2023-10-09 22:20:24.400', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4D2A93E0-44A5-4E5B-801A-57A8BFB1AD5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003054', N'194', N'0', N'2023-10-09 22:21:02.860', N'2023-10-09 22:21:02.860', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86A7ABBB-0B62-416A-9434-2E21C4BCD8B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003212', N'1', N'0', N'2023-10-09 22:27:47.797', N'2023-10-09 22:27:47.797', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'CD941752-4CD9-475E-9F79-F4B19F9F53BA', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E6FEB806-2FBB-477E-9A33-062DE99B2FEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'38006', N'2', N'0', N'2023-10-09 22:27:51.817', N'2023-10-09 22:27:51.817', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2CAB2360-612E-469C-B905-30B286C990B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003232', N'1', N'0', N'2023-10-09 22:28:30.960', N'2023-10-09 22:28:30.960', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'1C73DA7B-A519-47F5-A682-BBD1E76A089B', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10D57D14-6FF2-4361-B512-9ED6AF3B954F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-14', N'-1', N'37009', N'2', N'0', N'2023-10-09 22:28:35.470', N'2023-10-09 22:28:35.470', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BDE3531-4456-4E5D-ADF9-89AE1B3B4363', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002037', N'1', N'0', N'2023-10-09 22:44:20.767', N'2023-10-09 22:44:20.767', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'F15FBF29-4A6D-4092-B809-21F11FB0C1B3', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1131F446-6FAF-4549-B31A-F27C29E5D828', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70002039', N'1', N'0', N'2023-10-09 22:53:36.640', N'2023-10-09 22:53:36.640', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D44D7428-987B-496F-BCD2-FCF91D78F333', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000278', N'1', N'0', N'2023-10-09 22:56:17.730', N'2023-10-09 22:56:17.730', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'37B03098-8E47-4207-907E-DCF0651DBB28', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'87C32159-316E-4035-A8C7-9DA6C1AB7F4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000278', N'1', N'0', N'2023-10-09 22:56:27.200', N'2023-10-09 22:56:27.200', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'52AAD2B8-8DDB-454E-A1A2-FB52E581DD05', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A6928F7-4877-4766-989B-774D72393704', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000278', N'1', N'0', N'2023-10-09 22:56:32.180', N'2023-10-09 22:56:32.180', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'AB531101-74C9-4AF9-A045-D4CC901B551C', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CFFE459-71E7-4DBB-B4C2-0FF4EB4E8160', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70002039', N'1', N'0', N'2023-10-09 22:57:27.823', N'2023-10-09 22:57:27.823', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'ED62E465-A005-4A0D-9919-D8B847FCFE22', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93A640FA-ADBE-4B72-BB25-D7B44E7B79BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14021008', N'1', N'0', N'2023-10-09 22:59:18.347', N'2023-10-09 22:59:18.347', N'23', N'4748', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'3', N'9', N'8', N'6', N'4748', N'1944') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2E6B0748-4AD4-4097-BCBF-EC02E1495A33', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-1', N'5', N'50992', N'1', N'0', N'2023-10-09 22:59:42.307', N'2023-10-09 22:59:42.307', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'75DB4E99-CA29-490D-8AEF-24D8A690B72A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12021009', N'1', N'0', N'2023-10-09 22:59:50.220', N'2023-10-09 22:59:50.220', N'23', N'4580', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'2', N'2', N'4580', N'2376') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7360F85-5E72-4781-910B-D9E955B0881C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50992', N'1', N'0', N'2023-10-09 23:00:00.160', N'2023-10-09 23:00:00.160', N'23', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'2', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'570A304E-519D-4CDA-9ECD-1AEA6A95CC54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100104', N'1', N'0', N'2023-10-09 23:07:22.060', N'2023-10-09 23:07:22.060', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9936F480-53BE-4541-A94C-7F82D402B990', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003060', N'1', N'0', N'2023-10-17 04:44:56.380', N'2023-10-17 04:44:56.380', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'FA861CD8-F5B0-4C42-9AB6-D9F78AA39538', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99C66AB4-B089-4EB4-972A-F5D701848D2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'99', N'0', N'2023-10-22 06:07:08.867', N'2023-10-22 06:07:08.867', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9C2F1A7-5A54-480F-BA0D-3880FAC5C7CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'30', N'0', N'2023-10-22 06:07:13.357', N'2023-10-22 06:07:13.357', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05EE4994-669F-48A5-A02E-BC67929314DF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'50023', N'30', N'0', N'2023-10-22 06:07:30.413', N'2023-10-22 06:07:30.413', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9AED7E59-28CC-43BA-A7C7-C8477DE3870F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'66037', N'10', N'0', N'2023-10-22 06:07:40.387', N'2023-10-22 06:07:40.387', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'650F402C-8771-447B-AA66-162DA4789781', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'66037', N'13', N'0', N'2023-10-22 06:08:27.187', N'2023-10-22 06:08:27.187', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58876C44-D2BF-4765-A897-77EBA5A7C7DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66037', N'18', N'0', N'2023-10-22 06:08:31.077', N'2023-10-22 06:08:31.077', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA129C38-DC88-43F1-8AB3-D1F4B99A6A50', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'66037', N'3', N'0', N'2023-10-22 06:08:34.287', N'2023-10-22 06:08:34.287', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F4AB2308-B439-46D5-9B87-608CB28A350F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'66037', N'2', N'0', N'2023-10-22 06:08:38.123', N'2023-10-22 06:08:38.123', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03379D0E-4516-4F85-816B-64EEDB804957', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'66037', N'7', N'0', N'2023-10-22 06:08:41.703', N'2023-10-22 06:08:41.703', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'49570429-BB2D-4DA9-922F-3EA14920B173', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'66037', N'3', N'0', N'2023-10-22 06:08:45.290', N'2023-10-22 06:08:45.290', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'523347BA-A623-4641-B77D-5C2DA8370508', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000224', N'1', N'0', N'2023-10-22 07:35:11.260', N'2023-10-22 07:35:11.260', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C93C47FD-FA5B-4D64-8836-B3377FAB13F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50426', N'1', N'0', N'2023-10-22 07:38:35.083', N'2023-10-22 07:38:35.083', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'7', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F75BD31-0C9A-4B20-976F-0B1B5341D70A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'52991', N'1', N'0', N'2023-10-22 07:49:08.967', N'2023-10-22 07:49:08.967', N'9', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDA1D106-54F0-425E-BCA0-ACE6964A2B32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711012006', N'1', N'0', N'2023-10-22 07:49:09.493', N'2023-10-22 07:49:09.493', N'9', N'6922', N'0', N'1010', N'158', N'0', N'0', N'0', N'0', N'1111', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'1', N'0', N'0', N'2', N'3', N'6', N'5', N'6922', N'2080') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2975EF82-7CB3-4030-AAF6-C1E2FCE9012A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'715011006', N'1', N'0', N'2023-10-22 07:49:10.107', N'2023-10-22 07:49:10.107', N'9', N'3775', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'3', N'3775', N'714') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'01BAD7B4-0AA8-499B-A9EA-DA1686EB79CB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41841', N'1', N'0', N'2023-10-22 07:49:10.713', N'2023-10-22 07:49:10.713', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8435F92E-A5B9-456D-9DAF-CE29F4F3A9A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'711071006', N'1', N'0', N'2023-10-22 07:49:12.957', N'2023-10-22 07:49:12.957', N'9', N'6740', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'4', N'4', N'6740', N'2326') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14B4363F-40C7-4039-9A56-232EEA2A1791', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'59001', N'4', N'0', N'2023-10-22 07:53:56.173', N'2023-10-22 07:53:56.173', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04E5E5F2-27AC-4260-85EB-44B8E30B6E46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000491', N'1', N'0', N'2023-10-22 08:01:33.997', N'2023-10-22 08:01:33.997', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7A9B6D06-FE18-48D1-AF4C-D8F2BF2B4ABC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59022', N'1', N'0', N'2023-10-17 06:50:44.270', N'2023-10-17 06:50:44.270', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77C03E1A-4D89-4682-A581-F1CEF6741D1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'59022', N'4', N'0', N'2023-10-17 06:50:45.423', N'2023-10-17 06:50:45.423', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'76502A87-81FD-4B90-A9E5-64372BF56EA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59022', N'1', N'0', N'2023-10-17 06:50:52.067', N'2023-10-17 06:50:52.067', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36557D79-2E43-4EE6-9E33-AD460A464815', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59022', N'2', N'0', N'2023-10-17 06:50:55.583', N'2023-10-17 06:50:55.583', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DBB00550-37EF-491A-822F-FB9CF4F06E8D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59022', N'1', N'0', N'2023-10-17 06:50:56.847', N'2023-10-17 06:50:56.847', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'51C2F4AC-9549-457C-87ED-EBE66F7A793E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59022', N'2', N'0', N'2023-10-17 06:51:01.577', N'2023-10-17 06:51:01.577', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53EA1EA6-4DC3-4877-B481-8841110B81A5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'59022', N'1', N'0', N'2023-10-17 06:51:02.687', N'2023-10-17 06:51:02.687', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8F6D4B7E-DF2A-4FB6-9591-5C5DF3E94D74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'3', N'80100101', N'27', N'0', N'2023-10-27 04:18:51.910', N'2023-10-27 04:18:51.910', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE0ADF89-B249-4997-BF8F-B156757878FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'30327', N'1', N'0', N'2023-10-17 06:58:12.243', N'2023-10-17 06:58:12.243', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C71082A-7476-42F3-BDE8-C9F800B79546', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61192001', N'1', N'0', N'2023-10-17 06:59:40.360', N'2023-10-17 06:59:40.360', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ACFDD87F-E08E-4993-8A8E-F81A29DDA289', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'32103', N'10', N'0', N'2023-10-17 06:59:40.367', N'2023-10-17 06:59:40.367', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4DD8FC26-76AB-4A10-8132-03E80972CF0C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61192001', N'1', N'0', N'2023-10-17 07:03:22.970', N'2023-10-17 07:03:22.970', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7D5E6698-B118-47E9-BF22-DADDAB196A2B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'130017', N'1', N'0', N'2023-10-17 07:03:22.973', N'2023-10-17 07:03:22.973', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6E692910-0CFB-41A3-8BB6-F6B08E72167F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'61192001', N'1', N'0', N'2023-10-17 07:03:34.053', N'2023-10-17 07:03:34.053', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6EA566A-E6B6-4019-AFCD-4F3CD09E98F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'130027', N'9', N'0', N'2023-10-17 07:03:34.057', N'2023-10-17 07:03:34.057', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3B2B5ABF-B2FD-4ABA-B610-C9E6E17D8A06', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61192001', N'1', N'0', N'2023-10-17 07:08:08.073', N'2023-10-17 07:08:08.073', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'996C1E89-6DFC-4FAA-B05B-B05634118E3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'81000052', N'10', N'0', N'2023-10-17 07:08:08.077', N'2023-10-17 07:08:08.077', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2ACAA4FF-93B4-4E96-9E0A-98661BF9F40E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'30303', N'5', N'0', N'2023-10-17 07:10:43.940', N'2023-10-17 07:10:43.940', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'31805CB5-0A11-4922-9C2C-453563C8EDFF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000077', N'1', N'0', N'2023-10-22 08:02:37.507', N'2023-10-22 08:02:37.507', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3E0622AF-6B9D-4D2D-8A4C-4096F554D938', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000490', N'1', N'10080', N'2023-10-22 08:02:43.200', N'2023-10-22 08:02:43.200', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'1698595353', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4C5C866-A2A7-48DD-A71B-0F862F284DD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'1', N'0', N'2023-10-22 18:56:08.367', N'2023-10-22 18:56:08.367', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'295665B5-5F1B-4FCA-90E1-0F312BDDB0EA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'70003051', N'1', N'0', N'2023-10-22 18:56:10.343', N'2023-10-22 18:56:10.343', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'429B7FEC-6B35-4DCC-9605-4EF9107438F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'56004', N'3', N'0', N'2023-10-22 18:56:58.333', N'2023-10-22 18:56:58.333', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62C6F9BA-9143-435A-A803-8E235BA18A6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100101', N'1', N'0', N'2023-10-22 18:58:26.630', N'2023-10-22 18:58:26.630', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7C45149-468A-4B9C-A4FC-343C007CC62F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2023-10-22 19:00:57.180', N'2023-10-22 19:00:57.180', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A1E4068C-5DE6-442D-BB56-5672A8BC84C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2023-10-22 19:00:57.543', N'2023-10-22 19:00:57.543', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D9ED074-2931-4CB6-9E95-DC68579A34F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60062', N'1', N'0', N'2023-10-22 19:01:06.517', N'2023-10-22 19:01:06.517', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFD3A887-1DFE-4D8D-8CA0-3766811B41F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12012005', N'1', N'0', N'2023-10-22 19:01:10.053', N'2023-10-22 19:01:10.053', N'9', N'4401', N'0', N'2001', N'77', N'0', N'0', N'0', N'0', N'2002', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'5', N'4401', N'1772') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAC1975F-6488-489D-9519-80FA0EB992CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15012004', N'1', N'0', N'2023-10-22 19:01:12.050', N'2023-10-22 19:01:12.050', N'9', N'3701', N'0', N'2001', N'46', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'3', N'0', N'0', N'1', N'3', N'1', N'1', N'3701', N'1422') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D53528E-BD10-4848-8483-69C2BBE65943', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'130003', N'1', N'0', N'2023-10-22 19:01:31.490', N'2023-10-22 19:01:31.490', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53C116C7-1B26-481E-A964-2A155755C5D6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'63002', N'1', N'0', N'2023-10-22 19:02:13.430', N'2023-10-22 19:02:13.430', N'29', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D78C9E8F-2D90-4AE4-8CA1-BE92ACE48E4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'21', N'25', N'140211', N'1', N'0', N'2023-10-22 19:02:36.090', N'2023-10-22 19:02:36.090', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'029AD5DE-9994-4015-842D-680023593335', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000599', N'1', N'0', N'2023-10-22 19:09:41.567', N'2023-10-22 19:09:41.567', N'36', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D05D8AC2-632B-411E-B9E8-5F914A9F4189', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000051', N'1', N'0', N'2023-10-22 22:40:37.470', N'2023-10-22 22:40:37.470', N'31', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'10', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C405B9B9-0059-4ECE-98B8-767FC3867101', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'81000049', N'1', N'0', N'2023-10-22 22:40:44.203', N'2023-10-22 22:40:44.203', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA073DD5-8A3D-416A-9B50-777E87228F89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000062', N'1', N'0', N'2023-11-20 00:50:38.047', N'2023-11-20 00:50:38.047', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C550514B-4EB5-4588-AD9B-DA15E0A4E584', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000104', N'1', N'0', N'2023-11-20 00:50:44.477', N'2023-11-20 00:50:44.477', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E36AFA92-9778-4159-BB7E-0F91919A564F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'81000070', N'1', N'0', N'2023-11-20 00:51:34.350', N'2023-11-20 00:51:34.350', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'10') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F084C55-C2FC-411B-92D5-9030E2CF1C16', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'4', N'9', N'40076', N'11', N'0', N'2023-11-20 00:55:38.750', N'2023-11-20 00:55:38.750', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'229533D4-3274-4AA8-B39C-B515FC440C2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'41642', N'1', N'0', N'2023-11-20 00:58:14.210', N'2023-11-20 00:58:14.210', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5CA6FBA-6FBF-493D-8392-DD4F22430809', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41718', N'1', N'0', N'2023-11-20 01:14:58.170', N'2023-11-20 01:14:58.170', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1538C91B-C187-4D62-8188-98AF6D670CA1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'41709', N'1', N'0', N'2023-11-20 01:14:39.687', N'2023-11-20 01:14:39.687', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D51855AB-60B0-4978-AF63-C2B1A5FC3538', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005060', N'1', N'0', N'2023-11-20 01:18:29.590', N'2023-11-20 01:18:29.590', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'62E864BD-F5BC-4645-B55A-6133C1E5DA1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20001', N'38', N'0', N'2023-11-20 01:18:30.850', N'2023-11-20 01:18:30.850', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0CF2365B-68C6-488D-9ABE-1E049100166B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000220', N'20', N'0', N'2023-11-20 01:18:38.060', N'2023-11-20 01:18:38.060', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A332914C-BA2A-466E-AFED-E6A47EB7737E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005050', N'1', N'0', N'2023-11-20 01:18:52.540', N'2023-11-20 01:18:52.540', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'08EAAE9F-B0CC-43C5-B287-C4E87F101C2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005030', N'1', N'0', N'2023-11-20 01:18:59.837', N'2023-11-20 01:18:59.837', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0164BA3E-31B9-49DC-9F14-687A8211F398', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005010', N'1', N'0', N'2023-11-20 01:19:06.250', N'2023-11-20 01:19:06.250', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'992BE1B0-C026-4378-93AD-FF9212563CC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005020', N'1', N'0', N'2023-11-20 01:19:17.340', N'2023-11-20 01:19:17.340', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'74013B47-C0FD-4269-8AAD-37A29F81CD65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005040', N'1', N'0', N'2023-11-20 01:19:22.720', N'2023-11-20 01:19:22.720', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91F22BEC-9E7B-4045-AC20-F973DDB9AA36', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005060', N'1', N'0', N'2023-11-20 01:19:27.463', N'2023-11-20 01:19:27.463', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E868363-3451-44EC-9E9D-00B94744C6A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'10', N'0', N'2023-11-20 01:20:48.727', N'2023-11-20 01:20:48.727', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B4AFDCFC-7D50-4FC9-8E30-CCBA6A33E49C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'62005001', N'1', N'0', N'2023-11-20 01:20:54.630', N'2023-11-20 01:20:54.630', N'40', N'0', N'0', N'2004', N'18', N'1010', N'264', N'2003', N'20', N'22010', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AD9F478B-BB78-4FC3-ADC7-F8CC44E49679', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80000219', N'30', N'0', N'2023-11-20 01:21:03.087', N'2023-11-20 01:21:03.087', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'68A41EB2-7EF6-4F86-A2E5-DF9282B026AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'5', N'0', N'2023-11-20 01:21:09.670', N'2023-11-20 01:21:09.670', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DB1C7086-EDF3-4DD1-AEBF-B1AE0FBCE762', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61078001', N'1', N'0', N'2023-11-20 01:22:20.470', N'2023-11-20 01:22:20.470', N'40', N'0', N'0', N'2001', N'127', N'1005', N'290', N'1018', N'296', N'21001', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54BA4BC9-E158-4BEA-BF63-DBB638533C55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61202001', N'1', N'0', N'2023-11-20 01:22:24.660', N'2023-11-20 01:22:24.660', N'40', N'0', N'0', N'2001', N'133', N'1005', N'302', N'1018', N'296', N'21002', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'90DA82A8-909D-47C9-87B2-B16B695D9BA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'10', N'0', N'2023-11-20 01:22:28.500', N'2023-11-20 01:22:28.500', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C52FE8E-BCB6-40EA-A974-EBA20DC9B072', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'63078001', N'1', N'0', N'2023-11-20 01:22:32.293', N'2023-11-20 01:22:32.293', N'40', N'0', N'0', N'2001', N'117', N'1018', N'294', N'1005', N'299', N'23003', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2D63FE33-16D2-47CD-BBFF-9F0A1CC10CB1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'5', N'0', N'2023-11-20 01:22:36.210', N'2023-11-20 01:22:36.210', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9215404-2EE2-4E10-B091-7055F7323861', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'10', N'0', N'2023-11-20 01:22:44.233', N'2023-11-20 01:22:44.233', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A5986684-19D3-4849-8CDF-0EE0C0A4A2A3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000219', N'5', N'0', N'2023-11-20 01:22:52.050', N'2023-11-20 01:22:52.050', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'03763E19-5CE8-4AFA-80F2-AA94085C744C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'64045005', N'1', N'0', N'2023-11-20 01:22:58.030', N'2023-11-20 01:22:58.030', N'40', N'0', N'0', N'2002', N'105', N'2003', N'16', N'2004', N'19', N'24014', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C39F6385-2A6C-416A-BBC2-CA82840E2F24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005050', N'1', N'0', N'2023-11-20 01:23:11.990', N'2023-11-20 01:23:11.990', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9145FDC6-2512-41F2-A6D1-B11B09233C3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80005010', N'2', N'0', N'2023-11-20 01:23:17.807', N'2023-11-20 01:23:17.807', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81D8F921-A53C-45EC-8E8A-9697C21D5D8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005040', N'1', N'0', N'2023-11-20 01:23:36.163', N'2023-11-20 01:23:36.163', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'388AD3B4-E2A6-43AD-8E53-FA1B85346ECE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80005060', N'1', N'0', N'2023-11-20 01:23:42.753', N'2023-11-20 01:23:42.753', N'26', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'935DB03E-6C17-44C1-ACD7-26820914174F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'61252006', N'1', N'0', N'2023-11-20 01:23:55.963', N'2023-11-20 01:23:55.963', N'40', N'0', N'0', N'1015', N'268', N'1010', N'279', N'1018', N'293', N'21018', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79C96520-DA07-4119-945F-FB04641EB05F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-31', N'-1', N'64039004', N'1', N'0', N'2023-11-20 01:24:02.560', N'2023-11-20 01:24:02.560', N'40', N'0', N'0', N'1010', N'280', N'2004', N'20', N'2003', N'16', N'24011', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'36AD10BF-F538-4312-A8BD-90C8A479881E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-16', N'-1', N'80000220', N'5', N'0', N'2023-11-20 01:24:08.430', N'2023-11-20 01:24:08.430', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'41C6CC09-F4B1-42FD-B271-BACA0125A329', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101001', N'1', N'0', N'2023-12-09 13:14:02.697', N'2023-12-09 13:14:02.697', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E47708E7-FAD8-492F-B861-4623F5578BBD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101005', N'1', N'0', N'2023-12-09 13:14:07.323', N'2023-12-09 13:14:07.323', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D7F1147-463E-4BC9-B682-9EAB714E7DDE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80000208', N'1', N'0', N'2023-12-09 18:01:59.470', N'2023-12-09 18:01:59.470', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12E28874-9708-4746-92D9-C83FC51FDB82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'5', N'80000258', N'25', N'0', N'2023-12-09 18:02:33.387', N'2023-12-09 18:02:33.387', N'40', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86C3A676-D8B1-447B-BC4B-9B6821E93E6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101005', N'1', N'0', N'2023-12-09 18:02:49.550', N'2023-12-09 18:02:49.550', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3D7470E1-24C0-403B-9E2C-3594635F191A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101104', N'2', N'0', N'2023-12-09 18:02:55.043', N'2023-12-09 18:02:55.043', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63D737F6-F87B-4112-83EA-B6B8C6EF57EE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101101', N'3', N'0', N'2023-12-09 18:03:00.520', N'2023-12-09 18:03:00.520', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E468EEC4-EC75-4A45-A057-202473A9F4BF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101103', N'2', N'0', N'2023-12-09 18:03:05.600', N'2023-12-09 18:03:05.600', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9C2D988-8385-4A5A-855E-A174505ED87D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102006', N'1', N'0', N'2023-12-09 18:03:17.800', N'2023-12-09 18:03:17.800', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6191BE4C-82AE-49C5-8EE6-3E381B080CDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101001', N'2', N'0', N'2023-12-09 18:54:31.917', N'2023-12-09 18:54:31.917', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6F9FBE7-FE20-4179-AB81-4E4D115ECCB8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102010', N'1', N'0', N'2023-12-09 19:26:24.423', N'2023-12-09 19:26:24.423', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'353D4B58-4528-452A-9051-8FE68649D248', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102012', N'1', N'0', N'2023-12-09 19:26:44.767', N'2023-12-09 19:26:44.767', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F378D93-4F9D-449B-860B-0C38AE0BC624', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042005', N'1', N'0', N'2023-12-09 19:26:49.867', N'2023-12-09 19:26:49.867', N'23', N'4878', N'0', N'2002', N'66', N'0', N'0', N'0', N'0', N'2016', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'9', N'4', N'5', N'4878', N'1558') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1698EE33-BA82-441B-8DAE-5D24D016154D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102003', N'1', N'0', N'2023-12-09 19:27:00.143', N'2023-12-09 19:27:00.143', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BF1AA18-5E5E-4DC7-B073-572A8E98FD12', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61016', N'1', N'0', N'2023-12-09 19:27:05.263', N'2023-12-09 19:27:05.263', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81259949-710C-461F-B916-076DE780B55F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101011', N'4', N'0', N'2023-12-09 19:27:15.437', N'2023-12-09 19:27:15.437', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42C70A54-9FDD-4F02-93B0-7DFB93F6EFDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101041', N'2', N'0', N'2023-12-09 19:27:35.800', N'2023-12-09 19:27:35.800', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDF903C3-2FE1-4C41-B2C3-35AE4A8CA7FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101041', N'2', N'0', N'2023-12-09 19:37:45.490', N'2023-12-09 19:37:45.490', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F55302E4-E9C7-44ED-AFCD-65384F816167', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20014003', N'1', N'0', N'2023-12-09 19:37:50.577', N'2023-12-09 19:37:50.577', N'23', N'5362', N'0', N'2003', N'1', N'1010', N'26', N'0', N'0', N'2031', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'2', N'0', N'0', N'4', N'9', N'6', N'6', N'5362', N'895') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3585B999-EC4C-47C7-93EC-9A0A673F1D61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11012005', N'1', N'0', N'2023-12-09 19:38:51.493', N'2023-12-09 19:38:51.493', N'23', N'6730', N'0', N'2002', N'118', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'9', N'4', N'4', N'6730', N'2013') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FADC207F-0A06-45E9-BEEC-5328340BB95F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11042002', N'1', N'0', N'2023-12-09 19:39:11.780', N'2023-12-09 19:39:11.780', N'23', N'8567', N'0', N'1010', N'63', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'9', N'4', N'4', N'8567', N'2071') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'45913716-CC34-44C2-A75C-32317144285C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101041', N'2', N'0', N'2023-12-09 19:39:21.937', N'2023-12-09 19:39:21.937', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2CC91250-FC88-4EBF-BCDB-55F8B52E27F7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14044003', N'1', N'0', N'2023-12-09 19:39:27.003', N'2023-12-09 19:39:27.003', N'23', N'4881', N'0', N'2001', N'95', N'2002', N'85', N'0', N'0', N'2016', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'9', N'11', N'10', N'4881', N'1572') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'15A00CBD-24D7-41C8-86FD-3DF963335A3A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102007', N'1', N'0', N'2023-12-09 19:39:37.147', N'2023-12-09 19:39:37.147', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83A373CC-5C58-4DC6-9092-29828AC59B97', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'550', N'0', N'2023-12-09 19:42:30.937', N'2023-12-09 19:42:30.937', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EBB52242-79FE-4261-8923-AD4D162B4518', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042007', N'1', N'0', N'2023-12-09 19:42:36.003', N'2023-12-09 19:42:36.003', N'23', N'3459', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'9', N'4', N'4', N'3459', N'1133') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5EDF01BC-390E-4790-9A58-70A2E5F9E01F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101032', N'2', N'0', N'2023-12-09 19:42:41.077', N'2023-12-09 19:42:41.077', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D8420011-08EE-42B9-BA4A-4A0AF5957B78', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101012', N'18', N'0', N'2023-12-09 19:42:46.150', N'2023-12-09 19:42:46.150', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DEC3F2FF-E22E-4CC4-9D82-A842D8175D8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66039', N'3', N'0', N'2023-12-09 19:42:56.303', N'2023-12-09 19:42:56.303', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9D7C328-5EFD-46D6-89E7-0743F2C70999', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12032007', N'1', N'0', N'2023-12-09 19:43:01.367', N'2023-12-09 19:43:01.367', N'23', N'4814', N'0', N'2004', N'3', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'2', N'9', N'4', N'4', N'4814', N'1883') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3445406A-23A8-4FD5-ABE2-067CCC650286', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62002', N'9', N'0', N'2023-12-09 19:43:06.447', N'2023-12-09 19:43:06.447', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'82873BEF-4C97-4D9C-ABA6-13D2BDDBC858', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41780', N'15', N'0', N'2023-12-09 19:43:16.607', N'2023-12-09 19:43:16.607', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'28EBB0C9-1C5D-49E3-BFAC-E1F6C1E7C120', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101022', N'2', N'0', N'2023-12-09 19:43:21.690', N'2023-12-09 19:43:21.690', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'437FED1B-4EA4-4A11-AFA6-5AD5A30E8F48', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102011', N'2', N'0', N'2023-12-09 19:43:31.833', N'2023-12-09 19:43:31.833', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0B96D6C6-EAC0-43DC-8FF9-22CC83E4397F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102004', N'1', N'0', N'2023-12-09 19:43:42.003', N'2023-12-09 19:43:42.003', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'79860D44-0806-42E3-A7FC-DD50E67A6FDF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'11', N'80100130', N'97', N'0', N'2023-12-09 15:30:21.120', N'2023-12-09 15:30:21.120', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'636E8919-0D11-47E5-BCE6-4D5DC6880E12', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'80100127', N'1', N'0', N'2023-12-09 15:28:50.440', N'2023-12-09 15:28:50.440', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'492A0843-C3D8-4878-ABC8-0A326F695807', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'9', N'80100128', N'4', N'0', N'2023-12-09 15:28:50.443', N'2023-12-09 15:28:50.443', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'77DFF133-67A7-4BF4-8635-C6D92AE89BA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'2', N'10', N'80100129', N'95', N'0', N'2023-12-09 15:28:50.443', N'2023-12-09 15:28:50.443', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'130E15BB-1D4E-46BB-B91E-ACEEE4CB194A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'3', N'0', N'2023-12-09 15:46:52.593', N'2023-12-09 15:46:52.593', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A2E71AC9-4A13-4B82-803A-3DBF47A7FA10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41789', N'1', N'0', N'2023-12-09 15:48:07.383', N'2023-12-09 15:48:07.383', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ADE20788-1C8B-4D23-B83F-17C2822E3DD1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80102008', N'1', N'0', N'2023-12-09 15:48:12.460', N'2023-12-09 15:48:12.460', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FD13F18C-E57E-4A75-859E-BF58613D2531', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80102006', N'1', N'0', N'2023-12-09 15:48:17.520', N'2023-12-09 15:48:17.520', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FBC0A136-E220-4C16-A9AF-57F8D075E904', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41778', N'3', N'0', N'2023-12-09 15:48:27.703', N'2023-12-09 15:48:27.703', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'986860DB-53E5-49D7-A1E7-400C46A1EB65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'3', N'0', N'2023-12-09 15:48:32.780', N'2023-12-09 15:48:32.780', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A287ACE-4583-40B0-88A2-BBE88E1DCC2D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41791', N'1', N'0', N'2023-12-09 15:48:46.053', N'2023-12-09 15:48:46.053', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04083ADC-40C0-4679-9AA8-5A02CBA3F9E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41780', N'3', N'0', N'2023-12-09 15:48:51.130', N'2023-12-09 15:48:51.130', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'687ED3EE-DFF8-45A6-9424-B3EE8E016095', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66039', N'1', N'0', N'2023-12-09 15:48:56.213', N'2023-12-09 15:48:56.213', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0180859E-E21F-44E3-9D3C-CEF1ACB69AF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62002', N'3', N'0', N'2023-12-09 15:49:06.400', N'2023-12-09 15:49:06.400', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'22C9B23A-442B-478D-BA39-200050AAD011', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-10', N'-1', N'120999', N'1', N'0', N'2023-12-09 15:49:34.693', N'2023-12-09 15:49:34.693', N'36', N'100', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'100', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C010F881-1BA4-440D-B8AE-7EE205E9256C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11064005', N'1', N'0', N'2023-12-09 16:09:32.663', N'2023-12-09 16:09:32.663', N'23', N'7091', N'0', N'1004', N'390', N'2033', N'41', N'0', N'0', N'1031', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'9', N'2', N'1', N'7091', N'2923') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'73ABB060-7CDF-4C9B-8FC4-28A90ED0FEC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61003', N'3', N'0', N'2023-12-09 16:09:41.893', N'2023-12-09 16:09:41.893', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A2240BE-B5A5-4609-AF24-A43301FEAC89', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80102002', N'1', N'0', N'2023-12-09 16:09:52.030', N'2023-12-09 16:09:52.030', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EAE63BA2-0809-4B8E-A637-89F8CC2D7EAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62003', N'3', N'0', N'2023-12-09 16:09:57.107', N'2023-12-09 16:09:57.107', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6FF34A81-449F-40F8-97DA-08B9ECDE2D22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11062010', N'1', N'0', N'2023-12-09 16:10:14.500', N'2023-12-09 16:10:14.500', N'23', N'7724', N'0', N'1010', N'179', N'0', N'0', N'0', N'0', N'1047', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'9', N'2', N'1', N'7724', N'2779') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C05A020-7AEF-40FB-8EC4-9F2E66D66551', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66041', N'1', N'0', N'2023-12-09 16:10:19.570', N'2023-12-09 16:10:19.570', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE211617-8E79-4148-A6E6-969B2FD463E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101102', N'1', N'0', N'2023-12-09 16:10:32.403', N'2023-12-09 16:10:32.403', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71D3D434-6123-4B05-A9DB-E89FDB6C385C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80102011', N'1', N'0', N'2023-12-09 16:10:37.137', N'2023-12-09 16:10:37.137', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BE5772AA-86CE-4CD2-8CF9-7C49972C695E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101104', N'1', N'0', N'2023-12-09 16:10:40.580', N'2023-12-09 16:10:40.580', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4C14E8E-9266-48B4-919C-80CFE64203B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101101', N'1', N'0', N'2023-12-09 16:10:44.693', N'2023-12-09 16:10:44.693', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FDE6162-8157-43BA-A129-ED84C388A4F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101015', N'1', N'0', N'2023-12-09 16:11:14.180', N'2023-12-09 16:11:14.180', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BF22271-5E07-4022-A7AE-9069F9DF192E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101102', N'1', N'0', N'2023-12-09 16:11:20.993', N'2023-12-09 16:11:20.993', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DC8AFE70-0BC6-4354-93FC-0F433E67648E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80102001', N'1', N'0', N'2023-12-09 16:11:27.520', N'2023-12-09 16:11:27.520', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F3D78FAF-7670-4EB6-867A-5FA76D1BA9EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101003', N'1', N'0', N'2023-12-09 16:11:34.333', N'2023-12-09 16:11:34.333', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1C5CDABF-28CC-4492-B5E4-88195C9F8096', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101005', N'1', N'0', N'2023-12-09 16:11:39.617', N'2023-12-09 16:11:39.617', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9FAB591F-FCA6-4E6D-9A88-5FAC5582B0A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'80101103', N'1', N'0', N'2023-12-09 16:11:45.063', N'2023-12-09 16:11:45.063', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3602F071-AA9E-47E8-92B0-008BEDE67305', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003001', N'1', N'0', N'2023-12-09 16:11:50.383', N'2023-12-09 16:11:50.383', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'869736E8-DD75-489B-94E6-ABC927DA6999', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-4', N'-1', N'70003051', N'1', N'0', N'2023-12-09 16:11:55.500', N'2023-12-09 16:11:55.500', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8209CE66-B7DB-4ED2-A836-503E0984F8AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101105', N'1', N'0', N'2023-12-09 16:12:33.313', N'2023-12-09 16:12:33.313', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0ECC62A-492C-4E6E-B395-751EC28BCCC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101104', N'1', N'0', N'2023-12-09 16:12:36.413', N'2023-12-09 16:12:36.413', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D9C7E3D3-E167-4A94-8F73-C01CA0077437', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101102', N'1', N'0', N'2023-12-09 16:12:40.630', N'2023-12-09 16:12:40.630', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'70475577-FDB1-4969-8158-6E76CD6F3272', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101103', N'1', N'0', N'2023-12-09 16:12:44.033', N'2023-12-09 16:12:44.033', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A70185C-4169-476C-B2E6-9039808FF319', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'70003056', N'1', N'0', N'2023-12-09 16:12:47.817', N'2023-12-09 16:12:47.817', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'489A60FA-6BE8-4A08-93B4-70EE058B6A6E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101002', N'1', N'0', N'2023-12-09 16:12:51.080', N'2023-12-09 16:12:51.080', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95D7E122-BB54-4003-AFB5-4BB5110F1EF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101032', N'2', N'0', N'2023-12-09 19:43:47.080', N'2023-12-09 19:43:47.080', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5C317DB-7120-4812-B659-80A5123B5F71', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012007', N'1', N'0', N'2023-12-09 19:43:52.177', N'2023-12-09 19:43:52.177', N'23', N'4391', N'0', N'2001', N'84', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'9', N'8', N'7', N'4391', N'740') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'02F4FCD2-0318-49B3-B0D8-9103EB81501E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14044004', N'1', N'0', N'2023-12-09 19:43:57.250', N'2023-12-09 19:43:57.250', N'23', N'4410', N'0', N'1002', N'240', N'2003', N'3', N'0', N'0', N'2029', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'9', N'5', N'5', N'4410', N'1935') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'19BB1921-BE3E-46AB-8B7D-5683DA821E0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102008', N'1', N'0', N'2023-12-09 19:44:32.760', N'2023-12-09 19:44:32.760', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8FF20D11-84EA-4501-8A49-195330B3216E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61002', N'18', N'0', N'2023-12-09 19:44:47.980', N'2023-12-09 19:44:47.980', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4CB7F1A2-0F42-47F7-8687-26EBC08D10C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63002', N'15', N'0', N'2023-12-09 19:44:53.060', N'2023-12-09 19:44:53.060', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17A2265D-17F7-4D68-BDED-414D5F13F0ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41791', N'5', N'0', N'2023-12-09 19:45:18.447', N'2023-12-09 19:45:18.447', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F6B01F5-F989-40D4-8F37-DB597F17DCB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101032', N'2', N'0', N'2023-12-09 19:45:28.597', N'2023-12-09 19:45:28.597', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'04C5C1B0-1FB0-4B44-B58E-363EA0BDE119', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102009', N'1', N'0', N'2023-12-09 19:45:33.670', N'2023-12-09 19:45:33.670', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'57D3E4C5-5820-4599-B07B-B18752B543CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14012007', N'1', N'0', N'2023-12-09 19:45:43.807', N'2023-12-09 19:45:43.807', N'23', N'4724', N'0', N'2004', N'3', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'9', N'8', N'7', N'4724', N'1738') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9D38D084-74CB-43FF-89E2-AEC80B25B489', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14034004', N'1', N'0', N'2023-12-09 19:45:53.967', N'2023-12-09 19:45:53.967', N'23', N'4765', N'0', N'1002', N'284', N'2001', N'100', N'0', N'0', N'1013', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'1', N'0', N'0', N'2', N'9', N'4', N'4', N'4765', N'1665') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4ED897C5-E36A-48EB-A589-9C48987EB957', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14024004', N'1', N'0', N'2023-12-09 19:46:49.767', N'2023-12-09 19:46:49.767', N'23', N'4111', N'0', N'2001', N'98', N'2004', N'4', N'0', N'0', N'2032', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'3', N'9', N'7', N'8', N'4111', N'1714') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'91C77137-EC1B-4B98-91B1-36C1601BD33B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012007', N'1', N'0', N'2023-12-09 19:46:59.970', N'2023-12-09 19:46:59.970', N'23', N'3152', N'0', N'2001', N'101', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'9', N'3', N'3', N'3152', N'960') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'558DB8DD-0889-4BD7-BA87-1DE877B4F78A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102001', N'1', N'0', N'2023-12-09 19:47:10.147', N'2023-12-09 19:47:10.147', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5D17475D-62AF-4631-922F-E1F4DDB9F2E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14032007', N'1', N'0', N'2023-12-09 19:47:15.210', N'2023-12-09 19:47:15.210', N'23', N'4574', N'0', N'2004', N'2', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'4', N'9', N'12', N'10', N'4574', N'1554') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A04C8C2-4E20-459A-B42E-6152519833BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022007', N'1', N'0', N'2023-12-09 19:47:30.423', N'2023-12-09 19:47:30.423', N'23', N'3889', N'0', N'2002', N'56', N'0', N'0', N'0', N'0', N'2018', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'9', N'4', N'5', N'3889', N'864') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E78A33AC-C8EF-4467-A24E-3E439F388C5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11024003', N'1', N'0', N'2023-12-09 19:47:40.593', N'2023-12-09 19:47:40.593', N'23', N'11692', N'0', N'2002', N'187', N'2029', N'32', N'0', N'0', N'2175', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'5', N'9', N'5', N'5', N'11692', N'2028') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8A0D6D2F-FF03-4A4D-8E2D-3F4F31E05A3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102007', N'2', N'0', N'2023-12-09 19:47:45.670', N'2023-12-09 19:47:45.670', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CAF1288B-96FE-413F-B016-C6E331F69CB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13032007', N'1', N'0', N'2023-12-09 19:48:00.900', N'2023-12-09 19:48:00.900', N'23', N'3523', N'0', N'2004', N'2', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'9', N'8', N'6', N'3523', N'655') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F439D1D4-F0CD-45D3-A029-AAF272D2A90A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61017', N'2', N'0', N'2023-12-09 19:48:06.003', N'2023-12-09 19:48:06.003', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46008206-87E1-4758-8D9D-B6F1A0097C88', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16012007', N'1', N'0', N'2023-12-09 19:48:11.073', N'2023-12-09 19:48:11.073', N'23', N'5422', N'0', N'2001', N'73', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'5', N'9', N'9', N'9', N'5422', N'766') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6C6F339F-8652-4B89-AF23-7E3F71829B65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11064003', N'1', N'0', N'2023-12-09 19:48:36.473', N'2023-12-09 19:48:36.473', N'23', N'6277', N'0', N'2002', N'207', N'2001', N'190', N'0', N'0', N'2015', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'1', N'9', N'1', N'1', N'6277', N'2371') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5207B952-CEA3-4E33-8840-B47A3819D85D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13042007', N'1', N'0', N'2023-12-09 19:49:17.043', N'2023-12-09 19:49:17.043', N'23', N'3303', N'0', N'2001', N'91', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'2', N'9', N'2', N'3', N'3303', N'916') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E8287EE0-B38A-44D8-8FCC-DA29F8C2D424', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102002', N'1', N'0', N'2023-12-09 19:49:32.283', N'2023-12-09 19:49:32.283', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4C345A28-2319-43D1-AA37-E4E3AD3FAE6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63012', N'1', N'0', N'2023-12-09 19:49:42.427', N'2023-12-09 19:49:42.427', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C225419-3986-459F-BE59-447B9500EB6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101042', N'2', N'0', N'2023-12-09 19:49:47.497', N'2023-12-09 19:49:47.497', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'97DF1D95-4F97-4040-A9FE-B48BEE8DDA59', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'12014004', N'1', N'0', N'2023-12-09 19:50:02.760', N'2023-12-09 19:50:02.760', N'23', N'4000', N'0', N'2004', N'3', N'2002', N'119', N'0', N'0', N'2016', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'9', N'5', N'5', N'4000', N'1619') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'81A3FEBA-C6C8-4268-9BDD-C001190517F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102012', N'1', N'0', N'2023-12-09 19:50:07.860', N'2023-12-09 19:50:07.860', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64DB3744-32F0-466B-B2F7-A21A0A3D8E27', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'66038', N'2', N'0', N'2023-12-09 21:04:14.850', N'2023-12-09 21:04:14.850', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6B4E4F59-4BEE-49A9-9A31-83B3A222888F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032005', N'1', N'0', N'2023-12-09 21:04:20.330', N'2023-12-09 21:04:20.330', N'23', N'3732', N'0', N'2001', N'42', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'3', N'9', N'5', N'5', N'3732', N'1040') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C26348CE-A944-444C-B5A5-762C1EDF30E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62004', N'3', N'0', N'2023-12-09 21:05:00.397', N'2023-12-09 21:05:00.397', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A141912F-1B4C-4998-9DB0-AA29ACA43FC9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101024', N'4', N'0', N'2023-12-09 21:05:03.870', N'2023-12-09 21:05:03.870', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'12DCD983-3F87-4A00-A8AD-1D4929375D8A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11154008', N'1', N'0', N'2023-12-09 21:05:06.967', N'2023-12-09 21:05:06.967', N'23', N'7289', N'0', N'1003', N'342', N'1004', N'451', N'0', N'0', N'1031', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'5', N'9', N'22', N'18', N'7289', N'2200') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'575D2B73-62FA-4379-B65D-DE9B2969E91D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20034008', N'1', N'0', N'2023-12-09 21:05:10.443', N'2023-12-09 21:05:10.443', N'23', N'3202', N'0', N'2002', N'131', N'2001', N'119', N'0', N'0', N'2004', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'4', N'9', N'8', N'7', N'3202', N'994') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DE3DB1AA-FA0F-4541-ABEC-6679D083984F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20022013', N'1', N'0', N'2023-12-09 21:05:14.727', N'2023-12-09 21:05:14.727', N'23', N'4123', N'0', N'2036', N'6', N'0', N'0', N'0', N'0', N'2076', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'5', N'9', N'10', N'10', N'4123', N'718') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAE3BDC9-2C5B-4AAB-9930-106059CE43AA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41793', N'1', N'0', N'2023-12-09 21:05:18.987', N'2023-12-09 21:05:18.987', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7AE9ABEA-2A01-4365-9E9A-B73AA6A4E972', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61004', N'6', N'0', N'2023-12-09 21:05:27.017', N'2023-12-09 21:05:27.017', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5C0D837A-9FB4-499D-973C-4FF5B45F27EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41782', N'6', N'0', N'2023-12-09 21:05:30.790', N'2023-12-09 21:05:30.790', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D5F8D1CE-9D8B-42BE-AB40-03F9F18AEF73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101014', N'2', N'0', N'2023-12-09 21:05:35.040', N'2023-12-09 21:05:35.040', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BF484F25-2FE0-4BA8-BED4-D4D75AC7AB6D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'11112013', N'1', N'0', N'2023-12-09 21:05:43.550', N'2023-12-09 21:05:43.550', N'23', N'6902', N'0', N'2001', N'385', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'0', N'0', N'0', N'5', N'9', N'18', N'18', N'6902', N'2178') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23199C28-2D7A-45DC-BA96-EAA41DABE2B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102008', N'1', N'0', N'2023-12-09 21:05:47.320', N'2023-12-09 21:05:47.320', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F03CF8E5-3306-45F3-B3B0-511EBE4911AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62014', N'1', N'0', N'2023-12-09 21:05:52.057', N'2023-12-09 21:05:52.057', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'116715B5-0F03-4482-B85F-62C50E2C4AB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15024008', N'1', N'0', N'2023-12-09 21:05:56.310', N'2023-12-09 21:05:56.310', N'23', N'3737', N'0', N'2003', N'13', N'2035', N'5', N'0', N'0', N'2031', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'4', N'0', N'0', N'1', N'9', N'1', N'1', N'3737', N'1422') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C472B16A-F82A-4614-AA6A-9E6D187F1BBF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'13022013', N'1', N'0', N'2023-12-09 21:06:03.517', N'2023-12-09 21:06:03.517', N'23', N'3734', N'0', N'2032', N'4', N'0', N'0', N'0', N'0', N'2067', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'5', N'9', N'10', N'10', N'3734', N'776') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1448E80E-94AF-4411-BB95-CFC7E2EEDE15', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'61019', N'1', N'0', N'2023-12-09 21:06:07.290', N'2023-12-09 21:06:07.290', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A97D2DB-F451-4DA3-8FDC-831A021ABF1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41789', N'3', N'0', N'2023-12-09 21:06:34.887', N'2023-12-09 21:06:34.887', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FAFF5F66-C0B1-4CC0-B555-58D062C7B10C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102005', N'1', N'0', N'2023-12-09 21:06:38.160', N'2023-12-09 21:06:38.160', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4B2D4050-8EAD-4351-8788-6263B2379398', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'16042005', N'1', N'0', N'2023-12-09 21:06:41.627', N'2023-12-09 21:06:41.627', N'23', N'5448', N'0', N'2001', N'62', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'4', N'9', N'7', N'6', N'5448', N'914') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'43784D22-D21B-4602-8163-47B06C45825E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101031', N'2', N'0', N'2023-12-09 21:06:45.000', N'2023-12-09 21:06:45.000', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'26044ED2-F354-4796-AAF4-9D548D2AE74C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20034003', N'1', N'0', N'2023-12-09 21:06:49.520', N'2023-12-09 21:06:49.520', N'23', N'3285', N'0', N'1002', N'106', N'1003', N'90', N'0', N'0', N'1025', N'5', N'0', N'2', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'3', N'2', N'0', N'0', N'5', N'9', N'9', N'9', N'3285', N'611') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3EB6097C-3A91-4470-B0D4-F41BC4901D76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101011', N'4', N'0', N'2023-12-09 21:06:59.330', N'2023-12-09 21:06:59.330', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'55288B6F-6B08-4C72-9379-D53ADAE9C3CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'63001', N'3', N'0', N'2023-12-09 21:07:02.760', N'2023-12-09 21:07:02.760', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8CC384C8-0310-468F-9E37-1723AE38F631', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'62001', N'9', N'0', N'2023-12-09 21:07:06.097', N'2023-12-09 21:07:06.097', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'7C719D67-DC2B-4F88-87FF-3366B9DE53C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80102002', N'2', N'0', N'2023-12-09 21:07:29.300', N'2023-12-09 21:07:29.300', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59E8AB01-0862-4E4D-80FE-6FBFCC5B5329', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'14042005', N'1', N'0', N'2023-12-09 21:07:41.370', N'2023-12-09 21:07:41.370', N'23', N'6958', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'5', N'9', N'14', N'16', N'6958', N'1489') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D3BDCF49-C7BF-4424-ACE0-925A51A45AF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101031', N'2', N'0', N'2023-12-09 21:07:48.353', N'2023-12-09 21:07:48.353', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0C50A4E-BFED-414B-82E8-B5DF71C630F9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15022005', N'1', N'0', N'2023-12-09 21:07:52.057', N'2023-12-09 21:07:52.057', N'23', N'4355', N'0', N'2001', N'51', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'4', N'0', N'0', N'0', N'2', N'9', N'3', N'3', N'4355', N'677') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A7409E9F-6CF4-4BA7-84C1-7AE00ECB0F73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'80101041', N'2', N'0', N'2023-12-09 21:07:59.100', N'2023-12-09 21:07:59.100', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0989020-34CA-43C3-A2F2-24342A3837A7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'15032005', N'1', N'0', N'2023-12-09 21:08:14.070', N'2023-12-09 21:08:14.070', N'23', N'3650', N'0', N'2001', N'38', N'0', N'0', N'0', N'0', N'2004', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'1', N'9', N'1', N'1', N'3650', N'1581') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4A1D7F7C-F1CD-4921-8DD0-B5945BED0EDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'20044003', N'1', N'0', N'2023-12-09 21:08:17.343', N'2023-12-09 21:08:17.343', N'23', N'4465', N'0', N'1001', N'102', N'1002', N'160', N'0', N'0', N'1015', N'5', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'2', N'0', N'0', N'0', N'3', N'9', N'5', N'5', N'4465', N'611') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B208FEFA-18B4-4B11-82D8-A6260C2CF8A2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60084', N'1', N'0', N'2023-12-09 21:13:55.280', N'2023-12-09 21:13:55.280', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'884D7C7D-5261-414C-B5F2-668D88C8C9C2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'2', N'0', N'2023-12-09 21:16:17.583', N'2023-12-09 21:16:17.583', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'96245AF3-2ADC-4071-B9DF-D33F75AD00A4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'60057', N'1', N'0', N'2023-12-09 21:17:35.410', N'2023-12-09 21:17:35.410', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E122806E-E560-45C1-9460-8674C8598A66', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'712026007', N'1', N'0', N'2023-12-09 21:25:42.220', N'2023-12-09 21:25:42.220', N'9', N'4267', N'0', N'2002', N'293', N'1002', N'447', N'1015', N'996', N'1105', N'2', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'5', N'4', N'4267', N'1584') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0185565B-F859-4E21-AECF-91D3CF6D8D85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'41778', N'12', N'0', N'2023-12-09 21:28:15.820', N'2023-12-09 21:28:15.820', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [link_id], [is_seizure], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4E15000-7BA7-4F52-9975-934CD1062061', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'-5', N'-1', N'50023', N'140', N'0', N'2023-12-09 21:28:22.353', N'2023-12-09 21:28:22.353', N'23', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'0', N'0', N'0', N'0', N'1', N'9', N'0', N'0', N'0', N'1') GO -- ---------------------------- -- Table structure for N_InventoryItem_DELETE -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[N_InventoryItem_DELETE]') AND type IN ('U')) DROP TABLE [dbo].[N_InventoryItem_DELETE] GO CREATE TABLE [dbo].[N_InventoryItem_DELETE] ( [item_uid] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int NOT NULL, [lock_pwd] nvarchar(4) COLLATE Chinese_PRC_CI_AS NOT NULL, [activity_value] int NOT NULL, [link_id] uniqueidentifier NULL, [is_seizure] tinyint NOT NULL, [socket_1_color] tinyint NOT NULL, [socket_2_color] tinyint NOT NULL, [socket_3_color] tinyint NOT NULL, [deferment_time] int NOT NULL, [rank] tinyint NOT NULL, [acquireroute] tinyint NOT NULL, [physical] int NOT NULL, [magical] int NOT NULL, [durabilitymax] int NOT NULL, [weight] int NOT NULL ) GO ALTER TABLE [dbo].[N_InventoryItem_DELETE] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of N_InventoryItem_DELETE -- ---------------------------- -- ---------------------------- -- Table structure for N_MailItem -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[N_MailItem]') AND type IN ('U')) DROP TABLE [dbo].[N_MailItem] GO CREATE TABLE [dbo].[N_MailItem] ( [item_uid] uniqueidentifier NOT NULL, [mail_uid] uniqueidentifier NULL, [character_id] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [lock_pwd] nvarchar(4) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [activity_value] int DEFAULT 0 NOT NULL, [link_id] uniqueidentifier NULL, [is_seizure] tinyint DEFAULT 0 NOT NULL, [socket_1_color] tinyint DEFAULT 0 NOT NULL, [socket_2_color] tinyint DEFAULT 0 NOT NULL, [socket_3_color] tinyint DEFAULT 0 NOT NULL, [rank] tinyint DEFAULT 0 NOT NULL, [acquireroute] tinyint DEFAULT 0 NOT NULL, [physical] int DEFAULT 0 NOT NULL, [magical] int DEFAULT 0 NOT NULL, [durabilitymax] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[N_MailItem] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of N_MailItem -- ---------------------------- -- ---------------------------- -- Table structure for PetTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[PetTable]') AND type IN ('U')) DROP TABLE [dbo].[PetTable] GO CREATE TABLE [dbo].[PetTable] ( [pet_id] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [bcust_id] nvarchar(50) COLLATE Chinese_PRC_CI_AS NULL, [AuthID] uniqueidentifier NOT NULL, [server] int NOT NULL, [Name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [Job] int NOT NULL, [Level] int NOT NULL, [Experience] bigint NOT NULL, [inventory_count] tinyint NOT NULL, [CreateTime] datetime NOT NULL, [Expire_Time] int NOT NULL, [Vital] int DEFAULT 0 NOT NULL, [Intelligence] int DEFAULT 0 NOT NULL, [Strength] int DEFAULT 0 NOT NULL, [Resilient] int DEFAULT 0 NOT NULL, [Eloquence] int DEFAULT 0 NOT NULL, [Charm] int DEFAULT 0 NOT NULL, [Temper] int DEFAULT 0 NOT NULL, [Height] float(53) DEFAULT 0 NOT NULL, [Weight] float(53) DEFAULT 0 NOT NULL, [Pet_Type] tinyint DEFAULT 0 NOT NULL, [hp] float(53) DEFAULT 0 NOT NULL, [mp] float(53) DEFAULT 0 NOT NULL, [physical_attack] float(53) DEFAULT 0 NOT NULL, [physical_defence] float(53) DEFAULT 0 NOT NULL, [magical_attack] float(53) DEFAULT 0 NOT NULL, [magical_defence] float(53) DEFAULT 0 NOT NULL, [loyalty] float(53) DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[PetTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of PetTable -- ---------------------------- INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'5B634DED-54F9-4410-9548-28B94CF88832', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Pepe', N'13', N'44', N'87248', N'0', N'2022-07-19 23:36:08.063', N'1701688966', N'222', N'90', N'200', N'210', N'140', N'274', N'194', N'80', N'200', N'0', N'450', N'450', N'63', N'0', N'49', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'49C5E970-D4D3-409D-9F64-47DE5BFB7A3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Gray Dogi', N'503', N'57', N'175000', N'0', N'1900-01-01 00:00:00.000', N'1699097262', N'100', N'100', N'100', N'100', N'100', N'100', N'100', N'30', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'AA24F046-8F46-49A2-8A65-A3D8648BEDB0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Blue Pengi', N'303', N'49', N'120000', N'0', N'1900-01-01 00:00:00.000', N'1699096980', N'100', N'100', N'100', N'100', N'100', N'100', N'100', N'30', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'EC4EDFE6-AFF0-47DF-B603-8DB132EF5766', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Glory Pepe', N'19', N'1', N'0', N'0', N'2023-11-04 03:27:14.923', N'1701689234', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'80', N'200', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Momo', N'10', N'1', N'0', N'24', N'2022-06-22 18:54:30.713', N'1655934870', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'40', N'20', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'E7CF6F4B-1D33-4BB5-B17D-E89C634F4F67', N'A1493A23-ECAC-4459-8DFC-F364D9144623', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Momo', N'10', N'1', N'0', N'24', N'2022-07-03 08:52:08.593', N'1656849128', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'40', N'20', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'3AA9495C-7ED0-48F9-9682-B13B62E1645D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Yongyong', N'15', N'1', N'0', N'24', N'2022-07-03 08:52:13.627', N'1656849133', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'40', N'20', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'B2866640-3543-4522-84DF-70F05368156C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Shadow Kathy', N'12', N'2', N'55', N'0', N'2022-07-03 08:52:28.490', N'1659441148', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'80', N'200', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'F2B112BC-9707-4514-820B-EEC609E21BCC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Hydrangea Pepe', N'13', N'1', N'0', N'0', N'2022-07-03 08:52:30.077', N'1659441150', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'80', N'200', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'693B9DEA-B6B5-41EC-9E45-7E65AF5BAFAD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Monster Seed', N'125', N'1', N'0', N'0', N'2022-07-03 09:24:44.300', N'1656851084', N'30', N'30', N'20', N'60', N'20', N'60', N'4', N'10', N'10', N'0', N'150', N'150', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'E4B3C702-FBB1-4F58-A484-FCE61C0CC04D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Charles', N'14', N'1', N'0', N'12', N'2022-07-03 09:24:47.760', N'1656851087', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'40', N'20', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'AC4188C7-7FA6-4C6A-87C7-A679AE8A7DB9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Fighter', N'11', N'1', N'0', N'0', N'2022-07-03 09:25:27.577', N'1659443127', N'30', N'30', N'150', N'60', N'60', N'60', N'0', N'80', N'40', N'0', N'150', N'150', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'ED62E465-A005-4A0D-9919-D8B847FCFE22', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'查尔斯', N'14', N'1', N'0', N'12', N'2023-10-09 22:56:47.197', N'1696921007', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'40', N'20', N'1', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'492F59FF-134A-4FA6-B961-9417364F6B9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'忘忧草种子', N'1', N'3', N'0', N'0', N'2023-10-09 22:57:56.657', N'0', N'22', N'17', N'20', N'1', N'1', N'47', N'5', N'18.4999980926514', N'1.90000021457672', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'1BC13660-C321-4C2B-8460-F5E321E8D16D', N'D7ED703E-8EAA-4429-82D8-360657F11C06', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'魔法师宠物', N'12', N'1', N'0', N'0', N'2023-10-24 00:52:04.407', N'1700729524', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'80', N'200', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'D5AD4789-31DF-4534-A668-4A2A22CA09CE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Nepenthes Seed', N'5', N'35', N'48402', N'0', N'2022-07-21 06:03:33.673', N'0', N'285', N'20', N'17', N'312', N'10', N'253', N'154', N'20.0999984741211', N'2.20000004768372', N'1', N'0', N'0', N'115', N'0', N'77', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'DFC49CE1-F907-48C4-96C3-075EF1D0806F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Blue Pongti', N'403', N'42', N'80000', N'0', N'1900-01-01 00:00:00.000', N'1699096985', N'100', N'100', N'100', N'100', N'100', N'100', N'100', N'30', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'F9DF0138-1705-4140-81F9-B0AE92061AE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Beethoven', N'901', N'1', N'0', N'12', N'2023-11-04 03:24:37.897', N'1699097077', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'40', N'20', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'01ED3293-8F38-463A-8FE5-0A11C926D851', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Yongyong', N'15', N'1', N'0', N'24', N'2023-12-08 07:35:45.410', N'1702049745', N'200', N'200', N'200', N'200', N'200', N'200', N'200', N'40', N'20', N'0', N'1000', N'1000', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'6F882F77-6806-46E5-8B0E-8F1AB4B82126', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Crimson Ami', N'533', N'60', N'200000', N'0', N'1900-01-01 00:00:00.000', N'1699097151', N'100', N'100', N'100', N'100', N'100', N'100', N'100', N'30', N'5', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'A5693198-EB85-4FE5-9212-66165643E0DD', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Vanilla Dogi', N'511', N'2', N'87', N'0', N'2023-11-18 23:30:18.243', N'1700379018', N'100', N'100', N'100', N'100', N'100', N'100', N'100', N'30', N'5', N'0', N'500', N'500', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[PetTable] ([pet_id], [character_id], [bcust_id], [AuthID], [server], [Name], [Job], [Level], [Experience], [inventory_count], [CreateTime], [Expire_Time], [Vital], [Intelligence], [Strength], [Resilient], [Eloquence], [Charm], [Temper], [Height], [Weight], [Pet_Type], [hp], [mp], [physical_attack], [physical_defence], [magical_attack], [magical_defence], [loyalty]) VALUES (N'8547FFF0-60B7-4A2A-B208-9F32E9AD8C32', N'01ED3293-8F38-463A-8FE5-0A11C926D851', NULL, N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'10101', N'Monster Seed', N'137', N'1', N'0', N'0', N'2023-12-08 07:49:45.070', N'1702050585', N'30', N'30', N'20', N'60', N'20', N'60', N'4', N'10', N'10', N'0', N'150', N'150', N'0', N'0', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for QuestTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QuestTable]') AND type IN ('U')) DROP TABLE [dbo].[QuestTable] GO CREATE TABLE [dbo].[QuestTable] ( [quest_uid] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [instance_npc_id] int NOT NULL, [quest_code] int NOT NULL, [quest_state] tinyint NOT NULL, [quest_status1] int NOT NULL, [quest_status2] int NOT NULL, [quest_status3] int NOT NULL, [quest_status4] int DEFAULT 0 NOT NULL, [quest_status5] int DEFAULT 0 NOT NULL, [create_time] datetime DEFAULT getdate() NOT NULL, [finish_time] datetime NOT NULL, [quest_show] tinyint DEFAULT 1 NOT NULL ) GO ALTER TABLE [dbo].[QuestTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QuestTable -- ---------------------------- INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F7604BBF-A860-4447-A3D6-CFD08ED4E564', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2003', N'622017', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-12-09 21:10:52.070', N'2023-12-09 21:10:52.070', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5D732E41-5162-43FE-B3D2-F570003D6D6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'431019', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-07-09 03:37:51.270', N'2022-07-09 04:05:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8577E3F7-1AB1-4233-B023-2629644BB3C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'447', N'410056', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 03:56:44.990', N'2022-07-09 04:03:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E4B37377-292D-40D6-9FB9-12DCAAEA675E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'410057', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 04:04:52.453', N'2022-07-09 04:16:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D2818B93-D50C-466D-8517-22D07C03E087', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410058', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 04:08:10.510', N'2022-07-09 04:08:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0386865F-0D70-4800-B706-7A10B046543B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'443', N'410059', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 04:08:55.217', N'2022-07-09 04:09:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EC4F775A-2632-48D1-A696-30B0CD7A7E40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410061', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 04:09:34.330', N'2022-07-09 04:09:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'95195CB1-46D4-4176-965B-648314850E68', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410062', N'255', N'1', N'1', N'8', N'0', N'0', N'2022-07-09 04:10:25.557', N'2022-07-09 04:49:40.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'488E09D3-BBD8-494D-8E39-F34DBDF30F83', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'430064', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 04:10:50.807', N'2022-07-09 05:57:05.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'032B3C6A-5B2F-4195-BDC0-E6FEFB2BD838', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410063', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 04:51:03.233', N'2022-07-09 04:51:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F599B6E2-C14E-454A-9E5A-B5BE8A4552C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410064', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 04:51:40.033', N'2022-07-09 04:52:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CD2190EC-50C9-452C-84EA-502BF3FC4BBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'431', N'410065', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 04:52:49.747', N'2022-07-09 04:53:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6F982A6C-D631-4736-A8F1-29746F930188', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410066', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-07-09 04:54:59.330', N'2022-07-09 05:17:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C9FFAEA3-97DE-4B2E-8C99-39244C620FC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'410069', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-09 04:56:22.830', N'2022-07-09 05:17:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'26E68603-2567-4552-BA09-C4E49734CB05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'414', N'410068', N'255', N'4', N'0', N'0', N'0', N'0', N'2022-07-09 04:57:23.393', N'2022-07-09 05:01:51.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'ED32A459-1E78-4D62-BF5C-0686DA391BD8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'903', N'410067', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 05:03:22.153', N'2022-07-09 05:03:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BB430F57-2339-43D2-9B1F-485E2F60F538', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410070', N'255', N'1', N'2', N'1', N'0', N'0', N'2022-07-09 05:04:15.537', N'2022-07-09 05:07:03.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BB8B3BFB-C630-430B-B95F-4ECE571D884C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410080', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 05:07:20.977', N'2022-07-09 05:07:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D353AC60-F29E-4504-B863-2741920D3C76', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410071', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 05:18:45.307', N'2022-07-09 16:53:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CAFDBFC1-F867-4C7F-9F1D-38123E2FBF10', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'441001', N'255', N'25', N'0', N'0', N'0', N'0', N'2022-07-09 05:19:32.387', N'2022-07-09 05:57:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CF7C6239-D657-4AD1-A8B8-BA87798D8791', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'441002', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-09 05:57:18.820', N'2022-07-09 15:02:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E228FF72-FED3-478A-96F5-75EDB9401800', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'441003', N'255', N'20', N'5', N'0', N'0', N'0', N'2022-07-09 05:59:59.593', N'2022-07-09 06:00:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'16A911D0-77DD-4A2D-A896-692B43727E62', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'441004', N'255', N'7', N'0', N'0', N'0', N'0', N'2022-07-09 06:05:01.710', N'2022-07-09 06:06:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DE74A100-0AF9-40AC-AC1E-FED2953D830C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'441005', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 06:06:40.930', N'2022-07-09 06:06:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7CC9055C-F109-4D2F-B663-A55A739D4223', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'441006', N'255', N'10', N'10', N'0', N'0', N'0', N'2022-07-09 06:07:37.190', N'2022-07-09 15:03:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'07E01EF8-D1E6-4978-935B-F0B629A68B3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'441010', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-09 06:08:05.573', N'2022-07-09 15:03:40.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'25114000-BE2B-4057-BAB3-6FA1008C9A51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'441011', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 15:03:43.550', N'2022-07-09 15:03:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1CE1A1DE-2FEE-4322-8482-D8E20F19E62C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'441012', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-09 15:03:57.557', N'2022-07-09 15:19:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0A4D75AC-D60B-4CBB-93B7-2FEE025E8AE6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'430066', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 15:04:41.730', N'2022-07-09 15:18:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DAF26F1E-D336-43B5-8D10-1AE4AD79D80E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'13', N'441007', N'255', N'100', N'0', N'0', N'0', N'0', N'2022-07-09 15:19:59.997', N'2022-07-09 16:30:49.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C2A8BE45-583B-47D0-A52D-08A0AF5BFB47', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'441008', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-09 15:20:14.400', N'2022-07-09 15:57:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7BA5D4A9-F4EA-491D-9A97-6B7BB59C4A85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'441009', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-09 15:57:48.353', N'2022-07-09 16:30:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D2410CC9-C79A-4EA9-9B59-09D3CE346AFA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'441013', N'255', N'15', N'15', N'0', N'0', N'0', N'2022-07-09 15:57:56.973', N'2022-07-09 16:30:27.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EA849591-3E47-434F-A6F2-C0156DEA3A54', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'441016', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-07-09 16:30:55.547', N'2022-07-09 17:29:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B3A5AFFB-D835-48E7-B8B8-0EA09D6FE954', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'441014', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-09 16:31:03.670', N'2022-07-09 16:54:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C076EA24-8D4A-4AF7-A6C0-887372E55FA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410072', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 16:54:10.367', N'2022-07-09 16:55:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B2B81DAC-0822-49A1-9D4D-8A66E9AF91C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'441015', N'255', N'8', N'0', N'0', N'0', N'0', N'2022-07-09 16:54:27.047', N'2022-07-09 16:55:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'60274B64-5421-4AC1-8C5F-76855C3F2233', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'410073', N'255', N'30', N'0', N'0', N'0', N'0', N'2022-07-09 16:57:38.980', N'2022-07-09 17:14:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'410C600F-4177-4CAC-8473-E2B13B291DF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410074', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-09 17:14:24.983', N'2022-07-09 17:16:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'02F63C8A-CBC8-4E0A-81A0-F45E01F6A7C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'410075', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 17:16:42.927', N'2022-07-09 17:17:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'42D5E81D-6E3D-4077-B7ED-15A9166E900F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'410076', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-07-09 17:18:23.687', N'2022-07-09 17:30:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AEDDDA4F-AD62-483A-9113-1A49BD2F2AC7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'410077', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 17:30:25.037', N'2022-07-09 17:31:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E12CFB6A-1B75-4C7C-9A22-4ACA95E705C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410078', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 17:33:26.280', N'2022-07-09 17:33:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FF048326-CC27-4B5D-9FC4-B352A927B1AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'443', N'410079', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 17:34:26.243', N'2022-07-09 17:34:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5E775E79-9D55-49AD-9109-4FD5C97539E5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410081', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 17:36:56.120', N'2022-07-09 17:54:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7A3EA6AE-56C8-4BCE-BB6D-9D2854443D63', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'430084', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 17:37:10.803', N'2022-07-09 17:56:05.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1784D279-6F72-4A58-A839-4C87CE4AAD1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'430086', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 17:37:22.683', N'2022-07-09 19:09:16.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'69D1A816-9D2D-411D-A444-19C2785D4BD3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410082', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 17:55:55.933', N'2022-07-09 17:56:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E538D195-6ACC-4DCA-BB85-1902EE7A36A0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410083', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 17:58:13.613', N'2022-07-09 18:08:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A008A9A4-42EA-46E1-9CE8-3E8336B6DE82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'523', N'500028', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 17:59:20.203', N'2022-07-09 18:19:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'63F07836-586A-40B7-8AC7-A3774D08B431', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'446', N'410084', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 18:08:38.140', N'2022-07-09 18:18:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1961E85B-E481-4E6E-AD92-61D09BCF2C70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410085', N'255', N'2', N'4', N'2', N'0', N'0', N'2022-07-09 18:20:09.313', N'2022-07-09 18:50:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'233845F0-B2EC-469E-8E69-942F245F8057', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410086', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 18:51:07.413', N'2022-07-09 18:51:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CF25FBC6-9E11-4633-824F-E63084E84679', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'443', N'410087', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 18:51:59.600', N'2022-07-09 18:52:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F1E3FF77-A855-4FFD-9D0D-6C3460DA6DD4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410088', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 18:52:48.220', N'2022-07-09 19:04:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B85DA884-6E59-4828-A212-F5B642CAE440', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'461001', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 18:53:20.603', N'2022-07-09 18:53:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A8C1D396-A5AE-4906-B06D-7CD1F46521D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'461002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 18:54:32.057', N'2022-07-09 19:09:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'268AE823-90BC-4AC9-B52A-1C24CC1A8C82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1040', N'410089', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 19:04:49.650', N'2022-07-09 19:18:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'433B1D63-5288-4FF5-AB76-FB6D1F0F4AE8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'461003', N'255', N'7', N'0', N'0', N'0', N'0', N'2022-07-09 19:16:05.510', N'2022-07-09 19:44:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'44F676AF-D398-4DE7-94C3-583053B44E61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1017', N'410090', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 19:19:37.113', N'2022-07-09 19:21:16.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'12103FF2-EB65-480E-AE89-F859498B4C79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'410091', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-07-09 19:22:23.443', N'2022-07-09 19:47:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'155B4F63-56C9-4F7C-9705-8F5E071D1BC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'410092', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 19:47:33.863', N'2022-07-09 19:50:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6E11476C-B686-44AB-8BDC-3268F2DDD507', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'461010', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 19:48:23.893', N'2022-07-09 20:32:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A0AEDAC6-3881-4499-8708-8B0C8DB93DF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'461004', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 19:48:41.587', N'2022-07-09 19:48:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'617D5C34-7BB7-48F0-A05C-7684F6629CBB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'461005', N'255', N'14', N'0', N'0', N'0', N'0', N'2022-07-09 19:48:51.747', N'2022-07-09 20:49:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'18B59B2C-DA32-4B29-A172-E03206FF4EEB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1040', N'410093', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 19:56:27.720', N'2022-07-09 20:03:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BE029815-8089-4B89-99C4-D549EB6F3C85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410095', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 20:03:24.503', N'2022-07-09 20:03:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0456AB81-5F84-4320-9D93-BFA69AD8C5C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'443', N'410096', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 20:04:09.680', N'2022-07-09 20:04:39.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F5623773-37FB-4E16-A436-56E3D0203504', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'410097', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-07-09 20:07:00.773', N'2022-07-09 20:34:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'24E9E6A2-2AF8-4C8C-AC74-0BFB3DAC5AEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2004', N'623005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-10 22:18:42.513', N'2022-07-10 22:33:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4C17A04C-9EC4-4756-B73A-BF12BC9BF083', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410098', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 20:37:10.173', N'2022-07-09 20:49:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AC3106B3-87A2-4774-BEAC-8FA6584E8112', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410100', N'255', N'1', N'1', N'0', N'0', N'0', N'2022-07-09 20:37:54.810', N'2022-07-09 20:49:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CF6511CD-5CCF-4668-B4DF-D638A8451B4A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'461012', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 20:38:30.023', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'038ADD36-905B-46AE-B170-90B8E5A7F851', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410099', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 20:50:52.980', N'2022-07-09 20:56:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D9629F2F-E4A3-465A-B5C2-0660AB6FB4BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410101', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 20:51:14.673', N'2022-07-09 20:56:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'99352CA0-55F2-4739-919B-FE7A4530E608', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'461006', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 20:53:13.270', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FA50783B-FBCF-482F-807E-C4C2DF0E92BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1000001', N'410102', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 20:58:49.097', N'2022-07-09 21:00:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DD5BC5B0-B5FD-42E5-9DF7-A3F6356C4BFC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'443', N'410103', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 21:00:55.603', N'2022-07-09 21:02:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D8BACF6B-6EA4-46B1-B313-2BFBE1B927C8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410104', N'255', N'999', N'0', N'0', N'0', N'0', N'2022-07-09 21:03:44.227', N'2022-07-09 21:09:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'57F5672C-D3DE-4BB3-A224-613518B957C1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410105', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 21:12:12.943', N'2022-07-09 21:13:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3F4B3FA0-EC4B-400A-AC18-6CDAC3548191', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'435', N'410106', N'255', N'1', N'1', N'0', N'0', N'0', N'2022-07-09 21:14:44.340', N'2022-07-09 21:35:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3DB1896A-B8B3-41FB-A9C4-8EA0DFB0A2F0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'481001', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-07-09 21:15:48.030', N'2022-07-09 22:49:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FEF8C343-DD18-4A10-9949-255D12418037', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'435', N'410107', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 21:36:42.827', N'2022-07-09 21:37:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'014B0EE0-68BF-4048-AA2D-8E0F59F560B6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'514', N'410108', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-09 21:39:03.750', N'2022-07-09 21:54:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C37A7336-DB5B-49B4-B507-E640A6BBF2FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'514', N'410109', N'255', N'30', N'0', N'0', N'0', N'0', N'2022-07-09 21:55:51.030', N'2022-07-09 22:47:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D5772BAA-F44D-4D2E-BA6E-6D949FC97773', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'514', N'410110', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 22:48:45.087', N'2022-07-09 22:48:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FFE6F7A6-8F14-4176-AA32-EEDC2EEA8C24', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410111', N'255', N'3', N'15', N'2', N'0', N'0', N'2022-07-09 22:49:48.843', N'2022-07-09 23:13:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'71AEFE28-EF6B-4F66-B16C-412F34E87CCB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'512', N'461007', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 22:50:21.990', N'2022-07-09 22:50:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1A69D817-56F5-4781-AB2D-9EA060589339', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'512', N'481002', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-09 22:50:24.013', N'2022-07-09 23:14:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1938F0F4-36C0-4CA1-9818-DF0BE9AEFF67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'461008', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 22:50:37.150', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'37CB40D2-DDA6-4FA0-A9C9-7F1D08C6E9F3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'513', N'481003', N'255', N'30', N'0', N'0', N'0', N'0', N'2022-07-09 22:50:47.370', N'2022-07-09 23:14:23.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6186B87F-C5A5-4195-BF5C-B362DCD3559F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410112', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 23:14:00.413', N'2022-07-09 23:44:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4CBB695B-0ACE-45EF-871E-E8A751445073', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'481004', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-09 23:15:14.387', N'2022-07-09 23:45:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A74BE3C6-B4E9-4658-9938-F83D7E7A71C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410113', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-07-09 23:45:32.827', N'2022-07-09 23:46:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F54A3F18-65C8-47F8-8426-CB6B73B8A081', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410114', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 23:46:47.013', N'2022-07-09 23:46:51.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CBDC9C9F-9E4F-4676-A812-CA4160AD3593', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'410115', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 23:47:27.280', N'2022-07-09 23:48:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8925C9ED-8283-48D4-8CBF-CBFEC3AF682E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'481006', N'255', N'30', N'30', N'0', N'0', N'0', N'2022-07-09 23:47:37.643', N'2022-07-10 00:09:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'37CE9382-07EC-46AF-9080-C3A277BA1C51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'515', N'410116', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-09 23:48:39.620', N'2022-07-10 00:09:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7EFAF416-84E7-4BB4-B593-7220431955C7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'515', N'481005', N'255', N'18', N'0', N'0', N'0', N'0', N'2022-07-09 23:48:45.613', N'2022-07-10 00:09:51.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'92E09468-77FD-4CB8-831F-7E5FDDCFA3AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'512', N'410117', N'255', N'5', N'10', N'0', N'0', N'0', N'2022-07-10 00:09:41.880', N'2022-07-10 01:02:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E4DDFF40-6B2F-4F89-9644-D09D0436C6E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'514', N'481007', N'255', N'150', N'0', N'0', N'0', N'0', N'2022-07-10 00:10:15.390', N'2022-07-10 01:29:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BE82F0D6-E811-4B5A-B260-4E6BC5144138', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'410118', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-10 01:03:09.260', N'2022-07-10 01:03:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2BBFBA4D-F4DE-42A7-83EC-C289C9DC481F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'515', N'410119', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-10 01:03:46.813', N'2022-07-10 01:29:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B0EF0515-38DF-4734-ACCC-A4384E154E1C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'435', N'410120', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-10 01:30:11.457', N'2022-07-10 02:24:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FC6D31FD-CB2A-4C9A-BA51-305A31A4FF5F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'513', N'481008', N'255', N'25', N'0', N'0', N'0', N'0', N'2022-07-10 01:31:21.183', N'2022-07-10 01:53:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'84655163-F817-4639-933F-D10D9EE5B252', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'513', N'481101', N'255', N'30', N'0', N'0', N'0', N'0', N'2022-07-10 01:31:22.863', N'2022-07-10 02:24:27.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DBFAD68E-EF29-444D-B0D5-4B3D7CF1CCDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'481010', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-07-10 01:31:28.303', N'2022-07-10 01:53:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'56D5826F-5347-418F-A25D-CE470E21AF50', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'514', N'481103', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-10 01:31:48.633', N'2022-07-10 02:24:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'27DE43D6-61B2-44DD-9432-25245947989C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'481011', N'255', N'15', N'10', N'0', N'0', N'0', N'2022-07-10 01:53:43.620', N'2022-07-10 02:59:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'28CD197F-7876-4FFF-BEFA-6CD365F4E67B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'511', N'481009', N'255', N'15', N'3', N'3', N'0', N'0', N'2022-07-10 01:53:50.813', N'2022-07-10 03:00:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D25B2A4A-9997-4740-B33F-728543592177', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'514', N'481104', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-10 02:24:04.230', N'2022-07-10 02:24:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'527692B6-15DF-4FD0-9F82-15EB625C9E6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'481105', N'1', N'0', N'0', N'0', N'0', N'0', N'2022-07-10 02:24:13.213', N'1899-12-30 00:00:00.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5BCEA3AE-15E4-46E4-B99E-FE62ADA0F700', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'481106', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-10 02:24:21.080', N'2022-07-10 02:24:21.080', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'03283351-3580-49C0-B6C3-7CA9E214BAB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'435', N'410121', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-10 02:25:08.110', N'2022-07-10 02:25:08.110', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'878C4509-648C-4295-92FE-E2C1960EAAF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'511', N'481102', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-10 02:25:21.200', N'2022-07-10 02:25:21.200', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7666651D-9600-4356-9BF7-9239B4BF9E77', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'522', N'500001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-10 22:12:32.277', N'2022-07-10 22:15:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'39840213-67B1-4192-9229-FE5C38ABC0F3', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'522', N'500002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-10 22:15:38.243', N'2022-07-10 22:15:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'ADA1A197-34DE-474F-9044-A3339E7F2154', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'522', N'500003', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-10 22:15:40.197', N'2022-07-10 22:15:40.197', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7903B9B3-17F4-454B-BF51-5B0CFD3A8469', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'102', N'101001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-08 04:13:16.230', N'2023-10-08 04:19:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FB9393A3-20F0-4BFE-89CE-069A54177683', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-08 04:19:29.050', N'2023-10-08 04:19:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FB214ADD-F34D-437A-923C-82524DE83188', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-08 04:19:31.913', N'2023-10-08 04:23:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0D465725-A8F3-4AAE-A23C-B96E4D0FBE53', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'101', N'101002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-08 04:19:55.400', N'2023-10-08 04:39:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C490100E-E8FF-4B1B-96DD-0996B523C119', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'102', N'101005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-08 04:24:05.890', N'2023-10-08 04:24:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BF2D57D0-7E36-46F0-8869-EC7B788D340E', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'103', N'102001', N'255', N'5', N'0', N'0', N'0', N'0', N'2023-10-08 04:25:00.893', N'2023-10-08 04:39:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'23D25BFA-21FB-4A70-A519-1B1E659CE138', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'101', N'102004', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-08 04:25:28.950', N'2023-10-08 04:25:28.950', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'84D198AC-D162-4ABE-9ECF-FF91E5A8D6CF', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'108', N'101004', N'255', N'4', N'0', N'0', N'0', N'0', N'2023-10-08 04:26:25.090', N'2023-10-08 04:40:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'631937FE-116A-44A3-BFFB-2D969D9A0692', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'108', N'101012', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-08 04:26:27.717', N'2023-10-08 04:40:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3FF57A49-868B-4CB6-95D5-89BA3F1905B5', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'108', N'102003', N'1', N'0', N'0', N'0', N'0', N'0', N'2023-10-08 04:26:29.357', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CDAFA05D-56C4-435E-AD46-4375785D3793', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'102', N'101001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-11 00:51:29.793', N'2023-10-11 00:56:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AEA79EA9-7DA7-4327-BB89-96725BC844B2', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-11 00:56:15.393', N'2023-10-11 00:56:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'03258671-336B-4F3F-BCC6-BAB2B87E4EC1', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'101', N'101002', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-11 00:56:56.120', N'2023-10-11 00:56:56.120', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8D98A474-D6CA-4327-87D4-304156FCE8EF', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'102', N'101003', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-11 00:57:10.340', N'2023-10-11 00:57:10.340', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'37DAFF88-867E-47AC-B240-4645C0378C8D', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'522', N'500001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-11 03:45:27.253', N'2023-10-11 03:45:27.253', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9F61F1BB-A8B2-43E0-8E5C-24807546888D', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'102', N'101001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-11 05:34:10.470', N'2023-10-11 05:39:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'64FC513D-9CCA-49A7-BA4A-8F869DCFD126', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-11 05:39:34.217', N'2023-10-11 05:40:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'70DEC533-9839-44EA-9BB9-629C3EFD3852', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-11 05:39:37.377', N'2023-10-11 05:43:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'60A0B304-E468-481F-B695-4D51A16DC3FC', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'101', N'101002', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-11 05:40:25.997', N'2023-10-11 05:40:25.997', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E1B5CA8A-4FF8-4506-AD88-04687FFE6A19', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'522', N'500001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-24 00:37:15.533', N'2023-10-24 00:47:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0F3951A9-E70D-43D0-A9A2-BE5094911AC0', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'522', N'500002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-10-24 00:47:36.413', N'2023-10-24 00:47:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DC776EF1-D9AD-4BC2-95C1-0AF18844AA88', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'522', N'500003', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-24 00:47:39.180', N'2023-10-24 00:47:39.180', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'56E0FF37-BD1C-4B21-B2A8-0001B272497E', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'522', N'500001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-26 18:43:13.110', N'2023-10-26 18:43:13.110', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2CE9AA4F-AE58-4CC3-BC89-1971F8DBA462', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-27 05:04:54.557', N'2023-10-27 05:04:54.557', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B1A26982-A0AA-44DD-AECD-BF330483D12E', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'102', N'101001', N'2', N'1', N'0', N'0', N'0', N'0', N'2023-10-27 23:19:05.823', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'634E0670-4A9A-426F-AA03-9809F3B61707', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'102', N'101003', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-27 23:19:08.960', N'2023-10-27 23:19:08.960', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1C8FF55C-AD16-458C-BDB4-F3C8C432C24B', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-10-31 23:33:27.630', N'2023-10-31 23:33:27.630', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'406AB52F-C78D-4006-B57C-E627ED55A996', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'999108', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-04 02:54:16.753', N'2023-11-05 06:31:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'774518A9-BF0F-4FAC-9851-23E41E98A9FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'430106', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-04 02:54:37.513', N'1899-12-30 00:00:00.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2CF27BF5-7BC7-4F7A-9777-8FEF316DBDC2', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'522', N'500001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 03:12:48.490', N'2023-11-04 03:19:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2013D501-D824-4832-889F-77DF998E32D8', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'522', N'500002', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-04 03:19:31.800', N'2023-11-04 03:19:31.800', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B73DC1DE-E1BB-447B-B84F-5F252733945D', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'522', N'500003', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-04 03:19:34.897', N'2023-11-04 03:19:34.897', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EE493B3F-933A-4D5F-82B3-8957237085D0', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'522', N'500001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-04 07:12:42.677', N'2023-11-04 07:12:42.677', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'74590BEB-0D5B-4BD7-AA8A-F5DE66368A9C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 07:40:37.780', N'2023-11-04 07:47:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7801A1E4-054F-4024-B3A6-5C2D3929458D', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 07:47:38.127', N'2023-11-04 07:51:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5FD2B9D0-41B9-4743-ABC0-A84BAF3B8B06', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 07:52:01.210', N'2023-11-04 07:59:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B32CE104-C77A-475B-A563-699BDFB21B46', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 07:52:03.600', N'2023-11-04 07:59:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'350F5FD7-9A4C-4936-BA02-1D6A031083AE', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101013', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 07:59:54.643', N'2023-11-04 08:00:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1B4AF2EA-EB26-4DDE-ABE3-575661CC5D67', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 08:00:18.310', N'2023-11-04 08:00:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'65A07068-B392-4391-B2B6-72549772DE99', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'101', N'102004', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 08:00:57.177', N'2023-11-04 08:05:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C217AE95-B871-4C02-B0E0-6146FF4F89F2', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101006', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 08:06:13.697', N'2023-11-04 08:12:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'50656931-4B77-47F2-AAE6-859E0FDAAEDD', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'108', N'101004', N'255', N'4', N'0', N'0', N'0', N'0', N'2023-11-04 08:06:30.647', N'2023-11-04 08:12:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'611B7CDE-1F2A-40AA-9EA3-14E15CD1DB1A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'108', N'101012', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 08:06:33.993', N'2023-11-13 14:06:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E0E86697-3C93-4957-A4D4-713C8ACDDEDC', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'108', N'102003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 08:06:42.137', N'2023-11-04 08:17:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F2E5AA9E-8A15-42B5-A279-43B31D5E9A20', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'108', N'101014', N'255', N'2', N'0', N'0', N'0', N'0', N'2023-11-04 08:12:17.377', N'2023-12-08 07:44:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5FFFC1AB-FC80-403E-B1D6-689F191C8C1F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'101', N'102005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 08:13:05.690', N'2023-12-08 05:58:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DDED7627-3533-41DB-9BA9-1193F47282CE', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'101', N'102006', N'255', N'100', N'0', N'0', N'0', N'0', N'2023-11-04 08:13:08.650', N'2023-12-08 05:58:40.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DB890A73-DB77-42D4-9EAC-AAE19EB901EA', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'103', N'102002', N'255', N'8', N'0', N'0', N'0', N'0', N'2023-11-04 08:13:33.660', N'2023-12-08 05:58:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'967DFC04-5FDC-4C03-A4FE-1145F12A163B', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'108', N'102008', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-04 08:13:50.353', N'2023-12-08 06:03:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EF053E61-3C24-46BC-9E3C-36B37FAEE9C4', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'522', N'500001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-05 00:31:59.330', N'2023-11-05 00:39:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'47B7009D-AB47-4E23-8112-2447476C5575', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'522', N'500002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-05 00:40:00.413', N'2023-11-05 00:40:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DAA0865B-DDC6-4206-9E72-AE9FF9CA58BD', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'522', N'500003', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-05 00:40:18.043', N'2023-11-05 00:40:18.043', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9DCEA62F-49E4-4BB0-8746-59A124B3C550', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-05 01:06:26.830', N'2023-11-05 01:06:26.830', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9F709E3C-623F-400E-813F-25AB9C19810A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'101011', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-05 01:22:23.397', N'2023-11-19 14:39:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'17CCB469-2A36-45AA-8B44-023C65406E65', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'999103', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-05 06:31:58.703', N'2023-11-05 06:38:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'393C2621-402E-476C-B225-AEF5A2CBA3B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'999105', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-05 06:38:40.287', N'2023-11-05 06:52:51.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'63DBFB23-FE8B-4D9F-BB0F-6C357F6351C6', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-13 17:35:15.750', N'2023-11-13 17:35:15.750', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'154496C1-95B3-466A-9B00-711FBD948180', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-13 20:38:02.253', N'2023-11-13 20:38:02.253', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D57233F1-CC65-45C6-BE5A-0840327F8550', N'FFDFB95D-05C2-4A97-B483-290362083509', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-14 12:35:41.020', N'2023-11-14 12:35:41.020', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A7CB1E24-5A06-4797-86DB-F6379A5CD6ED', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'102', N'101001', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-14 13:32:52.153', N'2023-11-14 13:33:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'85F196C6-3020-44F0-B1C6-9F6AB3D980A7', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'201', N'101011', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-14 13:33:55.717', N'2023-11-14 13:41:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7C2D2ABF-83A7-4219-ADC6-B0FC4C6CD973', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-14 13:41:22.700', N'2023-11-14 13:47:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D749AF79-A063-4760-9A9C-02ABE6A05C4E', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-14 13:41:33.517', N'2023-11-14 13:41:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F69A1D4B-33D2-4D94-AD0A-FA3882A9CD77', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'102', N'101002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-14 13:42:00.933', N'2023-11-14 13:52:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B29A3CE5-121A-4E47-8AA3-BDEC5BD487FD', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'102', N'101013', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-14 13:53:34.090', N'2023-11-14 13:53:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'11E66A8B-7A10-48F1-864F-74DC07FC186F', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'102', N'101005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-14 13:53:56.057', N'2023-11-14 13:54:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5CEAFB44-EB00-448A-9F2F-E2165A82D80F', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'101', N'102004', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-14 13:54:55.760', N'2023-11-14 13:54:55.760', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C9512B4A-21AE-44D2-B8D5-7187F5144DAA', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'102', N'101001', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-13 23:23:14.590', N'2023-11-13 23:24:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CF022CEB-BA14-4310-9E71-F26DFD868C9C', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'201', N'101011', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-13 23:24:12.750', N'2023-11-13 23:31:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'474CDB53-BC8D-4984-AB1D-B8927C4C8709', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-13 23:32:03.700', N'2023-11-13 23:39:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8923E9DF-856E-4E01-B3B6-F49EBE4DE803', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-13 23:32:13.017', N'2023-11-13 23:32:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DCBCBFA4-0991-42C9-AF5D-2464CFC584F6', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'102', N'101002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-13 23:33:02.253', N'2023-11-13 23:43:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0C7A7D60-8818-48EE-ACB8-2DD80061DF44', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'102', N'101013', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-13 23:43:26.837', N'2023-11-13 23:43:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F8065E58-75BF-4386-A0A1-BA633EC4D05B', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'102', N'101005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-13 23:43:40.397', N'2023-11-13 23:44:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'604F3C95-50A3-4050-990A-43144656003D', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'101', N'102004', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-13 23:44:24.213', N'2023-11-13 23:44:24.213', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C3EA3BA0-5306-4AB6-8D9A-4C69FAE99E2A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302031', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-06-23 04:10:03.313', N'2022-06-28 22:01:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E6232698-2E8A-4246-B4D0-71D86BD2F353', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'302035', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 04:09:17.187', N'2022-06-28 22:03:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E1DD3BBE-753C-4B57-956B-63FAF9709865', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302028', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 04:08:35.597', N'2022-06-28 22:01:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'123B6C3D-F73A-4207-A5B4-CA042779E990', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'301021', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 04:08:24.087', N'2022-06-23 23:03:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B621AA66-F3F5-4A6D-ABA0-B4ED68E597E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'13', N'302027', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 04:08:12.427', N'2022-06-23 04:08:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F503536A-2BAF-4F17-A6AF-AA87646BEC0C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302026', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 04:08:00.970', N'2022-06-23 04:08:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'028F68B4-ABE8-4E43-ACAC-9F023A53A2F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'302034', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:58:07.193', N'2022-06-23 04:09:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'54457EAE-BACB-4F4E-8113-69C7D652FB1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'302021', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:57:38.637', N'2022-06-23 04:08:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9302BFDC-28FB-4357-A081-6E2D81B8D23F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302025', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-06-23 03:57:30.193', N'2022-06-23 04:07:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B06B7465-008D-40A5-A2A2-5EC2492C9E4D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'302024', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 03:57:20.320', N'2022-06-23 03:57:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F089FEEA-35D8-4CC2-BF6F-5BE465F62463', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'13', N'302023', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 03:57:15.960', N'2022-06-23 03:57:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'288D87A3-842A-4359-94EF-AA5A695876AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'301019', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-06-23 03:57:07.590', N'2022-06-23 04:08:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A7E6C51F-6650-4E2E-AA85-04075AAF5B61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301017', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:56:56.553', N'2022-06-23 04:07:49.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'440A193F-226E-4256-9A45-FC8DA50E0BE3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301018', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 03:56:54.860', N'2022-06-23 03:57:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'ADEF9451-4FA9-4C1A-B120-F5DA341A40BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'13', N'302022', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:56:47.760', N'2022-07-03 11:59:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2D542F9C-65ED-480F-95CC-6068C165ACA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'301016', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:40:54.470', N'2022-06-23 03:55:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'982FA7A2-368D-4367-8A35-81A13BF46F5E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'13', N'301015', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 03:40:46.280', N'2022-06-23 03:40:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DF5E024D-6EEF-4814-A1A7-EFCC3DBC0F4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302030', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-06-23 03:39:48.627', N'2022-06-23 03:56:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9976BE1D-1400-44C1-A9B6-A9E3036B8F9C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'301014', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 03:39:40.403', N'2022-06-23 03:40:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BFB1EF32-520A-41EB-9255-87321AE9EC5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'301013', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-06-23 03:31:24.383', N'2022-06-23 03:39:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A2D4E6F6-8AD5-42DC-8272-2A9D1EA90EC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'302020', N'255', N'20', N'10', N'1', N'0', N'0', N'2022-06-23 03:31:01.910', N'2022-06-23 03:39:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7F3FDCB0-3560-43D2-A87F-1F8D5536B003', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301012', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 03:30:59.993', N'2022-06-23 03:31:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E38D5983-E57C-4D02-BEDE-B522DBD208B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'303017', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:19:50.910', N'2022-06-23 03:56:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E0F84016-5F95-4245-ABB7-732CA1E37C7A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320017', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:19:44.790', N'2022-06-23 03:31:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A7A60D4A-786E-4BAF-9F15-654A7C713EBC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301011', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:19:27.197', N'2022-06-23 03:30:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'53F8F5C3-776C-4D9A-8255-7D97BFD6587B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1003', N'302007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 03:09:30.693', N'2022-06-23 03:12:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'506EE817-6B53-45E7-8497-3BF907C0541B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301010', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 02:57:50.183', N'2022-06-23 02:57:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6A836F9D-B629-415A-9DD3-F3D9EF1BC4AD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'302002', N'255', N'8', N'0', N'0', N'0', N'0', N'2022-06-23 02:57:38.967', N'2022-06-23 03:06:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FF342160-24AD-489D-9B7B-F0B86C6F66D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302010', N'255', N'30', N'0', N'0', N'0', N'0', N'2022-06-23 02:56:23.650', N'2022-06-23 03:05:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5F097E37-4943-4A75-AD8F-A2AD597F8AEE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302012', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-06-23 02:55:20.020', N'2022-06-23 03:06:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2C7FE3D3-F7A4-420A-916E-BF18C12021F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302003', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-06-23 02:55:18.173', N'2022-06-23 03:19:39.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'87D015C2-56DA-406E-A8CE-24D687F91AC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301009', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 02:54:59.143', N'2022-06-23 03:19:23.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'62E00A46-4DF9-4213-A39F-6E47FF1DB219', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'302001', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-06-23 02:45:33.510', N'2022-06-23 02:56:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DD6112A7-F075-480B-8A3A-B88C12E9DCB3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'301008', N'255', N'1', N'10', N'15', N'0', N'0', N'2022-06-23 02:44:57.530', N'2022-06-23 02:55:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EF3A1135-77F0-4358-8E98-1CD12F89C2FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 02:44:43.880', N'2022-06-23 02:54:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1BB6882F-6A07-4055-80EB-27ABB142AD49', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302006', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-06-23 02:44:09.270', N'2022-06-23 02:55:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'84D818B2-05E4-40AA-99D7-8F86F74684FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'302004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 02:31:58.210', N'2022-06-23 02:56:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DEBB216E-3EEF-4E00-999C-607A718F11D9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'301006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 02:31:03.440', N'2022-06-23 02:44:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3BAA86DA-CBA1-4A80-9E9C-508E247BD690', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'301004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 02:30:35.063', N'2022-06-23 02:43:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7D5B8A11-8561-45B9-B562-A17949FEC59A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'302008', N'255', N'15', N'1', N'0', N'0', N'0', N'2022-06-23 02:30:29.500', N'2022-06-23 02:43:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EE72EC69-E88A-4664-819E-B47265166839', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301005', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 02:30:23.320', N'2022-06-23 02:30:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8C716A04-22F6-4502-9A84-F9AB8705A464', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 01:45:16.567', N'2022-06-26 07:29:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B6C0236A-26A1-4601-B123-1834E7BE4C8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 01:13:38.627', N'2022-06-23 02:30:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8454EC70-7D00-434B-95EC-6B7C8687E47D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'303007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 01:13:30.013', N'2022-06-23 02:43:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BEAF70A5-A6C1-49D4-A8D9-120E63AC82C4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 01:11:57.680', N'2022-06-23 02:30:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F33C9A56-26A8-4F2A-8F45-8C18A34B7232', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1000001', N'301001', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-05 02:21:21.477', N'2023-11-05 06:38:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B0FF3E94-9A15-4593-BC1C-27ABF710FE20', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203044', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 01:07:55.640', N'2023-11-26 11:25:05.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'32EB9673-1638-49CB-AA1C-508516502BB8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'401005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 00:51:57.560', N'2022-06-23 01:06:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'946438F2-AC63-4175-BD4B-C3F0628B4D90', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203045', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 00:51:33.910', N'2022-06-23 01:07:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F315870E-2B2B-40B9-B396-F6BA2CBBC4FD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'401003', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-06-23 00:42:40.157', N'2022-06-23 00:51:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1A2DD3BE-0183-4677-A8A5-277C79ABAB51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'401004', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-06-23 00:42:27.323', N'2022-06-23 00:51:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'76304FFF-8678-4723-94EA-B96DAFFC1532', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'203035', N'255', N'10', N'1', N'0', N'0', N'0', N'2022-06-23 00:42:10.047', N'2022-06-23 00:51:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D8B87293-6806-44AC-8E29-5D1713441295', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'203034', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 00:32:06.130', N'2022-06-23 00:42:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'60A3068F-3421-495A-8D15-E9755B31B85C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'777104', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 00:31:26.937', N'2022-06-23 01:11:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1C5ABC1F-34D7-4BCD-861A-3EFF5A2F3FAE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'500023', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-06-22 19:21:34.633', N'2022-06-22 19:32:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'18926B5F-D526-4879-BF61-4A2D947BF737', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203031', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 19:05:34.573', N'2022-06-22 19:21:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0C322446-03F7-46C4-890D-FA799224BEDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'205003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 19:05:14.150', N'2022-06-22 19:31:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'95887F42-B224-40DB-95D8-7DC3F84CA6F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'207002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 19:04:48.317', N'2022-06-22 19:21:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'13A95306-865A-4CDE-A56C-1276A012B5D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'206003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 19:04:19.343', N'2022-06-22 19:20:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C7A88C63-3B9B-41B1-8FA4-3F12C29D4657', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'6', N'203029', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 19:04:11.150', N'2022-06-22 19:10:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'23FAEDB5-E76C-49EA-BE03-86B4CA0E8DF7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1003', N'203028', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 18:58:06.037', N'2022-06-22 19:03:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'45B92F42-0542-4820-B939-FCE5C6569D75', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1004', N'203202', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 18:46:26.337', N'2022-06-22 18:46:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E8710255-14BF-4253-9414-20BEF5B6247F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1002', N'203105', N'255', N'4', N'0', N'0', N'0', N'0', N'2022-06-22 18:40:34.003', N'2022-06-22 18:46:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C13F537A-8F38-45B5-9578-FB2E1FED1A2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1002', N'203104', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:36:49.893', N'2022-06-22 18:40:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4DF66FD6-E023-4AAE-9430-C4A73B2DA457', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1004', N'203201', N'255', N'4', N'0', N'0', N'0', N'0', N'2022-06-22 18:36:21.193', N'2022-06-22 18:46:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'10AAE13D-B4E4-494C-8A35-27DA1A97F15C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'6', N'203027', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 18:33:43.123', N'2022-06-22 18:57:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5FEE5772-9CEE-41CC-A8CA-4086B3C0E1B3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'203007', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-06-22 18:33:30.720', N'2022-06-22 19:04:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'06F1F7CB-5770-45AB-B31D-7968E583AFF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'206002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:33:22.410', N'2022-06-22 18:43:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'25950700-D482-4640-985B-89BEB10D78C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1002', N'203103', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 18:26:21.140', N'2022-06-22 18:36:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2AF1A8E3-5DE9-452C-B7F2-16510F883046', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1002', N'203101', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-06-22 18:23:40.157', N'2022-06-22 18:25:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E03058F2-BE54-4B1C-896D-D5D7EC72CFFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'203024', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-06-22 18:20:33.530', N'2022-06-22 18:43:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DD0A6AB1-4879-46F5-A72F-0EFE55FDEF2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'202006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:20:31.413', N'2022-06-22 18:32:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5E134A32-2E0D-46CD-8FA5-8CAB26712229', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'204001', N'255', N'3', N'3', N'2', N'0', N'0', N'2022-06-22 18:18:37.450', N'2022-06-22 19:49:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5B69A00C-213F-48E6-ACA3-6689D17466DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'6', N'203025', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 18:18:28.697', N'2022-06-22 18:22:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2E30B6C0-FF1A-4392-900B-06F78A33120C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'206001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:18:18.793', N'2022-06-22 18:32:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DDAC32A7-704B-4F6A-BC47-783F13FFBEC6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'204008', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-06-22 18:18:15.533', N'2022-06-22 18:32:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7ABC4F6A-3C4D-4413-B290-CC45E9172FD2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'202010', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:18:10.133', N'2022-06-22 18:33:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C0428910-9DBC-4E15-8E07-F13BD83A91F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'801002', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-06-22 18:16:52.590', N'2022-06-22 18:16:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'775C188B-2BC9-485F-8EB7-BB018ADC4E8E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'207001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:07:22.593', N'2022-06-22 18:17:23.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D4C103BE-4368-4D9D-BF0C-39FEEC97ADB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'280001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:07:15.720', N'2022-06-22 18:17:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EFAD851E-C9A0-42BB-BD82-A50A19FA6E45', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'101', N'202016', N'255', N'100', N'0', N'0', N'0', N'0', N'2022-06-22 18:07:09.487', N'2022-06-22 18:53:28.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B7359152-19E1-40AA-87DE-E8F38157ED46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'205001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:06:50.327', N'2022-06-22 18:15:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8C5BA6DA-D532-40C6-9D14-0B4E96BEBFDB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'203023', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 18:06:47.847', N'2022-06-22 18:15:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9C943A60-422D-4C4E-BB5C-6577CDB6E57C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203006', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-06-22 18:06:34.830', N'2022-06-22 18:16:40.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B600A75C-7F81-41CC-AB1B-7837001B7A41', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 17:56:07.517', N'2022-06-22 18:06:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'50C66103-5959-4FAD-99A7-91A72831B2E3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203016', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 17:46:33.043', N'2022-06-22 17:55:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A98D320A-9F65-4AFF-9864-C02659ECCE61', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'4', N'203002', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 17:46:06.293', N'2022-06-22 17:46:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E13A701F-8B83-4E09-BA93-87D64829E665', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'202013', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 17:45:32.843', N'2022-06-22 18:05:49.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F0FB23A1-B2B9-494E-96EA-6FABB4DBE017', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'3', N'201013', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 17:37:29.423', N'2022-06-22 17:37:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C4D272F1-3DAD-4938-9F2D-8751CB72E987', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'4', N'201012', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 17:37:10.123', N'2022-06-22 17:37:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0017DDA7-9E00-4696-A9F7-FB77AC08C780', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'201022', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 17:36:02.093', N'2022-06-22 17:45:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'35089C74-8635-4172-8FB3-787BB65A46D2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'4', N'201011', N'255', N'4', N'4', N'0', N'0', N'0', N'2022-06-22 17:28:02.990', N'2022-06-22 17:37:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0557558E-C8EC-4E59-A0DF-3D3AD7E6B597', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'6', N'201026', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-06-22 17:27:52.463', N'2022-06-22 17:36:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'16216B1F-A4A3-42FE-AAA7-CCDF702AAD84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'201014', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 17:27:46.447', N'2022-06-22 17:35:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CC3FC6EF-801D-43DB-A5C2-7E68DDF7B299', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'3', N'201010', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 17:27:33.620', N'2022-06-22 17:27:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3A274F84-09CD-4EE2-8497-5797EDD85DC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2', N'201009', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 17:27:21.637', N'2022-06-22 17:27:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'202F9DE3-B82C-4A36-A17D-EC6E637807DA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'202009', N'255', N'8', N'0', N'0', N'0', N'0', N'2022-06-22 17:27:05.770', N'2022-06-22 17:36:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9F5D9E32-DD80-4B83-805B-B4BA931E6037', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'202005', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-06-22 17:26:49.697', N'2022-06-22 17:36:23.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DA09D7DE-5419-450E-99F7-A832A82950E0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203036', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 00:31:24.893', N'2022-06-23 00:32:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AE2D38A5-4E64-4A0A-A105-E318AE4F9476', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'777102', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-23 00:06:53.683', N'2022-06-23 00:14:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6DEEC8FC-A32A-4485-A82F-4DF283A8E0FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'999101', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 00:06:05.200', N'2022-06-23 00:06:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'812E2D82-1EE0-4E1D-A9DC-9D864BB1AF09', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'401001', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-06-23 00:05:35.423', N'2022-06-23 00:42:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DC2E62A9-1749-4B4A-A97B-6B4F2A5E171C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'401002', N'255', N'30', N'0', N'0', N'0', N'0', N'2022-06-23 00:05:28.693', N'2022-06-23 00:42:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3EDEEBC2-5718-4123-AC58-8BF42F94B0A9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'203033', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-06-23 00:05:13.600', N'2022-06-23 00:31:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2BAC3139-638B-4C2D-8CAC-5F0EB12C322A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'203032', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 23:56:49.927', N'2022-06-23 00:05:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'700978D6-218A-45A8-94E7-23A15BD2023E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'391006', N'255', N'100', N'0', N'0', N'0', N'0', N'2022-06-22 23:45:32.230', N'2022-06-22 23:56:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'34A787A7-5C79-4DBF-8B47-E55A50E031CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203017', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 23:45:15.977', N'2022-06-22 23:56:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3D98E33E-80B9-4C46-8AE2-124AAD6FBB52', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'320097', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 23:43:10.733', N'2022-06-23 00:31:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'552202D9-7251-4306-843F-BCD432AC4806', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320087', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 23:42:59.607', N'2022-06-23 00:05:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'76D2FA32-0911-40FB-8245-2FFB00B4AB1A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'203014', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-06-22 22:40:22.657', N'2022-06-22 23:42:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A825D17B-8970-4C94-AFC5-C95BF9221079', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203015', N'255', N'1', N'5', N'1', N'0', N'0', N'2022-06-22 22:40:10.260', N'2022-06-22 23:43:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E1A9AA56-6353-4BA8-9A97-D54232763B74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'391004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 22:39:48.073', N'2022-06-22 23:42:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'45833327-0C08-4725-927C-F5C2E97B8578', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'391005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 22:39:42.650', N'2022-06-22 23:42:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'918EF988-4CA8-42B6-8CE3-5C8FBA252E3E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'391002', N'255', N'20', N'10', N'0', N'0', N'0', N'2022-06-22 21:39:07.053', N'2022-06-22 22:39:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9A09EFC6-E1B7-42E2-AE2A-4DE3C1A133ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203013', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-06-22 21:38:54.863', N'2022-06-22 22:40:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5AF7EC88-62E6-43C4-9F6C-08CAACAA88B4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'391003', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-06-22 21:38:41.333', N'2022-06-22 22:39:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3E0B5B0A-A5AA-4DED-A929-960D5CC3B918', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'4', N'391001', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-06-22 21:18:09.747', N'2022-06-22 21:38:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EFDBD929-C2DB-42B3-BA19-B369F7C35AAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'207004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 21:17:58.967', N'2022-06-22 21:38:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'45B5F0C6-8DF3-4CD5-A29E-7B2A3AA6D0BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'203011', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-06-22 21:17:48.947', N'2022-06-22 21:37:32.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4314B712-480A-413D-B864-638E4FF81C79', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'205004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 21:16:23.830', N'2022-06-22 21:37:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D8ECF577-39A8-4557-B4CC-3BCEE7B2CA2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'801007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 21:16:03.913', N'2022-07-03 14:48:24.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0C1EC2CB-7D13-4358-A41E-CBAFF5A38AF1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203012', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 21:15:59.743', N'2022-06-22 21:17:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D0C55EE2-D6D5-423A-AEF7-1D9DB344A568', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'206006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 21:15:33.283', N'2022-06-22 21:37:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D156C7A5-D77A-4E51-A6E0-B63066DC9328', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2', N'203042', N'255', N'4', N'4', N'4', N'0', N'0', N'2022-06-22 20:54:33.567', N'2022-06-22 21:14:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'ACA59BCE-24CA-4F87-AAE9-9F859EAB5A3B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1003', N'203304', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 20:49:37.097', N'2022-06-22 20:53:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'49D02B4D-A5E0-4503-A318-17C4172F8B29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1003', N'203303', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 20:49:11.680', N'2022-06-22 20:49:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4CF2B67A-0F9F-4F0D-B3DB-7A53A8885796', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'206005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 20:41:30.653', N'2022-06-22 20:54:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'80A38F00-8624-476B-91C8-8C0F2E9F23B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203010', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 20:40:49.720', N'2022-06-22 21:15:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'98FD8214-30A2-4992-ADFD-12AC8C1842C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2', N'202004', N'255', N'10', N'10', N'0', N'0', N'0', N'2022-06-22 20:12:49.683', N'2022-06-22 20:54:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2F49CF54-26AF-494D-9C0A-97B065091F4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'203043', N'255', N'100', N'0', N'0', N'0', N'0', N'2022-06-22 20:12:42.147', N'2022-06-22 20:40:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AB7D2B4D-9EC1-420F-9AD2-959393B48697', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203009', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 20:12:34.000', N'2022-06-22 20:40:16.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'32E917B4-9CA2-48F0-83BA-D5C68CB7774C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'205002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 20:05:21.137', N'2022-06-22 20:12:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7D54E5A2-B128-4D06-BC56-59CA48DC6A6A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'207003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 20:05:11.373', N'2022-06-22 20:12:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'283B0D2F-6F93-491D-BCC3-7C3304EBCB84', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9006', N'203020', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 19:59:10.550', N'2022-06-22 20:04:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'91340166-5872-4103-8B44-60AF7BA61E0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2', N'203041', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 19:51:17.730', N'2022-06-22 20:04:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D22C6651-52C1-4ADE-93F4-F119E5B1FFAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'203008', N'255', N'1', N'4', N'4', N'0', N'0', N'2022-06-22 19:50:50.193', N'2022-06-22 20:12:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0F777C73-43C2-4263-8908-A4ED0603206B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'206004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 19:50:46.130', N'2022-06-22 20:04:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AC187EB2-1509-4B2B-9073-7E754406469E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'3', N'203040', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 19:50:42.340', N'2022-06-22 19:51:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'54D09856-B2A4-4D8F-B31C-8AD5AC17A186', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9006', N'203018', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 19:26:13.610', N'2022-06-22 19:58:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D3D65806-C650-4662-AB0C-A8E03458C420', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'3', N'203039', N'255', N'10', N'10', N'0', N'0', N'0', N'2022-06-22 19:22:26.370', N'2022-06-22 19:50:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1DB6209F-5A76-402B-B5A0-FF9FCD622E67', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'203038', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 19:22:02.257', N'2022-06-22 19:22:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6EAA5223-DA19-4877-8028-56B7D2C26AB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'203019', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 19:21:57.703', N'2022-06-22 19:26:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F82D26DC-DD61-48DC-B0B0-2797CE3C4EAD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'108', N'101004', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-26 07:32:04.390', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'794894DC-ECF3-4A64-AF7C-0B5A47016A00', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'101', N'102004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-26 07:31:11.707', N'2022-07-03 07:18:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'158DC509-D051-47EC-9918-CA3F5D9F5A84', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'101005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-26 07:29:12.173', N'2022-06-26 07:30:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3C732D09-2165-4EE9-8A7D-F8EA08CC9CFF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'101', N'101002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-26 04:07:56.283', N'2022-07-03 07:21:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2C866B4C-6FA1-4B79-A736-E75A1C63FAAE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-26 04:03:39.783', N'2022-06-26 04:07:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'83265765-36C8-496A-87D3-3F5DD66E36FE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'301022', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-23 23:03:37.977', N'2022-07-03 10:53:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7220F856-0943-415B-84D5-1C947EB10567', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'101', N'202015', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-06-22 17:26:36.830', N'2022-06-22 18:07:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0A6268D7-2660-469C-A07A-551AAAF25FB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'500022', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 04:19:19.050', N'2022-06-22 17:37:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'393EF411-D675-4D08-93DA-D1E24172CDE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'201007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 03:54:23.643', N'2022-06-22 04:09:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'01C7B69B-D29D-46A4-A2E8-88974CAD23FA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201023', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 04:19:05.103', N'2022-06-22 17:18:49.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4F58C6C0-73C6-4523-9B1C-3A78B41D1B21', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201008', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 03:54:11.217', N'2022-06-22 04:18:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'905A3824-EFCD-4494-83B9-0A40D8BCD2B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'201018', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 03:52:43.697', N'2022-06-22 03:53:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'69682396-E4A9-4184-A36F-0E54B2FFAEA6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'201019', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-06-22 03:40:20.537', N'2022-06-22 03:52:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'18338A7B-B315-4922-ADFE-E05E0C0E2B7D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'201020', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-06-22 03:40:14.663', N'2022-06-22 04:09:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'07F1D617-B903-4A0F-87A4-FA352DC95ECB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'201017', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 03:38:29.310', N'2022-06-22 03:52:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'41C39BBA-7209-4354-BDFA-6B0F1AC9316C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'10100', N'201024', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 03:33:06.153', N'2022-06-22 03:37:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E1116A0E-0169-41BA-960F-E43B6CAAA05B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'202003', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-06-22 01:17:50.740', N'2022-06-22 01:26:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DB083CFE-9BD7-4EBB-8E35-1EBDC8898234', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'6', N'202002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 01:17:36.743', N'2022-06-22 01:26:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BA12BF2D-0744-455F-99A5-02DDBCFD64EC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201021', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-22 01:16:40.847', N'2022-06-22 01:27:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B223F1EC-784C-45C7-894E-94270A4A58B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201006', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-22 01:16:37.260', N'2022-06-22 03:32:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BCE4AF39-918B-47A6-9DAC-34D3FA603494', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'6', N'201005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 19:16:26.420', N'2022-06-22 01:15:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'403FCDB4-2DFB-42AA-AC41-F781C16CF51D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201016', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 19:15:21.833', N'2022-06-18 19:15:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F761E22F-7766-4B7B-A9DF-E53A07AE047C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201004', N'255', N'8', N'1', N'0', N'0', N'0', N'2022-06-18 19:15:19.810', N'2022-06-22 01:16:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A914BACD-2852-40D5-AF44-F677CD375F8B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'201003', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 19:13:59.113', N'2022-06-18 19:14:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'24A9C200-6C7F-4734-9D7E-4D42778FEEA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'202001', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-06-18 19:13:39.913', N'2022-06-22 01:15:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DF4E2D38-FF27-42C0-891E-793DA6007E82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'4', N'201002', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 19:13:33.227', N'2022-06-18 19:13:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B5A495D7-7623-4DCA-AE24-5412DBAF0030', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201015', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 19:12:57.740', N'2022-06-18 19:13:16.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4B0B919C-7C41-4E9B-A168-19DC4BA21246', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'201001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 19:01:19.680', N'2022-06-18 19:12:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AB1F87B2-955D-4712-AA8F-D9450193535C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'101', N'202014', N'255', N'500', N'0', N'0', N'0', N'0', N'2022-06-18 18:55:55.657', N'2022-06-22 17:45:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'10FB4C35-753E-458D-91C2-1F6ACB58D688', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'523', N'500029', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 18:55:13.883', N'2022-06-18 19:00:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EA95A439-C4C7-4D3E-B072-AC7D0C34FE3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500021', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 18:54:12.230', N'2022-06-18 18:55:05.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EC028742-E4B4-4715-B070-A1E346009B56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500020', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 18:53:25.417', N'2022-06-18 18:53:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E5E7E754-4B23-4758-818B-6CE8719AEC93', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'521', N'500019', N'255', N'5', N'1', N'0', N'0', N'0', N'2022-06-18 18:46:50.637', N'2022-06-18 18:53:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9CAB6522-A6DB-4033-A84B-8A98F00FB5FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'521', N'500018', N'255', N'5', N'1', N'0', N'0', N'0', N'2022-06-18 18:46:49.007', N'2022-06-18 18:52:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7805949D-0821-400C-AB8E-EAC4049EE6AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'521', N'500017', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-06-18 18:34:51.290', N'2022-06-18 18:46:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D9211208-863A-47E5-91D3-CB5D1AF7AC4E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'521', N'500016', N'255', N'5', N'5', N'0', N'0', N'0', N'2022-06-18 18:34:49.420', N'2022-06-18 18:52:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B9738A3E-759B-460F-A509-02D616CB5D9D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500015', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 18:27:41.840', N'2022-06-18 18:34:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'32634C10-4A7F-421E-ACD8-5E2A97819205', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500014', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 18:27:39.073', N'2022-06-18 18:34:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D3430FC4-60D9-4CAD-BE58-9421D52B8516', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'523', N'500013', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 18:27:19.720', N'2022-06-18 18:27:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8A35AFC3-A50D-4665-A264-B024504CBCF4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500012', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 18:22:26.653', N'2022-06-18 18:27:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F6DE0EE0-2672-470F-8855-45E66239D34F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500011', N'255', N'10', N'10', N'0', N'0', N'0', N'2022-06-18 18:22:24.670', N'2022-06-18 18:27:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'126E3EB6-8A49-47F2-9F4D-75C6ED4A0792', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'521', N'500010', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 18:16:59.113', N'2022-06-18 18:22:18.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4D63DB99-72C7-4332-9402-BBD2BB275B44', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'521', N'500009', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-06-18 18:16:56.327', N'2022-06-18 18:22:03.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'62374C45-70D1-4F01-9CE5-4CAA598D5BCD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500008', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-06-18 18:16:27.730', N'2022-06-18 18:16:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'87CA44A3-6D0A-48B4-A512-01EEBB4359A1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 17:49:07.330', N'2022-06-18 18:16:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FDF4CF0E-F1C9-4C06-8B8A-5A0A8E7A128E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 17:26:51.993', N'2022-06-18 17:48:51.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5A2CAD49-14BC-4A58-B247-D0F3034A353D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'521', N'500006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 17:26:36.633', N'2022-06-18 17:45:49.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'45700EBC-813C-4E8F-969F-30FC84D6AC9E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 17:25:39.480', N'2022-06-18 17:26:27.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'47005A9A-2878-4214-B53C-9E4AF3CA0A1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 17:21:44.350', N'2022-06-18 17:25:32.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'044652BB-91C1-49D7-A8BF-C3DB95787434', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 17:21:39.490', N'2022-06-18 17:21:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'156C374E-35A4-4894-87BD-7F2F05880287', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'522', N'500001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-18 14:23:50.340', N'2022-06-18 17:21:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9ADE4882-0793-41BA-8A1D-F8F7EF00F084', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'522', N'500001', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-06-12 12:16:15.583', N'2022-06-12 12:16:15.583', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D316C4A7-D8FA-4743-9B9D-D4DE977F1825', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'101001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-10 05:10:54.583', N'2022-06-26 04:03:32.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CB290A15-4100-4CD1-A6C8-606B1C140A6C', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'522', N'500003', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-06-10 02:31:44.870', N'2022-06-10 02:31:44.870', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3F7B1786-0337-4515-BEF8-EEC1864AB79F', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'522', N'500002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-10 02:31:42.877', N'2022-06-10 02:33:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AAA304F5-D90B-4654-87AD-D7744087A202', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'522', N'500001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-10 02:15:24.160', N'2022-06-10 02:31:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FFB5782B-340F-4594-8FC1-07A4FC70FBBE', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'108', N'102003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-26 07:32:07.980', N'2022-07-03 07:18:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B9337B2F-7C03-4F7E-B8CA-C29A0C2F0E15', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'108', N'101012', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-06-26 07:32:06.293', N'2022-06-26 07:32:06.293', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8C23579C-FFB9-49C0-817B-0D837C41ED74', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302029', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-28 22:01:43.000', N'2022-07-03 11:59:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3579F5DB-B77C-4C05-89BC-7AFFAD746344', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'302052', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-06-28 22:02:15.693', N'2022-07-03 11:58:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'104AFC00-0E31-4719-91AF-1EC5C4AF182D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'302036', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-06-28 22:03:16.247', N'2022-07-03 12:00:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D6D1CFC4-DC72-405A-907A-098D6B837FC7', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'522', N'500001', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 05:20:04.867', N'2022-07-03 05:20:04.867', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DB2CC113-AA11-4B01-8AD6-9459327C0249', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'102', N'101001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 05:45:38.657', N'2022-07-03 05:54:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EBEB9572-77FB-409C-9B3F-C1318C15B674', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 05:55:03.627', N'2022-07-03 05:55:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5F56482E-984D-4E54-B6D5-F417A2AD55BB', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'102', N'101003', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 05:55:06.977', N'2022-07-03 05:55:06.977', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'33B76385-110A-4C2A-8B77-E5FFC51D651F', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'101', N'101002', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 05:55:32.603', N'2022-07-03 05:55:32.603', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9FCA62D5-7379-4F32-9859-013DCC97D9D9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'101006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 07:21:32.680', N'2022-07-03 07:28:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4FA3F9A9-E9EA-43D3-9BDB-4BDD01F10C50', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'101010', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 07:28:27.877', N'2022-07-03 07:53:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9C0BF567-14B1-42B8-B26E-0735BFAAF55A', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'108', N'101007', N'255', N'4', N'0', N'0', N'0', N'0', N'2022-07-03 07:28:37.110', N'2022-07-03 07:48:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C21CC711-B872-4080-B6FF-1E6ECFC37500', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'108', N'102008', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 07:28:39.870', N'2022-07-03 07:28:39.870', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'16A95493-2165-4BB9-87FC-45D4C722CD58', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'201015', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:14:22.467', N'2022-07-03 09:14:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'01C05906-5BE4-4DF3-A91E-0A18E2E2A133', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'801002', N'2', N'3', N'0', N'0', N'0', N'0', N'2022-07-03 09:14:27.477', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'08CD0B81-CAAF-4300-8043-E74F76489AA2', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'4', N'201002', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:14:45.720', N'2022-07-03 09:14:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8B7371FE-336F-4F64-ACF7-B5F0F110182C', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'9', N'201003', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:14:58.200', N'2022-07-03 09:15:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F19BD06F-B733-4A21-9185-016C685E42F5', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'201016', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:15:29.193', N'2022-07-03 09:15:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'58B27F51-18D2-46A0-9034-86063555C2D6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'201004', N'255', N'8', N'1', N'0', N'0', N'0', N'2022-07-03 09:15:31.510', N'2022-07-03 09:19:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'941E9047-55BC-4ECC-9A08-3E8B5A45B7D1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'6', N'201005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 09:15:47.313', N'2022-07-03 09:19:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'51B2859D-16D9-42AA-A471-F3D259FE1794', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'201006', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:19:29.640', N'2022-07-03 09:22:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D31FC5BC-50C4-4313-BF8B-C22B80440964', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'201021', N'0', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:19:30.993', N'2022-07-03 09:19:30.993', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'74B82BB4-1835-466D-B2F5-A7695D666B0D', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'10100', N'201024', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:23:11.407', N'2022-07-03 09:26:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'44FF5A11-7D71-4D9C-BAB6-1138E14B6D29', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'32', N'777102', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 09:34:11.193', N'2022-07-03 09:38:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A09B85C4-A5E4-403B-BE37-787A47230584', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'777104', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 09:40:06.970', N'2022-07-07 15:22:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1823FD94-6078-4271-804D-BA1D34A3FF3F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'441', N'301023', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 10:53:10.507', N'2022-07-03 10:53:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EE6454DF-7144-40FD-930D-DD5E4354C60C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'301024', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 10:53:39.757', N'2022-07-03 10:53:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9DC550D1-723C-4C3E-AA28-9AD841E73A37', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'301025', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 10:54:10.653', N'2022-07-03 12:05:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E5C2AB88-951B-4822-BE90-03FCD55E95F6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'302037', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 12:00:35.450', N'2022-07-03 12:01:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4912EF79-A70B-4DFD-B162-1A8458FCD971', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'302038', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 12:02:48.777', N'2022-07-03 12:23:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'866EB25A-EF81-4498-B2D2-C132B30A49C0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'301026', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 12:06:09.067', N'2022-07-03 12:23:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B043A858-AA10-4787-8FC6-88FB177CCDF6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'302044', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 12:24:10.477', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'76707D49-EE50-42ED-AACF-ECA95F980839', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301030', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 12:24:37.200', N'2022-07-03 12:25:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F2120B58-6E57-4262-8EDD-BA64AFA0802C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'301031', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 12:26:24.713', N'2022-07-03 12:36:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'099A1B6F-B2CD-4797-BFFA-34D9772FA050', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'303037', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 12:27:23.603', N'2022-07-03 13:32:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5FB2ADD8-4770-4816-8C85-ADE6BC6B7C32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'13', N'302061', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-03 12:39:10.633', N'2022-07-03 13:03:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'03173544-0960-435D-98E9-4ECAA09AE773', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'301037', N'255', N'10', N'10', N'0', N'0', N'0', N'2022-07-03 12:40:09.970', N'2022-07-03 13:02:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'537D5831-A60D-4FEF-A1BA-144E5496CD32', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'301032', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-07-03 12:41:02.473', N'2022-07-03 13:01:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C1A1B2DE-0B43-4AC8-9897-EEB1F1D3D902', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320037', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 12:41:08.117', N'2022-07-03 13:02:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FF5AF117-D19B-4C4E-8297-191DC24AD917', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'301033', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 13:02:42.340', N'2022-07-03 13:14:05.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'50D76A28-012E-49C9-B78D-7A249228C4BA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'302064', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-07-03 13:04:58.070', N'2022-07-03 13:13:39.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A383364E-2E5D-4D7A-B51C-12646EB18CB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'302071', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 13:06:01.263', N'2022-07-03 13:06:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'ED5B3FEA-0F40-474D-8127-037419487AE0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'302066', N'255', N'10', N'15', N'10', N'0', N'0', N'2022-07-03 13:08:04.257', N'2022-07-03 13:52:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FEF7923D-1B5D-4DB9-ACA2-B143149C4515', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302065', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-03 13:14:57.763', N'2022-07-03 13:51:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EA0C20A4-1EBC-4C5E-B416-4561440A7730', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'301035', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-07-03 13:15:21.037', N'2022-07-03 13:32:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6133456C-3D0A-40FD-97C1-5663AFB872AF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'302063', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-03 13:16:15.100', N'2022-07-03 13:34:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'44978792-086F-47F6-AD87-9A84B3C2B278', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'302072', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-03 13:17:17.343', N'2022-07-03 13:34:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AA0286E5-3836-440A-817F-ADE6A7CB7A2F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'301034', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 13:32:41.817', N'2022-07-03 13:50:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0038421E-A29F-4E5D-9B1E-38D8B577281A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302067', N'255', N'8', N'0', N'0', N'0', N'0', N'2022-07-03 13:32:58.583', N'2022-07-03 13:49:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E3EA0871-0143-4182-8776-EA4B0C2FA85D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302070', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-03 13:33:34.940', N'2022-07-03 13:50:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AC82F65F-144D-4D34-A764-745A6D0E586B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'301036', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 13:51:07.347', N'2022-07-03 14:04:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'28C9032C-6BEF-4B10-AFDF-3000ED19064E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'302069', N'255', N'100', N'0', N'0', N'0', N'0', N'2022-07-03 13:51:58.343', N'2022-07-03 14:04:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0C714DBE-FFDD-4138-B26C-26F11DA5416E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301041', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:05:28.067', N'2022-07-03 14:39:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'95CB0F1A-7C9E-461E-B484-EFA9DD47BDDD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'303027', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:05:45.523', N'2022-07-04 17:50:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4F3BE852-C539-4877-9F24-66B1D9FE5BEA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320027', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:05:53.677', N'2022-07-03 14:42:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A139B2C9-EB79-41ED-B939-9E6709DDB1C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'302073', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-03 14:06:20.653', N'2022-07-03 14:23:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'22A62937-3113-40A0-84AD-B3AE6ECE56E1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:17:50.593', N'2022-07-03 14:17:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BEA003B5-B98A-404A-A539-08633C0A3F25', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900002', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:18:27.830', N'2022-07-03 14:18:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'155F27D1-27AC-4787-9E51-470C9120B81C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900003', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:18:46.417', N'2022-07-03 14:18:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C209556C-69CC-43B8-958E-2C526FCB47BC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:19:03.787', N'2022-07-03 14:19:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4239494D-1A8D-48F1-BF34-74948B67E241', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:19:24.733', N'2022-07-03 14:19:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A6ED9F69-4082-46C8-B696-751E10CD72DE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:19:46.743', N'2022-07-03 14:19:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EA76C4B9-735E-4976-8B8D-C02F5ACC328D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900007', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:20:06.637', N'2022-07-03 14:20:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'61429818-4313-4145-832A-D90A9A9B1D99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900008', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:20:28.917', N'2022-07-03 14:20:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FA2D1A9D-D5BB-4DB9-A866-2ECF7400B6EF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900009', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:20:54.950', N'2022-07-03 14:20:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'35F935AF-F0EA-4494-9DC1-C5CB6F0DBB35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'910', N'900010', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:21:24.830', N'2022-07-03 14:21:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'21E94F47-59F7-481B-A0B8-EE882BBD9E26', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301042', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 14:40:08.870', N'2022-07-03 14:40:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D7197F29-A5FA-48A9-81FE-C79C31429768', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'301043', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-07-03 14:42:10.817', N'2022-07-04 17:50:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'657B42A9-291E-4025-AD3C-1BAAFC6A7E5C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302090', N'255', N'12', N'0', N'0', N'0', N'0', N'2022-07-03 14:43:41.857', N'2022-07-04 17:50:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'15A26703-10C0-4542-852D-15E5C5CBD084', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302080', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-07-03 14:44:19.273', N'2022-07-04 18:12:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A36C4602-E0CA-4130-A646-38001F74A490', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'302085', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-03 14:45:07.867', N'2022-07-04 17:53:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'41E7DA6B-535E-487A-B584-3E36E421852F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'101008', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 07:53:38.737', N'2022-07-03 08:00:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'ED8DC235-97FD-460F-AA49-EEC6FE7BB037', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'102', N'101009', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 08:00:28.380', N'2022-07-03 08:02:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B85C651B-6334-4C2D-B3EC-45991AFBC02E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'201001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 08:03:55.660', N'2022-07-03 09:14:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5B115BBF-9404-4F6D-A20C-4B3D36E409B7', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'7', N'999101', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-03 08:04:05.540', N'2022-07-03 09:27:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A0C2129F-8018-4B02-AC60-AF1810CE3FF5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'500024', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-03 14:49:21.767', N'2022-07-03 14:59:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8D5143CC-1753-480F-88D2-211732F36561', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'801003', N'255', N'1', N'1', N'0', N'0', N'0', N'2022-07-03 14:59:45.473', N'2022-07-03 15:03:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0536C805-549F-4F77-9262-27145024C47B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'302045', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 14:18:38.597', N'2022-07-05 17:36:03.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8384B8A2-7EEE-4D19-B42D-FFBDA7666BA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'301044', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 17:51:17.570', N'2022-07-04 17:58:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'708CD167-518B-406E-8B05-07E7540AC571', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'302009', N'255', N'10', N'20', N'0', N'0', N'0', N'2022-07-04 17:51:50.710', N'2022-07-04 18:13:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AF7BF551-C197-4226-A051-3DA0F7970521', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1007', N'302086', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 20:16:18.620', N'2022-07-05 17:12:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C355601E-E1A4-4AB5-85D1-BCAD479115BB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'302088', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-07-04 20:27:18.477', N'2022-07-04 22:00:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EC24563A-B914-4253-99C1-F4E62AA93BB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'801011', N'255', N'4', N'0', N'0', N'0', N'0', N'2022-07-04 20:27:30.710', N'2022-07-04 21:49:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'23DE9D2E-AD10-45FF-BC9C-93759AB99D2C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'523', N'500025', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 20:28:05.913', N'2022-07-04 21:18:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FA943E6A-5EBD-4F02-9707-09A645F3CFA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'302083', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 20:28:52.887', N'2022-07-04 21:44:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B3113776-882E-4F82-8DED-4C48BFE74805', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'302092', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-07-04 20:30:02.030', N'2022-07-04 21:19:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F0B96ACB-4C9B-4F0D-86D6-D10D3776A252', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'302093', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 21:19:53.533', N'2022-07-04 21:21:16.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7126C925-368D-4427-AAA0-DF16EBDBD066', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'302094', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 21:24:19.423', N'2022-07-04 21:24:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'27D1DAB8-9540-4E8F-8F8B-969057B8217F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302095', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 21:27:01.023', N'2022-07-04 21:29:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'70DE111D-E592-4AD0-8541-143173EBCCFE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'302097', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 21:28:14.020', N'2022-07-04 21:28:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'04C22232-26FA-4874-BA09-77951DAE2F2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302096', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 21:30:29.407', N'2022-07-04 21:31:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6A2BDAF9-DB28-4F99-8A32-A5456A449B8F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'903', N'302100', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 21:34:10.143', N'2022-07-04 22:45:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3DB0C188-4370-4E38-BFEF-DCF3A84434E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302101', N'255', N'10', N'5', N'15', N'0', N'0', N'2022-07-04 21:34:56.230', N'2022-07-04 22:41:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'90ACFF97-6228-42E8-AE68-D383ABD76745', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'303057', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 22:00:30.717', N'2022-07-05 17:05:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0A85E05D-2523-4011-B080-36A8C4C812D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320057', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 22:00:37.997', N'2022-07-04 22:38:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E99693FD-9EED-4D97-BDC7-9E8C0A3F9B9A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301051', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 22:01:11.920', N'2022-07-04 22:07:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E448C529-2AEA-4FA0-AB50-134B6D437808', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1009', N'301052', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-04 22:07:35.277', N'2022-07-05 16:58:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'45A1BF9C-65D1-4BEF-8123-5C9FDFCC55AC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302102', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 22:42:13.653', N'2022-07-04 22:42:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3CFE6E38-A26B-44A2-A9A1-45B7140923D7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'420005', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-06 16:49:10.160', N'2022-07-06 17:53:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2CD4C22C-BD45-483C-8663-075316A3F986', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'410011', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 17:01:02.273', N'2022-07-06 17:01:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'756C0AEA-932F-40C1-9ADE-D725CBA2DE00', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410012', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 17:05:15.717', N'2022-07-06 17:05:32.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'75DF17AC-8E98-4F27-AEA1-E63BC7FDDDB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'434', N'410013', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 17:07:12.957', N'2022-07-06 17:07:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'33ED2641-5F5A-4AD2-BFBF-A1A681797EB7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410014', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 17:08:39.037', N'2022-07-06 17:09:16.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9FB12ADC-BB6E-44CE-BE15-9DA74322A42D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'410016', N'255', N'10', N'20', N'15', N'0', N'0', N'2022-07-06 17:10:26.337', N'2022-07-06 17:30:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4B28A0FC-4660-4AF0-AC9B-4BDB3AC5CD1F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'496001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 17:11:58.933', N'2022-07-06 18:55:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'70D040E6-E58F-40AC-9D10-6647FF7A1CAB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'411005', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 17:29:33.570', N'2022-07-06 17:52:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'67533915-A089-436A-9A49-4F1AE4B9E9FB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'410017', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 17:31:03.020', N'2022-07-06 17:31:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7F671E9B-8A73-4270-9114-A1A5FFE0FB05', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410021', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 17:33:04.060', N'2022-07-06 21:15:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4F8B6E8A-9818-4036-9839-3382791FE466', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'420011', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 17:35:25.950', N'2022-07-06 17:35:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7192275F-0D90-437F-9FFE-93715EB3FF77', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'420012', N'255', N'5', N'5', N'5', N'0', N'0', N'2022-07-06 17:36:44.700', N'2022-07-06 18:21:05.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1D705590-5456-43E6-B6FA-F3AE0118A66F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'411012', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 17:54:13.443', N'2022-07-06 18:23:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'59EBB05B-7073-4B94-84C7-BEB8E58573BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'411013', N'255', N'3', N'0', N'0', N'0', N'0', N'2022-07-06 17:54:59.497', N'2022-07-06 18:22:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'57864CE6-588B-4535-A456-F3573CB64353', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'420013', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 18:21:26.990', N'2022-07-06 18:21:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3A272A32-0726-44FF-9EFC-3469D0137C73', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'411014', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 18:23:20.060', N'2022-07-06 18:24:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FDAC139C-522B-49DD-8C43-7D15E27B931E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'411009', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 18:24:15.060', N'2022-07-06 18:26:48.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'281AE2A4-FA47-492D-89B5-99262B881B0C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'411008', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 18:25:56.540', N'2022-07-06 18:55:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'796DE1B6-A3DF-47AD-8033-A01912EB452E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'411010', N'255', N'100', N'0', N'0', N'0', N'0', N'2022-07-06 18:27:25.263', N'2022-07-08 21:55:10.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1938F363-5E70-45F9-9689-AC688DD7F6B7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'430026', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 18:55:59.760', N'2022-07-07 23:21:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'24872F38-2F8D-4FD1-AF84-01A0E95D1F55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'496002', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-06 18:56:33.190', N'2022-07-06 19:17:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'054CA4BA-562F-4380-BD86-00605E0D906F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'430024', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 18:56:36.670', N'2022-07-06 21:15:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C541140A-C05E-43E1-9692-80BA502A613C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'496005', N'255', N'24', N'0', N'0', N'0', N'0', N'2022-07-06 18:57:21.683', N'2022-07-06 19:30:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9A46E156-38DC-471D-9ACB-0A77E77D2E46', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'496004', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-06 19:18:32.703', N'2022-07-06 19:31:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E5042135-8D29-4101-B339-EFA25389F47B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'496003', N'255', N'1', N'1', N'0', N'0', N'0', N'2022-07-06 19:19:14.297', N'2022-07-06 19:29:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F8D6A359-4F04-44A8-B3DF-5E315F362FD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'496006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 19:31:24.650', N'2022-07-06 20:40:21.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CB94C886-722C-4FD8-B5AE-A0A54F247189', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'496009', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 19:32:25.120', N'2022-07-06 20:40:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A316AAF9-75A5-4843-9710-8AB57522C85A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'496010', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-07-06 19:33:02.887', N'2022-07-06 20:40:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'800D8876-6F10-41F7-91E3-4D033CEF0B3D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'496013', N'255', N'20', N'20', N'0', N'0', N'0', N'2022-07-06 19:33:16.003', N'2022-07-06 20:41:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'816D8AEE-9754-4F1D-AFC4-D32F99F9BEB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'5', N'496012', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-07-06 20:41:15.057', N'2022-07-06 21:04:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B6A2F6B8-54CF-481A-A8A0-7C2E09BEF0F4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'496015', N'255', N'2', N'2', N'0', N'0', N'0', N'2022-07-06 20:43:12.180', N'2022-07-06 21:03:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1FDFFD74-ED71-4200-B231-67C0BCBE1E99', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'496007', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-06 20:43:22.540', N'2022-07-06 21:03:35.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3ACC9FC3-C533-40FE-8C51-30A39102D0DD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'496017', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-06 21:04:25.213', N'2022-07-08 21:55:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'81810633-8EF8-479F-8BDF-19CFD296D986', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410022', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 21:16:22.530', N'2022-07-06 21:16:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9DC9D9CE-5FD3-4FD5-872E-0B5142566E85', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'523', N'500027', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-07-06 21:17:48.070', N'2022-07-06 21:54:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B61A11F5-A40B-4BA0-BE1C-47127A51404C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410023', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-06 21:18:35.407', N'2022-07-06 21:18:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A6C67727-BAEC-4CA3-953C-6FD43015F8F2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'410024', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-07-06 21:19:31.440', N'2022-07-06 21:55:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'74615686-D360-490A-966E-17163845379B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410032', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-06 21:55:40.137', N'2022-07-06 22:06:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F35CEA8E-0103-49DC-9D5D-16CB8C35986D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410033', N'255', N'1', N'1', N'1', N'1', N'0', N'2022-07-06 22:06:31.170', N'2022-07-07 23:21:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FB5FAF0B-4BFB-4D10-9065-87324B28F89C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'302013', N'255', N'100', N'0', N'0', N'0', N'0', N'2022-07-04 17:53:56.793', N'2022-07-04 21:20:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'254F4EA9-489B-4C31-9ED6-A64FA9A5ABCA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1007', N'301045', N'255', N'3', N'3', N'3', N'0', N'0', N'2022-07-04 17:59:05.053', N'2022-07-04 18:05:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0AFCC21E-B0AB-4773-9E6B-A1EF392CF6CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1007', N'302081', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-04 18:06:23.880', N'2022-07-04 20:08:50.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A1889D08-2C0F-4949-ABEE-CC0FB4F2F69E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'302084', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-04 18:13:30.963', N'2022-07-04 20:24:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0249E57D-67C1-4EFE-B5AD-AF7D4E417351', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'301046', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-04 18:14:18.607', N'2022-07-04 20:25:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B2821D06-4EE9-4F25-B233-D2A846C75FE5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1010', N'301053', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-05 16:59:26.960', N'2022-07-05 17:04:34.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A768B3FF-9680-4A75-8380-761A665DC7DB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'4', N'301054', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 17:05:08.237', N'2022-07-05 17:07:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9A1114CE-1E38-42C8-98EE-E8FB9398D724', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'301055', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-05 17:08:44.720', N'2022-07-05 17:37:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'07BFD78D-828C-44A0-AA10-4184A21EFB04', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'302046', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 17:37:01.057', N'2022-07-06 19:44:32.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DAA857A4-A0E5-42F7-960B-3D37E12658B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'301056', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 17:38:12.377', N'2022-07-05 18:03:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'71424CA6-B623-4E5B-8D9B-440C0C5F438B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'302113', N'255', N'3', N'3', N'0', N'0', N'0', N'2022-07-05 17:57:38.840', N'2022-07-05 18:10:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'9EF5CC6F-ABA7-4AC8-8D0B-FB1F8D7218BD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1010', N'301057', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 18:04:28.157', N'2022-07-05 18:20:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AAE96546-F976-4F44-88AB-7C08A307AC0D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1011', N'301058', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 18:21:48.683', N'2022-07-05 18:27:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CDCEF49C-63D2-4EE2-8B9B-11F9F4FD59B1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1010', N'301059', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 18:29:14.070', N'2022-07-05 18:34:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'12425E02-2515-4976-BF69-3FE224055512', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301061', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 18:40:49.540', N'2022-07-05 18:51:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'42B45C97-2DC3-47EC-8868-FA069E73B60B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'303047', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 18:40:59.247', N'2022-07-05 19:51:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5EF6AB49-FE2B-43D2-A4D5-88C600019796', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'301063', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 18:41:18.133', N'2022-07-05 18:51:31.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8DF097A6-0AAE-4E2F-B553-37A50BA74FB5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320047', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 18:41:21.307', N'2022-07-05 18:52:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C7DF04CF-75A6-4EBA-9D5C-4AD8398A104E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'301064', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 18:53:56.683', N'2022-07-05 19:17:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'3492CB95-B541-4A4D-8D18-2070831F6D35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'523', N'500026', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-07-05 18:54:10.713', N'2022-07-05 19:16:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6A49C526-0F76-4800-87D7-1C518FE7003D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'301062', N'255', N'2', N'5', N'5', N'0', N'0', N'2022-07-05 18:59:03.643', N'2022-07-05 19:16:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DAC80365-E8E2-4EC7-8800-F9E5FFF979ED', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'301071', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 19:36:21.340', N'2022-07-05 19:36:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'08A159C0-18BF-4D3E-9511-393A00E1E4E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'301072', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-07-05 19:36:58.860', N'2022-07-05 20:13:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'652CE4B1-FE95-45AE-96DF-6F47399F05CF', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'301073', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 20:19:43.860', N'2022-07-05 20:30:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'30017D1F-4530-4071-BA82-7E1D42FAA02C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'301065', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 20:31:53.367', N'2022-07-05 20:32:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DB11D042-1D5C-43A8-A946-EB43FA0FADA4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'301066', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 20:33:46.800', N'2022-07-05 20:37:32.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'03710B83-AE55-4281-86ED-0ACBAA35984F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1005', N'301067', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 20:39:15.517', N'2022-07-05 20:46:27.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8A4F0AF0-8ADC-491D-A964-6131686EE349', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1005', N'301068', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 20:50:42.000', N'2022-07-05 21:01:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A12F3615-137F-442E-A89D-588CBE6EC11D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1013', N'301074', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 21:03:01.480', N'2022-07-05 21:09:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'15CE493F-C956-4ED1-B79B-AC82F895FFB4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1000001', N'410001', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 21:20:37.510', N'2022-07-05 21:20:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AAA02CF3-968F-478A-AD13-6CBEB79C7478', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'410002', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 21:22:32.170', N'2022-07-05 21:24:15.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'74885A3E-0133-4058-8118-D7F80E03CA56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'434', N'410003', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 21:24:56.013', N'2022-07-05 21:25:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'15DCCD9C-8C16-439E-9F34-8EE1539ECF68', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 21:26:47.860', N'2022-07-05 21:46:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'42C0F71D-7A43-491F-83E8-F8C766C3A591', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'320067', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 21:27:01.890', N'2022-07-06 18:55:32.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'15611AC0-73AE-4A37-BE2D-3219B2CA4FB9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'320077', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 21:27:15.043', N'2022-07-06 19:17:25.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'986A8D55-3C20-4477-9FC9-4BABDDFFD83C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'430006', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 21:27:21.750', N'2022-07-06 17:33:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AFFBE7DF-7F92-4F4C-A69D-72DF73F759C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410005', N'255', N'1', N'1', N'1', N'0', N'0', N'2022-07-05 21:48:26.850', N'2022-07-05 22:45:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'39CCAFBB-25AC-443A-A156-4EFB3F916350', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'420006', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-07-05 21:48:55.207', N'2022-07-05 22:46:09.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EBB8DAD7-5920-4709-8D5E-46A4991D4656', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410006', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-05 22:46:00.980', N'2022-07-05 23:26:40.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'46AD4E55-0166-4793-A1B2-4D623BB56C56', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410007', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-05 22:47:08.390', N'2022-07-05 23:26:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'958E1889-D7FE-4D20-B3E2-EBDA8F97E89D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'430004', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-05 22:47:21.640', N'2022-07-05 23:26:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6204AC5A-E4E9-4479-97BB-1DE9F1A98539', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'411007', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-07-05 23:28:21.557', N'2022-07-06 17:28:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1BE2EF32-188D-4C65-8CBC-68562EB1E68A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'420004', N'255', N'20', N'0', N'0', N'0', N'0', N'2022-07-05 23:29:10.583', N'2022-07-06 16:48:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4E60639E-914E-4965-AF64-A927968233C5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410008', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 23:29:32.823', N'2022-07-05 23:29:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B356E26A-1F14-4E3F-B283-B4B43379E446', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'410009', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-05 23:31:09.080', N'2022-07-05 23:31:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'77EB52BA-B1D4-4FE7-9E03-FBB2FE4929D8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'401', N'410010', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-05 23:33:07.703', N'2022-07-06 16:49:19.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FE0BAFBD-5FA5-44A7-A61F-CC2522662BC0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'410026', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-07 23:24:22.127', N'2022-07-07 23:24:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B04BA953-F0C7-4F9D-BEA7-E8D98B7F79A6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410027', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-07 23:25:37.783', N'2022-07-07 23:25:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F2216416-C102-4746-8F40-D9925E6B01B9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410028', N'255', N'8', N'4', N'0', N'0', N'0', N'2022-07-07 23:27:07.130', N'2022-07-08 20:48:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'186A44C8-C962-4B47-A944-4AC925FAA5CA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410038', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-07 23:28:07.143', N'2022-07-08 20:51:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C877C1DC-9165-4B76-94C3-A3E7C38A0EFB', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'410029', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 20:49:44.017', N'2022-07-08 20:49:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'09930BE1-F2F7-4446-8531-C6428344F8CD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410030', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 20:50:53.530', N'2022-07-08 21:02:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E7B345E6-C5A7-4EF6-B869-CCF6DBF8AE70', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410039', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 20:51:45.247', N'2022-07-08 20:51:59.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'48D371DC-2595-4D4F-AE17-DE488538882F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410031', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:02:30.730', N'2022-07-08 21:02:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E8A7C5F1-1D07-4D4F-87ED-7A594C70852C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'429', N'420025', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 21:03:47.280', N'2022-07-08 21:19:47.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'54B6E4D6-7D0F-4604-BAD1-644F5610DBAA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'421001', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-08 21:04:17.757', N'2022-07-08 21:18:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D84505BA-CAD7-4104-B478-6C6CE4EC275D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'410034', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:04:43.683', N'2022-07-08 21:12:20.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D87E2A81-26EB-4AE6-965F-CF22219F2793', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'1017', N'410035', N'255', N'10', N'10', N'10', N'0', N'0', N'2022-07-08 21:12:49.050', N'2022-07-08 21:14:56.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BF6D36F2-CA4E-448D-976C-893E9F0EAFE4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'23', N'410036', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:18:29.023', N'2022-07-08 21:21:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'2ADB7869-39F8-4F5E-9A34-AB6EFD63300F', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'421002', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:18:47.680', N'2022-07-08 21:18:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'54DF27F1-3B5B-4B8B-8158-21AA3D70CD2E', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'421003', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:19:36.917', N'2022-07-08 21:20:32.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A4CD4EB7-0DA3-4246-9A6D-5D0042CD70C6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'420026', N'255', N'5', N'0', N'0', N'0', N'0', N'2022-07-08 21:20:24.600', N'2022-07-08 21:33:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1EC8E216-7D47-48EC-9892-701D06FBA18C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'421004', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:20:50.000', N'2022-07-08 21:20:57.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D72D422B-49AC-48A8-BE6D-6A1B526F3688', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'434', N'410037', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 21:22:35.607', N'2022-07-08 21:30:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DD991B60-3C97-485E-A42C-A56279D5FE5A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'421005', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:33:14.547', N'1899-12-30 00:00:00.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'38035097-6F88-42D2-B1A8-E65E9CA2A7CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'442', N'410041', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 21:33:52.430', N'2022-07-08 22:39:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D727B2B9-C9F3-47C8-AECE-41D9B77CE013', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'430046', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 21:34:04.757', N'2022-07-09 04:03:54.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E1A8A06E-15E7-4D63-9470-F34FE1F99E40', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'430044', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 21:36:13.917', N'2022-07-08 22:39:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B119A959-2525-4321-BA3C-9E4122CA00B0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'496016', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 21:57:54.933', N'1899-12-30 00:00:00.000', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B7388D92-E685-4E6C-95B1-3269FD9EEBD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'427', N'410043', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 22:40:24.067', N'2022-07-08 22:48:32.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A25B5BB5-95C0-4AA7-88F3-6E40FFBAEF51', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'410042', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 22:40:56.160', N'2022-07-08 22:56:45.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4E9ECC30-1274-49F6-85DA-C2CC22A272E6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'413', N'410044', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 22:46:44.030', N'2022-07-08 22:56:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'00EB2E22-CCDE-43E4-BC9B-705275165456', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'447', N'410048', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 22:50:00.860', N'2022-07-08 22:59:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D55C53FB-A654-43F3-9F79-BBAD21512920', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'32', N'410045', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 22:56:42.157', N'2022-07-08 22:57:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'7C3BDB82-A95E-4E6D-BDD6-14CC0E9B004B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'431', N'410049', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 22:59:28.650', N'2022-07-09 00:28:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B277F069-6A68-4938-99E9-EFB3D09516C3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'431001', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-08 23:00:21.980', N'2022-07-09 01:17:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'21D4332A-B83C-40A4-A903-426B05E5332A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'413', N'410046', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 23:38:14.527', N'2022-07-08 23:39:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D541707E-FE87-4781-8EEB-FF97BF208D53', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'432', N'410047', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-08 23:40:40.850', N'2022-07-08 23:41:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0C9A1695-2B72-4AB0-96B6-B6B6A23C3CDA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'447', N'410050', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 00:29:15.040', N'2022-07-09 00:32:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D49E98EB-37B9-46C2-B6B6-261BAC406365', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'410051', N'255', N'2', N'0', N'0', N'0', N'0', N'2022-07-09 00:33:05.347', N'2022-07-09 00:54:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'29EEB83A-37EE-47E6-8AFB-30948CA7D556', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'431007', N'255', N'7', N'0', N'0', N'0', N'0', N'2022-07-09 00:34:14.023', N'2022-07-09 00:56:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D8A5EE34-BDFD-4BDD-A787-6728BB9AE679', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'211', N'410040', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 00:54:58.610', N'2022-07-09 01:08:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8497CF37-1DC4-4D25-A805-ABF6B8079378', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'431008', N'255', N'3', N'5', N'2', N'0', N'0', N'2022-07-09 00:57:01.387', N'2022-07-09 00:59:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DD594F63-74A0-471F-9CAB-27252BFF4E55', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'431009', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 00:59:48.797', N'2022-07-09 01:00:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'75DF9E2D-4A8A-4962-8896-A06C2037A5C9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'431010', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 01:01:50.290', N'2022-07-09 01:01:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F58BE1A7-05BB-46A9-A3AB-383063599E3C', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'431011', N'255', N'10', N'1', N'1', N'0', N'0', N'2022-07-09 01:02:45.170', N'2022-07-09 01:16:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A30C48D8-89A3-4807-B758-8EC0FC9D2713', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'447', N'410052', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 01:09:04.287', N'2022-07-09 02:51:21.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'1507B4CD-3E54-4270-9843-48541F3817F5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'431012', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 01:17:27.557', N'2022-07-09 01:18:39.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FACEE167-99D5-49CC-ACC3-BF1E79EF3FE1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'431002', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-07-09 01:18:30.747', N'2022-07-09 01:53:29.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5274C650-497B-4D29-A7DF-FEC96179767B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'431013', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 01:19:28.020', N'2022-07-09 01:20:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'19EA0CEE-5927-45F8-AD30-491DD64E0637', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'33', N'431015', N'255', N'15', N'0', N'0', N'0', N'0', N'2022-07-09 01:54:36.520', N'2022-07-09 02:29:46.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'91B766E6-2877-4A38-9EDD-EFDC00AC8138', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'431003', N'255', N'4', N'20', N'0', N'0', N'0', N'2022-07-09 01:55:14.783', N'2022-07-09 02:52:44.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EE863615-C609-4C86-853A-6E26B4DE0B29', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'431014', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 02:30:19.807', N'2022-07-09 02:52:53.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'77DE539D-828B-47F5-858D-64E35AF1DBD0', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'446', N'410053', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 02:52:16.187', N'2022-07-09 02:54:52.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AD377C17-CA68-4489-B04E-818A0AF9E7E7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'431016', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 02:53:19.967', N'2022-07-09 03:16:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AC46D4D8-081D-403E-A919-CE69C9D3DAB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'431004', N'255', N'10', N'0', N'0', N'0', N'0', N'2022-07-09 02:53:55.970', N'2022-07-09 03:16:55.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E23B6144-2731-4C44-BA05-B335BA2C69AE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'431017', N'255', N'50', N'0', N'0', N'0', N'0', N'2022-07-09 02:54:14.540', N'2022-07-09 03:35:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'975B873B-2716-478D-B91F-7D357CEB9DA2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'103', N'410054', N'255', N'0', N'0', N'0', N'0', N'0', N'2022-07-09 02:55:40.677', N'2022-07-09 03:12:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DB693DE4-ABC4-4C19-AD8C-D2C9DC56F516', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'446', N'410055', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 03:16:04.927', N'2022-07-09 03:50:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'49FD7EBE-65B7-4C56-A287-278A2B9D20F8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'410060', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 03:19:35.343', N'2022-07-09 03:36:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4C46A371-E724-42DF-883F-4048949CA1E8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'428', N'431006', N'255', N'30', N'0', N'0', N'0', N'0', N'2022-07-09 03:20:20.363', N'2022-07-09 03:35:41.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'4B4FBCF8-749A-451B-A1AB-08B29313F075', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'431020', N'255', N'1', N'0', N'0', N'0', N'0', N'2022-07-09 03:37:32.990', N'2022-07-09 04:05:39.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8C8769F8-D019-4D5E-8C61-EE94EE1F7B30', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'9', N'431018', N'255', N'5', N'10', N'0', N'0', N'0', N'2022-07-09 03:37:43.017', N'2022-07-09 04:25:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5B378F2D-3CE4-484E-8CE8-2A81A72BA409', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'102', N'101001', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-16 14:15:14.457', N'2023-11-16 14:16:08.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C625C280-7198-4055-8C54-73D02F78DBDA', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'201', N'101011', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-16 14:16:16.897', N'2023-11-16 14:23:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C79866AD-B44E-4D71-81AA-3A3E7871D011', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-16 14:23:09.203', N'2023-11-16 14:33:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'54AA5A48-BFE6-4DE8-8E79-130BD570A065', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-16 14:23:12.483', N'2023-11-16 14:23:37.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'74E8FEBB-B48C-433E-BD07-72851B8D7050', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'102', N'101002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-16 14:23:41.640', N'2023-11-16 14:30:01.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'224C535C-BF8C-42FE-9BE4-31A1FBB7018B', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'102', N'101013', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-16 14:33:10.770', N'2023-11-16 14:33:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'43150551-21CE-4FDA-AA9E-F1BBE133EF6C', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'102', N'101005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-16 14:33:35.667', N'2023-11-16 14:34:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'ABEF44A1-7AE7-4A63-B982-967CF2157CF1', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-17 13:44:23.247', N'2023-11-17 13:44:23.247', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8DB0F9CD-4853-42A5-BBF9-D8705FEB30BA', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'102', N'101001', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-18 23:23:42.030', N'2023-11-18 23:24:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CCA4DA56-4D66-4915-93E2-EE2E5F00E3A8', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'201', N'101011', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-18 23:24:54.413', N'2023-11-18 23:32:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E57CAA98-8013-44D0-8019-6B6E29C342F2', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'102', N'101003', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-18 23:32:54.513', N'2023-11-18 23:39:36.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'760B9126-2BC9-4CDB-A03A-59E736D04B82', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-18 23:33:06.803', N'2023-11-18 23:34:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'EE118C6B-E77C-488F-80C6-99B1600E54FA', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'102', N'101002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-18 23:34:17.647', N'2023-11-18 23:42:49.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6CDF5BEC-3328-4A06-B487-BE27D310B82D', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'102', N'101013', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-18 23:43:03.970', N'2023-11-18 23:43:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A7B25BB8-D2B8-409F-9CA1-AFD2EB823594', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'102', N'101005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-18 23:43:17.310', N'2023-11-18 23:43:54.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'616381A6-10E6-49A9-87F3-3A744BFCEEF8', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'437', N'302043', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-19 15:55:13.477', N'2023-11-19 16:14:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E791236C-CAE5-49F8-9B51-CFE3C08F8F11', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'102', N'101001', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-20 00:05:54.930', N'2023-11-20 00:07:11.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'8C3FFB7F-72BD-4CE7-90F4-E979F8B19160', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'201', N'101011', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-20 00:07:20.987', N'2023-11-20 00:13:23.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'FB61CDA5-786E-441E-B7A7-D70B797967D3', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'102', N'101003', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-20 00:13:37.803', N'2023-11-20 00:13:37.803', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A17CB487-053E-4D20-8200-E8052C5945BA', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'102', N'801001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-20 00:13:49.850', N'2023-11-20 00:14:24.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'C216F34E-E3B6-4E05-A45A-2B5E3167B8A0', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'102', N'101002', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-20 00:14:44.420', N'2023-11-20 00:14:44.420', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'DA3D4A14-E478-4B4A-8EDC-E9DD3FB795BE', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'34', N'302050', N'1', N'33', N'0', N'0', N'0', N'0', N'2023-11-20 00:20:08.443', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5F5B47DA-F986-4178-BDAE-3A9E0EA5778B', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'511019', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-21 04:48:35.920', N'2023-11-21 04:48:43.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'0E803774-E9DD-44D6-9214-244D571C9211', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'11', N'511020', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-11-21 04:49:02.653', N'2023-11-21 04:49:07.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'53391936-23B1-42D3-AFED-FE9A29B6E9CC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203131', N'255', N'4', N'0', N'0', N'0', N'0', N'2023-11-29 10:10:21.927', N'2023-11-29 10:15:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'912F712B-6BE3-4989-B955-5643445F9FA3', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203136', N'255', N'20', N'0', N'0', N'0', N'0', N'2023-11-29 10:10:26.220', N'2023-11-29 10:15:13.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BD52C987-F3B6-46A7-9918-D004DCD4B8B5', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'7', N'203137', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-11-29 10:15:30.160', N'2023-11-29 10:16:12.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'13B628AA-9A85-44C2-9444-EC6958098E69', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'102', N'203138', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-29 10:16:27.180', N'2023-11-29 10:16:27.180', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'BBD8B3E6-E93B-4A95-8344-0100760DFB5F', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'522', N'500001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-11-29 10:21:58.140', N'2023-11-29 10:21:58.140', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B3D6827F-B904-44D9-892A-C83408EF9650', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'439', N'302040', N'1', N'0', N'0', N'0', N'0', N'0', N'2023-12-02 10:31:34.340', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'83474955-5F51-4C5E-9434-863EC3C8BE5C', N'916FF7E4-B764-4555-8095-886F1D90B363', N'102', N'101001', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-12-06 09:18:28.300', N'2023-12-06 09:18:28.300', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'12084FF4-A487-498A-922F-25EF40D43475', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101011', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 05:53:29.767', N'2023-12-08 05:53:29.767', N'0') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'AF65BE54-2D5B-4D94-A337-9A249209871D', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101010', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 06:03:20.673', N'2023-12-08 06:07:58.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'F5EBD861-A30A-4A26-94D9-2D125AF32051', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101008', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 06:08:12.307', N'2023-12-08 06:13:33.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'178D77A8-EB70-478F-B4DA-9D7811F0146E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'102', N'101009', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 06:13:54.247', N'2023-12-08 06:15:28.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'33062D83-6115-4B1B-9BB3-0EA1C1D8269A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'7', N'201001', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 06:15:53.823', N'2023-12-08 07:33:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'462C0B23-AA2C-4770-89FB-6DAD485D8CC3', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'7', N'201015', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:33:52.780', N'2023-12-08 07:34:02.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'787755D2-9423-482B-85F5-ADAB075EFA49', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'4', N'201002', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:34:09.143', N'2023-12-08 07:34:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'789C9E68-A95A-472C-87E6-5D58753C7E79', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'9', N'201003', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:34:21.533', N'2023-12-08 07:34:30.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'05C9E30F-4C09-4B31-A29F-00A125728803', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'7', N'201004', N'255', N'8', N'1', N'0', N'0', N'0', N'2023-12-08 07:35:57.743', N'2023-12-08 07:39:38.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'76E89192-4044-40A3-BB7D-422B9D4C1F7B', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'7', N'201021', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 07:36:00.800', N'2023-12-08 07:39:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'E381F7C1-69EC-497B-8776-96CADBD53741', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'7', N'201016', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:39:49.660', N'2023-12-08 07:40:04.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'473AB51E-3B5E-43C3-A93A-4B443987AA79', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'6', N'201005', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 07:40:11.510', N'2023-12-08 07:44:17.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'97A7D151-02E2-454C-B04E-202F9E01B16E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'9', N'202003', N'1', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 07:45:05.183', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'86F2E371-22B3-4368-8C09-B8FE2867B396', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'7', N'201006', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:45:25.660', N'2023-12-08 07:48:22.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D4B95B0B-AE32-477B-99F6-E20281232884', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'10100', N'201024', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:48:27.250', N'2023-12-08 07:50:06.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'B75806F2-0AF5-4923-9CE4-7A95FF3E08ED', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'32', N'201017', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 07:51:12.243', N'2023-12-08 07:58:14.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'D588CE40-79AC-43BA-8C68-F9DD458EB405', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'33', N'201020', N'255', N'3', N'0', N'0', N'0', N'0', N'2023-12-08 07:51:58.770', N'2023-12-08 07:58:42.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'027355AE-3813-426B-81EA-797937FEAEC7', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'32', N'201018', N'255', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:58:18.007', N'2023-12-08 07:58:26.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'5AA6189A-7987-4C8E-8F72-45790367176E', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'32', N'201007', N'0', N'0', N'0', N'0', N'0', N'0', N'2023-12-08 07:58:20.490', N'2023-12-08 07:58:20.490', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'CD46B271-7F08-4891-A166-EBA121289D8A', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'103', N'208002', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 20:32:00.683', N'2023-12-08 20:32:05.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'A5850205-4C28-43AD-84CA-98B8BE3A8C2F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'43', N'500022', N'2', N'1', N'0', N'0', N'0', N'0', N'2023-12-08 17:26:03.777', N'1899-12-30 00:00:00.000', N'1') GO INSERT INTO [dbo].[QuestTable] ([quest_uid], [character_id], [instance_npc_id], [quest_code], [quest_state], [quest_status1], [quest_status2], [quest_status3], [quest_status4], [quest_status5], [create_time], [finish_time], [quest_show]) VALUES (N'6E5D564C-2478-4DD9-9A68-6559FDBBF004', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2002', N'621008', N'255', N'1', N'0', N'0', N'0', N'0', N'2023-12-09 10:58:55.447', N'2023-12-09 11:03:38.000', N'1') GO -- ---------------------------- -- Table structure for quickslot_list_option -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[quickslot_list_option]') AND type IN ('U')) DROP TABLE [dbo].[quickslot_list_option] GO CREATE TABLE [dbo].[quickslot_list_option] ( [character_id] uniqueidentifier NOT NULL, [type_01] int DEFAULT 0 NOT NULL, [item_id_01] uniqueidentifier DEFAULT NULL NULL, [type_02] int DEFAULT 0 NOT NULL, [item_id_02] uniqueidentifier DEFAULT NULL NULL, [type_03] int DEFAULT 0 NOT NULL, [item_id_03] uniqueidentifier DEFAULT NULL NULL, [type_04] int DEFAULT 0 NOT NULL, [item_id_04] uniqueidentifier DEFAULT NULL NULL, [type_05] int DEFAULT 0 NOT NULL, [item_id_05] uniqueidentifier DEFAULT NULL NULL, [type_06] int DEFAULT 0 NOT NULL, [item_id_06] uniqueidentifier DEFAULT NULL NULL, [type_07] int DEFAULT 0 NOT NULL, [item_id_07] uniqueidentifier DEFAULT NULL NULL, [type_08] int DEFAULT 0 NOT NULL, [item_id_08] uniqueidentifier DEFAULT NULL NULL, [type_09] int DEFAULT 0 NOT NULL, [item_id_09] uniqueidentifier DEFAULT NULL NULL, [type_10] int DEFAULT 0 NOT NULL, [item_id_10] uniqueidentifier DEFAULT NULL NULL, [type_11] int DEFAULT 0 NOT NULL, [item_id_11] uniqueidentifier DEFAULT NULL NULL, [type_12] int DEFAULT 0 NOT NULL, [item_id_12] uniqueidentifier DEFAULT NULL NULL, [type_13] int DEFAULT 0 NOT NULL, [item_id_13] uniqueidentifier DEFAULT NULL NULL, [type_14] int DEFAULT 0 NOT NULL, [item_id_14] uniqueidentifier DEFAULT NULL NULL, [type_15] int DEFAULT 0 NOT NULL, [item_id_15] uniqueidentifier DEFAULT NULL NULL, [type_16] int DEFAULT 0 NOT NULL, [item_id_16] uniqueidentifier DEFAULT NULL NULL, [type_17] int DEFAULT 0 NOT NULL, [item_id_17] uniqueidentifier DEFAULT NULL NULL, [type_18] int DEFAULT 0 NOT NULL, [item_id_18] uniqueidentifier DEFAULT NULL NULL, [type_19] int DEFAULT 0 NOT NULL, [item_id_19] uniqueidentifier DEFAULT NULL NULL, [type_20] int DEFAULT 0 NOT NULL, [item_id_20] uniqueidentifier DEFAULT NULL NULL, [type_21] int DEFAULT 0 NOT NULL, [item_id_21] uniqueidentifier DEFAULT NULL NULL, [type_22] int DEFAULT 0 NOT NULL, [item_id_22] uniqueidentifier DEFAULT NULL NULL, [type_23] int DEFAULT 0 NOT NULL, [item_id_23] uniqueidentifier DEFAULT NULL NULL, [type_24] int DEFAULT 0 NOT NULL, [item_id_24] uniqueidentifier DEFAULT NULL NULL, [type_25] int DEFAULT 0 NOT NULL, [item_id_25] uniqueidentifier DEFAULT NULL NULL, [type_26] int DEFAULT 0 NOT NULL, [item_id_26] uniqueidentifier DEFAULT NULL NULL, [type_27] int DEFAULT 0 NOT NULL, [item_id_27] uniqueidentifier DEFAULT NULL NULL, [type_28] int DEFAULT 0 NOT NULL, [item_id_28] uniqueidentifier DEFAULT NULL NULL, [type_29] int NOT NULL, [item_id_29] uniqueidentifier NULL, [type_30] int NOT NULL, [item_id_30] uniqueidentifier NULL, [type_31] int NOT NULL, [item_id_31] uniqueidentifier NULL, [type_32] int NOT NULL, [item_id_32] uniqueidentifier NULL ) GO ALTER TABLE [dbo].[quickslot_list_option] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of quickslot_list_option -- ---------------------------- -- ---------------------------- -- Table structure for QuickSlotExTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QuickSlotExTable]') AND type IN ('U')) DROP TABLE [dbo].[QuickSlotExTable] GO CREATE TABLE [dbo].[QuickSlotExTable] ( [character_id] uniqueidentifier NOT NULL, [type_01] int DEFAULT 0 NOT NULL, [item_id_01] uniqueidentifier DEFAULT NULL NULL, [type_02] int DEFAULT 0 NOT NULL, [item_id_02] uniqueidentifier DEFAULT NULL NULL, [type_03] int DEFAULT 0 NOT NULL, [item_id_03] uniqueidentifier DEFAULT NULL NULL, [type_04] int DEFAULT 0 NOT NULL, [item_id_04] uniqueidentifier DEFAULT NULL NULL, [type_05] int DEFAULT 0 NOT NULL, [item_id_05] uniqueidentifier DEFAULT NULL NULL, [type_06] int DEFAULT 0 NOT NULL, [item_id_06] uniqueidentifier DEFAULT NULL NULL, [type_07] int DEFAULT 0 NOT NULL, [item_id_07] uniqueidentifier DEFAULT NULL NULL, [type_08] int DEFAULT 0 NOT NULL, [item_id_08] uniqueidentifier DEFAULT NULL NULL, [type_09] int DEFAULT 0 NOT NULL, [item_id_09] uniqueidentifier DEFAULT NULL NULL, [type_10] int DEFAULT 0 NOT NULL, [item_id_10] uniqueidentifier DEFAULT NULL NULL, [type_11] int DEFAULT 0 NOT NULL, [item_id_11] uniqueidentifier DEFAULT NULL NULL, [type_12] int DEFAULT 0 NOT NULL, [item_id_12] uniqueidentifier DEFAULT NULL NULL, [type_13] int DEFAULT 0 NOT NULL, [item_id_13] uniqueidentifier DEFAULT NULL NULL, [type_14] int DEFAULT 0 NOT NULL, [item_id_14] uniqueidentifier DEFAULT NULL NULL, [type_15] int DEFAULT 0 NOT NULL, [item_id_15] uniqueidentifier DEFAULT NULL NULL, [type_16] int DEFAULT 0 NOT NULL, [item_id_16] uniqueidentifier DEFAULT NULL NULL, [type_17] int DEFAULT 0 NOT NULL, [item_id_17] uniqueidentifier DEFAULT NULL NULL, [type_18] int DEFAULT 0 NOT NULL, [item_id_18] uniqueidentifier DEFAULT NULL NULL, [type_19] int DEFAULT 0 NOT NULL, [item_id_19] uniqueidentifier DEFAULT NULL NULL, [type_20] int DEFAULT 0 NOT NULL, [item_id_20] uniqueidentifier DEFAULT NULL NULL, [type_21] int DEFAULT 0 NOT NULL, [item_id_21] uniqueidentifier DEFAULT NULL NULL, [type_22] int DEFAULT 0 NOT NULL, [item_id_22] uniqueidentifier DEFAULT NULL NULL, [type_23] int DEFAULT 0 NOT NULL, [item_id_23] uniqueidentifier DEFAULT NULL NULL, [type_24] int DEFAULT 0 NOT NULL, [item_id_24] uniqueidentifier DEFAULT NULL NULL, [type_25] int DEFAULT 0 NOT NULL, [item_id_25] uniqueidentifier DEFAULT NULL NULL, [type_26] int DEFAULT 0 NOT NULL, [item_id_26] uniqueidentifier DEFAULT NULL NULL, [type_27] int DEFAULT 0 NOT NULL, [item_id_27] uniqueidentifier DEFAULT NULL NULL, [type_28] int DEFAULT 0 NOT NULL, [item_id_28] uniqueidentifier DEFAULT NULL NULL, [type_29] int NOT NULL, [item_id_29] uniqueidentifier NULL, [type_30] int NOT NULL, [item_id_30] uniqueidentifier NULL, [type_31] int NOT NULL, [item_id_31] uniqueidentifier NULL, [type_32] int NOT NULL, [item_id_32] uniqueidentifier NULL ) GO ALTER TABLE [dbo].[QuickSlotExTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of QuickSlotExTable -- ---------------------------- INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'49D1B300-0F58-4093-A299-7515997044E4', N'2', N'81995CE3-ABE0-4F50-96BB-F88AD7318971', N'2', N'3E21B787-8991-4D98-A61F-72BAD7C4246E', N'2', N'03604F9B-EC8A-44F2-B81E-39C77EACDCE2', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'1D0ED6C4-6031-4F8E-98A1-575FE18810D7', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'2A319390-D65D-4E05-8F78-0DD5E38FC29C', N'2', N'A77B6A82-7170-4898-BFAF-213FB4807F91', N'2', N'3FC925FF-322E-4190-BA2F-B26541DD5612', N'2', N'80C9267E-70D7-45EA-B671-573A0E84CD4F', N'2', N'75995F1D-D217-4392-B0E0-8608011B7680', N'2', N'E05B00B9-77D5-4B9D-A679-79B64AF39159', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'21FC43BB-536A-4B2E-B411-2DAC755C7CF9', N'1', N'4B4ABFD2-5DFD-44BC-BDD8-40812B896EAD', N'1', N'01BE9934-8DE7-42B2-B9DF-C43F9B9BFE2E', N'1', N'DBFC2645-1BB6-48FA-8806-38B19D33690B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'F9C80252-089B-460A-81B3-2A35A9F5ECB5', N'2', N'A8EA6332-9EB3-4B5B-A425-E43393913BDD', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'5EE29D35-27DD-4C72-B197-9D32BC8A3E14', N'2', N'AE655E2C-29D1-469D-A5EF-727E07C01E7B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'B32D37F7-350A-4DBF-8ACE-6080AEEAEECB', N'1', N'B38BB1EE-A4B7-46F2-B332-19C87D551CAD', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'87C6548A-8839-41EC-8400-B77D77AF86BB', N'2', N'9C8DE14A-91AC-45E1-8F57-7428622D68C0', N'2', N'9723177E-83EF-47D9-9333-9183B21C986B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'AEBDF2F5-460A-45D1-8137-CD928A4FA6D2', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'2', N'5EADD1EC-4F3E-4DD0-BB40-918A0A34A6A2', N'2', N'C18BD5F6-3B8D-494A-B264-C203DE912B38', N'2', N'375EC199-30EA-4109-B128-05BA4A729793', N'2', N'E72E84F3-3D22-4D7E-B2ED-0CBE4EEDC3CF', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'44CF7448-5F2A-4986-B9A4-C313FD0579B8', N'2', N'8DD6B058-D8F0-42AD-8037-695E1BCDC5A3', N'2', N'F1638EA2-209A-4FEF-95F7-EFC9A6C007A7', N'2', N'2D6F416C-B827-4270-9FB8-07C29E845C8E', N'2', N'1090492A-4274-4134-8D1C-DFA970728568', N'2', N'B4D51027-D4F3-4A25-A13B-EA00C155F545', N'2', N'0C8F8DB8-B683-4A0B-8340-220A7ADD7FBB', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'A26E7279-9544-45D6-A2B0-580AAC22F77F', N'2', N'C995519E-E025-4CA5-AC3B-3A52DC83FE28', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'46E484CC-3393-42B2-9C1F-684CD8738738', N'2', N'F50641DB-C61D-4F5E-8CC3-AB3BEE17529E', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'FFDFB95D-05C2-4A97-B483-290362083509', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'BAE9E1BB-DA17-46FE-92AC-D4266E24228B', N'2', N'26023059-3DE4-4600-B02D-512735387974', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'B4A2C21C-A2D7-4CFB-B970-8734D8581278', N'2', N'BE732F03-A9BF-40D6-B123-6B588B98EBAF', N'2', N'64D10A1F-9784-45C3-BF81-55FC39BC570C', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'46C63928-B487-46DB-A1BB-6EA959655869', N'1', N'65DD1495-9911-4681-B6CD-9D40E574B125', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'D3E10671-2689-4CA3-84B4-011041C20D84', N'2', N'3ECEE59E-8A8B-4EE0-A820-ECBD8871AB96', N'2', N'E5983D72-446C-4411-8B5B-D749275E005B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'AC2D3C21-D84E-48BD-89F1-AFCD5B1C1CD9', N'2', N'D403EBFD-E7F6-4021-B745-8261D96BC131', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'5934F6A2-77ED-45E8-A68C-461C5EDC1513', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'947366A4-2EBE-4DD4-9D7F-851727AA009F', N'2', N'0496E39D-2415-47CE-BB5A-A1B79D874ED1', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'21831F2C-7F44-41C6-B847-85BE7DC0BFEE', N'2', N'E3146FFC-9B14-49A6-ABC8-12DC945E4076', N'2', N'BE3CFCBE-89EB-4299-BB4B-B0EFE7275CA3', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'DAFA1299-C607-453F-B0DF-D62ED4E89628', N'2', N'29E93A5C-1096-4AD5-A8B7-2324F4FE6BF1', N'2', N'E6609116-1725-411E-8A6F-812B94C10485', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'F398952A-F0B3-44F4-97E7-EBDE9F46F028', N'1', N'F2CF13C0-9377-4E41-ABEF-23559ADB7CA1', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'83870E4D-145A-48AA-80A6-571389909EE4', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'7D891A61-A48A-48AB-90A0-D7E46D85AA04', N'2', N'49D07595-7385-478A-907C-F80ACB8D343B', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D66A2EDE-6394-4F57-8B42-5F6294D5D19C', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'BE9A5594-9BF6-4951-A1BF-8C8AA1F361F7', N'2', N'265C3161-EACA-4EFF-9058-7F506E9A3778', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'D5B5F70E-38B8-4DB3-BD08-370F28F1D893', N'2', N'972A36DB-E249-4DE4-9184-C06F06B3D6C2', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'AD784A47-41D4-407C-BCA7-1EB3429D4B03', N'2', N'494E7AD5-2FD6-41A7-8444-F0A74AFAF331', N'2', N'D670C106-5879-496F-83B8-22A311F12CDC', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'5C254C54-DC60-4296-BEB5-7698D939E0EC', N'2', N'0C071517-08A3-46ED-927D-C97074C710B1', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'5B0D06DD-291F-461E-9E5B-F32D3E6A47A0', N'1', N'306D18CC-39B2-4630-BA6C-581B38C073CB', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'77522F2A-D8BF-44C0-891B-E420E48A9B8E', N'2', N'8C5AD5D2-B023-433B-A48F-9B856D3096CA', N'2', N'E4E12999-DAC6-44DB-9385-E550CC6707F8', N'2', N'B4F11E70-B689-49A7-A696-E0F0BBD0AB58', N'2', N'F40EE100-4AF4-4DB2-A418-F3874A49B5ED', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'96856EF5-CC37-49E3-96A0-D48E6B287447', N'2', N'C4F65EAC-88D8-47C1-B287-02CF544E1396', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'CA72C580-FBEB-451F-85D5-93782165D497', N'2', N'E0EDE94F-6652-48BE-AFA8-097CB6B34C88', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'916FF7E4-B764-4555-8095-886F1D90B363', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'619B5732-B8C0-4D84-971A-E31FDCA9A82B', N'2', N'522DA4AB-84D0-4DC9-A9AD-CA45481441BF', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'2', N'00D8A6EB-128B-49CD-A23A-62240DB5B31D', N'2', N'E6F3A44F-0A80-4B4B-AA76-82A9CAEA7139', N'2', N'95A9284B-7785-4EBE-95B0-9A9F3E7D0F82', N'2', N'7BE7D14E-C4D2-4D35-B5E8-2EFE36541BCC', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'EA578E50-4928-4A87-B2E5-1D7FFB964BD6', N'2', N'4BD171C8-8E66-4F07-8F68-DA088866EDD9', N'2', N'5FA47218-A2C7-463B-B610-DD7C199E1307', N'2', N'3014722C-756A-47BB-A031-33EC83D2D70A', N'2', N'B35B9610-87BE-43B2-B84F-B3D0ED186BFD', N'2', N'ED34104C-7806-4D41-A528-E3CCC1BAACB6', N'2', N'2C6BDFA9-A988-4CE4-8DD5-FA3D458DE267', N'2', N'023638AF-D812-4964-9B3B-A8E6F85269D1', N'2', N'B53EC899-E41F-412B-B60E-1577DB99DCC1', N'2', N'808F3052-325F-4485-8E2E-34A7A14D0D35', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'E9C11E46-86F7-4366-8D92-8003B05B9671', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'94638D31-006B-4980-A483-8D9E4F54FE63', N'1', N'6479F05D-60EC-4C1A-B165-AD591911BADC', N'1', N'012A1A5E-F78D-4BEA-A743-EFD5A70CDFAD', N'1', N'2871DBBA-22FF-4D4B-AA20-878B444A68A5', N'1', N'44B940DB-5900-4C92-B05B-5ACF07E8026C', N'1', N'D720649D-0473-4C0A-B30B-9A8CCC12D010') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'1E08B76C-4428-4F0F-B021-12A4849A57B3', N'2', N'6B5F7D59-349D-441C-8A4E-89495B29DD81', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'05969CBE-6D30-4742-809C-EF55FA9BDA9D', N'2', N'1F11DEE1-FD4B-42A7-92EE-3FD6CFDA9466', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'D4870377-0E9C-4126-ACB3-52BA0D09C1D4', N'2', N'4FA6331B-86E2-4AB1-AFA6-32EBE90B4A41', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'B1673F94-9F1C-478F-97BC-DFB9AEAB32B0', N'2', N'75E06D6A-783F-4A56-8262-8C5F794DB366', N'2', N'013B8AA3-2A74-43D9-AFCD-566533C2FD8A', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'DA9CB619-DFC5-4D5C-AC9D-B990C6F98AD2', N'2', N'8F22B480-EF22-4668-8B25-B6F0567C298E', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'54C1F381-B51F-4409-9DD8-6F362B49A909', N'2', N'44364510-F52E-4B36-964D-7AF3E25E6543', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'5B4DECBA-EB03-4156-A187-E9E1DE911F80', N'2', N'3E3376AF-F69D-4791-BDD9-92D4B0CEFB90', N'2', N'8CD4CE6B-2D84-4F7C-9E4A-4A1825075271', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'F89016FE-33BA-4682-B6A7-AA935304306A', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'F513BD17-27F9-4F1F-8D4A-F9179EBA214A', N'2', N'CA63EE55-71DD-4511-AC1E-6A13B7FF5A63', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'238F218B-D8E0-4152-BED2-15295D57CFA7', N'2', N'D849D736-0541-4B21-ADBA-5A3417719E41', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'87A1CFD1-9E7B-47D5-9CAA-1DBCA64CB8EF', N'2', N'679B06A4-157F-4D5B-8D20-DA03F700E8C4', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'7C1E3817-DACB-4290-9021-88776C94EF4D', N'2', N'93BA2668-EDC6-4EA0-B5B4-956522A64C1C', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'62C8F5B2-88D8-4453-84F9-BB7499BBCC94', N'1', N'6C796EFF-779D-4FD8-9EC6-2658A23DAD58', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'FC5A9830-048B-4857-B333-D13FB2B4227F', N'2', N'D9122AE1-1D09-4323-826A-8044502685C7', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'71C2AF15-A23F-4EF7-ADC6-35778F9D1913', N'2', N'4BF8B490-CA2F-4197-A5E1-B7A211EDE457', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'9FA35F98-F492-4003-A81C-46622961B8F5', N'2', N'5FB11F0D-4124-4FE1-AB3D-863CF3067B15', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'732A9890-3AA1-4D70-AD8A-599EB059CE4B', N'2', N'B62A841B-2777-45E6-B4F5-804E3432D514', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'D4FE7E96-2811-4A95-94E2-672B25DC42DE', N'1', N'CFD0F7C7-1636-45B9-BAB4-39FFBBFFD931', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'DB70AB0F-7DEE-4B25-A071-BB1B9798AF65', N'2', N'C86C9EB6-08E5-48E5-8270-BC95C7B6767B', N'2', N'82905BCB-8701-4A6A-8BDC-60A33BD3043B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'CFEB8330-D24D-40C5-ADA5-C02DA487C874', N'1', N'AADB21C5-78F4-4823-98FD-D363288F3C40', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'33F648C2-76B8-4249-A85E-3F81ED060F5D', N'2', N'5C4A50A3-2128-46F3-B3F2-4164AD2EC836', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'3E969028-5231-4C58-90B2-CA7E5E2CAE21', N'1', N'B3E92A7C-4EE3-46D9-80E4-A998BC07E3C8', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'68B93BB7-2FDE-4364-AD1C-892384E2EBF9', N'2', N'C2719692-184A-4728-B22C-1A7D1CCB3423', N'2', N'AC3E3ABC-09E7-41DC-8B1C-8527BD217C04', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'A84282FA-3FC8-4479-BBBE-3DC1CC25FDF3', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'2', N'E5C41CE0-AF20-4387-AB00-2769BAEB4BA1', N'2', N'E6A5D269-1A24-436D-B1B5-4BA644FA4994', N'2', N'4549FA4E-864B-4DBC-BF65-97F64EE59448', N'2', N'D84A9667-2D4F-4663-A899-CC5158FB471E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'DA3E187A-8ED9-4017-A5A5-FBE979B45022', N'2', N'E8155A7D-7B8B-4D37-91F7-45C567E26368', N'2', N'F32E992F-34C1-460F-8CFF-7E942A743592', N'2', N'24362769-6295-46FD-A838-DB6BDBA170E4', N'2', N'C6BFCDED-EA74-49E3-B38C-25E817FBC9B9', N'2', N'DD79E6BB-609A-42BB-AC73-4894755BDD66', N'2', N'A818D3A3-3E46-4DAE-9302-01C15565D5EC', N'2', N'571D82DE-E972-4457-BD04-8AB6C454B64F', N'2', N'B53E8D86-517E-4A75-B31F-4EBCC1F8D623', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'32AB0A2F-6AD6-484C-8252-9A3D3034F26C', N'1', N'F6DB1E84-AB8C-4697-B29B-237A084D0A3E', N'1', N'7110A2A2-B6DA-48C5-8724-7D3CAC06DB97', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'CEE89CE4-1601-4BA8-ACCB-3F27B0A474AB', N'2', N'2C27FAE9-8963-4024-BE08-86933EA8E409', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'12B9113D-500D-43E5-8B4D-BB774A9BAC7D', N'2', N'31B1C70D-510F-49D5-94F8-39183EF03D3D', N'2', N'E8BDB1A6-603F-4347-9135-DFC9FAE4C671', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'ED60F16D-C109-42D3-ADED-F840E501E828', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'2', N'FF232B1B-FB34-4FF1-8ADE-2CAED06A906B', N'2', N'39739305-6378-4E9E-997D-60C06FE97DB4', N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL, N'0', NULL) GO INSERT INTO [dbo].[QuickSlotExTable] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'2', N'D9CE0D0E-EBDB-4045-943B-29A4C9DA3970', N'2', N'1AC478DE-EA66-4B2C-ABC6-3DD6D0B8957C', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'1', N'EB13CA86-1515-4670-BE0E-D0736479E6F1', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO -- ---------------------------- -- Table structure for QuickSlotExTable02 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QuickSlotExTable02]') AND type IN ('U')) DROP TABLE [dbo].[QuickSlotExTable02] GO CREATE TABLE [dbo].[QuickSlotExTable02] ( [character_id] uniqueidentifier NOT NULL, [type_01] int DEFAULT 0 NOT NULL, [item_id_01] uniqueidentifier DEFAULT NULL NULL, [type_02] int DEFAULT 0 NOT NULL, [item_id_02] uniqueidentifier DEFAULT NULL NULL, [type_03] int DEFAULT 0 NOT NULL, [item_id_03] uniqueidentifier DEFAULT NULL NULL, [type_04] int DEFAULT 0 NOT NULL, [item_id_04] uniqueidentifier DEFAULT NULL NULL, [type_05] int DEFAULT 0 NOT NULL, [item_id_05] uniqueidentifier DEFAULT NULL NULL, [type_06] int DEFAULT 0 NOT NULL, [item_id_06] uniqueidentifier DEFAULT NULL NULL, [type_07] int DEFAULT 0 NOT NULL, [item_id_07] uniqueidentifier DEFAULT NULL NULL, [type_08] int DEFAULT 0 NOT NULL, [item_id_08] uniqueidentifier DEFAULT NULL NULL, [type_09] int DEFAULT 0 NOT NULL, [item_id_09] uniqueidentifier DEFAULT NULL NULL, [type_10] int DEFAULT 0 NOT NULL, [item_id_10] uniqueidentifier DEFAULT NULL NULL, [type_11] int DEFAULT 0 NOT NULL, [item_id_11] uniqueidentifier DEFAULT NULL NULL, [type_12] int DEFAULT 0 NOT NULL, [item_id_12] uniqueidentifier DEFAULT NULL NULL, [type_13] int DEFAULT 0 NOT NULL, [item_id_13] uniqueidentifier DEFAULT NULL NULL, [type_14] int DEFAULT 0 NOT NULL, [item_id_14] uniqueidentifier DEFAULT NULL NULL, [type_15] int DEFAULT 0 NOT NULL, [item_id_15] uniqueidentifier DEFAULT NULL NULL, [type_16] int DEFAULT 0 NOT NULL, [item_id_16] uniqueidentifier DEFAULT NULL NULL, [type_17] int DEFAULT 0 NOT NULL, [item_id_17] uniqueidentifier DEFAULT NULL NULL, [type_18] int DEFAULT 0 NOT NULL, [item_id_18] uniqueidentifier DEFAULT NULL NULL, [type_19] int DEFAULT 0 NOT NULL, [item_id_19] uniqueidentifier DEFAULT NULL NULL, [type_20] int DEFAULT 0 NOT NULL, [item_id_20] uniqueidentifier DEFAULT NULL NULL, [type_21] int DEFAULT 0 NOT NULL, [item_id_21] uniqueidentifier DEFAULT NULL NULL, [type_22] int DEFAULT 0 NOT NULL, [item_id_22] uniqueidentifier DEFAULT NULL NULL, [type_23] int DEFAULT 0 NOT NULL, [item_id_23] uniqueidentifier DEFAULT NULL NULL, [type_24] int DEFAULT 0 NOT NULL, [item_id_24] uniqueidentifier DEFAULT NULL NULL, [type_25] int DEFAULT 0 NOT NULL, [item_id_25] uniqueidentifier DEFAULT NULL NULL, [type_26] int DEFAULT 0 NOT NULL, [item_id_26] uniqueidentifier DEFAULT NULL NULL, [type_27] int DEFAULT 0 NOT NULL, [item_id_27] uniqueidentifier DEFAULT NULL NULL, [type_28] int DEFAULT 0 NOT NULL, [item_id_28] uniqueidentifier DEFAULT NULL NULL, [type_29] int NOT NULL, [item_id_29] uniqueidentifier NULL, [type_30] int NOT NULL, [item_id_30] uniqueidentifier NULL, [type_31] int NOT NULL, [item_id_31] uniqueidentifier NULL, [type_32] int NOT NULL, [item_id_32] uniqueidentifier NULL ) GO ALTER TABLE [dbo].[QuickSlotExTable02] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'캐릭터 고유 아이디', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'character_id' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입1', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_01' GO EXEC sp_addextendedproperty 'MS_Description', N'종류1', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_01' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입2', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_02' GO EXEC sp_addextendedproperty 'MS_Description', N'종류2', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_02' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입3', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_03' GO EXEC sp_addextendedproperty 'MS_Description', N'종류3', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_03' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입4', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_04' GO EXEC sp_addextendedproperty 'MS_Description', N'종류4', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_04' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입5', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_05' GO EXEC sp_addextendedproperty 'MS_Description', N'종류5', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_05' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입6', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_06' GO EXEC sp_addextendedproperty 'MS_Description', N'종류6', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_06' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입7', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_07' GO EXEC sp_addextendedproperty 'MS_Description', N'종류7', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_07' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입8', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_08' GO EXEC sp_addextendedproperty 'MS_Description', N'종류8', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_08' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입9', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_09' GO EXEC sp_addextendedproperty 'MS_Description', N'종류9', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_09' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입10', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_10' GO EXEC sp_addextendedproperty 'MS_Description', N'종류10', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_10' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입11', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_11' GO EXEC sp_addextendedproperty 'MS_Description', N'종류11', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_11' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입12', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_12' GO EXEC sp_addextendedproperty 'MS_Description', N'종류12', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_12' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입13', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_13' GO EXEC sp_addextendedproperty 'MS_Description', N'종류13', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_13' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입14', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_14' GO EXEC sp_addextendedproperty 'MS_Description', N'종류14', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_14' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입15', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_15' GO EXEC sp_addextendedproperty 'MS_Description', N'종류15', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_15' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입16', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_16' GO EXEC sp_addextendedproperty 'MS_Description', N'종류16', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_16' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입17', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_17' GO EXEC sp_addextendedproperty 'MS_Description', N'종류17', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_17' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입18', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_18' GO EXEC sp_addextendedproperty 'MS_Description', N'종류18', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_18' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입19', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_19' GO EXEC sp_addextendedproperty 'MS_Description', N'종류19', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_19' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입20', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_20' GO EXEC sp_addextendedproperty 'MS_Description', N'종류20', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_20' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입21', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_21' GO EXEC sp_addextendedproperty 'MS_Description', N'종류21', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_21' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입22', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_22' GO EXEC sp_addextendedproperty 'MS_Description', N'종류22', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_22' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입23', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_23' GO EXEC sp_addextendedproperty 'MS_Description', N'종류23', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_23' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입24', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_24' GO EXEC sp_addextendedproperty 'MS_Description', N'종류24', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_24' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입25', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_25' GO EXEC sp_addextendedproperty 'MS_Description', N'종류25', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_25' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입26', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_26' GO EXEC sp_addextendedproperty 'MS_Description', N'종류26', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_26' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입27', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_27' GO EXEC sp_addextendedproperty 'MS_Description', N'종류27', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_27' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입28', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_28' GO EXEC sp_addextendedproperty 'MS_Description', N'종류28', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_28' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입29', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_29' GO EXEC sp_addextendedproperty 'MS_Description', N'종류29', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_29' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입30', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_30' GO EXEC sp_addextendedproperty 'MS_Description', N'종류30', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_30' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입31', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_31' GO EXEC sp_addextendedproperty 'MS_Description', N'종류31', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_31' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입32', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'type_32' GO EXEC sp_addextendedproperty 'MS_Description', N'종류32', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable02', 'COLUMN', N'item_id_32' GO -- ---------------------------- -- Records of QuickSlotExTable02 -- ---------------------------- INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable02] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO -- ---------------------------- -- Table structure for QuickSlotExTable03 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[QuickSlotExTable03]') AND type IN ('U')) DROP TABLE [dbo].[QuickSlotExTable03] GO CREATE TABLE [dbo].[QuickSlotExTable03] ( [character_id] uniqueidentifier NOT NULL, [type_01] int DEFAULT 0 NOT NULL, [item_id_01] uniqueidentifier DEFAULT NULL NULL, [type_02] int DEFAULT 0 NOT NULL, [item_id_02] uniqueidentifier DEFAULT NULL NULL, [type_03] int DEFAULT 0 NOT NULL, [item_id_03] uniqueidentifier DEFAULT NULL NULL, [type_04] int DEFAULT 0 NOT NULL, [item_id_04] uniqueidentifier DEFAULT NULL NULL, [type_05] int DEFAULT 0 NOT NULL, [item_id_05] uniqueidentifier DEFAULT NULL NULL, [type_06] int DEFAULT 0 NOT NULL, [item_id_06] uniqueidentifier DEFAULT NULL NULL, [type_07] int DEFAULT 0 NOT NULL, [item_id_07] uniqueidentifier DEFAULT NULL NULL, [type_08] int DEFAULT 0 NOT NULL, [item_id_08] uniqueidentifier DEFAULT NULL NULL, [type_09] int DEFAULT 0 NOT NULL, [item_id_09] uniqueidentifier DEFAULT NULL NULL, [type_10] int DEFAULT 0 NOT NULL, [item_id_10] uniqueidentifier DEFAULT NULL NULL, [type_11] int DEFAULT 0 NOT NULL, [item_id_11] uniqueidentifier DEFAULT NULL NULL, [type_12] int DEFAULT 0 NOT NULL, [item_id_12] uniqueidentifier DEFAULT NULL NULL, [type_13] int DEFAULT 0 NOT NULL, [item_id_13] uniqueidentifier DEFAULT NULL NULL, [type_14] int DEFAULT 0 NOT NULL, [item_id_14] uniqueidentifier DEFAULT NULL NULL, [type_15] int DEFAULT 0 NOT NULL, [item_id_15] uniqueidentifier DEFAULT NULL NULL, [type_16] int DEFAULT 0 NOT NULL, [item_id_16] uniqueidentifier DEFAULT NULL NULL, [type_17] int DEFAULT 0 NOT NULL, [item_id_17] uniqueidentifier DEFAULT NULL NULL, [type_18] int DEFAULT 0 NOT NULL, [item_id_18] uniqueidentifier DEFAULT NULL NULL, [type_19] int DEFAULT 0 NOT NULL, [item_id_19] uniqueidentifier DEFAULT NULL NULL, [type_20] int DEFAULT 0 NOT NULL, [item_id_20] uniqueidentifier DEFAULT NULL NULL, [type_21] int DEFAULT 0 NOT NULL, [item_id_21] uniqueidentifier DEFAULT NULL NULL, [type_22] int DEFAULT 0 NOT NULL, [item_id_22] uniqueidentifier DEFAULT NULL NULL, [type_23] int DEFAULT 0 NOT NULL, [item_id_23] uniqueidentifier DEFAULT NULL NULL, [type_24] int DEFAULT 0 NOT NULL, [item_id_24] uniqueidentifier DEFAULT NULL NULL, [type_25] int DEFAULT 0 NOT NULL, [item_id_25] uniqueidentifier DEFAULT NULL NULL, [type_26] int DEFAULT 0 NOT NULL, [item_id_26] uniqueidentifier DEFAULT NULL NULL, [type_27] int DEFAULT 0 NOT NULL, [item_id_27] uniqueidentifier DEFAULT NULL NULL, [type_28] int DEFAULT 0 NOT NULL, [item_id_28] uniqueidentifier DEFAULT NULL NULL, [type_29] int NOT NULL, [item_id_29] uniqueidentifier NULL, [type_30] int NOT NULL, [item_id_30] uniqueidentifier NULL, [type_31] int NOT NULL, [item_id_31] uniqueidentifier NULL, [type_32] int NOT NULL, [item_id_32] uniqueidentifier NULL ) GO ALTER TABLE [dbo].[QuickSlotExTable03] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'캐릭터 고유 아이디', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'character_id' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입1', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_01' GO EXEC sp_addextendedproperty 'MS_Description', N'종류1', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_01' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입2', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_02' GO EXEC sp_addextendedproperty 'MS_Description', N'종류2', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_02' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입3', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_03' GO EXEC sp_addextendedproperty 'MS_Description', N'종류3', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_03' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입4', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_04' GO EXEC sp_addextendedproperty 'MS_Description', N'종류4', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_04' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입5', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_05' GO EXEC sp_addextendedproperty 'MS_Description', N'종류5', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_05' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입6', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_06' GO EXEC sp_addextendedproperty 'MS_Description', N'종류6', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_06' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입7', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_07' GO EXEC sp_addextendedproperty 'MS_Description', N'종류7', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_07' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입8', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_08' GO EXEC sp_addextendedproperty 'MS_Description', N'종류8', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_08' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입9', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_09' GO EXEC sp_addextendedproperty 'MS_Description', N'종류9', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_09' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입10', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_10' GO EXEC sp_addextendedproperty 'MS_Description', N'종류10', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_10' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입11', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_11' GO EXEC sp_addextendedproperty 'MS_Description', N'종류11', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_11' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입12', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_12' GO EXEC sp_addextendedproperty 'MS_Description', N'종류12', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_12' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입13', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_13' GO EXEC sp_addextendedproperty 'MS_Description', N'종류13', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_13' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입14', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_14' GO EXEC sp_addextendedproperty 'MS_Description', N'종류14', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_14' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입15', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_15' GO EXEC sp_addextendedproperty 'MS_Description', N'종류15', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_15' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입16', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_16' GO EXEC sp_addextendedproperty 'MS_Description', N'종류16', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_16' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입17', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_17' GO EXEC sp_addextendedproperty 'MS_Description', N'종류17', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_17' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입18', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_18' GO EXEC sp_addextendedproperty 'MS_Description', N'종류18', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_18' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입19', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_19' GO EXEC sp_addextendedproperty 'MS_Description', N'종류19', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_19' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입20', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_20' GO EXEC sp_addextendedproperty 'MS_Description', N'종류20', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_20' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입21', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_21' GO EXEC sp_addextendedproperty 'MS_Description', N'종류21', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_21' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입22', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_22' GO EXEC sp_addextendedproperty 'MS_Description', N'종류22', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_22' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입23', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_23' GO EXEC sp_addextendedproperty 'MS_Description', N'종류23', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_23' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입24', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_24' GO EXEC sp_addextendedproperty 'MS_Description', N'종류24', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_24' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입25', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_25' GO EXEC sp_addextendedproperty 'MS_Description', N'종류25', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_25' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입26', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_26' GO EXEC sp_addextendedproperty 'MS_Description', N'종류26', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_26' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입27', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_27' GO EXEC sp_addextendedproperty 'MS_Description', N'종류27', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_27' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입28', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_28' GO EXEC sp_addextendedproperty 'MS_Description', N'종류28', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_28' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입29', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_29' GO EXEC sp_addextendedproperty 'MS_Description', N'종류29', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_29' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입30', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_30' GO EXEC sp_addextendedproperty 'MS_Description', N'종류30', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_30' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입31', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_31' GO EXEC sp_addextendedproperty 'MS_Description', N'종류31', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_31' GO EXEC sp_addextendedproperty 'MS_Description', N'단축키 타입32', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'type_32' GO EXEC sp_addextendedproperty 'MS_Description', N'종류32', 'SCHEMA', N'dbo', 'TABLE', N'QuickSlotExTable03', 'COLUMN', N'item_id_32' GO -- ---------------------------- -- Records of QuickSlotExTable03 -- ---------------------------- INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO INSERT INTO [dbo].[QuickSlotExTable03] ([character_id], [type_01], [item_id_01], [type_02], [item_id_02], [type_03], [item_id_03], [type_04], [item_id_04], [type_05], [item_id_05], [type_06], [item_id_06], [type_07], [item_id_07], [type_08], [item_id_08], [type_09], [item_id_09], [type_10], [item_id_10], [type_11], [item_id_11], [type_12], [item_id_12], [type_13], [item_id_13], [type_14], [item_id_14], [type_15], [item_id_15], [type_16], [item_id_16], [type_17], [item_id_17], [type_18], [item_id_18], [type_19], [item_id_19], [type_20], [item_id_20], [type_21], [item_id_21], [type_22], [item_id_22], [type_23], [item_id_23], [type_24], [item_id_24], [type_25], [item_id_25], [type_26], [item_id_26], [type_27], [item_id_27], [type_28], [item_id_28], [type_29], [item_id_29], [type_30], [item_id_30], [type_31], [item_id_31], [type_32], [item_id_32]) VALUES (N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000', N'0', N'00000000-0000-0000-0000-000000000000') GO -- ---------------------------- -- Table structure for RearingTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[RearingTable]') AND type IN ('U')) DROP TABLE [dbo].[RearingTable] GO CREATE TABLE [dbo].[RearingTable] ( [table_id] tinyint DEFAULT 0 NOT NULL, [group_id] tinyint DEFAULT 0 NOT NULL, [rearing_id] uniqueidentifier NOT NULL, [char_id] uniqueidentifier NOT NULL, [type] tinyint DEFAULT 0 NOT NULL, [name] nvarchar(16) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [job] tinyint DEFAULT 0 NOT NULL, [level] int DEFAULT 0 NOT NULL, [index] tinyint DEFAULT 0 NOT NULL, [actionpoint] int DEFAULT 0 NOT NULL, [usedturn] int DEFAULT 0 NOT NULL, [endingid] int DEFAULT 0 NOT NULL, [rewarditem] int DEFAULT 0 NOT NULL, [createtime] bigint DEFAULT 0 NOT NULL, [vital] int DEFAULT 0 NOT NULL, [intelligence] int DEFAULT 0 NOT NULL, [strength] int DEFAULT 0 NOT NULL, [temper] int DEFAULT 0 NOT NULL, [charm] int DEFAULT 0 NOT NULL, [exhaust] int DEFAULT 0 NOT NULL, [angry] int DEFAULT 0 NOT NULL, [normal] int DEFAULT 0 NOT NULL, [good] int DEFAULT 0 NOT NULL, [sadness] int DEFAULT 0 NOT NULL, [height] float(53) DEFAULT 0 NOT NULL, [weight] float(53) DEFAULT 0 NOT NULL, [resilent] int DEFAULT 0 NOT NULL, [eloquence] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[RearingTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of RearingTable -- ---------------------------- -- ---------------------------- -- Table structure for RearingTable_Ending -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[RearingTable_Ending]') AND type IN ('U')) DROP TABLE [dbo].[RearingTable_Ending] GO CREATE TABLE [dbo].[RearingTable_Ending] ( [tableid] tinyint DEFAULT 0 NOT NULL, [groupid] tinyint DEFAULT 0 NOT NULL, [rearing_id] uniqueidentifier NOT NULL, [char_id] uniqueidentifier NOT NULL, [type] tinyint DEFAULT 0 NOT NULL, [name] nvarchar(16) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [job] tinyint DEFAULT 0 NOT NULL, [level] int DEFAULT 0 NOT NULL, [index] tinyint DEFAULT 0 NOT NULL, [actionpoint] int DEFAULT 0 NOT NULL, [usedturn] int DEFAULT 0 NOT NULL, [createtime] bigint DEFAULT 0 NOT NULL, [vital] int DEFAULT 0 NOT NULL, [intellingence] int DEFAULT 0 NOT NULL, [strength] int DEFAULT 0 NOT NULL, [temper] int DEFAULT 0 NOT NULL, [charm] int DEFAULT 0 NOT NULL, [exhaust] int DEFAULT 0 NOT NULL, [angry] int DEFAULT 0 NOT NULL, [normal] int DEFAULT 0 NOT NULL, [good] int DEFAULT 0 NOT NULL, [sadness] int DEFAULT 0 NOT NULL, [height] float(53) DEFAULT 0 NOT NULL, [weight] float(53) DEFAULT 0 NOT NULL, [enddate] datetime DEFAULT getdate() NOT NULL ) GO ALTER TABLE [dbo].[RearingTable_Ending] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of RearingTable_Ending -- ---------------------------- -- ---------------------------- -- Table structure for RewardTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[RewardTable]') AND type IN ('U')) DROP TABLE [dbo].[RewardTable] GO CREATE TABLE [dbo].[RewardTable] ( [reward_type] tinyint DEFAULT 0 NOT NULL, [character_id] uniqueidentifier NOT NULL, [character_name] nvarchar(16) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [reward_code] int DEFAULT 0 NOT NULL, [reward_count] int DEFAULT 0 NOT NULL, [reward_grade] int DEFAULT 0 NOT NULL, [reward] tinyint DEFAULT 0 NOT NULL, [idx] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL ) GO ALTER TABLE [dbo].[RewardTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of RewardTable -- ---------------------------- SET IDENTITY_INSERT [dbo].[RewardTable] ON GO SET IDENTITY_INSERT [dbo].[RewardTable] OFF GO -- ---------------------------- -- Table structure for SkillTable -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[SkillTable]') AND type IN ('U')) DROP TABLE [dbo].[SkillTable] GO CREATE TABLE [dbo].[SkillTable] ( [skill_id] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [group] int NOT NULL, [slot_index] int NOT NULL, [skill_table_id] int NOT NULL, [skill_level] int NOT NULL, [skill_learn_time] datetime DEFAULT getdate() NOT NULL, [use] tinyint DEFAULT 1 NOT NULL ) GO ALTER TABLE [dbo].[SkillTable] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of SkillTable -- ---------------------------- INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'87C6548A-8839-41EC-8400-B77D77AF86BB', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'-1', N'40001', N'1', N'2023-11-13 23:22:19.070', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9C8DE14A-91AC-45E1-8F57-7428622D68C0', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'-1', N'50001', N'1', N'2023-11-13 23:22:19.077', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B3F6CDC6-C137-473F-9F51-9289F47075D7', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'0', N'10001', N'1', N'2023-11-13 23:22:19.080', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'20E48C72-E59D-4541-9631-657955D8B1AA', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'1', N'10002', N'1', N'2023-11-13 23:22:19.080', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DFCB7024-5D37-4E14-9867-BF24804160BE', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'-1', N'10051', N'1', N'2023-11-13 23:22:19.080', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'36621999-92F0-4AD9-B472-1DA4FF740EA6', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'-1', N'10052', N'1', N'2023-11-13 23:22:19.080', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9723177E-83EF-47D9-9333-9183B21C986B', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'-1', N'40002', N'1', N'2023-11-13 23:32:48.617', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B36D1415-0E74-4A6B-80CE-F89B2D364D6B', N'389C9234-F30F-4683-A9E0-21E509776ABE', N'0', N'2', N'10003', N'1', N'2023-11-13 23:44:29.360', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'BAE9E1BB-DA17-46FE-92AC-D4266E24228B', N'FFDFB95D-05C2-4A97-B483-290362083509', N'0', N'-1', N'40001', N'1', N'2023-11-14 12:34:31.553', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'26023059-3DE4-4600-B02D-512735387974', N'FFDFB95D-05C2-4A97-B483-290362083509', N'0', N'-1', N'50001', N'1', N'2023-11-14 12:34:31.557', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5688ED58-154F-4F2C-A95C-0D33836A28F9', N'FFDFB95D-05C2-4A97-B483-290362083509', N'0', N'0', N'10001', N'1', N'2023-11-14 12:34:31.557', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'ED742E7F-A443-432A-8685-BF064CFD6232', N'FFDFB95D-05C2-4A97-B483-290362083509', N'0', N'1', N'10002', N'1', N'2023-11-14 12:34:31.560', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AAB1A8CC-8276-49C6-8A9A-6BA35F0CC8FA', N'FFDFB95D-05C2-4A97-B483-290362083509', N'0', N'-1', N'10051', N'1', N'2023-11-14 12:34:31.560', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'245BDB54-AD28-4E22-8452-61F8CDAF6F57', N'FFDFB95D-05C2-4A97-B483-290362083509', N'0', N'-1', N'10052', N'1', N'2023-11-14 12:34:31.560', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5B4DECBA-EB03-4156-A187-E9E1DE911F80', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'-1', N'40001', N'1', N'2023-11-14 13:31:33.503', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3E3376AF-F69D-4791-BDD9-92D4B0CEFB90', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'-1', N'50001', N'1', N'2023-11-14 13:31:33.507', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3A0D0E38-FA08-4C00-BBC5-EA08920ADF90', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'0', N'10001', N'1', N'2023-11-14 13:31:33.507', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9173341C-6445-4F9C-9B60-41E6C6B206B2', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'1', N'10002', N'1', N'2023-11-14 13:31:33.507', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2F495E4E-14D3-4FC7-9960-37FFDAD58290', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'-1', N'10051', N'1', N'2023-11-14 13:31:33.510', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'640F7951-A36C-4EBA-B86D-FAAE6C4AE7C8', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'-1', N'10052', N'1', N'2023-11-14 13:31:33.510', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8CD4CE6B-2D84-4F7C-9E4A-4A1825075271', N'600803DB-70A3-4DED-8F44-AD20604054A9', N'0', N'-1', N'40002', N'1', N'2023-11-14 13:41:47.780', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5B0A664B-3718-46F0-A7EE-9B90698E4586', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'0', N'1940001', N'1', N'2023-11-16 13:13:02.140', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'20EB885E-41BA-4D5A-8134-658DCDC78EB2', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'1', N'1940002', N'1', N'2023-11-16 13:13:02.143', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B0CA064C-A3C7-48A4-948C-48EC7AB70819', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1940003', N'6', N'2023-11-16 13:13:02.143', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'28E28E72-5F10-459D-BCEA-32F2DC49EABA', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'10052', N'6', N'2023-11-16 13:13:02.147', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C1354274-7AFB-4498-AA8F-6B9475A89BD7', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1240004', N'4', N'2023-11-16 13:13:48.110', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E6E090CF-9FF7-4E2B-B4BE-610D108F52E0', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'20001', N'1', N'2023-11-16 14:14:31.377', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6246521E-DAD0-4581-9923-BE8D5073E31F', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'20051', N'1', N'2023-11-16 14:14:31.380', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F77043A9-473D-4377-BCBA-299DA80858E3', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'0', N'10001', N'1', N'2023-11-16 14:14:31.380', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C64FFB32-5BE8-4447-919A-B1B9F81EBD9B', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'1', N'10002', N'1', N'2023-11-16 14:14:31.380', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'99B9FFF7-A802-4ED9-B998-DD65FBBFF775', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'10051', N'2', N'2023-11-16 14:14:31.380', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'17A96A50-A785-4167-BE73-D182529D6F34', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'10052', N'1', N'2023-11-16 14:14:31.380', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'743B7CE6-4A37-4968-9C95-5E13035685D3', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'6', N'10112', N'1', N'2023-11-16 15:20:17.307', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A56329EE-B8DD-44DD-9EE8-3B8FD5C0E721', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'800011', N'1', N'2023-11-16 15:20:17.310', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E769C71B-2438-4B78-995F-A9B833A0790A', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'800012', N'1', N'2023-11-16 15:20:17.310', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2A4AA400-187E-41D1-AE5E-F33D9DCA517F', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'800013', N'1', N'2023-11-16 15:20:17.310', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'01869277-EDBC-4D30-BC58-C663F70E9E74', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'800014', N'1', N'2023-11-16 15:20:17.313', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9D4238CD-F4B1-4CE5-AD19-C6B36B5B3DC8', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'800015', N'1', N'2023-11-16 15:20:17.313', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A078900A-94EA-4997-8E83-8CEFF01299F2', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'30003', N'1', N'2023-11-16 15:20:17.317', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A7EEE3D9-6A8C-4F64-B899-4DC6B19C6F92', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'800016', N'1', N'2023-11-16 15:20:17.317', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3FA8B6C4-CB6D-4E17-84F2-39FD89B9F953', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'2', N'10004', N'1', N'2023-11-16 15:20:17.320', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1CB3BDBD-B84C-4CBB-A9C0-423FC70C6280', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'3', N'10006', N'1', N'2023-11-16 15:20:17.320', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6AAC93B9-696B-43DB-80FF-23DDECD65433', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'240001', N'1', N'2023-11-16 15:20:17.323', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'FDA1AEF8-67C8-422A-B3BD-4D39A8C698F6', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'40001', N'1', N'2023-11-16 15:20:17.323', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E9DD0124-EB7C-4E7B-B78B-C5CABEECC01F', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'40002', N'1', N'2023-11-16 15:20:17.327', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5E020FB0-956B-49D9-8ED8-594BB5E501FB', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'10011', N'1', N'2023-11-16 15:20:17.327', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F51B8A7A-DA8D-4B64-9391-5CD270BC6170', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'40003', N'1', N'2023-11-16 15:20:17.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AEB2934C-A1CF-4C07-B6C2-B001F81CA8F6', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'40004', N'1', N'2023-11-16 15:20:17.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7E1EAD54-52A1-4D46-B7CC-5797213BF27B', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'1', N'99999', N'1', N'2023-11-16 15:20:17.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F1284870-B29D-4FB9-8843-61C40317088B', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'10053', N'1', N'2023-11-16 15:20:17.333', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C7577417-B119-4C08-85BC-B7D3E13F3BB0', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'10054', N'1', N'2023-11-16 15:20:17.337', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CE31B61D-BF34-4B9F-95D4-6FD95E69BE3A', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'10055', N'1', N'2023-11-16 15:20:17.337', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6AD2F984-35AF-410F-8ACB-E6A914646DAA', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'20003', N'1', N'2023-11-16 15:20:17.340', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AC4446F7-1AD8-4C87-8356-4AB04824067A', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'20004', N'2', N'2023-11-16 15:20:17.340', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D8DB5B1E-0204-4B39-B229-5C143B391836', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'220005', N'1', N'2023-11-16 15:20:17.343', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5ED21830-569C-4105-8339-4E51A97A56FC', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'20005', N'1', N'2023-11-16 15:20:17.343', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'80152A09-C5B4-49FA-B0EE-F4DF150A523B', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'20011', N'1', N'2023-11-16 15:20:17.347', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2A76CEFD-988A-4FB7-9B25-6CA9AB464CCA', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'140001', N'1', N'2023-11-16 15:20:17.347', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'05D18BC5-10B8-4A91-AF5F-D8447FD64482', N'F8EE08B8-E6C1-4370-AF3F-7D4AA027F0BC', N'0', N'-1', N'140003', N'1', N'2023-11-16 15:20:17.350', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'EA578E50-4928-4A87-B2E5-1D7FFB964BD6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1210001', N'6', N'2023-11-17 12:56:56.437', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'4BD171C8-8E66-4F07-8F68-DA088866EDD9', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1210002', N'6', N'2023-11-17 12:56:56.597', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'49B75428-7831-4F2F-8722-00F8549B0984', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1340001', N'4', N'2023-11-17 12:56:56.637', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5FA47218-A2C7-463B-B610-DD7C199E1307', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1210003', N'6', N'2023-11-17 12:56:56.743', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3014722C-756A-47BB-A031-33EC83D2D70A', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1210005', N'5', N'2023-11-17 12:56:56.803', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E6F3A44F-0A80-4B4B-AA76-82A9CAEA7139', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'4240005', N'1', N'2023-11-17 12:56:56.853', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'28772B2A-48A0-4A53-A1AA-F9B13EA24629', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'2', N'1940004', N'1', N'2023-11-17 12:56:56.863', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'EE1F2BF7-17AE-495E-8562-AD60D95EC141', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'3', N'1940005', N'1', N'2023-11-17 12:56:56.887', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E9BA3AEA-2717-4030-9826-6D37AD728BC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1440001', N'4', N'2023-11-17 12:56:56.890', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E9C11E46-86F7-4366-8D92-8003B05B9671', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1310003', N'1', N'2023-11-17 12:56:56.890', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B35B9610-87BE-43B2-B84F-B3D0ED186BFD', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'4310001', N'6', N'2023-11-17 12:56:56.897', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'00D8A6EB-128B-49CD-A23A-62240DB5B31D', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1310002', N'4', N'2023-11-17 12:56:56.910', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6D270512-1FD1-4A4A-A41B-99E3E62E0EC4', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'4', N'1240003', N'1', N'2023-11-17 12:56:56.947', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'808F3052-325F-4485-8E2E-34A7A14D0D35', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1410001', N'1', N'2023-11-17 12:56:56.950', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2C6BDFA9-A988-4CE4-8DD5-FA3D458DE267', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1410003', N'4', N'2023-11-17 12:56:56.960', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'023638AF-D812-4964-9B3B-A8E6F85269D1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1410007', N'2', N'2023-11-17 12:56:57.000', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B53EC899-E41F-412B-B60E-1577DB99DCC1', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1410004', N'1', N'2023-11-17 12:56:57.017', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'95A9284B-7785-4EBE-95B0-9A9F3E7D0F82', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1410005', N'2', N'2023-11-17 12:56:57.027', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'ED34104C-7806-4D41-A528-E3CCC1BAACB6', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'4410002', N'5', N'2023-11-17 12:56:57.040', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1EEE8909-7C3B-4434-9B1C-B67145975493', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'4410006', N'2', N'2023-11-17 12:56:57.043', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'732A9890-3AA1-4D70-AD8A-599EB059CE4B', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'0', N'-1', N'20001', N'1', N'2023-11-17 13:39:04.420', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B62A841B-2777-45E6-B4F5-804E3432D514', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'0', N'-1', N'20051', N'1', N'2023-11-17 13:39:04.423', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3D60D6A1-ED82-4A1D-897D-1A4B7CFD8959', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'0', N'0', N'10001', N'1', N'2023-11-17 13:39:04.423', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9A55D24A-D466-4F7D-9456-C65A02356290', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'0', N'1', N'10002', N'1', N'2023-11-17 13:39:04.423', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E94FC140-9710-4E33-89CD-A2E0165871DC', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'0', N'-1', N'10051', N'1', N'2023-11-17 13:39:04.423', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'57CF3738-A471-46E2-86A0-48279CA3BAC1', N'C788A903-693F-4105-9C1D-DA44B88C1E8E', N'0', N'-1', N'10052', N'1', N'2023-11-17 13:39:04.423', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DAFA1299-C607-453F-B0DF-D62ED4E89628', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'-1', N'20001', N'1', N'2023-11-18 10:58:24.523', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'29E93A5C-1096-4AD5-A8B7-2324F4FE6BF1', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'-1', N'20051', N'1', N'2023-11-18 10:58:24.527', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'4AD92F7F-842A-42DD-87E1-68805D89B2E9', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'0', N'10001', N'1', N'2023-11-18 10:58:24.530', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F4DF6D3F-4898-4D1B-9138-96B89BD9A3E9', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'1', N'10002', N'1', N'2023-11-18 10:58:24.530', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CD100E09-91F1-4291-8D34-7BFDBC56A927', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'-1', N'10051', N'1', N'2023-11-18 10:58:24.530', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F0629C52-73D5-4D58-91D9-1216669768F5', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'-1', N'10052', N'1', N'2023-11-18 10:58:24.530', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E6609116-1725-411E-8A6F-812B94C10485', N'82BD87DC-C74E-4460-8790-49D1A8F998A8', N'0', N'-1', N'20003', N'1', N'2023-11-18 23:33:56.050', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7BE7D14E-C4D2-4D35-B5E8-2EFE36541BCC', N'EAE7AAD9-E1CB-4915-A739-8FBE0DDDFB80', N'0', N'-1', N'1430001', N'2', N'2023-11-19 00:47:40.180', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'68B93BB7-2FDE-4364-AD1C-892384E2EBF9', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'-1', N'20001', N'1', N'2023-11-19 14:31:51.667', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C2719692-184A-4728-B22C-1A7D1CCB3423', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'-1', N'20051', N'1', N'2023-11-19 14:31:51.670', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6E921AE2-9464-45FE-B94A-4EF1E7B4E6C8', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'0', N'10001', N'1', N'2023-11-19 14:31:51.673', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DC4EA7F5-5F28-4D65-8798-3E258477E1BF', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'1', N'10002', N'1', N'2023-11-19 14:31:51.673', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D5F5B46D-0740-4260-9E7B-26DC3FC27ABD', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'-1', N'10051', N'1', N'2023-11-19 14:31:51.673', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E989AAFD-9D07-4BB4-AAE0-9D12442BB581', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'-1', N'10052', N'1', N'2023-11-19 14:31:51.673', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'71C2AF15-A23F-4EF7-ADC6-35778F9D1913', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'0', N'-1', N'20001', N'1', N'2023-11-19 23:59:33.360', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'4BF8B490-CA2F-4197-A5E1-B7A211EDE457', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'0', N'-1', N'20002', N'1', N'2023-11-19 23:59:33.363', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'095F7465-A51B-42E6-8609-079387F98840', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'0', N'0', N'10001', N'1', N'2023-11-19 23:59:33.363', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'4BAAFB03-EDC4-4B2A-A163-BDF13725B32D', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'0', N'1', N'10002', N'1', N'2023-11-19 23:59:33.367', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8330C9FD-1713-4EA1-BF23-0382983AD128', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'0', N'-1', N'10051', N'1', N'2023-11-19 23:59:33.367', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'ACBDC0F6-AE5B-4335-BFC8-DF4C43162C2A', N'A928B638-F750-4BAB-8B43-D14F4C61DDB6', N'0', N'-1', N'10052', N'1', N'2023-11-19 23:59:33.367', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AC3E3ABC-09E7-41DC-8B1C-8527BD217C04', N'D4B3DF20-6499-4685-89C3-E87D4CDCD4DE', N'0', N'-1', N'20003', N'1', N'2023-11-20 00:14:01.250', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7C1E3817-DACB-4290-9021-88776C94EF4D', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'0', N'-1', N'20001', N'1', N'2023-11-29 10:17:59.903', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'93BA2668-EDC6-4EA0-B5B4-956522A64C1C', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'0', N'-1', N'20051', N'1', N'2023-11-29 10:17:59.907', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'546C43A7-6987-4A83-9513-337D2530A60E', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'0', N'0', N'10001', N'1', N'2023-11-29 10:17:59.907', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2CFA180A-80FA-453A-A6E3-A55ED6F5BCA7', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'0', N'1', N'10002', N'1', N'2023-11-29 10:17:59.907', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B3380FBB-536D-4233-BC8A-DB12352F5B5D', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'0', N'-1', N'10051', N'1', N'2023-11-29 10:17:59.907', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9AB51D10-B77E-4251-85FD-4FF090BEA8C5', N'B03EAD12-8E4A-453C-A1C7-CBF9B01FC9DC', N'0', N'-1', N'10052', N'1', N'2023-11-29 10:17:59.907', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D5B5F70E-38B8-4DB3-BD08-370F28F1D893', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'0', N'-1', N'20001', N'1', N'2023-11-29 10:30:14.673', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'972A36DB-E249-4DE4-9184-C06F06B3D6C2', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'0', N'-1', N'20051', N'1', N'2023-11-29 10:30:14.673', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B1F16A2C-F0F5-4A37-A132-00E3631BBF88', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'0', N'0', N'10001', N'1', N'2023-11-29 10:30:14.673', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A8DCE4F2-4CE1-476C-ABE6-99B5E747F4FC', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'0', N'1', N'10002', N'1', N'2023-11-29 10:30:14.677', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'423935CA-665A-447F-85A7-29A8494A12E8', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'0', N'-1', N'10051', N'1', N'2023-11-29 10:30:14.677', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'71FD7BA7-F706-4C65-A521-4D1C4217BCE0', N'8ACDA597-F98E-4535-8C7C-6995A6AE1D8A', N'0', N'-1', N'10052', N'1', N'2023-11-29 10:30:14.677', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'619B5732-B8C0-4D84-971A-E31FDCA9A82B', N'916FF7E4-B764-4555-8095-886F1D90B363', N'0', N'-1', N'20001', N'1', N'2023-12-06 09:13:30.430', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'522DA4AB-84D0-4DC9-A9AD-CA45481441BF', N'916FF7E4-B764-4555-8095-886F1D90B363', N'0', N'-1', N'20051', N'1', N'2023-12-06 09:13:30.433', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'22396B97-B138-4C6C-8CDD-F9CAE85B4E3B', N'916FF7E4-B764-4555-8095-886F1D90B363', N'0', N'0', N'10001', N'1', N'2023-12-06 09:13:30.433', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CBAE50EC-1830-4E7F-8945-0CEC46D732A4', N'916FF7E4-B764-4555-8095-886F1D90B363', N'0', N'1', N'10002', N'1', N'2023-12-06 09:13:30.433', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'FAA093F8-6509-4CB4-B55A-C209D0045826', N'916FF7E4-B764-4555-8095-886F1D90B363', N'0', N'-1', N'10051', N'1', N'2023-12-06 09:13:30.433', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9220D30B-190E-40AD-B5C2-D599AA5928D0', N'916FF7E4-B764-4555-8095-886F1D90B363', N'0', N'-1', N'10052', N'1', N'2023-12-06 09:13:30.433', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9FA35F98-F492-4003-A81C-46622961B8F5', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'0', N'-1', N'20001', N'1', N'2023-12-06 10:44:30.113', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5FB11F0D-4124-4FE1-AB3D-863CF3067B15', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'0', N'-1', N'20051', N'1', N'2023-12-06 10:44:30.117', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'962105F9-7C6F-440A-897A-A42DABBF095A', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'0', N'0', N'10001', N'1', N'2023-12-06 10:44:30.117', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C5D02571-C97F-44A0-AD46-7B648739F2C2', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'0', N'1', N'10002', N'1', N'2023-12-06 10:44:30.117', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7101BE53-8EA1-4C4A-8CD5-EABB6974E5CC', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'0', N'-1', N'10051', N'1', N'2023-12-06 10:44:30.117', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'10957F83-19EB-40A3-9196-DFC2792AC9F5', N'5AB8EAE5-CA64-4AE1-8E12-D5B165DF4814', N'0', N'-1', N'10052', N'1', N'2023-12-06 10:44:30.120', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D4870377-0E9C-4126-ACB3-52BA0D09C1D4', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'0', N'-1', N'20001', N'1', N'2023-12-06 10:44:47.387', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'4FA6331B-86E2-4AB1-AFA6-32EBE90B4A41', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'0', N'-1', N'20051', N'1', N'2023-12-06 10:44:47.387', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DFF49A84-317C-4814-A954-119D427F42CC', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'0', N'0', N'10001', N'1', N'2023-12-06 10:44:47.387', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B7194E82-A69E-4361-B274-96AB1D05BF0F', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'0', N'1', N'10002', N'1', N'2023-12-06 10:44:47.387', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'04ED0F3C-4748-4ECA-92C5-9B0772176B39', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'0', N'-1', N'10051', N'1', N'2023-12-06 10:44:47.387', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1840E886-AC9B-457C-A932-567E75721B39', N'B2D98204-C591-444C-98A9-A878ABAA32D1', N'0', N'-1', N'10052', N'1', N'2023-12-06 10:44:47.387', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2A319390-D65D-4E05-8F78-0DD5E38FC29C', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'20004', N'5', N'2023-12-08 05:55:23.400', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'165D710A-5B6A-4333-BB83-C0DE83E1DF65', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'10054', N'1', N'2023-12-08 05:55:23.483', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E05B00B9-77D5-4B9D-A679-79B64AF39159', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'40015', N'1', N'2023-12-08 05:55:23.487', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E3109EC1-3943-4A4D-87BE-22B3A150B19E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'0', N'1940001', N'1', N'2022-07-03 09:38:21.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D9CE0D0E-EBDB-4045-943B-29A4C9DA3970', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'0', N'-1', N'20001', N'1', N'2023-11-04 03:10:45.227', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DB70AB0F-7DEE-4B25-A071-BB1B9798AF65', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'-1', N'20001', N'1', N'2023-11-05 00:26:25.773', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C86C9EB6-08E5-48E5-8270-BC95C7B6767B', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'-1', N'20002', N'1', N'2023-11-05 00:26:25.777', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8641710F-BBF0-4A81-AD07-3D54EFD7B67C', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'0', N'10001', N'1', N'2023-11-05 00:26:25.780', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7EBE8A51-0C95-40D0-9300-B5C7E0B2A69A', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'1', N'10002', N'1', N'2023-11-05 00:26:25.780', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'05801721-6C44-4B22-99B2-58B8F16B807B', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'-1', N'10051', N'1', N'2023-11-05 00:26:25.780', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A6235977-0920-4BD3-BD77-BC21442CE677', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'-1', N'10052', N'1', N'2023-11-05 00:26:25.780', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'82905BCB-8701-4A6A-8BDC-60A33BD3043B', N'4E5AA334-AFDD-4C41-81A1-DABBA0594BB9', N'0', N'-1', N'160003', N'1', N'2023-11-05 00:40:06.463', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'127463EC-C9CD-442C-88A4-8EBF3F57B9CE', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'0', N'0', N'10001', N'1', N'2023-11-05 01:02:29.730', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F18540D0-332F-4ED0-B83D-FC08AE35A951', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'0', N'1', N'10002', N'1', N'2023-11-05 01:02:29.733', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'68B902D2-061C-4407-A471-789F3593BEB1', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'0', N'-1', N'10051', N'1', N'2023-11-05 01:02:29.733', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C4172A94-9E65-40ED-B965-D21055500E29', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'0', N'-1', N'10052', N'1', N'2023-11-05 01:02:29.733', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A7924260-4A7C-442E-AD1A-9063013DA9E6', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'1', N'1940002', N'1', N'2022-07-03 09:38:21.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E741AE97-D893-4506-BC2B-9BA8E5E7C262', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'1940003', N'1', N'2022-07-03 09:38:21.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CB54206C-8650-4DB0-98CA-A17C3A4DB10F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'10052', N'1', N'2022-07-03 09:38:21.233', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2CC9E6EA-E8D6-4D77-BA14-860DC20DD18F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'0', N'2940001', N'1', N'2022-07-03 09:46:30.463', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5D846B3F-AB34-4A31-A445-56E128796244', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2940003', N'5', N'2022-07-03 09:46:30.463', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7622C441-85D8-4005-9E6A-3C37B508C1FA', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'2', N'2940004', N'1', N'2022-07-03 09:46:30.473', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C677CD4F-896F-4968-B85C-499DDFF622BD', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'3', N'2940005', N'1', N'2022-07-03 09:46:30.473', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E5C41CE0-AF20-4387-AB00-2769BAEB4BA1', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2930001', N'1', N'2022-07-03 09:46:30.477', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DA3E187A-8ED9-4017-A5A5-FBE979B45022', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2210001', N'5', N'2022-07-03 09:46:31.110', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E8155A7D-7B8B-4D37-91F7-45C567E26368', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2210002', N'5', N'2022-07-03 09:46:31.150', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B486DA52-EEA9-4A81-A230-70428FAFE0CF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2240003', N'4', N'2022-07-03 09:46:31.193', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F32E992F-34C1-460F-8CFF-7E942A743592', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2210005', N'5', N'2022-07-03 09:46:31.200', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'0BE38E9E-C92A-475C-ABB6-A97D6EFCCAA4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'10053', N'5', N'2022-07-03 09:46:31.257', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E6A5D269-1A24-436D-B1B5-4BA644FA4994', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2240006', N'1', N'2022-07-03 09:46:31.267', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A818D3A3-3E46-4DAE-9302-01C15565D5EC', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2210006', N'2', N'2022-07-03 09:46:31.280', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5CC72945-A9C6-47B5-94F5-4449FBD8A1ED', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2340001', N'3', N'2022-07-07 15:29:10.600', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DD79E6BB-609A-42BB-AC73-4894755BDD66', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2310003', N'3', N'2022-07-07 15:29:10.613', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F138C482-290E-427C-A7DF-D8427621ECDF', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2340002', N'1', N'2022-07-07 15:29:12.210', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'24362769-6295-46FD-A838-DB6BDBA170E4', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2310002', N'1', N'2022-07-07 15:29:12.227', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'22349A25-3972-489F-974E-6070DC7EB38F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2540001', N'3', N'2022-07-07 15:29:12.270', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'571D82DE-E972-4457-BD04-8AB6C454B64F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2510001', N'4', N'2022-07-07 15:29:12.283', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B53E8D86-517E-4A75-B31F-4EBCC1F8D623', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2510002', N'4', N'2022-07-07 15:29:12.320', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C6BFCDED-EA74-49E3-B38C-25E817FBC9B9', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2510003', N'3', N'2022-07-07 15:29:12.340', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D84A9667-2D4F-4663-A899-CC5158FB471E', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2510006', N'1', N'2022-07-07 15:29:12.383', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'4549FA4E-864B-4DBC-BF65-97F64EE59448', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2510005', N'2', N'2022-07-07 15:29:12.397', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'92A16167-D936-418E-9579-16FE4830989F', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2510007', N'1', N'2022-07-07 15:29:12.410', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'04B58D5B-46DB-4D20-9B77-72ADD31941E0', N'A1493A23-ECAC-4459-8DFC-F364D9144623', N'0', N'-1', N'2310001', N'5', N'2022-07-07 15:29:12.423', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'848A3B05-AAB0-48E4-B7C3-4A616B9E77DE', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'0', N'-1', N'10052', N'1', N'2022-06-12 12:10:36.603', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AC4DB820-C225-47E9-9A1E-FF4E67320148', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'0', N'-1', N'10051', N'1', N'2022-06-12 12:10:36.587', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9EB0C436-8836-4134-830D-5CC9B7283CF5', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'0', N'1', N'10002', N'1', N'2022-06-12 12:10:36.587', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'961C27BE-8FCF-419F-8964-E8E980D0FCA4', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'0', N'0', N'10001', N'1', N'2022-06-12 12:10:36.587', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2C27FAE9-8963-4024-BE08-86933EA8E409', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'0', N'-1', N'50001', N'1', N'2022-06-12 12:10:36.583', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CEE89CE4-1601-4BA8-ACCB-3F27B0A474AB', N'F40619C2-7C52-4D5E-8D56-F5B31EC4AE59', N'0', N'-1', N'40001', N'1', N'2022-06-12 12:10:36.513', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'013B8AA3-2A74-43D9-AFCD-566533C2FD8A', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'-1', N'20003', N'1', N'2022-06-10 02:32:53.093', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DC173B38-FDA6-4AC4-8E89-279B9F64FA99', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'-1', N'10052', N'1', N'2022-06-10 02:03:23.187', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'932D9D41-CB36-438E-BB4D-90076021593B', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'-1', N'10051', N'1', N'2022-06-10 02:03:23.187', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C2088729-2F89-4190-B945-B42567AEF4F6', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'1', N'10002', N'1', N'2022-06-10 02:03:23.187', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C2C514A1-F0CD-46BB-AA4E-2C46CB68A6C3', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'0', N'10001', N'1', N'2022-06-10 02:03:23.180', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'75E06D6A-783F-4A56-8262-8C5F794DB366', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'-1', N'20051', N'1', N'2022-06-10 02:03:23.153', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B1673F94-9F1C-478F-97BC-DFB9AEAB32B0', N'42937E0A-4366-44F8-90D6-A962940A9A90', N'0', N'-1', N'20001', N'1', N'2022-06-10 02:03:23.133', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'54C1F381-B51F-4409-9DD8-6F362B49A909', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'0', N'-1', N'40001', N'1', N'2022-06-29 12:23:04.687', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'44364510-F52E-4B36-964D-7AF3E25E6543', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'0', N'-1', N'50001', N'1', N'2022-06-29 12:23:04.720', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'97E9D577-30A2-4E52-9DC4-DD1C8B8BEAFF', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'0', N'0', N'10001', N'1', N'2022-06-29 12:23:04.720', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'333EDE90-A2C6-4399-A3A6-4D9BFC62AD43', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'0', N'1', N'10002', N'1', N'2022-06-29 12:23:04.723', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2303C0FC-26B8-4D19-9475-9AC3BC081F1E', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'0', N'-1', N'10051', N'1', N'2022-06-29 12:23:04.723', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F64D62DF-CF8C-4F78-A657-6921F2B42DFB', N'C004AF7D-B63B-4913-8C06-ACC1760F0E69', N'0', N'-1', N'10052', N'1', N'2022-06-29 12:23:04.723', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F9C80252-089B-460A-81B3-2A35A9F5ECB5', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'0', N'-1', N'20051', N'1', N'2022-06-29 12:23:15.933', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A8EA6332-9EB3-4B5B-A425-E43393913BDD', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'0', N'-1', N'60001', N'1', N'2022-06-29 12:23:15.933', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5B3026F9-9216-41F9-B357-539863DEE76C', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'0', N'0', N'10001', N'1', N'2022-06-29 12:23:15.933', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'734127D5-CC1B-4D3D-BD0E-AC96E34FDC1E', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'0', N'1', N'10002', N'1', N'2022-06-29 12:23:15.937', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2AB8CE55-F482-4E95-9E76-F9BCC04BC462', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'0', N'-1', N'10051', N'1', N'2022-06-29 12:23:15.937', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'060CAE2C-4801-448D-BFF9-27DC65C302AE', N'E5B91FA2-5A21-4867-A62A-0DE718492F30', N'0', N'-1', N'10052', N'1', N'2022-06-29 12:23:15.937', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'FF232B1B-FB34-4FF1-8ADE-2CAED06A906B', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'0', N'-1', N'20001', N'1', N'2022-06-29 12:23:30.107', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'39739305-6378-4E9E-997D-60C06FE97DB4', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'0', N'-1', N'20051', N'1', N'2022-06-29 12:23:30.107', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D3D34904-20EF-46DE-A901-3CA002AEB920', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'0', N'0', N'10001', N'1', N'2022-06-29 12:23:30.107', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8C7684CE-B4DC-425A-8BAE-C7DC36605BC2', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'0', N'1', N'10002', N'1', N'2022-06-29 12:23:30.107', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1B0F944C-4684-45BD-8C56-7773A2F3722E', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'0', N'-1', N'10051', N'1', N'2022-06-29 12:23:30.110', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CC531A64-AE94-48DC-BC5D-C250F4A07457', N'ED60F16D-C109-42D3-ADED-F840E501E828', N'0', N'-1', N'10052', N'1', N'2022-06-29 12:23:30.110', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D3E10671-2689-4CA3-84B4-011041C20D84', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'-1', N'20001', N'1', N'2022-07-03 05:44:40.227', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3ECEE59E-8A8B-4EE0-A820-ECBD8871AB96', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'-1', N'20051', N'1', N'2022-07-03 05:44:40.267', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'39C51F8B-8F9A-4214-9FC6-52B27336C948', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'0', N'10001', N'1', N'2022-07-03 05:44:40.270', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'98B7AFA6-43E2-4F2A-ADEE-660E3AA0B31B', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'1', N'10002', N'1', N'2022-07-03 05:44:40.273', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'49D7E646-D6D3-416E-9D97-8819042A0EAF', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'-1', N'10051', N'1', N'2022-07-03 05:44:40.273', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D010044E-9268-4759-BA4C-9172F6A1E71E', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'-1', N'10052', N'1', N'2022-07-03 05:44:40.277', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E5983D72-446C-4411-8B5B-D749275E005B', N'B5147250-B369-4A9A-9455-3E104C675F7E', N'0', N'-1', N'20003', N'1', N'2022-07-03 05:55:21.543', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'FC5A9830-048B-4857-B333-D13FB2B4227F', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'0', N'-1', N'20001', N'1', N'2022-07-10 17:25:45.153', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D9122AE1-1D09-4323-826A-8044502685C7', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'0', N'-1', N'20051', N'1', N'2022-07-10 17:25:45.187', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7BF8935E-8FAD-4EFC-B29D-027D306B8929', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'0', N'0', N'10001', N'1', N'2022-07-10 17:25:45.187', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D815E6BE-8E89-46E6-BABF-D2EAC34526F5', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'0', N'1', N'10002', N'1', N'2022-07-10 17:25:45.190', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A044729E-DCA2-42B1-A246-76B5EC45651C', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'0', N'-1', N'10051', N'1', N'2022-07-10 17:25:45.190', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'98BAAEF4-2C1D-4C68-BA5F-FB5D4A84B975', N'3F2BE82D-B68D-41D3-B8F1-CC5EFBC8BE14', N'0', N'-1', N'10052', N'1', N'2022-07-10 17:25:45.190', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'21831F2C-7F44-41C6-B847-85BE7DC0BFEE', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'-1', N'20051', N'1', N'2022-07-10 22:12:02.327', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'49D1B300-0F58-4093-A299-7515997044E4', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'-1', N'20001', N'1', N'2023-10-08 04:12:36.830', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'81995CE3-ABE0-4F50-96BB-F88AD7318971', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'-1', N'20051', N'1', N'2023-10-08 04:12:36.830', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7BAC2374-6CAF-4A5A-8849-2381C048AF89', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'0', N'10001', N'1', N'2023-10-08 04:12:36.833', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'958D8C2A-E8E2-4870-85F2-B0D31FECDAB3', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'1', N'10002', N'1', N'2023-10-08 04:12:36.833', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'22491070-20B1-4D9D-9EB6-5EAD4E93A833', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'-1', N'10051', N'1', N'2023-10-08 04:12:36.833', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'038A6776-7B21-44AE-AB61-7DC78D3090B5', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'-1', N'10052', N'1', N'2023-10-08 04:12:36.833', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3E21B787-8991-4D98-A61F-72BAD7C4246E', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'-1', N'20003', N'1', N'2023-10-08 04:19:44.610', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'03604F9B-EC8A-44F2-B81E-39C77EACDCE2', N'50578363-80A9-4D2A-80FD-00F01B766F9B', N'0', N'-1', N'40001', N'1', N'2023-10-08 04:39:45.397', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AD784A47-41D4-407C-BCA7-1EB3429D4B03', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'-1', N'40001', N'1', N'2023-10-11 00:47:30.460', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'494E7AD5-2FD6-41A7-8444-F0A74AFAF331', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'-1', N'50001', N'1', N'2023-10-11 00:47:30.460', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'030AC85B-1F58-4782-B5F2-B6879E52CD5C', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'0', N'10001', N'1', N'2023-10-11 00:47:30.463', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E658E9D9-35AF-49B1-BDF2-B7E358C92849', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'1', N'10002', N'1', N'2023-10-11 00:47:30.463', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'73247AD5-9640-4EEE-94B6-06249EE6965E', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'-1', N'10051', N'1', N'2023-10-11 00:47:30.463', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'628C5582-C4AE-41CA-AAAA-D17B13F033E5', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'-1', N'10052', N'1', N'2023-10-11 00:47:30.463', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D670C106-5879-496F-83B8-22A311F12CDC', N'2D60B744-613F-4E95-B707-6CC3B4380CC8', N'0', N'-1', N'40002', N'1', N'2023-10-11 00:56:35.460', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5EE29D35-27DD-4C72-B197-9D32BC8A3E14', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'0', N'-1', N'20001', N'1', N'2023-10-11 03:41:47.533', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AE655E2C-29D1-469D-A5EF-727E07C01E7B', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'0', N'-1', N'20002', N'1', N'2023-10-11 03:41:47.537', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'954278BA-4283-40DD-A30F-1BEFDE230066', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'0', N'0', N'10001', N'1', N'2023-10-11 03:41:47.537', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'450C526F-3BDA-4098-815E-3A45EF297E30', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'0', N'1', N'10002', N'1', N'2023-10-11 03:41:47.537', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E3146FFC-9B14-49A6-ABC8-12DC945E4076', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'-1', N'60001', N'1', N'2022-07-10 22:12:02.363', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D87D44FB-5E28-4D37-8899-ABD27F78E19B', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'0', N'10001', N'1', N'2022-07-10 22:12:02.393', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'82B1D5B6-54EB-4758-B885-EBA1E480C656', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'1', N'10002', N'1', N'2022-07-10 22:12:02.393', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8ADE4DDC-094E-4B86-86FC-D33666D5905F', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'-1', N'10051', N'1', N'2022-07-10 22:12:02.393', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6996A7A0-EDA6-4810-86A4-40DDF497A50A', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'-1', N'10052', N'1', N'2022-07-10 22:12:02.393', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'BE3CFCBE-89EB-4299-BB4B-B0EFE7275CA3', N'37E73F27-5B73-4E57-AE10-46B4464D19A4', N'0', N'-1', N'20001', N'1', N'2022-07-10 22:15:51.143', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8A3B4328-A1A2-48A5-AAC9-C85026D8B407', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'0', N'-1', N'10051', N'1', N'2023-10-11 03:41:47.537', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DFEEE765-6573-4331-823B-F4C0D882A5C9', N'552F02F8-25FB-4944-A1E9-1BDF099DF97C', N'0', N'-1', N'10052', N'1', N'2023-10-11 03:41:47.537', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'947366A4-2EBE-4DD4-9D7F-851727AA009F', N'5934F6A2-77ED-45E8-A68C-461C5EDC1513', N'0', N'-1', N'20001', N'1', N'2023-10-11 04:50:29.490', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'0496E39D-2415-47CE-BB5A-A1B79D874ED1', N'5934F6A2-77ED-45E8-A68C-461C5EDC1513', N'0', N'-1', N'20002', N'1', N'2023-10-11 04:50:29.493', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9BF7D078-E251-44C6-980A-CCC906B8AA57', N'5934F6A2-77ED-45E8-A68C-461C5EDC1513', N'0', N'0', N'10001', N'1', N'2023-10-11 04:50:29.493', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'108AA8B3-CF0D-4A18-A4AF-248E6B71C4F8', N'5934F6A2-77ED-45E8-A68C-461C5EDC1513', N'0', N'1', N'10002', N'1', N'2023-10-11 04:50:29.493', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F45080B9-9EB6-4CD8-90E7-1B43F30C057C', N'5934F6A2-77ED-45E8-A68C-461C5EDC1513', N'0', N'-1', N'10051', N'1', N'2023-10-11 04:50:29.493', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CEEDFE04-9C67-41CC-A58C-00074F1D578F', N'5934F6A2-77ED-45E8-A68C-461C5EDC1513', N'0', N'-1', N'10052', N'1', N'2023-10-11 04:50:29.493', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'12B9113D-500D-43E5-8B4D-BB774A9BAC7D', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'-1', N'20051', N'1', N'2023-10-11 05:33:06.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'31B1C70D-510F-49D5-94F8-39183EF03D3D', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'-1', N'60001', N'1', N'2023-10-11 05:33:06.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2F893E05-F789-422A-8CDC-C9CE00A249F4', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'0', N'10001', N'1', N'2023-10-11 05:33:06.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'77664752-D90E-4807-8685-A38A518473ED', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'1', N'10002', N'1', N'2023-10-11 05:33:06.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2C504C51-A97A-47BB-8DC4-24E8463BF423', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'-1', N'10051', N'1', N'2023-10-11 05:33:06.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'382983AF-A48A-4E86-92A9-F2A4A9B7EB0C', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'-1', N'10052', N'1', N'2023-10-11 05:33:06.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E8BDB1A6-603F-4347-9135-DFC9FAE4C671', N'FA389A61-5894-480F-B47C-F714E9BA161E', N'0', N'-1', N'20001', N'1', N'2023-10-11 05:40:11.627', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7D891A61-A48A-48AB-90A0-D7E46D85AA04', N'83870E4D-145A-48AA-80A6-571389909EE4', N'0', N'-1', N'20001', N'1', N'2023-10-15 10:33:23.800', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'49D07595-7385-478A-907C-F80ACB8D343B', N'83870E4D-145A-48AA-80A6-571389909EE4', N'0', N'-1', N'20051', N'1', N'2023-10-15 10:33:23.803', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B37FD240-5DBD-4BC6-8B0D-E0F403B65E8F', N'83870E4D-145A-48AA-80A6-571389909EE4', N'0', N'0', N'10001', N'1', N'2023-10-15 10:33:23.803', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CE450156-42A7-45CE-B907-FD7CA640A5B0', N'83870E4D-145A-48AA-80A6-571389909EE4', N'0', N'1', N'10002', N'1', N'2023-10-15 10:33:23.803', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F943142E-8718-47F5-B841-86404DC70B53', N'83870E4D-145A-48AA-80A6-571389909EE4', N'0', N'-1', N'10051', N'1', N'2023-10-15 10:33:23.807', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1EA628D0-CEA0-47B5-84E8-5FE007ADC687', N'83870E4D-145A-48AA-80A6-571389909EE4', N'0', N'-1', N'10052', N'1', N'2023-10-15 10:33:23.807', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'BE9A5594-9BF6-4951-A1BF-8C8AA1F361F7', N'D66A2EDE-6394-4F57-8B42-5F6294D5D19C', N'0', N'-1', N'20001', N'1', N'2023-10-16 12:40:16.470', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'265C3161-EACA-4EFF-9058-7F506E9A3778', N'D66A2EDE-6394-4F57-8B42-5F6294D5D19C', N'0', N'-1', N'20051', N'1', N'2023-10-16 12:40:16.470', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5AFE118B-70EC-4C0A-AFF4-DFE918E04690', N'D66A2EDE-6394-4F57-8B42-5F6294D5D19C', N'0', N'0', N'10001', N'1', N'2023-10-16 12:40:16.473', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'62E63C97-FBDB-4F76-A4E5-060D4EC548F9', N'D66A2EDE-6394-4F57-8B42-5F6294D5D19C', N'0', N'1', N'10002', N'1', N'2023-10-16 12:40:16.473', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1B583588-14D5-4127-9905-27E55B420857', N'D66A2EDE-6394-4F57-8B42-5F6294D5D19C', N'0', N'-1', N'10051', N'1', N'2023-10-16 12:40:16.473', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1A30CCD4-4C6A-4DA5-9267-8F84877B2221', N'D66A2EDE-6394-4F57-8B42-5F6294D5D19C', N'0', N'-1', N'10052', N'1', N'2023-10-16 12:40:16.473', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F513BD17-27F9-4F1F-8D4A-F9179EBA214A', N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'0', N'-1', N'20001', N'1', N'2023-10-17 04:25:57.560', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CA63EE55-71DD-4511-AC1E-6A13B7FF5A63', N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'0', N'-1', N'20051', N'1', N'2023-10-17 04:25:57.563', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B011944F-A800-4438-BC77-979F33D02AFA', N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'0', N'0', N'10001', N'1', N'2023-10-17 04:25:57.563', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7F4F4927-DCEB-4606-9B4B-3FBB0B326CBA', N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'0', N'1', N'10002', N'1', N'2023-10-17 04:25:57.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'0395DD23-F739-4636-937E-B4BC06F24342', N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'0', N'-1', N'10051', N'1', N'2023-10-17 04:25:57.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1FACE327-A45E-4908-99D3-028825A9775B', N'6A4A202A-385A-4A3F-9E13-ADF0ECC592A5', N'0', N'-1', N'10052', N'1', N'2023-10-17 04:25:57.567', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'AC2D3C21-D84E-48BD-89F1-AFCD5B1C1CD9', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'0', N'-1', N'20001', N'1', N'2023-10-22 06:10:22.797', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D403EBFD-E7F6-4021-B745-8261D96BC131', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'0', N'-1', N'20051', N'1', N'2023-10-22 06:10:22.800', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'42086803-5F80-4F49-9D12-070A70B45EE0', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'0', N'0', N'10001', N'1', N'2023-10-22 06:10:22.800', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6F2DD6AD-8CE8-491F-BDA7-76168A4E8C3C', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'0', N'1', N'10002', N'1', N'2023-10-22 06:10:22.800', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'34EA92AA-653B-463C-9A43-628617C9C743', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'0', N'-1', N'10051', N'1', N'2023-10-22 06:10:22.800', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CE7D480D-99BB-4992-8FCF-6DAFDC9DAC0C', N'CE398D43-B8E5-4439-A139-3E4A0825D81F', N'0', N'-1', N'10052', N'1', N'2023-10-22 06:10:22.800', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'05969CBE-6D30-4742-809C-EF55FA9BDA9D', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'0', N'-1', N'20051', N'1', N'2023-10-31 23:29:38.960', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1F11DEE1-FD4B-42A7-92EE-3FD6CFDA9466', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'0', N'-1', N'60001', N'1', N'2023-10-31 23:29:38.960', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B4A2C21C-A2D7-4CFB-B970-8734D8581278', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'-1', N'20001', N'1', N'2023-10-24 00:31:39.983', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'BE732F03-A9BF-40D6-B123-6B588B98EBAF', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'-1', N'20051', N'1', N'2023-10-24 00:31:39.983', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'BFC4C97E-3E05-40C5-A461-6177BE285A4F', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'0', N'10001', N'1', N'2023-10-24 00:31:39.983', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8651551E-D3A0-4F13-B5C6-2BBC220FCE7B', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'1', N'10002', N'1', N'2023-10-24 00:31:39.983', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F1BDC7E0-2A03-4EC0-8ADD-87880E6A1AB9', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'-1', N'10051', N'1', N'2023-10-24 00:31:39.987', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D4F18C4C-F135-4951-8149-910B697D061B', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'-1', N'10052', N'1', N'2023-10-24 00:31:39.987', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'64D10A1F-9784-45C3-BF81-55FC39BC570C', N'D7ED703E-8EAA-4429-82D8-360657F11C06', N'0', N'-1', N'20003', N'1', N'2023-10-24 00:47:46.147', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'96856EF5-CC37-49E3-96A0-D48E6B287447', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'0', N'-1', N'20001', N'1', N'2023-10-26 18:42:45.910', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C4F65EAC-88D8-47C1-B287-02CF544E1396', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'0', N'-1', N'20051', N'1', N'2023-10-26 18:42:45.910', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'916D5371-00A6-4128-97AA-AC59827CC129', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'0', N'0', N'10001', N'1', N'2023-10-26 18:42:45.910', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'574AF794-A6D3-41A5-BD65-488CD251907A', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'0', N'1', N'10002', N'1', N'2023-10-26 18:42:45.910', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D55ABC87-2729-4584-A951-2C2B37B46211', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'0', N'-1', N'10051', N'1', N'2023-10-26 18:42:45.910', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CDE681BD-122A-4786-AD17-1074116AE621', N'1EE2A3AA-7000-473A-AD37-812443EC1E06', N'0', N'-1', N'10052', N'1', N'2023-10-26 18:42:45.910', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'44CF7448-5F2A-4986-B9A4-C313FD0579B8', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'40001', N'6', N'2023-10-27 23:20:06.860', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8DD6B058-D8F0-42AD-8037-695E1BCDC5A3', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'50001', N'6', N'2023-10-27 23:20:06.863', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D1DF9ED1-7300-44F7-8BB3-6116201DADC1', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'0', N'10001', N'1', N'2023-10-27 23:20:06.867', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A6B0E14A-1642-43F1-A841-D135F27A7ECE', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'1', N'10002', N'1', N'2023-10-27 23:20:06.867', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F5B387DB-43BE-4ECB-85AE-F3748AF6F279', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'10051', N'5', N'2023-10-27 23:20:06.870', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C24D9E13-CBC4-4DE1-8B74-625E1DC46B03', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'10052', N'6', N'2023-10-27 23:20:06.870', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F1638EA2-209A-4FEF-95F7-EFC9A6C007A7', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'50002', N'6', N'2023-10-27 23:20:55.763', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2D6F416C-B827-4270-9FB8-07C29E845C8E', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'40002', N'6', N'2023-10-27 23:20:55.777', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'36EC63C8-04E9-4CE9-A3DD-1167C1673DD1', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'10053', N'5', N'2023-10-27 23:20:55.793', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'75DAD0B7-02A7-4E8D-A83C-A5E08FFA8993', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'10054', N'5', N'2023-10-27 23:20:55.803', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5D5653C3-8552-4F37-BA4B-29FD06D7D8C5', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'10101', N'5', N'2023-10-27 23:20:55.807', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1090492A-4274-4134-8D1C-DFA970728568', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'50004', N'5', N'2023-10-27 23:20:55.807', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B4D51027-D4F3-4A25-A13B-EA00C155F545', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'50003', N'5', N'2023-10-27 23:20:55.847', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'33E9C71D-545A-423E-BAF7-5A38AF32E40A', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'2', N'10003', N'1', N'2023-10-27 23:20:55.890', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1B2D44A1-D568-41F0-BA8C-0564B8F51912', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'3', N'10004', N'1', N'2023-10-27 23:20:55.890', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'0C8F8DB8-B683-4A0B-8340-220A7ADD7FBB', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'40003', N'5', N'2023-10-27 23:20:55.890', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5EADD1EC-4F3E-4DD0-BB40-918A0A34A6A2', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'20001', N'5', N'2023-10-27 23:20:56.057', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A26E7279-9544-45D6-A2B0-580AAC22F77F', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'50007', N'5', N'2023-10-27 23:20:56.090', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C995519E-E025-4CA5-AC3B-3A52DC83FE28', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'40005', N'4', N'2023-10-27 23:20:56.127', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'375EC199-30EA-4109-B128-05BA4A729793', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'30001', N'5', N'2023-10-27 23:20:56.160', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E72E84F3-3D22-4D7E-B2ED-0CBE4EEDC3CF', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'20006', N'4', N'2023-10-27 23:20:56.200', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C18BD5F6-3B8D-494A-B264-C203DE912B38', N'B25B73A1-6366-47C2-8B80-249F4C4A9C7E', N'0', N'-1', N'20009', N'1', N'2023-10-27 23:20:56.237', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'981242E6-1921-46A7-9473-DEEE1D715196', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'0', N'0', N'10001', N'1', N'2023-10-31 23:29:38.960', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6F861104-FB69-4773-97E3-7DB9CDA51D46', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'0', N'1', N'10002', N'1', N'2023-10-31 23:29:38.963', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1C49945B-0334-4301-A09E-BCEE7712FE95', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'0', N'-1', N'10051', N'1', N'2023-10-31 23:29:38.963', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5DCD9896-20C9-4C93-ACE8-1583C6F4D971', N'EF0C3245-2B46-4853-B7AD-A360F7EF4007', N'0', N'-1', N'10052', N'1', N'2023-10-31 23:29:38.963', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'33F648C2-76B8-4249-A85E-3F81ED060F5D', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'0', N'-1', N'20001', N'1', N'2023-11-05 01:02:29.720', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'87A1CFD1-9E7B-47D5-9CAA-1DBCA64CB8EF', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'0', N'-1', N'20001', N'1', N'2023-11-13 17:24:37.853', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'679B06A4-157F-4D5B-8D20-DA03F700E8C4', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'0', N'-1', N'20002', N'1', N'2023-11-13 17:24:37.860', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D641E772-6D1F-4576-8E36-DC50C24C5EFC', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'0', N'0', N'10001', N'1', N'2023-11-13 17:24:37.860', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'7F39CACE-7FD1-46F1-A230-15806D2EAE95', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'0', N'1', N'10002', N'1', N'2023-11-13 17:24:37.860', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'43DC46E1-8ACB-4FB7-9DAD-1DF1D8438F4D', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'0', N'-1', N'10051', N'1', N'2023-11-13 17:24:37.863', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'87D1D33C-3F8A-4013-975A-561B5BCE73C5', N'B2FF2E1C-8034-42BF-AFED-C72D155ACEF5', N'0', N'-1', N'10052', N'1', N'2023-11-13 17:24:37.863', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5C254C54-DC60-4296-BEB5-7698D939E0EC', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'0', N'-1', N'20001', N'1', N'2023-11-13 17:31:11.930', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'0C071517-08A3-46ED-927D-C97074C710B1', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'0', N'-1', N'20002', N'1', N'2023-11-13 17:31:11.933', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'EFC2270E-5087-4D5D-A5BE-06420FA384F6', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'0', N'0', N'10001', N'1', N'2023-11-13 17:31:11.933', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1AC478DE-EA66-4B2C-ABC6-3DD6D0B8957C', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'0', N'-1', N'20051', N'1', N'2023-11-04 03:10:45.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5C4A50A3-2128-46F3-B3F2-4164AD2EC836', N'D8C5F12A-3DE6-40E8-A98F-E4B2D3A68F8C', N'0', N'-1', N'20051', N'1', N'2023-11-05 01:02:29.730', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'9D48A7CB-90C0-49A2-B7FF-90312675D47E', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'0', N'1', N'10002', N'1', N'2023-11-13 17:31:11.937', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'2C054896-07E0-487C-BB84-C8DCB4EE32EA', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'0', N'-1', N'10051', N'1', N'2023-11-13 17:31:11.937', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'B91C37B1-F929-4770-9179-A5FD50C03B9E', N'531685A1-E642-4D51-A5CC-7BC72A48157F', N'0', N'-1', N'10052', N'1', N'2023-11-13 17:31:11.937', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DA9CB619-DFC5-4D5C-AC9D-B990C6F98AD2', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'0', N'-1', N'40001', N'1', N'2023-11-13 20:30:10.413', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8F22B480-EF22-4668-8B25-B6F0567C298E', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'0', N'-1', N'50001', N'1', N'2023-11-13 20:30:10.417', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'46E484CC-3393-42B2-9C1F-684CD8738738', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'0', N'-1', N'20051', N'1', N'2023-10-27 05:01:00.237', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F50641DB-C61D-4F5E-8CC3-AB3BEE17529E', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'0', N'-1', N'60001', N'1', N'2023-10-27 05:01:00.237', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'DC2BF004-6A45-4FA4-BA23-585EF50DEE55', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'0', N'0', N'10001', N'1', N'2023-10-27 05:01:00.237', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'0B16EEEB-F607-46AE-A03F-5102AEC74680', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'0', N'1', N'10002', N'1', N'2023-10-27 05:01:00.237', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'8123AA65-6A62-4137-9A47-4FD3BC145599', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'0', N'-1', N'10051', N'1', N'2023-10-27 05:01:00.237', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'4EE4A236-07E4-4431-9FA9-9151DE28E767', N'82ADF243-A0AB-4266-9A82-27AC0C47AEC9', N'0', N'-1', N'10052', N'1', N'2023-10-27 05:01:00.237', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C61AA140-175F-4D94-8B97-96642C2B3B3B', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'0', N'0', N'10001', N'1', N'2023-11-13 20:30:10.417', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F8EFF0E7-B2A0-49E6-8270-14E6A6FBD55B', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'0', N'1', N'10002', N'1', N'2023-11-13 20:30:10.420', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'746E5884-92B4-4563-AB19-1516A297A6ED', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'0', N'-1', N'10051', N'1', N'2023-11-13 20:30:10.420', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'395B3DE4-2405-4F29-90ED-41472B5EF8CD', N'E8F961F5-85B4-45AC-AAFB-AC64A6245AD0', N'0', N'-1', N'10052', N'1', N'2023-11-13 20:30:10.420', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1E08B76C-4428-4F0F-B021-12A4849A57B3', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'0', N'-1', N'40001', N'1', N'2023-11-13 21:30:21.980', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'6B5F7D59-349D-441C-8A4E-89495B29DD81', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'0', N'-1', N'50001', N'1', N'2023-11-13 21:30:21.983', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CED5153C-7F14-488D-9AD0-A76F515301F8', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'0', N'0', N'10001', N'1', N'2023-11-13 21:30:21.983', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'93BFD8FB-9ECE-431B-AF66-4B15178BB85E', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'0', N'1', N'10002', N'1', N'2023-11-13 21:30:21.987', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'BD981C42-3811-4C97-BC18-A86B3A40FEC8', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'0', N'-1', N'10051', N'1', N'2023-11-13 21:30:21.987', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'24556416-8EA6-46AE-856F-99061E5D4DDE', N'3AD8697F-FB78-4E2A-800F-9E95DA60619B', N'0', N'-1', N'10052', N'1', N'2023-11-13 21:30:21.990', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'64496ADD-29DD-42BA-9EA2-432AA028331A', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'0', N'0', N'10001', N'1', N'2023-11-04 03:10:45.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'84E85AF6-79BA-4445-80F2-215E2F0072CE', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'0', N'1', N'10002', N'1', N'2023-11-04 03:10:45.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'37FD7577-21B4-435F-BCE0-2D65C10F2302', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'0', N'-1', N'10051', N'1', N'2023-11-04 03:10:45.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'5DEA424F-C4C1-4386-97FF-C0849C556057', N'AB64D6C7-9937-4399-AE2A-FB2F5217565C', N'0', N'-1', N'10052', N'1', N'2023-11-04 03:10:45.230', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'238F218B-D8E0-4152-BED2-15295D57CFA7', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'0', N'-1', N'20001', N'1', N'2023-11-04 04:28:23.160', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D849D736-0541-4B21-ADBA-5A3417719E41', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'0', N'-1', N'20051', N'1', N'2023-11-04 04:28:23.163', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'F029873E-784D-4D8B-8A9A-22ACC0199A7C', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'0', N'0', N'10001', N'1', N'2023-11-04 04:28:23.163', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'964D1479-905F-4846-B657-F815AE5F5FE3', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'0', N'1', N'10002', N'1', N'2023-11-04 04:28:23.163', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'803E5D0D-D680-46D9-A9DB-F4F97DF265AB', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'0', N'-1', N'10051', N'1', N'2023-11-04 04:28:23.167', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'C82E0216-AD03-4F51-B80B-CEA35BB71710', N'3FF423E2-6B30-49CD-BEA3-B2B5738F6B16', N'0', N'-1', N'10052', N'1', N'2023-11-04 04:28:23.167', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CA72C580-FBEB-451F-85D5-93782165D497', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'0', N'-1', N'20051', N'1', N'2023-11-04 07:31:49.650', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'E0EDE94F-6652-48BE-AFA8-097CB6B34C88', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'0', N'-1', N'60001', N'1', N'2023-11-04 07:31:49.653', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'162AE4CE-3B70-487E-9BD5-E09B21E3F6AE', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'0', N'0', N'10001', N'1', N'2023-11-04 07:31:49.653', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'CFCA3E35-DF98-4A44-9CAA-129D749E443E', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'0', N'1', N'10002', N'1', N'2023-11-04 07:31:49.653', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'44C0CFC2-571D-4864-A4E3-5BEC8F1AE6EB', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'0', N'-1', N'10051', N'1', N'2023-11-04 07:31:49.653', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D6A1BA59-6DF5-4A5F-80C5-0304C71E14AD', N'CF1239C5-86E6-4A1B-8C56-81E0EB48FC0F', N'0', N'-1', N'10052', N'1', N'2023-11-04 07:31:49.653', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'75995F1D-D217-4392-B0E0-8608011B7680', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'20051', N'1', N'2023-11-04 07:36:58.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'A77B6A82-7170-4898-BFAF-213FB4807F91', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'60001', N'1', N'2023-11-04 07:36:58.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1A72025C-06D5-48C2-A586-1FE939891D68', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'0', N'10001', N'1', N'2023-11-04 07:36:58.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'0404CCC9-5FC2-4A13-AA99-E5BF618AF79F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'1', N'10002', N'2', N'2023-11-04 07:36:58.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'553BB3D4-B2D8-49B9-A2B7-71998C393EED', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'10051', N'1', N'2023-11-04 07:36:58.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3A80DAD0-6C05-47F0-BFD1-C78931373CB9', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'10052', N'1', N'2023-11-04 07:36:58.330', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'3FC925FF-322E-4190-BA2F-B26541DD5612', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'20001', N'1', N'2023-11-04 07:51:53.013', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'D119DBF5-FE50-473D-BB92-8338AA47F36B', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'10053', N'1', N'2023-11-04 08:13:15.423', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'80C9267E-70D7-45EA-B671-573A0E84CD4F', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'-1', N'20002', N'1', N'2023-11-04 08:13:15.430', N'1') GO INSERT INTO [dbo].[SkillTable] ([skill_id], [character_id], [group], [slot_index], [skill_table_id], [skill_level], [skill_learn_time], [use]) VALUES (N'1B8B5C8F-D47B-4609-8022-44DB7A395504', N'01ED3293-8F38-463A-8FE5-0A11C926D851', N'0', N'2', N'10003', N'1', N'2023-11-04 08:13:15.500', N'1') GO -- ---------------------------- -- Table structure for SkillTable_DELETE -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[SkillTable_DELETE]') AND type IN ('U')) DROP TABLE [dbo].[SkillTable_DELETE] GO CREATE TABLE [dbo].[SkillTable_DELETE] ( [skill_id] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [group] int NOT NULL, [slot_index] int NOT NULL, [skill_table_id] int NOT NULL, [skill_level] int NOT NULL, [skill_learn_time] datetime NOT NULL, [not_load] tinyint NOT NULL ) GO ALTER TABLE [dbo].[SkillTable_DELETE] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of SkillTable_DELETE -- ---------------------------- -- ---------------------------- -- Table structure for tbl_Account_Storage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tbl_Account_Storage]') AND type IN ('U')) DROP TABLE [dbo].[tbl_Account_Storage] GO CREATE TABLE [dbo].[tbl_Account_Storage] ( [item_uid] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [lock_pwd] nvarchar(4) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [is_seizure] tinyint DEFAULT 0 NOT NULL, [activity_value] int DEFAULT 0 NOT NULL, [socket_1_color] tinyint DEFAULT 0 NOT NULL, [socket_2_color] tinyint DEFAULT 0 NOT NULL, [socket_3_color] tinyint DEFAULT 0 NOT NULL, [rank] tinyint NOT NULL, [acquireroute] tinyint NOT NULL, [physical] int NOT NULL, [magical] int NOT NULL, [durabilitymax] int NOT NULL, [weight] int NOT NULL ) GO ALTER TABLE [dbo].[tbl_Account_Storage] SET (LOCK_ESCALATION = TABLE) GO EXEC sp_addextendedproperty 'MS_Description', N'아이템 고유 아이디', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'item_uid' GO EXEC sp_addextendedproperty 'MS_Description', N'계정 고유 아이디', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'auth_id' GO EXEC sp_addextendedproperty 'MS_Description', N'인벤 페이지 번호', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'page_index' GO EXEC sp_addextendedproperty 'MS_Description', N'페이지 슬롯 번호', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'slot_index' GO EXEC sp_addextendedproperty 'MS_Description', N'아이템 코드', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'code' GO EXEC sp_addextendedproperty 'MS_Description', N'수량', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'use_cnt' GO EXEC sp_addextendedproperty 'MS_Description', N'아이템 사용기간', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'remain_time' GO EXEC sp_addextendedproperty 'MS_Description', N'생성 일자', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'create_time' GO EXEC sp_addextendedproperty 'MS_Description', N'최신 갱신 일자', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'update_time' GO EXEC sp_addextendedproperty 'MS_Description', N'생성방법(별도정의)', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'gcode' GO EXEC sp_addextendedproperty 'MS_Description', N'내구도', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'durability' GO EXEC sp_addextendedproperty 'MS_Description', N'강화 레벨', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'enhance_level' GO EXEC sp_addextendedproperty 'MS_Description', N'옵션코드1', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'option_1_code' GO EXEC sp_addextendedproperty 'MS_Description', N'1의 값', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'option_1_value' GO EXEC sp_addextendedproperty 'MS_Description', N'옵션코드2', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'option_2_code' GO EXEC sp_addextendedproperty 'MS_Description', N'2의 값', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'option_2_value' GO EXEC sp_addextendedproperty 'MS_Description', N'옵션코드 3', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'option_3_code' GO EXEC sp_addextendedproperty 'MS_Description', N'3의 값', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'option_3_value' GO EXEC sp_addextendedproperty 'MS_Description', N'옵션 그룹', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'option_group' GO EXEC sp_addextendedproperty 'MS_Description', N'귀속 횟수', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'ReconNum' GO EXEC sp_addextendedproperty 'MS_Description', N'귀속 상태', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'ReconState' GO EXEC sp_addextendedproperty 'MS_Description', N'아이템 소켓 수', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_count' GO EXEC sp_addextendedproperty 'MS_Description', N'소켓코드 1', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_1_code' GO EXEC sp_addextendedproperty 'MS_Description', N'1 의 값', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_1_value' GO EXEC sp_addextendedproperty 'MS_Description', N'소켓코드 2', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_2_code' GO EXEC sp_addextendedproperty 'MS_Description', N'2 의 값', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_2_value' GO EXEC sp_addextendedproperty 'MS_Description', N'소켓코드 3', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_3_code' GO EXEC sp_addextendedproperty 'MS_Description', N'3 의 값', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_3_value' GO EXEC sp_addextendedproperty 'MS_Description', N'아이템 만료 기간', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'expire_time' GO EXEC sp_addextendedproperty 'MS_Description', N'제재 여부', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'lock_pwd' GO EXEC sp_addextendedproperty 'MS_Description', N'강화석 값', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'activity_value' GO EXEC sp_addextendedproperty 'MS_Description', N'소켓 색1', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_1_color' GO EXEC sp_addextendedproperty 'MS_Description', N'소켓 색2', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_2_color' GO EXEC sp_addextendedproperty 'MS_Description', N'소켓 색3', 'SCHEMA', N'dbo', 'TABLE', N'tbl_Account_Storage', 'COLUMN', N'socket_3_color' GO -- ---------------------------- -- Records of tbl_Account_Storage -- ---------------------------- INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E5CC1954-0361-4D0E-B9AB-DD553B0226E5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'0', N'56008', N'1', N'0', N'2022-07-04 21:52:40.630', N'2022-07-04 21:52:40.630', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B5D42D23-0BEB-4CB0-9FB5-EA109279157D', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'1', N'56004', N'2', N'0', N'2022-07-04 21:52:41.793', N'2022-07-04 21:52:41.793', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CFD063B2-9029-40B2-80E5-FB03A76CA4E7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'2', N'56002', N'1', N'0', N'2022-07-04 21:52:42.357', N'2022-07-04 21:52:42.357', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4F1BB4C4-FEE4-4E70-8EB4-3850060E4F2A', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'3', N'56007', N'4', N'0', N'2022-07-04 21:52:42.910', N'2022-07-04 21:52:42.910', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B9B8FAA3-DD3F-42CF-97F2-CD163D807A85', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'4', N'56005', N'1', N'0', N'2022-07-04 21:52:43.383', N'2022-07-04 21:52:43.383', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'33698A54-9F65-4BA6-BA7E-DC0F140A08F2', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'5', N'56011', N'3', N'0', N'2022-07-04 21:52:45.030', N'2022-07-04 21:52:45.030', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'59894295-5875-4B51-A7E3-7368DE5B8830', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'6', N'56013', N'1', N'0', N'2022-07-04 21:52:45.120', N'2022-07-04 21:52:45.120', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DFF5387E-1E8F-4CA7-B075-965F8CDD5210', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'7', N'56009', N'3', N'0', N'2022-07-04 21:52:45.733', N'2022-07-04 21:52:45.733', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'05E5D99B-C4CF-467A-9C69-00DE5A1C4280', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'8', N'56012', N'2', N'0', N'2022-07-04 21:52:46.197', N'2022-07-04 21:52:46.197', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5BC3CF00-71D3-43BB-9116-13FC5E7A50DC', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'9', N'56010', N'2', N'0', N'2022-07-04 21:52:46.710', N'2022-07-04 21:52:46.710', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'14E5F199-08EA-46C6-A855-843EAC2D36F2', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'10', N'56015', N'2', N'0', N'2022-07-05 19:00:12.843', N'2022-07-05 19:00:12.843', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'88500396-4593-47E5-92BF-DC1738A797EB', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'41', N'20001', N'3', N'0', N'2022-07-06 22:15:10.627', N'2022-07-06 22:15:10.627', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E1FCDD8D-5470-4FAA-88D9-C97883CBAFD5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'11', N'56014', N'10', N'0', N'2022-07-06 22:06:53.483', N'2022-07-06 22:06:53.483', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'13D66D33-ED55-4416-AB0E-70740025AAB4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'12', N'56016', N'7', N'0', N'2022-07-06 22:06:53.690', N'2022-07-06 22:06:53.690', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BAF6F3FD-627D-4BFF-8A54-F909032FE9E4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'13', N'56017', N'4', N'0', N'2022-07-06 22:06:54.653', N'2022-07-06 22:06:54.653', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'42EEBCF6-B7EF-42BD-B85B-C08CEF21FFA4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'14', N'56019', N'3', N'0', N'2022-07-06 22:06:56.120', N'2022-07-06 22:06:56.120', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'D24E0E20-21E6-4758-83AD-88657CEF09C4', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'60', N'62011', N'19', N'0', N'2022-07-06 22:15:20.393', N'2022-07-06 22:15:20.393', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8683F47C-75B2-4F59-A433-1855F7BE8E2D', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'61', N'62013', N'4', N'0', N'2022-07-06 22:15:22.070', N'2022-07-06 22:15:22.070', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F07FDCFB-F5B0-4CDE-AB0E-BF88CAE93504', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'62', N'62012', N'8', N'0', N'2022-07-06 22:15:23.650', N'2022-07-06 22:15:23.650', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'54A0C6A9-FBC5-4249-8607-FC129E7D601F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'15', N'56020', N'11', N'0', N'2022-07-09 05:00:22.353', N'2022-07-09 05:00:22.353', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'80763809-0F23-4782-A921-A13A35347B63', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'30', N'41841', N'1', N'0', N'2022-07-08 01:24:46.330', N'2022-07-08 01:24:46.330', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'481FDBB1-6B4A-4702-B68A-760B87563EFA', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'16', N'56018', N'13', N'0', N'2022-07-09 14:29:57.800', N'2022-07-09 14:29:57.800', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B70482A3-AD6D-41A6-83D7-F536BB123AF9', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'63', N'62014', N'2', N'0', N'2022-07-09 14:31:27.280', N'2022-07-09 14:31:27.280', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DDD63733-93E2-41F8-8854-85F2A6DFBAE8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'71', N'63014', N'2', N'0', N'2022-07-09 14:31:32.403', N'2022-07-09 14:31:32.403', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3397C472-0EFC-443B-98E2-9A58C746E70C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'59', N'63011', N'24', N'0', N'2022-07-09 14:31:34.437', N'2022-07-09 14:31:34.437', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EFE37772-432D-4459-9A9B-45A723599E90', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'65', N'63012', N'17', N'0', N'2022-07-09 14:31:35.930', N'2022-07-09 14:31:35.930', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'40811E03-44BC-44DD-B537-2D0CC4B256CA', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'66', N'61016', N'56', N'0', N'2022-07-09 14:33:07.290', N'2022-07-09 14:33:07.290', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1E61861B-5E94-4074-B913-58DC4B72A4D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'36', N'61001', N'49', N'0', N'2022-07-09 14:32:45.760', N'2022-07-09 14:32:45.760', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'95C12612-E166-4100-9911-1ECD91C00028', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'67', N'61017', N'48', N'0', N'2022-07-09 14:33:08.653', N'2022-07-09 14:33:08.653', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'53F04D11-A148-44E8-8C60-9E256DA1142A', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'68', N'61018', N'25', N'0', N'2022-07-09 14:33:09.963', N'2022-07-09 14:33:09.963', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9EF6F57-122C-4375-801A-880C2FAC62C2', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'69', N'61019', N'6', N'0', N'2022-07-09 14:33:11.160', N'2022-07-09 14:33:11.160', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83E0FD00-3642-47E8-BCBB-8D7C24FF3F8F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'43', N'63002', N'192', N'0', N'2022-07-09 14:33:16.343', N'2022-07-09 14:33:16.343', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9E6D5F18-DDC5-4C56-ADA9-47427CAF6A23', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'42', N'63001', N'50', N'0', N'2022-07-09 14:33:19.977', N'2022-07-09 14:33:19.977', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'99DC892D-58AA-438F-84C1-D4126D2B2CE0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'44', N'63003', N'205', N'0', N'2022-07-09 14:33:21.383', N'2022-07-09 14:33:21.383', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10613740-399F-446B-BC43-897D3E0A1AD0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'45', N'63004', N'143', N'0', N'2022-07-09 14:33:22.930', N'2022-07-09 14:33:22.930', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2C6D5673-C1DE-4AD4-9E6D-2841AA8ECFE3', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'48', N'62001', N'43', N'0', N'2022-07-09 14:33:24.847', N'2022-07-09 14:33:24.847', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8D4BBF5E-6A08-481B-9C35-8321DC826455', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'49', N'62002', N'146', N'0', N'2022-07-09 14:33:26.277', N'2022-07-09 14:33:26.277', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EC24E58E-3FEA-4593-BF6A-A8E2253C2118', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'50', N'62003', N'156', N'0', N'2022-07-09 14:33:27.413', N'2022-07-09 14:33:27.413', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'487BE6CA-D6CE-4FF7-ACD9-34E973CFA1B6', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'56', N'66040', N'46', N'0', N'2022-07-09 14:33:30.600', N'2022-07-09 14:33:30.600', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C9828762-87DD-400B-8549-A93E0BED02E2', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'54', N'66038', N'64', N'0', N'2022-07-09 14:33:49.967', N'2022-07-09 14:33:49.967', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'83920BAB-50BF-4746-BF95-0C2998379982', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'55', N'66039', N'30', N'0', N'2022-07-09 14:33:51.307', N'2022-07-09 14:33:51.307', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F7EBABAF-BCC7-474B-8C19-3A250FC4529F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'51', N'62004', N'114', N'0', N'2022-07-09 14:33:52.663', N'2022-07-09 14:33:52.663', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'8E52ACE8-BE51-4CB1-801B-771757B137AD', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'38', N'61003', N'398', N'0', N'2022-07-09 14:33:54.800', N'2022-07-09 14:33:54.800', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F5DD76E4-8EFC-4FD5-A917-1B9C673E8E45', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'37', N'61002', N'563', N'0', N'2022-07-09 14:33:59.870', N'2022-07-09 14:33:59.870', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5408E843-E537-45CE-986A-39DBB0B326A1', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'24', N'59020', N'100', N'0', N'2022-07-11 04:10:41.630', N'2022-07-11 04:10:41.630', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DD3686A6-ACC4-46DA-8D53-1E4B1AD669CE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'25', N'59021', N'100', N'0', N'2022-07-11 04:10:42.997', N'2022-07-11 04:10:42.997', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BDF6E904-51AD-4D90-AC13-3350CA1EEFD2', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'26', N'59022', N'99', N'0', N'2022-07-11 04:10:44.390', N'2022-07-11 04:10:44.390', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'24AA8E06-7A07-4B4D-86CA-EBFDF9F698F3', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'57', N'66041', N'10', N'0', N'2022-07-09 18:45:07.380', N'2022-07-09 18:45:07.380', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5F157E1E-A905-446A-A1CF-C06495C42D2F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'70', N'61020', N'3', N'0', N'2022-07-09 16:32:29.913', N'2022-07-09 16:32:29.913', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FA617A5C-233A-460E-B726-DC847EA5575D', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'40', N'61005', N'6', N'0', N'2022-07-09 18:25:09.730', N'2022-07-09 18:25:09.730', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'58722B6D-0835-4142-942C-4A893C0F8F4A', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'17', N'56022', N'8', N'0', N'2022-07-09 21:59:15.163', N'2022-07-09 21:59:15.163', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38C3FC94-3A61-4BD4-8AAF-149FC92AE003', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'39', N'61004', N'724', N'0', N'2022-07-09 23:26:01.097', N'2022-07-09 23:26:01.097', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A50AC917-B6BB-493C-8A06-F5B46165A4EB', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'18', N'56023', N'10', N'0', N'2022-07-10 02:28:23.803', N'2022-07-10 02:28:23.803', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'64817A41-5D4B-41CD-9812-978A311735D8', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'109', N'60065', N'19', N'0', N'2022-07-10 02:29:06.900', N'2022-07-10 02:29:06.900', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9C9519D8-A314-42B8-86CB-AFF43AC35F9E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'110', N'60015', N'12', N'0', N'2022-07-10 02:29:08.487', N'2022-07-10 02:29:08.487', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'63CCDC1D-9B6F-4C94-AD94-BDE8BD0AE3E1', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'112', N'60072', N'12', N'0', N'2022-07-10 02:29:10.070', N'2022-07-10 02:29:10.070', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0BD6A2D0-83EC-442C-B34E-B4103D21E954', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'108', N'60014', N'19', N'0', N'2022-07-10 02:29:12.427', N'2022-07-10 02:29:12.427', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'433E1BD4-C831-4D93-9873-E46A24B0A346', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'115', N'60067', N'17', N'0', N'2022-07-10 02:29:14.720', N'2022-07-10 02:29:14.720', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'71216F74-3E42-4CE4-9A5D-B3871E4EAB20', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'114', N'60060', N'18', N'0', N'2022-07-10 02:29:16.233', N'2022-07-10 02:29:16.233', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'142FA071-28ED-4807-9C58-D4193E45F3F5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'120', N'60080', N'8', N'0', N'2022-07-10 02:29:22.203', N'2022-07-10 02:29:22.203', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'611E580E-E591-4CD6-B06E-6B5703B85F1B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'121', N'60061', N'15', N'0', N'2022-07-10 02:29:24.230', N'2022-07-10 02:29:24.230', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0F02C8AA-AD01-474D-86F2-541FECF3B2EF', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'126', N'60068', N'14', N'0', N'2022-07-10 02:29:25.610', N'2022-07-10 02:29:25.610', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'736DCFA3-0F84-4567-8381-1C39456403A5', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'127', N'60085', N'16', N'0', N'2022-07-10 02:29:26.747', N'2022-07-10 02:29:26.747', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A77DC171-C8B1-403D-810C-638D760FE705', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'132', N'60063', N'13', N'0', N'2022-07-10 02:29:28.370', N'2022-07-10 02:29:28.370', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F8F8720-F74B-4E61-B477-A68E3E0D966B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'133', N'60070', N'12', N'0', N'2022-07-10 02:29:29.950', N'2022-07-10 02:29:29.950', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'765C470B-AFEA-4402-95E8-2DF7740F2E94', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'140', N'60084', N'17', N'0', N'2022-07-10 02:30:57.910', N'2022-07-10 02:30:57.910', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'92E1834E-2A17-4DF5-9431-F96991D9823F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'123', N'60091', N'10', N'0', N'2022-07-10 02:31:20.253', N'2022-07-10 02:31:20.253', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F0DCB667-6A81-471D-8055-8F5D44E2FE19', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'139', N'60056', N'160', N'0', N'2022-07-10 02:29:35.210', N'2022-07-10 02:29:35.210', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'820A9EB6-B579-434C-A97C-83ECDA6D0C2C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'138', N'60057', N'247', N'0', N'2022-07-10 02:29:36.707', N'2022-07-10 02:29:36.707', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FCE13209-BFD9-4BA0-A603-D3162CFC4B19', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'111', N'60079', N'31', N'0', N'2022-07-10 02:30:04.020', N'2022-07-10 02:30:04.020', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A6FA435F-128F-4AAA-8AC6-A1559EF1983C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'113', N'60090', N'21', N'0', N'2022-07-10 02:30:05.827', N'2022-07-10 02:30:05.827', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'38DC19CB-994B-4AEA-9D9C-EF158E1D135F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'142', N'60103', N'51', N'0', N'2022-07-10 02:31:24.557', N'2022-07-10 02:31:24.557', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5449C561-4451-47C6-9D3E-3D0703501713', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'128', N'60075', N'20', N'0', N'2022-07-10 02:30:28.043', N'2022-07-10 02:30:28.043', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C61927C0-4A85-437D-AA05-5117F9F3C79E', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'129', N'60087', N'12', N'0', N'2022-07-10 02:30:30.120', N'2022-07-10 02:30:30.120', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4FF21EE0-CF59-47AC-8F5C-5472F037EEAF', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'134', N'60077', N'22', N'0', N'2022-07-10 02:30:33.780', N'2022-07-10 02:30:33.780', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BC62F6F2-1DFF-46C3-B9A2-4CDF1DBF5581', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'122', N'60073', N'26', N'0', N'2022-07-10 02:30:46.337', N'2022-07-10 02:30:46.337', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA74268A-655A-40B8-92E5-16DA6B653199', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'141', N'60058', N'435', N'0', N'2022-07-10 02:31:28.590', N'2022-07-10 02:31:28.590', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B8F310FC-E7BB-43CA-A2CC-5711E1393367', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'145', N'60066', N'19', N'0', N'2022-07-10 02:31:36.187', N'2022-07-10 02:31:36.187', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FF13523A-07E0-418F-A654-3341EE38A98D', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'144', N'60059', N'21', N'0', N'2022-07-10 02:31:38.163', N'2022-07-10 02:31:38.163', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2B394F00-A384-4792-996F-252B21CF5D89', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'150', N'60064', N'15', N'0', N'2022-07-10 02:31:39.500', N'2022-07-10 02:31:39.500', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FB817DF9-1251-4C7E-A1EF-4AA648B0BCFA', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'151', N'60078', N'24', N'0', N'2022-07-10 02:31:40.783', N'2022-07-10 02:31:40.783', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A9B5B8AA-B9DF-4D1A-9036-1BCDFA4AE9F6', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'152', N'60071', N'16', N'0', N'2022-07-10 02:31:42.640', N'2022-07-10 02:31:42.640', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'85FE38BD-4B3B-47F9-A20A-58AFDA45055B', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'156', N'60069', N'14', N'0', N'2022-07-10 02:31:44.940', N'2022-07-10 02:31:44.940', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6D0EF529-3030-429C-92BC-3A5630FBED43', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'157', N'60062', N'12', N'0', N'2022-07-10 02:31:45.917', N'2022-07-10 02:31:45.917', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EE38DAF7-0670-4B7F-A1A8-D0707EDBDC63', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'158', N'60076', N'35', N'0', N'2022-07-10 02:31:47.240', N'2022-07-10 02:31:47.240', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1A8BE800-87BC-48E6-BE87-FF1C7DA0C856', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'153', N'60083', N'21', N'0', N'2022-07-10 02:31:55.860', N'2022-07-10 02:31:55.860', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'706C7976-D608-463E-9037-52FB75F461A6', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'117', N'60094', N'3', N'0', N'2022-07-10 02:33:17.780', N'2022-07-10 02:33:17.780', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B2B5072E-D85D-4A60-922F-A965113ADE8F', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'159', N'60096', N'2', N'0', N'2022-07-10 02:33:24.180', N'2022-07-10 02:33:24.180', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'362B488F-5F56-4F25-B00B-837C5A5A17FF', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'162', N'60081', N'6', N'0', N'2022-07-10 02:33:52.260', N'2022-07-10 02:33:52.260', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B0BEE527-0726-46FF-BF48-E1A4F2AA3E29', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'163', N'60089', N'5', N'0', N'2022-07-10 02:33:53.613', N'2022-07-10 02:33:53.613', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E0A1F039-0920-4874-9CB7-4C89140C3692', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'119', N'60099', N'1', N'0', N'2022-07-10 02:33:59.507', N'2022-07-10 02:33:59.507', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'17DE9CB4-4998-42F3-B269-11CBF2CE8DB0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'170', N'60093', N'4', N'0', N'2022-07-10 02:34:20.447', N'2022-07-10 02:34:20.447', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B574E6FC-6FA3-4860-9907-420F6E14A0BB', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'168', N'60101', N'7', N'0', N'2022-07-10 02:34:21.897', N'2022-07-10 02:34:21.897', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'46091A99-30B8-4B47-BA44-7FA73C07E431', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'172', N'60098', N'5', N'0', N'2022-07-10 02:34:24.267', N'2022-07-10 02:34:24.267', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AA5C78F6-9DF9-4D7E-931C-BE678D09DC06', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'171', N'60095', N'1', N'0', N'2022-07-10 02:34:26.480', N'2022-07-10 02:34:26.480', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'842A09F4-B0EF-4A5B-973E-61EB15C50C23', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'169', N'60097', N'2', N'0', N'2022-07-10 02:34:29.467', N'2022-07-10 02:34:29.467', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2A4F08BE-0BCF-4022-91ED-B9749E7839E0', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'173', N'60102', N'3', N'0', N'2022-07-10 02:34:34.410', N'2022-07-10 02:34:34.410', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2FFE5172-0DE0-4151-9853-FC472F21F924', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'164', N'60100', N'7', N'0', N'2022-07-10 02:34:36.317', N'2022-07-10 02:34:36.317', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9127F45E-0D70-4A1C-BBDB-75063BB63847', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'165', N'60082', N'3', N'0', N'2022-07-10 02:34:40.697', N'2022-07-10 02:34:40.697', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1B634879-0B9E-42E7-921E-1780412D1A00', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'166', N'60086', N'12', N'0', N'2022-07-10 02:34:42.367', N'2022-07-10 02:34:42.367', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FE10A2BE-ECE4-45AA-9A7E-F63950BE3BBE', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'167', N'60088', N'19', N'0', N'2022-07-10 02:34:43.640', N'2022-07-10 02:34:43.640', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Account_Storage] ([item_uid], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [is_seizure], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'DA71CC39-D8FE-4743-925B-31BC6FC15D9D', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'3', N'116', N'60074', N'29', N'0', N'2022-07-10 02:36:37.830', N'2022-07-10 02:36:37.830', N'41', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for tbl_Guild_Exp_List -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tbl_Guild_Exp_List]') AND type IN ('U')) DROP TABLE [dbo].[tbl_Guild_Exp_List] GO CREATE TABLE [dbo].[tbl_Guild_Exp_List] ( [index] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL, [guild_id] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [exp] int NOT NULL, [time] nvarchar(20) COLLATE Chinese_PRC_CI_AS NOT NULL, [character_name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[tbl_Guild_Exp_List] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of tbl_Guild_Exp_List -- ---------------------------- SET IDENTITY_INSERT [dbo].[tbl_Guild_Exp_List] ON GO SET IDENTITY_INSERT [dbo].[tbl_Guild_Exp_List] OFF GO -- ---------------------------- -- Table structure for tbl_Guild_Skill -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tbl_Guild_Skill]') AND type IN ('U')) DROP TABLE [dbo].[tbl_Guild_Skill] GO CREATE TABLE [dbo].[tbl_Guild_Skill] ( [idx] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL, [guild_id] uniqueidentifier NOT NULL, [skill_table_id] int NOT NULL, [skill_id] int NOT NULL, [skill_level] int NOT NULL, [skill_learn_time] datetime DEFAULT getdate() NOT NULL ) GO ALTER TABLE [dbo].[tbl_Guild_Skill] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of tbl_Guild_Skill -- ---------------------------- SET IDENTITY_INSERT [dbo].[tbl_Guild_Skill] ON GO SET IDENTITY_INSERT [dbo].[tbl_Guild_Skill] OFF GO -- ---------------------------- -- Table structure for tbl_Guild_Storage_Info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tbl_Guild_Storage_Info]') AND type IN ('U')) DROP TABLE [dbo].[tbl_Guild_Storage_Info] GO CREATE TABLE [dbo].[tbl_Guild_Storage_Info] ( [guild_id] uniqueidentifier NOT NULL, [page_count] tinyint DEFAULT 0 NOT NULL, [slot_count] int DEFAULT 0 NOT NULL, [gold] bigint DEFAULT 0 NOT NULL, [level] tinyint DEFAULT 1 NOT NULL ) GO ALTER TABLE [dbo].[tbl_Guild_Storage_Info] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of tbl_Guild_Storage_Info -- ---------------------------- -- ---------------------------- -- Table structure for tbl_Guild_Storage_Item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tbl_Guild_Storage_Item]') AND type IN ('U')) DROP TABLE [dbo].[tbl_Guild_Storage_Item] GO CREATE TABLE [dbo].[tbl_Guild_Storage_Item] ( [item_uid] uniqueidentifier NOT NULL, [character_id] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [guild_id] uniqueidentifier NOT NULL, [lock_pwd] nvarchar(4) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [activity_value] int DEFAULT 0 NOT NULL, [link_id] uniqueidentifier NULL, [is_seizure] tinyint DEFAULT 0 NOT NULL, [socket_1_color] tinyint DEFAULT 0 NOT NULL, [socket_2_color] tinyint DEFAULT 0 NOT NULL, [socket_3_color] tinyint DEFAULT 0 NOT NULL, [rank] tinyint DEFAULT 0 NOT NULL, [acquireroute] tinyint DEFAULT 0 NOT NULL, [physical] int DEFAULT 0 NOT NULL, [magical] int DEFAULT 0 NOT NULL, [durabilitymax] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[tbl_Guild_Storage_Item] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of tbl_Guild_Storage_Item -- ---------------------------- -- ---------------------------- -- Table structure for tbl_Guild_Storage_Use_List -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tbl_Guild_Storage_Use_List]') AND type IN ('U')) DROP TABLE [dbo].[tbl_Guild_Storage_Use_List] GO CREATE TABLE [dbo].[tbl_Guild_Storage_Use_List] ( [index] int IDENTITY(1,1) NOT FOR REPLICATION NOT NULL, [guild_id] uniqueidentifier NOT NULL, [use_type] tinyint NOT NULL, [use_time] nvarchar(20) COLLATE Chinese_PRC_CI_AS NOT NULL, [character_name] nvarchar(16) COLLATE Chinese_PRC_CI_AS NOT NULL, [description] nvarchar(30) COLLATE Chinese_PRC_CI_AS NOT NULL ) GO ALTER TABLE [dbo].[tbl_Guild_Storage_Use_List] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of tbl_Guild_Storage_Use_List -- ---------------------------- SET IDENTITY_INSERT [dbo].[tbl_Guild_Storage_Use_List] ON GO SET IDENTITY_INSERT [dbo].[tbl_Guild_Storage_Use_List] OFF GO -- ---------------------------- -- Table structure for tbl_Pet_Inventory -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[tbl_Pet_Inventory]') AND type IN ('U')) DROP TABLE [dbo].[tbl_Pet_Inventory] GO CREATE TABLE [dbo].[tbl_Pet_Inventory] ( [item_uid] uniqueidentifier NOT NULL, [pet_id] uniqueidentifier NOT NULL, [auth_id] uniqueidentifier NOT NULL, [page_index] int NOT NULL, [slot_index] int NOT NULL, [code] int NOT NULL, [use_cnt] int NOT NULL, [remain_time] int NOT NULL, [create_time] datetime NOT NULL, [update_time] datetime NOT NULL, [gcode] int NOT NULL, [durability] int NOT NULL, [enhance_level] int NOT NULL, [option_1_code] int NOT NULL, [option_1_value] int NOT NULL, [option_2_code] int NOT NULL, [option_2_value] int NOT NULL, [option_3_code] int NOT NULL, [option_3_value] int NOT NULL, [option_group] int NOT NULL, [ReconNum] int NOT NULL, [ReconState] tinyint NOT NULL, [socket_count] int NOT NULL, [socket_1_code] int NOT NULL, [socket_1_value] int NOT NULL, [socket_2_code] int NOT NULL, [socket_2_value] int NOT NULL, [socket_3_code] int NOT NULL, [socket_3_value] int NOT NULL, [expire_time] int DEFAULT 0 NOT NULL, [lock_pwd] nvarchar(4) COLLATE Chinese_PRC_CI_AS DEFAULT '' NOT NULL, [activity_value] int DEFAULT 0 NOT NULL, [socket_1_color] tinyint DEFAULT 0 NOT NULL, [socket_2_color] tinyint DEFAULT 0 NOT NULL, [socket_3_color] tinyint DEFAULT 0 NOT NULL, [is_seizure] tinyint DEFAULT 0 NOT NULL, [rank] tinyint DEFAULT 0 NOT NULL, [acquireroute] tinyint DEFAULT 0 NOT NULL, [physical] int DEFAULT 0 NOT NULL, [magical] int DEFAULT 0 NOT NULL, [durabilitymax] int DEFAULT 0 NOT NULL, [weight] int DEFAULT 0 NOT NULL ) GO ALTER TABLE [dbo].[tbl_Pet_Inventory] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of tbl_Pet_Inventory -- ---------------------------- INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'9A734C66-65D0-4C32-9460-5B74BDCF5602', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'D2CFDA13-62DC-109C-6BF7-45D2B25B7134', N'1', N'3', N'16004', N'43', N'0', N'2022-07-10 02:32:20.000', N'2022-07-10 02:32:20.000', N'37', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'4ECB69FF-1F72-4BBC-A68F-259F5B2EACD9', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'10', N'62004', N'2', N'0', N'2022-07-10 02:51:53.570', N'2022-07-10 02:51:53.570', N'37', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'494CE4DA-B554-4022-AD09-82E23CD6AE93', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'5', N'60103', N'7', N'0', N'2022-07-10 02:41:32.437', N'2022-07-10 02:41:32.437', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A4EB6C4D-D44B-43E3-AFBE-025B2E13796B', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'9', N'63004', N'3', N'0', N'2022-07-10 02:51:55.120', N'2022-07-10 02:51:55.120', N'37', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'2668CFE2-87A3-4190-A433-E1380E49A202', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'8', N'60096', N'1', N'0', N'2022-07-10 02:51:58.200', N'2022-07-10 02:51:58.200', N'37', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'EADB3574-C423-48AB-B011-18AF8BCEDB37', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'7', N'60097', N'1', N'0', N'2022-07-10 02:59:10.617', N'2022-07-10 02:59:10.617', N'37', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'56199CB6-CD97-4FE4-A10E-903E1EBDCB5E', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'14032003', N'1', N'0', N'2023-12-08 07:36:28.477', N'2023-12-08 07:36:28.477', N'9', N'5207', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2029', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'4', N'0', N'0', N'0', N'2', N'3', N'4', N'3', N'5207', N'1583') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'6F9BC7A5-8FB0-4772-AA40-C83EFEB1E777', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'1', N'16041003', N'1', N'0', N'2023-12-08 07:36:29.700', N'2023-12-08 07:36:29.700', N'9', N'4563', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4563', N'680') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0FB8913A-891D-4960-A5BB-D6D37728B59E', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'4', N'50023', N'9', N'0', N'2022-07-10 02:42:07.847', N'2022-07-10 02:42:07.847', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'A48EEA65-A2A0-46F9-85A1-689800620279', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'2', N'50023', N'13', N'0', N'2023-12-08 07:37:00.100', N'2023-12-08 07:37:00.100', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'E55736E1-DB35-4A8E-BB4F-DA6F00185D08', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'3', N'14011004', N'1', N'0', N'2023-12-08 07:41:51.827', N'2023-12-08 07:41:51.827', N'9', N'4662', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'4662', N'1883') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'10B39057-111A-46EC-A5A1-B987650973EF', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'4', N'11051004', N'1', N'0', N'2023-12-08 07:47:47.770', N'2023-12-08 07:47:47.770', N'9', N'8320', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'8320', N'2757') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0041A2BE-C2EB-4319-A9BC-9F8203710C2C', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'6', N'60094', N'1', N'0', N'2022-07-10 02:42:33.070', N'2022-07-10 02:42:33.070', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'CA1AC96F-D098-46EA-AB43-5A80FC68B8FB', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'5', N'15031003', N'1', N'0', N'2023-12-08 07:48:10.843', N'2023-12-08 07:48:10.843', N'9', N'3464', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3464', N'961') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3AEAE623-DE6C-4D5D-B309-C60CCF9E3996', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'1', N'16002', N'118', N'0', N'2022-06-23 02:42:13.670', N'2022-06-23 02:42:13.670', N'37', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'F9473C32-95D1-47A0-8C23-0FD5E913454F', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'6', N'70003051', N'6', N'0', N'2023-12-08 07:37:37.037', N'2023-12-08 07:37:37.037', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'629C14EF-995A-4988-8FDD-9CC4A025B2E8', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'7', N'13042003', N'1', N'0', N'2023-12-08 07:37:37.443', N'2023-12-08 07:37:37.443', N'9', N'4910', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'1', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'4910', N'990') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'86B5F747-DDBD-4C39-919C-C59D1A6F5956', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'8', N'20021003', N'1', N'0', N'2023-12-08 07:38:19.083', N'2023-12-08 07:38:19.083', N'9', N'3038', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3038', N'855') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'0DFC0679-3AD4-47FF-B42A-A597D54270DF', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'0', N'16001', N'110', N'0', N'2022-06-22 19:14:50.180', N'2022-06-22 19:14:50.180', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'ED97B9B5-957C-4BBC-BC87-28258138B04A', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'9', N'60059', N'3', N'0', N'2023-12-08 07:42:34.103', N'2023-12-08 07:42:34.103', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'BA781B95-F27F-4240-96FF-2A18C6BE3351', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'10', N'61001', N'1', N'0', N'2023-12-08 07:38:20.310', N'2023-12-08 07:38:20.310', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AF55D244-7129-4898-B5DA-13B7E030356E', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'11', N'13042003', N'1', N'0', N'2023-12-08 07:38:21.117', N'2023-12-08 07:38:21.117', N'9', N'3504', N'0', N'2003', N'1', N'0', N'0', N'0', N'0', N'2030', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'1', N'0', N'0', N'0', N'4', N'3', N'4', N'4', N'3504', N'959') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C1738CBD-792B-477D-BDCC-7B7FA390B42B', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'12', N'62001', N'7', N'0', N'2023-12-08 07:38:32.340', N'2023-12-08 07:38:32.340', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'20539DD3-FB89-4448-881D-4E63FF5612DD', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'13', N'13022003', N'1', N'0', N'2023-12-08 07:38:33.563', N'2023-12-08 07:38:33.563', N'9', N'3001', N'0', N'2001', N'34', N'0', N'0', N'0', N'0', N'2003', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3001', N'1250') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'1AF0834D-1483-4414-8598-8B07DE3C1009', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'14', N'12022003', N'1', N'0', N'2023-12-08 07:38:50.507', N'2023-12-08 07:38:50.507', N'9', N'5278', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'6', N'5', N'5278', N'1561') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'371550D7-3F7C-43A2-AFB3-C5ACAD357B0F', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'15', N'16001', N'1', N'0', N'2023-12-08 07:38:51.117', N'2023-12-08 07:38:51.117', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'23CFBD08-071D-46A2-9A25-138E8D4DCE09', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'16', N'14032003', N'1', N'0', N'2023-12-08 07:38:51.723', N'2023-12-08 07:38:51.723', N'9', N'5381', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2032', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'3', N'4', N'5381', N'1997') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'465CC89F-8B67-4894-8710-452846875B3E', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'17', N'13011003', N'1', N'0', N'2023-12-08 07:48:48.817', N'2023-12-08 07:48:48.817', N'9', N'3674', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3674', N'1470') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'AE6E485D-77C2-4FBC-B3A7-15C68BB0D5B1', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'18', N'16012003', N'1', N'0', N'2023-12-08 07:42:47.977', N'2023-12-08 07:42:47.977', N'9', N'3506', N'0', N'2004', N'1', N'0', N'0', N'0', N'0', N'2033', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'3', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'3506', N'935') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'3BD91A1B-89B6-46EF-BA70-D6C159400716', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'19', N'16031003', N'1', N'0', N'2023-12-08 07:42:49.007', N'2023-12-08 07:42:49.007', N'9', N'3108', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'1', N'1', N'3108', N'1176') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'B61C54F7-BB6C-4D78-9252-8528E0171E9A', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'20', N'63001', N'4', N'0', N'2023-12-08 07:42:49.813', N'2023-12-08 07:42:49.813', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'5FDDBB62-6720-4FFC-A687-5C6357D1D990', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'21', N'11012003', N'1', N'0', N'2023-12-08 07:43:10.420', N'2023-12-08 07:43:10.420', N'9', N'7912', N'0', N'2002', N'61', N'0', N'0', N'0', N'0', N'2015', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'1', N'0', N'0', N'0', N'2', N'3', N'2', N'2', N'7912', N'2740') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'C0FFFAD2-B325-4286-A686-9C38FA88DEAA', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'22', N'11032003', N'1', N'0', N'2023-12-08 07:43:11.243', N'2023-12-08 07:43:11.243', N'9', N'6772', N'0', N'2001', N'67', N'0', N'0', N'0', N'0', N'2001', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'2', N'0', N'0', N'0', N'3', N'3', N'3', N'3', N'6772', N'2362') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'FC469AB4-A160-4DCD-9F5B-9C6F728F4D0B', N'C412A769-E38C-4280-B2AD-2E8D46BA03D7', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'23', N'37001', N'1', N'0', N'2023-12-08 07:43:18.993', N'2023-12-08 07:43:18.993', N'9', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'1', N'3', N'0', N'0', N'0', N'1') GO INSERT INTO [dbo].[tbl_Pet_Inventory] ([item_uid], [pet_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], [socket_1_color], [socket_2_color], [socket_3_color], [is_seizure], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight]) VALUES (N'93607088-65BD-4149-A042-FE7E430E60A2', N'413BE5C4-C9B7-424D-B108-DA213AD0924C', N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'1', N'2', N'16003', N'136', N'0', N'2022-07-05 22:44:19.483', N'2022-07-05 22:44:19.483', N'37', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0') GO -- ---------------------------- -- Table structure for UniAccountInfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[UniAccountInfo]') AND type IN ('U')) DROP TABLE [dbo].[UniAccountInfo] GO CREATE TABLE [dbo].[UniAccountInfo] ( [AuthID] uniqueidentifier NOT NULL, [AccountStorage_Count] int DEFAULT 4 NOT NULL, [AccountStorage_Gold] int DEFAULT 0 NOT NULL, [Use_CharacterSlot] int DEFAULT 4 NOT NULL, [Accruable_PlayTime] bigint DEFAULT 0 NOT NULL, [Accruable_OffTime] bigint DEFAULT 0 NOT NULL, [LastLogout] datetime DEFAULT getdate() NOT NULL ) GO ALTER TABLE [dbo].[UniAccountInfo] SET (LOCK_ESCALATION = TABLE) GO -- ---------------------------- -- Records of UniAccountInfo -- ---------------------------- INSERT INTO [dbo].[UniAccountInfo] ([AuthID], [AccountStorage_Count], [AccountStorage_Gold], [Use_CharacterSlot], [Accruable_PlayTime], [Accruable_OffTime], [LastLogout]) VALUES (N'43375723-4816-4FFF-98B1-1E80EC25BA50', N'180', N'0', N'16', N'0', N'275', N'2023-12-11 18:45:40.693') GO -- ---------------------------- -- procedure structure for up_update_account_storage_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_account_storage_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_account_storage_item] GO CREATE PROCEDURE [dbo].[up_update_account_storage_item] @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @use_cnt int, @remain_time int, @enhance_level int, @durability int, @sock_optcode01 int, @sock_value01 int, @sock_optcode02 int, @sock_value02 int, @sock_optcode03 int, @sock_value03 int, @expiretime int, @activity_value int, --활성석 추가 @socket_1_color tinyint, --소켓 @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int, @page_index int, @slot_index int as set nocount on if exists ( select [item_uid] from dbo.tbl_Account_Storage with (READUNCOMMITTED) where item_uid = @item_id ) begin update dbo.tbl_Account_Storage set use_cnt = @use_cnt, remain_time = @remain_time, enhance_level = @enhance_level, durability = @durability, socket_1_code = @sock_optcode01, socket_1_value = @sock_value01 , socket_2_code = @sock_optcode02, socket_2_value = @sock_value02 , socket_3_code = @sock_optcode03, socket_3_value = @sock_value03 , expire_time = @expiretime, activity_value = @activity_value, socket_1_color = @socket_1_color, --소켓 socket_2_color = @socket_2_color, socket_3_color = @socket_3_color, rank = @rank, acquireroute = @acquireroute, physical = @physical, magical = @magical, durabilitymax = @durabilitymax, weight = @weight, page_index = @page_index, slot_index = @slot_index where item_uid = @item_id; end return @@error GO -- ---------------------------- -- procedure structure for up_mail_gold_payment -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_mail_gold_payment]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_mail_gold_payment] GO CREATE PROCEDURE [dbo].[up_mail_gold_payment] @mail_id [uniqueidentifier], @msg nvarchar(350) = 'Bill' as set nocount on declare @character_id [uniqueidentifier], @sender_character_id [uniqueidentifier], @NewMailID [uniqueidentifier] declare @sender_name nvarchar(16), @recver_name nvarchar(16) declare @my_money int, @req_money int begin tran if EXISTS (select [ID] from MailTable with (READUNCOMMITTED) where [ID] = @mail_id) begin --皋老 夸没 陛咀 犬牢 select @character_id = [character_id] ,@recver_name = [receiver] ,@sender_character_id = [send_character_id] ,@sender_name = [sender] ,@req_money = [req_gold] from MailTable with (READUNCOMMITTED) where [ID] = @mail_id --郴捣 犬牢 SELECT @my_money = [gold] FROM [dbo].[CharacterTable] with (READUNCOMMITTED) where [character_id] = @character_id -- 捣 昏力 if (@my_money - @req_money) > 0 begin UPDATE [dbo].[CharacterTable] SET [gold] = (@my_money - @req_money) WHERE [character_id] = @character_id end else begin UPDATE [dbo].[CharacterTable] SET [gold] = 0 WHERE [character_id] = @character_id end -- 措陛 皋老 眠啊 insert into MailTable values ( NEWID(), --0 @sender_character_id, --1 @sender_name, --2 @character_id, --3 @recver_name, --4 @msg, --3 @req_money, --4 0, 0, 0, --8 GETDATE(), 6 -- 措陛 快祈 ); --老馆 快祈栏肺 官操扁 UPDATE [dbo].[MailTable] SET [return_day] = 0 ,[req_gold] = 0 ,[is_open] = 0 ,[create_type] = 0 WHERE [ID] = @mail_id --官诧 皋老 沥焊 促矫 犬牢 select * from dbo.MailTable with (READUNCOMMITTED) where [ID] = @mail_id end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('贸府坷幅', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_get_all_guild_count -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_all_guild_count]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_all_guild_count] GO CREATE PROCEDURE [dbo].[up_get_all_guild_count] AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted --SELECT count(*) COUNT FROM GuildTable WHERE [block_type] = 0 --and [server] = @server select count(*) guild_count FROM ( select G.[guild_id] from GuildMemberTable M INNER JOIN GuildTable G ON G.[guild_id]=M.[guild_id] AND G.[block_type]=0 GROUP BY G.guild_id ) A; END GO -- ---------------------------- -- procedure structure for up_update_guild_storage_payment -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_storage_payment]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_storage_payment] GO CREATE PROCEDURE [dbo].[up_update_guild_storage_payment] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@payment_gold INT ) AS SET NOCOUNT ON DECLARE @my_gold INT, @guild_gold BIGINT SELECT @guild_gold = [gold] FROM [dbo].[tbl_Guild_Storage_Info] with (READUNCOMMITTED) WHERE guild_id = @guild_id IF (@guild_gold - @payment_gold) > 0 BEGIN UPDATE [dbo].[tbl_Guild_Storage_Info] SET [gold] = (@guild_gold - @payment_gold) WHERE guild_id = @guild_id END ELSE BEGIN UPDATE [dbo].[tbl_Guild_Storage_Info] SET [gold] = 0 WHERE guild_id = @guild_id END SELECT @my_gold = [gold] FROM [dbo].[CharacterTable] with (READUNCOMMITTED) where [character_id] = @character_id UPDATE [dbo].[CharacterTable] SET [gold] = (@my_gold + @payment_gold) WHERE [character_id] = @character_id RETURN @@error GO -- ---------------------------- -- procedure structure for up_update_auctionarticle -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_auctionarticle]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_auctionarticle] GO CREATE PROCEDURE [dbo].[up_update_auctionarticle] @item_uid [uniqueidentifier], @bid_auth_uid [uniqueidentifier], @bid_uid [uniqueidentifier], @bidder nvarchar(15), @bid_price int as begin set nocount on update dbo.AuctionListTable set bidder_name = @bidder, bid_price = @bid_price, bidder_auth_uid = @bid_auth_uid, bidder_uid = @bid_uid where item_uid = @item_uid end GO -- ---------------------------- -- procedure structure for up_mail_item_move -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_mail_item_move]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_mail_item_move] GO CREATE PROCEDURE [dbo].[up_mail_item_move] @mail_id [uniqueidentifier], @item_id01 [uniqueidentifier], @page_01 int, @slot_01 int, @over_item_id01 [uniqueidentifier], @item_id02 [uniqueidentifier], @page_02 int, @slot_02 int, @over_item_id02 [uniqueidentifier], @item_id03 [uniqueidentifier], @page_03 int, @slot_03 int, @over_item_id03 [uniqueidentifier] AS SET NOCOUNT ON declare @src_item_count int , @mail_item_count int , @charID [uniqueidentifier] , @ERR INT set @src_item_count = 0 set @mail_item_count = 0 BEGIN TRAN UPDATE [dbo].[MailTable] SET [gold] = 0 WHERE [ID] = @mail_id SET @ERR = @@ERROR IF @ERR <> 0 BEGIN ROLLBACK TRAN RETURN @ERR END --메일 아이템을 얻어 온다 select @mail_item_count = [use_cnt] , @charID = [character_id] from [dbo].[N_MailItem] with (READUNCOMMITTED) where item_uid = @item_id01 IF @@ROWCOUNT > 0 BEGIN --인벤토리 아이템이 있는지 검사 select @src_item_count = [use_cnt] from [dbo].[N_InventoryItem] with (READUNCOMMITTED) where item_uid = @over_item_id01 and character_id = @charID and page_index = @page_01 and slot_index = @slot_01 exec dbo.up_mail_item_move_sub_sqlroad @item_id01, @over_item_id01, @mail_item_count, @src_item_count, @page_01, @slot_01 SET @ERR = @@ERROR IF @ERR <> 0 BEGIN ROLLBACK TRAN RETURN @ERR END END set @src_item_count = 0 set @mail_item_count = 0 select @mail_item_count = [use_cnt] , @charID = [character_id] from [dbo].[N_MailItem] with (READUNCOMMITTED) where item_uid = @item_id02 IF @@ROWCOUNT > 0 BEGIN --인벤토리 아이템이 있는지 검사 select @src_item_count = [use_cnt] from [dbo].[N_InventoryItem] with (READUNCOMMITTED) where item_uid = @over_item_id02 and character_id = @charID and page_index = @page_02 and slot_index = @slot_02 exec dbo.up_mail_item_move_sub_sqlroad @item_id02, @over_item_id02, @mail_item_count, @src_item_count, @page_02, @slot_02 SET @ERR = @@ERROR IF @@ERROR <> 0 BEGIN ROLLBACK TRAN RETURN @ERR END END set @src_item_count = 0 set @mail_item_count = 0 select @mail_item_count = [use_cnt] , @charID = [character_id] from [dbo].[N_MailItem] with (READUNCOMMITTED) where item_uid = @item_id03 IF @@ROWCOUNT > 0 BEGIN --인벤토리 아이템이 있는지 검사 select @src_item_count = [use_cnt] from [dbo].[N_InventoryItem] with (READUNCOMMITTED) where item_uid = @over_item_id03 and character_id = @charID and page_index = @page_03 and slot_index = @slot_03 exec dbo.up_mail_item_move_sub_sqlroad @item_id03, @over_item_id03, @mail_item_count, @src_item_count, @page_03, @slot_03 SET @ERR = @@ERROR IF @@ERROR <> 0 BEGIN ROLLBACK TRAN RETURN @ERR END END COMMIT TRAN RETURN GO -- ---------------------------- -- procedure structure for up_get_character -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_character]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_character] GO CREATE PROCEDURE [dbo].[up_get_character] @character_id [uniqueidentifier], @server smallint as begin set nocount on set transaction isolation level read uncommitted -- declare @temp_lastloginDiff int -- SELECT @temp_lastloginDiff = DATEDIFF(day, [LastLogin], GETDATE()) FROM [CharacterTable] WHERE [character_id] = @character_id -- if @temp_lastloginDiff != 0 -- begin -- UPDATE [CharacterTable] SET [Fatigue] = 1000, [LastLogin] = GETDATE() WHERE [character_id] = @character_id -- UPDATE [CharacterTable] SET [Hearts] = 10 WHERE [character_id] = @character_id and [Hearts] < 10 -- UPDATE [CharacterTable] SET [DayAttachGold] = 0 WHERE [character_id] = @character_id -- UPDATE [CharacterTable] SET [DayAttachItem] = 0 WHERE [character_id] = @character_id -- end -- else -- begin -- UPDATE [CharacterTable] SET [LastLogin] = GETDATE() WHERE [character_id] = @character_id -- end select C.[character_id] ,C.[AuthID] ,C.[server] ,C.[Name] ,C.[Class] ,C.[Job] ,C.[Level] ,C.[Experience] ,C.[Stamina] ,C.[SP] ,C.[Total_SP] ,C.[Fatigue] ,C.[LobbyID] ,C.[StartPoint] ,C.[gold] ,C.[individual_roomID] ,C.[GuildID] ,C.[CreateTime] ,C.[LastLogin] ,C.[Hearts] ,C.[first_login] ,C.[tutorial] ,C.[give_up] ,C.[Block_Type] ,C.[storage_gold] ,C.[storage_count] ,C.[IsTradeEnable] ,C.[Expire_Time] --시간 이벤트 관련 추가 [2010/05/27 jojo] ,C.[event_fatigue] ,C.[event_hearts] ,C.[event_fortune] ,C.[dice_point] ,C.[Addition_HP] ,C.[Addition_MP] ,C.[Addition_Physic_Attack] ,C.[Addition_Physic_Defense] ,C.[Addition_Magic_Attack] ,C.[Addition_Magic_Defense] ,C.[Permission] ,C.[FatigueStorage] ,C.[DayAttachGold] ,C.[DayAttachItem] ,C.[GuildPoint] --길드 경험치 jojo ,C.[Fortune] --운세 ,C.[IsMoveEnable] --이동불가 ,C.[event_mailattach] ,C.[tutorial_step] ,C.[daypartymission] ,C.[event_daypartymission] ,C.[time_sp] --데이터 추가 시 뒤쪽에!! ,ISNULL(G.[grade],7) as guild_grade --길드 등급 - 이후 추가시 담당에게 문의 : 김진영 ,ISNULL(G.alias_name, '') as guild_alias_name --길드 별명 - 이후 추가시 담당에게 문의 : 김진영 ,ISNULL(GT.name, '') as guild_name --길드 이름 - 이후 추가시 담당에게 문의 : 김진영 FROM CharacterTable AS C WITH (NOLOCK) LEFT OUTER JOIN GuildMemberTable AS G WITH (NOLOCK) ON G.[character_id]=C.[character_id] --WHERE C.[character_id]=@character_id and C.[server]=@server LEFT OUTER JOIN GuildTable AS GT WITH (NOLOCK) ON GT.[guild_id]=C.[GuildID] WHERE C.[character_id]=@character_id --and C.[server]=@server end GO -- ---------------------------- -- procedure structure for up_update_individual_room -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_individual_room]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_individual_room] GO CREATE PROCEDURE [dbo].[up_update_individual_room] @character_id [uniqueidentifier], @individual_room_id int as set nocount on update dbo.CharacterTable set individual_roomID = @individual_room_id where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_ban_memo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_ban_memo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_ban_memo] GO CREATE PROCEDURE [dbo].[up_update_ban_memo] @character_id [uniqueidentifier], @ban_id [uniqueidentifier], @ban_memo nvarchar(32) as set nocount on update dbo.FriendTableEx set CutReason = @ban_memo where character_id = @character_id and friend_id = @ban_id return @@error GO -- ---------------------------- -- procedure structure for up_mail_item_move_old -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_mail_item_move_old]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_mail_item_move_old] GO CREATE PROCEDURE [dbo].[up_mail_item_move_old] @mail_id [uniqueidentifier], @item_id01 [uniqueidentifier], @page_01 int, @slot_01 int, @over_item_id01 [uniqueidentifier], @item_id02 [uniqueidentifier], @page_02 int, @slot_02 int, @over_item_id02 [uniqueidentifier], @item_id03 [uniqueidentifier], @page_03 int, @slot_03 int, @over_item_id03 [uniqueidentifier] as set nocount on begin tran UPDATE [dbo].[MailTable] SET [gold] = 0 WHERE [ID] = @mail_id if Exists (select [item_uid] from [dbo].[N_MailItem] with (READUNCOMMITTED) where item_uid = @item_id01) begin exec dbo.up_mail_item_move_sub @item_id01, @page_01, @slot_01, @over_item_id01 end if Exists (select [item_uid] from [dbo].[N_MailItem] with (READUNCOMMITTED) where item_uid = @item_id02) begin exec dbo.up_mail_item_move_sub @item_id02, @page_02, @slot_02, @over_item_id02 end if Exists (select [item_uid] from [dbo].[N_MailItem] with (READUNCOMMITTED) where item_uid = @item_id03) begin exec dbo.up_mail_item_move_sub @item_id03, @page_03, @slot_03, @over_item_id03 end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_get_character_by_name -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_character_by_name]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_character_by_name] GO CREATE PROCEDURE [dbo].[up_get_character_by_name] @name nvarchar(16), @server smallint as begin set nocount on set transaction isolation level read uncommitted select C.[character_id] ,C.[AuthID] ,C.[server] ,C.[Name] ,C.[Class] ,C.[Job] ,C.[Level] ,C.[Experience] ,C.[Stamina] ,C.[SP] ,C.[Total_SP] ,C.[Fatigue] ,C.[LobbyID] ,C.[StartPoint] ,C.[gold] ,C.[individual_roomID] ,C.[GuildID] ,C.[Hearts] ,C.[first_login] ,C.[tutorial] ,C.[give_up] ,C.[Block_Type] ,C.[storage_gold] ,C.[storage_count] ,C.[IsTradeEnable] ,C.[Expire_Time] --시간 이벤트 관련 추가 [2010/05/27 jojo] ,C.[event_fatigue] ,C.[event_hearts] ,C.[event_fortune] ,C.[dice_point] ,C.[Addition_HP] ,C.[Addition_MP] ,C.[Addition_Physic_Attack] ,C.[Addition_Physic_Defense] ,C.[Addition_Magic_Attack] ,C.[Addition_Magic_Defense] ,C.[Permission] ,C.[FatigueStorage] ,C.[DayAttachGold] ,C.[DayAttachItem] ,C.[GuildPoint] --길드 경험치 jojo ,C.[Fortune] --운세 ,C.[IsMoveEnable] --이동불가 ,C.[event_mailattach] ,C.[tutorial_step] ,C.[daypartymission] ,C.[event_daypartymission] ,C.[time_sp] --데이터 추가 시 뒤쪽에!! ,ISNULL(G.[grade],7) as guild_grade --길드 등급 - 이후 추가시 담당에게 문의 : 김진영 ,ISNULL(G.alias_name, '') as guild_alias_name --길드 별명 - 이후 추가시 담당에게 문의 : 김진영 ,ISNULL(GT.name, '') as guild_name --길드 이름 - 이후 추가시 담당에게 문의 : 김진영 FROM CharacterTable AS C WITH (NOLOCK) LEFT OUTER JOIN GuildMemberTable AS G WITH (NOLOCK) ON G.[character_id]=C.[character_id] --WHERE Name = @name and C.[server]=@server LEFT OUTER JOIN GuildTable AS GT WITH (NOLOCK) ON GT.[guild_id]=C.[GuildID] WHERE C.[Name] = @name --and C.[server]=@server end GO -- ---------------------------- -- procedure structure for up_update_inquiry -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_inquiry]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_inquiry] GO CREATE PROCEDURE [dbo].[up_update_inquiry] @character_id uniqueidentifier, @type tinyint, @memo nvarchar(255) as set nocount on UPDATE [dbo].[InquiryTable] SET [type] = @type, [memo] = @memo WHERE [character_id] = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_battleinfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_battleinfo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_battleinfo] GO CREATE PROCEDURE [dbo].[up_update_battleinfo] @character_id [uniqueidentifier], @total_win int, @total_lose int, @team_win int, @team_lose int, @leader_win int, @leader_lose int, @tag_win int, @tag_lose int, @death_win int, @death_lose int, @individual_win int, @individual_lose int as set nocount on update dbo.BattleInfo set total_win = @total_win, total_lose = @total_lose, team_win = @team_win, team_lose = @team_lose, leader_win = @leader_win, leader_lose = @leader_lose, tag_win = @tag_win, tag_lose = @tag_lose, death_win = @death_win, death_lose = @death_lose, pvp_win = @individual_win, pvp_lose = @individual_lose where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_mail_item_move_sub -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_mail_item_move_sub]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_mail_item_move_sub] GO CREATE PROCEDURE [dbo].[up_mail_item_move_sub] @item_id01 [uniqueidentifier], @page_01 int, @slot_01 int, @over_item_id01 [uniqueidentifier] as set nocount on declare @src_item_count int , @mail_item_count int declare @item_id [uniqueidentifier], @mail_item_id [uniqueidentifier], @charID [uniqueidentifier] set @src_item_count = 0 set @mail_item_count = 0 --메일 아이템을 얻어 온다 select @mail_item_id = [item_uid], @mail_item_count = [use_cnt], @charID = [character_id] from [dbo].[N_MailItem] with (READUNCOMMITTED) where item_uid = @item_id01 --인벤토리 아이템이 있는지 검사 select @item_id = [item_uid], @src_item_count = [use_cnt] from [dbo].[N_InventoryItem] with (READUNCOMMITTED) where item_uid = @over_item_id01 and page_index = @page_01 and slot_index = @slot_01 and character_id = @charID begin tran if @src_item_count > 0 begin --인벤토리에 존재하는 아이템 Update [dbo].[N_InventoryItem] set [use_cnt] = @mail_item_count + @src_item_count where [item_uid] = @item_id end else begin --인벤토리로 전체 이동 한다 insert [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], [character_id], [auth_id], @page_01, @slot_01, [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from [dbo].[N_MailItem] with (READUNCOMMITTED) where [item_uid] = @item_id01 end --메일 아이템 삭제 DELETE FROM [dbo].[N_MailItem] WHERE [item_uid] = @item_id01 declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_get_character_simpleinfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_character_simpleinfo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_character_simpleinfo] GO CREATE PROCEDURE [dbo].[up_get_character_simpleinfo] @name nvarchar(16), @server smallint as begin set nocount on set transaction isolation level read uncommitted select [Name] ,[Class] ,[Job] ,[Level] from CharacterTable WITH (NOLOCK) where Name = @name --and [server] = @server end GO -- ---------------------------- -- procedure structure for up_update_inquiry_count -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_inquiry_count]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_inquiry_count] GO CREATE PROCEDURE [dbo].[up_update_inquiry_count] @auth_id uniqueidentifier, @count tinyint as set nocount on --UPDATE [RustyHeartsLinkAuth].[RustyHearts_Auth].[dbo].[AuthTable] SET [InquiryCount] = @count WHERE [AuthID] = @auth_id return @@error GO -- ---------------------------- -- procedure structure for up_update_booth_useable_count -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_booth_useable_count]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_booth_useable_count] GO CREATE PROCEDURE [dbo].[up_update_booth_useable_count] @character_id [uniqueidentifier], @useable_count int as set nocount on update dbo.ItemBoothTable set useable_count = @useable_count where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_mail_item_move_sub_sqlroad -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_mail_item_move_sub_sqlroad]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_mail_item_move_sub_sqlroad] GO CREATE PROCEDURE [dbo].[up_mail_item_move_sub_sqlroad] @mail_item_id [uniqueidentifier] ,@inventory_item_id [uniqueidentifier] ,@mail_item_count INT ,@src_item_count INT ,@page_index INT ,@slot_index INT as set nocount on BEGIN TRAN if @src_item_count > 0 begin --인벤토리에 존재하는 아이템 UPDATE [dbo].[N_InventoryItem] SET [use_cnt] = @mail_item_count + @src_item_count WHERE [item_uid] = @inventory_item_id IF @@ERROR <> 0 BEGIN ROLLBACK TRAN RETURN END end else begin --인벤토리로 전체 이동 한다 insert [dbo].[N_InventoryItem] ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], [character_id], [auth_id], @page_index, @slot_index, [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from [dbo].[N_MailItem] with (READUNCOMMITTED) where [item_uid] = @mail_item_id IF @@ERROR <> 0 BEGIN ROLLBACK TRAN RETURN END end --메일 아이템 삭제 DELETE FROM [dbo].[N_MailItem] WHERE [item_uid] = @mail_item_id IF @@ERROR <> 0 BEGIN ROLLBACK TRAN RETURN END COMMIT TRAN RETURN GO -- ---------------------------- -- procedure structure for up_get_duel_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_duel_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_duel_info] GO CREATE PROCEDURE [dbo].[up_get_duel_info] @character_id [uniqueidentifier] AS BEGIN SET NOCOUNT ON; set transaction isolation level read uncommitted SELECT duel_exp, duel_point, duel_disconnect, duel_pannelty_time, total_win, total_lose, pvp_win, pvp_lose, team_win, team_lose, leader_win, leader_lose, tag_win, tag_lose, death_win, death_lose, ladder_win, ladder_lose, duel_ladder_point, duel_ladder_exp FROM BattleInfo WHERE character_id = @character_id RETURN 0; END GO -- ---------------------------- -- procedure structure for up_update_inquiry_type -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_inquiry_type]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_inquiry_type] GO CREATE PROCEDURE [dbo].[up_update_inquiry_type] @character_id uniqueidentifier, @type tinyint as set nocount on begin tran UPDATE [dbo].[InquiryTable] SET [type] = @type WHERE [character_id] = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_buff -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_buff]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_buff] GO CREATE PROCEDURE [dbo].[up_update_buff] @character_id uniqueidentifier, @type int, @id int, @time int as set nocount on begin update BuffTable set buff_time = @time where [character_id] = @character_id and [buff_type] = @type and [buff_id] = @id end return @@error GO -- ---------------------------- -- procedure structure for up_mail_return -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_mail_return]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_mail_return] GO CREATE PROCEDURE [dbo].[up_mail_return] @mail_id [uniqueidentifier] as set nocount on declare @character_id [uniqueidentifier], @sender_character_id [uniqueidentifier], @auth_id [uniqueidentifier] declare @sender_name nvarchar(16), @recver_name nvarchar(16) begin tran if EXISTS (select [ID] from MailTable with (READUNCOMMITTED) where [ID] = @mail_id) begin --메일 확인 select @character_id = [character_id] ,@recver_name = [receiver] ,@sender_character_id = [send_character_id] ,@sender_name = [sender] from MailTable with (READUNCOMMITTED) where [ID] = @mail_id --기존 메일의 소유자를 바꾼다.(반송) UPDATE [dbo].[MailTable] SET [character_id] = @sender_character_id ,[receiver] = @sender_name ,[send_character_id] = @character_id ,[sender] = @recver_name ,[req_gold] = 0 ,[is_open] = 0 ,[create_time] = GetDate() ,[create_type] = 1 --반송 우편 WHERE [ID] = @mail_id --인증 ID 얻기 SELECT @auth_id = [AuthID] FROM [dbo].[CharacterTable] with (READUNCOMMITTED) where [character_id] = @sender_character_id --첨부된 아이템의 소유주도 바꾼다 UPDATE [dbo].[N_MailItem] SET [character_id] = @sender_character_id ,[auth_id] = @auth_id WHERE mail_uid = @mail_id end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_get_duel_info_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_duel_info_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_duel_info_statistics] GO CREATE PROCEDURE [dbo].[up_get_duel_info_statistics] AS BEGIN SET NOCOUNT ON; set transaction isolation level read uncommitted SELECT * FROM BattleInfo RETURN 0; END GO -- ---------------------------- -- procedure structure for up_update_item_lock -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_item_lock]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_item_lock] GO CREATE PROCEDURE [dbo].[up_update_item_lock] @item_uid [uniqueidentifier], @pwd nvarchar(4) as begin set nocount on update dbo.N_InventoryItem set lock_pwd = @pwd where item_uid = @item_uid end GO -- ---------------------------- -- procedure structure for up_update_cash_effectinfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_cash_effectinfo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_cash_effectinfo] GO CREATE PROCEDURE [dbo].[up_update_cash_effectinfo] @item_uid [uniqueidentifier], @expire_time int as begin set nocount on update dbo.Cash_EffectTable set expire_time = @expire_time where item_uid = @item_uid end GO -- ---------------------------- -- procedure structure for up_make_duel_rank -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_make_duel_rank]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_make_duel_rank] GO CREATE PROCEDURE [dbo].[up_make_duel_rank] AS BEGIN delete BattleRank -- 승점 전체 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 0, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (READUNCOMMITTED) inner join CharacterTable CT with (READUNCOMMITTED) on CT.character_id = BI.character_id where BI.duel_exp > 100 -- 승점 프란츠 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 1, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (READUNCOMMITTED) inner join CharacterTable CT with (READUNCOMMITTED) on CT.character_id = BI.character_id where BI.duel_exp > 100 and CT.Class = 1 -- 승점 안젤라 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 2, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (READUNCOMMITTED) inner join CharacterTable CT with (READUNCOMMITTED) on CT.character_id = BI.character_id where BI.duel_exp > 100 and CT.Class =2 -- 승점 튜드 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 3, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (READUNCOMMITTED) inner join CharacterTable CT with (READUNCOMMITTED) on CT.character_id = BI.character_id where BI.duel_exp > 100 and CT.Class = 3 return 0 END GO -- ---------------------------- -- procedure structure for up_get_guild_increase_exp -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_guild_increase_exp]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_guild_increase_exp] GO CREATE PROCEDURE [dbo].[up_get_guild_increase_exp] ( @guild_id [uniqueidentifier] ) AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted SELECT TOP 100 * FROM tbl_Guild_Exp_List WHERE guild_id = @guild_id ORDER BY [index] DESC END GO -- ---------------------------- -- procedure structure for up_update_mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_mail] GO CREATE PROCEDURE [dbo].[up_update_mail] @mail_id [uniqueidentifier], @is_open tinyint as set nocount on update dbo.MailTable set is_open = @is_open where ID = @mail_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_cash_mileage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_cash_mileage]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_cash_mileage] GO CREATE PROCEDURE [dbo].[up_update_cash_mileage] @auth_id uniqueidentifier, @mileage int as set nocount on --UPDATE [RustyHeartsLinkAuth].[RustyHearts_Auth].[dbo].[AuthTable] SET [CashMileage] = @mileage WHERE [AuthID] = @auth_id return @@error GO -- ---------------------------- -- procedure structure for up_pet_item_update -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_pet_item_update]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_pet_item_update] GO CREATE PROCEDURE [dbo].[up_pet_item_update] @pet_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @use_cnt int, @remain_time int, @enhance_level int, @durability int, @sock_optcode01 int, @sock_value01 int, @sock_optcode02 int, @sock_value02 int, @sock_optcode03 int, @sock_value03 int, @expiretime int, @activity_value int, --활성석 추가 @socket_1_color tinyint, --소켓 @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int, @page_index int, @slot_index int as set nocount on if exists ( select [item_uid] from dbo.tbl_Pet_Inventory with (READUNCOMMITTED) where item_uid = @item_id ) begin update dbo.tbl_Pet_Inventory set use_cnt = @use_cnt, remain_time = @remain_time, enhance_level = @enhance_level, durability = @durability, socket_1_code = @sock_optcode01, socket_1_value = @sock_value01 , socket_2_code = @sock_optcode02, socket_2_value = @sock_value02 , socket_3_code = @sock_optcode03, socket_3_value = @sock_value03 , expire_time = @expiretime, activity_value = @activity_value, socket_1_color = @socket_1_color, --소켓 socket_2_color = @socket_2_color, socket_3_color = @socket_3_color, rank = @rank, acquireroute = @acquireroute, physical = @physical, magical = @magical, durabilitymax = @durabilitymax, weight = @weight, page_index = @page_index, slot_index = @slot_index where item_uid = @item_id; end return @@error GO -- ---------------------------- -- procedure structure for up_get_guild_load_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_guild_load_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_guild_load_info] GO CREATE PROCEDURE [dbo].[up_get_guild_load_info] ( @server SMALLINT ) AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted SELECT T.[guild_id], C.[member_cnt], ISNULL(S.[s_cnt],0) AS is_storage_own, ISNULL(SI.s_cnt, 0) AS storage_item_cnt, CASE WHEN ISNULL(SL.[s_cnt],0)>100 THEN 100 WHEN ISNULL(SL.[s_cnt],0)>0 THEN ISNULL(SL.[s_cnt],0) ELSE 0 END AS storage_log_cnt, CASE WHEN ISNULL(E.[s_cnt],0)>100 THEN 100 WHEN ISNULL(E.[s_cnt],0)>0 THEN ISNULL(E.[s_cnt],0) ELSE 0 END AS exp_log_cnt, ISNULL(K.[s_cnt], 0) AS skill_cnt FROM GuildTable AS T WITH (NOLOCK) INNER JOIN ( SELECT M.[guild_id], count(M.[guild_id]) AS member_cnt FROM GuildMemberTable AS M WITH (NOLOCK) GROUP BY M.[guild_id] ) AS C ON C.[guild_id]=T.[guild_id] AND T.[server]=@server AND T.[block_type]=0 LEFT OUTER JOIN ( SELECT t1.[guild_id], count(t1.[guild_id]) AS s_cnt FROM tbl_Guild_Storage_Info AS t1 WITH (NOLOCK) GROUP BY t1.[guild_id] ) AS S ON S.[guild_id]=C.[guild_id] LEFT OUTER JOIN ( SELECT t2.[guild_id], count(t2.[guild_id]) AS s_cnt FROM tbl_Guild_Storage_Item AS t2 WITH (NOLOCK) GROUP BY t2.[guild_id] ) AS SI ON SI.[guild_id]=S.[guild_id] LEFT OUTER JOIN ( SELECT t3.[guild_id], count(t3.[guild_id]) AS s_cnt FROM tbl_Guild_Storage_Use_List AS t3 WITH (NOLOCK) WHERE t3.[use_type] IN (0, 1) GROUP BY t3.[guild_id] ) AS SL ON SL.[guild_id]=S.[guild_id] LEFT OUTER JOIN ( SELECT t4.[guild_id], count(t4.[guild_id]) AS s_cnt FROM tbl_Guild_Exp_List AS t4 WITH (NOLOCK) GROUP BY t4.[guild_id] ) AS E ON E.[guild_id]=C.[guild_id] LEFT OUTER JOIN ( SELECT t5.[guild_id], count(t5.[guild_id]) AS s_cnt FROM tbl_Guild_Skill AS t5 WITH (NOLOCK) GROUP BY t5.[guild_id] ) AS K ON K.[guild_id]=C.[guild_id] --주의 : t3.[use_type] IN (0, 1) 변경 시 [up_get_guild_storage_use_list] 프로시저도 내부도 변경할것! END GO -- ---------------------------- -- procedure structure for up_update_mail_open -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_mail_open]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_mail_open] GO CREATE PROCEDURE [dbo].[up_update_mail_open] @mail_id [uniqueidentifier], @is_open tinyint as set nocount on update dbo.MailTable set is_open = @is_open where ID = @mail_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_cash_product_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_cash_product_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_cash_product_list] GO CREATE PROCEDURE [dbo].[up_update_cash_product_list] @ProductID [uniqueidentifier] as begin set nocount on update dbo.CashProductList set State = 1 where ProductID = @ProductID end GO -- ---------------------------- -- procedure structure for up_read_account_storage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_account_storage]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_account_storage] GO CREATE PROCEDURE [dbo].[up_read_account_storage] @auth_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select item_uid, page_index, slot_index, code, use_cnt, remain_time, durability, enhance_level, option_1_code, option_1_value, option_2_code, option_2_value, option_3_code, option_3_value, option_group, ReconNum, ReconState, socket_count, socket_1_code, socket_1_value, socket_2_code, socket_2_value, socket_3_code, socket_3_value, --기간제 관련 추가 20100519 jojo expire_time, lock_pwd, activity_value, --활성석 20100928 jojo socket_1_color, socket_2_color, socket_3_color, rank, acquireroute, physical, magical, durabilitymax, weight from dbo.tbl_account_storage with (nolock) where auth_id = @auth_id return @@error GO -- ---------------------------- -- procedure structure for up_get_guild_skill -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_guild_skill]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_guild_skill] GO CREATE PROCEDURE [dbo].[up_get_guild_skill] ( @guild_id [uniqueidentifier] ) AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted SELECT skill_table_id, skill_id, skill_level FROM dbo.tbl_Guild_Skill WITH (READUNCOMMITTED) WHERE guild_id = @guild_id END GO -- ---------------------------- -- procedure structure for up_update_pet_level -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_pet_level]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_pet_level] GO CREATE PROCEDURE [dbo].[up_update_pet_level] @pet_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@Level int ,@Experience bigint ,@inventory_count tinyint as set nocount on update dbo.PetTable set [Level] = @Level ,Experience = @Experience ,inventory_count = @inventory_count where pet_id = @pet_id select * from dbo.PetTable with (READUNCOMMITTED) where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_pet -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_pet]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_pet] GO CREATE PROCEDURE [dbo].[up_update_pet] @pet_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@Level int ,@Experience bigint ,@inventory_count tinyint ,@CreateTime datetime ,@Expire_Time int ,@Class INT --펫 기본 정보 추가 jojo ,@Vital INT ,@Intelligence INT ,@Strength INT ,@Resilient INT ,@Eloquence INT ,@Charm INT ,@Temper INT ,@fHeight FLOAT ,@fWeight FLOAT ,@pet_type TINYINT --펫 추가 정보 ,@hp FLOAT ,@mp FLOAT ,@physical_attack FLOAT ,@physical_defence FLOAT ,@magical_attack FLOAT ,@magical_defence FLOAT ,@loyalty FLOAT as set nocount on UPDATE dbo.PetTable SET [Level] = @Level ,Experience = @Experience ,CreateTime = @CreateTime ,Expire_Time = @Expire_Time ,inventory_count = @inventory_count ,Job = @Class ,Vital = @Vital ,Intelligence = @Intelligence ,Strength = @Strength ,Resilient = @Resilient ,Eloquence = @Eloquence ,Charm = @Charm ,Temper = @Temper ,Height = @fHeight ,Weight = @fWeight ,Pet_Type = @pet_type ,hp = @hp ,mp = @mp ,physical_attack = @physical_attack ,physical_defence = @physical_defence ,magical_attack = @magical_attack ,magical_defence = @magical_defence ,loyalty = @loyalty where pet_id = @pet_id; select * from dbo.PetTable with (READUNCOMMITTED) where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_character_addition_status_hp -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_addition_status_hp]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_addition_status_hp] GO CREATE PROCEDURE [dbo].[up_update_character_addition_status_hp] @character_id [uniqueidentifier], @addition_hp int as begin set nocount on update CharacterTable set Addition_HP = @addition_hp where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_all_guild -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_all_guild]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_all_guild] GO CREATE PROCEDURE [dbo].[up_read_all_guild] @server int as begin set nocount on set transaction isolation level read uncommitted --select guild_id, room_id from GuildTable where [group_id] = @server and [block_type] = 0 SELECT T.[guild_id], T.[room_id] FROM GuildTable AS T WITH (NOLOCK) INNER JOIN ( SELECT M.[guild_id], count(M.[guild_id]) AS member_cnt FROM GuildMemberTable AS M WITH (NOLOCK) GROUP BY M.[guild_id] HAVING count(M.[guild_id])>0 ) AS C ON C.[guild_id]=T.[guild_id] AND T.[group_id]=@server AND T.[block_type]=0 end GO -- ---------------------------- -- procedure structure for up_read_all_auctionlist -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_all_auctionlist]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_all_auctionlist] GO CREATE PROCEDURE [dbo].[up_read_all_auctionlist] as set nocount on set transaction isolation level read uncommitted select seller_name, character_id, auth_id, item_uid, page_index, slot_index, code, use_cnt, remain_time, durability, enhance_level, option_1_code, option_1_value, option_2_code, option_2_value, option_3_code, option_3_value, option_group, ReconNum, ReconState, socket_count, socket_1_code, socket_1_value, socket_2_code, socket_2_value, socket_3_code, socket_3_value, expire_time, selling_price, --즉시구입가 start_price, --경매시작가 bidder_name, --입찰자 bidder_auth_uid, bidder_uid, --입찰자id bid_price, --입찰가격 periodtime, --경매기간 registertime, --경매등록시간 activity_value, socket_1_color, --추가 socket_2_color, socket_3_color, [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from dbo.AuctionListTable; return @@error GO -- ---------------------------- -- procedure structure for up_get_guild_storage_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_guild_storage_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_guild_storage_info] GO CREATE PROCEDURE [dbo].[up_get_guild_storage_info] ( @guild_id [uniqueidentifier] ) AS SET NOCOUNT ON set transaction isolation level read uncommitted SELECT * FROM tbl_Guild_Storage_Info WHERE guild_id = @guild_id RETURN @@error GO -- ---------------------------- -- procedure structure for up_update_pet_name -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_pet_name]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_pet_name] GO CREATE PROCEDURE [dbo].[up_update_pet_name] @pet_id [uniqueidentifier], @character_id [uniqueidentifier], @Name nvarchar(16) as set nocount on update dbo.PetTable set [Name] = @Name where pet_id = @pet_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_pet_exp -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_pet_exp]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_pet_exp] GO CREATE PROCEDURE [dbo].[up_update_pet_exp] @pet_id [uniqueidentifier], @character_id [uniqueidentifier], @Experience bigint as set nocount on update dbo.PetTable set Experience = @Experience where pet_id = @pet_id; select * from dbo.PetTable with (READUNCOMMITTED) where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_character_addition_status_magicattack -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_addition_status_magicattack]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_addition_status_magicattack] GO CREATE PROCEDURE [dbo].[up_update_character_addition_status_magicattack] @character_id [uniqueidentifier], @addition_magicattack int as begin set nocount on update CharacterTable set Addition_Magic_Attack = @addition_magicattack where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_all_item_dropgroup -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_all_item_dropgroup]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_all_item_dropgroup] GO CREATE PROCEDURE [dbo].[up_read_all_item_dropgroup] as set nocount on set transaction isolation level read uncommitted select [dropgrouptype], [item_dropgroup_id], [item_range], [item_seed] from dbo.ItemDropGroupTable; return @@error GO -- ---------------------------- -- procedure structure for up_read_all_auctionlist_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_all_auctionlist_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_all_auctionlist_statistics] GO CREATE PROCEDURE [dbo].[up_read_all_auctionlist_statistics] as set nocount on set transaction isolation level read uncommitted select * from dbo.AuctionListTable; return @@error GO -- ---------------------------- -- procedure structure for up_get_guild_storage_item_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_guild_storage_item_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_guild_storage_item_list] GO CREATE PROCEDURE [dbo].[up_get_guild_storage_item_list] ( @guild_id [uniqueidentifier] ) AS SET NOCOUNT ON set transaction isolation level read uncommitted SELECT item_uid ,page_index ,slot_index ,code ,use_cnt ,remain_time ,durability ,enhance_level ,option_1_code ,option_1_value ,option_2_code ,option_2_value ,option_3_code ,option_3_value ,option_group ,ReconNum ,ReconState ,socket_count ,socket_1_code ,socket_1_value ,socket_2_code ,socket_2_value ,socket_3_code ,socket_3_value ,expire_time ,lock_pwd ,activity_value --활성석 20100928 jojo ,link_id ,socket_1_color ,socket_2_color ,socket_3_color ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] FROM tbl_Guild_Storage_Item WHERE guild_id = @guild_id RETURN @@error GO -- ---------------------------- -- procedure structure for up_update_pet_status -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_pet_status]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_pet_status] GO CREATE PROCEDURE [dbo].[up_update_pet_status] @pet_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@hp INT ,@mp INT ,@physical_attack FLOAT ,@physical_defence FLOAT ,@magical_attack FLOAT ,@magical_defence FLOAT ,@loyalty FLOAT as set nocount on UPDATE dbo.PetTable SET hp = @hp ,mp = @mp ,physical_attack = @physical_attack ,physical_defence = @physical_defence ,magical_attack = @magical_attack ,magical_defence = @magical_defence ,loyalty = @loyalty where pet_id = @pet_id; select * from dbo.PetTable with (READUNCOMMITTED) where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_character_addition_status_magicdefense -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_addition_status_magicdefense]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_addition_status_magicdefense] GO CREATE PROCEDURE [dbo].[up_update_character_addition_status_magicdefense] @character_id [uniqueidentifier], @addition_magicdefense int as begin set nocount on update CharacterTable set Addition_Magic_Defense = @addition_magicdefense where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_buff -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_buff]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_buff] GO CREATE PROCEDURE [dbo].[up_read_buff] @character_id [uniqueidentifier] AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted SELECT * FROM BuffTable WHERE character_id = @character_id RETURN @@error END GO -- ---------------------------- -- procedure structure for up_get_guild_storage_use_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_guild_storage_use_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_guild_storage_use_list] GO CREATE PROCEDURE [dbo].[up_get_guild_storage_use_list] ( @guild_id [uniqueidentifier] ) AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted SELECT TOP 100 * FROM tbl_Guild_Storage_Use_List WITH (NOLOCK) WHERE guild_id = @guild_id and use_type IN (0, 1) ORDER BY [index] DESC --주의 : IN (0, 1) 변경 시 [up_get_guild_load_info] 프로시저도 내부도 변경할것! RETURN @@error END GO -- ---------------------------- -- procedure structure for up_update_pet_stet -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_pet_stet]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_pet_stet] GO CREATE PROCEDURE [dbo].[up_update_pet_stet] @pet_id [uniqueidentifier] ,@Vital INT ,@Intelligence INT ,@Strength INT ,@Resilient INT ,@Eloquence INT ,@Charm INT ,@Temper INT ,@fHeight FLOAT ,@fWeight FLOAT as set nocount on UPDATE dbo.PetTable SET Vital = @Vital ,Intelligence = @Intelligence ,Strength = @Strength ,Resilient = @Resilient ,Eloquence = @Eloquence ,Charm = @Charm ,Temper = @Temper ,Height = @fHeight ,Weight = @fWeight where pet_id = @pet_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_character_addition_status_mp -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_addition_status_mp]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_addition_status_mp] GO CREATE PROCEDURE [dbo].[up_update_character_addition_status_mp] @character_id [uniqueidentifier], @addition_mp int as begin set nocount on update CharacterTable set Addition_MP = @addition_mp where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_cash_product_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_cash_product_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_cash_product_list] GO CREATE PROCEDURE [dbo].[up_read_cash_product_list] @auth_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select ProductID, AuthID, CashCode, GiveCharName, AddOpt1, AddOpt2, AddOpt3 from dbo.CashProductList with (nolock) where AuthID = @auth_id and State = 0 ORDER BY Date asc return @@error GO -- ---------------------------- -- procedure structure for up_get_guild_total_count -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_guild_total_count]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_guild_total_count] GO CREATE PROCEDURE [dbo].[up_get_guild_total_count] ( @server SMALLINT ) AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted SELECT count(T.[guild_id]) AS total_cnt FROM GuildTable AS T WITH (NOLOCK) INNER JOIN ( SELECT M.[guild_id], count(M.[guild_id]) AS member_cnt FROM GuildMemberTable AS M WITH (NOLOCK) GROUP BY M.[guild_id] ) AS C ON C.[guild_id]=T.[guild_id] AND T.[server]=@server AND T.[block_type]=0 END GO -- ---------------------------- -- procedure structure for up_update_pet_type -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_pet_type]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_pet_type] GO CREATE PROCEDURE [dbo].[up_update_pet_type] @pet_id [uniqueidentifier] ,@pet_type TINYINT as set nocount on UPDATE dbo.PetTable SET Pet_Type = @pet_type WHERE pet_id = @pet_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_character_addition_status_physicattack -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_addition_status_physicattack]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_addition_status_physicattack] GO CREATE PROCEDURE [dbo].[up_update_character_addition_status_physicattack] @character_id [uniqueidentifier], @addition_physicattack int as begin set nocount on update CharacterTable set Addition_Physic_Attack = @addition_physicattack where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_cash_product_list_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_cash_product_list_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_cash_product_list_statistics] GO CREATE PROCEDURE [dbo].[up_read_cash_product_list_statistics] as set nocount on set transaction isolation level read uncommitted select * from dbo.CashProductList return @@error GO -- ---------------------------- -- procedure structure for up_get_keymap -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_keymap]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_keymap] GO CREATE PROCEDURE [dbo].[up_get_keymap] ( @auth_id [uniqueidentifier] ) AS BEGIN set nocount on declare @get_AuthID [uniqueidentifier]; SET @get_AuthID = NULL; SELECT TOP 1 @get_AuthID = AuthID FROM KeyMapTable with (READUNCOMMITTED) WHERE AuthID = @auth_id; IF( @get_AuthID IS NULL ) BEGIN insert into KeyMapTable values( @auth_id, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ); END SELECT TOP 1 * FROM KeyMapTable with (READUNCOMMITTED) WHERE AuthID = @auth_id END GO -- ---------------------------- -- procedure structure for up_update_quest -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_quest]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_quest] GO CREATE PROCEDURE [dbo].[up_update_quest] @quest_uid [uniqueidentifier], @character_id [uniqueidentifier], @quest_state tinyint, @quest_status1 smallint, @quest_status2 smallint, @quest_status3 smallint, @quest_status4 smallint, @quest_status5 smallint, @finsh_date NVARCHAR(20) as set nocount on update dbo.QuestTable set quest_state = @quest_state, quest_status1 = @quest_status1, quest_status2 = @quest_status2, quest_status3 = @quest_status3, quest_status4 = @quest_status4, quest_status5 = @quest_status5, finish_time = convert( datetime, @finsh_date ) where quest_uid = @quest_uid; return @@error GO -- ---------------------------- -- procedure structure for up_update_character_addition_status_physicdefense -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_addition_status_physicdefense]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_addition_status_physicdefense] GO CREATE PROCEDURE [dbo].[up_update_character_addition_status_physicdefense] @character_id [uniqueidentifier], @addition_physicdefense int as begin set nocount on update CharacterTable set Addition_Physic_Defense = @addition_physicdefense where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_dungeon_rank -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_dungeon_rank]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_dungeon_rank] GO CREATE PROCEDURE [dbo].[up_read_dungeon_rank] @character_id [uniqueidentifier] AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; set transaction isolation level read uncommitted -- Insert statements for procedure here SELECT [world_id], [difficulty], [rank_normal], [rank_hard], [rank_veryhard] from DungeonRank where [character_id] = @character_id return @@error END GO -- ---------------------------- -- procedure structure for up_get_other_character -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_other_character]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_other_character] GO CREATE PROCEDURE [dbo].[up_get_other_character] @character_id [uniqueidentifier], @server smallint as begin set nocount on set transaction isolation level read uncommitted select [Name] ,[Class] ,[Job] ,[Level] from CharacterTable where character_id = @character_id --and server = @server end GO -- ---------------------------- -- procedure structure for up_update_quest_show -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_quest_show]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_quest_show] GO CREATE PROCEDURE [dbo].[up_update_quest_show] @quest_uid [uniqueidentifier], @quest_show int as set nocount on update dbo.QuestTable set quest_show = @quest_show where quest_uid = @quest_uid; return @@error GO -- ---------------------------- -- procedure structure for up_update_character_block -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_block]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_block] GO CREATE PROCEDURE [dbo].[up_update_character_block] @character_id [uniqueidentifier] as begin set nocount on update CharacterTable set [Block_Type] = 4, [Block_YN] = 'Y', [IsTradeEnable] = 'N', [IsMoveEnable] = 'Y' where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_dungeon_rank_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_dungeon_rank_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_dungeon_rank_statistics] GO CREATE PROCEDURE [dbo].[up_read_dungeon_rank_statistics] AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; set transaction isolation level read uncommitted -- Insert statements for procedure here SELECT * from DungeonRank return @@error END GO -- ---------------------------- -- procedure structure for up_guild_disband -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_guild_disband]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_guild_disband] GO CREATE PROCEDURE [dbo].[up_guild_disband] @guild_id [uniqueidentifier], @character_id [uniqueidentifier] AS BEGIN SET NOCOUNT ON; SET XACT_ABORT ON; DECLARE @result_code INT; SET @result_code = 1; --1 : 성공 / -1 : 프로시저 오류 / -2 : INSERT 실패 / -3 : UPDATE 실패 BEGIN TRY BEGIN TRAN; --DELETE FROM [dbo].[GuildMemberTable] WHERE guild_id = @guild_id --Update [dbo].[GuildTable] set [name] = '___'+[name], [master_id] = NULL, [block_type]=1 WHERE guild_id = @guild_id --UPDATE [dbo].[CharacterTable] SET [GuildID] = NULL -- ,[GuildPoint] = 0 WHERE [character_id] = @character_id --캐릭터 테이블의 길드 정보 삭제 UPDATE [dbo].[CharacterTable] SET [GuildID] = NULL ,[GuildPoint] = 0 WHERE [character_id] = @character_id --길드 삭제 테이블에 길드 정보 이동 INSERT INTO [dbo].[GuildTable_DELETE] SELECT *, GETDATE() FROM [dbo].[GuildTable] AS S with (READUNCOMMITTED) WHERE S.[guild_id] = @guild_id --길드 관련 테이블 삭제 DELETE FROM [dbo].[tbl_Guild_Exp_List] WHERE [guild_id] = @guild_id DELETE FROM [dbo].[tbl_Guild_Skill] WHERE [guild_id] = @guild_id DELETE FROM [dbo].[tbl_Guild_Storage_Info] WHERE [guild_id] = @guild_id DELETE FROM [dbo].[tbl_Guild_Storage_Item] WHERE [guild_id] = @guild_id DELETE FROM [dbo].[tbl_Guild_Storage_Use_List] WHERE [guild_id] = @guild_id DELETE FROM [dbo].[GuildMemberTable] WHERE [guild_id] = @guild_id --길드 테이블 삭제 DELETE FROM [dbo].[GuildTable] WHERE [guild_id] = @guild_id COMMIT TRAN; SELECT result_code = @result_code; --결과 코드 전달 END TRY BEGIN CATCH ROLLBACK TRAN; SELECT result_code = -1; END CATCH END GO -- ---------------------------- -- procedure structure for up_update_rearing_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_rearing_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_rearing_info] GO CREATE PROCEDURE [dbo].[up_update_rearing_info] @rearing_id [uniqueidentifier], @table_id int, @job tinyint, @level int, @actionpoint int, @usedturn int, @endingid int, @rewarditem int, @vital int, @intelligence int, @strength int, @temper int, @charm int, @resilent int, @eloquence int, @exhaust int, @angry int, @normal int, @good int, @sadness int, @height float, @weight float, @index int as begin set nocount on update dbo.RearingTable set table_id = @table_id, job = @job, level = @level, actionpoint = @actionpoint, usedturn = @usedturn, endingid = @endingid, rewarditem = @rewarditem, vital = @vital, intelligence = @intelligence, strength = @strength, temper = @temper, charm = @charm, resilent = @resilent, eloquence = @eloquence, exhaust = @exhaust, angry = @angry, normal = @normal, good = @good, sadness = @sadness, height = @height, weight = @weight, [index] = @index where rearing_id = @rearing_id end GO -- ---------------------------- -- procedure structure for up_update_character_block_by_name -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_block_by_name]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_block_by_name] GO CREATE PROCEDURE [dbo].[up_update_character_block_by_name] @character_name nvarchar(16) as begin set nocount on update CharacterTable set [Block_Type] = 4, [Block_YN] = 'Y', [IsTradeEnable] = 'N', [IsMoveEnable] = 'Y' where Name = @character_name select SUCCEED = 1; end GO -- ---------------------------- -- procedure structure for up_read_equip_title -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_equip_title]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_equip_title] GO CREATE PROCEDURE [dbo].[up_read_equip_title] @character_id [uniqueidentifier] AS SET NOCOUNT ON set transaction isolation level read uncommitted SELECT [ID], [title_code], [remain_time], [expire_time] FROM dbo.[Equip_CharacterTitle] WHERE character_id = @character_id begin UPDATE [CharacterTable] SET [LastLogin] = GETDATE() WHERE [character_id] = @character_id end RETURN @@ERROR GO -- ---------------------------- -- procedure structure for up_guild_leader_change -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_guild_leader_change]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_guild_leader_change] GO CREATE PROCEDURE [dbo].[up_guild_leader_change] @guild_id [uniqueidentifier], @character_id [uniqueidentifier] as set nocount on declare @oldMaster [uniqueidentifier] select @oldMaster = master_id from dbo.GuildTable with (READUNCOMMITTED) where guild_id = @guild_id --기존 마스터의 캐릭터 아이디를 구한다. jojo update dbo.GuildTable set master_id = @character_id where guild_id = @guild_id update dbo.GuildMemberTable set grade = 0 where guild_id = @guild_id and character_id = @character_id --기존 마스터의 등급을 신입으로 변경한다. jojo update dbo.GuildMemberTable set grade = 7 where guild_id = @guild_id and character_id = @oldMaster return @@error GO -- ---------------------------- -- procedure structure for up_update_rearing_turn -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_rearing_turn]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_rearing_turn] GO CREATE PROCEDURE [dbo].[up_update_rearing_turn] @rearing_id [uniqueidentifier], @usedturn int as begin set nocount on update dbo.RearingTable set usedturn = @usedturn where rearing_id = @rearing_id end GO -- ---------------------------- -- procedure structure for up_update_character_dice_point -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_dice_point]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_dice_point] GO CREATE PROCEDURE [dbo].[up_update_character_dice_point] @character_id [uniqueidentifier], @dice_point int as begin set nocount on update CharacterTable set dice_point = @dice_point where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_fortune -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_fortune]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_fortune] GO CREATE PROCEDURE [dbo].[up_read_fortune] @character_id [uniqueidentifier] AS BEGIN SET NOCOUNT ON set transaction isolation level read uncommitted SELECT * FROM FortuneTable WHERE character_id = @character_id RETURN @@error END GO -- ---------------------------- -- procedure structure for up_guild_member_remove -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_guild_member_remove]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_guild_member_remove] GO CREATE PROCEDURE [dbo].[up_guild_member_remove] @guild_id [uniqueidentifier], @character_id [uniqueidentifier] AS BEGIN SET NOCOUNT ON; SET XACT_ABORT ON; DECLARE @result_code INT; SET @result_code = 1; --1 : 성공 / -1 : 프로시저 오류 / -2 : INSERT 실패 / -3 : UPDATE 실패 BEGIN TRY BEGIN TRAN; DELETE FROM dbo.GuildMemberTable WHERE guild_id = @guild_id and character_id = @character_id --탈퇴/삭제된 유저의 길드포인트는 0으로 변경 jojo UPDATE [dbo].[CharacterTable] SET [GuildID] = NULL, [GuildPoint] = 0 WHERE [character_id] = @character_id COMMIT TRAN; SELECT result_code = @result_code; --결과 코드 전달 END TRY BEGIN CATCH ROLLBACK TRAN; SELECT result_code = -1; END CATCH END GO -- ---------------------------- -- procedure structure for up_update_remaintime_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_remaintime_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_remaintime_item] GO CREATE PROCEDURE [dbo].[up_update_remaintime_item] @character_id [uniqueidentifier] as begin set nocount on update N_InventoryItem set [remain_time] = [remain_time]-DATEDIFF(second, [create_time], GETDATE()), [update_time] = GETDATE() where character_id = @character_id and [remain_time] > 0 update N_EquipItem set [remain_time] = [remain_time]-DATEDIFF(second, [create_time], GETDATE()), [update_time] = GETDATE() where character_id = @character_id and [remain_time] > 0 update N_MailItem set [remain_time] = [remain_time]-DATEDIFF(second, [create_time], GETDATE()), [update_time] = GETDATE() where character_id = @character_id and [remain_time] > 0 end GO -- ---------------------------- -- procedure structure for up_update_character_duel_disconnect -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_disconnect]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_disconnect] GO CREATE PROCEDURE [dbo].[up_update_character_duel_disconnect] @character_id [uniqueidentifier] as begin set nocount on update BattleInfo set duel_disconnect = duel_disconnect + 1 where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_friend_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_friend_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_friend_list] GO CREATE PROCEDURE [dbo].[up_read_friend_list] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted -- select * from dbo.FriendTableEx where character_id = @character_id SELECT FriendTableEx.character_id, FriendTableEx.friend_id, FriendTableEx.[Name], FriendTableEx.Class, FriendTableEx.IsCut, FriendTableEx.CutReason, FriendTableEx.EntryTime, FriendTableEx.[index], CharacterTable.[level] FROM FriendTableEx INNER JOIN CharacterTable ON FriendTableEx.friend_id = CharacterTable.character_id and Block_Type = 0 WHERE (FriendTableEx.character_id = @character_id) return @@error GO -- ---------------------------- -- procedure structure for up_guild_storage_extension -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_guild_storage_extension]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_guild_storage_extension] GO CREATE PROCEDURE [dbo].[up_guild_storage_extension] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@slot_count INT ,@cost_money INT ,@page_count TINYINT ,@level INT ) AS SET NOCOUNT ON declare @my_money int BEGIN -- 비용 제거해야함 SELECT @my_money = [gold] FROM [dbo].[tbl_Guild_Storage_info] with (READUNCOMMITTED) where [guild_id] = @guild_id -- 돈 삭제 및 길드 설정 if (@my_money - @cost_money) > 0 begin UPDATE [dbo].[tbl_Guild_Storage_info] SET [gold] = (@my_money - @cost_money) WHERE [guild_id] = @guild_id end else begin UPDATE [dbo].[tbl_Guild_Storage_info] SET [gold] = 0 WHERE [guild_id] = @guild_id end UPDATE tbl_Guild_Storage_Info SET [page_count] = @page_count ,[slot_count] = @slot_count ,[level] = @level WHERE [guild_id] = @guild_id END RETURN GO -- ---------------------------- -- procedure structure for up_update_reward -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_reward]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_reward] GO CREATE PROCEDURE [dbo].[up_update_reward] @character_id [uniqueidentifier], @reward_type tinyint, @reward_code int, @reward_count int, @reward_grade int, @reward tinyint AS SET NOCOUNT ON BEGIN UPDATE RewardTable SET reward_code = @reward_code, reward_count= @reward_count, reward_grade= @reward_grade, reward = @reward WHERE reward_type = @reward_type and character_id = @character_id END RETURN @@error GO -- ---------------------------- -- procedure structure for up_update_character_duel_Experience -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_Experience]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_Experience] GO CREATE PROCEDURE [dbo].[up_update_character_duel_Experience] @character_id [uniqueidentifier], @duel_experience bigint as begin set nocount on update BattleInfo set duel_exp = @duel_experience where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_guild -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_guild]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_guild] GO CREATE PROCEDURE [dbo].[up_read_guild] @guild_id [uniqueidentifier] as begin set nocount on set transaction isolation level read uncommitted select [guild_id] ,[name] ,[master_id] ,[experience] ,[point] ,[room_id] ,[max_member] ,[notice] ,[icon] ,[permission01] ,[permission02] ,[permission03] ,[permission04] ,[permission05] ,[permission06] ,[permission07] ,[permission08] ,[level] --길드 레벨 추가 jojo ,[group_id] -- 그룹 추가 jojo ,[server] -- 서버 추가 jojo ,[Storage] -- 창고 관련 추가 jojo from GuildTable where guild_id = @guild_id end GO -- ---------------------------- -- procedure structure for up_init_auth_link -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_init_auth_link]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_init_auth_link] GO CREATE PROCEDURE [dbo].[up_init_auth_link] @db_src nvarchar(32), @db_account nvarchar(32), @db_pass nvarchar(32) as set nocount on --링크드 서버 설정 --서버등록 EXEC sp_addlinkedserver @server='RustyHeartsLinkAuth', -- 링크드서버이름, 기본값없음 @srvproduct = '', -- OLEDB 데이터원본제품이름, 기본값NULL @provider = 'SQLOLEDB', -- 공급자고유식별자 @datasrc = @db_src, -- 데이터원본이름 @provstr='', -- OLEDB 공급자연결문자열, 기본값NULL @catalog='RustyHearts_Auth' -- 공급자연결카다로그, 데이터베이스이름 --서버등록확인 SELECT * FROM master.dbo.sysservers --연결계정등록 EXEC sp_addlinkedsrvlogin @rmtsrvname = 'RustyHeartsLinkAuth', -- 링크드서버이름, 기본값없음 @useself = 'false', -- 로그인이름사용유무, 기본값true @locallogin = NULL, -- 로컬서버로그인여부, 기본값NULL @rmtuser = @db_account, -- 사용자이름 @rmtpassword = @db_pass -- 사용자암호 EXEC SP_SERVEROPTION [RustyHeartsLinkAuth], 'RPC OUT' , 'TRUE' return @@error GO -- ---------------------------- -- procedure structure for up_update_reward_coupon -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_reward_coupon]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_reward_coupon] GO CREATE PROCEDURE [dbo].[up_update_reward_coupon] @auth_id uniqueidentifier, @character_id uniqueidentifier, @character_name nvarchar(16), @bcust_id nvarchar(50), @IP varchar(16), @coupon_type int, @coupon nvarchar(50), @use_date datetime, @no int output, @use tinyint output, @item_code int output, @item_count smallint output as set nocount on SET @use = 0; SET @no = 0; SET @item_code = 0; SET @item_count = 0; select top 1 @no = [no], @use = [use], @item_code = [item_code], @item_count = [item_count] from [dbo].[Coupon] with (READUNCOMMITTED) where [coupon] = @coupon and [coupon_type] = @coupon_type if ( @no <> 0 ) begin --search if( @use = 0 ) begin --save UPDATE [dbo].[Coupon] SET [use] = 1, [use_date] = @use_date, [AuthID] = @auth_id, [character_id] = @character_id, [bcust_id] = @bcust_id, [Name] = @character_name, [IP] = @IP where [coupon] = @coupon and [coupon_type] = @coupon_type; SET @use = 2 end end select @no, @use, @item_code, @item_count return @@error GO -- ---------------------------- -- procedure structure for up_update_character_duel_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_info] GO CREATE PROCEDURE [dbo].[up_update_character_duel_info] @character_id [uniqueidentifier], @duel_point int, @duel_experience bigint, @duel_win int, @duel_lose int, @duel_disconnect int as begin set nocount on update BattleInfo set duel_point = @duel_point, duel_exp = @duel_experience, duel_disconnect = @duel_disconnect, total_win = @duel_win, total_lose = @duel_lose where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_guild_member -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_guild_member]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_guild_member] GO CREATE PROCEDURE [dbo].[up_read_guild_member] @guild_id [uniqueidentifier] as begin set nocount on set transaction isolation level read uncommitted select [character_id], [character_name], [alias_name], [grade], [class], [level], [LTime] from GuildMemberTable where guild_id = @guild_id end GO -- ---------------------------- -- procedure structure for up_init_log_link -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_init_log_link]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_init_log_link] GO CREATE PROCEDURE [dbo].[up_init_log_link] @db_src nvarchar(32), @db_account nvarchar(32), @db_pass nvarchar(32) as set nocount on --링크드 서버 설정 --서버등록 EXEC sp_addlinkedserver @server='RustyHearts_LogDB', -- 링크드서버이름, 기본값없음 @srvproduct = '', -- OLEDB 데이터원본제품이름, 기본값NULL @provider = 'SQLOLEDB', -- 공급자고유식별자 @datasrc = @db_src, -- 데이터원본이름 @provstr='', -- OLEDB 공급자연결문자열, 기본값NULL @catalog='RustyHearts_Log' -- 공급자연결카다로그, 데이터베이스이름 --서버등록확인 SELECT * FROM master.dbo.sysservers --연결계정등록 EXEC sp_addlinkedsrvlogin @rmtsrvname = 'RustyHearts_LogDB', -- 링크드서버이름, 기본값없음 @useself = 'false', -- 로그인이름사용유무, 기본값true @locallogin = NULL, -- 로컬서버로그인여부, 기본값NULL @rmtuser = @db_account, -- 사용자이름 @rmtpassword = @db_pass -- 사용자암호 EXEC SP_SERVEROPTION [RustyHearts_LogDB], 'RPC OUT' , 'TRUE' return @@error GO -- ---------------------------- -- procedure structure for schedule_duel_rank -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[schedule_duel_rank]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[schedule_duel_rank] GO CREATE PROCEDURE [dbo].[schedule_duel_rank] AS BEGIN delete BattleRank -- 승점 전체 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 0, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (nolock) inner join CharacterTable CT on CT.character_id = BI.character_id where BI.duel_exp > 100 -- 승점 프란츠 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 1, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (nolock) inner join CharacterTable CT on CT.character_id = BI.character_id where BI.duel_exp > 100 and CT.Class = 1 or CT.Class = 101 or CT.Class = 102 -- 승점 안젤라 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 2, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (nolock) inner join CharacterTable CT on CT.character_id = BI.character_id where BI.duel_exp > 100 and CT.Class =2 or CT.Class = 201 or CT.Class = 202 -- 승점 튜드 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 3, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (nolock) inner join CharacterTable CT on CT.character_id = BI.character_id where BI.duel_exp > 100 and CT.Class = 3 or CT.Class = 301 or CT.Class = 302 -- 승점 나타샤 insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 4, RANK() over(order by duel_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_exp, BI.total_win, BI.total_lose from BattleInfo BI with (nolock) inner join CharacterTable CT on CT.character_id = BI.character_id where BI.duel_exp > 100 and CT.Class = 4 or CT.Class = 401 or CT.Class = 402 -- 승점 Ladder insert into BattleRank (rank_type, grade, character_id, char_name, char_class, duel_exp, total_win, total_lose) select top(100) 100, RANK() over(order by duel_ladder_exp desc), CT.character_id, CT.Name, CT.Class, BI.duel_ladder_exp, BI.ladder_win, BI.ladder_lose from BattleInfo BI with (nolock) inner join CharacterTable CT on CT.character_id = BI.character_id where BI.duel_ladder_exp > 0 and BI.ladder_win + BI.ladder_lose > 0 delete from BattleRank where total_win + total_lose = 0 return 0 END GO -- ---------------------------- -- procedure structure for up_update_character_duel_ladder -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_ladder]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_ladder] GO CREATE PROCEDURE [dbo].[up_update_character_duel_ladder] @character_id [uniqueidentifier], @duel_ladder_exp int, @duel_ladder_point int as begin set nocount on update BattleInfo set duel_ladder_point = @duel_ladder_point, duel_ladder_exp = @duel_ladder_exp where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_update_skill_level -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_skill_level]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_skill_level] GO CREATE PROCEDURE [dbo].[up_update_skill_level] @skill_id [uniqueidentifier], @skill_level int as set nocount on update dbo.SkillTable set skill_level = @skill_level where skill_id = @skill_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_auctionItem -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_auctionItem]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_auctionItem] GO CREATE PROCEDURE [dbo].[up_insert_auctionItem] @seller_name nvarchar(16), @item_id [uniqueidentifier], @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @page_index int, @slot_index int, @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, @expire_time int, @selling_price int, @start_price int, @bidder_name nvarchar(16), @bidder_auth_uid [uniqueidentifier], @bidder_uid [uniqueidentifier], @bid_price int, @periodtime int, @registertime bigint, @activity_value int, --활성석 20100928 jojo @socket_1_color tinyint, --소켓 @socket_2_color tinyint, @socket_3_color tinyint, @item_name nvarchar(30), @item_level tinyint, @item_category int, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on set xact_abort on begin begin tran insert dbo.AuctionListTable ( [seller_name], [item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [selling_price], [start_price], [bidder_name], [bidder_auth_uid], [bidder_uid], [bid_price], [periodtime], [registertime], [activity_value], --활성석 20100928 jojo [socket_1_color], [socket_2_color], [socket_3_color], [item_name], [item_level], [item_category], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) values( @seller_name, @item_id, @character_id, @auth_id, @page_index, @slot_index, @code, @use_cnt, @remain_time, getdate(), getdate(), @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @OptionGroup, @ReconNum, @ReconState, @socket_count, @socket_1_code, @socket_1_value, @socket_2_code, @socket_2_value, @socket_3_code, @socket_3_value, @expire_time, @selling_price, @start_price, @bidder_name, @bidder_auth_uid, @bidder_uid, @bid_price, @periodtime, @registertime, @activity_value, --활성석 20100928 jojo @socket_1_color, @socket_2_color, @socket_3_color, @item_name, @item_level, @item_category, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight ) delete from N_InventoryItem where [item_uid] = @item_id --모두 옮겼으므로 삭제 if(@@error <> 0 ) begin rollback return end commit end GO -- ---------------------------- -- procedure structure for up_read_guild_server -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_guild_server]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_guild_server] GO CREATE PROCEDURE [dbo].[up_read_guild_server] ( @group_id SMALLINT ,@server SMALLINT ) as begin set nocount on set transaction isolation level read uncommitted select guild_id, room_id from GuildTable where [server] = @server and group_id = @group_id and [block_type] = 0 end GO -- ---------------------------- -- procedure structure for up_update_character_duel_ladder_point -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_ladder_point]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_ladder_point] GO CREATE PROCEDURE [dbo].[up_update_character_duel_ladder_point] @character_id [uniqueidentifier], @duel_ladder_point int as begin set nocount on update BattleInfo set duel_ladder_point = @duel_ladder_point where character_id = @character_id end GO -- ---------------------------- -- procedure structure for skill_learn_base -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[skill_learn_base]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[skill_learn_base] GO CREATE PROCEDURE [dbo].[skill_learn_base] @char_id [uniqueidentifier], @class int as begin set nocount on declare @skillid00 nvarchar(50), @skillid01 nvarchar(50), @skillid02 nvarchar(50), @skillid03 nvarchar(50), @skillid04 nvarchar(50), @skillid05 nvarchar(50), @skillid06 nvarchar(50), @skillid07 nvarchar(50), @skillid08 nvarchar(50); set @skillid00 = convert( nvarchar(50), newid() ); set @skillid01 = convert( nvarchar(50), newid() ); set @skillid02 = convert( nvarchar(50), newid() ); set @skillid03 = convert( nvarchar(50), newid() ); set @skillid04 = convert( nvarchar(50), newid() ); set @skillid05 = convert( nvarchar(50), newid() ); set @skillid06 = convert( nvarchar(50), newid() ); set @skillid07 = convert( nvarchar(50), newid() ); set @skillid08 = convert( nvarchar(50), newid() ); declare @updatesql nvarchar(2500), @char_char_id nvarchar(50); set @char_char_id = convert( nvarchar(50), @char_id ); if @class = 1 or @class = 101 or @class = 102 begin SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid00 + ''',''' + @char_char_id + ''', 0, -1, 20001, 1, GetDate(), 1 )' EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid01 + ''',''' + @char_char_id + ''', 0, -1, 20051, 1, GetDate(), 1 )' EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid02 + ''',''' + @char_char_id + ''', 0, 0, 10001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid03 + ''',''' + @char_char_id + ''', 0, 1, 10002, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid04 + ''',''' + @char_char_id + ''', 0, -1, 10051, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid05 + ''',''' + @char_char_id + ''', 0, -1, 10052, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql end else if @class = 2 or @class = 201 or @class = 202 begin SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid00 + ''',''' + @char_char_id + ''', 0, -1, 20051, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid01 + ''',''' + @char_char_id + ''', 0, -1, 60001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid02 + ''',''' + @char_char_id + ''', 0, 0, 10001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid03 + ''',''' + @char_char_id + ''', 0, 1, 10002, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid04 + ''',''' + @char_char_id + ''', 0, -1, 10051, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid05 + ''',''' + @char_char_id + ''', 0, -1, 10052, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql end else if @class = 3 or @class = 301 or @class = 302 begin SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid00 + ''',''' + @char_char_id + ''', 0, -1, 20001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid01 + ''',''' + @char_char_id + ''', 0, -1, 20002, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid02 + ''',''' + @char_char_id + ''', 0, 0, 10001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid03 + ''',''' + @char_char_id + ''', 0, 1, 10002, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid04 + ''',''' + @char_char_id + ''', 0, -1, 10051, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid05 + ''',''' + @char_char_id + ''', 0, -1, 10052, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql end else if @class = 4 or @class = 401 or @class = 402 begin SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid00 + ''',''' + @char_char_id + ''', 0, -1, 40001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid01 + ''',''' + @char_char_id + ''', 0, -1, 50001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid02 + ''',''' + @char_char_id + ''', 0, 0, 10001, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid03 + ''',''' + @char_char_id + ''', 0, 1, 10002, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid04 + ''',''' + @char_char_id + ''', 0, -1, 10051, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql SET @updatesql = 'insert into [dbo].SkillTable values ( ''' + @skillid05 + ''',''' + @char_char_id + ''', 0, -1, 10052, 1, GetDate(), 1 )'; EXEC sp_executesql @updatesql end insert into dbo.QuickSlotExTable values ( @char_id, --0 0, NULL, --1 0, --2 NULL, --3 0, --4 NULL, --5 0, --6 NULL, --7 0, --8 NULL, --9 0, --10 NULL, --11 0, --12 NULL, --13 0, --14 NULL, --15 2, --16 convert( [uniqueidentifier], @skillid00 ), --17 2, --18 convert( [uniqueidentifier], @skillid01 ), --19 0, --20 NULL, --21 0, --22 NULL, --23 0, --24 NULL, --25 0, --26 NULL, --1 0, --2 NULL, --3 0, --4 NULL, --5 0, --6 NULL, --7 0, --8 NULL, --9 0, --10 NULL, --11 0, --12 NULL, --13 0, --14 NULL, --15 0, --16 NULL, --17 0, --18 NULL, --19 0, --20 NULL, --21 0, --22 NULL, --23 0, --24 NULL, --25 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --24 NULL ); end GO -- ---------------------------- -- procedure structure for up_insert_auctionsendmail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_auctionsendmail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_auctionsendmail] GO CREATE PROCEDURE [dbo].[up_insert_auctionsendmail] @money int, @NewMailID [uniqueidentifier], @item_id [uniqueidentifier], @character_id [uniqueidentifier], @page_index int, @slot_index int, @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, @expire_time int, @recver_name nvarchar(16), @msg nvarchar(100), @mailtype int, @activity_value int,--활성석 20100928 jojo @socket_1_color tinyint, --소켓 @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on declare @auth_id [uniqueidentifier] set @auth_id = NULL select @auth_id = [AuthID] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name begin tran begin insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @character_id, --3 @recver_name, --4 @msg, --3 @money, --4 9, 0, 0, --8 GETDATE(), @mailtype ); Exec dbo.up_auctionitemMoveToMailitem @item_id, @character_id, @auth_id, @page_index, @slot_index, @code, @use_cnt, @remain_time, @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @OptionGroup, @ReconNum, @ReconState, @Socket_count, @Socket_1_code, @Socket_1_value, @Socket_2_code, @Socket_2_value, @Socket_3_code, @Socket_3_value, @expire_time, @NewMailID, @activity_value, --활성석 20100928 jojo @socket_1_color, --소켓 @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_update_storage_useable_count -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_storage_useable_count]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_storage_useable_count] GO CREATE PROCEDURE [dbo].[up_update_storage_useable_count] @character_id [uniqueidentifier], @useable_count int as set nocount on update dbo.CharacterTable set storage_count = @useable_count where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_character_duel_lose -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_lose]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_lose] GO CREATE PROCEDURE [dbo].[up_update_character_duel_lose] @character_id [uniqueidentifier] as begin set nocount on update BattleInfo set total_lose = total_lose + 1 where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_inquiry -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_inquiry]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_inquiry] GO CREATE PROCEDURE [dbo].[up_read_inquiry] as set nocount on set transaction isolation level read uncommitted select * from dbo.InquiryTable return @@error GO -- ---------------------------- -- procedure structure for up_insert_auctionsendmail_copy1 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_auctionsendmail_copy1]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_auctionsendmail_copy1] GO CREATE PROCEDURE [dbo].[up_insert_auctionsendmail_copy1] @money int, @NewMailID [uniqueidentifier], @item_id [uniqueidentifier], @character_id [uniqueidentifier], @page_index int, @slot_index int, @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, @expire_time int, @recver_name nvarchar(16), @msg nvarchar(100), @mailtype int, @activity_value int,--활성석 20100928 jojo @socket_1_color tinyint, --소켓 @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on declare @auth_id [uniqueidentifier] set @auth_id = NULL select @auth_id = [AuthID] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name begin tran begin insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @character_id, --3 @recver_name, --4 @msg, --3 @money, --4 9, 0, 0, --8 GETDATE(), @mailtype ); Exec dbo.up_auctionitemMoveToMailitem @item_id, @character_id, @auth_id, @page_index, @slot_index, @code, @use_cnt, @remain_time, @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @OptionGroup, @ReconNum, @ReconState, @Socket_count, @Socket_1_code, @Socket_1_value, @Socket_2_code, @Socket_2_value, @Socket_3_code, @Socket_3_value, @expire_time, @NewMailID, @activity_value, --활성석 20100928 jojo @socket_1_color, --소켓 @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_add_ban -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_add_ban]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_add_ban] GO CREATE PROCEDURE [dbo].[up_add_ban] ( @character_id [uniqueidentifier], @ban_name nvarchar(16), @ban_memo nvarchar(32) ) as set nocount on declare @ban_id [uniqueidentifier]; declare @ban_class int; SET @ban_id = NULL; SELECT TOP 1 @ban_id = [character_id], @ban_class = [class] FROM CharacterTable WITH(NOLOCK) WHERE [Name] = @ban_name and Block_Type = 0; IF( @ban_id IS NOT NULL ) BEGIN IF not EXISTS ( SELECT TOP 1 character_id FROM FriendTableEx with (READUNCOMMITTED) WHERE character_id = @character_id and friend_id = @ban_id ) BEGIN INSERT INTO FriendTableEx VALUES ( @character_id, @ban_id, @ban_name, @ban_class, 1, @ban_memo, GetDate() ); END ELSE BEGIN UPDATE [FriendTableEx] SET [IsCut] = 1 ,[CutReason] = @ban_memo WHERE character_id = @character_id and friend_id = @ban_id; END SELECT TOP 1 [character_id], [class], [level] FROM CharacterTable WITH(NOLOCK) WHERE [Name] = @ban_name; END ELSE BEGIN SELECT @ban_id, @ban_class, 0 END GO -- ---------------------------- -- procedure structure for up_update_character_duel_point -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_point]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_point] GO CREATE PROCEDURE [dbo].[up_update_character_duel_point] @character_id [uniqueidentifier], @duel_point int as begin set nocount on update BattleInfo set duel_point = @duel_point where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_update_uni_account_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_uni_account_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_uni_account_info] GO CREATE PROCEDURE [dbo].[up_update_uni_account_info] @auth_id [uniqueidentifier], @AccountStorage_Count int, @AccountStorage_Gold int, @Use_CharacterSlot int as set nocount on declare @get_AuthID [uniqueidentifier] declare @bcust_id nvarchar(50) set @get_AuthID = NULL begin update dbo.UniAccountInfo set AccountStorage_Count = @AccountStorage_Count, AccountStorage_Gold = @AccountStorage_Gold, Use_CharacterSlot = @Use_CharacterSlot where AuthID = @auth_id; end return @@error GO -- ---------------------------- -- procedure structure for up_insert_buff -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_buff]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_buff] GO CREATE PROCEDURE [dbo].[up_insert_buff] @character_id uniqueidentifier, @type int, @id int, @time int as set nocount on if NOT EXISTS (select @character_id from [dbo].[BuffTable] with (READUNCOMMITTED) where [character_id] = @character_id and [buff_type] = @type and [buff_id] = @id ) begin insert into BuffTable values ( @character_id, @type, @id, @time ); end return @@error GO -- ---------------------------- -- procedure structure for up_read_inquiry_character -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_inquiry_character]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_inquiry_character] GO CREATE PROCEDURE [dbo].[up_read_inquiry_character] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select * from dbo.InquiryTable with (nolock) where [character_id] = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_character_duel_win -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_duel_win]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_duel_win] GO CREATE PROCEDURE [dbo].[up_update_character_duel_win] @character_id [uniqueidentifier] as begin set nocount on update BattleInfo set total_win = total_win + 1 where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_add_character_title -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_add_character_title]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_add_character_title] GO CREATE PROCEDURE [dbo].[up_add_character_title] @character_id [uniqueidentifier], @new_id [uniqueidentifier], @title_code int, @remain_time int, @expire_time int AS SET NOCOUNT ON INSERT INTO CharacterTitle VALUES( @new_id, @character_id, @title_code, @remain_time, @expire_time ); RETURN @@ERROR GO -- ---------------------------- -- procedure structure for up_insert_cash_effectinfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_cash_effectinfo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_cash_effectinfo] GO CREATE PROCEDURE [dbo].[up_insert_cash_effectinfo] @item_id [uniqueidentifier], @character_id [uniqueidentifier], @package_code int, @expire_time int as set nocount on set xact_abort on begin begin tran insert dbo.Cash_EffectTable ( [item_uid], [cha_uid], [package_code], [expire_time] ) values( @item_id, @character_id, @package_code, @expire_time ) if(@@error <> 0 ) begin rollback return end commit end GO -- ---------------------------- -- procedure structure for up_update_uni_account_playtime -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_uni_account_playtime]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_uni_account_playtime] GO CREATE PROCEDURE [dbo].[up_update_uni_account_playtime] @auth_id [uniqueidentifier], @playtime int as set nocount on begin update dbo.UniAccountInfo set [Accruable_PlayTime] = @playtime, [LastLogout] = getdate() where [AuthID] = @auth_id; end return @@error GO -- ---------------------------- -- procedure structure for up_update_character_experience -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_experience]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_experience] GO CREATE PROCEDURE [dbo].[up_update_character_experience] @character_id [uniqueidentifier], @experience bigint as begin set nocount on update CharacterTable set Experience = @experience where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_booth_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_booth_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_booth_list] GO CREATE PROCEDURE [dbo].[up_read_item_booth_list] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select useable_count, gold_01, gold_02, gold_03, gold_04, gold_05, gold_06, gold_07, gold_08, gold_09, gold_10, gold_11, gold_12 from dbo.ItemBoothTable with (nolock) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_cash_product_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_cash_product_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_cash_product_list] GO CREATE PROCEDURE [dbo].[up_insert_cash_product_list] @GiveCharName varchar(19), @ProductID [uniqueidentifier], @AuthID [uniqueidentifier], @CashCode int, @GiftRecvName nvarchar(16), @AddOpt1 int, @AddOpt2 int, @AddOpt3 int as set nocount on declare @auth_id [uniqueidentifier] set xact_abort on if @GiftRecvName = '' begin set @auth_id = @AuthID set @GiveCharName = '' end else begin select @auth_id = [AuthID] from CharacterTable with (READUNCOMMITTED) where [Name] = @GiftRecvName end begin begin tran insert dbo.CashProductList ( [ProductID], [AuthID], [CashCode], [Date], [State], [GiveCharName], [AddOpt1], [AddOpt2], [AddOpt3] ) values( @ProductID, @auth_id, @CashCode, getdate(), 0, @GiveCharName, @AddOpt1, @AddOpt2, @AddOpt3 ) if(@@error <> 0 ) begin rollback return end commit end GO -- ---------------------------- -- procedure structure for up_add_friend -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_add_friend]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_add_friend] GO CREATE PROCEDURE [dbo].[up_add_friend] ( @character_id [uniqueidentifier], @friend_name nvarchar(16) ) as set nocount on declare @friend_id [uniqueidentifier]; declare @friend_class int , @Block_Type tinyint , @friend_level int; set @friend_id = NULL select TOP 1 @friend_id = [character_id] , @friend_class = [class] , @friend_level = [level] , @Block_Type = Block_Type from dbo.CharacterTable WITH(READUNCOMMITTED) WHERE [Name] = @friend_name IF( @friend_id IS NOT NULL AND @Block_Type = 0 ) BEGIN if NOT EXISTS ( select TOP 1 character_id from dbo.FriendTableEx WITH(READUNCOMMITTED) where character_id = @character_id and friend_id = @friend_id ) BEGIN insert into dbo.FriendTableEx values( @character_id, @friend_id, @friend_name, @friend_class, 0, '', GetDate() ); IF EXISTS ( SELECT TOP 1 [character_id] FROM dbo.FriendTableEx WITH(READUNCOMMITTED) WHERE [Name] = @friend_name ) BEGIN SELECT @friend_id [character_id], @friend_class [class], @friend_level [level] RETURN; END END END SELECT @friend_id , @friend_class , @friend_level RETURN; GO -- ---------------------------- -- procedure structure for up_update_character_fatigue -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_fatigue]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_fatigue] GO CREATE PROCEDURE [dbo].[up_update_character_fatigue] @character_id [uniqueidentifier] ,@fatigue int ,@cash tinyint as begin set nocount on declare @curfatigue int; set @curfatigue = 0 if( @cash = 0 ) begin SELECT TOP 1 @curfatigue = [Fatigue] FROM CharacterTable WITH(NOLOCK) WHERE character_id = @character_id if( @curfatigue > @fatigue + 100 ) begin set @fatigue = @curfatigue end end update CharacterTable set Fatigue = @fatigue where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_dropgroup -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_dropgroup]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_dropgroup] GO CREATE PROCEDURE [dbo].[up_read_item_dropgroup] @dropgrouptype int, @dropgroup_id int as set nocount on set transaction isolation level read uncommitted select dropgrouptype, item_dropgroup_id, item_range, item_seed from dbo.ItemDropGroupTable with (nolock) where item_dropgroup_id = @dropgroup_id and dropgrouptype = @dropgrouptype; return @@error GO -- ---------------------------- -- procedure structure for up_insert_guild_increase_exp -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_guild_increase_exp]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_guild_increase_exp] GO CREATE PROCEDURE [dbo].[up_insert_guild_increase_exp] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@exp int ,@time NVARCHAR(20) ,@character_name nvarchar(16) ) AS declare @experience bigint declare @charexp int SET NOCOUNT ON IF EXISTS(select guild_id from GuildTable with (READUNCOMMITTED) where guild_id = @guild_id) BEGIN --캐릭터의 길드 포인트를 감소 시킨다 SELECT @charexp = GuildPoint FROM CharacterTable with (READUNCOMMITTED) WHERE character_ID = @character_id IF( 0>=@charexp OR 0>=(@charexp - @exp) ) BEGIN SET @charexp = 0 END ELSE BEGIN SET @charexp = @charexp - @exp END UPDATE CharacterTable SET GuildPoint = @charexp WHERE character_ID = @character_id --길드 포인트 주입 SELECT @experience = experience FROM GuildTable with (READUNCOMMITTED) WHERE guild_id = @guild_id SET @experience = @experience + @exp UPDATE GuildTable SET experience = @experience WHERE guild_id = @guild_id INSERT INTO tbl_Guild_Exp_List VALUES ( @guild_id ,@character_id ,@exp ,@time ,@character_name ) END RETURN @@error GO -- ---------------------------- -- procedure structure for up_add_inquiry_count -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_add_inquiry_count]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_add_inquiry_count] GO CREATE PROCEDURE [dbo].[up_add_inquiry_count] @auth_id uniqueidentifier as set nocount on --declare @inquiry_count tinyint --select @inquiry_count = [InquiryCount] from [RustyHeartsLinkAuth].[RustyHearts_Auth].[dbo].[AuthTable] with (READUNCOMMITTED) where [AuthID] = @auth_id --UPDATE [RustyHeartsLinkAuth].[RustyHearts_Auth].[dbo].[AuthTable] SET [InquiryCount] = @inquiry_count + 1 WHERE [AuthID] = @auth_id return @@error GO -- ---------------------------- -- procedure structure for up_update_character_fatiguestorage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_fatiguestorage]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_fatiguestorage] GO CREATE PROCEDURE [dbo].[up_update_character_fatiguestorage] @character_id [uniqueidentifier], @fatigue int as begin set nocount on update CharacterTable set FatigueStorage = @fatigue where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_equip -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_equip]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_equip] GO CREATE PROCEDURE [dbo].[up_read_item_equip] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select * from dbo.N_EquipItem with (nolock) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_guild_member -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_guild_member]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_guild_member] GO CREATE PROCEDURE [dbo].[up_insert_guild_member] @guild_id [uniqueidentifier], @character_id [uniqueidentifier], @name nvarchar(16), @alias_name nvarchar(16), @grade int, @class int, @level int AS BEGIN SET NOCOUNT ON; SET XACT_ABORT ON; DECLARE @check_character_id [uniqueidentifier]; DECLARE @result_code INT; SET @check_character_id = NULL; SET @result_code = 1; --1 : 성공 / -1 : 프로시저 오류 / -2 : INSERT 실패 / -3 : UPDATE 실패 BEGIN TRY BEGIN TRAN; SELECT @check_character_id = [character_id] from GuildMemberTable with (READUNCOMMITTED) where [character_id] = @character_id; --AND [guild_id] = @guild_id IF( @check_character_id IS NULL ) BEGIN INSERT INTO GuildMemberTable VALUES ( @guild_id, --0 @character_id, --1 @name, --2 @alias_name, --3 @grade, @class, --4 @level, GetDate() ); UPDATE [dbo].[CharacterTable] SET [GuildID]=@guild_id WHERE [character_id] = @character_id END ELSE BEGIN SET @result_code = -2; END COMMIT TRAN; SELECT result_code = @result_code; --결과 코드 전달 END TRY BEGIN CATCH ROLLBACK TRAN; SELECT result_code = -1; END CATCH END GO -- ---------------------------- -- procedure structure for up_all_delete_quest -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_all_delete_quest]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_all_delete_quest] GO CREATE PROCEDURE [dbo].[up_all_delete_quest] @character_id [uniqueidentifier] as set nocount on delete dbo.QuestTable where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_character_first_login -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_first_login]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_first_login] GO CREATE PROCEDURE [dbo].[up_update_character_first_login] @character_id [uniqueidentifier], @class int, @lobby_id int as begin set nocount on update CharacterTable set LobbyID = @lobby_id, first_login = 0 where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_equip_simple -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_equip_simple]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_equip_simple] GO CREATE PROCEDURE [dbo].[up_read_item_equip_simple] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select [slot_index], [code], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [enhance_level], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from dbo.N_EquipItem with (nolock) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_guild_skill -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_guild_skill]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_guild_skill] GO CREATE PROCEDURE [dbo].[up_insert_guild_skill] ( @guild_id [uniqueidentifier], @learn_user_id [uniqueidentifier], @skill_table_id int, @skill_id int, @skill_level tinyint, @learn_cost int, @is_update tinyint -- 0 이면 INSERT, 1 이면 UPDATE ) AS BEGIN SET NOCOUNT ON; SET XACT_ABORT ON; DECLARE @check_user_id UNIQUEIDENTIFIER; DECLARE @check_user_gold INT; DECLARE @old_skill_id INT; DECLARE @guild_gold INT; DECLARE @result_code INT; SET @check_user_gold = 0; SET @check_user_id = NULL; SET @check_user_gold = 0; SET @old_skill_id = NULL; SET @guild_gold = 0; SET @result_code = 1; BEGIN TRY BEGIN TRAN; SELECT TOP 1 @check_user_id=[character_id], @check_user_gold=[gold] FROM CharacterTable WITH (READUNCOMMITTED) WHERE [character_id] = @learn_user_id; SELECT TOP 1 @old_skill_id = [skill_id] FROM dbo.tbl_Guild_Skill WITH (READUNCOMMITTED) WHERE [guild_id]=@guild_id and [skill_id]=@skill_id; IF( (@check_user_id IS NOT NULL) AND (@check_user_gold >= @learn_cost) ) BEGIN -- UPDATE 요청일 경우 IF 1 = @is_update BEGIN IF @old_skill_id IS NULL BEGIN -- 길드 스킬이 이미 존재하지 않다면 에러 전달 SET @result_code = -3; END ELSE BEGIN UPDATE dbo.tbl_Guild_Skill SET [skill_table_id] = @skill_table_id, [skill_level] = @skill_level, [skill_learn_time] = GETDATE() WHERE [guild_id]=@guild_id AND [skill_id]=@skill_id END END -- INSERT 요청 처리 ELSE BEGIN IF @old_skill_id IS NULL BEGIN INSERT INTO tbl_Guild_Skill ( [guild_id], [skill_table_id], [skill_id], [skill_level], [skill_learn_time] ) VALUES ( @guild_id, @skill_table_id, @skill_id, @skill_level, GETDATE() ) END ELSE BEGIN -- 길드 스킬이 존재 한다면 에러 전달 SET @result_code = -2; END END -- 비용 차감 IF 1 = @result_code BEGIN DECLARE @result_gold INT; SET @result_gold = (@check_user_gold - @learn_cost); IF( @result_gold < 0 ) BEGIN SET @result_gold = 0; END UPDATE [dbo].[CharacterTable] SET [gold] = @result_gold WHERE [character_id] = @learn_user_id END END ELSE BEGIN -- 프로시저 조건 검사 실패 SET @result_code = -5; END COMMIT TRAN; SELECT result_code = @result_code; --결과 코드 전달 END TRY BEGIN CATCH ROLLBACK TRAN; SELECT result_code = -1; END CATCH END GO -- ---------------------------- -- procedure structure for up_auctionitemMoveToMailitem -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_auctionitemMoveToMailitem]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_auctionitemMoveToMailitem] GO CREATE PROCEDURE [dbo].[up_auctionitemMoveToMailitem] @item_id [uniqueidentifier], @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @page_index int, @slot_index int, @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, @expire_time int, @NewMailID [uniqueidentifier], @activity_value int, --활성석 20100928 jojo @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on set xact_abort on begin tran begin insert dbo.N_MailItem ( [item_uid], [mail_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [activity_value], --활성석 20100928 jojo [socket_1_color], -- 소켓 [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight], [link_id] ) values( @item_id, @NewMailID, @character_id, @auth_id, 61, 0, @code, @use_cnt, @remain_time, getdate(), getdate(), @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @OptionGroup, @ReconNum, @ReconState, @socket_count, @socket_1_code, @socket_1_value, @socket_2_code, @socket_2_value, @socket_3_code, @socket_3_value, @expire_time, @activity_value, --활성석 20100928 jojo @socket_1_color, @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight, '00000000-0000-0000-0000-000000000000' ) --메일아이템을 메일과 연결 UPDATE [dbo].[N_MailItem] SET [mail_uid] = @NewMailID WHERE [item_uid] = @item_id delete from N_InventoryItem where [item_uid] = @item_id --모두 옮겼으므로 삭제 end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_update_character_fortune -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_fortune]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_fortune] GO CREATE PROCEDURE [dbo].[up_update_character_fortune] @character_id [uniqueidentifier], @fortune int as begin set nocount on update CharacterTable set Fortune = @fortune where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_equip_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_equip_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_equip_statistics] GO CREATE PROCEDURE [dbo].[up_read_item_equip_statistics] as set nocount on set transaction isolation level read uncommitted select * from dbo.N_EquipItem return @@error GO -- ---------------------------- -- procedure structure for up_insert_guild_storage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_guild_storage]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_guild_storage] GO CREATE PROCEDURE [dbo].[up_insert_guild_storage] ( @item_uid uniqueidentifier ,@character_id uniqueidentifier ,@auth_id uniqueidentifier ,@page_index int ,@slot_index int ,@code int ,@use_cnt int ,@remain_time int ,@gcode int ,@durability int ,@enhance_level int ,@option_1_code int ,@option_1_value int ,@option_2_code int ,@option_2_value int ,@option_3_code int ,@option_3_value int ,@option_group int ,@ReconNum int ,@ReconState tinyint ,@socket_count int ,@socket_1_code int ,@socket_1_value int ,@socket_2_code int ,@socket_2_value int ,@socket_3_code int ,@socket_3_value int ,@expire_time int ,@guild_id uniqueidentifier ,@activity_value int ,@link_id uniqueidentifier ,@socket_1_color tinyint ,@socket_2_color tinyint ,@socket_3_color tinyint ,@rank tinyint ,@acquireroute tinyint ,@physical int ,@magical int ,@durabilitymax int ,@weight int ) AS SET NOCOUNT ON INSERT into tbl_Guild_Storage_Item ( item_uid ,character_id ,auth_id ,page_index ,slot_index ,code ,use_cnt ,remain_time ,create_time ,update_time ,gcode ,durability ,enhance_level ,option_1_code ,option_1_value ,option_2_code ,option_2_value ,option_3_code ,option_3_value ,option_group ,ReconNum ,ReconState ,socket_count ,socket_1_code ,socket_1_value ,socket_2_code ,socket_2_value ,socket_3_code ,socket_3_value ,expire_time ,guild_id ,activity_value ,link_id ,socket_1_color ,socket_2_color ,socket_3_color ,rank ,acquireroute ,physical ,magical ,durabilitymax ,weight )values( @item_uid ,@character_id ,@auth_id ,@page_index ,@slot_index ,@code ,@use_cnt ,@remain_time ,getdate() ,getdate() ,@gcode ,@durability ,@enhance_level ,@option_1_code ,@option_1_value ,@option_2_code ,@option_2_value ,@option_3_code ,@option_3_value ,@option_group ,@ReconNum ,@ReconState ,@socket_count ,@socket_1_code ,@socket_1_value ,@socket_2_code ,@socket_2_value ,@socket_3_code ,@socket_3_value ,@expire_time ,@guild_id ,@activity_value ,@link_id ,@socket_1_color ,@socket_2_color ,@socket_3_color ,@rank ,@acquireroute ,@physical ,@magical ,@durabilitymax ,@weight ) --길드 창고에 아이템 INSERT 성공 시 유저의 인벤토리 아이템 삭제 처리 IF EXISTS (select [item_uid] from tbl_Guild_Storage_Item with (READUNCOMMITTED) WHERE [item_uid]=@item_uid ) BEGIN IF EXISTS (select [item_uid] from N_InventoryItem with (READUNCOMMITTED) WHERE [item_uid]=@item_uid ) BEGIN delete from N_InventoryItem where [item_uid]=@item_uid --모두 옮겼으므로 삭제 END END RETURN @@error GO -- ---------------------------- -- procedure structure for up_char_sanction -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_char_sanction]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_char_sanction] GO CREATE PROCEDURE [dbo].[up_char_sanction] @kind tinyint, -- 1 : sanction, 2:release @sanction_uid uniqueidentifier, @personnel nvarchar(50), @releaser nvarchar(50), @comment nvarchar(128), @character_id uniqueidentifier, @sanction_type tinyint, @sanction_count tinyint, @sanction_period_type tinyint as set nocount on begin tran declare @get_uid uniqueidentifier, @period int, @cur_time datetime, @end_time datetime, @new_uid uniqueidentifier, @is_insert tinyint set @get_uid = '00000000-0000-0000-0000-000000000000' if @sanction_period_type = 1 set @period = 3 if @sanction_period_type = 2 set @period = 7 if @sanction_period_type = 3 set @period = 10 if @sanction_period_type = 4 set @period = 15 if @sanction_period_type = 5 set @period = -1 -- select @get_uid=uid from Character_Sanction where -- character_id = @character_id and sanction_count=@sanction_count set @cur_time = getdate() if @sanction_type <> 5 begin set @end_time = dateadd(day, @period, @cur_time) end else begin set @end_time = NULL end set @new_uid = '00000000-0000-0000-0000-000000000000' set @is_insert = 0 if @kind = 1 begin if @get_uid <> '00000000-0000-0000-0000-000000000000' begin set @new_uid = @get_uid set @is_insert = 1 update Character_Sanction set sanction_type = @sanction_type, sanction_count = @sanction_count, sanction_period_type = @sanction_period_type, period = @period, start_time = @cur_time, end_time = @end_time, personnel = @personnel, releaser = '', -- Rlease init comment = '', is_apply = 1, reg_date = @cur_time where uid = @get_uid end else begin set @new_uid = NEWID() set @is_insert = 1 insert into Character_Sanction( uid, sanction_type, sanction_count, sanction_period_type, period, character_id, start_time, end_time, personnel, releaser, comment, is_apply, reg_date) values( @new_uid, @sanction_type, @sanction_count, @sanction_period_type, @period, @character_id, @cur_time, @end_time, @personnel, '', -- Rlease init '', 1, @cur_time) end end else begin set @new_uid = @sanction_uid set @is_insert = 0 select @new_uid = uid from Character_Sanction with (READUNCOMMITTED) where character_id = @character_id and is_apply = 1 update Character_Sanction set releaser = @releaser, comment = @comment, is_apply = 0 where character_id = @character_id -- where uid = @sanction_uid end if EXISTS (select uid from Character_Sanction with (READUNCOMMITTED) where character_id = @character_id and is_apply = 1) begin update CharacterTable set Block_YN = 'Y' where character_id=@character_id end else begin update CharacterTable set Block_YN = 'N' where character_id=@character_id end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN select NEW_ID = @new_uid, IS_INSERT = @is_insert GO -- ---------------------------- -- procedure structure for up_update_character_give_up -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_give_up]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_give_up] GO CREATE PROCEDURE [dbo].[up_update_character_give_up] @character_id [uniqueidentifier], @give_up int as begin set nocount on update CharacterTable set give_up = @give_up where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_inventory -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_inventory]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_inventory] GO CREATE PROCEDURE [dbo].[up_read_item_inventory] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select * from dbo.N_InventoryItem with (nolock) where character_id = @character_id and page_index >= 0 and slot_index >= 0 --and use_cnt > 0; return @@error GO -- ---------------------------- -- procedure structure for up_insert_guild_storage_use_log -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_guild_storage_use_log]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_guild_storage_use_log] GO CREATE PROCEDURE [dbo].[up_insert_guild_storage_use_log] ( @guild_id [uniqueidentifier] ,@use_type TINYINT ,@use_time NVARCHAR(20) ,@character_name NVARCHAR(16) ,@description NVARCHAR(30) ) AS SET NOCOUNT ON INSERT INTO tbl_Guild_Storage_Use_List VALUES ( @guild_id ,@use_type ,@use_time ,@character_name ,@description ) RETURN @@error GO -- ---------------------------- -- procedure structure for up_character_rob -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_character_rob]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_character_rob] GO CREATE PROCEDURE [dbo].[up_character_rob] @bcust_id nvarchar(50), @auth_id [uniqueidentifier], @name nvarchar(16) as begin set nocount on declare @char_id uniqueidentifier --declare @WindyCode nvarchar(50) select @char_id = character_id from CharacterTable with (READUNCOMMITTED) where [name] = @name --select @WindyCode = WindyCode from [RustyHeartsLinkAuth].[RustyHearts_Auth].[dbo].[AuthTable] with (READUNCOMMITTED) where AuthID = @auth_id -- 사용할수 있는 이름인지 체크. UPDATE [dbo].[CharacterTable] SET [bcust_id] = @bcust_id --@WindyCode ,[AuthID] = @auth_id WHERE character_id = @char_id end GO -- ---------------------------- -- procedure structure for up_update_character_guild_point -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_guild_point]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_guild_point] GO CREATE PROCEDURE [dbo].[up_update_character_guild_point] @character_id [uniqueidentifier], @guildpoint int as begin set nocount on update CharacterTable set GuildPoint = @guildpoint where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_inventory_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_inventory_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_inventory_statistics] GO CREATE PROCEDURE [dbo].[up_read_item_inventory_statistics] as set nocount on set transaction isolation level read uncommitted select * from dbo.N_InventoryItem where page_index >= 0 and slot_index >= 0 --and use_cnt > 0; return @@error GO -- ---------------------------- -- procedure structure for up_insert_inquiry -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_inquiry]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_inquiry] GO CREATE PROCEDURE [dbo].[up_insert_inquiry] @auth_id uniqueidentifier, @character_id uniqueidentifier, @type tinyint, @character_name nvarchar(16), @bcust_id nvarchar(50), @count tinyint, @memo nvarchar(255), @compulsion tinyint, @registertime datetime as set nocount on if NOT EXISTS (select @character_id from [dbo].[InquiryTable] with (READUNCOMMITTED) where [character_id] = @character_id) begin insert into InquiryTable values ( @auth_id, @character_id, @type, @character_name, @bcust_id, @count, @memo, @compulsion, @registertime ); end return @@error GO -- ---------------------------- -- procedure structure for up_create_account_storage_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_account_storage_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_account_storage_item] GO CREATE PROCEDURE [dbo].[up_create_account_storage_item] @auth_id [uniqueidentifier], @page_index int, @slot_index int, @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, --시간제 관련 추가 20102519 jojo @expire_time int, @activity_value int, --활성석 20100928 jojo @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on begin begin tran INSERT tbl_account_storage( item_uid ,auth_id ,page_index ,slot_index ,code ,use_cnt ,remain_time ,create_time ,update_time ,gcode ,durability ,enhance_level ,option_1_code ,option_1_value ,option_2_code ,option_2_value ,option_3_code ,option_3_value ,option_group ,ReconNum ,ReconState ,socket_count ,socket_1_code ,socket_1_value ,socket_2_code ,socket_2_value ,socket_3_code ,socket_3_value ,expire_time ,activity_value --활성석 20100928 jojo ,socket_1_color ,socket_2_color ,socket_3_color ,rank ,acquireroute ,physical ,magical ,durabilitymax ,weight ) VALUES( @item_id ,@auth_id ,@page_index ,@slot_index ,@code ,@use_cnt ,@remain_time ,GetDate() ,GetDate() ,@gcode ,@durability ,@enhance_level ,@option_1_code ,@option_1_value ,@option_2_code ,@option_2_value ,@option_3_code ,@option_3_value ,@OptionGroup ,@ReconNum ,@ReconState ,@Socket_count ,@Socket_1_code ,@Socket_1_value ,@Socket_2_code ,@Socket_2_value ,@Socket_3_code ,@Socket_3_value ,@expire_time ,@activity_value --활성석 20100928 jojo ,@socket_1_color ,@socket_2_color ,@socket_3_color ,@rank ,@acquireroute ,@physical ,@magical ,@durabilitymax ,@weight ) if(@@error <> 0) begin rollback return end delete from N_InventoryItem where [item_uid] = @item_id --모두 옮겼으므로 삭제 commit end GO -- ---------------------------- -- procedure structure for up_update_character_hearts -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_hearts]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_hearts] GO CREATE PROCEDURE [dbo].[up_update_character_hearts] @character_id [uniqueidentifier], @hearts int as begin set nocount on update CharacterTable set Hearts = @hearts where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_mail] GO CREATE PROCEDURE [dbo].[up_read_item_mail] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select [item_uid] ,[mail_uid] ,[character_id] ,[auth_id] ,[page_index] ,[slot_index] ,[code] ,[use_cnt] ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,[expire_time] ,[lock_pwd] ,[activity_value] ,[link_id] ,[is_seizure] ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] from dbo.N_MailItem with (nolock) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_inquiry_by_gm -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_inquiry_by_gm]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_inquiry_by_gm] GO CREATE PROCEDURE [dbo].[up_insert_inquiry_by_gm] @type tinyint, @character_name nvarchar(16), @memo nvarchar(255), @compulsion tinyint as set nocount on declare @auth_id uniqueidentifier declare @character_id uniqueidentifier declare @bcust_id nvarchar(50) declare @count tinyint set @bcust_id = '' select @auth_id = [AuthID], @character_id = [character_id], @bcust_id = RTRIM(bcust_id) from [dbo].[CharacterTable] with (READUNCOMMITTED) where [Name] = @character_name select @count = [InquiryCount] from [RustyHearts_Auth].[dbo].[AuthTable] with (READUNCOMMITTED) where [AuthID] = @auth_id set xact_abort on if NOT EXISTS ( select @character_id from [dbo].[InquiryTable] with (READUNCOMMITTED) where [character_id] = @character_id ) begin insert into InquiryTable values ( @auth_id, @character_id, @type, @character_name, @bcust_id, @count, @memo, @compulsion, GETDATE() ); end select * from [dbo].[InquiryTable] with (READUNCOMMITTED) where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_create_booth -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_booth]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_booth] GO CREATE PROCEDURE [dbo].[up_create_booth] @character_id [uniqueidentifier] as set nocount on insert into dbo.ItemBoothTable values ( @character_id, --0 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ); return @@error GO -- ---------------------------- -- procedure structure for up_update_character_job -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_job]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_job] GO CREATE PROCEDURE [dbo].[up_update_character_job] @character_id [uniqueidentifier], @job int as begin set nocount on update CharacterTable set job = @job where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_quickslot_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_quickslot_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_quickslot_list] GO CREATE PROCEDURE [dbo].[up_read_item_quickslot_list] @character_id [uniqueidentifier] as BEGIN set nocount on set transaction isolation level read uncommitted select type_01, item_id_01, type_02, item_id_02, type_03, item_id_03, type_04, item_id_04, type_05, item_id_05, type_06, item_id_06, type_07, item_id_07, type_08, item_id_08, type_09, item_id_09, type_10, item_id_10, type_11, item_id_11, type_12, item_id_12, type_13, item_id_13, type_14, item_id_14, type_15, item_id_15, type_16, item_id_16, type_17, item_id_17, type_18, item_id_18, type_19, item_id_19, type_20, item_id_20, type_21, item_id_21, type_22, item_id_22, type_23, item_id_23, type_24, item_id_24, type_25, item_id_25, type_26, item_id_26, type_27, item_id_27, type_28, item_id_28, type_29, item_id_29, type_30, item_id_30, type_31, item_id_31, type_32, item_id_32 from dbo.QuickSlotExTable with (nolock) where character_id = @character_id; return @@error END GO -- ---------------------------- -- procedure structure for up_insert_item_Mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_item_Mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_item_Mail] GO CREATE PROCEDURE [dbo].[up_insert_item_Mail] @sender_character_id [uniqueidentifier], @sender_name nvarchar(16), @recver_name nvarchar(16), @msg nvarchar(100), @money int, @return_day int, @req_money int, @NewMailID [uniqueidentifier], @createType int, -------------------------------------------- @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @option_group int, @ReconNum int, @ReconState tinyint, @socket_count int, @socket_1_code int, @socket_1_value int, @socket_2_code int, @socket_2_value int, @socket_3_code int, @socket_3_value int, @expire_time int, @activity_value int,--활성석 20100928 jojo @link_id [uniqueidentifier], @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on declare @character_id [uniqueidentifier], @auth_id [uniqueidentifier] begin tran select @auth_id = [AuthID], @character_id = [character_id] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), @createType ); Exec dbo.up_insert_item_MailItem @character_id, @auth_id, @item_id, @code, @use_cnt, @remain_time, @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @option_group, @ReconNum, @ReconState, @socket_count, @socket_1_code, @socket_1_value, @socket_2_code, @socket_2_value, @socket_3_code, @socket_3_value, @expire_time, @NewMailID, @activity_value, --활성석 20100928 jojo @link_id, @socket_1_color, @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_create_character -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_character]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_character] GO CREATE PROCEDURE [dbo].[up_create_character] @bcust_id nvarchar(50), @auth_id [uniqueidentifier], @char_id [uniqueidentifier], @name nvarchar(16), @class int, @server smallint, @lobby_id int as begin declare @get_AuthID [uniqueidentifier] --declare @bcust_id nvarchar(50) set @get_AuthID = NULL set nocount on --select @bcust_id = WindyCode from [RustyHeartsLinkAuth].[RustyHearts_Auth].[dbo].[AuthTable] with (READUNCOMMITTED) where AuthID = @auth_id; BEGIN TRAN declare @out_first_char int; SET @out_first_char = 0; select @get_AuthID = AuthID from KeyMapTable with (READUNCOMMITTED) where AuthID = @auth_id; if( @get_AuthID IS NULL ) begin SET @out_first_char = 255; insert into KeyMapTable values( @auth_id, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ); end -- 사용할수 있는 이름인지 체크. if EXISTS (select character_id from CharacterTable with (READUNCOMMITTED) WHERE [Name] = @name) begin SET @out_first_char = -1; select FIRST_CHARACTER = @out_first_char; ROLLBACK TRAN return; end insert into CharacterTable values( @char_id, --character_id @bcust_id, @auth_id, --AuthID @server, --server @name, --Name @class, --Class 0, --Job 1, --Level 0, --Experience 0, --Stamina 0, --SP 0, --Total_SP 1000, --Fatigue @lobby_id, --LobbyID 엘마에서->상가로 변경 1, --StartPoint 0, --gold 4000000, --individual_roomID NULL, --GuildID GETDATE(), --CreateTime GETDATE(), --LastLogin 10, --Coin 1, --first_login 1, --tutotial 0, --give_up 0, --Block_Type 'N', --Block_YN 'N', --IsConnect 0, --storage_gold 12, --storage_count 'Y', --IsTradeEnable 0, --Expire_Time 0, --event_fatigue 0, --event_hearts 0, --dice_point 0, --Addition_HP 0, --Addition_MP 0, --Addition_Physic_Attack 0, --Addition_Physic_Defense 0, --Addition_Magic_Attack 0, --Addition_Magic_Defense 0, --Permission 0, --FatigueStorage 0, --DayAttachGold 0, --DayAttachItem 0, --ReservedGuildPoint jojo 0, --event_fortune 1, --fortune 'N', --IsMoveEnable 0, --event_mailattach 0, --tutorial_step 0, --daypartymission 0, --event_daypartymission 0); --time_sp exec [skill_learn_base] @char_id, @class -- pvp 테이블 생성 insert into dbo.BattleInfo (character_id, char_class, duel_ladder_exp) values( @char_id, @class, 1000 ); select FIRST_CHARACTER = @out_first_char, * from CharacterTable with (READUNCOMMITTED) where character_id = @char_id; declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 BEGIN ROLLBACK TRAN END RETURN END COMMIT TRAN end GO -- ---------------------------- -- procedure structure for up_update_character_level -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_level]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_level] GO CREATE PROCEDURE [dbo].[up_update_character_level] @character_id [uniqueidentifier], @level int, @experience bigint as begin set nocount on update CharacterTable set [level] = @level, Experience = @experience where character_id = @character_id --길드 멤버 테이블도 같이 변경해준다. UPDATE GuildMemberTable SET [level] = @level WHERE character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_quickslot_list_02 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_quickslot_list_02]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_quickslot_list_02] GO CREATE PROCEDURE [dbo].[up_read_item_quickslot_list_02] @character_id [uniqueidentifier] as BEGIN set nocount on set transaction isolation level read uncommitted select type_01, item_id_01, type_02, item_id_02, type_03, item_id_03, type_04, item_id_04, type_05, item_id_05, type_06, item_id_06, type_07, item_id_07, type_08, item_id_08, type_09, item_id_09, type_10, item_id_10, type_11, item_id_11, type_12, item_id_12, type_13, item_id_13, type_14, item_id_14, type_15, item_id_15, type_16, item_id_16, type_17, item_id_17, type_18, item_id_18, type_19, item_id_19, type_20, item_id_20, type_21, item_id_21, type_22, item_id_22, type_23, item_id_23, type_24, item_id_24, type_25, item_id_25, type_26, item_id_26, type_27, item_id_27, type_28, item_id_28, type_29, item_id_29, type_30, item_id_30, type_31, item_id_31, type_32, item_id_32 from dbo.QuickSlotExTable02 with (nolock) where character_id = @character_id; return @@error END GO -- ---------------------------- -- procedure structure for up_insert_item_mail_by_gm -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_item_mail_by_gm]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_item_mail_by_gm] GO CREATE PROCEDURE [dbo].[up_insert_item_mail_by_gm] @sender_name nvarchar(16), @recver_name nvarchar(16), @msg nvarchar(100), @money int, @return_day int, @req_money int, @NewMailID [uniqueidentifier], @createType int, -------------------------------------------- @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @option_group int, @ReconNum int, @ReconState tinyint, @socket_count int, @socket_1_code int, @socket_1_value int, @socket_2_code int, @socket_2_value int, @socket_3_code int, @socket_3_value int, @expire_time int, @activity_value int,--활성석 20100928 jojo @link_id [uniqueidentifier], @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on declare @character_id [uniqueidentifier], @auth_id [uniqueidentifier] begin tran select @auth_id = [AuthID], @character_id = [character_id] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), @createType ); Exec dbo.up_insert_item_MailItem @character_id, @auth_id, @item_id, @code, @use_cnt, @remain_time, @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @option_group, @ReconNum, @ReconState, @socket_count, @socket_1_code, @socket_1_value, @socket_2_code, @socket_2_value, @socket_3_code, @socket_3_value, @expire_time, @NewMailID, @activity_value, --활성석 20100928 jojo @link_id, @socket_1_color, @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_create_guild -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_guild]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_guild] GO CREATE PROCEDURE [dbo].[up_create_guild] @guild_name nvarchar(20), @character_id [uniqueidentifier], @guild_id [uniqueidentifier], @master_name nvarchar(16), @cost_money int, @server smallint, @max_member int, @group_id smallint AS BEGIN SET NOCOUNT ON; SET XACT_ABORT ON; DECLARE @my_money int, @error_code int, @Class int, @Level int, @check_guild_id uniqueidentifier, @check_character_id uniqueidentifier, @check_member_id uniqueidentifier SET @check_guild_id = NULL; SET @check_character_id = NULL; SET @check_member_id = NULL; BEGIN TRY BEGIN TRAN; SET @error_code = 1; SELECT @check_character_id = [character_id], @Class = [Class], @Level = [level], @my_money = [gold] FROM [dbo].[CharacterTable] WITH (READUNCOMMITTED) WHERE [character_id] = @character_id; SELECT @check_guild_id = [guild_id] FROM GuildTable WITH (READUNCOMMITTED) WHERE [name] = @guild_name; SELECT @check_member_id = [character_id] FROM GuildMemberTable WITH (READUNCOMMITTED) WHERE [character_id] = @character_id; IF (@check_character_id IS NOT NULL) AND (@check_guild_id IS NULL) AND (@check_member_id IS NULL) BEGIN -- 돈 삭제 및 길드 설정 IF (@my_money - @cost_money) > 0 BEGIN UPDATE [dbo].[CharacterTable] SET [gold] = (@my_money - @cost_money), [GuildID]=@guild_id WHERE [character_id] = @character_id END ELSE BEGIN UPDATE [dbo].[CharacterTable] SET [gold] = 0, [GuildID]=@guild_id WHERE [character_id] = @character_id END -- INSERT 길드 정보 INSERT INTO GuildTable VALUES ( @guild_id, --0 @server, @guild_name, --1 @character_id, --2 Master 0, --3 Exp 10000, --4 Point 4000100, --5 room_id @max_member, --6 Max Member '', --7 notice 'url', --8 icon 0, -- block_type 8191, -- permission01 2028, -- permission02 1920, -- permission03 1920, -- permission04 1920, -- permission05 1920, -- permission06 1920, -- permission07 0, -- permission08 1, -- level @group_id, 0 ); -- INSERT 길드 멤버 정보 INSERT INTO GuildMemberTable VALUES ( @guild_id, @character_id, @master_name, '', 0, @Class, @Level, GetDate() ); --길드 창고 정보 추가 -- INSERT INTO tbl_Guild_Storage_Info VALUES (@guild_id, 1, 0, 0, 1) SELECT ERROR_CODE = @error_code, * FROM GuildTable WITH (READUNCOMMITTED) WHERE guild_id = @guild_id END ELSE BEGIN SET @error_code = -1 SELECT ERROR_CODE = @error_code; END COMMIT TRAN; END TRY BEGIN CATCH ROLLBACK TRAN; SET @error_code = -1 SELECT ERROR_CODE = @error_code; END CATCH END GO -- ---------------------------- -- procedure structure for up_update_character_lobby -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_lobby]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_lobby] GO CREATE PROCEDURE [dbo].[up_update_character_lobby] @character_id [uniqueidentifier], @lobby int as begin set nocount on update CharacterTable set [LobbyID] = @lobby where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_item_quickslot_list_03 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_quickslot_list_03]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_quickslot_list_03] GO CREATE PROCEDURE [dbo].[up_read_item_quickslot_list_03] @character_id [uniqueidentifier] as BEGIN set nocount on set transaction isolation level read uncommitted select type_01, item_id_01, type_02, item_id_02, type_03, item_id_03, type_04, item_id_04, type_05, item_id_05, type_06, item_id_06, type_07, item_id_07, type_08, item_id_08, type_09, item_id_09, type_10, item_id_10, type_11, item_id_11, type_12, item_id_12, type_13, item_id_13, type_14, item_id_14, type_15, item_id_15, type_16, item_id_16, type_17, item_id_17, type_18, item_id_18, type_19, item_id_19, type_20, item_id_20, type_21, item_id_21, type_22, item_id_22, type_23, item_id_23, type_24, item_id_24, type_25, item_id_25, type_26, item_id_26, type_27, item_id_27, type_28, item_id_28, type_29, item_id_29, type_30, item_id_30, type_31, item_id_31, type_32, item_id_32 from dbo.QuickSlotExTable03 with (nolock) where character_id = @character_id; return @@error END GO -- ---------------------------- -- procedure structure for up_insert_item_MailItem -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_item_MailItem]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_item_MailItem] GO CREATE PROCEDURE [dbo].[up_insert_item_MailItem] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @option_group int, @ReconNum int, @ReconState tinyint, @socket_count int, @socket_1_code int, @socket_1_value int, @socket_2_code int, @socket_2_value int, @socket_3_code int, @socket_3_value int, @expire_time int, @NewMailID [uniqueidentifier], @activity_value int,--활성석 20100928 jojo @link_id [uniqueidentifier], @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on set xact_abort on begin tran insert dbo.N_MailItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [activity_value],--활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select @item_id, @character_id, @auth_id, 61,--[page_index], 0, --[slot_index], @code, @use_cnt, @remain_time, GetDate(), GetDate(), @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @option_group, @ReconNum, @ReconState, @socket_count, @socket_1_code, @socket_1_value, @socket_2_code, @socket_2_value, @socket_3_code, @socket_3_value, @expire_time, @activity_value, --활성석 20100928 jojo @link_id, @socket_1_color, @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight --메일아이템을 메일과 연결 UPDATE [dbo].[N_MailItem] SET [mail_uid] = @NewMailID WHERE [item_uid] = @item_id declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_create_guild_storage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_guild_storage]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_guild_storage] GO CREATE PROCEDURE [dbo].[up_create_guild_storage] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@slot_count INT ,@cost_money INT ) AS SET NOCOUNT ON declare @my_money int IF NOT EXISTS (SELECT guild_id FROM tbl_Guild_Storage_Info with (READUNCOMMITTED) WHERE guild_id = @guild_id) BEGIN -- 비용 제거해야함 SELECT @my_money = [gold] FROM [dbo].[CharacterTable] with (READUNCOMMITTED) where [character_id] = @character_id -- 돈 삭제 및 길드 설정 if (@my_money - @cost_money) > 0 begin UPDATE [dbo].[CharacterTable] SET [gold] = (@my_money - @cost_money) WHERE [character_id] = @character_id end else begin UPDATE [dbo].[CharacterTable] SET [gold] = 0 WHERE [character_id] = @character_id end --길드 창과 관련 수정 jojo UPDATE [dbo].[GuildTable] SET [Storage] = 1 WHERE [guild_id] = @guild_id INSERT INTO tbl_Guild_Storage_Info VALUES( @guild_id --길드 아이디 ,1 --페이지 수 ,@slot_count --슬롯 수 ,0 --돈 ,1) --레벨 END RETURN GO -- ---------------------------- -- procedure structure for up_update_character_name -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_name]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_name] GO CREATE PROCEDURE [dbo].[up_update_character_name] @character_id [uniqueidentifier], @character_name nvarchar(16) as begin set nocount on declare @succeed int; SET @succeed = -1; if NOT EXISTS (select character_id from CharacterTable with (nolock) WHERE [Name] COLLATE Korean_Wansung_CS_AS = @character_name) begin update CharacterTable set [Name] = @character_name where character_id = @character_id SET @succeed = 1; end select UPDATE_CHARACTER_NAME = @succeed end GO -- ---------------------------- -- procedure structure for up_read_item_quickslot_list_option -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_item_quickslot_list_option]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_item_quickslot_list_option] GO CREATE PROCEDURE [dbo].[up_read_item_quickslot_list_option] @character_id [uniqueidentifier] as BEGIN set nocount on set transaction isolation level read uncommitted select type_01, item_id_01, type_02, item_id_02, type_03, item_id_03, type_04, item_id_04, type_05, item_id_05, type_06, item_id_06, type_07, item_id_07, type_08, item_id_08, type_09, item_id_09, type_10, item_id_10, type_11, item_id_11, type_12, item_id_12, type_13, item_id_13, type_14, item_id_14, type_15, item_id_15, type_16, item_id_16, type_17, item_id_17, type_18, item_id_18, type_19, item_id_19, type_20, item_id_20, type_21, item_id_21, type_22, item_id_22, type_23, item_id_23, type_24, item_id_24, type_25, item_id_25, type_26, item_id_26, type_27, item_id_27, type_28, item_id_28, type_29, item_id_29, type_30, item_id_30, type_31, item_id_31, type_32, item_id_32 from dbo.quickslot_list_option with (nolock) where character_id = @character_id; return @@error END GO -- ---------------------------- -- procedure structure for up_insert_log_connection -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_log_connection]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_log_connection] GO CREATE PROCEDURE [dbo].[up_insert_log_connection] @log_type smallint, @auth_id [uniqueidentifier], @character_id [uniqueidentifier], @world_id int, @Gold int, @character_name nvarchar(50), @real_ip varchar(16), @Otherauth_id int, @Otherbcust_id int, @Other_id int, @Otherch int, @bcust_id nvarchar(50) as GO -- ---------------------------- -- procedure structure for up_create_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_item] GO CREATE PROCEDURE [dbo].[up_create_item] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @page_index int, @slot_index int, --@code int, --@use_cnt int, @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, @expire_time int, @activity_value int, --@link_id1 int,--2022 @link_id [uniqueidentifier], @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @deferment_time int, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, --@link_id [uniqueidentifier], --@ttt nvarchar(50),--[uniqueidentifier],--2022 @weight int as set nocount on set xact_abort on if(@page_index = 0) --?? begin begin tran insert N_EquipItem( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, expire_time, activity_value, --??? 20100928 jojo link_id, socket_1_color, -- ?? socket_2_color, socket_3_color, deferment_time, rank, acquireroute, physical , magical , durabilitymax, weight ) values( @item_id , @character_id , @auth_id , @page_index , @slot_index , @code , @use_cnt , @remain_time , GetDate() , GetDate() , @gcode , @durability , @enhance_level , @option_1_code , @option_1_value, @option_2_code , @option_2_value, @option_3_code , @option_3_value, @OptionGroup , @ReconNum , @ReconState , @Socket_count , @Socket_1_code , @Socket_1_value, @Socket_2_code , @Socket_2_value, @Socket_3_code , @Socket_3_value, @expire_time, @activity_value, --??? 20100928 jojo @link_id, @socket_1_color, -- ?? @socket_2_color, @socket_3_color, @deferment_time, @rank, @acquireroute, @physical , @magical , @durabilitymax , @weight ) if(@@error <> 0) begin rollback return end commit select * from N_EquipItem where item_uid = @item_id end else if(@page_index = 21) --?? begin begin tran insert N_InventoryItem( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, expire_time, activity_value, --??? 20100928 jojo link_id, socket_1_color, -- ?? socket_2_color, socket_3_color, deferment_time, rank, acquireroute, physical , magical , durabilitymax, weight ) values( @item_id , @character_id , @auth_id , @page_index , @slot_index , @code , @use_cnt , @remain_time , GetDate() , GetDate() , @gcode , @durability , @enhance_level , @option_1_code , @option_1_value, @option_2_code , @option_2_value, @option_3_code , @option_3_value, @OptionGroup , @ReconNum , @ReconState , @Socket_count , @Socket_1_code , @Socket_1_value, @Socket_2_code , @Socket_2_value, @Socket_3_code , @Socket_3_value, @expire_time, @activity_value, --??? 20100928 jojo @link_id, @socket_1_color, -- ?? @socket_2_color, @socket_3_color, @deferment_time, @rank, @acquireroute, @physical , @magical , @durabilitymax , @weight ) if(@@error <> 0) begin rollback return end commit select * from N_StorageItem where item_uid = @item_id end else if(@page_index = 61) --?? begin declare @gg int ---- begin tran ---- ---- insert into N_MailItem ---- values( -- @item_id , -- @character_id , -- @auth_id , -- @page_index , -- @slot_index , -- @code , -- @use_cnt , -- @remain_time , -- GetDate() , -- GetDate() , -- @gcode , -- @durability , -- @enhance_level , -- @option_1_code , -- @option_1_value, -- @option_2_code , -- @option_2_value, -- @option_3_code , -- @option_3_value, -- @OptionGroup , -- @ReconNum , -- @ReconState , -- @Socket_count , -- @Socket_1_code , -- @Socket_1_value, -- @Socket_2_code , -- @Socket_2_value, -- @Socket_3_code , -- @Socket_3_value ---- ) ---- ---- if(@@error <> 0) ---- begin ---- rollback ---- return ---- end --select * from N_MailItem where item_uid = @item_id end else --?? ???? begin begin tran insert N_InventoryItem( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, expire_time, activity_value, --??? 20100928 jojo link_id, socket_1_color, -- ?? socket_2_color, socket_3_color, deferment_time, rank, acquireroute, physical , magical , durabilitymax , weight ) values( @item_id , @character_id , @auth_id , @page_index , @slot_index , @code , @use_cnt , @remain_time , GetDate() , GetDate() , @gcode , @durability , @enhance_level , @option_1_code , @option_1_value, @option_2_code , @option_2_value, @option_3_code , @option_3_value, @OptionGroup , @ReconNum , @ReconState , @Socket_count , @Socket_1_code , @Socket_1_value, @Socket_2_code , @Socket_2_value, @Socket_3_code , @Socket_3_value, @expire_time, @activity_value, --??? 20100928 jojo @link_id, @socket_1_color, -- ?? @socket_2_color, @socket_3_color, @deferment_time, @rank, @acquireroute, @physical , @magical , @durabilitymax , @weight ) if(@@error <> 0) begin rollback return end commit select * from N_InventoryItem where item_uid = @item_id end GO -- ---------------------------- -- procedure structure for up_update_character_sp -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_sp]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_sp] GO CREATE PROCEDURE [dbo].[up_update_character_sp] @character_id [uniqueidentifier], @sp int, @total_sp int as begin set nocount on update CharacterTable set sp = @sp, total_sp = @total_sp where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_mail] GO CREATE PROCEDURE [dbo].[up_read_mail] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select ID, character_id, receiver, send_character_id, sender, msg, gold, return_day, req_gold, is_open, create_time, create_type, DATEDIFF ( day , create_time, getdate() ) as diff_day from dbo.MailTable with (nolock) where character_id = @character_id order by create_time desc; return @@error GO -- ---------------------------- -- procedure structure for up_insert_log_packet_overload -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_log_packet_overload]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_log_packet_overload] GO CREATE PROCEDURE [dbo].[up_insert_log_packet_overload] @func_name char(100), @time int as begin set nocount on -- temp procedure end GO -- ---------------------------- -- procedure structure for up_create_item_chn -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_item_chn]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_item_chn] GO CREATE PROCEDURE [dbo].[up_create_item_chn] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @page_index int, @slot_index int, @code int, @use_cnt int, @item_id [uniqueidentifier], @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, @expire_time int, @activity_value int, @link_id1 int,--2022 @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @deferment_time int, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @link_id [uniqueidentifier], @ttt nvarchar(50),--[uniqueidentifier],--2022 @weight int as set nocount on set xact_abort on if(@page_index = 0) --?? begin begin tran insert N_EquipItem( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, expire_time, activity_value, --??? 20100928 jojo link_id, socket_1_color, -- ?? socket_2_color, socket_3_color, deferment_time, rank, acquireroute, physical , magical , durabilitymax, weight ) values( @item_id , @character_id , @auth_id , @page_index , @slot_index , @code , @use_cnt , @remain_time , GetDate() , GetDate() , @gcode , @durability , @enhance_level , @option_1_code , @option_1_value, @option_2_code , @option_2_value, @option_3_code , @option_3_value, @OptionGroup , @ReconNum , @ReconState , @Socket_count , @Socket_1_code , @Socket_1_value, @Socket_2_code , @Socket_2_value, @Socket_3_code , @Socket_3_value, @expire_time, @activity_value, --??? 20100928 jojo @link_id, @socket_1_color, -- ?? @socket_2_color, @socket_3_color, @deferment_time, @rank, @acquireroute, @physical , @magical , @durabilitymax , @weight ) if(@@error <> 0) begin rollback return end commit select * from N_EquipItem where item_uid = @item_id end else if(@page_index = 21) --?? begin begin tran insert N_InventoryItem( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, expire_time, activity_value, --??? 20100928 jojo link_id, socket_1_color, -- ?? socket_2_color, socket_3_color, deferment_time, rank, acquireroute, physical , magical , durabilitymax, weight ) values( @item_id , @character_id , @auth_id , @page_index , @slot_index , @code , @use_cnt , @remain_time , GetDate() , GetDate() , @gcode , @durability , @enhance_level , @option_1_code , @option_1_value, @option_2_code , @option_2_value, @option_3_code , @option_3_value, @OptionGroup , @ReconNum , @ReconState , @Socket_count , @Socket_1_code , @Socket_1_value, @Socket_2_code , @Socket_2_value, @Socket_3_code , @Socket_3_value, @expire_time, @activity_value, --??? 20100928 jojo @link_id, @socket_1_color, -- ?? @socket_2_color, @socket_3_color, @deferment_time, @rank, @acquireroute, @physical , @magical , @durabilitymax , @weight ) if(@@error <> 0) begin rollback return end commit select * from N_StorageItem where item_uid = @item_id end else if(@page_index = 61) --?? begin declare @gg int ---- begin tran ---- ---- insert into N_MailItem ---- values( -- @item_id , -- @character_id , -- @auth_id , -- @page_index , -- @slot_index , -- @code , -- @use_cnt , -- @remain_time , -- GetDate() , -- GetDate() , -- @gcode , -- @durability , -- @enhance_level , -- @option_1_code , -- @option_1_value, -- @option_2_code , -- @option_2_value, -- @option_3_code , -- @option_3_value, -- @OptionGroup , -- @ReconNum , -- @ReconState , -- @Socket_count , -- @Socket_1_code , -- @Socket_1_value, -- @Socket_2_code , -- @Socket_2_value, -- @Socket_3_code , -- @Socket_3_value ---- ) ---- ---- if(@@error <> 0) ---- begin ---- rollback ---- return ---- end --select * from N_MailItem where item_uid = @item_id end else --?? ???? begin begin tran insert N_InventoryItem( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, expire_time, activity_value, --??? 20100928 jojo link_id, socket_1_color, -- ?? socket_2_color, socket_3_color, deferment_time, rank, acquireroute, physical , magical , durabilitymax , weight ) values( @item_id , @character_id , @auth_id , @page_index , @slot_index , @code , @use_cnt , @remain_time , GetDate() , GetDate() , @gcode , @durability , @enhance_level , @option_1_code , @option_1_value, @option_2_code , @option_2_value, @option_3_code , @option_3_value, @OptionGroup , @ReconNum , @ReconState , @Socket_count , @Socket_1_code , @Socket_1_value, @Socket_2_code , @Socket_2_value, @Socket_3_code , @Socket_3_value, @expire_time, @activity_value, --??? 20100928 jojo @link_id, @socket_1_color, -- ?? @socket_2_color, @socket_3_color, @deferment_time, @rank, @acquireroute, @physical , @magical , @durabilitymax , @weight ) if(@@error <> 0) begin rollback return end commit select * from N_InventoryItem where item_uid = @item_id end GO -- ---------------------------- -- procedure structure for up_update_character_Stamina -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_Stamina]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_Stamina] GO CREATE PROCEDURE [dbo].[up_update_character_Stamina] @character_id [uniqueidentifier], @stamina int as begin set nocount on update CharacterTable set Stamina = @stamina where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_money -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_money]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_money] GO CREATE PROCEDURE [dbo].[up_read_money] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select gold from dbo.CharacterTable with (nolock) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_mail] GO CREATE PROCEDURE [dbo].[up_insert_mail] @sender_auth_id [uniqueidentifier], @sender_character_id [uniqueidentifier], @sender_name nvarchar(16), @recver_name nvarchar(16), @msg nvarchar(100), @money int, @return_day int, @req_money int, @NewMailID [uniqueidentifier], @createType int as set nocount on declare @character_id [uniqueidentifier] set @character_id = NULL begin tran select @character_id = [character_id] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name if @character_id IS NULL begin insert into MailTable values ( @NewMailID, --0 @sender_character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), 16 ); end else begin insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), @createType ); end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_create_item_sales -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_item_sales]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_item_sales] GO CREATE PROCEDURE [dbo].[up_create_item_sales] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @page_index int, @slot_index int, @code int as set nocount on set xact_abort on begin begin tran insert N_InventoryItem( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, expire_time , lock_pwd , activity_value, link_id , is_seizure , socket_1_color, socket_2_color, socket_3_color, deferment_time, rank, acquireroute, physical, magical, durabilitymax, weight ) values( NEWID() , --item_uid @character_id , --character_id @auth_id , --auth_id @page_index , --page_index @slot_index , --slot_index @code , --code 1 , --use_cnt 0 , --remain_time GetDate() , --create_time GetDate() , --update_time 8989 , --gcode 5000 , --durability 0 , --enhance_level 0 , --option_1_code 0, --option_1_value 0, --option_2_code 0, --option_2_value 0, --option_3_code 0, --option_3_value 0, --option_group 0, --ReconNum 0, --ReconState 0, --socket_count 0, --socket_1_code 0, --socket_1_value 0, --socket_2_code 0, --socket_2_value 0, --socket_3_code 0, --socket_3_value 0, --expire_time '', --lock_pwd 0, --activity_value NULL, --link_id 0, --is_seizure 0, --socket_1_color 0, --socket_2_color 0, --socket_3_color 0, --deferment_time 1, --rank 0, 0, 0, 0, 0 ) if(@@error <> 0) begin rollback return end commit --select * from N_InventoryItem where item_uid = @item_id end GO -- ---------------------------- -- procedure structure for up_update_character_tutorial -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_tutorial]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_tutorial] GO CREATE PROCEDURE [dbo].[up_update_character_tutorial] @character_id [uniqueidentifier] as begin set nocount on update CharacterTable set tutorial = 0 where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_new_mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_new_mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_new_mail] GO CREATE PROCEDURE [dbo].[up_read_new_mail] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select * from dbo.MailTable with (nolock) where character_id = @character_id and is_open = 0; return @@error GO -- ---------------------------- -- procedure structure for up_insert_mail_item01 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_mail_item01]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_mail_item01] GO CREATE PROCEDURE [dbo].[up_insert_mail_item01] @sender_auth_id [uniqueidentifier], @sender_character_id [uniqueidentifier], @sender_name nvarchar(16), @recver_name nvarchar(16), @msg nvarchar(100), @money int, @return_day int, @req_money int, @NewMailID [uniqueidentifier], @createType int, @item_id [uniqueidentifier], @use_cnt int as set nocount on declare @character_id [uniqueidentifier], @auth_id [uniqueidentifier] begin tran select @auth_id = [AuthID], @character_id = [character_id] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name if @character_id IS NULL begin insert into MailTable values ( @NewMailID, --0 @sender_character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), 16 ); Exec dbo.up_ItemMoveToMailItem @sender_character_id, @sender_auth_id, @item_id, @use_cnt, @NewMailID, 0 end else begin insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), @createType ); Exec dbo.up_ItemMoveToMailItem @character_id, @auth_id, @item_id, @use_cnt, @NewMailID, 0 end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_create_item_sales_set_angela -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_item_sales_set_angela]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_item_sales_set_angela] GO CREATE PROCEDURE [dbo].[up_create_item_sales_set_angela] @character_id [uniqueidentifier], @auth_id [uniqueidentifier] as set nocount on set xact_abort on begin exec dbo.up_create_item_sales @character_id, @auth_id, 1, 0, 11032024 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 1, 11032025 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 2, 11045005 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 3, 11045006 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 4, 12012010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 5, 13012010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 6, 14012010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 7, 15012010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 8, 16012010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 9, 20012010 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 0, 70101 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 1, 70102 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 2, 70103 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 3, 70104 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 4, 70105 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 5, 70106 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 6, 70107 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 7, 70282 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 8, 70283 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 9, 70284 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 10, 70285 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 11, 70286 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 12, 70287 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 13, 70288 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 14, 70289 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 15, 70290 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 16, 70291 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 17, 70292 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 18, 70293 end GO -- ---------------------------- -- procedure structure for up_update_character_tutorial_step -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_character_tutorial_step]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_character_tutorial_step] GO CREATE PROCEDURE [dbo].[up_update_character_tutorial_step] @character_id [uniqueidentifier], @tutorial_step int as begin set nocount on update CharacterTable set tutorial_step = @tutorial_step where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_new_mail_exist -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_new_mail_exist]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_new_mail_exist] GO CREATE PROCEDURE [dbo].[up_read_new_mail_exist] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select count(*) as ct FROM dbo.MailTable with (nolock) where [character_id] = @character_id and [is_open] = '0'; return @@error GO -- ---------------------------- -- procedure structure for up_insert_mail_item02 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_mail_item02]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_mail_item02] GO CREATE PROCEDURE [dbo].[up_insert_mail_item02] @sender_auth_id [uniqueidentifier], @sender_character_id [uniqueidentifier], @sender_name nvarchar(16), @recver_name nvarchar(16), @msg nvarchar(100), @money int, @return_day int, @req_money int, @NewMailID [uniqueidentifier], @createType int, @item_id01 [uniqueidentifier], @use_cnt01 int, @item_id02 [uniqueidentifier], @use_cnt02 int as set nocount on declare @character_id [uniqueidentifier], @auth_id [uniqueidentifier] begin tran select @auth_id = [AuthID], @character_id = [character_id] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name if @character_id IS NULL begin insert into MailTable values ( @NewMailID, --0 @sender_character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), 16 ); Exec dbo.up_ItemMoveToMailItem @sender_character_id, @sender_auth_id, @item_id01, @use_cnt01, @NewMailID, 0 Exec dbo.up_ItemMoveToMailItem @sender_character_id, @sender_auth_id, @item_id02, @use_cnt02, @NewMailID, 1 end else begin insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), @createType ); Exec dbo.up_ItemMoveToMailItem @character_id, @auth_id, @item_id01, @use_cnt01, @NewMailID, 0 Exec dbo.up_ItemMoveToMailItem @character_id, @auth_id, @item_id02, @use_cnt02, @NewMailID, 1 end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_create_item_sales_set_frantz -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_item_sales_set_frantz]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_item_sales_set_frantz] GO CREATE PROCEDURE [dbo].[up_create_item_sales_set_frantz] @character_id [uniqueidentifier], @auth_id [uniqueidentifier] as set nocount on set xact_abort on begin exec dbo.up_create_item_sales @character_id, @auth_id, 1, 0, 11012024 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 1, 11012025 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 2, 11025005 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 3, 11025006 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 4, 12042010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 5, 13042010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 6, 14042010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 7, 15042010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 8, 16042010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 9, 20042010 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 0, 70058 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 1, 70059 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 2, 70060 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 3, 70061 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 4, 70062 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 5, 70063 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 6, 70064 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 7, 70267 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 8, 70268 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 9, 70269 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 10, 70270 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 11, 70271 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 12, 70272 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 13, 70273 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 14, 70260 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 15, 70261 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 16, 70262 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 17, 70263 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 18, 70264 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 19, 70265 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 20, 70266 end GO -- ---------------------------- -- procedure structure for up_update_clear_mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_clear_mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_clear_mail] GO CREATE PROCEDURE [dbo].[up_update_clear_mail] @mail_id [uniqueidentifier], @item_id_00 [uniqueidentifier], @item_id_01 [uniqueidentifier], @item_id_02 [uniqueidentifier] as set nocount on update dbo.MailTable set [gold] = 0 where ID = @mail_id; return @@error GO -- ---------------------------- -- procedure structure for up_read_other_character_item_equip -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_other_character_item_equip]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_other_character_item_equip] GO CREATE PROCEDURE [dbo].[up_read_other_character_item_equip] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select slot_index, code, enhance_level, option_1_code, option_1_value, option_2_code, option_2_value, option_3_code, option_3_value, option_group, ReconNum, ReconState, socket_count, socket_1_code, socket_1_value, socket_2_code, socket_2_value, socket_3_code, socket_3_value, socket_1_color, socket_2_color, socket_3_color, rank, acquireroute, physical, magical, durability, durabilitymax, weight from dbo.N_EquipItem with (nolock) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_mail_item03 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_mail_item03]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_mail_item03] GO CREATE PROCEDURE [dbo].[up_insert_mail_item03] @sender_auth_id [uniqueidentifier], @sender_character_id [uniqueidentifier], @sender_name nvarchar(16), @recver_name nvarchar(16), @msg nvarchar(100), @money int, @return_day int, @req_money int, @NewMailID [uniqueidentifier], @createType int, @item_id01 [uniqueidentifier], @use_cnt01 int, @item_id02 [uniqueidentifier], @use_cnt02 int, @item_id03 [uniqueidentifier], @use_cnt03 int as set nocount on declare @character_id [uniqueidentifier], @auth_id [uniqueidentifier] begin tran select @auth_id = [AuthID], @character_id = [character_id] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name if @character_id IS NULL begin insert into MailTable values ( @NewMailID, --0 @sender_character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), 16 ); Exec dbo.up_ItemMoveToMailItem @sender_character_id, @sender_auth_id, @item_id01, @use_cnt01, @NewMailID, 0 Exec dbo.up_ItemMoveToMailItem @sender_character_id, @sender_auth_id, @item_id02, @use_cnt02, @NewMailID, 1 Exec dbo.up_ItemMoveToMailItem @sender_character_id, @sender_auth_id, @item_id03, @use_cnt03, @NewMailID, 2 end else begin insert into MailTable values ( @NewMailID, --0 @character_id, --1 @recver_name, --2 @sender_character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), @createType ); Exec dbo.up_ItemMoveToMailItem @character_id, @auth_id, @item_id01, @use_cnt01, @NewMailID, 0 Exec dbo.up_ItemMoveToMailItem @character_id, @auth_id, @item_id02, @use_cnt02, @NewMailID, 1 Exec dbo.up_ItemMoveToMailItem @character_id, @auth_id, @item_id03, @use_cnt03, @NewMailID, 2 end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_create_item_sales_set_tude -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_item_sales_set_tude]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_item_sales_set_tude] GO CREATE PROCEDURE [dbo].[up_create_item_sales_set_tude] @character_id [uniqueidentifier], @auth_id [uniqueidentifier] as set nocount on set xact_abort on begin exec dbo.up_create_item_sales @character_id, @auth_id, 1, 0, 11052024 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 1, 11052025 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 2, 11065005 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 3, 11065006 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 4, 12022010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 5, 13022010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 6, 14022010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 7, 15022010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 8, 16022010 exec dbo.up_create_item_sales @character_id, @auth_id, 1, 9, 20022010 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 0, 70275 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 1, 70276 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 2, 70277 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 3, 70278 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 4, 70279 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 5, 70280 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 6, 70108 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 7, 70109 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 8, 70110 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 9, 70144 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 10, 70112 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 11, 70113 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 12, 70111 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 13, 70114 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 14, 70115 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 15, 70116 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 16, 70145 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 17, 70118 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 18, 70119 exec dbo.up_create_item_sales @character_id, @auth_id, 5, 18, 70117 end GO -- ---------------------------- -- procedure structure for up_update_dayattach -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_dayattach]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_dayattach] GO CREATE PROCEDURE [dbo].[up_update_dayattach] @character_id [uniqueidentifier], @attach_item int, @attach_gold int as set nocount on update dbo.CharacterTable set DayAttachGold = @attach_gold, DayAttachItem = @attach_item where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_read_pet -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_pet]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_pet] GO CREATE PROCEDURE [dbo].[up_read_pet] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select * from dbo.PetTable with (nolock) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_insert_quest -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_quest]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_quest] GO CREATE PROCEDURE [dbo].[up_insert_quest] @quest_uid [uniqueidentifier], @character_id [uniqueidentifier], @instance_npc_id int, @quest_code int, @quest_state int as set nocount on insert into QuestTable values ( @quest_uid, --0 @character_id, --1 @instance_npc_id, --2 @quest_code, --3 @quest_state, --4 0, --5 0, --6 0, --7 0, 0, GetDate(), GetDate(), 1 ); select * from dbo.QuestTable with (READUNCOMMITTED) where quest_uid = @quest_uid return @@error GO -- ---------------------------- -- procedure structure for up_create_item_test -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_item_test]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_item_test] GO CREATE PROCEDURE [dbo].[up_create_item_test] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @page_index int, @slot_index int, @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on set xact_abort on begin tran insert N_EquipItem_Test( item_uid , character_id , auth_id , page_index , slot_index , code , use_cnt , remain_time , create_time , update_time , gcode , durability , enhance_level , option_1_code , option_1_value, option_2_code , option_2_value, option_3_code , option_3_value, option_group , ReconNum , ReconState , socket_count , socket_1_code , socket_1_value, socket_2_code , socket_2_value, socket_3_code , socket_3_value, socket_1_color, socket_2_color, socket_3_color, rank, acquireroute, physical, magical, durabilitymax, weight ) values( @item_id , @character_id , @auth_id , @page_index , @slot_index , @code , @use_cnt , @remain_time , GetDate() , GetDate() , @gcode , @durability , @enhance_level , @option_1_code , @option_1_value, @option_2_code , @option_2_value, @option_3_code , @option_3_value, @OptionGroup , @ReconNum , @ReconState , @Socket_count , @Socket_1_code , @Socket_1_value, @Socket_2_code , @Socket_2_value, @Socket_3_code , @Socket_3_value, @socket_1_color, @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight ) if(@@error <> 0) begin rollback return end commit GO -- ---------------------------- -- procedure structure for up_update_daypartymission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_daypartymission]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_daypartymission] GO CREATE PROCEDURE [dbo].[up_update_daypartymission] @character_id [uniqueidentifier], @daymissionstate int as begin set nocount on update CharacterTable set [daypartymission] = @daymissionstate where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_pet_inventory -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_pet_inventory]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_pet_inventory] GO CREATE PROCEDURE [dbo].[up_read_pet_inventory] @pet_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select item_uid, page_index, slot_index, code, use_cnt, remain_time, durability, enhance_level, option_1_code, option_1_value, option_2_code, option_2_value, option_3_code, option_3_value, option_group, ReconNum, ReconState, socket_count, socket_1_code, socket_1_value, socket_2_code, socket_2_value, socket_3_code, socket_3_value, --기간제 관련 추가 20100519 jojo expire_time, lock_pwd, activity_value, --활성석 20100928 jojo socket_1_color, socket_2_color, socket_3_color, rank, acquireroute, physical, magical, durabilitymax, weight from dbo.tbl_Pet_Inventory with (nolock) where pet_id = @pet_id and slot_index >= 0 and use_cnt > 0; return @@error GO -- ---------------------------- -- procedure structure for up_insert_rearing_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_rearing_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_rearing_info] GO CREATE PROCEDURE [dbo].[up_insert_rearing_info] @table_id tinyint, @group_id tinyint, @reating_id [uniqueidentifier], @char_id [uniqueidentifier], @type tinyint, @name nvarchar(16), @job tinyint, @level int, @index tinyint, @actionpoint int, @usedturn int, @endingid int, @rewarditem int, @createtime bigint, @vital int, @intelligence int, @strength int, @temper int, @charm int, @exhaust int, @angry int, @normal int, @good int, @sadness int, @height int, @weight int, @resilent int = 0, @eloquence int = 0 as set nocount on set xact_abort on begin BEGIN TRAN insert dbo.RearingTable ( [table_id], [group_id], [rearing_id], [char_id], [type], [name], [job], [level], [index], [actionpoint], [usedturn], [endingid], [rewarditem], [createtime], [vital], [intelligence], [strength], [temper], [charm], [exhaust], [angry], [normal], [good], [sadness], [height], [weight], [resilent], [eloquence] ) values( @table_id, @group_id, @reating_id, @char_id, @type, @name, @job, @level, @index, @actionpoint, @usedturn, @endingid, @rewarditem, @createtime, @vital, @intelligence, @strength, @temper, @charm, @exhaust, @angry, @normal, @good, @sadness, @height, @weight, @resilent, @eloquence ) if(@@error <> 0 ) begin ROLLBACK TRAN return end COMMIT TRAN end GO -- ---------------------------- -- procedure structure for up_create_pet -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_pet]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_pet] GO CREATE PROCEDURE [dbo].[up_create_pet] @pet_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@AuthID [uniqueidentifier] ,@server smallint ,@Name nvarchar(16) ,@Job int ,@inventory_count tinyint ,@Expire_Time int --펫 기본 정보 추가 jojo ,@Vital INT ,@Intelligence INT ,@Strength INT ,@Resilient INT ,@Eloquence INT ,@Charm INT ,@Temper INT ,@fHeight FLOAT ,@fWeight FLOAT ,@hp INT ,@mp INT ,@physical_attack FLOAT ,@physical_defence FLOAT ,@magical_attack FLOAT ,@magical_defence FLOAT ,@loyalty FLOAT ,@Level int ,@exp int as set nocount on insert into PetTable values ( @pet_id ,@character_id ,null ,@AuthID ,@server ,@Name ,@Job ,@Level ,@exp ,@inventory_count ,GetDate() ,@Expire_Time --펫 기본 정보 추가 ,@Vital ,@Intelligence ,@Strength ,@Resilient ,@Eloquence ,@Charm ,@Temper ,@fHeight ,@fWeight ,0 --펫 추가 정보 ,@hp ,@mp ,@physical_attack ,@physical_defence ,@magical_attack ,@magical_defence ,@loyalty ); select * from PetTable with (READUNCOMMITTED) where pet_id = @pet_id return @@error GO -- ---------------------------- -- procedure structure for up_update_duel_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_duel_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_duel_info] GO CREATE PROCEDURE [dbo].[up_update_duel_info] @character_id [uniqueidentifier], @game_type int, @add_point int, @add_exp bigint, @add_disconnect int, @add_win int, @add_lose int as begin set nocount on declare @temp_add_point int declare @temp_add_exp bigint set @temp_add_point = 0 set @temp_add_exp = 0 select @temp_add_point = duel_point, @temp_add_exp = duel_exp from BattleInfo with (READUNCOMMITTED) where character_id = @character_id set @temp_add_point = @temp_add_point + @add_point set @temp_add_exp = @temp_add_exp + @add_exp if @temp_add_point < 0 set @temp_add_point = 0 if @temp_add_exp < 0 set @temp_add_exp = 0 if @add_disconnect > 0 begin declare @pannelty_time datetime set @pannelty_time = dateadd(minute, 10, getdate()) update BattleInfo set duel_disconnect = duel_disconnect + @add_disconnect, duel_pannelty_time = @pannelty_time where character_id = @character_id end update BattleInfo set duel_point = @temp_add_point, duel_exp = @temp_add_exp where character_id = @character_id if 0 = @game_type -- pvp begin update BattleInfo set pvp_win = pvp_win + @add_win, pvp_lose = pvp_lose + @add_lose, total_win = total_win + @add_win, total_lose = total_lose + @add_lose where character_id = @character_id end else if 1 = @game_type -- team begin update BattleInfo set team_win = team_win + @add_win, team_lose = team_lose + @add_lose, total_win = total_win + @add_win, total_lose = total_lose + @add_lose where character_id = @character_id end else if 2 = @game_type -- leader begin update BattleInfo set leader_win = leader_win + @add_win, leader_lose = leader_lose + @add_lose, total_win = total_win + @add_win, total_lose = total_lose + @add_lose where character_id = @character_id end else if 3 = @game_type -- tag begin update BattleInfo set tag_win = tag_win + @add_win, tag_lose = tag_lose + @add_lose, total_win = total_win + @add_win, total_lose = total_lose + @add_lose where character_id = @character_id end else if 4 = @game_type -- death begin update BattleInfo set death_win = death_win + @add_win, death_lose = death_lose + @add_lose, total_win = total_win + @add_win, total_lose = total_lose + @add_lose where character_id = @character_id end else if 5 = @game_type -- ladder begin update BattleInfo set ladder_win = ladder_win + @add_win, ladder_lose = ladder_lose + @add_lose where character_id = @character_id end return 0 end GO -- ---------------------------- -- procedure structure for up_read_quest -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_quest]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_quest] GO CREATE PROCEDURE [dbo].[up_read_quest] @quest_uid [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select * from dbo.QuestTable WITH (NOLOCK) where quest_uid = @quest_uid return @@error GO -- ---------------------------- -- procedure structure for up_insert_reward -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_reward]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_reward] GO CREATE PROCEDURE [dbo].[up_insert_reward] @type tinyint, @grade int as set nocount on insert into RewardTable( reward_type, character_id, character_name, reward_grade ) select rank_type, character_id, char_name, grade from BattleRank with (READUNCOMMITTED) where [rank_type] = @type and [grade] <= @grade GO -- ---------------------------- -- procedure structure for up_create_pet_inventory_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_create_pet_inventory_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_create_pet_inventory_item] GO CREATE PROCEDURE [dbo].[up_create_pet_inventory_item] @pet_id [uniqueidentifier], @auth_id [uniqueidentifier], @page_index int, @slot_index int, @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @OptionGroup int, @ReconNum int, @ReconState int, @Socket_count int, @Socket_1_code int, @Socket_1_value int, @Socket_2_code int, @Socket_2_value int, @Socket_3_code int, @Socket_3_value int, --시간제 관련 추가 20102519 jojo @expire_time int, @activity_value int, --활성석 20100928 jojo @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on begin begin tran INSERT tbl_pet_inventory( item_uid ,pet_id ,auth_id ,page_index ,slot_index ,code ,use_cnt ,remain_time ,create_time ,update_time ,gcode ,durability ,enhance_level ,option_1_code ,option_1_value ,option_2_code ,option_2_value ,option_3_code ,option_3_value ,option_group ,ReconNum ,ReconState ,socket_count ,socket_1_code ,socket_1_value ,socket_2_code ,socket_2_value ,socket_3_code ,socket_3_value ,expire_time ,activity_value --활성석 20100928 jojo ,socket_1_color ,socket_2_color ,socket_3_color ,rank ,acquireroute ,physical ,magical ,durabilitymax ,weight ) VALUES( @item_id ,@pet_id ,@auth_id ,@page_index ,@slot_index ,@code ,@use_cnt ,@remain_time ,GetDate() ,GetDate() ,@gcode ,@durability ,@enhance_level ,@option_1_code ,@option_1_value ,@option_2_code ,@option_2_value ,@option_3_code ,@option_3_value ,@OptionGroup ,@ReconNum ,@ReconState ,@Socket_count ,@Socket_1_code ,@Socket_1_value ,@Socket_2_code ,@Socket_2_value ,@Socket_3_code ,@Socket_3_value ,@expire_time ,@activity_value --활성석 20100928 jojo ,@socket_1_color ,@socket_2_color ,@socket_3_color ,@rank ,@acquireroute ,@physical ,@magical ,@durabilitymax ,@weight ) if(@@error <> 0) begin rollback return end delete from N_InventoryItem where [item_uid] = @item_id --모두 옮겼으므로 삭제 commit end GO -- ---------------------------- -- procedure structure for up_update_dungeon_rank -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_dungeon_rank]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_dungeon_rank] GO CREATE PROCEDURE [dbo].[up_update_dungeon_rank] @character_id [uniqueidentifier], @world_id int, @difficulty tinyint, @rank_normal tinyint, @rank_hard tinyint, @rank_veryhard tinyint AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; if EXISTS( select [character_id] from DungeonRank with (READUNCOMMITTED) where [character_id] = @character_id and [world_id] = @world_id ) begin UPDATE [dbo].[DungeonRank] SET [difficulty] = @difficulty, [rank_normal] = @rank_normal, [rank_hard] = @rank_hard, [rank_veryhard] = @rank_veryhard WHERE [character_id] = @character_id and [world_id] = @world_id end else begin INSERT INTO [dbo].[DungeonRank] ([character_id] ,[world_id] ,[difficulty], [rank_normal], [rank_hard], [rank_veryhard]) VALUES (@character_id, @world_id, @difficulty, @rank_normal, @rank_hard, @rank_veryhard ) end return @@error END GO -- ---------------------------- -- procedure structure for up_read_quest_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_quest_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_quest_list] GO CREATE PROCEDURE [dbo].[up_read_quest_list] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select * from dbo.QuestTable WITH (NOLOCK) where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_insert_reward_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_reward_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_reward_item] GO CREATE PROCEDURE [dbo].[up_insert_reward_item] @reward_type int, @reward_grade int, -------------------------------------------- @sender_name nvarchar(16), @recver_name nvarchar(16), @msg nvarchar(100), @money int, @return_day int, @req_money int, @mail_id [uniqueidentifier], @createType int, -------------------------------------------- @item_id [uniqueidentifier], @code int, @use_cnt int, @remain_time int, @gcode int, @durability int, @enhance_level int, @option_1_code int, @option_1_value int, @option_2_code int, @option_2_value int, @option_3_code int, @option_3_value int, @option_group int, @ReconNum int, @ReconState tinyint, @socket_count int, @socket_1_code int, @socket_1_value int, @socket_2_code int, @socket_2_value int, @socket_3_code int, @socket_3_value int, @expire_time int, @activity_value int,--활성석 20100928 jojo @link_id [uniqueidentifier], @socket_1_color tinyint, @socket_2_color tinyint, @socket_3_color tinyint, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int as set nocount on declare @character_id [uniqueidentifier], @auth_id [uniqueidentifier] begin tran select @auth_id = [AuthID], @character_id = [character_id] from CharacterTable with (READUNCOMMITTED) where [Name] = @recver_name insert into MailTable values ( @mail_id, --0 @character_id, --1 @recver_name, --2 @character_id, --3 @sender_name, --4 @msg, --3 @money, --4 @return_day, @req_money, 0, --8 GETDATE(), @createType ); Exec dbo.up_insert_item_MailItem @character_id, @auth_id, @item_id, @code, @use_cnt, @remain_time, @gcode, @durability, @enhance_level, @option_1_code, @option_1_value, @option_2_code, @option_2_value, @option_3_code, @option_3_value, @option_group, @ReconNum, @ReconState, @socket_count, @socket_1_code, @socket_1_value, @socket_2_code, @socket_2_value, @socket_3_code, @socket_3_value, @expire_time, @mail_id, @activity_value, --활성석 20100928 jojo @link_id, @socket_1_color, @socket_2_color, @socket_3_color, @rank, @acquireroute, @physical, @magical, @durabilitymax, @weight exec dbo.up_update_reward @character_id, @reward_type, @code, @use_cnt, @reward_grade, 1 declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_del_ban -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_del_ban]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_del_ban] GO CREATE PROCEDURE [dbo].[up_del_ban] @character_id [uniqueidentifier], @ban_id [uniqueidentifier] as set nocount on delete dbo.FriendTableEx where character_id = @character_id and friend_id = @ban_id return @@error GO -- ---------------------------- -- procedure structure for up_update_event_daypartymission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_event_daypartymission]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_event_daypartymission] GO CREATE PROCEDURE [dbo].[up_update_event_daypartymission] @character_id [uniqueidentifier], @daymission tinyint as begin set nocount on update CharacterTable set [event_daypartymission] = @daymission where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_quest_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_quest_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_quest_statistics] GO CREATE PROCEDURE [dbo].[up_read_quest_statistics] as set nocount on set transaction isolation level read uncommitted select * from dbo.QuestTable return @@error GO -- ---------------------------- -- procedure structure for up_insert_skill -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_insert_skill]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_insert_skill] GO CREATE PROCEDURE [dbo].[up_insert_skill] @NewSkillID [uniqueidentifier], @character_id [uniqueidentifier], @group int, @slot_index int, @skill_table_id int, @skill_level int as set nocount on declare @skilltableid int declare @use int set @skilltableid = 0; set @use = 0; select TOP 1 @skilltableid = [skill_table_id], @use = [use] from SkillTable WITH(NOLOCK) where character_id = @character_id and skill_table_id = @skill_table_id if( @skilltableid != 0 and @use != 0 ) begin update [dbo].[SkillTable] set [group] = @group, slot_index = @slot_index, skill_level = @skill_level where skill_table_id = @skill_table_id and character_id = @character_id end else begin insert into SkillTable values ( @NewSkillID, @character_id, @group, @slot_index, @skill_table_id, @skill_level, GetDate(), 1 ); end return @@error GO -- ---------------------------- -- procedure structure for up_del_friend -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_del_friend]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_del_friend] GO CREATE PROCEDURE [dbo].[up_del_friend] @character_id [uniqueidentifier], @friend_id [uniqueidentifier] as set nocount on delete dbo.FriendTableEx where character_id = @character_id and friend_id = @friend_id return @@error GO -- ---------------------------- -- procedure structure for up_update_event_fatigue -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_event_fatigue]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_event_fatigue] GO CREATE PROCEDURE [dbo].[up_update_event_fatigue] @character_id [uniqueidentifier], @fatigue tinyint as begin set nocount on update CharacterTable set event_fatigue = @fatigue where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_rearing_listinfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_rearing_listinfo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_rearing_listinfo] GO CREATE PROCEDURE [dbo].[up_read_rearing_listinfo] @cha_uid [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select table_id, group_id, rearing_id, char_id, [type], [name], job, [level], [index], actionpoint, usedturn, endingid, rewarditem, createtime, vital, intelligence, strength, temper, charm, exhaust, angry, normal, good, sadness, height, [weight], resilent, eloquence from dbo.RearingTable with (nolock) where char_id = @cha_uid; return @@error GO -- ---------------------------- -- procedure structure for up_is_exist_guild -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_is_exist_guild]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_is_exist_guild] GO CREATE PROCEDURE [dbo].[up_is_exist_guild] @name nvarchar(16) as begin set nocount on set transaction isolation level read uncommitted select * from GuildTable where name = @name end GO -- ---------------------------- -- procedure structure for up_delet_guild_storage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delet_guild_storage]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delet_guild_storage] GO CREATE PROCEDURE [dbo].[up_delet_guild_storage] ( @guild_id [uniqueidentifier] ,@item_id [uniqueidentifier] ) AS SET NOCOUNT ON DELETE tbl_Guild_Storage_Item WHERE guild_id = @guild_id AND item_uid = @item_id RETURN @@error GO -- ---------------------------- -- procedure structure for up_update_event_fortune -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_event_fortune]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_event_fortune] GO CREATE PROCEDURE [dbo].[up_update_event_fortune] @character_id [uniqueidentifier], @fortune tinyint as begin set nocount on update CharacterTable set event_fortune = @fortune where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_reward -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_reward]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_reward] GO CREATE PROCEDURE [dbo].[up_read_reward] @type tinyint, @grade int as set nocount on declare @count int select @count = count(*) from RewardTable if @count < 1 begin exec up_insert_reward @type, @grade end select * from RewardTable GO -- ---------------------------- -- procedure structure for up_item_durability_update -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_durability_update]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_durability_update] GO CREATE PROCEDURE [dbo].[up_item_durability_update] @item_id [uniqueidentifier], @durability int as set nocount on if exists ( select [item_uid] from dbo.N_EquipItem with (READUNCOMMITTED) where item_uid = @item_id ) begin update dbo.N_EquipItem set durability = @durability where item_uid = @item_id; end else begin update dbo.N_InventoryItem set durability = @durability where item_uid = @item_id; end return @@error GO -- ---------------------------- -- procedure structure for up_delete_account_storage_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_account_storage_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_account_storage_item] GO CREATE PROCEDURE [dbo].[up_delete_account_storage_item] @auth_id [uniqueidentifier] ,@item_id [uniqueidentifier] as set nocount on delete dbo.tbl_Account_Storage where auth_id = @auth_id AND item_uid = @item_id return @@error GO -- ---------------------------- -- procedure structure for up_update_event_hearts -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_event_hearts]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_event_hearts] GO CREATE PROCEDURE [dbo].[up_update_event_hearts] @character_id [uniqueidentifier], @hearts tinyint as begin set nocount on update CharacterTable set event_hearts = @hearts where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_skill -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_skill]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_skill] GO CREATE PROCEDURE [dbo].[up_read_skill] @character_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select skill_id, [group], slot_index, skill_table_id, skill_level, [use] from dbo.SkillTable WITH (NOLOCK) where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_item_durability_update_test -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_durability_update_test]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_durability_update_test] GO CREATE PROCEDURE [dbo].[up_item_durability_update_test] @item_id [uniqueidentifier], @durability int as set nocount on update dbo.N_EquipItem_Test set durability = @durability where item_uid = @item_id; return @@error GO -- ---------------------------- -- procedure structure for up_delete_auctionarticle -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_auctionarticle]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_auctionarticle] GO CREATE PROCEDURE [dbo].[up_delete_auctionarticle] @item_uid [uniqueidentifier] as set nocount on delete dbo.AuctionListTable where item_uid = @item_uid return @@error GO -- ---------------------------- -- procedure structure for up_update_event_inquiry -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_event_inquiry]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_event_inquiry] GO CREATE PROCEDURE [dbo].[up_update_event_inquiry] @auth_id [uniqueidentifier], @inquiry tinyint as begin set nocount on --update [RustyHeartsLinkAuth].[RustyHearts_Auth].[dbo].[AuthTable] set event_inquiry = @inquiry where AuthID = @auth_id end GO -- ---------------------------- -- procedure structure for up_read_title_list -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_title_list]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_title_list] GO CREATE PROCEDURE [dbo].[up_read_title_list] @character_id [uniqueidentifier] AS SET NOCOUNT ON set transaction isolation level read uncommitted SELECT [ID], [title_code], [remain_time], [expire_time] FROM dbo.[CharacterTitle] WHERE character_id = @character_id RETURN @@ERROR GO -- ---------------------------- -- procedure structure for up_item_move_cash_to_equip -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_cash_to_equip]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_cash_to_equip] GO CREATE PROCEDURE [dbo].[up_item_move_cash_to_equip] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @page_index int, @slot_index int as set nocount on begin tran --인벤->장착 으로 복사 insert N_EquipItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], [character_id], [auth_id], @page_index, @slot_index, [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from N_InventoryItem with (READUNCOMMITTED) where [character_id] = @character_id and [item_uid] = @item_id --인벤 아이템 삭제 delete from N_InventoryItem where [character_id] = @character_id and [item_uid] = @item_id declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN return @@error GO -- ---------------------------- -- procedure structure for up_delete_buff -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_buff]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_buff] GO CREATE PROCEDURE [dbo].[up_delete_buff] @character_id uniqueidentifier, @buff_type int, @buff_id int as set nocount on delete dbo.BuffTable where character_id = @character_id and buff_id = @buff_id and buff_type = @buff_type return @@error GO -- ---------------------------- -- procedure structure for up_update_event_mailattach -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_event_mailattach]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_event_mailattach] GO CREATE PROCEDURE [dbo].[up_update_event_mailattach] @character_id [uniqueidentifier], @mailattach tinyint as begin set nocount on update CharacterTable set event_mailattach = @mailattach where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_read_uni_account_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_read_uni_account_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_read_uni_account_info] GO CREATE PROCEDURE [dbo].[up_read_uni_account_info] @auth_id [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted declare @get_AuthID [uniqueidentifier] declare @diff_min int declare @TotalOff int set @diff_min = 0 set @TotalOff = 0 select @get_AuthID = AuthID from UniAccountInfo with (READUNCOMMITTED) where AuthID = @auth_id; if( @get_AuthID IS NULL ) begin insert into UniAccountInfo values( @auth_id, 0,0,4,0,0, getdate() ); end select @diff_min = DATEDIFF ( mi , LastLogout, getdate() ) from UniAccountInfo with (READUNCOMMITTED) where AuthID = @auth_id update UniAccountInfo set Accruable_OffTime = Accruable_OffTime + @diff_min, LastLogout = getdate()where AuthID = @auth_id select @TotalOff = Accruable_OffTime from UniAccountInfo with (READUNCOMMITTED) where AuthID = @auth_id if( @TotalOff > 300 ) begin update UniAccountInfo set Accruable_PlayTime = 0, Accruable_OffTime = 0, LastLogout = getdate() where AuthID = @auth_id end select AuthID, AccountStorage_Count, AccountStorage_Gold, Use_CharacterSlot, Accruable_PlayTime from dbo.UniAccountInfo with (nolock) where AuthID = @auth_id return @@error GO -- ---------------------------- -- procedure structure for up_item_move_cash_to_equip_costumepack -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_cash_to_equip_costumepack]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_cash_to_equip_costumepack] GO CREATE PROCEDURE [dbo].[up_item_move_cash_to_equip_costumepack] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @page_index int, @slot_index int, @itemCode int as set nocount on begin tran --인벤->장착 으로 복사 insert N_EquipItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], [character_id], [auth_id], @page_index, @slot_index, [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], @itemCode, [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from N_InventoryItem with (READUNCOMMITTED) where [character_id] = @character_id and [item_uid] = @item_id --인벤 아이템 삭제 delete from N_InventoryItem where [character_id] = @character_id and [item_uid] = @item_id declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN return @@error GO -- ---------------------------- -- procedure structure for up_delete_cash_effectinfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_cash_effectinfo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_cash_effectinfo] GO CREATE PROCEDURE [dbo].[up_delete_cash_effectinfo] @item_uid [uniqueidentifier] as set nocount on delete dbo.Cash_EffectTable where item_uid = @item_uid return @@error GO -- ---------------------------- -- procedure structure for up_update_event_pvpladder -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_event_pvpladder]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_event_pvpladder] GO CREATE PROCEDURE [dbo].[up_update_event_pvpladder] @character_id [uniqueidentifier], @pvpladder tinyint as begin set nocount on update BattleInfo set event_ladder_point = @pvpladder where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_reward_mail_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_reward_mail_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_reward_mail_item] GO CREATE PROCEDURE [dbo].[up_reward_mail_item] @bcust_id nvarchar(50) AS BEGIN set nocount on set xact_abort on declare @recvName nvarchar(16) declare @recvCharID uniqueidentifier declare @recvAuthID uniqueidentifier declare @mailID uniqueidentifier declare @rewardItemID uniqueidentifier SELECT top 1 @recvAuthID = [AuthID], @recvCharID = [character_id],@recvName = [Name] FROM [dbo].[CharacterTable] with (READUNCOMMITTED) where [bcust_id]=@bcust_id and Block_Type > 0 order by [level] desc set @mailID = NewID() set @rewardItemID = NewID() INSERT INTO [dbo].[N_InventoryItem] ([item_uid] ,[character_id] ,[auth_id] ,[page_index] ,[slot_index] ,[code] ,[use_cnt] ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,[expire_time] ,[lock_pwd] ,[activity_value] ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ) VALUES ( @rewardItemID , @recvCharID , @recvAuthID , 10 , 1 , 70000007 , 1 , 0 , GetDate() , GetDate() , 777 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 ) exec dbo.up_insert_mail_item01 @recvCharID, 'GM', @recvName, '태초의 계약자 칭호 아이템', 0, 0, 0, @mailID, 777, @rewardItemID, 1 end GO -- ---------------------------- -- procedure structure for up_item_move_equip_to_cash -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_equip_to_cash]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_equip_to_cash] GO CREATE PROCEDURE [dbo].[up_item_move_equip_to_cash] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @page_index int, @slot_index int as set nocount on begin tran --인벤->장착 으로 복사 insert N_InventoryItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], [character_id], [auth_id], @page_index, @slot_index, [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from N_EquipItem with (READUNCOMMITTED) where [character_id] = @character_id and [item_uid] = @item_id --인벤 아이템 삭제 delete from N_EquipItem where [character_id] = @character_id and [item_uid] = @item_id declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN return @@error GO -- ---------------------------- -- procedure structure for up_delete_character -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_character]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_character] GO CREATE PROCEDURE [dbo].[up_delete_character] @auth_id [uniqueidentifier], @character_id [uniqueidentifier] as begin set nocount on insert into CharacterTable_DELETE select * from CharacterTable with (READUNCOMMITTED) where character_id = @character_id delete from [dbo].[CharacterTable] WHERE character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_update_fortune -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_fortune]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_fortune] GO CREATE PROCEDURE [dbo].[up_update_fortune] @character_id [uniqueidentifier], @fortune int, @type_1 int, @type_2 int, @type_3 int, @count int as begin --FortuneTable 추가&수정. set nocount on if not EXISTS (select character_id from FortuneTable with (READUNCOMMITTED) where character_id = @character_id) begin insert into FortuneTable values( @character_id, @type_1, @type_2, @type_3, @count ); end else begin update FortuneTable set type_1 = @type_1, type_2 = @type_2, type_3 = @type_3, count = @count where character_id = @character_id end --CharacterTable FortuneCount 수정. set nocount on update CharacterTable set Fortune = @fortune where character_id = @character_id end GO -- ---------------------------- -- procedure structure for up_save_inventory_storage_money -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_save_inventory_storage_money]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_save_inventory_storage_money] GO CREATE PROCEDURE [dbo].[up_save_inventory_storage_money] @character_id [uniqueidentifier], @inven_gold int, @storage_gold int as set nocount on update dbo.CharacterTable set [gold] = @inven_gold , [storage_gold] = @storage_gold where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_item_move_equip_to_inventory -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_equip_to_inventory]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_equip_to_inventory] GO CREATE PROCEDURE [dbo].[up_item_move_equip_to_inventory] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @page_index int, @slot_index int as set nocount on begin tran --인벤->장착 으로 복사 insert N_InventoryItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], [character_id], [auth_id], @page_index, @slot_index, [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from N_EquipItem with (READUNCOMMITTED) where [character_id] = @character_id and [item_uid] = @item_id --인벤 아이템 삭제 delete from N_EquipItem where [character_id] = @character_id and [item_uid] = @item_id declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN return @@error GO -- ---------------------------- -- procedure structure for up_delete_character_title -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_character_title]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_character_title] GO CREATE PROCEDURE [dbo].[up_delete_character_title] @character_id [uniqueidentifier], @del_title_id [uniqueidentifier] as set nocount on begin tran DELETE FROM CharacterTitle WHERE [id] = @del_title_id DECLARE @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN --RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 BEGIN ROLLBACK TRAN END RETURN (@ERR) END COMMIT TRAN RETURN (@ERR) GO -- ---------------------------- -- procedure structure for up_update_friend_name -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_friend_name]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_friend_name] GO CREATE PROCEDURE [dbo].[up_update_friend_name] @character_id [uniqueidentifier], @character_name nvarchar(16) as begin set nocount on update FriendTableEx set [Name] = @character_name where [friend_id] = @character_id end GO -- ---------------------------- -- procedure structure for up_save_item_booth -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_save_item_booth]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_save_item_booth] GO CREATE PROCEDURE [dbo].[up_save_item_booth] @character_id [uniqueidentifier], @gold_01 int, @gold_02 int, @gold_03 int, @gold_04 int, @gold_05 int, @gold_06 int, @gold_07 int, @gold_08 int, @gold_09 int, @gold_10 int, @gold_11 int, @gold_12 int as set nocount on update dbo.ItemBoothTable set gold_01 = @gold_01, gold_02 = @gold_02, gold_03 = @gold_03, gold_04 = @gold_04, gold_05 = @gold_05, gold_06 = @gold_06, gold_07 = @gold_07, gold_08 = @gold_08, gold_09 = @gold_09, gold_10 = @gold_10, gold_11 = @gold_11, gold_12 = @gold_12 where character_id = @character_id; select * from dbo.ItemBoothTable with (READUNCOMMITTED) where character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_item_move_guild_storage_to_inven -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_guild_storage_to_inven]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_guild_storage_to_inven] GO CREATE PROCEDURE [dbo].[up_item_move_guild_storage_to_inven] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@item_id [uniqueidentifier] ,@page_index INT ,@slot_index INT ,@count INT ) AS SET NOCOUNT ON DECLARE @item_cnt INT, @guild_item_cnt INT BEGIN TRAN --아이템이 있는경우 IF EXISTS( SELECT [use_cnt] FROM N_InventoryItem with (READUNCOMMITTED) WHERE character_id = @character_id AND [item_uid] = @item_id) --AND page_index = @page_index AND slot_index = @slot_index) BEGIN SELECT @guild_item_cnt = [use_cnt] FROM tbl_Guild_Storage_Item with (READUNCOMMITTED) WHERE guild_id = @guild_id AND [item_uid] = @item_id SELECT @item_cnt = [use_cnt] FROM N_InventoryItem with (READUNCOMMITTED) WHERE [character_id] = @character_id AND [item_uid] = @item_id --AND page_index = @page_index AND slot_index = @slot_index IF (@guild_item_cnt - @count) > 0 BEGIN --일부만 이동한 경우 UPDATE [dbo].[N_InventoryItem] SET use_cnt = (@item_cnt + @count) WHERE [character_id] = @character_id AND [item_uid] = @item_id --AND page_index = @page_index AND slot_index = @slot_index UPDATE tbl_Guild_Storage_Item SET use_cnt = (@guild_item_cnt - @count) WHERE guild_id = @guild_id AND [item_uid] = @item_id END ELSE BEGIN --전부 이동한 경우 UPDATE N_InventoryItem SET use_cnt = (@item_cnt + @count) WHERE [character_id] = @character_id AND [item_uid] = @item_id --AND [page_index] = @page_index AND [slot_index] = @slot_index DELETE FROM tbl_Guild_Storage_Item WHERE guild_id = @guild_id AND [item_uid] = @item_id END END ELSE --아이템이 없는 경우 INSERT N_InventoryItem ( [item_uid] ,[character_id] ,[auth_id] ,[page_index] ,[slot_index] ,[code] ,[use_cnt] ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,[activity_value] --활성석 20100928 jojo ,[link_id] ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] ) SELECT TOP 1 [item_uid] ,[character_id] ,[auth_id] ,@page_index ,@slot_index ,[code] ,[use_cnt] ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,[activity_value] --활성석 20100928 jojo ,[link_id] ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] FROM tbl_Guild_Storage_Item WHERE guild_id = @guild_id AND [item_uid] = @item_id SELECT @guild_item_cnt = [use_cnt] FROM tbl_Guild_Storage_Item with (READUNCOMMITTED) WHERE guild_id = @guild_id AND [item_uid] = @item_id IF (@guild_item_cnt - @count) > 0 --일부만 이동한경우 BEGIN UPDATE tbl_Guild_Storage_Item SET use_cnt = (@guild_item_cnt - @count) WHERE item_uid = @item_id AND guild_id = @guild_id END ELSE --전부 이동한 경우 BEGIN delete from tbl_Guild_Storage_Item WHERE guild_id = @guild_id AND [item_uid] = @item_id END DECLARE @ERR INT SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN RETURN @@error GO -- ---------------------------- -- procedure structure for up_delete_inquiry -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_inquiry]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_inquiry] GO CREATE PROCEDURE [dbo].[up_delete_inquiry] @character_id uniqueidentifier as set nocount on delete from [dbo].[InquiryTable] where [character_id] = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_id_for_character -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_id_for_character]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_id_for_character] GO CREATE PROCEDURE [dbo].[up_update_guild_id_for_character] @character_id [uniqueidentifier], @guild_id [uniqueidentifier] as set nocount on update dbo.CharacterTable set GuildID = @guild_id where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_save_item_quickslot -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_save_item_quickslot]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_save_item_quickslot] GO CREATE PROCEDURE [dbo].[up_save_item_quickslot] @character_id [uniqueidentifier], @type_01 int, @item_id_01 [uniqueidentifier], @type_02 int, @item_id_02 [uniqueidentifier], @type_03 int, @item_id_03 [uniqueidentifier], @type_04 int, @item_id_04 [uniqueidentifier], @type_05 int, @item_id_05 [uniqueidentifier], @type_06 int, @item_id_06 [uniqueidentifier], @type_07 int, @item_id_07 [uniqueidentifier], @type_08 int, @item_id_08 [uniqueidentifier], @type_09 int, @item_id_09 [uniqueidentifier], @type_10 int, @item_id_10 [uniqueidentifier], @type_11 int, @item_id_11 [uniqueidentifier], @type_12 int, @item_id_12 [uniqueidentifier], @type_13 int, @item_id_13 [uniqueidentifier], @type_14 int, @item_id_14 [uniqueidentifier], @type_15 int, @item_id_15 [uniqueidentifier], @type_16 int, @item_id_16 [uniqueidentifier], @type_17 int, @item_id_17 [uniqueidentifier], @type_18 int, @item_id_18 [uniqueidentifier], @type_19 int, @item_id_19 [uniqueidentifier], @type_20 int, @item_id_20 [uniqueidentifier], @type_21 int, @item_id_21 [uniqueidentifier], @type_22 int, @item_id_22 [uniqueidentifier], @type_23 int, @item_id_23 [uniqueidentifier], @type_24 int, @item_id_24 [uniqueidentifier], @type_25 int, @item_id_25 [uniqueidentifier], @type_26 int, @item_id_26 [uniqueidentifier], @type_27 int, @item_id_27 [uniqueidentifier], @type_28 int, @item_id_28 [uniqueidentifier], @type_29 int, @item_id_29 [uniqueidentifier], @type_30 int, @item_id_30 [uniqueidentifier], @type_31 int, @item_id_31 [uniqueidentifier], @type_32 int, @item_id_32 [uniqueidentifier] as BEGIN set nocount on update dbo.QuickSlotExTable set type_01 = @type_01, item_id_01 = @item_id_01, type_02 = @type_02, item_id_02 = @item_id_02, type_03 = @type_03, item_id_03 = @item_id_03, type_04 = @type_04, item_id_04 = @item_id_04, type_05 = @type_05, item_id_05 = @item_id_05, type_06 = @type_06, item_id_06 = @item_id_06, type_07 = @type_07, item_id_07 = @item_id_07, type_08 = @type_08, item_id_08 = @item_id_08, type_09 = @type_09, item_id_09 = @item_id_09, type_10 = @type_10, item_id_10 = @item_id_10, type_11 = @type_11, item_id_11 = @item_id_11, type_12 = @type_12, item_id_12 = @item_id_12, type_13 = @type_13, item_id_13 = @item_id_13, type_14 = @type_14, item_id_14 = @item_id_14, type_15 = @type_15, item_id_15 = @item_id_15, type_16 = @type_16, item_id_16 = @item_id_16, type_17 = @type_17, item_id_17 = @item_id_17, type_18 = @type_18, item_id_18 = @item_id_18, type_19 = @type_19, item_id_19 = @item_id_19, type_20 = @type_20, item_id_20 = @item_id_20, type_21 = @type_21, item_id_21 = @item_id_21, type_22 = @type_22, item_id_22 = @item_id_22, type_23 = @type_23, item_id_23 = @item_id_23, type_24 = @type_24, item_id_24 = @item_id_24, type_25 = @type_25, item_id_25 = @item_id_25, type_26 = @type_26, item_id_26 = @item_id_26, type_27 = @type_27, item_id_27 = @item_id_27, type_28 = @type_28, item_id_28 = @item_id_28, type_29 = @type_29, item_id_29 = @item_id_29, type_30 = @type_30, item_id_30 = @item_id_30, type_31 = @type_31, item_id_31 = @item_id_31, type_32 = @type_32, item_id_32 = @item_id_32 where character_id = @character_id; END GO -- ---------------------------- -- procedure structure for up_item_move_inven_to_guild_storage -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_inven_to_guild_storage]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_inven_to_guild_storage] GO CREATE PROCEDURE [dbo].[up_item_move_inven_to_guild_storage] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@item_id [uniqueidentifier] ,@guild_page int ,@guild_slot int ,@count int ) AS SET NOCOUNT ON DECLARE @guild_item_cnt int, @item_cnt int BEGIN TRAN --아이템이 있는 경우 IF EXISTS (SELECT [use_cnt] FROM tbl_Guild_Storage_Item with (READUNCOMMITTED) WHERE guild_id = @guild_id AND [item_uid] = @item_id)-- AND page_index = @guild_page AND slot_index = @guild_slot ) BEGIN SELECT @item_cnt = [use_cnt] FROM N_InventoryItem with (READUNCOMMITTED) WHERE [character_id] = @character_id AND [item_uid] = @item_id SELECT @guild_item_cnt = [use_cnt] FROM tbl_Guild_Storage_Item with (READUNCOMMITTED) WHERE guild_id = @guild_id AND [item_uid] = @item_id --AND page_index = @guild_page AND slot_index = @guild_slot IF (@item_cnt - @count) > 0 BEGIN --일부만 이동한 경우 UPDATE tbl_Guild_Storage_Item SET use_cnt = (@guild_item_cnt + @count) WHERE guild_id = @guild_id AND item_uid = @item_id AND page_index = @guild_page AND slot_index = @guild_slot UPDATE N_InventoryItem SET use_cnt = (@item_cnt - @count) WHERE item_uid = @item_id AND character_id = @character_id END ELSE BEGIN--전부 이동한 경우 UPDATE tbl_Guild_Storage_Item SET use_cnt = (@guild_item_cnt + @count) WHERE guild_id = @guild_id AND item_uid = @item_id AND page_index = @guild_page AND slot_index = @guild_slot delete from N_InventoryItem where [character_id] = @character_id and [item_uid] = @item_id END END ELSE --아이템이 없는 경우 INSERT tbl_Guild_Storage_Item ( [item_uid] ,[character_id] ,[auth_id] ,[page_index] ,[slot_index] ,[code] ,[use_cnt] ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,[guild_id] ,[activity_value] --활성석 20100928 jojo ,[link_id] ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] ) SELECT TOP 1 [item_uid] ,[character_id] ,[auth_id] ,@guild_page ,@guild_slot ,[code] ,@count ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,@guild_id ,[activity_value] --활성석 20100928 jojo ,[link_id] ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] FROM N_InventoryItem WHERE [character_id] = @character_id AND [item_uid] = @item_id SELECT @item_cnt = [use_cnt] FROM N_InventoryItem with (READUNCOMMITTED) WHERE [character_id] = @character_id AND [item_uid] = @item_id IF (@item_cnt - @count) > 0 --일부만 이동한경우 UPDATE N_InventoryItem SET use_cnt = (@item_cnt - @count) WHERE item_uid = @item_id AND character_id = @character_id ELSE --전부 이동한 경우 DELETE FROM N_InventoryItem WHERE [character_id] = @character_id and [item_uid] = @item_id DECLARE @ERR INT SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN RETURN @@error GO -- ---------------------------- -- procedure structure for up_delete_mail -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_mail]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_mail] GO CREATE PROCEDURE [dbo].[up_delete_mail] @mail_id [uniqueidentifier] as set nocount on delete dbo.MailTable where ID = @mail_id; DELETE FROM [dbo].[N_MailItem] WHERE mail_uid = @mail_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_level -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_level]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_level] GO CREATE PROCEDURE [dbo].[up_update_guild_level] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@need_exp BIGINT ,@need_gold INT ,@max_member INT ) AS SET NOCOUNT ON DECLARE @player_gold INT, @guild_exp BIGINT, @guild_level INT, @erro_code INT BEGIN TRAN SET @erro_code = -1 -- SELECT 구문에 WITH (READUNCOMMITTED) 제거 IF EXISTS (SELECT [level] FROM GuildTable WHERE guild_id = @guild_id ) BEGIN --플레이어 돈 삭제 SELECT @player_gold = [gold] FROM [dbo].[CharacterTable] WHERE [character_id] = @character_id IF(@player_gold - @need_gold) > 0 BEGIN UPDATE [dbo].[CharacterTable] SET [gold] = (@player_gold - @need_gold) WHERE [character_id] = @character_id END ELSE BEGIN UPDATE [dbo].[CharacterTable] SET [gold] = 0 WHERE [character_id] = @character_id END --길드 경험치 변경 밎 레벨 업 SELECT @guild_exp = [experience], @guild_level = [level] FROM GuildTable WHERE guild_id = @guild_id IF(@guild_exp - @need_exp) > 0 BEGIN UPDATE [dbo].[GuildTable] SET [max_member] = @max_member --멤버수 변경 jojo ,[experience] = (@guild_exp - @need_exp) ,[level] = @guild_level + 1 WHERE guild_id = @guild_id END ELSE BEGIN UPDATE [dbo].[GuildTable] SET [max_member] = @max_member --멤버수 변경 jojo ,[experience] = 0 ,[level] = @guild_level + 1 WHERE guild_id = @guild_id END END DECLARE @ERR INT SET @ERR = @@ERROR IF @ERR <> 0 BEGIN ROLLBACK TRAN; END ELSE BEGIN COMMIT TRAN; END RETURN (@ERR) GO -- ---------------------------- -- procedure structure for up_save_item_quickslot_02 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_save_item_quickslot_02]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_save_item_quickslot_02] GO CREATE PROCEDURE [dbo].[up_save_item_quickslot_02] @character_id [uniqueidentifier], @type_01 int, @item_id_01 [uniqueidentifier], @type_02 int, @item_id_02 [uniqueidentifier], @type_03 int, @item_id_03 [uniqueidentifier], @type_04 int, @item_id_04 [uniqueidentifier], @type_05 int, @item_id_05 [uniqueidentifier], @type_06 int, @item_id_06 [uniqueidentifier], @type_07 int, @item_id_07 [uniqueidentifier], @type_08 int, @item_id_08 [uniqueidentifier], @type_09 int, @item_id_09 [uniqueidentifier], @type_10 int, @item_id_10 [uniqueidentifier], @type_11 int, @item_id_11 [uniqueidentifier], @type_12 int, @item_id_12 [uniqueidentifier], @type_13 int, @item_id_13 [uniqueidentifier], @type_14 int, @item_id_14 [uniqueidentifier], @type_15 int, @item_id_15 [uniqueidentifier], @type_16 int, @item_id_16 [uniqueidentifier], @type_17 int, @item_id_17 [uniqueidentifier], @type_18 int, @item_id_18 [uniqueidentifier], @type_19 int, @item_id_19 [uniqueidentifier], @type_20 int, @item_id_20 [uniqueidentifier], @type_21 int, @item_id_21 [uniqueidentifier], @type_22 int, @item_id_22 [uniqueidentifier], @type_23 int, @item_id_23 [uniqueidentifier], @type_24 int, @item_id_24 [uniqueidentifier], @type_25 int, @item_id_25 [uniqueidentifier], @type_26 int, @item_id_26 [uniqueidentifier], @type_27 int, @item_id_27 [uniqueidentifier], @type_28 int, @item_id_28 [uniqueidentifier], @type_29 int, @item_id_29 [uniqueidentifier], @type_30 int, @item_id_30 [uniqueidentifier], @type_31 int, @item_id_31 [uniqueidentifier], @type_32 int, @item_id_32 [uniqueidentifier] as BEGIN set nocount on declare @get_CharID [uniqueidentifier] set @get_CharID = NULL select @get_CharID = character_id from dbo.QuickSlotExTable02 with (READUNCOMMITTED) where character_id = @character_id; if( @get_CharID IS NULL ) begin insert into dbo.QuickSlotExTable02 values ( @character_id, --0 0, NULL, --1 0, --2 NULL, --3 0, --4 NULL, --5 0, --6 NULL, --7 0, --8 NULL, --9 0, --10 NULL, --11 0, --12 NULL, --13 0, --14 NULL, --15 0, --16 NULL, --17 0, --18 NULL, --19 0, --20 NULL, --21 0, --22 NULL, --23 0, --24 NULL, --25 0, --26 NULL, --1 0, --2 NULL, --3 0, --4 NULL, --5 0, --6 NULL, --7 0, --8 NULL, --9 0, --10 NULL, --11 0, --12 NULL, --13 0, --14 NULL, --15 0, --16 NULL, --17 0, --18 NULL, --19 0, --20 NULL, --21 0, --22 NULL, --23 0, --24 NULL, --25 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --24 NULL ); end update dbo.QuickSlotExTable02 set type_01 = @type_01, item_id_01 = @item_id_01, type_02 = @type_02, item_id_02 = @item_id_02, type_03 = @type_03, item_id_03 = @item_id_03, type_04 = @type_04, item_id_04 = @item_id_04, type_05 = @type_05, item_id_05 = @item_id_05, type_06 = @type_06, item_id_06 = @item_id_06, type_07 = @type_07, item_id_07 = @item_id_07, type_08 = @type_08, item_id_08 = @item_id_08, type_09 = @type_09, item_id_09 = @item_id_09, type_10 = @type_10, item_id_10 = @item_id_10, type_11 = @type_11, item_id_11 = @item_id_11, type_12 = @type_12, item_id_12 = @item_id_12, type_13 = @type_13, item_id_13 = @item_id_13, type_14 = @type_14, item_id_14 = @item_id_14, type_15 = @type_15, item_id_15 = @item_id_15, type_16 = @type_16, item_id_16 = @item_id_16, type_17 = @type_17, item_id_17 = @item_id_17, type_18 = @type_18, item_id_18 = @item_id_18, type_19 = @type_19, item_id_19 = @item_id_19, type_20 = @type_20, item_id_20 = @item_id_20, type_21 = @type_21, item_id_21 = @item_id_21, type_22 = @type_22, item_id_22 = @item_id_22, type_23 = @type_23, item_id_23 = @item_id_23, type_24 = @type_24, item_id_24 = @item_id_24, type_25 = @type_25, item_id_25 = @item_id_25, type_26 = @type_26, item_id_26 = @item_id_26, type_27 = @type_27, item_id_27 = @item_id_27, type_28 = @type_28, item_id_28 = @item_id_28, type_29 = @type_29, item_id_29 = @item_id_29, type_30 = @type_30, item_id_30 = @item_id_30, type_31 = @type_31, item_id_31 = @item_id_31, type_32 = @type_32, item_id_32 = @item_id_32 where character_id = @character_id; return @@error END GO -- ---------------------------- -- procedure structure for up_item_move_inventory_to_equip -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_inventory_to_equip]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_inventory_to_equip] GO CREATE PROCEDURE [dbo].[up_item_move_inventory_to_equip] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @page_index int, @slot_index int as set nocount on begin tran --인벤->장착 으로 복사 insert N_EquipItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], [character_id], [auth_id], @page_index, @slot_index, [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [lock_pwd], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [deferment_time], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from N_InventoryItem where [character_id] = @character_id and [item_uid] = @item_id --인벤 아이템 삭제 delete from N_InventoryItem where [character_id] = @character_id and [item_uid] = @item_id declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN return @@error GO -- ---------------------------- -- procedure structure for up_delete_pet -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_pet]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_pet] GO CREATE PROCEDURE [dbo].[up_delete_pet] @pet_id [uniqueidentifier] as set nocount on delete dbo.PetTable where pet_id = @pet_id delete dbo.tbl_pet_inventory where pet_id = @pet_id return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_member_aliase -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_member_aliase]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_member_aliase] GO CREATE PROCEDURE [dbo].[up_update_guild_member_aliase] @guild_id [uniqueidentifier], @character_id [uniqueidentifier], @alias_name nvarchar(16) as set nocount on update dbo.GuildMemberTable set [alias_name] = @alias_name where [character_id] = @character_id and [guild_id] = @guild_id return @@error GO -- ---------------------------- -- procedure structure for up_save_item_quickslot_03 -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_save_item_quickslot_03]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_save_item_quickslot_03] GO CREATE PROCEDURE [dbo].[up_save_item_quickslot_03] @character_id [uniqueidentifier], @type_01 int, @item_id_01 [uniqueidentifier], @type_02 int, @item_id_02 [uniqueidentifier], @type_03 int, @item_id_03 [uniqueidentifier], @type_04 int, @item_id_04 [uniqueidentifier], @type_05 int, @item_id_05 [uniqueidentifier], @type_06 int, @item_id_06 [uniqueidentifier], @type_07 int, @item_id_07 [uniqueidentifier], @type_08 int, @item_id_08 [uniqueidentifier], @type_09 int, @item_id_09 [uniqueidentifier], @type_10 int, @item_id_10 [uniqueidentifier], @type_11 int, @item_id_11 [uniqueidentifier], @type_12 int, @item_id_12 [uniqueidentifier], @type_13 int, @item_id_13 [uniqueidentifier], @type_14 int, @item_id_14 [uniqueidentifier], @type_15 int, @item_id_15 [uniqueidentifier], @type_16 int, @item_id_16 [uniqueidentifier], @type_17 int, @item_id_17 [uniqueidentifier], @type_18 int, @item_id_18 [uniqueidentifier], @type_19 int, @item_id_19 [uniqueidentifier], @type_20 int, @item_id_20 [uniqueidentifier], @type_21 int, @item_id_21 [uniqueidentifier], @type_22 int, @item_id_22 [uniqueidentifier], @type_23 int, @item_id_23 [uniqueidentifier], @type_24 int, @item_id_24 [uniqueidentifier], @type_25 int, @item_id_25 [uniqueidentifier], @type_26 int, @item_id_26 [uniqueidentifier], @type_27 int, @item_id_27 [uniqueidentifier], @type_28 int, @item_id_28 [uniqueidentifier], @type_29 int, @item_id_29 [uniqueidentifier], @type_30 int, @item_id_30 [uniqueidentifier], @type_31 int, @item_id_31 [uniqueidentifier], @type_32 int, @item_id_32 [uniqueidentifier] as BEGIN set nocount on declare @get_CharID [uniqueidentifier] set @get_CharID = NULL select @get_CharID = character_id from dbo.QuickSlotExTable03 with (READUNCOMMITTED) where character_id = @character_id; if( @get_CharID IS NULL ) begin insert into dbo.QuickSlotExTable03 values ( @character_id, --0 0, NULL, --1 0, --2 NULL, --3 0, --4 NULL, --5 0, --6 NULL, --7 0, --8 NULL, --9 0, --10 NULL, --11 0, --12 NULL, --13 0, --14 NULL, --15 0, --16 NULL, --17 0, --18 NULL, --19 0, --20 NULL, --21 0, --22 NULL, --23 0, --24 NULL, --25 0, --26 NULL, --1 0, --2 NULL, --3 0, --4 NULL, --5 0, --6 NULL, --7 0, --8 NULL, --9 0, --10 NULL, --11 0, --12 NULL, --13 0, --14 NULL, --15 0, --16 NULL, --17 0, --18 NULL, --19 0, --20 NULL, --21 0, --22 NULL, --23 0, --24 NULL, --25 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --22 NULL, --23 0, --24 NULL ); end update dbo.QuickSlotExTable03 set type_01 = @type_01, item_id_01 = @item_id_01, type_02 = @type_02, item_id_02 = @item_id_02, type_03 = @type_03, item_id_03 = @item_id_03, type_04 = @type_04, item_id_04 = @item_id_04, type_05 = @type_05, item_id_05 = @item_id_05, type_06 = @type_06, item_id_06 = @item_id_06, type_07 = @type_07, item_id_07 = @item_id_07, type_08 = @type_08, item_id_08 = @item_id_08, type_09 = @type_09, item_id_09 = @item_id_09, type_10 = @type_10, item_id_10 = @item_id_10, type_11 = @type_11, item_id_11 = @item_id_11, type_12 = @type_12, item_id_12 = @item_id_12, type_13 = @type_13, item_id_13 = @item_id_13, type_14 = @type_14, item_id_14 = @item_id_14, type_15 = @type_15, item_id_15 = @item_id_15, type_16 = @type_16, item_id_16 = @item_id_16, type_17 = @type_17, item_id_17 = @item_id_17, type_18 = @type_18, item_id_18 = @item_id_18, type_19 = @type_19, item_id_19 = @item_id_19, type_20 = @type_20, item_id_20 = @item_id_20, type_21 = @type_21, item_id_21 = @item_id_21, type_22 = @type_22, item_id_22 = @item_id_22, type_23 = @type_23, item_id_23 = @item_id_23, type_24 = @type_24, item_id_24 = @item_id_24, type_25 = @type_25, item_id_25 = @item_id_25, type_26 = @type_26, item_id_26 = @item_id_26, type_27 = @type_27, item_id_27 = @item_id_27, type_28 = @type_28, item_id_28 = @item_id_28, type_29 = @type_29, item_id_29 = @item_id_29, type_30 = @type_30, item_id_30 = @item_id_30, type_31 = @type_31, item_id_31 = @item_id_31, type_32 = @type_32, item_id_32 = @item_id_32 where character_id = @character_id; return @@error END GO -- ---------------------------- -- procedure structure for up_item_move_pet_inven_to_invent -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_move_pet_inven_to_invent]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_move_pet_inven_to_invent] GO CREATE PROCEDURE [dbo].[up_item_move_pet_inven_to_invent] ( @character_id [uniqueidentifier] ,@pet_id [uniqueidentifier] ,@item_id [uniqueidentifier] ,@page int ,@slot int ) AS SET NOCOUNT ON BEGIN TRAN INSERT N_InventoryItem ( [item_uid] ,[character_id] ,[auth_id] ,[page_index] ,[slot_index] ,[code] ,[use_cnt] ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,[activity_value] --활성석 20100928 jojo ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] ,[link_id] ) SELECT TOP 1 [item_uid] ,@character_id ,[auth_id] ,@page ,@slot ,[code] ,[use_cnt] ,[remain_time] ,[create_time] ,[update_time] ,[gcode] ,[durability] ,[enhance_level] ,[option_1_code] ,[option_1_value] ,[option_2_code] ,[option_2_value] ,[option_3_code] ,[option_3_value] ,[option_group] ,[ReconNum] ,[ReconState] ,[socket_count] ,[socket_1_code] ,[socket_1_value] ,[socket_2_code] ,[socket_2_value] ,[socket_3_code] ,[socket_3_value] ,[activity_value] --활성석 20100928 jojo ,[socket_1_color] ,[socket_2_color] ,[socket_3_color] ,[rank] ,[acquireroute] ,[physical] ,[magical] ,[durabilitymax] ,[weight] ,'00000000-0000-0000-0000-000000000000' FROM tbl_pet_inventory WHERE [pet_id] = @pet_id AND [item_uid] = @item_id DELETE FROM tbl_pet_inventory WHERE [pet_id] = @pet_id and [item_uid] = @item_id DECLARE @ERR INT SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN RETURN @@error GO -- ---------------------------- -- procedure structure for up_delete_pet_inventory -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_pet_inventory]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_pet_inventory] GO CREATE PROCEDURE [dbo].[up_delete_pet_inventory] @pet_id [uniqueidentifier] ,@item_id [uniqueidentifier] as set nocount on delete dbo.tbl_pet_Inventory where pet_id = @pet_id AND item_uid = @item_id return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_member_logout_time -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_member_logout_time]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_member_logout_time] GO CREATE PROCEDURE [dbo].[up_update_guild_member_logout_time] @guild_id [uniqueidentifier], @character_id [uniqueidentifier] as set nocount on update dbo.GuildMemberTable set LTime = GetDate() where [character_id] = @character_id and [guild_id] = @guild_id return @@error GO -- ---------------------------- -- procedure structure for up_save_keymap -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_save_keymap]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_save_keymap] GO CREATE PROCEDURE [dbo].[up_save_keymap] @auth_id [uniqueidentifier], @key01 int, @key02 int, @key03 int, @key04 int, @key05 int, @key06 int, @key07 int, @key08 int, @key09 int, @key10 int, @key11 int, @key12 int, @key13 int, @key14 int, @key15 int, @key16 int, @key17 int, @key18 int, @key19 int, @key20 int, @key21 int, @key22 int, @key23 int, @key24 int, @key25 int, @key26 int, @key27 int, @key28 int, @key29 int, @key30 int, @key31 int, @key32 int, @key33 int, @key34 int, @key35 int, @key36 int, @key37 int, @key38 int, @key39 int, @key40 int, @key41 int, @key42 int, @key43 int, @key44 int, @key45 int, @key46 int, @key47 int, @key48 int, @key49 int, @key50 int, @key51 int, @key52 int, @key53 int, @key54 int, @key55 int, @key56 int, @key57 int, @key58 int, @key59 int, @key60 int, @key61 int, @key62 int, @key63 int, @key64 int, @key65 int, @key66 int, @key67 int, @key68 int, @key69 int, @key70 int, @key71 int, @key72 int, @key73 int, @key74 int, @key75 int, @key76 int, @key77 int, @key78 int, @key79 int, @key80 int, @key81 int, @key82 int, @key83 int, @key84 int, @key85 int, @key86 int, @key87 int, @key88 int, @key89 int, @key90 int, @key91 int, @key92 int, @key93 int, @key94 int, @key95 int, @key96 int, @key97 int, @key98 int, @key99 int as begin set nocount on update KeyMapTable Set [key01] = @key01 ,[key02] = @key02 ,[key03] = @key03 ,[key04] = @key04 ,[key05] = @key05 ,[key06] = @key06 ,[key07] = @key07 ,[key08] = @key08 ,[key09] = @key09 ,[key10] = @key10 ,[key11] = @key11 ,[key12] = @key12 ,[key13] = @key13 ,[key14] = @key14 ,[key15] = @key15 ,[key16] = @key16 ,[key17] = @key17 ,[key18] = @key18 ,[key19] = @key19 ,[key20] = @key20 ,[key21] = @key21 ,[key22] = @key22 ,[key23] = @key23 ,[key24] = @key24 ,[key25] = @key25 ,[key26] = @key26 ,[key27] = @key27 ,[key28] = @key28 ,[key29] = @key29 ,[key30] = @key30 ,[key31] = @key31 ,[key32] = @key32 ,[key33] = @key33 ,[key34] = @key34 ,[key35] = @key35 ,[key36] = @key36 ,[key37] = @key37 ,[key38] = @key38 ,[key39] = @key39 ,[key40] = @key40 ,[key41] = @key41 ,[key42] = @key42 ,[key43] = @key43 ,[key44] = @key44 ,[key45] = @key45 ,[key46] = @key46 ,[key47] = @key47 ,[key48] = @key48 ,[key49] = @key49 ,[key50] = @key50 ,[key51] = @key51 ,[key52] = @key52 ,[key53] = @key53 ,[key54] = @key54 ,[key55] = @key55 ,[key56] = @key56 ,[key57] = @key57 ,[key58] = @key58 ,[key59] = @key59 ,[key60] = @key60 ,[key61] = @key61 ,[key62] = @key62 ,[key63] = @key63 ,[key64] = @key64 ,[key65] = @key65 ,[key66] = @key66 ,[key67] = @key67 ,[key68] = @key68 ,[key69] = @key69 ,[key70] = @key70 ,[key71] = @key71 ,[key72] = @key72 ,[key73] = @key73 ,[key74] = @key74 ,[key75] = @key75 ,[key76] = @key76 ,[key77] = @key77 ,[key78] = @key78 ,[key79] = @key79 ,[key80] = @key80 ,[key81] = @key81 ,[key82] = @key82 ,[key83] = @key83 ,[key84] = @key84 ,[key85] = @key85 ,[key86] = @key86 ,[key87] = @key87 ,[key88] = @key88 ,[key89] = @key89 ,[key90] = @key90 ,[key91] = @key91 ,[key92] = @key92 ,[key93] = @key93 ,[key94] = @key94 ,[key95] = @key95 ,[key96] = @key96 ,[key97] = @key97 ,[key98] = @key98 ,[key99] = @key99 from KeyMapTable where AuthID = @auth_id end GO -- ---------------------------- -- procedure structure for up_item_owner_update -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_owner_update]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_owner_update] GO CREATE PROCEDURE [dbo].[up_item_owner_update] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier] as set nocount on update dbo.N_InventoryItem set character_id = @character_id , auth_id = @auth_id where item_uid = @item_id; return @@error GO -- ---------------------------- -- procedure structure for up_delete_quest -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_quest]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_quest] GO CREATE PROCEDURE [dbo].[up_delete_quest] @quest_uid [uniqueidentifier], @character_id [uniqueidentifier] as set nocount on delete dbo.QuestTable where quest_uid = @quest_uid and character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_member_name -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_member_name]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_member_name] GO CREATE PROCEDURE [dbo].[up_update_guild_member_name] @character_id [uniqueidentifier], @character_name nvarchar(16) as begin set nocount on update GuildMemberTable set [character_name] = @character_name where [character_id] = @character_id end GO -- ---------------------------- -- procedure structure for up_save_money -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_save_money]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_save_money] GO CREATE PROCEDURE [dbo].[up_save_money] @character_id [uniqueidentifier], @gold int as set nocount on update dbo.CharacterTable set gold = @gold where character_id = @character_id; return @@error GO -- ---------------------------- -- procedure structure for up_item_page_owner_update -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_page_owner_update]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_page_owner_update] GO CREATE PROCEDURE [dbo].[up_item_page_owner_update] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @page_index int, @slot_index int as set nocount on update dbo.N_InventoryItem set character_id = @character_id , auth_id = @auth_id, page_index = @page_index, slot_index = @slot_index where item_uid = @item_id; return @@error GO -- ---------------------------- -- procedure structure for up_delete_rearing_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_rearing_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_rearing_info] GO CREATE PROCEDURE [dbo].[up_delete_rearing_info] @rearing_id [uniqueidentifier] as set nocount on delete dbo.RearingTable where rearing_id = @rearing_id; return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_member_permission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_member_permission]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_member_permission] GO CREATE PROCEDURE [dbo].[up_update_guild_member_permission] @guild_id [uniqueidentifier], @character_id [uniqueidentifier], @permission int as set nocount on update dbo.GuildMemberTable set grade = @permission where guild_id = @guild_id and character_id = @character_id return @@error GO -- ---------------------------- -- procedure structure for up_select_battle_rank -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_select_battle_rank]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_select_battle_rank] GO CREATE PROCEDURE [dbo].[up_select_battle_rank] @rank_type [int] as begin set nocount on set transaction isolation level read uncommitted select grade, char_name, char_class, duel_exp, total_win, total_lose from BattleRank where rank_type = @rank_type end GO -- ---------------------------- -- procedure structure for up_item_page_slot_update -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_page_slot_update]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_page_slot_update] GO CREATE PROCEDURE [dbo].[up_item_page_slot_update] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @page_index int, @slot_index int as set nocount on update dbo.N_InventoryItem set page_index = @page_index, slot_index = @slot_index where item_uid = @item_id; return @@error GO -- ---------------------------- -- procedure structure for up_delete_reward -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_reward]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_reward] GO CREATE PROCEDURE [dbo].[up_delete_reward] @type tinyint as set nocount on delete RewardTable return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_notice -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_notice]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_notice] GO CREATE PROCEDURE [dbo].[up_update_guild_notice] @guild_id [uniqueidentifier], @notice nvarchar(128) as set nocount on update dbo.GuildTable set notice = @notice where guild_id = @guild_id return @@error GO -- ---------------------------- -- procedure structure for up_select_cash_effectinfo -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_select_cash_effectinfo]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_select_cash_effectinfo] GO CREATE PROCEDURE [dbo].[up_select_cash_effectinfo] @cha_uid [uniqueidentifier] as set nocount on set transaction isolation level read uncommitted select item_uid, cha_uid, package_code, expire_time from dbo.Cash_EffectTable with (nolock) where cha_uid = @cha_uid; return @@error GO -- ---------------------------- -- procedure structure for up_item_update -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_update]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_update] GO CREATE PROCEDURE [dbo].[up_item_update] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @use_cnt int, @remain_time int, @enhance_level int, @durability int, @sock_optcode01 int, @sock_value01 int, @sock_optcode02 int, @sock_value02 int, @sock_optcode03 int, @sock_value03 int, @expiretime int, @activity_value int, --활성석 추가 @socket_1_color tinyint, -- 소켓 @socket_2_color tinyint, @socket_3_color tinyint, @deferment_time int, @rank tinyint, @acquireroute tinyint, @physical int, @magical int, @durabilitymax int, @weight int, @socket_count int, @option_group int as set nocount on if exists ( select [item_uid] from dbo.N_InventoryItem with (READUNCOMMITTED) where item_uid = @item_id ) begin update dbo.N_InventoryItem set use_cnt = @use_cnt, remain_time = @remain_time, enhance_level = @enhance_level, durability = @durability, socket_1_code = @sock_optcode01, socket_1_value = @sock_value01 , socket_2_code = @sock_optcode02, socket_2_value = @sock_value02 , socket_3_code = @sock_optcode03, socket_3_value = @sock_value03 , expire_time = @expiretime, activity_value = @activity_value, socket_1_color = @socket_1_color, --소켓 socket_2_color = @socket_2_color, socket_3_color = @socket_3_color, deferment_time = @deferment_time, rank = @rank, acquireroute = @acquireroute, physical = @physical, magical = @magical, durabilitymax = @durabilitymax, weight = @weight, socket_count = @socket_count, option_group = @option_group where item_uid = @item_id; end else begin update dbo.N_EquipItem set use_cnt = @use_cnt, remain_time = @remain_time, enhance_level = @enhance_level, durability = @durability, socket_1_code = @sock_optcode01, socket_1_value = @sock_value01 , socket_2_code = @sock_optcode02, socket_2_value = @sock_value02 , socket_3_code = @sock_optcode03, socket_3_value = @sock_value03, expire_time = @expiretime, activity_value = @activity_value, socket_1_color = @socket_1_color, --소켓 socket_2_color = @socket_2_color, socket_3_color = @socket_3_color, deferment_time = @deferment_time, rank = @rank, acquireroute = @acquireroute, physical = @physical, magical = @magical, durabilitymax = @durabilitymax, weight = @weight, socket_count = @socket_count, option_group = @option_group where item_uid = @item_id; end return @@error GO -- ---------------------------- -- procedure structure for up_delete_skill -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_delete_skill]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_delete_skill] GO CREATE PROCEDURE [dbo].[up_delete_skill] @skill_id [uniqueidentifier] as set nocount on delete SkillTable where skill_id = @skill_id return @@error GO -- ---------------------------- -- procedure structure for up_update_guild_permission -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_permission]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_permission] GO CREATE PROCEDURE [dbo].[up_update_guild_permission] @guild_id [uniqueidentifier], @permission00 int, @permission01 int, @permission02 int, @permission03 int, @permission04 int, @permission05 int, @permission06 int, @permission07 int as set nocount on update dbo.GuildTable set permission01 = @permission00, permission02 = @permission01, permission03 = @permission02, permission04 = @permission03, permission05 = @permission04, permission06 = @permission05, permission07 = @permission06, permission08 = @permission07 where guild_id = @guild_id return @@error GO -- ---------------------------- -- procedure structure for up_set_timeskillreset -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_set_timeskillreset]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_set_timeskillreset] GO CREATE PROCEDURE [dbo].[up_set_timeskillreset] @char_id [uniqueidentifier] ,@flag int as begin declare @sp int declare @character_id [uniqueidentifier] set @sp = -1 set nocount on select @character_id = character_id from CharacterTable with (READUNCOMMITTED) where character_id = @char_id if( @character_id IS NOT NULL ) begin if( @flag = 0 ) --½ºÅ³±â°£Á¦ ÃʱâÈ­ ÀÔ·Â begin select @sp = SP from CharacterTable with (READUNCOMMITTED) where character_id = @char_id update CharacterTable set time_sp = @sp where character_id = @char_id update SkillTable set [use] = 0 where character_id = @char_id end else begin select @sp = time_sp from CharacterTable with (READUNCOMMITTED) where character_id = @char_id update CharacterTable set SP = @sp, time_sp = 0 where character_id = @char_id delete from SkillTable where character_id = @char_id and [use] = 1 update SkillTable set [use] = 1 where character_id = @char_id end end end GO -- ---------------------------- -- procedure structure for up_item_update_itemcode_option -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_item_update_itemcode_option]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_item_update_itemcode_option] GO CREATE PROCEDURE [dbo].[up_item_update_itemcode_option] ( @item_id [uniqueidentifier], @item_code int, @opt_code01 int, @opt_code02 int, @opt_code03 int, @opt_value01 int, @opt_value02 int, @opt_value03 int, @unknonw_param int -- ??? ) as set nocount on if exists ( select [item_uid] from [dbo].N_InventoryItem WITH (NOLOCK) where item_uid = @item_id ) begin update [dbo].N_InventoryItem set code = @item_code, option_1_code = @opt_code01, option_2_code = @opt_code02, option_3_code = @opt_code03, option_1_value = @opt_value01, option_2_value = @opt_value02, option_3_value = @opt_value03 where item_uid = @item_id; end else begin update [dbo].N_EquipItem set code = @item_code, option_1_code = @opt_code01, option_2_code = @opt_code02, option_3_code = @opt_code03, option_1_value = @opt_value01, option_2_value = @opt_value02, option_3_value = @opt_value03 where item_uid = @item_id; end return @@error GO -- ---------------------------- -- procedure structure for up_equip_character_title -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_equip_character_title]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_equip_character_title] GO CREATE PROCEDURE [dbo].[up_equip_character_title] @title_id [uniqueidentifier], @character_id [uniqueidentifier] AS SET NOCOUNT ON BEGIN TRAN DELETE FROM Equip_CharacterTitle WHERE [character_id] = @character_id INSERT Equip_CharacterTitle ( [ID], [character_id], [title_code], [remain_time], [expire_time] ) SELECT [ID], [character_id], [title_code], [remain_time], [expire_time] FROM CharacterTitle with (READUNCOMMITTED) WHERE [ID] = @title_id DECLARE @ERR INT SET @ERR = @@ERROR IF @ERR <> 0 BEGIN --RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK TRAN RETURN (@ERR) END COMMIT TRAN RETURN @ERR GO -- ---------------------------- -- procedure structure for up_update_guild_storage_deposit -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_storage_deposit]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_storage_deposit] GO CREATE PROCEDURE [dbo].[up_update_guild_storage_deposit] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@deposit_gold INT ) AS SET NOCOUNT ON DECLARE @my_gold INT, @guild_gold BIGINT SELECT @my_gold = [gold] FROM [dbo].[CharacterTable] with (READUNCOMMITTED) where [character_id] = @character_id IF (@my_gold - @deposit_gold) > 0 BEGIN UPDATE [dbo].[CharacterTable] SET [gold] = (@my_gold - @deposit_gold) WHERE [character_id] = @character_id END ELSE BEGIN UPDATE [dbo].[CharacterTable] SET [gold] = 0 WHERE [character_id] = @character_id END SELECT @guild_gold = [gold] FROM [dbo].[tbl_Guild_Storage_Info] with (READUNCOMMITTED) WHERE guild_id = @guild_id UPDATE [dbo].[tbl_Guild_Storage_Info] SET [gold] = (@guild_gold + @deposit_gold) WHERE guild_id = @guild_id RETURN @@error GO -- ---------------------------- -- procedure structure for up_skill_reset -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_skill_reset]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_skill_reset] GO CREATE PROCEDURE [dbo].[up_skill_reset] @character_id [uniqueidentifier] as set nocount on begin tran declare @TempSP int set @TempSP = -1 --스킬 삭제 후, Total SP -> SP 설정 delete SkillTable where character_id = @character_id and [use] = 1 select @TempSP = Total_SP from CharacterTable with (READUNCOMMITTED) where character_id = @character_id update CharacterTable set SP = @TempSP where character_id = @character_id declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN return @@error GO -- ---------------------------- -- procedure structure for up_ItemMove -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_ItemMove]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_ItemMove] GO CREATE PROCEDURE [dbo].[up_ItemMove] @character_id [uniqueidentifier], @item_uid [uniqueidentifier], @item_count int, @inven_dest_type tinyint, @inven_dest_page tinyint, @inven_dest_slot tinyint, @inven_src_type tinyint, @inven_src_page tinyint, @inven_src_slot tinyint as set nocount on declare @char_id nvarchar(50) declare @item_id nvarchar(50) declare @TableName_Src nvarchar(50) declare @TableName_Dest nvarchar(50) declare @SQL nvarchar(500) declare @src_item_count int declare @get_item_code int set @get_item_code = 0 set @char_id = CONVERT(NVARCHAR(50), @character_id) set @item_id = CONVERT(NVARCHAR(50), @item_uid) -- 1-인벤, 2-창고, 3-장착 if(@inven_src_type = 1) Set @TableName_Src = 'N_InventoryItem' else if(@inven_src_type = 2) Set @TableName_Src = 'N_StorageItem' else if(@inven_src_type = 3) Set @TableName_Src = 'N_EquipItem' else return if(@inven_dest_type = 1) Set @TableName_Dest = 'N_InventoryItem' else if(@inven_dest_type = 2) Set @TableName_Dest = 'N_StorageItem' else if(@inven_dest_type = 3) Set @TableName_Dest = 'N_EquipItem' else return begin tran -- Dest에 아이템이 있는지 알아본다. set @SQL = 'select ' +@get_item_code +' = [code] as variable' +'from ' +@TableName_Dest +' with (READUNCOMMITTED) where [character_id] =' +@char_id +' and [page_index] = ' +@inven_dest_page +' and [slot_index] = ' +@inven_dest_slot exec(@SQL) -- dest에 이미 아이템이 있으면 개수를 업데이트 해준다. if(@get_item_code > 0) begin set @SQL = 'update'+ ' ' +@TableName_Dest +'set [use_cnt] = ' +'[use_cnt]'+@item_count +' where [character_id] =' +@char_id +' and [page_index] = ' +@inven_dest_page +' and [slot_index] = ' +@inven_dest_slot exec(@SQL) end -- dest에 아이템이 없으면 인서트 시켜준다. else begin set @SQL = 'insert'+ ' ' +@TableName_Dest+ ' ' +'[item_uid], ' +'[character_id], ' +'[auth_id], ' +'[page_index], ' +'[slot_index], ' +'[code], ' +'[use_cnt], ' +'[remain_time], ' +'[create_time], ' +'[update_time], ' +'[gcode], ' +'[durability], ' +'[enhance_level], ' +'[option_1_code], ' +'[option_1_value], ' +'[option_2_code], ' +'[option_2_value], ' +'[option_3_code], ' +'[option_3_value], ' +'[wa_grade], ' +'[identity], ' +'[socket_count], ' +'[socket_1_code], ' +'[socket_1_value], ' +'[socket_2_code], ' +'[socket_2_value], ' +'[socket_3_code], ' +'[socket_3_value], ' +'[rank], ' +'[acquireroute], ' +'[physical], ' +'[magical], ' +'[durabilitymax], ' +'[weight]) ' +'select ' +'[item_uid], ' +'[character_id], ' +'[auth_id], ' +@inven_dest_page +',' +@inven_dest_slot +', ' +'[code],' +@item_count +', ' +'[remain_time], ' +'[create_time], ' +'[update_time], ' +'[gcode], ' +'[durability], ' +'[enhance_level], ' +'[option_1_code], ' +'[option_1_value], ' +'[option_2_code], ' +'[option_2_value], ' +'[option_3_code], ' +'[option_3_value], ' +'[wa_grade], ' +'[identity], ' +'[socket_count], ' +'[socket_1_code], ' +'[socket_1_value], ' +'[socket_2_code], ' +'[socket_2_value], ' +'[socket_3_code], ' +'[socket_3_value], ' +'[rank], ' +'[acquireroute], ' +'[physical], ' +'[magical], ' +'[durabilitymax], ' +'[weight]' +'from ' +@TableName_Src +' where [item_uid] =' + @item_id exec(@SQL) end -- set @SQL = 'select'+ ' ' +@src_item_count+ ' = [use_cnt]' +'from ' +@TableName_Src +' with (READUNCOMMITTED) where [item_uid] =' +@item_id exec(@SQL) -- 모두 옮겼으면 옮긴 아이템을 삭제한다. if @src_item_count <= @item_count begin set @SQL = 'delete from'+ ' ' +@TableName_Src +' where [item_uid] =' +@item_id exec(@SQL) end -- 특정 몇개만 옮겼으면 개수를 빼준다. else if @src_item_count > @item_count begin set @SQL = 'update'+ ' ' +@TableName_Src +'set [use_cnt] = ' +@src_item_count-@item_count +' where [item_uid] =' +@item_id exec(@SQL) end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_event_character_setting -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_event_character_setting]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_event_character_setting] GO CREATE PROCEDURE [dbo].[up_event_character_setting] as begin set nocount on UPDATE [dbo].[CharacterTable] SET [Job] = 0 ,[Level] = 20 ,[Experience] = 1131750 ,[SP] = 400 ,[Total_SP] = 400 ,[gold] = 1000000 ,[Hearts] = 500 WHERE name like 'test5%' end GO -- ---------------------------- -- procedure structure for up_update_guild_storage_info -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_storage_info]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_storage_info] GO CREATE PROCEDURE [dbo].[up_update_guild_storage_info] ( @guild_id [uniqueidentifier] ,@page_count TINYINT ,@gold BIGINT ,@slot_count INT ,@level TINYINT ) AS SET NOCOUNT ON BEGIN UPDATE tbl_Guild_Storage_Info SET page_count = @page_count ,[slot_count] = @slot_count ,[gold] = @gold ,[level] = @level WHERE guild_id = @guild_id END RETURN @@error GO -- ---------------------------- -- procedure structure for up_unequip_character_title -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_unequip_character_title]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_unequip_character_title] GO CREATE PROCEDURE [dbo].[up_unequip_character_title] @title_id [uniqueidentifier] as set nocount on begin tran --기존 장착 타이틀 제거 delete from Equip_CharacterTitle where [id] = @title_id DECLARE @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN --RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 BEGIN ROLLBACK TRAN END RETURN (@ERR) END COMMIT TRAN RETURN (@ERR) GO -- ---------------------------- -- procedure structure for up_ItemMoveToMailItem -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_ItemMoveToMailItem]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_ItemMoveToMailItem] GO CREATE PROCEDURE [dbo].[up_ItemMoveToMailItem] @character_id [uniqueidentifier], @auth_id [uniqueidentifier], @item_id [uniqueidentifier], @use_cnt int, @NewMailID [uniqueidentifier], @slot_index tinyint as set nocount on declare @src_item_count int declare @new_item_id [uniqueidentifier] select @src_item_count = [use_cnt] from N_InventoryItem with (READUNCOMMITTED) where [item_uid] = @item_id begin tran if @src_item_count <= @use_cnt begin insert dbo.N_MailItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] ) select [item_uid], @character_id, @auth_id, 61,--[page_index], @slot_index, --[slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [activity_value], --활성석 20100928 jojo [link_id], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight] from N_InventoryItem where [item_uid] = @item_id --메일아이템을 메일과 연결 UPDATE [dbo].[N_MailItem] SET [mail_uid] = @NewMailID WHERE [item_uid] = @item_id delete from N_InventoryItem where [item_uid] = @item_id --모두 옮겼으므로 삭제 end else begin set @new_item_id = NEWID() --일부만 옮기는 것은 새로 만들어 준다 insert dbo.N_MailItem ([item_uid], [character_id], [auth_id], [page_index], [slot_index], [code], [use_cnt], [remain_time], [create_time], [update_time], [gcode], [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight], [link_id] ) select @new_item_id, @character_id, @auth_id, 61,--[page_index], @slot_index, --[slot_index], [code], @use_cnt, [remain_time], GetDate(), [update_time], 4, --[gcode], c_nGen_SendMail = 4; [durability], [enhance_level], [option_1_code], [option_1_value], [option_2_code], [option_2_value], [option_3_code], [option_3_value], [option_group], [ReconNum], [ReconState], [socket_count], [socket_1_code], [socket_1_value], [socket_2_code], [socket_2_value], [socket_3_code], [socket_3_value], [expire_time], [socket_1_color], [socket_2_color], [socket_3_color], [rank], [acquireroute], [physical], [magical], [durabilitymax], [weight], '00000000-0000-0000-0000-000000000000' from N_InventoryItem where [item_uid] = @item_id --메일아이템을 메일과 연결 UPDATE [dbo].[N_MailItem] SET [mail_uid] = @NewMailID WHERE [item_uid] = @new_item_id --기존 아이템에서 갯수를 줄인다 update [dbo].[N_InventoryItem] Set [use_cnt] = @src_item_count-@use_cnt where [item_uid] = @item_id end declare @ERR int SET @ERR = @@ERROR IF @ERR <> 0 BEGIN RAISERROR('처리오류', 16, 10) IF @@TRANCOUNT <> 0 ROLLBACK RETURN (@ERR) END COMMIT TRAN GO -- ---------------------------- -- procedure structure for up_get_all_character -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_all_character]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_all_character] GO CREATE PROCEDURE [dbo].[up_get_all_character] @AuthID [uniqueidentifier], @server int as begin set nocount on set transaction isolation level read uncommitted -- ------------------------------------------------------- -- -- 접속 유저 로그 DB로 보내기 -- declare @srvname nvarchar(128) -- declare @srvid smallint -- declare @bcust_id nvarchar(50) -- declare @char_name nvarchar(30) -- declare @character_id [uniqueidentifier] -- set @bcust_id = '' -- set @char_name = '' -- set @character_id = '00000000-0000-0000-0000-000000000000' -- -- set @srvid = -1 -- SELECT @srvid = srvid FROM master.dbo.sysservers where srvname = 'RustyHearts_LogDB' -- if(@srvid <> -1) -- begin -- select top 1 @bcust_id=bcust_id from CharacterTable where AuthID = @AuthID -- exec RustyHearts_LogDB.RustyHearts_Log.dbo.sp_SetConnectionUV 1, @server, @AuthID, @bcust_id, -- @character_id, @char_name, 1, '' -- end -- ------------------------------------------------------- select C.[character_id] ,C.[AuthID] ,C.[server] ,C.[Name] ,C.[Class] ,C.[Job] ,C.[Level] ,C.[Experience] ,C.[Stamina] ,C.[SP] ,C.[Total_SP] ,C.[Fatigue] ,C.[LobbyID] ,C.[StartPoint] ,C.[gold] ,C.[individual_roomID] ,C.[GuildID] ,C.[Hearts] ,C.[first_login] ,C.[tutorial] ,C.[give_up] ,C.[Block_Type] ,C.[storage_gold] ,C.[storage_count] ,C.[IsTradeEnable] ,C.[CreateTime] ,C.[LastLogin] ,C.[Expire_Time] --시간 이벤트 관련 추가 [2010/05/27 jojo] ,C.[event_fatigue] ,C.[event_hearts] ,C.[event_fortune] ,C.[dice_point] ,C.[Addition_HP] ,C.[Addition_MP] ,C.[Addition_Physic_Attack] ,C.[Addition_Physic_Defense] ,C.[Addition_Magic_Attack] ,C.[Addition_Magic_Defense] ,C.[Permission] ,C.[FatigueStorage] ,C.[DayAttachGold] ,C.[DayAttachItem] ,C.[GuildPoint] --길드 포인트 추가 ,C.[Fortune] --운세 ,C.[IsMoveEnable] --이동불가 ,C.[event_mailattach] ,C.[Block_YN] ,C.[tutorial_step] ,C.[daypartymission] ,C.[event_daypartymission] ,C.[time_sp] ,ISNULL(G.[grade],7) as guild_grade --길드 등급 추가(테스트용-작업자 문의:김진영) ,ISNULL(G.alias_name, '') as guild_alias_name --길드 별명 추가(테스트용-작업자 문의:김진영) ,ISNULL(GT.name, '') as guild_name --길드 이름 - 이후 추가시 담당에게 문의 : 김진영 from CharacterTable AS C WITH (NOLOCK) LEFT OUTER JOIN GuildMemberTable AS G WITH (NOLOCK) ON G.[character_id]=C.[character_id] --WHERE C.[AuthID]=@AuthID and C.[server]=@server LEFT OUTER JOIN GuildTable AS GT WITH (NOLOCK) ON GT.[guild_id]=C.[GuildID] WHERE C.[AuthID]=@AuthID --and C.[server]=@server --from CharacterTable WITH (NOLOCK) where AuthID = @AuthID and server = @server end GO -- ---------------------------- -- procedure structure for up_update_guild_storage_item -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_storage_item]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_storage_item] GO CREATE PROCEDURE [dbo].[up_update_guild_storage_item] ( @guild_id [uniqueidentifier] ,@item_id [uniqueidentifier] ,@page_index INT ,@slot_index INT ,@Count INT ) AS SET NOCOUNT ON --길드 창고 아이템의 정보 변경 UPDATE tbl_Guild_Storage_Item SET page_index = @page_index, slot_index = @slot_index, use_cnt = @Count WHERE guild_id = @guild_id AND item_uid = @item_id RETURN @@ERROR GO -- ---------------------------- -- procedure structure for up_upate_item_binds -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_upate_item_binds]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_upate_item_binds] GO CREATE PROCEDURE [dbo].[up_upate_item_binds] @character_id [uniqueidentifier], @item_id [uniqueidentifier], @binds int AS BEGIN SET NOCOUNT ON; if @binds = 0 begin update N_InventoryItem set ReconNum = ReconNum -1 where character_id = @character_id and item_uid = @item_id end update N_InventoryItem set ReconState = @binds where character_id = @character_id and item_uid = @item_id return 0 END GO -- ---------------------------- -- procedure structure for up_LogDecrease -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_LogDecrease]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_LogDecrease] GO CREATE PROCEDURE [dbo].[up_LogDecrease] as set nocount on DBCC SHRINKfile ([RustyHearts_Log], 10) GO -- ---------------------------- -- procedure structure for up_get_all_character_statistics -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_get_all_character_statistics]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_get_all_character_statistics] GO CREATE PROCEDURE [dbo].[up_get_all_character_statistics] as begin set nocount on set transaction isolation level read uncommitted select * from CharacterTable end GO -- ---------------------------- -- procedure structure for up_update_guild_storage_item_change_count -- ---------------------------- IF EXISTS (SELECT * FROM sys.all_objects WHERE object_id = OBJECT_ID(N'[dbo].[up_update_guild_storage_item_change_count]') AND type IN ('P', 'PC', 'RF', 'X')) DROP PROCEDURE[dbo].[up_update_guild_storage_item_change_count] GO CREATE PROCEDURE [dbo].[up_update_guild_storage_item_change_count] ( @guild_id [uniqueidentifier] ,@character_id [uniqueidentifier] ,@item_id [uniqueidentifier] ,@count INT ) AS SET NOCOUNT ON DECLARE @item_count INT, @guild_item_count INT --인벤토리의 아이템 갯수를 변경 해준다. SELECT @item_count = use_cnt FROM N_InventoryItem with (READUNCOMMITTED) WHERE item_uid = @item_id AND character_id = @character_id UPDATE N_InventoryItem SET use_cnt = (@item_count + @count) WHERE item_uid = @item_id AND character_id = @character_id --길드 창고 아이템의 갯수를 변경 해준다. SELECT @guild_item_count = use_cnt FROM tbl_Guild_Storage_Item with (READUNCOMMITTED) WHERE guild_id = @guild_id AND item_uid = @item_id UPDATE tbl_Guild_Storage_Item SET use_cnt = (@guild_item_count - @count) WHERE guild_id = @guild_id AND item_uid = @item_id RETURN @@ERROR GO -- ---------------------------- -- Primary Key structure for table AuctionListTable -- ---------------------------- ALTER TABLE [dbo].[AuctionListTable] ADD CONSTRAINT [PK_AuctionListTable] PRIMARY KEY CLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Base_CharacterClass -- ---------------------------- ALTER TABLE [dbo].[Base_CharacterClass] ADD CONSTRAINT [PK_Base_CharacterClass] PRIMARY KEY CLUSTERED ([language], [class_code]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Base_CharacterJob -- ---------------------------- ALTER TABLE [dbo].[Base_CharacterJob] ADD CONSTRAINT [PK_Base_CharacterJob] PRIMARY KEY CLUSTERED ([job_code]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table Base_DungeonTable -- ---------------------------- CREATE NONCLUSTERED INDEX [IX_MapID_Base_DungeonTable] ON [dbo].[Base_DungeonTable] ( [MapID] ASC ) GO -- ---------------------------- -- Primary Key structure for table Base_DungeonTable -- ---------------------------- ALTER TABLE [dbo].[Base_DungeonTable] ADD CONSTRAINT [PK_Base_DungeonTable] PRIMARY KEY CLUSTERED ([MapID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Base_ExpTable -- ---------------------------- ALTER TABLE [dbo].[Base_ExpTable] ADD CONSTRAINT [PK_Base_ExpTable] PRIMARY KEY CLUSTERED ([Level]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Base_ItemOptionTable -- ---------------------------- ALTER TABLE [dbo].[Base_ItemOptionTable] ADD CONSTRAINT [PK_Base_ItemOptionTable] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table Base_ItemTable -- ---------------------------- CREATE NONCLUSTERED INDEX [IX_id_Base_ItemTable] ON [dbo].[Base_ItemTable] ( [id] ASC ) GO CREATE NONCLUSTERED INDEX [IX_is_socket_Base_ItemTable] ON [dbo].[Base_ItemTable] ( [is_socket] ASC ) GO CREATE NONCLUSTERED INDEX [IX_kind_Base_ItemTable] ON [dbo].[Base_ItemTable] ( [kind] ASC ) GO -- ---------------------------- -- Primary Key structure for table Base_ItemTable -- ---------------------------- ALTER TABLE [dbo].[Base_ItemTable] ADD CONSTRAINT [PK_Base_ItemTable] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table Base_ItemTable_All -- ---------------------------- CREATE NONCLUSTERED INDEX [IX_id_Base_ItemTable_copy3] ON [dbo].[Base_ItemTable_All] ( [id] ASC ) GO CREATE NONCLUSTERED INDEX [IX_is_socket_Base_ItemTable_copy3] ON [dbo].[Base_ItemTable_All] ( [is_socket] ASC ) GO CREATE NONCLUSTERED INDEX [IX_kind_Base_ItemTable_copy3] ON [dbo].[Base_ItemTable_All] ( [kind] ASC ) GO -- ---------------------------- -- Primary Key structure for table Base_ItemTable_All -- ---------------------------- ALTER TABLE [dbo].[Base_ItemTable_All] ADD CONSTRAINT [PK__Base_Ite__3213E83F67F5FA95] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table Base_ItemTable_Armor -- ---------------------------- CREATE NONCLUSTERED INDEX [IX_id_Base_ItemTable_copy2] ON [dbo].[Base_ItemTable_Armor] ( [id] ASC ) GO CREATE NONCLUSTERED INDEX [IX_is_socket_Base_ItemTable_copy2] ON [dbo].[Base_ItemTable_Armor] ( [is_socket] ASC ) GO CREATE NONCLUSTERED INDEX [IX_kind_Base_ItemTable_copy2] ON [dbo].[Base_ItemTable_Armor] ( [kind] ASC ) GO -- ---------------------------- -- Primary Key structure for table Base_ItemTable_Armor -- ---------------------------- ALTER TABLE [dbo].[Base_ItemTable_Armor] ADD CONSTRAINT [PK__Base_Ite__3213E83FC7C4DD33] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table Base_ItemTable_Costume -- ---------------------------- CREATE NONCLUSTERED INDEX [IX_id_Base_ItemTable_copy1] ON [dbo].[Base_ItemTable_Costume] ( [id] ASC ) GO CREATE NONCLUSTERED INDEX [IX_is_socket_Base_ItemTable_copy1] ON [dbo].[Base_ItemTable_Costume] ( [is_socket] ASC ) GO CREATE NONCLUSTERED INDEX [IX_kind_Base_ItemTable_copy1] ON [dbo].[Base_ItemTable_Costume] ( [kind] ASC ) GO -- ---------------------------- -- Primary Key structure for table Base_ItemTable_Costume -- ---------------------------- ALTER TABLE [dbo].[Base_ItemTable_Costume] ADD CONSTRAINT [PK__Base_Ite__3213E83FAB02A0E4] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table Base_ItemTable_Weapon -- ---------------------------- CREATE NONCLUSTERED INDEX [IX_id_Base_ItemTable_copy2_copy1] ON [dbo].[Base_ItemTable_Weapon] ( [id] ASC ) GO CREATE NONCLUSTERED INDEX [IX_is_socket_Base_ItemTable_copy2_copy1] ON [dbo].[Base_ItemTable_Weapon] ( [is_socket] ASC ) GO CREATE NONCLUSTERED INDEX [IX_kind_Base_ItemTable_copy2_copy1] ON [dbo].[Base_ItemTable_Weapon] ( [kind] ASC ) GO -- ---------------------------- -- Primary Key structure for table Base_ItemTable_Weapon -- ---------------------------- ALTER TABLE [dbo].[Base_ItemTable_Weapon] ADD CONSTRAINT [PK__Base_Ite__3213E83F0D9D5E27] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Base_OptionGroup -- ---------------------------- ALTER TABLE [dbo].[Base_OptionGroup] ADD CONSTRAINT [PK_Base_OptionGroup] PRIMARY KEY CLUSTERED ([nID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Indexes structure for table Base_Quest -- ---------------------------- CREATE NONCLUSTERED INDEX [IX_quest_code_Base_Quest] ON [dbo].[Base_Quest] ( [quest_code] ASC ) GO -- ---------------------------- -- Primary Key structure for table Base_Quest -- ---------------------------- ALTER TABLE [dbo].[Base_Quest] ADD CONSTRAINT [PK_Base_Quest] PRIMARY KEY CLUSTERED ([quest_code]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Base_TitleTable -- ---------------------------- ALTER TABLE [dbo].[Base_TitleTable] ADD CONSTRAINT [PK_Base_TitleTable] PRIMARY KEY CLUSTERED ([id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table BattleInfo -- ---------------------------- ALTER TABLE [dbo].[BattleInfo] ADD CONSTRAINT [PK_BattleInfo] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for BattleRank -- ---------------------------- DBCC CHECKIDENT ('[dbo].[BattleRank]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table BattleRank -- ---------------------------- ALTER TABLE [dbo].[BattleRank] ADD CONSTRAINT [PK_BattleRank] PRIMARY KEY CLUSTERED ([index]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for BuffTable -- ---------------------------- DBCC CHECKIDENT ('[dbo].[BuffTable]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table BuffTable -- ---------------------------- ALTER TABLE [dbo].[BuffTable] ADD CONSTRAINT [PK_BuffTable] PRIMARY KEY NONCLUSTERED ([idx]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Cash_EffectTable -- ---------------------------- ALTER TABLE [dbo].[Cash_EffectTable] ADD CONSTRAINT [PK_Package_EffectTable] PRIMARY KEY NONCLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table CashProductList -- ---------------------------- ALTER TABLE [dbo].[CashProductList] ADD CONSTRAINT [PK_CashProductStorage] PRIMARY KEY CLUSTERED ([ProductID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Character_Sanction -- ---------------------------- ALTER TABLE [dbo].[Character_Sanction] ADD CONSTRAINT [PK_Character_Sanction] PRIMARY KEY CLUSTERED ([uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Uniques structure for table CharacterTable -- ---------------------------- ALTER TABLE [dbo].[CharacterTable] ADD CONSTRAINT [UQ_CharacterTable] UNIQUE NONCLUSTERED ([Name] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table CharacterTable -- ---------------------------- ALTER TABLE [dbo].[CharacterTable] ADD CONSTRAINT [PK_CharacterTable] PRIMARY KEY NONCLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table CharacterTable_DELETE -- ---------------------------- ALTER TABLE [dbo].[CharacterTable_DELETE] ADD CONSTRAINT [PK_CharacterTable_DELETE] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table CharacterTitle -- ---------------------------- ALTER TABLE [dbo].[CharacterTitle] ADD CONSTRAINT [PK_CharacterTitle] PRIMARY KEY NONCLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for Coupon -- ---------------------------- DBCC CHECKIDENT ('[dbo].[Coupon]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table Coupon -- ---------------------------- ALTER TABLE [dbo].[Coupon] ADD CONSTRAINT [PK_Coupon] PRIMARY KEY NONCLUSTERED ([no]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for DungeonRank -- ---------------------------- DBCC CHECKIDENT ('[dbo].[DungeonRank]', RESEED, 1052) GO -- ---------------------------- -- Primary Key structure for table DungeonRank -- ---------------------------- ALTER TABLE [dbo].[DungeonRank] ADD CONSTRAINT [PK_DungeonRank] PRIMARY KEY CLUSTERED ([index]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table Equip_CharacterTitle -- ---------------------------- ALTER TABLE [dbo].[Equip_CharacterTitle] ADD CONSTRAINT [PK_Equip_CharacterTitle] PRIMARY KEY CLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table FortuneTable -- ---------------------------- ALTER TABLE [dbo].[FortuneTable] ADD CONSTRAINT [PK_FortuneTable] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for FriendTableEx -- ---------------------------- DBCC CHECKIDENT ('[dbo].[FriendTableEx]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table FriendTableEx -- ---------------------------- ALTER TABLE [dbo].[FriendTableEx] ADD CONSTRAINT [PK_FriendTableEx] PRIMARY KEY NONCLUSTERED ([index]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table GM_ItemOptionCondition -- ---------------------------- ALTER TABLE [dbo].[GM_ItemOptionCondition] ADD CONSTRAINT [PK_GM_ItemOptionCondition] PRIMARY KEY CLUSTERED ([nID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for GuildMemberTable -- ---------------------------- DBCC CHECKIDENT ('[dbo].[GuildMemberTable]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table GuildMemberTable -- ---------------------------- ALTER TABLE [dbo].[GuildMemberTable] ADD CONSTRAINT [PK_GuildMemberTable] PRIMARY KEY NONCLUSTERED ([index]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Uniques structure for table GuildTable -- ---------------------------- ALTER TABLE [dbo].[GuildTable] ADD CONSTRAINT [UQ_GuildTable_Name] UNIQUE NONCLUSTERED ([name] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table GuildTable -- ---------------------------- ALTER TABLE [dbo].[GuildTable] ADD CONSTRAINT [PK_GuildTable] PRIMARY KEY CLUSTERED ([guild_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for GuildTable_DELETE -- ---------------------------- DBCC CHECKIDENT ('[dbo].[GuildTable_DELETE]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table GuildTable_DELETE -- ---------------------------- ALTER TABLE [dbo].[GuildTable_DELETE] ADD CONSTRAINT [PK_GuildTable_DELETE] PRIMARY KEY NONCLUSTERED ([idx]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for InquiryTable -- ---------------------------- DBCC CHECKIDENT ('[dbo].[InquiryTable]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table InquiryTable -- ---------------------------- ALTER TABLE [dbo].[InquiryTable] ADD CONSTRAINT [PK_InquiryTable] PRIMARY KEY CLUSTERED ([inquiry_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table ItemBoothTable -- ---------------------------- ALTER TABLE [dbo].[ItemBoothTable] ADD CONSTRAINT [PK_ItemBoothTable] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for ItemDropGroupTable -- ---------------------------- DBCC CHECKIDENT ('[dbo].[ItemDropGroupTable]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table ItemDropGroupTable -- ---------------------------- ALTER TABLE [dbo].[ItemDropGroupTable] ADD CONSTRAINT [PK_ItemDropGroupTable] PRIMARY KEY CLUSTERED ([index]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table KeyMapTable -- ---------------------------- ALTER TABLE [dbo].[KeyMapTable] ADD CONSTRAINT [PK_KeyMapTable_AuthID] PRIMARY KEY CLUSTERED ([AuthID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table MailTable -- ---------------------------- ALTER TABLE [dbo].[MailTable] ADD CONSTRAINT [PK_MailTable] PRIMARY KEY NONCLUSTERED ([ID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table N_EquipItem -- ---------------------------- ALTER TABLE [dbo].[N_EquipItem] ADD CONSTRAINT [PK__N_EquipI__3E522ABE14701044] PRIMARY KEY NONCLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table N_InventoryItem -- ---------------------------- ALTER TABLE [dbo].[N_InventoryItem] ADD CONSTRAINT [PK__N_Invent__3E522ABE25F36AF0] PRIMARY KEY NONCLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table N_InventoryItem_DELETE -- ---------------------------- ALTER TABLE [dbo].[N_InventoryItem_DELETE] ADD CONSTRAINT [PK_N_InventoryItem_DELETE] PRIMARY KEY CLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table N_MailItem -- ---------------------------- ALTER TABLE [dbo].[N_MailItem] ADD CONSTRAINT [PK_N_MailItem] PRIMARY KEY NONCLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table PetTable -- ---------------------------- ALTER TABLE [dbo].[PetTable] ADD CONSTRAINT [PK_PetTable] PRIMARY KEY NONCLUSTERED ([pet_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QuestTable -- ---------------------------- ALTER TABLE [dbo].[QuestTable] ADD CONSTRAINT [PK__QuestTab__7F667EF3A958F373] PRIMARY KEY NONCLUSTERED ([quest_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table quickslot_list_option -- ---------------------------- ALTER TABLE [dbo].[quickslot_list_option] ADD CONSTRAINT [PK__quickslo__11D7652E01894B8F] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QuickSlotExTable -- ---------------------------- ALTER TABLE [dbo].[QuickSlotExTable] ADD CONSTRAINT [PK_QuickSlotExTable] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QuickSlotExTable02 -- ---------------------------- ALTER TABLE [dbo].[QuickSlotExTable02] ADD CONSTRAINT [PK_QuickSlotExTable02] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table QuickSlotExTable03 -- ---------------------------- ALTER TABLE [dbo].[QuickSlotExTable03] ADD CONSTRAINT [PK_QuickSlotExTable03] PRIMARY KEY CLUSTERED ([character_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table RearingTable -- ---------------------------- ALTER TABLE [dbo].[RearingTable] ADD CONSTRAINT [PK_RearingTable] PRIMARY KEY NONCLUSTERED ([rearing_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table RearingTable_Ending -- ---------------------------- ALTER TABLE [dbo].[RearingTable_Ending] ADD CONSTRAINT [PK_RearingTable_Ending] PRIMARY KEY CLUSTERED ([rearing_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for RewardTable -- ---------------------------- DBCC CHECKIDENT ('[dbo].[RewardTable]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table RewardTable -- ---------------------------- ALTER TABLE [dbo].[RewardTable] ADD CONSTRAINT [PK_RewardTable] PRIMARY KEY CLUSTERED ([idx]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table SkillTable -- ---------------------------- ALTER TABLE [dbo].[SkillTable] ADD CONSTRAINT [PK_SkillTable] PRIMARY KEY NONCLUSTERED ([skill_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table SkillTable_DELETE -- ---------------------------- ALTER TABLE [dbo].[SkillTable_DELETE] ADD CONSTRAINT [PK_SkillTable_DELETE] PRIMARY KEY CLUSTERED ([skill_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table tbl_Account_Storage -- ---------------------------- ALTER TABLE [dbo].[tbl_Account_Storage] ADD CONSTRAINT [PK_tbl_Account_Storage] PRIMARY KEY NONCLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for tbl_Guild_Exp_List -- ---------------------------- DBCC CHECKIDENT ('[dbo].[tbl_Guild_Exp_List]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table tbl_Guild_Exp_List -- ---------------------------- ALTER TABLE [dbo].[tbl_Guild_Exp_List] ADD CONSTRAINT [PK_tbl_Guild_Exp_List_Index] PRIMARY KEY NONCLUSTERED ([index]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for tbl_Guild_Skill -- ---------------------------- DBCC CHECKIDENT ('[dbo].[tbl_Guild_Skill]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table tbl_Guild_Skill -- ---------------------------- ALTER TABLE [dbo].[tbl_Guild_Skill] ADD CONSTRAINT [PK_tbl_Guild_Skill] PRIMARY KEY NONCLUSTERED ([idx]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table tbl_Guild_Storage_Info -- ---------------------------- ALTER TABLE [dbo].[tbl_Guild_Storage_Info] ADD CONSTRAINT [PK_tbl_Guild_Storage_Info] PRIMARY KEY CLUSTERED ([guild_id]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table tbl_Guild_Storage_Item -- ---------------------------- ALTER TABLE [dbo].[tbl_Guild_Storage_Item] ADD CONSTRAINT [PK_tbl_Guild_Storage_Item] PRIMARY KEY NONCLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Auto increment value for tbl_Guild_Storage_Use_List -- ---------------------------- DBCC CHECKIDENT ('[dbo].[tbl_Guild_Storage_Use_List]', RESEED, 1) GO -- ---------------------------- -- Primary Key structure for table tbl_Guild_Storage_Use_List -- ---------------------------- ALTER TABLE [dbo].[tbl_Guild_Storage_Use_List] ADD CONSTRAINT [PK_tbl_Guild_Storage_Use_List_Index] PRIMARY KEY NONCLUSTERED ([index]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table tbl_Pet_Inventory -- ---------------------------- ALTER TABLE [dbo].[tbl_Pet_Inventory] ADD CONSTRAINT [PK_tbl_Pet_Inventory_ItemID] PRIMARY KEY NONCLUSTERED ([item_uid]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO -- ---------------------------- -- Primary Key structure for table UniAccountInfo -- ---------------------------- ALTER TABLE [dbo].[UniAccountInfo] ADD CONSTRAINT [PK_UniAccountInfo] PRIMARY KEY CLUSTERED ([AuthID]) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] GO